summaryrefslogtreecommitdiff
path: root/ttystatus
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.11.version_0_11Lars Wirzenius2011-04-231-1/+1
* Don't output final newline if there's been no output.Lars Wirzenius2011-04-231-2/+3
* Make all symbols available via __all__.Lars Wirzenius2011-04-071-0/+2
* Release version 0.10.version_0_10Lars Wirzenius2011-03-231-1/+1
* Handle /dev/tty not being possible to open.Lars Wirzenius2011-03-232-2/+16
* Bump version number.version_0_9Lars Wirzenius2011-02-131-1/+1
* Add ttystatus.Integer.Lars Wirzenius2011-02-123-0/+75
* Release version 0.8.1. (bugfix).version_0_8_1Lars Wirzenius2011-01-302-10/+11
* Release version 0.8.version_0_8Lars Wirzenius2011-01-305-5/+5
* Disable output if there's an error.Lars Wirzenius2011-01-301-3/+3
* Output to /dev/tty instead stderr.Lars Wirzenius2011-01-301-3/+7
* Implement enable and disable output.Lars Wirzenius2011-01-304-9/+39
* Add test for TerminalStatus.disable method.Lars Wirzenius2011-01-302-1/+22
* Fix version number.version_0_7Lars Wirzenius2010-10-091-1/+1
* Fix bug: the last updates are not output by .finish().Lars Wirzenius2010-10-091-2/+1
* Prepare version 0.6.Lars Wirzenius2010-07-131-1/+1
* Re-draw all widgets if terminal width changes.Lars Wirzenius2010-07-121-1/+7
* Add ByteSpeed.Lars Wirzenius2010-07-123-0/+116
* Prepare release 0.5.version_0_5Lars Wirzenius2010-07-071-1/+1
* Add a way for widgets to say "I'm always interested in updates".Lars Wirzenius2010-07-073-4/+24
* Don't attempt to write until it is time.Lars Wirzenius2010-07-074-4/+23
* Change update methods to only cache information and compute minimal things.Lars Wirzenius2010-07-0713-71/+118
* Make value attribute required for widgets.Lars Wirzenius2010-07-074-5/+5
* Speed things up further by pre-computing which widgets are interested in whic...Lars Wirzenius2010-07-0712-18/+19
* Speed things up by only updating widgets interested in the updated value.Lars Wirzenius2010-07-0712-3/+19
* Write NEWS file, update version number and debian/changelog for 0.4 release.version_0_4Lars Wirzenius2010-07-051-1/+1
* Fix Messager to report actual width it will use as .width.Lars Wirzenius2010-07-052-5/+8
* Go back to version 0.3, since that wasn't released yet.version_0_3Lars Wirzenius2010-07-011-1/+1
* New release. Fixes handling of bad values for fields. Lars Wirzenius2010-07-011-1/+1
* Handle empty string for done, total values.Lars Wirzenius2010-07-012-2/+9
* Handle zero speed correctly.Lars Wirzenius2010-07-012-3/+12
* Add fixes for zero division and empty string values for total.Lars Wirzenius2010-07-012-2/+13
* Add test for zero total for PercentageDone.Lars Wirzenius2010-07-011-0/+4
* Bump version number so it matches debian/changelog.Lars Wirzenius2010-06-201-1/+1
* Fix bug in ttystatus.Pathname widget: if value is not set in master,Lars Wirzenius2010-06-142-1/+5
* Release version 1.2.version_1_2version_0_2Lars Wirzenius2010-06-141-1/+1
* Add ElapsedTime widget.Lars Wirzenius2010-06-143-0/+88
* Add RemainingTime to example.py.Lars Wirzenius2010-06-132-14/+19
* Add RemainingTime widget.Lars Wirzenius2010-06-133-0/+97
* Add ProgressBar widget.Lars Wirzenius2010-06-123-0/+89
* Add TerminalStatus.get method.Lars Wirzenius2010-06-122-0/+14
* Index should be 1-based, not 0-based.Lars Wirzenius2010-06-112-2/+2
* Handle bad values for PercentDone.Lars Wirzenius2010-06-112-1/+11
* Change Index to show 12/12314 instead of just 12.Lars Wirzenius2010-06-112-5/+12
* Add PercentDone widget.Lars Wirzenius2010-06-113-0/+69
* Add Index widget.Lars Wirzenius2010-06-113-0/+71
* Add Counter widget.Lars Wirzenius2010-06-113-0/+79
* Add ByteSize widget.Lars Wirzenius2010-06-113-0/+102
* Add Pathname widget.Lars Wirzenius2010-06-083-1/+89
* Add Debian packaging.Lars Wirzenius2010-06-061-0/+2