index
:
delta/python-ttystatus.git
baserock/morph
master
trunk
git.liw.fi: ttystatus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ttystatus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for zero total for PercentageDone.
Lars Wirzenius
2010-07-01
1
-0
/
+4
*
Bump version number so it matches debian/changelog.
Lars Wirzenius
2010-06-20
1
-1
/
+1
*
Fix bug in ttystatus.Pathname widget: if value is not set in master,
Lars Wirzenius
2010-06-14
2
-1
/
+5
*
Release version 1.2.
version_1_2
version_0_2
Lars Wirzenius
2010-06-14
1
-1
/
+1
*
Add ElapsedTime widget.
Lars Wirzenius
2010-06-14
3
-0
/
+88
*
Add RemainingTime to example.py.
Lars Wirzenius
2010-06-13
2
-14
/
+19
*
Add RemainingTime widget.
Lars Wirzenius
2010-06-13
3
-0
/
+97
*
Add ProgressBar widget.
Lars Wirzenius
2010-06-12
3
-0
/
+89
*
Add TerminalStatus.get method.
Lars Wirzenius
2010-06-12
2
-0
/
+14
*
Index should be 1-based, not 0-based.
Lars Wirzenius
2010-06-11
2
-2
/
+2
*
Handle bad values for PercentDone.
Lars Wirzenius
2010-06-11
2
-1
/
+11
*
Change Index to show 12/12314 instead of just 12.
Lars Wirzenius
2010-06-11
2
-5
/
+12
*
Add PercentDone widget.
Lars Wirzenius
2010-06-11
3
-0
/
+69
*
Add Index widget.
Lars Wirzenius
2010-06-11
3
-0
/
+71
*
Add Counter widget.
Lars Wirzenius
2010-06-11
3
-0
/
+79
*
Add ByteSize widget.
Lars Wirzenius
2010-06-11
3
-0
/
+102
*
Add Pathname widget.
Lars Wirzenius
2010-06-08
3
-1
/
+89
*
Add Debian packaging.
Lars Wirzenius
2010-06-06
1
-0
/
+2
*
Do tricks to get coverage to 100%.
Lars Wirzenius
2010-06-06
1
-4
/
+6
*
Ignore write errors, call _get_terminal_width with right name.
Lars Wirzenius
2010-06-06
1
-3
/
+9
*
Update example program to use TerminalStatus.
Lars Wirzenius
2010-06-06
1
-0
/
+3
*
Give each widget the right remaining width.
Lars Wirzenius
2010-06-06
2
-1
/
+5
*
Add TerminalStatus.increase.
Lars Wirzenius
2010-06-06
2
-0
/
+10
*
Make use of Messager in TerminalStatus.
Lars Wirzenius
2010-06-06
3
-4
/
+37
*
Make TerminalStatus update widgets when values change.
Lars Wirzenius
2010-06-06
3
-1
/
+13
*
Add String widget.
Lars Wirzenius
2010-06-06
2
-0
/
+60
*
Implement TerminalStatus.__setitem__.
Lars Wirzenius
2010-06-06
2
-0
/
+8
*
Implement TerminalStatus.__getitem__
Lars Wirzenius
2010-06-06
2
-1
/
+18
*
Implement TerminalStatus.clear.
Lars Wirzenius
2010-06-06
2
-1
/
+10
*
Add beginnings of TerminalStatus class.
Lars Wirzenius
2010-06-06
3
-0
/
+62
*
Add widget base class.
Lars Wirzenius
2010-06-06
1
-0
/
+42
*
Add Literal widget.
Lars Wirzenius
2010-06-06
2
-0
/
+51
*
Add way to set message update frequency.
Lars Wirzenius
2010-06-05
1
-2
/
+2
*
Add missing import.
Lars Wirzenius
2010-06-05
1
-0
/
+1
*
Catch SIGWINCH and update accordingly.
Lars Wirzenius
2010-06-05
1
-0
/
+8
*
Query terminal for its width at startup.
Lars Wirzenius
2010-06-05
1
-1
/
+24
*
Avoid writing more than fits on terminal.
Lars Wirzenius
2010-06-05
2
-0
/
+10
*
Fix Messager.finish flush out last message from user.
Lars Wirzenius
2010-06-05
2
-1
/
+10
*
Refactor.
Lars Wirzenius
2010-06-05
1
-8
/
+11
*
Make Messages.finish() to leave last message on screen.
Lars Wirzenius
2010-06-05
2
-2
/
+3
*
Add Messager.finish.
Lars Wirzenius
2010-06-05
2
-0
/
+8
*
Add Messager.notify.
Lars Wirzenius
2010-06-05
2
-0
/
+23
*
Add Messager.clear method.
Lars Wirzenius
2010-06-05
2
-0
/
+10
*
Make Messager.raw_write remove the old message, if any.
Lars Wirzenius
2010-06-05
2
-6
/
+19
*
Add Messager.write, for updating only once per second.
Lars Wirzenius
2010-06-05
2
-5
/
+32
*
Fix things so output only happens to terminals.
Lars Wirzenius
2010-06-05
2
-2
/
+7
*
Add initial test and code to implement it.
Lars Wirzenius
2010-06-05
3
-0
/
+86