.. |
plugins
|
stop (ab)using __subclasses__ isntead interrogating the imported plugin modules for a predefined list of the plugin classes they contain, and always instantiate them when they are imported. Add a test plugin only useful for doctest
|
2009-12-17 13:51:55 +00:00 |
__init__.py
|
import the name and version into the library root
|
2009-08-08 01:00:58 +01:00 |
borg.py
|
who knows, we might even stick to a testing regime this time
|
2009-12-11 14:43:19 +00:00 |
config.py
|
Always a good idea to call your new function
|
2009-11-20 16:52:26 -06:00 |
configfile.py
|
migrate dbg,err to util.py
|
2009-08-08 01:22:31 +01:00 |
container.py
|
Remove a couple of stale FIXMEs
|
2009-12-11 14:25:38 +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
|
Make title changes propagate better, albeit not perfectly yet
|
2009-12-10 13:20:03 +00:00 |
encoding.py
|
pylint fixes
|
2009-12-09 13:22:34 +00:00 |
factory.py
|
Make title changes propagate better, albeit not perfectly yet
|
2009-12-10 13:20:03 +00: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
|
Make tab opening conext menu work
|
2009-12-08 13:01:13 +00:00 |
notebook.py
|
Make title propagation work properly
|
2009-12-10 23:25:52 +00:00 |
paned.py
|
Make title changes propagate better, albeit not perfectly yet
|
2009-12-10 13:20:03 +00:00 |
plugin.py
|
Since PluginRegistry is a borg we can easily track if we have been loaded before and if so, not load plugins again.
|
2009-12-17 23:16:42 +00:00 |
prefs_profile.py
|
migrate dbg,err to util.py
|
2009-08-08 01:22:31 +01:00 |
pylint.sh
|
Improve pylint.sh to be much less noisy and annoying
|
2009-12-09 13:32:35 +00:00 |
searchbar.py
|
Start implementing our Paned container and switch to it
|
2009-11-07 01:40:43 +00:00 |
terminal.py
|
Add some fixmes for things I know are currently broken, and improve a couple of logging messages
|
2009-12-16 09:15:53 +00:00 |
terminal_popup_menu.py
|
pylint
|
2009-12-10 11:37:53 +00:00 |
terminator.py
|
we hate the buggy past and love the futur. assume rgba is win for everyone
|
2009-11-21 12:19:01 -06:00 |
terminatorterm.py
|
clean up EditableLabel
|
2009-09-02 20:43:45 +01:00 |
test.py
|
migrate to using the factory and extend it to have an isinstance()
|
2009-11-25 00:37:29 +00:00 |
titlebar.py
|
Make title changes propagate better, albeit not perfectly yet
|
2009-12-10 13:20:03 +00:00 |
translation.py
|
And make pylint happy about it
|
2009-11-30 09:52:38 +00:00 |
util.py
|
pylint fixes
|
2009-11-20 16:52:39 -06:00 |
version.py
|
prepare for 0.13 release
|
2009-05-29 21:56:06 +02:00 |
window.py
|
Remove a couple of stale FIXMEs
|
2009-12-11 14:25:38 +00:00 |