Commit Graph

156 Commits

Author SHA1 Message Date
Chris Jones 17a61dabf6 remove my testing 2008-06-09 11:08:54 +01:00
Emmanuel Bretelle 42bea4cfdb reverting changes rev 317
as it does not fix the issue
2008-06-09 08:49:28 +01:00
Emmanuel Bretelle c0cb0bebde attempt to fix LP#237758
by removing self._vte.queue_draw in reconfigure_vte
2008-06-08 14:12:20 +01:00
Emmanuel Bretelle ebce818323 oops, fixes bug from prev rev 2008-06-07 15:07:26 +01:00
Emmanuel Bretelle cac4852ee9 changed nxvl's changes: grab_focus should be called on the widget
anytime we zoom/unzoom, this can be done in toggle_zoom
2008-06-07 15:03:44 +01:00
Emmanuel Bretelle b4d84d577d Fixing some titlebars bugs in Zoom/UnZoom
Also refocus on the terminal after zoom/unzoom
2008-06-07 14:56:30 +01:00
Nicolas Valcárcel 2cc15d6607 Focus after zooming (LP: #238046 2008-06-07 03:06:26 -05: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 e4fb8fbaf1 temporarily add more dbg() statements to try and figure out 227263 2008-06-05 13:06:27 +01:00
Thomas Hurst 699f5a64d7 merge 2008-06-05 12:35:27 +01:00
Thomas Hurst 79a32153bf Add ' to the list of valid URL path chars 2008-06-05 12:32:36 +01:00
Chris Jones 320744fe1a fix image loading for context menu and reverse split behaviour. Fixes LP #201795 2008-06-04 12:34:33 +01:00
Chris Jones 36d4654979 make the icon parts fail more gracefully, and add our menu icons to the branch 2008-06-04 11:18:59 +01:00
Chris Jones 7f4461c280 Add icons to the horizontal/vertical splits, which should help with the confusing usability issues wrt this feature 2008-06-04 10:57:13 +01:00
Chris Jones 0d1f5ce4ff add a stock icon for urls 2008-06-04 00:52:19 +01:00
Chris Jones 8349b32498 Use the proper gtk API to find icons, rather than hardcoding paths. 2008-06-04 00:10:09 +01:00
Chris Jones 8fa208f652 add a queue_draw() at the end of reconfigure_vte(), which is mainly being cargo-culted from gnome-terminal and it seems like a good idea 2008-06-03 23:38:17 +01:00
Chris Jones af6c18a769 rework the full-window-term code a little so that it is referred to as terminal zooming (perhaps an unfortunate name wrt zooming fonts), make the context menu items behave a little better and add a keyboard shortcut 2008-05-30 13:19:35 +01:00
Chris Jones bcad01126a rework full-window-term branch to be called terminal zooming, and make the menu entries make a little more sense 2008-05-30 13:09:24 +01:00
Edoardo Batini 9729af5118 Full window mode re-enabled 2008-05-29 14:40:58 +02:00
Edoardo Batini 00a6dc3fa1 Nth resync with trunk 2008-05-29 14:25:46 +02:00
Edoardo Batini d78e314efa Repairs restoring from full window removing a grandparent.resize_children() from Terminator.remove function 2008-05-24 01:10:08 +02:00
Edoardo Batini 394e41a9ab Full window feature 2008-05-23 23:41:49 +02:00
Edoardo Batini 39fff2287b Resync with trunk 2008-05-23 23:30:53 +02:00
Edoardo Batini 2d65ae5966 Zoom feature
Fixes LP #229201
2008-05-22 18:22:02 +02:00
Edoardo Batini 13b8778d0b Merged with main branch [with chantra's tab] 2008-05-22 16:37:59 +02:00
Edoardo Batini 3086c75429 Splitaxis not allowed while in full-window mode 2008-05-22 15:01:02 +02:00
Edoardo Batini e3bc453031 I Always forget something! 2008-05-20 22:28:48 +02:00
Edoardo Batini 21ab156941 Closing full window terminal allowed. 2008-05-20 19:25:54 +02:00
Edoardo Batini e291f0a281 Resynced with 'trunk'.
Removed self.widgets list
2008-05-20 17:21:34 +02:00
Edoardo Batini b03616b766 Improvements to full-window. Should work for every terminal now.
TODO: Killing full-window terminal
2008-05-20 16:11:40 +02:00
Edoardo Batini 8e2d3e9975 - Can maximize one terminal (full-window) and then restore to previous layout.
- New pop-up menu items to test the feature
2008-05-15 02:59:54 +02:00
Edoardo Batini 01ce8d92fd - New proof of concept for Single TerminatorTerm in Full-window
- Full-window works, restore to previous layout works improperly
2008-05-14 04:19:41 +02:00
Edoardo Batini f6ca291bc1 Initial branch commit 2008-05-13 03:06:16 +02:00
Emmanuel Bretelle 4b7b1f37e4 Fix redundant title when there is only one TerminatorTerm
* closes LP#215210 https://bugs.launchpad.net/terminator/+bug/215210
2008-05-10 13:08:20 +01:00
Chris Jones c0afcb5d32 let's commit some of tom's patches again, for maximal hilarity 2008-04-10 00:37:39 +01:00
Chris Jones ff0e32df4d space 2008-04-10 00:29:40 +01:00
Chris Jones f382c073d4 since the gnome proxy will always be accessible by gconf and anyone else can override with , we don't need to support defaults for all of these proxy related things, and we certainly have no need of watching them in gconf. Just work the string out and do it already 2008-04-10 00:22:20 +01:00
Thomas Hurst 39bcfa8d32 Make gettext optional; if it fails to load, define our own _() method that just returns the string. 2008-04-09 08:11:51 +01:00
Thomas Hurst e901e72730 Remove duplicate regexps, move to a seperate method and pass the delimiter patterns in as optional arguments.
Re-call if the first regexp fails to compile. Split the regexps back up like g-t.
2008-04-09 08:06:33 +01:00
Chris Jones 61572e5531 like the fixme says, re-enable handling of systems without gconf 2008-04-08 10:08:51 +01:00
Chris Jones 660344a8b7 fall back to old regexps if the freebsd ones don't work 2008-04-08 00:22:01 +01:00
Chris Jones 5f5d01a003 vastly improve scrollbar handling 2008-04-07 23:50:01 +01:00
Chris Jones be8e4cf057 pull toms regexps patch in again 2008-04-07 23:02:18 +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 65cb27c2bb Start landing configclass work 2008-04-02 22:10:32 +01: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