Commit Graph

  • cd9233d09f Candidate fix for LP #234274 Chris Jones 2008-06-04 00:55:04 +0100
  • 0d1f5ce4ff add a stock icon for urls Chris Jones 2008-06-04 00:52:19 +0100
  • 8349b32498 Use the proper gtk API to find icons, rather than hardcoding paths. Chris Jones 2008-06-04 00:10:09 +0100
  • 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 Chris Jones 2008-06-03 23:38:17 +0100
  • c07c2715bc Adding tabs feature keybindings to doc/terminator.1 Adding a section on drag and drop Emmanuel Bretelle 2008-06-01 13:52:49 +0100
  • 0de2ba1561 merge in full-window-term branch for terminal zooming feature. Fixes LP #229201 Chris Jones 2008-05-30 13:26:35 +0100
  • a416f092ce document ctrl-shift-z Chris Jones 2008-05-30 13:20:49 +0100
  • 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 Chris Jones 2008-05-30 13:19:35 +0100
  • bcad01126a rework full-window-term branch to be called terminal zooming, and make the menu entries make a little more sense Chris Jones 2008-05-30 13:09:24 +0100
  • 0a89a34441 merge in latest trunk Chris Jones 2008-05-30 11:20:38 +0100
  • 1717149069 add more jazz to the ChangeLog Chris Jones 2008-05-30 01:14:47 +0100
  • 7ea51f1713 Merged trunk Edoardo Batini 2008-05-29 15:03:03 +0200
  • 9729af5118 Full window mode re-enabled Edoardo Batini 2008-05-29 14:40:58 +0200
  • 00a6dc3fa1 Nth resync with trunk Edoardo Batini 2008-05-29 14:25:46 +0200
  • 8e2320858a Don't allow empty http_proxy values Chris Jones 2008-05-29 13:12:06 +0100
  • 7ba624d10f subtle change which means starting with scrollbars hidden and then asking them to be shown will default them to the right side, not the left Chris Jones 2008-05-28 17:47:01 +0100
  • b58a01e0ec Allow control over the size of the GtkPaned handle. Fixes LP #203370 Chris Jones 2008-05-28 16:39:27 +0100
  • 592360d1b4 Adding Paned handle_size support * adding a value between 0 and 5 in ~/.terminatorrc 's handle_size parameter will change the size of the handle. Otherwise, the size will default to the defaultgtk style settings * could close LP#203370 Emmanuel Bretelle 2008-05-28 15:37:54 +0100
  • 400479c8e7 Allow controlling borderless/maximise/fullscreen options via config stores Chris Jones 2008-05-28 09:20:47 +0100
  • 485cdf545e makes titlebars behave correctly even with extreme_tabs = True Emmanuel Bretelle 2008-05-27 00:42:19 +0100
  • 049582453a Fix bug where titlebars was not appearing when: 1 - Open up Terminator (im running Bzr revision 297), the orange titlebar in the terminal wont be open 2 - Open up a new terminal (Ctrl+Shift+E) 3 - An orange titlebar will be in the top of the newly spawned terminal, but there wont be one in the original,initial terminal Fixes LP#235083 Emmanuel Bretelle 2008-05-26 23:50:23 +0100
  • 4a8896b68f Fix bell handling, patch from Matt Rose, LP #235001 Chris Jones 2008-05-26 22:02:25 +0100
  • 170d944aee fix some spelling/grammar Chris Jones 2008-05-26 21:12:10 +0100
  • 8f45e03f46 Fixing redundant title when only one term is in a tab * fixes LP#234906 Emmanuel Bretelle 2008-05-26 12:45:19 +0100
  • ae922111b0 Fixing Ctrl-Tab and Ctrl-Shift-Tab behaviour *closes LP#234904 Emmanuel Bretelle 2008-05-26 11:32:08 +0100
  • 18c62f3132 Adding an option to open a TopLevelTab in extreme_tabs mode Ctrl-Shift-Alt-T will trigger the same action Emmanuel Bretelle 2008-05-25 13:08:51 +0100
  • ca12af5125 adding configuration extreme_tabs defaulting to False * If extreme_tabs is set to false, only the top level widget will go into tabs * if set to True, tabs will be created at any level * Fixes LP#234685 Emmanuel Bretelle 2008-05-25 12:37:33 +0100
  • ba469bb535 synching from trunk Emmanuel Bretelle 2008-05-25 01:58:48 +0100
  • 594305345d argh, I pushed before pulling. re-add chantra commits Chris Jones 2008-05-25 01:32:50 +0100
  • 99761faa3b track window fullscreenness via event handler. Fixes LP #230645 Chris Jones 2008-05-25 01:27:49 +0100
  • 87228eca79 checking if DISPLAY is set before instanciating Terminator Emmanuel Bretelle 2008-05-24 15:39:12 +0100
  • 79095bc52b removed an extra spawn_child in terminator.add which was causing dnd terms to be respawn with the wrong working dir Emmanuel Bretelle 2008-05-24 15:23:30 +0100
  • d78e314efa Repairs restoring from full window removing a grandparent.resize_children() from Terminator.remove function Edoardo Batini 2008-05-24 01:10:08 +0200
  • 394e41a9ab Full window feature Edoardo Batini 2008-05-23 23:41:49 +0200
  • 634a680c25 some more tab focus fixes * added _set_current_notebook_page_recursive given a widget, set all parents notebook page active to be sure that the focus is not broken Emmanuel Bretelle 2008-05-23 22:31:48 +0100
  • 39fff2287b Resync with trunk Edoardo Batini 2008-05-23 23:30:53 +0200
  • 48e6477a68 fixing an issue where tab order was broken step to repro: - open terminator - open a new tab - in new tab, split axis - go to first tab - create a new tab - Ctrl-shift-N around and the order is not respected Emmanuel Bretelle 2008-05-23 20:39:26 +0100
  • c37d934665 Add a default config value for background_image. Patch from Chris James. Fixes LP #234050 Chris Jones 2008-05-23 17:24:36 +0100
  • fc67f3676a we shouldn't prevent bold by default Chris Jones 2008-05-23 13:46:10 +0100
  • fa448d7925 use datatypes in parsing of RC files, so non-string/bool values actually work Chris Jones 2008-05-23 13:28:56 +0100
  • e55d78f277 Note in the rc manpage that use_theme_colors is required to force customised colours Chris Jones 2008-05-23 12:31:22 +0100
  • 12c7d438b1 fix the overlap of my last commit with thomas' Chris Jones 2008-05-23 11:45:08 +0100
  • 98a9550f2f Handle "foo = bar" as well as "foo=bar" Thomas Hurst 2008-05-23 11:42:04 +0100
  • 69867b936f slightly relax the boolean value support Chris Jones 2008-05-23 11:40:56 +0100
  • 12e7622c65 Make this dbg actually produce the set value Chris Jones 2008-05-23 11:35:03 +0100
  • 0cebfd9b3c slightly more verbose config debugging, and fix a ridiculous RC config bug Chris Jones 2008-05-23 11:31:05 +0100
  • ea779108da make sure we ignore pyc files Chris Jones 2008-05-23 09:39:13 +0100
  • ac77dc6783 enhancing tabs ** reordering tabs change term_list accordingly (almost though... think there is still a bug there) ** Ctrl-Shift-PageUp/PageDown will shift the first parent tab to the left/right (g-t like) Emmanuel Bretelle 2008-05-23 00:59:30 +0100
  • 9d72385231 Move OS version check into main body and have it throw an exception on failure so the import fails. Thomas Hurst 2008-05-22 20:17:53 +0100
  • 66ae80200e synching with latest changes Emmanuel Bretelle 2008-05-22 20:03:50 +0100
  • ce63d6c29c cleaning up some code in newtab ** removed old reference to the box ** better handling of new tab spawning Emmanuel Bretelle 2008-05-22 20:01:20 +0100
  • 9c55078319 Add more debugging and fix the platform detection for Linux Chris Jones 2008-05-22 19:54:48 +0100
  • 5927ddc51a Make get_cwd love debugging Chris Jones 2008-05-22 19:50:25 +0100
  • 2d65ae5966 Zoom feature Fixes LP #229201 Edoardo Batini 2008-05-22 18:22:02 +0200
  • 13b8778d0b Merged with main branch [with chantra's tab] Edoardo Batini 2008-05-22 16:37:59 +0200
  • 3086c75429 Splitaxis not allowed while in full-window mode Edoardo Batini 2008-05-22 15:01:02 +0200
  • 9c60a60484 clean up some prints into dbg() calls Chris Jones 2008-05-22 09:47:17 +0100
  • b7dbc2da4b update changelog Chris Jones 2008-05-22 01:57:08 +0100
  • 362c19b8b9 land dnd-tabs branch Chris Jones 2008-05-22 01:49:43 +0100
  • a6b4679c1f whitespace and remove duplicated function Chris Jones 2008-05-22 01:48:33 +0100
  • c35ebedfc2 remove triangle overlays Chris Jones 2008-05-22 01:39:01 +0100
  • 19436badda more whitespace madness Chris Jones 2008-05-22 01:27:26 +0100
  • fb948176cb merge in trunk and port dnd-tabs code accordingly Chris Jones 2008-05-22 01:02:02 +0100
  • d0dd28c4d4 mention the icon licence Chris Jones 2008-05-21 17:36:09 +0100
  • 2d9f214232 damn tabs Chris Jones 2008-05-21 17:34:44 +0100
  • a239876d99 Move cwd detection code about a bit, add FreeBSD support code that'll currently only do anything on 7-STABLE as of last month. Thomas Hurst 2008-05-21 11:39:30 +0100
  • 9ef585a7b7 Move terminator*.pyc to terminatorlib. Teach setup.py about the change. Thomas Hurst 2008-05-21 11:17:55 +0100
  • 4c7d047a84 including dbg function to terminator Emmanuel Bretelle 2008-05-21 02:43:08 +0100
  • 5a221d1572 land encoding support branch Chris Jones 2008-05-21 00:45:48 +0100
  • dc4f1ebd30 remove some redundancy Chris Jones 2008-05-21 00:42:43 +0100
  • ffd1485d54 prepare for landing Chris Jones 2008-05-21 00:37:04 +0100
  • 2c970a7aec whitespace fail, also ignore pyc files Chris Jones 2008-05-21 00:10:54 +0100
  • e3bc453031 I Always forget something! Edoardo Batini 2008-05-20 22:28:48 +0200
  • 21ab156941 Closing full window terminal allowed. Edoardo Batini 2008-05-20 19:25:54 +0200
  • e291f0a281 Resynced with 'trunk'. Removed self.widgets list Edoardo Batini 2008-05-20 17:21:34 +0200
  • b03616b766 Improvements to full-window. Should work for every terminal now. TODO: Killing full-window terminal Edoardo Batini 2008-05-20 16:11:40 +0200
  • 8d1209ac0d move child spawning outside TerminatorTerm.__init__ mainly so we can set WINDOWID for children Chris Jones 2008-05-20 00:46:34 +0100
  • 0e20e435f4 don't set when it's empty Chris Jones 2008-05-19 23:05:10 +0100
  • d0772c3489 resolving conflicts... Emmanuel Bretelle 2008-05-19 09:57:41 +0100
  • 101dcf5d03 merging trunk rev 262 Emmanuel Bretelle 2008-05-19 09:52:25 +0100
  • 549f046904 fix a typo in a previous commit, and remove all references to get_box() Chris Jones 2008-05-19 00:50:38 +0100
  • 78ca918f74 love for cory too Chris Jones 2008-05-19 00:47:56 +0100
  • 3854bc2f6e update copyright file Chris Jones 2008-05-19 00:44:59 +0100
  • 67c0d0bb84 Make TerminatorTerm extend gtk.VBox rather than having hacks to behave like it. Patch by Chris Oattes. Allows us to beging removing get_box() Chris Jones 2008-05-19 00:42:08 +0100
  • 6296fe871f share the love Chris Jones 2008-05-17 23:20:17 +0100
  • 0d6c018d93 Allow ctrl-click to open URLs. Patch from Emilio Pozuelo Monfort in LP bug #211079 Chris Jones 2008-05-16 13:26:45 +0100
  • 7b730da177 Apply patch from Jesse Michael which should fix bugs #189116 and #230373 Chris Jones 2008-05-15 23:22:27 +0100
  • 7b52be076b Make failing shells be handled more gracefully Chris Jones 2008-05-15 23:09:01 +0100
  • 57a8d94339 Also handle the chosen shell failing to spawn. There's not much else we can do than die Chris Jones 2008-05-15 22:21:25 +0100
  • ada09ea570 Do the very best we can to find a useful shell, then fail if we can't Chris Jones 2008-05-15 22:16:28 +0100
  • b3e45b8646 moved encoding into its own file : terminatorencoding.py added terminatorencoding.py into setup's pymodule Emmanuel Bretelle 2008-05-15 22:12:03 +0100
  • abdb18163f removed *to be useless* enum Emmanuel Bretelle 2008-05-15 19:12:06 +0100
  • 5001490021 Adding *full* encoding support taken from gnome-terminal's src/encoding.[ch] Emmanuel Bretelle 2008-05-15 19:02:09 +0100
  • 54d7b5d669 removing testing utf-16 value from default Emmanuel Bretelle 2008-05-15 17:19:20 +0100
  • 476e889345 Added a specific config rule for active_encodings Emmanuel Bretelle 2008-05-15 17:03:57 +0100
  • f16a185248 merging trunk last fix Emmanuel Bretelle 2008-05-15 07:49:39 +0100
  • 24278a3be0 starting with encoding Emmanuel Bretelle 2008-05-15 07:41:00 +0100
  • 8e2d3e9975 - Can maximize one terminal (full-window) and then restore to previous layout. - New pop-up menu items to test the feature Edoardo Batini 2008-05-15 02:59:54 +0200
  • f888b0533d fix fullscreen Chris Jones 2008-05-15 00:44:05 +0100
  • 01ce8d92fd - New proof of concept for Single TerminatorTerm in Full-window - Full-window works, restore to previous layout works improperly Edoardo Batini 2008-05-14 04:19:41 +0200