Chris Jones
|
976e3124f7
|
two lines of debugging for each Config() lookup is mad, drop it to one
|
2010-01-10 23:47:15 +00:00 |
Chris Jones
|
27d0a13330
|
print more useful errors when the config file format is invalid, and update the configspec generator to know that our undefined default keybindings are now '' instead of None
|
2010-01-10 17:36:55 +00:00 |
Chris Jones
|
da7f1a6ea1
|
renaming the current profile wasn't updating Config.profile with the new value. Now it is.
|
2010-01-10 00:53:27 +00:00 |
Chris Jones
|
180ccbbf03
|
Hook up the keybindings tab in the preferences editor. Loads and saves
|
2010-01-10 00:20:24 +00:00 |
Chris Jones
|
80e0926a05
|
remove some old data, fix up a few defaults that didn't quite match up with reality, and implement the final bits of functionality to make the OK button DTRT
|
2010-01-09 17:42:59 +00:00 |
Chris Jones
|
92e7eb1dff
|
support adding and removing profiles, and returning their values to Config() when switching between them
|
2010-01-09 15:51:56 +00:00 |
Chris Jones
|
594ee47912
|
Complete the Terminal Command profile tab. Teach the colour scheme picker how to exist in the config and how to be controlled by the prefs UI
|
2010-01-08 23:51:45 +00:00 |
Chris Jones
|
4aa1b50fe6
|
Change the way window state config works. Initial workings of preferences window.
|
2010-01-08 01:02:49 +00:00 |
Chris Jones
|
68ade515eb
|
Add support for disabling modules and add CustomCommandsMenu and TestPlugin to it
|
2010-01-06 00:27:58 +00:00 |
Chris Jones
|
710b8a4834
|
Plugins that have never given us config before need a dict created for them before they can set values
|
2010-01-05 22:15:56 +00:00 |
Chris Jones
|
299e4cc5a8
|
Add plugin config API
|
2010-01-05 21:44:12 +00:00 |
Chris Jones
|
91830e22df
|
Move configobj into its own subdirectory, since its a separate upstream product
|
2010-01-05 00:03:16 +00:00 |
Chris Jones
|
dbe683e259
|
hey look it's 2010 already
|
2010-01-04 23:56:28 +00:00 |
Chris Jones
|
8141a3496d
|
call sys.exit() with doctest failure results
|
2009-12-30 11:26:22 +00:00 |
Chris Jones
|
1e187b0333
|
make the configspec debug output named better
|
2009-12-29 01:37:32 +00:00 |
Chris Jones
|
98015093d8
|
Add a test to make sure that we correctly load boolean types as python bools
|
2009-12-28 22:16:47 +00:00 |
Chris Jones
|
dc9ae3363d
|
Add ConfigObj's validate.py and construct a config specification and use it to validate the configuration. Most crucially this causes ConfigObj to know about the correct types it should be converting the different entries into
|
2009-12-28 22:06:23 +00:00 |
Chris Jones
|
ee81bd4f76
|
Make the terminal context menu list available profiles and switch between them
|
2009-12-26 20:09:16 +00:00 |
Chris Jones
|
2a56e328ac
|
Add methods to Config to list and delete profiles
|
2009-12-26 19:52:58 +00:00 |
Chris Jones
|
f09e9947cd
|
Make the config loading and saving significantly more functional, but also horrifyingly complex, with very little error handling
|
2009-12-26 19:43:01 +00:00 |
Chris Jones
|
825abbb658
|
Flesh out Config.load() so it actually loads a config
|
2009-12-26 13:39:14 +00:00 |
Chris Jones
|
5bd1b3f9af
|
Make sure ConfigBase() only uses a copy of DEFAULTS so we never change DEFAULTS, allowing us to add dict_diff() so we can avoid including things in the config file that aren't default
|
2009-12-26 01:19:42 +00:00 |
Chris Jones
|
71fcada828
|
add a fixme
|
2009-12-25 21:42:57 +00:00 |
Chris Jones
|
07f7906f86
|
Don't write to stdout, write to a config file, but one with a different name for now
|
2009-12-25 21:25:31 +00:00 |
Chris Jones
|
f91d76e9b4
|
Add ConfigObj 4.6.0 from http://www.voidspace.org.uk/python/configobj.html. Add a really simple implementation of config saving
|
2009-12-25 21:22:04 +00:00 |
Chris Jones
|
f33dc6f28a
|
Expand Config() test coverage a little
|
2009-12-23 10:09:53 +00:00 |
Chris Jones
|
8068ef656f
|
extend testing, make ConfigBase settable, drop ConfigBase derivation from dict
|
2009-12-23 00:10:57 +00:00 |
Chris Jones
|
8d3158c152
|
Make ConfigBase() do some debugging. Hugely verbose, but potentially very useful for now
|
2009-12-22 00:32:21 +00:00 |
Chris Jones
|
4a96bf99d4
|
add some test coverate, split the defaults into sections and move the borg element to a new base object, converting it to use the new borg __init__ syntax.
|
2009-12-22 00:24:53 +00:00 |
Chris Jones
|
0b5ac38793
|
Hand merge in from trunk
|
2009-12-19 02:08:35 +00:00 |
Chris Jones
|
ac1a58e8b3
|
Always a good idea to call your new function
|
2009-11-20 16:52:26 -06:00 |
Chris Jones
|
025c5d3dd1
|
Fix up config.py slightly to make pylint happier
|
2009-11-20 16:46:50 -06:00 |
Chris Jones
|
4284cf67ee
|
Start making some navigation work
|
2009-11-09 22:33:17 +00:00 |
Chris Jones
|
d9e9cf364a
|
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 |
Chris Jones
|
0f5cf7c496
|
remove titletips, it's a terrible option
|
2009-09-02 23:17:08 +01:00 |
Chris Jones
|
1f156248ee
|
Refactor the config. For now it's defaults only
|
2009-08-18 12:46:41 +01:00 |
Chris Jones
|
5d1ea593d8
|
migrate dbg,err to util.py
|
2009-08-08 01:22:31 +01:00 |
Chris Jones
|
945d2f277d
|
It's about time we enabled real transparency by default and just dealt with any fallout
|
2009-07-30 10:53:08 +01:00 |
Chris Jones
|
13c11e1475
|
merge in trunk
|
2009-07-13 23:36:45 +01:00 |
Chris Jones
|
ac56c18501
|
Add support for spawning new windows as new Terminator processes. Closes LP #381193
|
2009-05-28 10:29:56 +02:00 |
Chris Jones
|
69265ec036
|
Add keybindings for group_all, ungroup_all, group_tab and ungroup_tab. Closes LP #376351
|
2009-05-23 18:05:50 +02:00 |
Chris Jones
|
7529d1c32f
|
Improve PEP 8 compliance
|
2009-05-07 02:35:23 +01:00 |
Chris Jones
|
b0302e6fab
|
split out translation support into an separate file so it can be more correctly included everywhere
|
2009-05-07 01:44:42 +01:00 |
Chris Jones
|
841fa18c58
|
improve exception handler
|
2009-05-07 01:25:51 +01:00 |
Chris Jones
|
9b530862e7
|
Make the zoomed/maximised titlebar optional
|
2009-04-09 11:23:33 +01:00 |
Chris Jones
|
5e78509499
|
Fix scrolling on patched VTEs. Note that this will only work if the patched VTEs also have python support for their modifications. Closes LP #291184
|
2009-03-26 10:36:47 +00:00 |
Chris Jones
|
711986766a
|
Allow user configurability of the cursor shape. Patch from Jordan Callicoat. Closes LP #348244
|
2009-03-25 12:58:55 +00:00 |
Chris Jones
|
44e958f53e
|
Allow user configurability of the cursor colour. Patch from Jordan Callicoat. Closes LP #348231
|
2009-03-25 12:48:27 +00:00 |
Chris Jones
|
de62f1bda4
|
Make the bell options more explicit and allow multiple bell actions, including a new one to set the window manager urgent hint. Closes LP: #272749
|
2009-03-20 10:13:29 +00:00 |
Chris Jones
|
4944ccabe7
|
make tab bar more configurable. Closes LP: #287307
|
2009-03-20 00:23:37 +00:00 |