summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing build-dependency on python-coverage-test-runner.version_0_6Lars Wirzenius2010-07-132-2/+3
* Prepare version 0.6.Lars Wirzenius2010-07-133-1/+14
* 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-073-1/+18
* Merge optimizations.Lars Wirzenius2010-07-0718-78/+183
|\
| * Add a way for widgets to say "I'm always interested in updates".Lars Wirzenius2010-07-074-6/+28
| * 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
|/
* Add speed-test for measuring speed of updates.Lars Wirzenius2010-07-071-0/+56
* Add Python-Version headers.Lars Wirzenius2010-07-051-1/+3
* Write NEWS file, update version number and debian/changelog for 0.4 release.version_0_4Lars Wirzenius2010-07-053-1/+18
* 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-012-8/+4
* New release. Fixes handling of bad values for fields. Lars Wirzenius2010-07-012-1/+7
* Fix handling of bad values (zero divisions, non-numbers, etc).Lars Wirzenius2010-07-015-7/+38
|\
| * 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
|/
* Add some notes about hacking stuff to README.Lars Wirzenius2010-06-201-0/+14
* Bump version number so it matches debian/changelog.Lars Wirzenius2010-06-201-1/+1
* Mention example.py in README and install it in .deb.Lars Wirzenius2010-06-202-0/+3
* Add README.Lars Wirzenius2010-06-201-0/+55
* Add a copy of GPL-3.Lars Wirzenius2010-06-201-0/+674
* Fix bug in ttystatus.Pathname widget: if value is not set in master,Lars Wirzenius2010-06-143-1/+12
* Release version 1.2.version_1_2version_0_2Lars Wirzenius2010-06-143-3/+10
* Add ElapsedTime widget.Lars Wirzenius2010-06-143-0/+88
* Add RemainingTime to example.py.Lars Wirzenius2010-06-133-17/+24
* Add RemainingTime widget.Lars Wirzenius2010-06-133-0/+97
* Add ProgressBar to example program.Lars Wirzenius2010-06-121-0/+1
* Add ProgressBar widget.Lars Wirzenius2010-06-123-0/+89
* Add TerminalStatus.get method.Lars Wirzenius2010-06-122-0/+14
* Update example program to use some of the new widgets.Lars Wirzenius2010-06-111-6/+29
* 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 check that setup.py and debian/changelog versions match.Lars Wirzenius2010-06-082-2/+8
* Add Pathname widget.Lars Wirzenius2010-06-083-1/+89
* Add Debian packaging.Lars Wirzenius2010-06-0611-0/+85
* Do tricks to get coverage to 100%.Lars Wirzenius2010-06-061-4/+6
* Ignore write errors, call _get_terminal_width with right name.Lars Wirzenius2010-06-061-3/+9
* Update example program to use TerminalStatus.Lars Wirzenius2010-06-062-4/+11