summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release version 0.23ttystatus-0.23trunkLars Wirzenius2013-06-193-2/+8
|
* Stop using SIGWINCHLars Wirzenius2013-06-163-12/+26
|
* Prepare release version 0.22ttystatus-0.22Lars Wirzenius2013-03-124-3/+9
|
* Update display at once after terminal size changesLars Wirzenius2012-12-182-0/+7
|\
| * Update NEWSLars Wirzenius2012-12-181-0/+6
| |
| * Update display after terminal size changesLars Wirzenius2012-12-171-0/+1
|/
* Change version number from 0.20.1 to 0.21 due to jenkinstoolttystatus-0.21Lars Wirzenius2012-09-293-3/+3
|
* Prepare release 0.20.1Lars Wirzenius2012-09-293-1/+13
|
* Update READMELars Wirzenius2012-09-291-0/+3
|
* Remove obsolete build dependency from READMELars Wirzenius2012-09-261-2/+0
|
* Update release date, againttystatus-0.20Lars Wirzenius2012-09-231-1/+1
|
* Update release dateLars Wirzenius2012-09-221-1/+1
|
* Fix upload targetLars Wirzenius2012-09-191-1/+1
|
* Prepare for 0.20 releaseLars Wirzenius2012-09-183-2/+8
|
* Fix DummyNotify to accept keyword argumentLars Wirzenius2012-07-111-1/+1
|
* Force .error to always outputLars Wirzenius2012-07-093-3/+9
|
* Prepare to release version 0.19ttystatus-0.19Lars Wirzenius2012-06-303-2/+8
|
* Remove once-per-period functionality of Message.writeLars Wirzenius2012-05-213-18/+6
| | | This is now handled completely by TerminalStatus instead.
* Allow Messager.write to be forcedLars Wirzenius2012-05-212-3/+3
|
* Add TerminalStatus.flush methodLars Wirzenius2012-05-213-0/+22
|
* Release version 0.18ttystatus-0.18Lars Wirzenius2012-05-083-2/+8
|
* Allow ByteSpeed to show current-ish speedLars Wirzenius2012-05-053-12/+52
|
* Prepare release 0.17ttystatus-0.17Lars Wirzenius2012-04-153-2/+8
|
* Fix a lot of rendering bugs by fixing internal abstrationLars Wirzenius2012-04-1529-250/+303
|\ | | | | | | | | | | | | | | | | | | Previously, we told update() how much width there was, but that meant update() also had to render. That was slow. Then we fixed that by only updating when it was time to update the display, but that obviously doesn't work either. And when I say obviously, I didn't think of it at the time. Now, this should work, since we always update the values, so counters etc get incremented correctly, but then only do the actual rendering when it's actually time to actually write actual text to actual output. Actually.
| * Update NEWSLars Wirzenius2012-04-151-0/+5
| |
| * Fix Pathname to render from end instead of beginningLars Wirzenius2012-04-152-5/+10
| |
| * Add test for rendering variable size widgets smaller if space is constrainedLars Wirzenius2012-04-151-0/+11
| |
| * Limit rendered text to available widthLars Wirzenius2012-04-152-1/+10
| |
| * Fix example to create ProgressBar correctly (again)Lars Wirzenius2012-04-151-1/+1
| | | | | | Undoing previous change, yay.
| * Fix rendering to adjust to available spaceLars Wirzenius2012-04-152-5/+32
| |
| * Add width argument to render() methodLars Wirzenius2012-04-1528-80/+151
| |
| * Change __str__ to renderLars Wirzenius2012-04-1528-75/+78
| | | | | | | | We'll want to pass in arguments to render (i.e., width), so using __str__ is not going to be appropriate.
| * Fix Integer() to not render in updateLars Wirzenius2012-04-151-6/+6
| |
| * Refactor: change name of _factor to _renderLars Wirzenius2012-04-151-3/+3
| | | | | | This is clearer, and avoids having both format and _format methods.
| * Actually update widgets when values changeLars Wirzenius2012-04-151-2/+2
| | | | | | Also, don't update them when rendering.
| * Add test to verify widget updates happen without renderingLars Wirzenius2012-04-151-0/+8
| |
| * Fix usage of ProgressBar in exampleLars Wirzenius2012-04-151-1/+1
| |
| * Improve widget split between updating and renderingLars Wirzenius2012-04-1526-179/+93
|/ | | | | | | | | | | | a) don't use format, use __str__, since nothing calls format directly b) don't declare interest in keys; just don't compute rendered value in update method, only when actually rendering (in __str__) c) don't pass in the available width to update, since that is only relevant during rendering (this will need to be fixed later, currently we don't get width at all)
* debian/control: Bumped Standards-Version. No other changes needed.ttystatus-0.16Lars Wirzenius2012-04-082-1/+2
|
* Remove outdated project.meta fileLars Wirzenius2012-04-081-3/+0
|
* Release version 0.16Lars Wirzenius2012-04-083-2/+8
|
* Format widgets completely at endLars Wirzenius2012-04-081-10/+10
|
* Update NEWS about speedupLars Wirzenius2012-04-081-0/+5
|
* Only format widgets when it's time to writeLars Wirzenius2012-04-081-10/+11
| | | | | This saves a lot of CPU time when there's a lot of updates during an update period. Obnam, for example, does that, and ttystatus was visible in its benchmarks.
* Release version 0.15.ttystatus-0.15Lars Wirzenius2011-09-173-2/+8
|\
| * Update debian/changelog for release.Lars Wirzenius2011-09-171-0/+6
| |
| * Bump version number.Lars Wirzenius2011-09-171-1/+1
| |
| * Update NEWS for release.Lars Wirzenius2011-09-171-1/+1
|/
* Fix String to handle non-string values.Lars Wirzenius2011-09-153-1/+10
|
* Release version 0.14.ttystatus-0.14Lars Wirzenius2011-08-314-2/+11
|\