Chris Jones
|
68da0b24b3
|
Tidy up some focus grabbing on new Terminal creation. Closes LP #558376
|
2010-04-09 12:58:46 +01:00 |
Chris Jones
|
71e6acd6e4
|
Prevent splitting while a terminal is maximised/zoomed. Closes LP #558330
|
2010-04-09 12:38:33 +01:00 |
Chris Jones
|
29015d7969
|
Apply slightly modified patch from Kees Cook which allows configuration of VTE's alternate screen scrolling. Closes LP #558832
|
2010-04-09 12:34:05 +01:00 |
Chris Jones
|
5c43b371e9
|
Handle on_hide_window() being called with no data. It may actually always be called that way
|
2010-04-09 12:30:47 +01:00 |
Chris Jones
|
f9352625c4
|
Tidy up handle size handling a little, but it is still insufficient, albeit not regressive
|
2010-04-07 22:23:31 +01:00 |
Chris Jones
|
09e8f37cb2
|
Administrivia for 0.92
|
2010-04-07 21:58:51 +01:00 |
Chris Jones
|
b3e1f3750b
|
Handle older gtk versions that lack gtk.show_uri(), making them use xdg-open with a fallback to webbrowser.open(). Closes LP#554571
|
2010-04-07 12:27:39 +01:00 |
Chris Jones
|
240d81c5cd
|
Add another layer of protection against weird things making us set a stupid geometry hint that stops us from being able to resize smaller
|
2010-04-07 12:17:11 +01:00 |
Chris Jones
|
cf8cf9a506
|
Take the easy way out of fixing geometry hinting to work with Notebooks - cowardly refuse to do it.
|
2010-04-07 12:14:31 +01:00 |
Chris Jones
|
f488231ad1
|
Fix a couple of subtle bugs relating to closing tabs. Closes LP #556490
|
2010-04-06 23:45:05 +01:00 |
Chris Jones
|
182a0971bb
|
Switch the default to a palette more like 0.14 had
|
2010-04-06 22:55:40 +01:00 |
Chris Jones
|
87283a927a
|
Hook up the palette options in Preferences
|
2010-04-06 22:36:09 +01:00 |
Chris Jones
|
fd8bc65654
|
remove enable_real_transparency setting and instead attempt to determine it based on the actual capabilities of the current display
|
2010-04-06 21:11:11 +01:00 |
Chris Jones
|
dec2e53cbb
|
Even if we have an RGBA colourmap, we don't really want one unless we have compositing going on
|
2010-04-06 20:51:29 +01:00 |
Chris Jones
|
ebb262834a
|
Don't store color_scheme in the config file in addition to storing foreground/background colours. We can use those to infer which scheme is in use easily enough
|
2010-04-06 12:36:45 +01:00 |
Chris Jones
|
2b7d22be00
|
Pick what should be a slightly more reasonable default palette
|
2010-04-06 12:24:33 +01:00 |
Chris Jones
|
23dd4e0b2a
|
Attempt to use the VTE API more correctly, working around a python bindings bug in vte 0.24
|
2010-04-05 23:28:03 +01:00 |
Chris Jones
|
21885c424f
|
Don't spit out multiple identical errors when failing to open a config file
|
2010-04-05 23:06:30 +01:00 |
Chris Jones
|
13a140da7d
|
Switch from using deskbar's key binding interface to python-keybinder which is essentially the same code, but as a standalone module, thus reducing the (albeit soft) dependencies
|
2010-04-02 17:06:39 +01:00 |
Chris Jones
|
0e5e66cce0
|
We can't ask windows to be less than 1x1
|
2010-04-02 17:04:54 +01:00 |
Chris Jones
|
364a833324
|
Add support for preserving cwd across tab creation events. Fixes a regression reported by jkaker
|
2010-04-02 16:45:32 +01:00 |
Chris Jones
|
6a2d75c33c
|
Merge (with minor modifications) some fixes for safety wrt font names and rounding background darkness values
|
2010-04-02 15:04:44 +01:00 |
Andrew Felske
|
c77a23a032
|
Remove TODO for previous commit.
|
2010-04-02 01:46:46 +00:00 |
Andrew Felske
|
7768db9081
|
Make sure system font name isn't None before trying to set it. Also round the background darkness float value to two decimal places.
|
2010-04-02 01:21:18 +00:00 |
Chris Jones
|
efafd65221
|
Update tab bar position when it is changed, if apropriate
|
2010-04-01 23:15:42 +01:00 |
Chris Jones
|
fba64128e6
|
Flip the tab label widget group into a vertical orientation if the tab bar is on the left/right. Closes LP #553426
|
2010-04-01 23:07:55 +01:00 |
Chris Jones
|
d6e011281e
|
Prevent colourscheme oddness setting null foreground/background colours. Closes LP #553383
|
2010-04-01 22:05:14 +01:00 |
Chris Jones
|
dde412a53b
|
Fix handling of background_darkness changing. Closes LP #553276
|
2010-04-01 14:39:38 +01:00 |
Chris Jones
|
14e4b4d3fe
|
Fix --working-directory. Closes LP #552497
|
2010-03-31 14:02:55 +01:00 |
Chris Jones
|
ce2baa8d42
|
update versions and changelogs for 0.91
|
2010-03-31 10:57:39 +01:00 |
Chris Jones
|
1afd5a3ced
|
Fix the handler for handle size changing
|
2010-03-31 09:26:09 +01:00 |
Chris Jones
|
15c0138dc3
|
Fix the config filename when saving
|
2010-03-31 09:25:45 +01:00 |
Chris Jones
|
2f5c494f68
|
Go back to using the real config file name
|
2010-03-30 23:49:05 +01:00 |
Chris Jones
|
0232e0b19a
|
Remove some unused default configs
|
2010-03-30 22:50:46 +01:00 |
Chris Jones
|
bbdf055477
|
Rather than having people use an ugly value of -1 for infinite scrollback, have it as a separate setting, with all of the extra gubbins involved in making that work neatly. Closes LP #532513
|
2010-03-24 13:22:37 +00:00 |
Chris Jones
|
82af1ddba8
|
We shouldn't need to push {un,}group_tab up to Terminator() and we haven't been handling it anyway
|
2010-03-23 21:40:03 +00:00 |
Chris Jones
|
f4b1c2cce0
|
If a profile is configured to not show the titlebar, actually only show 2px of it until it's clicked on. Poor man's autohide, but it achieves all of my objectives - the colour is hinted to people with no visible titlebar and they can still summon the grouping menu
|
2010-03-23 20:48:04 +00:00 |
Chris Jones
|
1a6f659a40
|
The second part of that being, actually set it to 1 and not True
|
2010-03-21 00:49:22 +00:00 |
Chris Jones
|
53ef40d847
|
Don't blat options.debug with a simple truth when it should be an integer
|
2010-03-21 00:48:39 +00:00 |
Chris Jones
|
16bc247b0e
|
Attach the debug server to the context menu
|
2010-03-19 22:16:08 +00:00 |
Chris Jones
|
837bd3c5d2
|
Start working on optional GNOME Session management
|
2010-03-19 12:39:44 +00:00 |
Chris Jones
|
e7c297277f
|
Save the config when adding or removing layouts
|
2010-03-18 23:11:18 +00:00 |
Chris Jones
|
8ed1613951
|
Describe the current profile if it's non-default
|
2010-03-18 23:11:07 +00:00 |
Chris Jones
|
b4d259f053
|
Fix splitting from the context menu so it sends the cwd
|
2010-03-11 14:30:07 +00:00 |
Chris Jones
|
2164f32ddb
|
Kludge the layout creation until it works
|
2010-03-11 13:04:01 +00:00 |
Chris Jones
|
8610a845bc
|
Implement a get_children() method in our Container widgets to override gtk.Container.get_children() with something that guarantees ordering in the returned list
|
2010-03-10 22:51:33 +00:00 |
Chris Jones
|
4cb4a9bc48
|
Deepcopy the layout before we trash it as we unwind it into a tree.
|
2010-03-10 12:52:50 +00:00 |
Chris Jones
|
2e116b09eb
|
inhibit config saving while we're loading the config into the GUI, otherwise it saves a whole bunch for no good reason. Update the LayoutEditor's idea of the layout name when it's renamed. Set the layout item command/profile to the default values if there are no stored values. Save the layout item command/profile when they change.
|
2010-03-10 12:52:25 +00:00 |
Chris Jones
|
2ce78b7903
|
Add the ability to inhibit config saving
|
2010-03-10 12:51:16 +00:00 |
Chris Jones
|
b7e9c4d02c
|
Switch from static storing of values to storing them immediately when the user changes them. This needs a whole heap of refactoring to make the setter methods more generic, and we need to think about all the calls to Concig.save()
|
2010-03-09 13:09:07 +00:00 |