summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to release version 0.29ttystatus-0.29Lars Wirzenius2015-10-113-1/+15
|
* Only write \n in finish if there's a messageLars Wirzenius2015-10-111-1/+2
| | | | | | | Otherwise, there's nothing on the terminal, and no need for the newline. The point of writing the newline is to that the shell prompt, after the program finishes, starts at the beginning of the first line after the last line of progress output.
* Prepare release version 0.28ttystatus-0.28Lars Wirzenius2015-10-102-1/+7
|
* Fix query of terminal settingsLars Wirzenius2015-10-102-2/+12
| | | | This will work when TERM is set to an incapable terminal.
* Prepare release version 0.27ttystatus-0.27Lars Wirzenius2015-10-103-1/+13
|
* Improve speed when output is disabledLars Wirzenius2015-10-104-1/+9
| | | | | There's no point in trying to render if output isn't happening. This brings benchmark time from about 26 seconds to 7.
* Use .format instead of adding individual widgetsLars Wirzenius2015-10-101-7/+3
|
* Adapt speed-test to interface changesLars Wirzenius2015-10-103-11/+23
|
* Prepare release version 0.26ttystatus-0.26Lars Wirzenius2015-10-062-1/+7
|
* Look up control sequences at init timeLars Wirzenius2015-10-062-7/+25
|
* Prepare release version 0.25ttystatus-0.25Lars Wirzenius2015-10-053-1/+13
|
* Disable output if terminal lacks capabilitiesLars Wirzenius2015-10-042-1/+8
|
* Prepare release version 0.24.1ttystatus-0.24.1Lars Wirzenius2015-10-012-1/+7
|
* Handle lack of /dev/ttyLars Wirzenius2015-10-012-11/+20
|
* Prepare release version 0.24ttystatus-0.24Lars Wirzenius2015-09-303-4/+4
|
* Refactor how messages are displayedLars Wirzenius2015-09-278-284/+246
| | | | | | This should be much clearer code now. However, the old unit tests for Messager became obsolete. Did not write new ones, due to it being tedious. I am lazy. Mock me.
* Fix tests for multiline TerminalStatus supportLars Wirzenius2015-09-272-8/+15
|
* Don't write anything if empty stringLars Wirzenius2015-09-271-0/+2
| | | | | | This avoids a bug where an app writes nothing, setting _first_output to false, and then write something, and not getting enough space for that, because the flag's already false.
* Refactor for clarification, then fix one-line outputLars Wirzenius2015-09-261-13/+26
|
* Remove notifyLars Wirzenius2015-09-261-2/+0
|
* Update NEWSLars Wirzenius2015-09-261-0/+5
|
* Allow multiline outputLars Wirzenius2015-09-263-33/+139
|
* Move __version__ to after imports, for pep8Lars Wirzenius2015-09-191-3/+4
|
* Build-depend on pep8 and pylintLars Wirzenius2015-05-012-1/+2
|
* Refactor _get_terminal_width for clarityLars Wirzenius2015-05-011-15/+13
| | | | Also, pylint needs to be shut up.
* Only run pylint if sufficiently newLars Wirzenius2015-05-011-1/+4
|
* Whitespace fixes for PEP8Lars Wirzenius2015-05-016-15/+15
|
* Fixes from pylintLars Wirzenius2015-04-188-29/+26
|
* Run pylint in checkLars Wirzenius2015-04-182-0/+29
|
* Fix problems found by pep8Lars Wirzenius2015-04-1832-298/+276
|
* Run pep8 in checkLars Wirzenius2015-04-181-1/+2
|
* Tweak debian/controlLars Wirzenius2014-03-292-2/+5
|
* Make Debian package description more usefulLars Wirzenius2014-03-182-3/+21
|
* 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
|