Commit Graph

1202 Commits

Author SHA1 Message Date
Stephen Boddy 29a864aa1b * Set window geometry hints to off by default. The constant trickle of problems it causes are annoying.
May set up a warning dialog when turning on.
* Actually set the DBUs interface to on by default. For some reason it wasn't active by default.
2015-10-01 03:23:57 +02:00
Stephen Boddy 195849a1ca Merge in PuTTY paste mode (Nemilya, LP#1416682) with some alterations. 2015-09-30 00:00:04 +02:00
Ilya a8c260fcf3 Added UI config for Putty-paste-style, and text to documentations 2015-09-22 19:44:35 +05:00
Ilya 1e89dc3064 Added config for 'putty paste style' and handle mouse click 2015-09-22 19:32:10 +05:00
Stephen Boddy f4f01e9b7b Minor correction to actually return error message, rather than just contemplating it. 2015-09-19 17:30:31 +02:00
Stephen Boddy 286231e4b9 As part of GTK3 fixup, some backported improvements to the DBus
interface, and remotinator (Steve Boddy)
* Can now open a window or tab using remotinator
* Can get the window uuid, or title using remotinator
* Moved new tab key handling into the terminal for consistency
* Standardise response when a new term is created (split, win
  or tab) to reply with new terms uuid
* For GTK3 gave the DBus a slightly different name so they it
  can run at same time as GTK2
* remotinator now uses argparse for commandline option handling,
  vastly improving the option handling
* remotinator help strings are translatable now
2015-09-19 05:21:36 +02:00
Stephen Boddy a31b5136e8 Minor change to custom commands to use the standard gerr function instead of the broken local one 2015-09-19 04:59:47 +02:00
Stephen Boddy 4953117023 Fix for those not running IBus, where the IBus workaround caused broken keys in other keymaps set with non-IBus tools
(New dependancy added (python-psutil) for detecting the IBus process)
2015-09-16 00:05:30 +02:00
bryce f5f3a52d5d Update versions for 0.98 2015-09-07 14:43:24 -07:00
Stephen Boddy aa2f2e8282 Annoyingly fiddly fix for focus change on active/inactive/tabs terminal exits 2015-09-07 04:03:24 +02:00
Stephen Boddy 3d85444903 Fix the tab switching if a terminal on another tab exits 2015-08-27 21:20:19 +02:00
Stephen Boddy de637d98d1 Fix the renaming of Layouts/Profiles sometimes corrupting what appears in the config file 2015-08-21 00:15:05 +02:00
Stephen Boddy d61b86caa7 Slight change to how the zoomed font is calculated. This just seems to give a
more natural size when zooming over the previous. Can be reverted if people
don't like it. Also using this as a sneaky way to close 6 year old bug.
2015-08-21 00:05:48 +02:00
Stephen Boddy f7d0ed3751 * Remove the old_padding and allocation stuff from the zoom_scaled function in terminal which iasn't used anyway
* Remove another unneeded assignment in is_zoomed function in terminal
2015-08-20 23:50:25 +02:00
Stephen Boddy 6dd9c82347 Add fallback to psutils to discover the cwd of a terminal (Heon Jeong) 2015-08-13 22:47:15 +02:00
Stephen Boddy 9decbaf43e Start 'New Layout #' from 1. Looked strange starting at 2 2015-08-13 22:16:42 +02:00
Stephen Boddy 4d662af20d Sort entries in config file, so they don't jump around every time config is saved for easier troubleshooting 2015-08-13 22:16:35 +02:00
Stephen Boddy a7ac05641d Fix composed characters when broadcast is turned on to appear in all receivers now (LP:#1463704) 2015-08-10 22:51:46 +02:00
Stephen Boddy c68aad67b6 Stop the buttons in the layout tab from being hidden by the slider 2015-08-10 21:45:48 +02:00
Stephen Boddy 7d27fd7f60 Fix minor issue with Super+double-click on a splitter failing if tabs were in use 2015-08-10 20:40:39 +02:00
Stephen Boddy d009e9f129 Minor fix to slider widget in Prefs>Global, which was filling the whole trough, unlike the one right above it. 2015-08-09 14:16:40 +02:00
Stephen Boddy 5011ba1bc8 Fix the problem with tabs not being named where a window with splits creates a new tab 2015-08-09 04:33:31 +02:00
Stephen Boddy 5fe91b66b1 Small fix for systems (i.e. my 12.04 LTS) that don't set LANGUAGE for whatever reason. This breaks the manual lookup 2015-08-08 05:21:59 +02:00
Stephen Boddy 1d977cc6aa A manual has been added to Terminator
* Added source and generated html of manual, and API doc
* setup.py can install the manual (and by extension do can debuild)
* setup.py has (inactive) code for generating the html from the source
  but this will break if rtd theme is not available
* A few changes to doc strings to make the autodoc prettier
* Added help shortcut, by default F1 to open the local manual
* Added button to About tab to launch manual
* A couple of additional string to translate related to manual/help
2015-08-08 04:11:30 +02:00
Stephen Boddy c9d1259fd5 Add and improve the mnemonics in the group menu 2015-08-04 20:43:37 +02:00
Stephen Boddy ce96f8a702 Make the random default group names translatable
(occurred to me that they might look out of place in f.e. Arabic, Chinese, Cyrillic and (ironically) Greek)
2015-08-04 20:40:46 +02:00
Stephen Boddy 7363827d32 Correct a default shortcut that was a bit garbled 2015-08-04 20:33:05 +02:00
Stephen Boddy fea65016d5 Another big chunk of translation updates
* Add translation for column headers in Preferences
* Add translation for some remaining strings
2015-08-04 03:59:12 +02:00
Stephen Boddy faa622e800 Missed silly American spelling of behavior in previous commit 2015-08-03 16:53:50 +02:00
Stephen Boddy 114d9dc428 BIG update to translations, due to additions and changes. Unfortunately Launchpad
translations don't work with gettext fuzzy matches, so I'm afraid there's a lot
of rework for translators.

* Add a few new translatable strings
* Update the list of files to scan with additionas and deletions
* Update the template (pot) and country (po) files
* Fix the preferences window to be translated (LP:#1245806)
2015-08-03 16:36:34 +02:00
Stephen Boddy 439a58e13f * Adjust the config section name to InactivityWatch for InactivityWatch class
* Add a new setting for ActivityWatch to set the time between activty notifications
2015-08-03 04:07:32 +02:00
Stephen Boddy 8ff835556e Additional windows icon loading works better, and respect the theme changes. 2015-08-02 06:20:53 +02:00
Stephen Boddy aa0dd2d364 Adds high contast icons, and makes the main window icon loading work better, and respect the theme changes. 2015-08-02 05:26:03 +02:00
Stephen Boddy 4af300ee1e Fixes font lookups for people with unpopulated gconf database (i.e. KDE) 2015-08-02 00:49:40 +02:00
Stephen Boddy 2c31772564 Set some default shortcuts based on my preference (Steve Boddy) 2015-07-19 23:50:00 +02:00
Stephen Boddy a8865b17ee Fix slightly uneven splits on shortcut due to handle size, though this will make previously saved layouts off by a few pixels (Steve Boddy, LP#1089162) 2015-07-15 20:05:12 +02:00
Stephen Boddy 45215ef5a6 Fix a few prefs widget alignments as per GNOME visual guidelines 2015-07-15 19:07:43 +02:00
Stephen Boddy 25a6da8a99 Preselect the current layout when opening Prefs window, and also save config after using the layout 'Save' button (Steve Boddy) 2015-07-14 23:09:05 +02:00
Stephen Boddy 9dadba61c4 Add 'Save' button for saving to the selected Layout (Ariel Zelivansky) 2015-07-14 23:02:24 +02:00
Stephen Boddy 153b24946a Fix drag and drop of files (Schplurtz le Déboulonné, LP#1311481) and some tweaks (Steve Boddy)
Schplurtz le Déboulonné
    - multiple files can be dropped in terminal
    - correctly sh-quote filenames, even those with '
    - also fixes LP#1311481 (\n after dropped filename)
Steve Boddy
    - changes to the logic, where all lines are now checked for the file:// prefix
    - text blocks now insert in full, not just first line
2015-07-13 00:11:44 +02:00
Stephen Boddy 306bf03f67 Drag and drop of files fine-tuning based on Schplurtz le déboulonné's fix.
* Slight changes to the logic, where all lines are now checked for the file:// prefix.
* Fix dropping of a block of text which was previously broken (only inserts one line)
2015-07-13 00:09:39 +02:00
Stephen Boddy 6ffafe81d1 Add shortcuts for next/prev profile (Peter E Lind, LP#1314734) 2015-07-12 00:27:18 +02:00
Stephen Boddy da4db8b9c2 Global setting for changing the titlebar font (partially from Eli Zor branch), but expanded and improved (docs/GUI), plus some minor fixup from this. 2015-07-10 21:36:33 +02:00
Stephen Boddy d015e3f0ca Major cleanup and reorganisation of the preferences window. 2015-07-10 19:41:15 +02:00
bryce d103bb1b7b plugins: Fix distcheck error about missing __init__.py
package init file 'terminatorlib/plugins/__init__.py' not found (or
  not a regular file)
2015-06-22 15:06:16 -07:00
Stephen Boddy 4c8fa5b090 Merge default broadcast behaviour toggle by Jiri (jtyr) - fixes lp #1288835 2015-06-22 19:34:37 +02:00
Stephen Boddy 8e4f6df5be Add Ctrl+Shift+mousewheel and Ctrl+Super+mousewheel actions to zoom receivers or all terminals 2015-06-21 20:36:39 +02:00
Stephen Boddy 3d7d4203f1 Minor fix to trim newline, plus some trailing chars from next line when searching 2015-06-21 04:34:07 +02:00
Stephen Boddy 1d08a1840f Final fix for moving between terminals, checks for overlap. So far never selects wrong terminal. 2015-06-20 20:50:42 +02:00
Stephen Boddy 7cd7c73c53 First fix to prevent double click on scrollbar rebalancing splits broke scrollbars, so this limits the interception to double clicks only. 2015-06-19 03:15:33 +02:00