Chris Jones
98a5fee1f6
Attempt to fix horizontal directional navigation when handle_size is 0. Closes LP #325028
2009-05-26 22:45:13 +02:00
Chris Jones
8fc337de9f
Remove old SEGBUG debugging
2009-05-26 11:42:08 +02:00
Chris Jones
67753449a0
Make the choice of Paned slightly less pained
2009-05-26 11:27:26 +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
e77a3e6c07
Add context menu functionality for grouping/ungrouping all terminals in a tab. Closes LP#378603
2009-05-23 17:34:23 +02:00
Chris Jones
18d4df6af8
Refactor get_first_parent_paned into a generic, non-recursive function for finding the first parent widget of a given type
2009-05-21 00:09:00 +02:00
Chris Jones
14f6525195
refactor pixbuf getting thing out to a separate function
2009-05-17 12:45:38 +01:00
Chris Jones
47b5aaed64
take a snapshot of the terminal, scale it if necessary and use that for the drag icon
2009-05-16 22:17:04 +01:00
Chris Jones
b1d10e8817
Add some warning text in the profile editor
2009-05-12 21:17:56 +01:00
Chris Jones
7010d17b73
add a comment for further investigation later
2009-05-11 21:54:23 +01:00
Chris Jones
0aa107005e
Re-order context menu to keep Close item away from the mouse. Closes LP #374792
2009-05-11 21:36:40 +01:00
Chris Jones
7529d1c32f
Improve PEP 8 compliance
2009-05-07 02:35:23 +01:00
Chris Jones
1a88613904
Tidy up keybindings.py for pylint ease
2009-05-07 02:06:38 +01:00
Chris Jones
b7661b005b
remove tests since they're so woefully incomplete and I have no real intention of completing them
2009-05-07 01:47:52 +01:00
Chris Jones
69c2bca7b7
call parent init, just to be safe
2009-05-07 01:44:59 +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
ee1490dc4a
Add a commandline argument to allow specifying the window title. Closes LP #370064
2009-05-04 02:00:44 +01:00
Chris Jones
676ddfdb0c
Refactor window title code into a separate class
2009-05-04 01:51:01 +01:00
Chris Jones
6de8e1ca6e
Add the terminal size to the titlebar. Closes LP#242288
2009-04-30 21:55:30 +01:00
Chris Jones
f81b724abc
Merge changes from debian package
2009-04-24 10:57:17 +01:00
Chris Jones
9b530862e7
Make the zoomed/maximised titlebar optional
2009-04-09 11:23:33 +01:00
Chris Jones
c4409fb03d
prevent the font size from decreasing when zooming
2009-04-01 10:21:16 +01:00
Chris Jones
9d4e07f0bf
If people are mad enough to use Ctrl-C for Copy, at least let them still be able to kill things. Closes LP #340604
2009-03-27 12:20:12 +00:00
Chris Jones
8b3b71599a
Handle older VTEs that have no beep signal. Closes LP #349158
2009-03-26 21:09:30 +00: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
f1d2b527ed
Only set cursor shape when the function exists in vte. Patch from Jordan Callicoat. Closes LP #348760
2009-03-26 10:34:02 +00:00
Chris Jones
4fc90e8ba5
Add support for VoIP URIs. Patch from Jordan Callicoat. Closes LP #235906
2009-03-25 13:04:49 +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
e912c6a239
grab focus into the text entry widget after creating it
2009-03-23 21:09:40 +00:00
Chris Jones
254d0782c5
Allow users to edit the tab label in-place and retain a custom label, or switch back to an automatic one. Closes LP: #246448
2009-03-23 18:34:53 +00:00
Chris Jones
3d60c96b44
I think connect_after makes more sense here
2009-03-21 01:39:49 +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
d54f21c203
be more explicit about setting background transparency so we always update the state correctly. Closes LP #328994
2009-03-20 01:24:24 +00:00
Chris Jones
4944ccabe7
make tab bar more configurable. Closes LP: #287307
2009-03-20 00:23:37 +00:00
Chris Jones
2ea44fb8bc
Unify the the preparation of URLs so they work properly with ctrl-click, and also to reduce duplication. Closes LP #344617
2009-03-19 22:03:44 +00:00
Chris Jones
2c7648c7e4
hideous rewrite of font scaling code. Err on the side of caution with the fantastically crass magic constant multipier.
2009-03-17 01:08:12 +00:00
Chris Jones
2b8c2cadc5
set close button style regardless of the handle size being correct. Closes LP: #343607
2009-03-16 23:55:57 +00:00
Chris Jones
e3449d4142
fix for older gtk/pygtk
2009-03-16 23:50:48 +00:00
Chris Jones
e14e400b6c
since values is no longer static, we need to call the base class __init__ to initialise it
2009-03-06 11:30:56 +00:00
Chris Jones
2fb6b9b329
be more careful about static class properties
2009-03-06 11:25:15 +00:00
Chris Jones
5e46e1a967
merge approved branch. Closes LP #328235
2009-03-06 11:15:41 +00:00
Chris Jones
118032dc35
Swap the Cancel button for a Close one, and stop Apply from closing the profile editor. This way makes much more sense. Closes LP #329977
2009-02-20 11:26:43 +00:00
jmonreal
d467d1ae75
Direction Fixed
2009-02-16 11:03:42 -03:00
Chris Jones
26e6eba2b5
Make transparency support much saner by making it much simpler. This means that enable_real_transparency being False doesn't prevent transparency from working, it just means it falls back to the fake transparency. Closes LP #328994
2009-02-13 10:43:11 +00:00
Chris Jones
46f17589da
quite why people want this, I don't know, but they do. see LP question 59635
2009-02-02 23:01:00 +00:00
Chris Jones
2528353e2a
Easier than actually tracking which kind it is
2009-02-02 17:20:16 +00:00
Chris Jones
859c463a48
Make the terminal title updater aware of zooming, and show it when we're zoomed, saying that we're zoomed
2009-02-02 17:18:40 +00:00
Chris Jones
71156a487a
We don't want a titlebar if there's only one terminal
2009-01-30 15:23:47 +00:00
Chris Jones
4c8c2614be
migrate more titlebar show/hide logic into TTT
2009-01-30 12:04:59 +00:00
Chris Jones
bac635fc4a
fix correct starting value of titlebar wantedness
2009-01-30 11:44:40 +00:00
Chris Jones
4f8a3a8d34
migrate titlebar wantedness to the titlebar class
2009-01-30 11:42:28 +00:00
Chris Jones
01d4602d43
move all vte customisation to post-realize
2009-01-28 01:18:21 +00:00
Chris Jones
0897c0e16f
move the background transparency setting to a handler attached to the vte widget's realize signal
2009-01-27 21:56:28 +00:00
Chris Jones
337c650f34
Back out earlier debugging changes
2009-01-27 21:19:10 +00:00
Chris Jones
cfeac42e2a
getting desparate now
2009-01-27 18:29:19 +00:00
Chris Jones
8a4d3fb5de
collect the flags, although i think they are a red herring
2009-01-27 18:26:42 +00:00
Chris Jones
cb802ca85e
bleh, helps if you actually keep track of what's happening
2009-01-27 18:18:57 +00:00
Chris Jones
c190287d6c
Exploratory patch which may fix some weird bugs, or may get reverted soon
2009-01-27 17:09:33 +00:00
Chris Jones
1961fe1d49
add support for an icon in the group label
2009-01-27 00:31:48 +00:00
Thomas Hurst
58e4722763
Block LOCK_MASK from reaching translate_keyboard_state: <Ctrl><Capslock>E now no longer behaves like <Ctrl><Shift>E, the state of capslock is completely ignored for keybinding purposes.
2009-01-26 16:33:00 +00:00
Chris Jones
9f17fc0790
Be able to set the foreground colour of titlebars too
2009-01-26 00:22:11 +00:00
Chris Jones
5055371b1c
Refactor the terminal titlebar into its own class
2009-01-26 00:20:03 +00:00
Chris Jones
c3a2b5d2bb
remove references to quake, it's unhelpful. It's now 'hide_window'
2009-01-25 18:33:22 +00:00
Chris Jones
201057e7f2
Make quake related error be a dbg()
2009-01-25 15:08:55 +00:00
Chris Jones
c33b89a74c
add a description of the quake keybinding
2009-01-25 14:36:51 +00:00
Chris Jones
920a668991
Merge in Chris James' quake branch.
2009-01-25 14:28:27 +00:00
Chris Jones
4236e44e5f
Merge in Chris James' quake branch.
2009-01-25 14:26:20 +00:00
Thomas Hurst
a72010a82e
Teach the profile editor about undefined keys.
2009-01-21 09:06:16 +00:00
Thomas Hurst
bc24c98164
Merge in jkakar's quick tab switching branch, with minor changes. To avoid bikeshed issues, the bindings are disabled by default.
2009-01-21 08:29:32 +00:00
Jamu Kakar
d9205d83d9
- Alt-N switches to the tab at index N for values of 0 >= N <= 9.
...
This makes switching to arbitrary tabs very quick.
2009-01-20 21:18:59 -08:00
Chris Jones
6f9955eb6a
H9TRANS debugging, should help diagnose weird transparency issues
2009-01-19 14:45:08 +00:00
Emmanuel Bretelle
adf05a6863
* Fixing a potential glitch in translated string
...
* added FR comment entry to .desktop
2009-01-17 13:44:09 +01:00
Chris Jones
4713eff2dd
Merge from Stephen Boddy, fixes some instances where group_hoover is not called or is called incorrectly. Closes LP #315863
2009-01-15 00:31:42 +00:00
Chris Jones
29d5eacbc9
Fix terminal title alignment. Merge from Stephen Boddy's dev branch. Closes LP #308124
2009-01-15 00:07:28 +00:00
Chris Jones
8c62f84357
Track gconf cursor blinking in such a way that it handles the newer GNOME Terminal setting and the older one. Closes LP #283107
2009-01-15 00:02:01 +00:00
Chris Jones
2d57b7888d
Fix GNOME Terminal profile loading. Patch from Y W Sing. Closes LP #304016
2009-01-14 22:57:24 +00:00
Chris Jones
45e83bd4b5
Slightly refactor the dialog shown when closing a window with multiple terminals so it can also work for tabs with multiple terminals. Closes LP #315960
2009-01-14 22:02:23 +00:00
Stephen Boddy
775030ba85
Kill last vestage of the single group icon.
2009-01-14 16:16:01 +01:00
Stephen Boddy
f97d1c49f8
Fix middle-click paste in broadcast mode into terminal with no group. Wasn't sent to other terms. Plus: slight reorg of get_target_terms
2009-01-14 13:36:32 +01:00
Stephen Boddy
a55fb5c70e
Small change to stop the radio buttons of the 'Assign to' window flying about on resize. It just looks silly\!
2009-01-14 01:59:09 +01:00
Stephen Boddy
7fa0ddede0
Slightly fudge-flavoured fix for the positioning of the 'Assign to' window. Stops it appear all over. Prob. better as proper dialog.
2009-01-14 01:55:46 +01:00
Stephen Boddy
a7e12a13b5
Merge from trunk
2009-01-13 22:32:36 +01:00
Stephen Boddy
6cc744dc19
Tiny additional run of group_hoover, when tickbox is activated.
2009-01-13 22:10:28 +01:00
Stephen Boddy
f405a2c87f
Final part of the GUI rework for the group stuff.
2009-01-13 22:05:04 +01:00
Stephen Boddy
0bc670ac1d
Small cosmetic oneliner for non-centered titles on splitting.
2009-01-13 17:20:43 +01:00
Stephen Boddy
eab9cb3757
Remove the noe redundant group menu, plus unique titlebar icons.
2009-01-12 22:53:42 +01:00
Stephen Boddy
29ef912250
Some small fixes after discussion and testing over irc
2009-01-12 17:08:12 +01:00
Stephen Boddy
de94513478
First (and major) part of the GUI stuff. We now have a clickable button that pops up the group menu.
2009-01-12 12:13:22 +01:00
Stephen Boddy
b69a54b53f
Significant grouping improvements. Nearly everything there and works great. Still require 2 GUI related things before done.
2009-01-10 17:13:49 +01:00
Stephen Boddy
895226aaa9
Two minor fixes to prevent unused groups lingering in the submenu when a terminal is close/ungrouped.
2009-01-10 17:00:05 +01:00
Stephen Boddy
a30755e670
Fix list of groups in context menu to prevent duplicates
2009-01-10 07:34:50 +01:00
Chris Jones
dec20d4069
Loop around tabs when using next_tab or prev_tab keyboard shortcuts. Closes LP #315494
2009-01-10 01:55:46 +00:00
Chris Jones
533e85e2a7
and actually get it right this time
2009-01-10 00:45:41 +00:00
Chris Jones
65c1011d5b
restore Stephen's extra conditional, since it does make sense
2009-01-08 16:18:02 +00:00
Chris Jones
eec5aefbaa
Merge Stephen Boddy's fix for LP #314902 with a small modification
2009-01-08 15:40:38 +00:00
Stephen Boddy
b356cfc9ee
Enumerate the terminals with/without padding (very useful when accessing many sequentially numbered systems.)
2009-01-07 19:39:12 +01:00
Stephen Boddy
d205c35a24
Make the colours of the titlebars like clusterm (much clearer) and configurable
2009-01-07 19:37:59 +01:00
Stephen Boddy
fcea2b7261
Fix DnD to insert test to all terms in current group
2009-01-07 19:35:44 +01:00
Chris Jones
90064406a0
If there are any groups, add a menu item to remove all groupings
2009-01-06 09:44:38 +00:00
Chris Jones
56eb03712c
handle an alternate scrollbar disabling value
2009-01-04 17:53:19 +00:00
Chris Jones
77487d0e31
might as well bump the version in preparation for 0.12
2009-01-04 02:48:31 +00:00
Chris Jones
c7fdbf5aa6
Be able to remove a terminal without destroying it. This should really be factored out into a deparent() and remove(). Closes LP #313553
2009-01-04 02:37:42 +00:00
Chris Jones
eba60f3fcc
place the keybinding editor inside a gtk.ScrolledWindow for the pixel-poor
2008-12-26 23:26:04 +00:00
Chris Jones
eb39ca548a
remove reference to obsolete sighup function
2008-12-26 23:02:27 +00:00
Chris Jones
04aae49867
when we remove a terminal we should remove the vte widget and remove the reference to it from the TerminatorTerm object. It's likely we are still leaking other gtk objects, but that is considerably less important than leaking vte.Terminal objects and thus child processes
2008-12-26 22:56:00 +00:00
Chris Jones
5c09dc4b6b
turns out that we are somehow sucking at unreferencing our objects, so we need to start tightening these things up. stop calling destroy() on anything other than toplevels, it makes no sense. Don't send the sighup, only because I want to track this down properly.
2008-12-26 20:24:11 +00:00
Chris Jones
f7d649d724
completely remove the config file monitoring, as it has too much potential for failure and very little win to offer in return
2008-12-26 16:31:03 +00:00
Chris Jones
d34a2bb12e
fix a print to be a dbg() and disable inotify watching of the config file, it seemingly having some problems
2008-12-26 16:15:48 +00:00
Chris Jones
2228e2c3f3
Fix bug reported by Kees Cook - when in grouped mode, pasting did not apply to all grouped terms
2008-12-26 15:43:02 +00:00
Thomas Hurst
70e54005ee
Send an explicit sighup from closeterm()
2008-12-24 03:31:39 +00:00
Kees Cook
04cecacdbb
take full geometry of the terminals into account
2008-12-19 15:17:43 -08:00
Kees Cook
5c3d3c5c2e
first pass at direction terminal control
2008-12-18 23:41:55 -08:00
Chris Jones
3c26a52c12
fix titlebar highlighting. HBox can't have a bg colour. Also it turns out that the fg colour modification has never been working so it might as well go
2008-12-16 15:15:12 +00:00
Brian Murray
9e6d8191ac
Increase of possible matches for LP bug numbers as URLs
2008-12-13 21:13:25 -08:00
Chris Jones
75194f24cd
Add support for treating LP bug numbers as URLs
2008-12-13 09:12:07 +00:00
Chris Jones
0118cc412c
sync with trunk
2008-12-11 08:13:31 +00:00
Chris Jones
653a2ef5e1
this should be a dbg, not an err
2008-12-11 08:13:02 +00:00
Chris Jones
dee393cd70
suggestion from Kees Cook - a menu option to instantly group all terminals
2008-12-11 08:07:28 +00:00
Chris Jones
b1bf317671
actually make the typing simultaneous, and pretty things up slightly
2008-12-11 07:08:28 +00:00
Chris Jones
9bc24e665b
Lay out some UI groundwork ideas for simultaneous typing support
2008-12-10 18:16:55 +00:00
Thomas Hurst
6fcd3c92e2
aelling
2008-12-02 17:22:44 +00:00
Thomas Hurst
952cd02b7b
Add another missing setting
2008-12-02 17:13:55 +00:00
Chris Jones
7a695a7434
use a shorter, translatable string for the search box
2008-11-28 12:59:48 +00:00
Chris Jones
c7677b9c0e
make sure we do return codes properly for key handlers
2008-11-28 12:59:32 +00:00
Emmanuel Bretelle
6631af7e4d
fixing rgba_control
2008-11-27 09:52:32 +01:00
Chris Jones
408a7246d9
take care of updating tab close buttons when the setting changes
2008-11-19 17:04:36 +00:00
Chris Jones
8decf82577
Make handle size and tab position updatable on the fly
2008-11-19 13:46:37 +00:00
Chris Jones
0937aa9620
fix collection of changed keybindings and apply them to the current instance
2008-11-17 15:09:39 +00:00
Chris Jones
0c354b6aa2
Remove APP_NAME from the title when we set it, to fix LP: #278004
2008-11-17 11:19:12 +00:00
Chris Jones
0806176067
Improve UI wording for new reset bindings
2008-11-17 10:46:47 +00:00
Chris Jones
4b69bf47aa
Add keyboard shortcuts for reset and reset/clear. Closes LP#287634
2008-11-17 10:42:34 +00:00
Chris Jones
16894d5f78
allow keybindings to be edited
2008-11-17 02:24:38 +00:00
Chris Jones
475daf89ef
make the keybinding editor prettier and work out when one has changed
2008-11-17 02:08:47 +00:00
Chris Jones
ba34813f54
turn some prints to dbg()s
2008-11-17 00:51:11 +00:00
Chris Jones
104206b0eb
helps if you read the function documentation. set_attributes() replaces all other attributes, so we had a bunch of empty, editable cells
2008-11-17 00:41:49 +00:00
Chris Jones
3f76ce6401
Attempt to make proper keybinding editors with TreeView and CellRendererAccel. Unsuccessfully thus far
2008-11-17 00:37:50 +00:00
Chris Jones
97fe1cca47
Get the value properly
2008-11-16 18:40:05 +00:00
Chris Jones
4f6d3d8ec7
Remove the real transparency change handler, it won't work while the window is realised, and unrealising it effectively destroys it, so this looks like the only setting that will actually hard-require a restart
2008-11-16 17:54:40 +00:00
Chris Jones
68529502e7
Make prefs_profile.auto_add more robust, add some more global reconfiguration
2008-11-16 02:42:09 +00:00
Chris Jones
2ccd5962c1
Only allow local background files and set the current value. Also close the window when Apply is pressed
2008-11-12 11:58:01 +00:00
Chris Jones
e01d69346f
Demonstrate how we can change a global property without a restart
2008-11-12 11:36:18 +00:00
Thomas Hurst
a068372228
Add a missing setting
2008-11-12 02:44:57 +00:00
Chris Jones
f761f40c17
this may fix Apply
2008-11-12 01:45:52 +00:00
Chris Jones
2a852620ac
Update prefs_profile to not look at the Defaults, but the current RC file
2008-11-11 11:21:18 +00:00
Thomas Hurst
901b5a8ea4
Use "%r" % foo instead of "%s" % repr(foo). No functional changes.
2008-11-04 17:01:00 +00:00
Chris Jones
8e96d0eaa4
handle int HScale values and remove a debugging print
2008-11-03 23:14:29 +00:00
Chris Jones
5ffe50012b
put a default size back in the default font so it's a valid pango name
2008-11-03 23:14:06 +00:00
Chris Jones
156eb8b32a
Make the profile editor window atomic. Hook up its cancel button to destroy itself and make the Apply button dump the settings contained within. Requires some modification of auto_add to better keep track of the widgets
2008-11-03 22:55:55 +00:00
Emmanuel Bretelle
e852e4185b
nicification2
2008-11-02 03:18:23 +01:00
Emmanuel Bretelle
d0693a2df3
attempting to nicify the profile editor
2008-11-02 03:06:35 +01:00
Thomas Hurst
cb248ac357
Introduce indented config file handling code, disabled for now since nothing uses it, and it has the potential for breaking currently working configs, since indent errors are difficult to recover from sensibly.
2008-11-01 11:31:12 +00:00
Thomas Hurst
c3c6e3713d
Don't fail horribly if the user doesn't have a config file
2008-11-01 10:07:58 +00:00
Chris Jones
434c253237
make profile editor opened the conext menu and improve its appearance
2008-11-01 00:50:34 +00:00
Thomas Hurst
e244329725
Make gio optional; it's way too soon to expect everyone to have this. Fix keybindings error handling.
2008-10-28 22:24:42 +00:00
Chris Jones
565b3d2bb8
Further enhancecment of profile editor UI
2008-10-28 00:29:54 +00:00
Chris Jones
6c483def9d
Allow get_cwd to fail
2008-10-28 00:29:41 +00:00
Chris Jones
9c75e20492
Add file watching support to ValuestoreRC. Also slightly improve a debug statement in the root config class
2008-10-23 23:29:26 +01:00
Chris Jones
8ff0dfa72a
Don't run the full title change handler every time if the title hasn't changed
2008-10-20 09:29:47 +01:00
Chris Jones
91b8527e2e
Ignore a gconf change signal if it's just for the profile's visible_name, which gnome-terminal seems to set on every run. Should fix LP #268476
2008-10-16 16:30:42 +01:00
Chris Jones
b623f662e8
only do session handling if we have a gnome_client
2008-10-16 11:43:50 +01:00
Chris Jones
19619bff98
rework keyboard event lookup failure handling with suggestions from Thomas. Relates to LP #280959
2008-10-13 09:37:26 +01:00
Chris Jones
46774d8f9e
Abandon attempts to handle empty keypress events. Relates to LP #280959
2008-10-12 23:42:30 +01:00
Chris Jones
0adcd26a41
Add a next button to the search bar. Easy first step for LP #274451
2008-09-25 22:40:44 +01:00
Chris Jones
892c1c5b9d
Add a close button to the search bar. Closes LP #274448
2008-09-25 22:33:45 +01:00
Chris Jones
fc9b50850e
only try to switch pages in a notebook if we actually have one. Not a fix for, but somewhat workaround for the crashing aspect of LP #271850
2008-09-25 22:22:05 +01:00
Thomas Hurst
357992945a
unfail more
2008-09-23 17:08:16 +01:00
Chris Jones
e49c73cf9e
python2.4 unfail
2008-09-23 16:18:00 +01:00
Chris Jones
0a3017bf90
first hint of tests for configfile
2008-09-23 00:53:17 +01:00
Chris Jones
3988d96ff0
ensure debugging is off by default
2008-09-23 00:35:58 +01:00
Chris Jones
28b9c8e1d2
remove worthless testing code from config.py and extend the test suite a little
2008-09-23 00:28:57 +01:00
Chris Jones
e63785028e
initial skeletal test framework using nosetest
2008-09-23 00:13:48 +01:00
Thomas Hurst
76b06bc5f7
Workaround an apparant gtk bug in next/prev_page
2008-09-22 18:31:35 +01:00
Thomas Hurst
e78d57beab
Undo error handling brain-damage
2008-09-22 15:45:48 +01:00
Thomas Hurst
00840a13cc
Bump version, tsk.
2008-09-21 12:27:05 +01:00
Chris Jones
95d4eed6ce
Actually return when we deactivate the gconf object instead of trying to do gconf things with it
2008-09-13 01:58:48 +01:00
Iain Lane
1a975ab7c0
Remove unnecessary try-except block
2008-09-08 21:13:31 +01:00
Iain Lane
aead00463c
Need to start xdg-open in a new process as it does not do that itself - some browsers (Epiphany) can therefore cause Terminator to block until they are exited
2008-09-08 20:42:26 +01:00
Iain Lane
fd8ad1bbea
Launch ftp.x.y with an ftp protocol
2008-09-08 20:21:26 +01:00
Iain Lane
6c763fae39
Merge with trunk
2008-09-08 20:02:08 +01:00
Chris Jones
c93e99b4c3
fix up backspace/delete binding widgets and fix a related mistake in the terminator_config manpage
2008-09-07 20:10:06 +01:00
Chris Jones
e370d9fbb5
more specific updates for the profile editor
2008-09-07 19:43:03 +01:00
Iain Lane
4bb1a11595
Assume http:// for URLs without it
2008-09-06 16:01:12 +01:00
Chris Jones
6b680e4c52
possible option for improving profile editing gui
2008-09-06 01:40:42 +01:00
Chris Jones
f14b544668
Apply patch from 'SXW', closing LP #237796
2008-09-04 22:27:13 +01:00
Emmanuel Bretelle
bbc17502a8
Fix to LP#252971 making terminator compatible fix Dapper
2008-09-04 18:41:02 +01:00
Thomas Hurst
e6497992e8
Drop a useless pass.
2008-09-04 02:59:40 +01:00
Chris Jones
a32ec63a46
improve field names, make a couple of things dropdowns
2008-09-04 01:26:49 +01:00
Thomas Hurst
84658d4ea4
Put finally: in their own block for Python 2.4
2008-09-03 19:34:20 +01:00
Thomas Hurst
8fd22efed2
Prevent certain erroring configuration lines from being processed by a later line_ok().
2008-09-02 16:03:08 +01:00
Chris Jones
e8be0f326c
fix bogus gconf call
2008-09-02 15:25:12 +01:00
Thomas Hurst
a37be8bb35
Change debugging from "Ignoring" to "Skipping", and use repr().
2008-08-29 21:29:07 +01:00
Thomas Hurst
d388885581
Save maximized and fullscreen state. Argument handling needs improving; it'll break if short-form is used and squished together.
...
Probably we should piece together a command line directly from OptionParser's results, not copy it manually like this.
2008-08-29 19:23:30 +01:00
Thomas Hurst
035b15b6d9
Session support now tests ok with xsm. Note change of default #! line, and addition of dummy arguments to OptionParser. If we move gnome init earlier we can avoid the latter.
2008-08-29 19:22:16 +01:00
Thomas Hurst
0f5c6b361b
Handle old Fedora gnome bindings.
...
save_yourself on startup.
Add geometry back to arguments, they're clearly isn't any wm magic for this stuff.
2008-08-29 19:20:50 +01:00
Thomas Hurst
9d183ed5e1
Introduce X session support by way of gnome.ui.
...
This involves moving cwd detection and url_show into class Terminator, since we need to initialize gnome earlier.
2008-08-29 19:18:31 +01:00
Chris Jones
11df8b9783
python 2.4 hates Exception.message, and it's not really crucial here anyway, so ditch it. Closes LP #262452
2008-08-29 14:09:29 +01:00
Thomas Hurst
3c77ec10c1
Add support for tab_position.
2008-08-28 17:08:15 +01:00
Thomas Hurst
6016f06775
Instead of a boring old MessageDialog, display errors in a Dialog with a scrolling text gadget containing errors.
...
This is a lot of effort for a case that should be rather unlikely; i.e. the user having dozens of errors in their config.
IndentErrors might make this more likely in future. This may be reverted in future, but at least it'll be here if we need it.
2008-08-28 16:34:34 +01:00
Thomas Hurst
4fa5e1a442
Remove some leftovers.
2008-08-28 14:20:52 +01:00
Thomas Hurst
f9d96d7210
print -> dbg
2008-08-27 00:58:27 +01:00
Thomas Hurst
32fc1f5082
Only set a setting if the entire line parses
2008-08-27 00:55:57 +01:00
Thomas Hurst
a63c1358ca
Use a callback for getting settings from ConfigFile, so we can validate them as they come in.
2008-08-27 00:30:13 +01:00
Thomas Hurst
5c8b1e7435
Set a default currvalue so line_ok works on configs starting with comments.
2008-08-28 15:12:05 +01:00
root
7ad31a0ee6
Prevent g-t profile failure
2008-08-28 13:56:16 +01:00
Chris Jones
1771528474
Update various bits of documentation
2008-08-27 01:35:32 +01:00
Thomas Hurst
c2524cec47
Actually set a colour value. Only set config options if the entire line parses correctly.
2008-08-27 01:51:37 +01:00
Thomas Hurst
d01ed3554f
Handle bogus config values better; err() and keep going rather than raising an exception.
...
If there are exceptions, return to eating them for 0.10.
2008-08-26 23:32:29 +01:00
Chris Jones
f020eaa32b
Keep a note of when we are using a custom font size, so we don't override it in reconfigure_vte. Closes #256335
2008-08-26 22:24:36 +01:00
Thomas Hurst
31d598bb9b
Few gconf fixes; use_system_font should now work again
2008-08-26 21:43:07 +01:00
Thomas Hurst
c304b519ad
Handle errors a bit more sensibly, especially with quoted strings
2008-08-26 17:12:29 +01:00
Thomas Hurst
9baf905cab
Convert the stderr spam into a gtk.MessageDialog. Format and localise the error.
...
Handle unterminated quoted string errors better
2008-08-26 17:04:53 +01:00
Thomas Hurst
a89f18e095
Make config parsing errors non-fatal. Spam stderr with any errors encountered.
2008-08-26 15:41:27 +01:00
Emmanuel Bretelle
47bc7bc378
readding thomas changes
2008-08-25 20:56:08 +01:00
Emmanuel Bretelle
f44955b926
Cleaning up rev 490
2008-08-25 20:16:49 +01:00
Thomas Hurst
cac821f58a
Add a demo font selection button and a spin button for scrollback
2008-08-24 07:39:49 +01:00
Thomas Hurst
0a6acc19dc
Ctrl-Tab and Ctrl-Shift-Tab are actually valid keybindings. Teach keybindings.py that some items may have more than one keybinding by supporting optional tuples in defaults.
2008-08-23 23:57:51 +01:00
Thomas Hurst
f37324303b
Remove some keybinding changes that were only meant for local testing.
2008-08-23 10:01:50 +01:00
Thomas Hurst
f685f3e317
source.keybindings -> source['keybindings'] now.
2008-08-22 06:45:31 +01:00
Thomas Hurst
4dafba1270
Don't use __getattr__ in config stores; use __getitem__ and talk to them using store[key] instead of getattr(store, key). Simpler and maybe faster (1 method lookup vs failed attribute lookup + method lookup).
2008-08-22 03:05:22 +01:00
Chris Jones
5f81247353
Feeble exploration of the parts necessary for a graphical profile editor
2008-08-22 00:19:18 +01:00
Chris Jones
93fad0cee1
remove duplicate config default
2008-08-21 23:06:56 +01:00
Thomas Hurst
769b86119b
Handle trailing spaces in configs properly; don't make them part of the value.
...
Handle unquoted palette values. Parse errors will occur if they're not exact.
2008-08-21 21:57:59 +01:00
Thomas Hurst
fc53521c80
Add a --geometry option. Terminator's constructor is getting a bit long.
2008-08-21 08:07:38 +01:00
Emmanuel Bretelle
e7c57039a4
Fixing Zoom/UnZoom with notebook pages
2008-08-16 13:37:49 +01:00
Thomas Hurst
8ee6c682ca
Avoid silently eating gconf exceptions, at least under debug mode.
2008-08-15 17:34:33 +01:00
Thomas Hurst
7f1dc2729a
Really.
2008-08-15 17:27:56 +01:00
Thomas Hurst
6e638af1e7
Defaults have moved
2008-08-15 17:27:16 +01:00
Thomas Hurst
894ba31880
Handle case changing better. <Ctrl>F now works like <Ctrl>f rather than <Ctrl><Shift>F
2008-08-15 16:20:08 +01:00
Thomas Hurst
fbd862c1aa
Make <Ctrl>plus/minus/etc work
2008-08-15 15:46:38 +01:00
Thomas Hurst
ca66d55bea
Make f11_modifier work again.
2008-08-15 13:40:10 +01:00
Thomas Hurst
1f0bb51e76
Make sections and settings case-insensitive (stored lowercase).
...
When we get profiles we should be case-preserving, but this will do for now.
2008-08-15 13:22:07 +01:00
Thomas Hurst
c0ab0e3f34
Introduce a cut-down version of my .ini parser; this one doesn't do anything special with indents, and just builds a simple dict on parse. It does introduce the same error handling (other than that for indenting), so some previously working (but highly dubious) configs might break.
...
Hook up a [keybindings] section, to override the default ones now in config.py; teach TerminatorConfig to merge configured keybindings from available sources; gconf support shouldn't be far away.
2008-08-15 04:11:24 +01:00
Emmanuel Bretelle
0c49debaac
Make sure the titlebar is shown consistently
...
* Fixes LP#249200
2008-08-13 18:12:57 +01:00
Thomas Hurst
c471d636a6
Save a method call.
2008-08-13 02:06:49 +01:00
Thomas Hurst
233fd9630b
Make search actually only search valid buffer ranges.
2008-08-13 00:17:40 +01:00
Thomas Hurst
b02ffdc210
Add a basic scrollback search function, attached to Ctrl-Shift-F for now. Type, hit Enter to search, Enter to continue, and Escape to cancel the search (with the input gadget having focus).
...
A bit slow because VTE's get_text* API is awful.
2008-08-12 02:12:30 +01:00
Thomas Hurst
07457a29bd
Style; remove double lines after some methods.
2008-08-11 20:06:41 +01:00
Thomas Hurst
3a7822253a
Fix a few missed keybindings.
2008-08-11 19:30:04 +01:00
Thomas Hurst
acaa153810
Style; put method bodies on seperate lines in keeping with the rest.
2008-08-11 19:16:10 +01:00
Thomas Hurst
b16c32baa4
Remove some debugging, remove the unused _f11_modifier attribute
2008-08-11 19:14:26 +01:00
Thomas Hurst
9923c9e347
Tidy imports, remove completely useless comments
2008-08-11 19:12:42 +01:00
Thomas Hurst
be159574d9
We don't need to do a keyname lookup here any more.
2008-08-11 19:08:26 +01:00
Thomas Hurst
e65e396d32
Hook up new keybinding code. Making them configurable shouldn't be far away...
2008-08-11 19:02:14 +01:00
Thomas Hurst
d1787e576d
Introduce a class for handling keybindings. Not yet hooked up to anything, but initial tests suggest it works.
2008-08-11 15:30:51 +01:00
Thomas Hurst
f96018f0bc
Use TerminatorTerm's get_window_title(), rather than everyone asking vte and failing to handle it properly.
2008-08-07 23:07:21 +01:00
Thomas Hurst
4c0e500c7b
Always set some sort of title; if vte's title is None, use the command the terminal is running.
...
Add an option to spawn a telnet instance to the local debug server in a tab. newtab() and splitaxis() now support a command argument for this.
2008-08-07 21:34:47 +01:00
Thomas Hurst
6a14445c74
Debugserver debugging fixups.
2008-08-07 18:20:45 +01:00
Thomas Hurst
9a3ddc0854
Do some tidying. Only spawn a server when running with -dd (debug is now a counter, not just a boolean)
2008-08-07 17:26:46 +01:00
Thomas Hurst
61aafbe028
Give our debugserver a reasonable starting environment
2008-08-07 14:59:10 +01:00
Thomas Hurst
d0d81fc152
Introduce a debug service; spawn a Python REPL on a random local TCP port. Supports basic telnet commands, ^C and ^D work, etc.
2008-08-07 05:32:28 +01:00
Chris Jones
807921372b
Handle creating popup menus with far less crack, and for kicks, not occasionally spit backtraces trying to create menus. For bonus points, also don't pass the event onto the widget
2008-08-06 23:12:45 +01:00
Thomas Hurst
d51ab3a7e2
Change window titles from Terminator: Title to Title - Terminator.
2008-08-05 11:28:46 +01:00
Thomas Hurst
2d6f1c0485
r459 breaks; regexp probing, since \< is valid in both POSIX and GNU regexps; they just don't mean the same thing. This means on !GNU, URL matching silently breaks and POSIX word boundries are never tried.
...
Since the VTE-warning is annoying people, rather than back it out, try to make everyone happy; Linux now only uses GNU, !Linux always probes, and there's now a try_posix_regexp configuration option who's default reflects this. Hopefully we will Just Work in most environments.
2008-08-03 03:09:38 +01:00
Chris Jones
bcb60d1807
swap match adding order to try the Linux friendly one first. This should reduce reports of the libvte warning as being an error
2008-08-02 23:32:10 +01:00
Chris James
66c1de7a43
define _hidden on start
2008-08-01 19:22:28 -05:00
Chris James
58747628a5
fixed hide
2008-07-28 03:54:30 -05:00
Chris James
a075a6cc62
Quake mode
2008-07-28 02:10:30 -05:00
Chris Jones
202a0fd3b2
reduce whinging from pylint
2008-07-22 12:03:30 +01:00
Thomas Hurst
29c2d3e44d
Make -x work properly. This should close #247330 once and for all.
...
Refactor spawn_child to move path and shell lookups into their own methods.
Make command a string for -e and a list for -x to distinguish them.
If command is a string, let the shell deal with it, if command is a list,
do a path lookup and run it directly.
2008-07-20 22:15:14 +01:00
Emmanuel Bretelle
0e95abf66f
only enable expose-event when in the drag_motion method
2008-07-17 22:09:41 +01:00
Thomas Hurst
e3d3118d67
Tighten some excepts so we don't silently treat real errors as simple ImportErrors
2008-07-17 18:44:21 +01:00
Thomas Hurst
b602ecfe9c
Improve formatting
2008-07-17 18:32:24 +01:00
Thomas Hurst
a1c3bc264d
Make len a size_t, don't overwrite the len builtin.
2008-07-17 01:11:56 +01:00
Chris Jones
6e4e179aac
move subprocess to the right place
2008-07-17 00:28:04 +01:00
Thomas Hurst
15ba71d766
Always spawn commands via a shell, similar to xterm. This makes terminator -e "/bin/bash -c /usr/bin/python" work.
...
This also makes things like -e "cd $HOME && bash" work; the shell does it for us. In this respect we are at least better than gnome-terminal.
This has the "disadvantage" that if you don't set $SHELL and don't have a known shell installed, your custom command will no longer save you. Also if you have a $SHELL which doesn't support -c 'command', it breaks. These users deserve their pain.
Resolves lp#247330, I think.
2008-07-16 23:13:54 +01:00
Emmanuel Bretelle
18e58148a4
Migrating the DnD overlay code in an expose event
...
as this seems to be the only way to have an overlay dran with no flicker
2008-07-16 21:00:43 +01:00
Emmanuel Bretelle
735ae78341
well, lets try this
2008-07-16 20:27:16 +01:00
Emmanuel Bretelle
d26fcec77e
DnD overlay improvement
...
LP#249065 if composite is disable, dnd is flickering
2008-07-16 20:17:53 +01:00
Chris Jones
aeebfea852
revert revision 442. LP #245291 isn't sanely fixable by us. vte needs to expose which regexp library it is using
2008-07-13 23:16:19 +01:00
Chris Jones
994d11eb80
let's apply the boundary test the right way around, and also learn to spell
2008-07-13 01:27:08 +01:00
Chris Jones
95cee4485b
This should fix LP #245291
2008-07-13 01:12:11 +01:00
Chris Jones
706ff0ca3f
merge the candidate branch for LP #245733
2008-07-13 01:04:44 +01:00
Chris Jones
18ffbcd62e
Merge Markus Korn's branch for LP #246706
2008-07-13 00:49:30 +01:00
Chris Jones
e6fd2fc5c8
fix some dbg calls to format consistently with the others
2008-07-13 00:36:53 +01:00
Chris Jones
ab07605083
remove LP bug numbers and TODO. I don't think these things should be in the code. FIXMEs seem ok, but I think the others should be in commit messages and bug tracker (not even TODO, I don't think that should exist either)
2008-07-13 00:33:34 +01:00
Markus Korn
5a8718d912
* terminator, terminatorlib/terminator.py: added a '--no-gconf' commandline
...
option
* doc/terminator.1: updated manpage
2008-07-08 20:38:51 +02:00
Emmanuel Bretelle
cd3013389d
fixing LP#247907 and answer#38895
...
correct typo in terminatorlib/terminatorterm.py
2008-07-12 16:26:33 +01:00
Emmanuel Bretelle
9d97e21aa8
Fixing LP#247893
...
XDG_CONFIG_HOME is not properly handled
2008-07-12 15:35:36 +01:00
Emmanuel Bretelle
512c8d5091
Fixing LP#247457
...
resizing the window when creating or destroying the notebook
2008-07-12 13:05:35 +01:00
Emmanuel Bretelle
ace185a76e
reverting one change from nxvl
2008-07-12 11:30:47 +01:00
Nicolas Valcárcel
c3aa93eb05
Changed Maximise/Unmaximise underlining as per keybinding
2008-07-11 18:56:44 -05:00
Chris Jones
1585d73b10
Yield to bug 242852 and failsafe on transparency. I've added a FAQ page to the website which prominently explains how to enable real transparency
2008-07-07 22:47:02 +01:00
Thomas Hurst
c877b63c40
Terminate a string.
2008-07-06 16:22:22 +01:00
Chris Jones
b240340378
people with python-gnome installed who aren't running gnome need this to be called
2008-07-06 15:54:10 +01:00
Emmanuel Bretelle
429b47f560
merging thomas changes
2008-07-06 14:04:26 +01:00
Emmanuel Bretelle
be6229cb9b
LP#242852 comment 19 seems to say that real_transparency is causing the issue.
...
Re-pushing the code removed in rev 398
* added an new conf parameter (enable_real_transparency defaulting to True) so real_transparency can be disabled
* This should be enough to push the release :)
2008-07-06 14:01:44 +01:00
Thomas Hurst
45bd2cb444
Tidy the header on freebsd.py a bit, and give it some semblance of a license.
2008-07-06 13:45:25 +01:00
Mackenzie Morgan
a49f4dc43a
Move accelerator from A to T on close dialog
2008-07-05 12:55:14 -04:00
Mackenzie Morgan
e3be3519ed
Get rid of button label ambiguity
2008-07-05 00:42:12 -04:00
Daniel T Chen
fb3864bded
Clarify button labels on close dialog
2008-07-05 00:39:55 -04:00
Chris Jones
909a285200
debug the zooming code more, and make sure we always remove the one-time signal handler
2008-07-05 03:47:13 +01:00
Thomas Hurst
cc73d436ca
openurl is no longer global; add some self.'s to make it work.
2008-07-04 07:29:32 +01:00
Thomas Hurst
b200044391
Use xrange instead of range. No functional changes; just means we create fewer lists.
2008-07-04 02:49:56 +01:00
Chris Jones
88eb16ce1e
tidy up a little in preparation for release
2008-07-03 23:48:29 +01:00
Chris Jones
c60845cbf9
not sure that this is useful, but whatever
2008-07-03 22:45:28 +01:00
Chris Jones
c20ae50ce0
Add some debugging to the URL opening code
2008-07-03 16:26:04 +01:00
Chris Jones
8a8a183a75
back out RGBA stuff as a candidate fix for LP #242852
2008-07-02 21:00:14 +01:00
Chris Jones
ce0266b0e4
little change to make sure we don't get given gtk1. seems pretty unlikely to happen, but we might as well handle it nicely
2008-07-02 10:16:52 +01:00
Chris Jones
d8a39862f1
Revert commits 291..293
2008-07-01 22:51:12 +01:00
Emmanuel Bretelle
6d1b7080cc
Finnaly properly handle close button in notebook tab...
...
The trick is to use gtk rc_style, yet again, and override default theme values to avoid HUGE tabs
closing LP#242816
2008-06-29 16:06:56 +01:00
Chris Jones
2fcecce303
minor fix to LP #242852 candidate
2008-06-29 03:01:55 +01:00
Chris Jones
d424fd24e1
candidate fix for LP #242852
2008-06-29 03:01:02 +01:00
Chris Jones
26c3722196
Set saner release defaults. Should close LP #237866
2008-06-29 02:01:06 +01:00
Chris Jones
f92cb72a6a
Hook -d up to terminatorlib.config.debug properly. Closes LP #243753
2008-06-28 21:20:49 +01:00
Emmanuel Bretelle
ffdbac8ad2
Attempt to beautify the close button
...
based on src/terminal-window.c
2008-06-28 16:18:46 +01:00
Thomas Hurst
254ecec810
Add close_button_on_tab option, defaulting to true. Set to false to turn off close buttons on tabs.
2008-06-27 18:54:42 +01:00
Emmanuel Bretelle
d34496416f
Closes LP#242816
...
Adds a close button to the terms.
We might need to visually inform about the number of terms in a tab
2008-06-27 18:11:24 +01:00
Chris Jones
b4ef849f2b
oops, don't need this twice here
2008-06-27 01:10:02 +01:00
Chris Jones
d38a42b580
split Terminator and TerminatorTerm into their own library files
2008-06-27 00:24:52 +01:00
Thomas Hurst
3717c8af1f
Add copy_on_selection, defaulting to false, which automatically copies selections to the clipboard. Resolves LP #241594 .
2008-06-20 16:18:23 +01:00
Chris Jones
ebf128c1d8
Surely these should not cause Terminator to throw exceptions, we should ignore useless data.
2008-06-18 23:40:56 +01:00
Chris Jones
89d0156552
turn a print into a dbg() and fix APP_NAME so icons work
2008-06-18 18:30:47 +01:00
Chris Jones
5544db274d
copy and paste for the lose
2008-06-18 15:44:37 +01:00
Chris Jones
0ce3550f6f
fix version handling so setup.py doesn't need to import terminator itself. Also fix gettext to work across imported files
2008-06-18 14:02:10 +01:00
Emmanuel Bretelle
5254ede2da
Enable switch to next/previous term within the same tab
...
* closes LP#238205
2008-06-17 21:40:04 +01:00
Chris Jones
70b6588697
Only use ~/.config/terminator/config instead of ~/.terminatorrc. Closes LP #238070
2008-06-17 01:20:37 +01:00
Chris Jones
c1ee7f2b9c
Support a setting which allows the removal of all bells (ie audible and visual). Closes LP #237758
2008-06-17 00:36:55 +01:00
Chris Jones
327eadd84e
Add an err() and use it
2008-06-17 00:10:44 +01:00
Chris Jones
e35709e5e0
Close LP #238518 . We now support profiles with spaces in their name. Additionally this fixes some use_custom_command related bugs.
2008-06-15 11:15:45 +01:00
Thomas Hurst
4ac3d6dc76
Add a f11_modifier option; if True, it's Ctrl-Shift-F11 instead of just F11.
2008-06-09 19:01:16 +01:00
Emmanuel Bretelle
0803723ca9
Adding XDG support closes LP#238070
...
* adding python-xdg and xdg-utils in debian/control 's Recommends field
* if xdg is not installed, default to ~/.terminatorrc
* using xdg-open first, then fallback to gnome.url_show or webbrowser.open
2008-06-09 14:15:30 +01:00
Emmanuel Bretelle
4a74f74897
Enhancing the way we handle refocus when a terminal is closed
...
* Fixes LP#234905 : Refocus on term close
* Added new conf parameter: focus_on_close
* Default to auto, possible values: auto, next, prev
* When auto, if the term parent is a gtk.Paned, the focus is
given to the sibling rather than the previous term which could
be in another tab
* Added entry to doc/terminatorrc.5
2008-06-06 19:13:54 +01:00
Chris Jones
b58a01e0ec
Allow control over the size of the GtkPaned handle. Fixes LP #203370
2008-05-28 16:39:27 +01:00
Emmanuel Bretelle
592360d1b4
Adding Paned handle_size support
...
* adding a value between 0 and 5 in ~/.terminatorrc 's handle_size parameter
will change the size of the handle. Otherwise, the size will default to the defaultgtk style settings
* could close LP#203370
2008-05-28 15:37:54 +01:00
Chris Jones
400479c8e7
Allow controlling borderless/maximise/fullscreen options via config stores
2008-05-28 09:20:47 +01:00
Emmanuel Bretelle
ca12af5125
adding configuration extreme_tabs defaulting to False
...
* If extreme_tabs is set to false, only the top level widget will go
into tabs
* if set to True, tabs will be created at any level
* Fixes LP#234685
2008-05-25 12:37:33 +01:00
Emmanuel Bretelle
48e6477a68
fixing an issue where tab order was broken
...
step to repro:
- open terminator
- open a new tab
- in new tab, split axis
- go to first tab
- create a new tab
- Ctrl-shift-N around and the order is not respected
2008-05-23 20:39:26 +01:00
Chris Jones
c37d934665
Add a default config value for background_image. Patch from Chris James. Fixes LP #234050
2008-05-23 17:24:36 +01:00
Chris Jones
fc67f3676a
we shouldn't prevent bold by default
2008-05-23 13:46:10 +01:00
Chris Jones
fa448d7925
use datatypes in parsing of RC files, so non-string/bool values actually work
2008-05-23 13:28:56 +01:00
Chris Jones
12c7d438b1
fix the overlap of my last commit with thomas'
2008-05-23 11:45:08 +01:00
Thomas Hurst
98a9550f2f
Handle "foo = bar" as well as "foo=bar"
2008-05-23 11:42:04 +01:00
Chris Jones
69867b936f
slightly relax the boolean value support
2008-05-23 11:40:56 +01:00
Chris Jones
12e7622c65
Make this dbg actually produce the set value
2008-05-23 11:35:03 +01:00
Chris Jones
0cebfd9b3c
slightly more verbose config debugging, and fix a ridiculous RC config bug
2008-05-23 11:31:05 +01:00
Thomas Hurst
9d72385231
Move OS version check into main body and have it throw an exception on failure so the import fails.
2008-05-22 20:17:53 +01:00
Thomas Hurst
a239876d99
Move cwd detection code about a bit, add FreeBSD support code that'll currently only do anything on 7-STABLE as of last month.
2008-05-21 11:39:30 +01:00
Thomas Hurst
9ef585a7b7
Move terminator*.pyc to terminatorlib. Teach setup.py about the change.
2008-05-21 11:17:55 +01:00