Chris Jones
41ab710fbe
add another ugly override for non-gnome-terminal gconf setting. this time it's focus
2008-04-07 22:46:26 +01:00
Chris Jones
4991b0ae21
Improve configclass debug output a little, and be safer about a variable that might not exist
2008-04-07 21:49:10 +01:00
Chris Jones
65cb27c2bb
Start landing configclass work
2008-04-02 22:10:32 +01:00
Chris Jones
8ce3f6f626
update setup.py to use version from terminator
2008-03-29 14:57:37 +00:00
Chris Jones
00e8127246
display version with -v
2008-03-29 01:40:49 +00:00
Chris Jones
b31fee31ed
add global variables and use them
2008-03-29 01:36:23 +00:00
Chris Jones
78e8aa42ae
consistency and likely cross-platform improvement
2008-03-29 01:29:09 +00:00
Chris Jones
5ea8776fce
Fix up titlebar related actions now the widget is called titlebox
2008-03-29 01:06:42 +00:00
Emmanuel Bretelle
94302d9fbe
fixes getcwd issue when directory is non existent
...
* close LP#208319
2008-03-28 18:30:10 +00:00
Chris Jones
ba60b58ca5
cory's icon.. re-merging because bzr is annoying
2008-03-19 17:18:36 +00:00
Chris Jones
8ee314a284
move trunk to 0.9
2008-03-19 17:16:58 +00:00
Cory Kontros
034d8ed128
* Added new icon.
2008-03-18 18:17:06 -04:00
Emmanuel Bretelle
69234b1d8c
adding some coloration on active term title
2008-03-13 16:41:25 +00:00
Chris Jones
9b68d97768
solve one problem
2008-03-08 01:38:42 +00:00
Chris Jones
3cfa490642
add skeleton config system
2008-03-08 00:04:41 +00:00
Emmanuel Bretelle
679518b288
really fixed this time :)
...
bool('False') is True, therefore we can't just use bool(value) but we need
assign a True or False value when reading terminatorrc
if value is "True" or "False"
2008-03-02 12:11:34 +00:00
Emmanuel Bretelle
92ce9fe4b3
Fixes:
...
* titlebars and titletips was not read properly from ~/.terminatorrc
when a ~/.terminatorrc is a boolean, bool(value) has tobe used
while comparing to True/False as value is read as a string
* If titlebars=False, the label is still created but hidden, by
doing so, one can show the title at anytime by right-clicking and
enabling the title on a per term basis
Added:
* Terminator window title changes to:
"Terminator: <active term title>"
2008-03-02 11:46:21 +00:00
Chris Jones
031685268e
Allow dodgy gconf use of this too
2008-03-01 01:15:34 +00:00
Chris Jones
8f9b2b1804
Integrate modified patch from chantra with some changes so titlebars and title tooltips are configurable via terminatorrc (or in theory gconf, but that's a violation of a schema violation
2008-03-01 01:14:32 +00:00
Chris Jones
4b6094fbe5
terminatorrc isn't created by default, so it can be used to override the gnome-terminal profile as well as providing gconf independence for non-gnome users
2008-03-01 00:24:14 +00:00
Chris Jones
201e48c9be
re-order these to make more sense
2008-03-01 00:09:49 +00:00
Nicolas Valcárcel
84b984dc0c
Added comments support on .terminatorrc
2008-02-26 13:03:41 -05:00
Nicolas Valcárcel
a4013ad0f3
Adding terminatorrc manpage for install
2008-02-26 12:32:11 -05:00
Chris Jones
4e45095f59
[CJ] Expand Thomas Meire no-gconf branch to have an optparse entry and move it. write a fake gconf client to make this work. We should refactor eventually.
2008-02-26 00:25:01 +00:00
Chris Jones
db66ec7743
Add schema descriptions from gconf to document the rc settings
2008-02-25 23:26:51 +00:00
Thomas Meire
752e929eec
Fix how background-settings are applied. (Code based on code from gnome-terminal)
2008-02-25 12:02:02 +01:00
Chris Jones
d4f5e4362f
Remove a FIXME. Stop failing on unfound config values, this is madness. Move options parsing callback into the __main__ handling. Formatting tweaks
2008-02-25 09:50:06 +00:00
Chris Jones
2ee1943b4c
Update Thomas Meire's cwd patch so it's clear that it's OS specific, choose a default cwd. LP #181194
2008-02-25 00:00:10 +00:00
Chris Jones
67fd877d11
Move child exit behaviour to a properly named config value so it is simplified. Merge in patch from chantra. Closes LP #194771
2008-02-24 23:46:56 +00:00
Thomas Meire
77e4246714
Make a new terminal to open in the same cwd as the cwd of the terminal in which the user was working. If no directory
...
was specified (as for the first terminal at startup), the cwd of the parent process will be used. Fixes LP #181194
2008-02-24 23:33:26 +01:00
Chris Jones
8c63403f1c
My tree has diverged a little while pulling in these changes. also some text editors are being unhelpful here with tabs. This should be two spaces for new items and 4 for continuations.I keep getting caught out by vim auto-indenting tabs for some reason.
2008-02-24 22:10:39 +00:00
Chris Jones
aa8fcdd75d
terminatorrc support
2008-02-24 20:29:25 +00:00
Thomas Meire
4c35d98cad
Switch transparency-mode when compositing is turned off or on. (Addition to the fix for LP #190946 )
2008-02-24 17:44:51 +01:00
Thomas Meire
379be85a09
Add support for real transparency when using a composited environment. (Fixes LP #190946 )
2008-02-23 22:54:39 +01:00
Nicolas Valcarcel
5a12e350af
uniformized ChangeLog entries
2008-02-22 22:58:58 -05:00
Nicolas Valcarcel
c52a21565e
Added TODO list
2008-02-22 22:43:02 -05:00
Nicolas Valcarcel
2373589eaa
added documentation on terminator man page and created terminatorrc (FIXME) man page
2008-02-22 22:38:55 -05:00
Nicolas Valcarcel
38b932996c
Added more keybindings. Thanks to Emmanuel Bretelle <ebretelle@mangal>
2008-02-22 21:36:00 -05:00
Emmanuel Bretelle
5f07cec9b9
changed get_first_pane to get_first_parent_paned
...
allow to get the first parent Paned
if vertical is specified, return the first H/VPaned
2008-02-23 00:02:26 +00:00
Emmanuel Bretelle
71f4cbfebd
Added keybindings:
...
- Ctrl-Shift-Up or down : move first VPaned handle Up or Down
- Ctrl-Shift-Left or Right: move first parent HPaned handle Up or Down
-Ctrl-Shift-S: Hide/Show scrollbar
2008-02-22 23:39:59 +00:00
Chris Jones
8514c962fc
tabspace nonsense
2008-02-20 01:00:05 +00:00
Chris Jones
415c49eda4
pull translation update from 0.8
2008-02-20 00:57:57 +00:00
Nicolas Valcarcel
99ccfbc786
Adding Changelog entry of last change
2008-02-19 19:56:23 -05:00
Nicolas Valcarcel
f4321af68b
added suport for ~/.terminatorrc file
2008-02-19 19:50:10 -05:00
Chris Jones
6470211426
blah, tab space nonsense
2008-02-20 00:07:34 +00:00
Chris Jones
53102e1504
latest es translation from LP
2008-02-19 23:53:52 +00:00
Chris Jones
552c875227
pull in changes from 0.8
2008-02-19 23:51:53 +00:00
Chris Jones
bd36c9e545
The schema for this seems to change, so let's accept these as equal values
2008-02-19 23:50:08 +00:00
Chris Jones
cab064d558
changelog the previous fixes
2008-02-19 00:13:51 +00:00
Chris Jones
74e6e0b2ab
pull in colour fix from trunk
2008-02-18 18:44:36 +00:00