.. |
__init__.py
|
import the name and version into the library root
|
2009-08-08 01:00:58 +01:00 |
borg.py
|
appease pylint
|
2009-08-11 23:23:34 +01:00 |
config.py
|
ditch extreme_tabs, it's a terrible feature. Flesh out the terminal context menu some more, including figuring out how we will track whether a window is in a zoomed state - gobject properties
|
2009-10-07 00:08:13 +01:00 |
configfile.py
|
migrate dbg,err to util.py
|
2009-08-08 01:22:31 +01:00 |
container.py
|
Add a mechanism to de-register a Terminal() that's being destroyed
|
2009-10-05 22:15:22 +01: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
|
switch to new style translation import
|
2009-08-18 13:44:16 +01:00 |
freebsd.py
|
Merge changes from debian package
|
2009-04-24 10:57:17 +01:00 |
keybindings.py
|
Allow a keybinding to be set to a string value of None so it can be deconfigured. Also supports clearing a keybinding through the prefs profile. Closes LP #391778
|
2009-07-22 09:40:35 +01:00 |
newterminator.py
|
Add a mechanism to de-register a Terminal() that's being destroyed
|
2009-10-05 22:15:22 +01: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
|
oops, don't show the searchbar by default
|
2009-08-19 19:00:33 +01:00 |
terminal.py
|
refactor the popup menu out because it's so annoyingly long
|
2009-10-08 20:27:49 +01:00 |
terminal_popup_menu.py
|
refactor the popup menu out because it's so annoyingly long
|
2009-10-08 20:27:49 +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
|
handle the window closing properly
|
2009-09-04 20:12:04 +01:00 |
titlebar.py
|
If something isn't used outside one function, don't make it be a class variable
|
2009-09-06 23:53:21 +01:00 |
translation.py
|
refactor this to not use gettext's __builtin__ hack
|
2009-08-18 13:43:39 +01:00 |
util.py
|
fix up a pylint error and migrate some pure functions from terminal.py
|
2009-09-06 22:54:52 +01:00 |
version.py
|
prepare for 0.13 release
|
2009-05-29 21:56:06 +02:00 |
window.py
|
ditch extreme_tabs, it's a terrible feature. Flesh out the terminal context menu some more, including figuring out how we will track whether a window is in a zoomed state - gobject properties
|
2009-10-07 00:08:13 +01:00 |