Chris Jones
c5401d7d4b
watch the system monospace font setting. Fixes LP #197960
2008-04-08 00:12:22 +01:00
Chris Jones
5f5d01a003
vastly improve scrollbar handling
2008-04-07 23:50:01 +01:00
Chris Jones
881d9e9d0d
oops, typo
2008-04-07 23:28:11 +01:00
Chris Jones
e9b5a3dfb4
Font special case was logically very broken
2008-04-07 23:26:51 +01:00
Chris Jones
be8e4cf057
pull toms regexps patch in again
2008-04-07 23:02:18 +01:00
Chris Jones
65e9fe41fa
merge in configclass branch
2008-04-07 23:01:00 +01:00
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
Thomas Hurst
13cca0c1d9
Make URL regexps work on FreeBSD by applying the same changes FreeBSD ports make to gnome-terminal
2008-04-07 22:38:15 +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
968df7a0df
Add Cory to README for the shiny new icon, and update the version number because it'll need doing eventually
2008-04-07 21:35:41 +01:00
Chris Jones
2b94e955b3
update watch file for new launchpad layout
2008-04-03 07:17:58 +01:00
Nicolas Valcarcel
7ad18d591c
fixed terminator import on setup.py
2008-04-02 23:44:58 -05: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
78c7918dd7
adding Ctrl-Page_Up/Page_Down keybinding
...
it will get the first notebook parent and will go to the previous/next tab
2008-03-13 17:48:24 +00:00
Emmanuel Bretelle
69234b1d8c
adding some coloration on active term title
2008-03-13 16:41:25 +00:00
Emmanuel Bretelle
b22e25a6ec
adding tab support
2008-03-08 20:13:22 +00:00
Emmanuel Bretelle
2e0440ea60
merging terminatorconfig.py
2008-03-08 12:39:19 +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
f4c5112847
aggregating methids
2008-03-07 12:09:59 +00:00
Emmanuel Bretelle
e8657fb986
add terminator icon to dnd
2008-03-06 20:00:08 +00:00
Emmanuel Bretelle
998a59bddf
fix drop on itself with titlebars
2008-03-06 19:13:10 +00:00
Emmanuel Bretelle
416685efa0
* Added: titlebars can be drag and dropped
2008-03-06 19:06:23 +00:00
Emmanuel Bretelle
90ffd49eb7
rectangle overlay default
2008-03-06 14:57:16 +00:00
Emmanuel Bretelle
4109deef26
changed gtk.gdk.ACTION_COPY to gtk.gdk.ACTION_MOVE
2008-03-06 14:56:30 +00:00
Emmanuel Bretelle
c81df8ab05
fiddling around with text dnd
2008-03-06 14:54:31 +00:00
Emmanuel Bretelle
6322a5ba0d
adding rectangle layout
2008-03-05 16:28:20 +00:00
Emmanuel Bretelle
9ebbc671ed
* cleaned up on_drag_motion
2008-03-04 20:25:51 +00:00
Emmanuel Bretelle
ed3f695669
* Adding layout over destination pane on DnD
2008-03-04 19:08:31 +00:00
Emmanuel Bretelle
d7ca7b3ce3
merging title-hightlight to dnd
2008-03-02 13:17:56 +00:00
Emmanuel Bretelle
847ee62684
Highlight focused term support
2008-03-02 12:44:08 +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
Emmanuel Bretelle
246b7a1e36
Added grandparent.resize_children() in Terminator.remove()
...
to force the terminal term to have the right size when returning
otherwise, resizing is delayed and dnd between 2 siblings will
squeeze a term
2008-02-29 17:50:32 +00:00
Emmanuel Bretelle
bd86949ad6
some documentation
2008-02-27 20:27:29 +00:00
Emmanuel Bretelle
429339108b
Cleaned up dnd code
...
* added a destroy method to TerminatorTerm so
a term can be destroyed with its corresponding vte and hbox
* splitaxis now creates a term and add it to the receiving term
* closeterm now remove the term and destroy it
* added Terminator.add(widget, term, pos) add a term to widget a pos
* added Terminator.remove(widget) removes a widget from the Terminator view
2008-02-27 20:11:47 +00:00
Emmanuel Bretelle
649bc21750
removing useless self.reconfigure_vte() in on_drag_data_received()
2008-02-26 20:57:06 +00:00