Commit Graph

677 Commits

Author SHA1 Message Date
Chris Jones f68e16b668 make terminal zooming actually zoom actually do as advertised and scale the font. added maximisation of terminals (ie the previous behaviour of zooming) 2008-06-14 02:27:50 +01:00
Chris Jones ec1e9a78db revert 330..331 to get the logging back 2008-06-14 00:42:04 +01:00
Emmanuel Bretelle 55f7954386 attempting to solve LP#227263 2008-06-13 12:21:14 +01:00
Chris Jones 0616784c35 Remove SEGBUG debugging 2008-06-13 11:58:33 +01:00
Chris Jones 2c5a4bd379 add more debugging to try and figure out the segfault bug 2008-06-13 11:30:28 +01:00
Chris Jones e95f07eb12 Fix -x and -e options. Closes LP #23935 2008-06-13 01:28:29 +01:00
Chris Jones e8738dccd6 remove this mistake 2008-06-11 00:35:53 +01:00
Chris Jones a1859db459 Closes LP #234274 by making setup.py more resilient 2008-06-11 00:32:46 +01:00
Chris Jones d19b94c653 Prioritise GConf over RC when --profile is specified. Closes LP #238039 2008-06-11 00:21:05 +01:00
Chris Jones 6e148aa0d2 document conf.f11_modifier 2008-06-10 00:58:28 +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
Thomas Hurst 1721a540c7 Search $PATH for shells. Reinstate F11 (oops). 2008-06-09 18:51:37 +01:00
Thomas Hurst 2a9b782410 Fallback if xdg-open returns nonzero too. 2008-06-09 18:21:02 +01:00
Thomas Hurst be92d94057 Replace braindead exec_command with subprocess.call, which can cope with shell metachars 2008-06-09 18:11:32 +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
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 47e51e7855 document titlebars rc setting 2008-06-06 16:06:01 +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 83141a7891 quieten the cache update 2008-06-04 14:50:29 +01:00
Chris Jones afaefc2176 remove gnome.mk again, looks like we are going to have to call gtk-update-icon-cache from a postinst 2008-06-04 14:48:53 +01:00
Chris Jones d7c79f8cd8 add gnome.mk to debian/rules, which should call dh_icons 2008-06-04 13:15:03 +01:00
Chris Jones 663096ff16 re-order the changelog to have the most interesting/important stuff first 2008-06-04 12:45:15 +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 519eb4525c this isn't working for some reason 2008-06-04 11:07:25 +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 400b5712c6 tidy up the description of background_darkness 2008-06-04 10:19:57 +01:00
Chris Jones cd9233d09f Candidate fix for LP #234274 2008-06-04 00:55:04 +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
Emmanuel Bretelle c07c2715bc Adding tabs feature keybindings to doc/terminator.1
Adding a section on drag and drop
2008-06-01 13:52:49 +01:00
Chris Jones 0de2ba1561 merge in full-window-term branch for terminal zooming feature. Fixes LP #229201 2008-05-30 13:26:35 +01:00
Chris Jones a416f092ce document ctrl-shift-z 2008-05-30 13:20:49 +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
Chris Jones 0a89a34441 merge in latest trunk 2008-05-30 11:20:38 +01:00
Chris Jones 1717149069 add more jazz to the ChangeLog 2008-05-30 01:14:47 +01:00
Edoardo Batini 7ea51f1713 Merged trunk 2008-05-29 15:03:03 +02: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