Commit Graph

3297 Commits

Author SHA1 Message Date
Chris Jones f100fa6cfe Remove initial setup code, since we now default to a single terminal 2007-11-29 15:38:10 +00:00
Chris Jones 6a5431e253 Minor fix to kees' gconf improvement 2007-11-27 16:58:36 +00:00
Chris Jones 397bac42af gconf fix from Kees Cook and a patch from him to add ctrl-tab and ctrl-shift-tab for switching terminals 2007-11-22 23:26:12 +00:00
Kees Cook fd05040c8d add Ctrl-(Shift)-Tab to change focus; scan all profiles and match on title, not path 2007-11-15 16:19:05 -08:00
Chris Jones 73b2be2d70 Handle both kinds of exit action 2007-11-09 00:58:47 -05:00
Chris Jones 13ff8dbb05 Actually make new command line option work 2007-11-09 00:23:26 -05:00
Chris Jones b4673dbc6d Import lost changes from terminator-0.4 PPA package 2007-11-09 00:21:44 -05:00
Chris Jones a18c33ca7f Fix typo in README 2007-11-09 00:15:55 -05:00
Chris Jones 414848a4a7 Update debian parts 2007-11-09 00:13:06 -05:00
Chris Jones 85f21bec0e Change default behaviour from 4 terminals to a single, normal sized terminal 2007-11-08 23:43:05 -05:00
Chris Jones c822ac7964 Update default word_chars from gnome-terminal settings. Closes #129533 2007-11-08 23:40:06 -05:00
Chris Jones 16e4bd7f7d Fix a slice off-by-one 2007-11-08 23:36:01 -05:00
Chris Jones a2c04a359e Record the indexes of our URL matches and use the results to identify email links and handle them appropriately 2007-11-08 22:43:11 -05:00
Chris Jones 05eb675a46 Make maximisation a non-default option 2007-11-08 22:19:25 -05:00
Chris Jones f9f46b3b4a Re-enable initial 4-way splitting and window maximisation. Also fixes the inability of the window to ever get smaller than it grows to. Many many thanks to Kees Cook for tracking this one down to a GTK property the docs claim 99% of apps should never need. I feel special to be the 1% 2007-11-07 14:57:56 -05:00
Chris Jones ac20b5011a Don't prompt with a quit message if there is only one terminal open 2007-11-07 14:38:26 -05:00
Chris Jones eeb91b4c6f Fix input mask bitwise operations. Thanks to Kees Cook 2007-11-07 14:18:19 -05:00
Chris Jones 87c9bdef6d Switch to packing instead of adding. Don't split into 4 terminals by default and don't maximise by default. This is so I can test resizing issues 2007-11-07 14:05:15 -05:00
Chris Jones f5cf5756f3 Fix a tiny typo 2007-10-14 00:15:51 +01:00
Chris Jones 0e71ed8037 Add lots of keyboard shortcut love, pretty much all based on patches from henry.3@gmail.com 2007-10-14 00:11:29 +01:00
Chris Jones 583aec7c21 Comment previous change. Suggestion from #148496 2007-10-03 12:19:24 +01:00
Chris Jones bd2f125191 Focus the first terminal 2007-10-03 12:16:04 +01:00
Chris Jones aa23129e08 Rate limiting gconf is pointless, users will have to live with whatever happens until it happens and I boggle at it 2007-09-20 22:45:32 +01:00
Chris Jones ebe23f5933 Add a very important comment 2007-09-20 22:42:59 +01:00
Chris Jones 1fd4714177 Obvious mistake 2007-09-20 22:39:47 +01:00
cmsj@canonical.com 16e7c4b25c Fix setup.py field. Add AUTHORS to docs. Update ChangeLog for 0.4. Update INSTALL and README to reflect the new world order 2007-09-11 23:37:31 +01:00
Chris Jones 90ea20f666 Tag 0.4 2007-09-11 22:40:26 +01:00
Chris Jones 8b61ed5cc4 Fix bug where window grows in width when a scrollbar is hidden and reshown 2007-08-31 20:56:56 +01:00
Chris Jones 893ccd0f6a Flesh out --help. Detect if the specified profile doesn't exist 2007-08-31 20:33:39 +01:00
Chris Jones 8c4b656337 Fix a typo in custom command handling. Add getopt support, mainly for choosing a gnome-terminator profile 2007-08-31 20:27:27 +01:00
Chris Jones 0f129374c5 Flesh out previous fix. Also start slightly wider by default 2007-08-27 00:47:42 +01:00
Chris Jones 7410072da1 barest minimum of a fix for LP #129104 2007-08-27 00:24:32 +01:00
Chris Jones 3d1b206a80 Rename the script, add more info to setup.py and add an AUTHORS 2007-08-25 15:33:24 +01:00
Chris Jones 16e74b1201 Fix bug which loses all terminals at startup. Mention licence in setup.py 2007-08-11 00:33:00 +01:00
Chris Jones 674326ead4 Complete refactoring of splitting terminals. Also fix function spacing in a few places 2007-08-10 22:44:02 +01:00
Chris Jones 794bfc097c This wasn't a c&p mistake in splithoriz/splitvert, the added behaviour breaks splitting 2007-08-10 22:38:20 +01:00
Chris Jones 449236d381 Fix the obvious argument problem 2007-08-10 22:37:02 +01:00
Chris Jones 2dcda557f0 Start refactoring splithoriz() and splitvert() into a single method 2007-08-10 22:35:06 +01:00
Chris Jones 95091f715e Prepare for 0.3 release 2007-07-31 23:28:53 +01:00
Chris Jones eb69c51862 Since people may not have the libvte python bindings installed, whige at them nicely 2007-07-29 19:09:33 +01:00
Chris Jones f7011c12e5 improve wording, non-sloppy users won't see this as the active window 2007-07-29 17:59:34 +01:00
Chris Jones ee3819377e Document new version, add a changelog and bump revision 2007-07-29 17:53:03 +01:00
Chris Jones 5d27a2084c Support closing terminals, with appropriate confirmation requests (these should be ignorable by config) 2007-07-29 16:41:59 +01:00
Chris Jones f56a288bf2 Update docs a bit 2007-07-29 05:05:26 +01:00
Chris Jones 980b438d62 Update for 0.2 2007-07-29 05:03:24 +01:00
Chris Jones d4379a6e42 Revert packN to addN since I've ended up back at the default settings anyway. Restore default behaviour of 4 terminals. Doing this before the window has actually been displayed is a horror show, so we're hackily using a timeout. This should really be tied to a signal that gets emitted after the window is rendered 2007-07-29 04:43:06 +01:00
Chris Jones ceeb162894 Calculate amount of space required for scrollbars and resizing handles and make terminals appropriately smaller. This should prevent the terminator window resizing off the edge of the screen except in extreme circumstances 2007-07-29 03:49:19 +01:00
Chris Jones e30bc9c689 Fix resizing so you can actually make the widget smaller 2007-07-29 03:16:18 +01:00
Chris Jones cc53215ea0 Cut&paste horizontal splitting to vertical splitting. Also make the splitting function return the new term it createdx 2007-07-29 03:12:04 +01:00
Chris Jones 78f030ca2a Add support for dynamically splitting terminals. This requires us to set a very small initial size for the terminals otherwise the window grows in multiples of the screen width/height, which is less than helpful. also remove much initialisation code, now it isn't necessary 2007-07-29 03:06:52 +01:00