summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a proper LICENSEUltrabug2013-08-271-0/+24
* dont die on unquoted i3status.conf parameter value, thx to @pfsmorigoUltrabug2013-07-151-1/+4
* Merge pull request #13 from Lujeni/masterUltrabug2013-07-061-39/+57
|\
| * refactoring with the PEP8 conventionLujeni2013-07-051-39/+57
|/
* version 0.130.13Ultrabug2013-06-241-1/+1
* fix instancemethod detection wrt issue #11 thx to @lathan and @bloodred, insp...Ultrabug2013-06-231-8/+6
* add information about method execution in the empty_class exampleUltrabug2013-06-231-1/+5
* version 0.120.12Ultrabug2013-06-191-1/+1
* update the readme and helpUltrabug2013-06-192-2/+3
* dont call private and special methods on Py3status classesUltrabug2013-06-191-7/+15
* handle multiple include paths parametersUltrabug2013-06-191-25/+27
* dont die on IOError upon suspend wrt issue #10 thx to @drahierUltrabug2013-06-191-2/+5
* Merge pull request #9 from shahinism/masterUltrabug2013-05-142-0/+216
|\
| * Three new method added. (net_speed, traffic, ram_info)Shahin Azad2013-04-302-0/+216
|/
* version 0.110.11Ultrabug2013-04-301-1/+1
* Merge pull request #8 from edk141/pr-1Ultrabug2013-04-291-1/+2
|\
| * fix UserModules.clear()Ed Kellett2013-04-291-1/+2
|/
* fix i3status config reader tztime detectionUltrabug2013-04-291-1/+1
* fix setup for pypi, version 0.100.10Ultrabug2013-04-191-5/+7
* fix issue #5 thx to @drahier for reportingUltrabug2013-04-191-3/+3
* fix README wiki URLUltrabug2013-04-191-3/+1
* stupid rstUltrabug2013-04-191-2/+3
* update the README for rst, better MANIFESTUltrabug2013-04-192-2/+3
* add MANIFEST.in and switch README.rst for pypiUltrabug2013-04-192-17/+27
* version 0.90.9Ultrabug2013-04-171-1/+1
* respect positions on injected classes outputsUltrabug2013-04-171-10/+16
* update readme for pypi installationUltrabug2013-04-171-18/+3
* drop invalid classifier for pypiUltrabug2013-04-161-1/+0
* set default i3status colorsUltrabug2013-04-161-4/+4
* pingdom module dont need to be aggressive on timeout anymore, add POSITION pa...Ultrabug2013-04-161-8/+9
* glpi module dont need to be aggressive on timeout anymore, add POSITION param...Ultrabug2013-04-161-2/+3
* enhanced self key binding pomodoro example as discussed with FandekaspUltrabug2013-04-161-98/+122
* Handle killing of user-written modules nicely by calling their kill method if...Ultrabug2013-04-161-4/+11
* Merge pull request #4 from Fandekasp/pomodoroUltrabug2013-04-151-0/+130
|\
| * handle case log file does not existsAdrien Lemaire2013-04-151-0/+3
| * plugin now working with keys to start/stop/pauseAdrien Lemaire2013-04-151-35/+42
| * reading log file for value. Do I really need watchdog ?Adrien Lemaire2013-04-151-1/+23
| * define watchdog values to listen, and their actionAdrien Lemaire2013-04-151-4/+31
| * separate code in send_notification methodAdrien Lemaire2013-04-151-23/+29
| * adding new pomodoro pluginAdrien Lemaire2013-04-151-0/+65
|/
* drop useless print0.8Ultrabug2013-04-081-1/+0
* version 0.8, major rewriteUltrabug2013-04-081-30/+30
* handle SIGUSR1 for new threaded modules execution, drop useless globalsUltrabug2013-04-081-4/+9
* load user defined modules from a separate thread so that they cannot cause an...Ultrabug2013-04-071-75/+158
* PEP8 identation and python3 compatible examplesUltrabug2013-04-073-98/+98
* adjust the readme helpUltrabug2013-04-071-2/+2
* major cleanup, better threading of i3status, enhanced main logic for better r...Ultrabug2013-04-071-259/+321
* version 0.7 thanks to @Detegr0.7Ultrabug2013-04-061-2/+1
* add a note on the Control sectionUltrabug2013-04-061-0/+1
* only adjust sleep interval if i3status interval is greater than oursUltrabug2013-04-051-1/+1