Peter B. Jørgensen
7d28aba91c
merge with trunk
2010-07-15 16:43:58 +02:00
Chris Jones
bab0cc27d5
Make font antialiasing configurable
2010-07-13 13:50:33 +01:00
Peter B. Jørgensen
656c2b3b76
Merged with trunk
2010-07-13 14:19:42 +02:00
Chris Jones
5395c21f64
Give the prefs window a decent window title
2010-07-04 18:53:18 +01:00
Chris Jones
7522bb2b9d
Deprecate the hide_tabbar config option and instead add a 'hidden' value to tab_position and update the code/UI/docs accordingly.
2010-07-03 20:42:33 +01:00
Chris Jones
29ee8ace1b
Add copy_on_selection to the profile editor
2010-06-24 21:56:18 +01:00
Chris Jones
0533af23ae
Enable selecting a profile's encoding via the prefs UI. Closes LP #597340
2010-06-23 12:03:04 +01:00
Chris Jones
45a9c26cf2
Switch the plugin prefs pane back to live loading/unloading of plugins without silly compromises
2010-06-23 00:48:06 +01:00
Chris Jones
70a66ee218
Switch the plugin enabling/disabling to not work online, but to save the state for later
2010-06-21 22:44:09 +01:00
Chris Jones
c649da9949
Partially populate the Plugin tab in the prefs UI so plugins can be enabled and disabled
2010-06-20 22:41:55 +01:00
Peter Bjørn Jørgensen
4a01a4ea5b
Merged with trunk
2010-06-04 00:16:42 +02:00
Chris Jones
cdf5f9f14e
Improve label used to describe titlebar foreground colour. Closes LP #576279
2010-06-03 22:54:22 +01:00
Peter Bjørn Jørgensen
b956c0ede3
Implemented the show/hide feature
...
added the following options to make terminator
able to behave like a drop-down terminal:
hide from taskbar
always on top
hide on lose focus (experimental)
sticky (Show on all workspaces)
2010-05-15 20:07:07 +02:00
Chris Jones
291f4d6ff2
Set the GtkCellRendererAccel used to represent keybindings into its OTHER mode so it handles Ctrl-Tab. I don't fully understand the implications of this, but in testing it seems to work. Closes LP #561710
2010-04-15 12:49:01 +01:00
Chris Jones
f05986fe72
Update the configuration when text entries change, not when they're activated
2010-04-13 12:52:16 +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
87283a927a
Hook up the palette options in Preferences
2010-04-06 22:36:09 +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
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
Chris Jones
27d8223a28
Change all GUI object names to use underscores instead of minus signs, so glade doesn't suggest syntactically invalid signal handler names
2010-03-06 11:09:32 +00:00
Chris Jones
ccc68c9f95
Start adding handlers for all of the objects. We should do instant application instead of the crazy huge set/store methods
2010-03-06 10:13:46 +00:00
Chris Jones
b8703fdecb
Layout item handling is now done via a separate controller object.
2010-03-05 22:20:48 +00:00
Chris Jones
b617becdd8
Add the Ambience colour theme, add the layout contents TreeView, rework some Cursor settings
2010-03-05 12:42:58 +00:00
Chris Jones
c387197b93
Add preferences dialog entries for icon bell and generally re-arrange the bell options into their own section
2010-02-11 13:45:02 +00:00
Chris Jones
79a340539b
Make the titlebar presence configurable by config file and context menu. If it's missing, draw a frame around the Terminal, to indicae colour
2010-02-09 00:23:21 +00:00
Chris Jones
eb7fcf5189
Expose cursor blinking and colour in the prefs editor
2010-02-08 22:10:59 +00:00
Chris Jones
ad5c927d15
Add a section to the global config for setting the various fg/bg colours of the titlebars
2010-02-08 20:22:08 +00:00
Chris Jones
41a8b2372c
Undo my madness
2010-02-05 00:16:24 +00:00
Chris Jones
882f325a73
Move all the layout stuff onto a separate branch so trunk can shape up for 0.90
2010-02-04 23:24:27 +00:00
Chris Jones
a3aa45a43d
Flesh out the Layouts tab a little
2010-01-31 16:14:25 +00:00
Chris Jones
f1fe0bbf20
Stop the default profile/layout from being editable
2010-01-30 15:33:37 +00:00
Chris Jones
0501ceb8d4
The beginnings of a layout editor
2010-01-30 00:27:57 +00:00
Chris Jones
061aef9fd8
Glade changes for the Layouts tab
2010-01-30 00:05:09 +00:00
Chris Jones
9f348c349a
Fix backspace/delete bindings to actually do what they say they should, per GNOME Terminal behaviour. Closes LP #511875
2010-01-24 15:45:47 +00:00
Chris Jones
4822530ce2
Fix all the GtkAdjustments in the glade file
2010-01-21 21:10:24 +00:00
Chris Jones
23f469add3
Fix up handle_size to work properly
2010-01-11 23:46:18 +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
2b7be76004
Move our preferences glade file to terminatorlib/ so we can use the built-in knowledge of where that is on-disk to find the .glade file
2010-01-09 17:49:14 +00:00