.. |
__init__.py
|
import the name and version into the library root
|
2009-08-08 01:00:58 +01:00 |
borg.py
|
Flesh out the borg a little
|
2009-10-09 12:25:06 +01:00 |
config.py
|
Start making some navigation work
|
2009-11-09 22:33:17 +00:00 |
configfile.py
|
migrate dbg,err to util.py
|
2009-08-08 01:22:31 +01:00 |
container.py
|
make signal registration more robust, and add a function to walk up the widget tree to find the top-level Window object
|
2009-11-14 18:54:12 +00:00 |
cwd.py
|
It always helps to return the thing you're called for
|
2009-08-18 12:59:06 +01:00 |
debugserver.py
|
migrate dbg,err to util.py
|
2009-08-08 01:22:31 +01:00 |
editablelabel.py
|
Swap out some noop code for pylint suppression
|
2009-09-06 23:52:58 +01:00 |
encoding.py
|
pylint fixes
|
2009-10-09 00:30:03 +01:00 |
freebsd.py
|
Merge changes from debian package
|
2009-04-24 10:57:17 +01:00 |
keybindings.py
|
Start making keybindings work in Terminal(). They don't work yet
|
2009-10-14 13:05:07 +01:00 |
newterminator.py
|
decouple a little more
|
2009-11-09 22:35:55 +00:00 |
paned.py
|
fix stupid bug that registered all Paned widgets as HPaned ones. Fix ordering of adding children so things are never de-parented. Hook up terminal zooming signals.
|
2009-11-14 18:55:07 +00:00 |
prefs_profile.py
|
migrate dbg,err to util.py
|
2009-08-08 01:22:31 +01:00 |
pylint.sh
|
add pylint script for laziness
|
2009-08-11 23:26:18 +01:00 |
searchbar.py
|
Start implementing our Paned container and switch to it
|
2009-11-07 01:40:43 +00:00 |
terminal.py
|
fix up zoom signal, add an unzoom signal. generally make zooming work
|
2009-11-14 18:55:51 +00:00 |
terminal_popup_menu.py
|
undo an indenting fail
|
2009-10-08 21:29:45 +01:00 |
terminator.py
|
clean up EditableLabel
|
2009-09-02 20:43:45 +01:00 |
terminatorterm.py
|
clean up EditableLabel
|
2009-09-02 20:43:45 +01:00 |
test.py
|
Fix bogus child spawning. realize happens more than you might hope.
|
2009-10-27 23:23:59 +00:00 |
titlebar.py
|
Group creation is now presented via the titlebar, but still doesn't actually have any backending in functional reality yet.
|
2009-10-15 14:17:37 +01:00 |
translation.py
|
refactor this to not use gettext's __builtin__ hack
|
2009-08-18 13:43:39 +01:00 |
util.py
|
Add function to snapshot a widget and its children as a pixbuf
|
2009-10-27 21:03:11 +00:00 |
version.py
|
prepare for 0.13 release
|
2009-05-29 21:56:06 +02:00 |
window.py
|
tidy up some pylint issues
|
2009-11-14 17:30:03 +00:00 |