Emmanuel Bretelle
95059747fb
merging drag-and-drop to trunk tree
2008-02-25 01:03:39 +00:00
Emmanuel Bretelle
77d209303a
drag and drop:
...
behaviour should be correct now
2008-02-25 00:39:09 +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
Emmanuel Bretelle
0da21aa1d8
beginning with drag and drop
2008-02-24 20:42:08 +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
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
Nicolas Valcarcel
f4321af68b
added suport for ~/.terminatorrc file
2008-02-19 19:50:10 -05: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
c126c143cb
solve another fixme - we now track the palette properly
2008-02-17 23:08:27 +00:00
Chris Jones
2ebd8a3fd2
try and handle colours a little better, by not using the system colours over our own
2008-02-17 22:59:43 +00:00
Chris Jones
97811a5aab
move url opening into a dedicated helper function so we can ignore stupid exceptions from it. Also remove all our crack URI matching stuff and just blindly copy gnome-terminal
2008-02-17 01:28:18 +00:00
Chris Jones
05105e17ad
Remove experimental URI matching
2008-02-14 00:25:34 +00:00
Chris Jones
08486bb4ae
This should prevent LP#189116 from crashing Terminator
2008-02-12 23:22:25 +00:00
Chris Jones
4930e42729
Fix some minor quirks and improve the bell setting code, removing a FIXME
2008-02-12 23:11:04 +00:00
Chris Jones
14943ef3f4
Add necessary changes for supporting -x as well as -e. Basically makes all commands stored as arrays
2008-02-12 22:06:19 +00:00
Chris Jones
b40053169b
Switch parsing to optparse so -x can work
2008-02-12 13:49:36 +00:00
Chris Jones
45b0e41c6d
More icon bits
2008-02-08 11:05:19 +00:00
Chris Jones
e6d5c4eae3
Gear up to a new release
2008-02-08 10:20:48 +00:00
Chris Jones
4f462d771d
Make this a bit more compact and remove some unneeded show() calls
2008-02-02 10:47:29 +00:00
Chris Jones
c5a56e52fc
gnome-terminal violates its own schema. yay
2008-02-02 10:05:06 +00:00
Chris Jones
ea73696330
Track gnome-terminal scrollbar position settings. Fixes 185051
2008-02-02 01:49:32 +00:00
Chris Jones
852330d727
New gconf behaviour requires us to match up with gnome-terminal key names. Fix custom font behaviour that wasn't following with this new scheme
2008-01-31 22:15:23 +00:00
Chris Jones
65f1e5c047
Only use the gnome module if it is available, otherwise use the (inferior) built-in webbrowser module. This will probably break email URLs for non-gnome users, but there's not much we can do about that and it's better than not working at all. Fixes LP #184809 Also laying some groundwork for 0.8
2008-01-29 23:58:08 +00:00
Chris Jones
0ee12ee6d4
Stage three of the gconf marathon. Should now be completed and have returned us to where we started, functionality/bug-wise
2008-01-29 15:21:58 +00:00
Chris Jones
cd510b7c78
Stage two of rerolling the gconf handling. Now we have a proper abstract function that can grab arbitrary values (lists and other types TBC). It just needs to be used directly instead of via the type specific helpers
2008-01-29 15:18:33 +00:00
Chris Jones
b0fcd80594
Stage one of abstracting out our settings getting
2008-01-29 14:25:24 +00:00
Chris Jones
9948b5a14c
remove extraneous whitespace
2008-01-29 14:00:02 +00:00
Chris Jones
42ff80837c
calling this variable term is just unhelpfully confusing. I want it to go away anyway, and the first step is to clearly identify it
2008-01-29 13:54:16 +00:00
Chris Jones
9f7bbfe07d
Fix -e to pass an array not a string
2008-01-28 23:28:31 +00:00
Nicolas Valcárcel
95bba138f9
Added -e option to execute a command inside terminal (LP: #184921 )
2008-01-27 23:27:18 -05:00
Thomas Meire
3bb1299f47
removed the computations from splitaxis and do_scrollbar_toggle as they were obsolete. Removed the ctrl-shft-f binding
...
for fullscreen state. Cleaned up the splitaxis function, and commented it.
2008-01-14 23:45:43 +01:00
Nicolas Valcárcel
6d79b2d80a
added some documentation to the code and clean some algorithms
2008-01-14 15:52:28 -05:00
Thomas Meire
77acf827de
reverted all changes related to the pwd (not ready for trunk yet)
2008-01-14 18:04:13 +01:00
Thomas Meire
cb87e86bf9
make F11 toggle fullscreen (fixes bug #182863 )
2008-01-14 16:41:52 +01:00
Chris Jones
7cfa40bafc
Stop the tooltip madness until we have a better solution
2008-01-14 10:37:35 +00:00
Thomas Meire
a9c2d6e410
Fix darkness of the background when transparent. Darkness has to be set as 1-darkness to be
...
compatible with gnome-terminal.
2008-01-08 10:08:23 +01:00
Thomas Meire
2f6f1472fb
Make terminator use the same default profile as gnome-terminal. Fixes LP #181197
2008-01-08 09:59:22 +01:00
Chris Jones
99280881e1
changelog the default values changes, and slightly improve the fallback behaviour of finding a profile to use
2008-01-06 22:23:16 +00:00
Chris Jones
9fa21a3132
Make child restarting behaviour work without a default profile
2008-01-06 14:41:36 +00:00
Chris Jones
41dfad77cd
Tweak zooming behaviour so it doesn't lose fractional font sizes
2008-01-06 14:33:35 +00:00
Thomas Meire
5590e21225
Stop TerminatorTerm from failing when the correct gnome-terminal profile was not found.
2008-01-06 10:31:37 +01:00
Thomas Meire
67d4fd2585
Fix check for key-mask when zooming out.
2008-01-06 09:35:16 +01:00
Chris Jones
93e6c017c6
Support the background scrolling aspect of backgrounds too
2008-01-06 03:25:54 +00:00
Chris Jones
28eeb0e14d
Support profile settings for terminal backgrounds. Closes LP #180717
2008-01-06 03:23:26 +00:00