Commit Graph

2500 Commits

Author SHA1 Message Date
Stephen Boddy 4269a99598 Reimplement visual flash that got removed from libvte, reusing the DnD overlay to flash the terminal (gtk2->gtk3) 2015-09-29 02:24:36 +02:00
Launchpad Translations on behalf of gnome-terminator 09faf868c9 Launchpad automatic translations update. 2015-09-24 06:00:33 +00:00
Launchpad Translations on behalf of gnome-terminator 78d82df983 Launchpad automatic translations update. 2015-09-23 07:01:38 +00:00
Launchpad Translations on behalf of gnome-terminator ab08339581 Launchpad automatic translations update. 2015-09-21 05:40:02 +00:00
Launchpad Translations on behalf of gnome-terminator 8bb44c5598 Launchpad automatic translations update. 2015-09-20 04:59:10 +00:00
Stephen Boddy 177c62068c (trunk-1655) Minor correction to actually return error message, rather than just contemplating it 2015-09-19 17:37:19 +02:00
Stephen Boddy 28a003361b (trunk-1654) Workaround intltools inability to cope with files that have no extension, using temporary
symlinks when generating terminator.pot, so that reomtinator actually gets added now
2015-09-19 17:34:19 +02:00
Launchpad Translations on behalf of gnome-terminator 773be8dd13 Launchpad automatic translations update. 2015-09-19 05:42:16 +00:00
Stephen Boddy fbde717310 Update the translations to include the new strings in the improved remotinator command 2015-09-19 05:35:41 +02:00
Stephen Boddy 7b769ae1d8 * Fix the DBus interface (gtk2-gtk3)
* Disable the wm_class feature. Seems not possible in GTK3, and breaks
  the DBus call for new_window.
(trunk-1651)
* As part of GTK3 fixup, some 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:25:25 +02:00
Stephen Boddy e4c235dcd6 (trunk-1650) Minor change to custom commands to use the standard gerr function instead of the broken local one 2015-09-19 05:01:25 +02:00
Launchpad Translations on behalf of gnome-terminator 0beb1c8573 Launchpad automatic translations update. 2015-09-11 06:07:16 +00:00
Stephen Boddy 76b9cd33e0 Minor fix for a lingering usage of GTK2 style constant when setting the last resort icon. 2015-09-10 00:34:12 +02:00
Launchpad Translations on behalf of gnome-terminator e862175ed6 Launchpad automatic translations update. 2015-09-02 05:56:15 +00:00
Stephen Boddy 10514fa8e0 (trunk-1630/1631)
* Fix the high contrast icons, where I accidentally included a grey, semi-
  transparent background
* Some updates to the hicolor version of other window icons to remove
  placeholders, and add svg versions of the status and action icons
2015-09-01 23:25:48 +02:00
Stephen Boddy 06a2d5426f (trunk-1628) Adjustment to the way alternatives are set up that should cure blurry/incorrect icons in task switchers 2015-09-01 23:22:03 +02:00
Stephen Boddy 93ca226c67 (trunk-1626) Crude workaround for the fact that debian wants to compress fonts used by the manual 2015-09-01 23:18:41 +02:00
Stephen Boddy afd426c06c (trunk-1624) Add an internationalised AppData file for software installers 2015-09-01 23:16:04 +02:00
Stephen Boddy a65ce100f7 (trunk-1617) Add fallback to psutils to discover the cwd of a terminal (Heon Jeong) 2015-09-01 23:05:24 +02:00
Stephen Boddy ac53de6afb (trunk-1615) Start 'New Layout #' from 1. Looked strange starting at 2 2015-09-01 23:04:16 +02:00
Stephen Boddy 94b577484b (trunk-1614) Sort entries in config file, so they don't jump around every time config is saved for easier troubleshooting 2015-09-01 23:01:16 +02:00
Stephen Boddy b7b8888745 (trunk-1613) Fix launcher opening after a dbus enabled window is already open (DBUS in GTK3 still FIXME) 2015-09-01 22:59:36 +02:00
Stephen Boddy f64d3e67fa (trunk-1599/1600/1601)
* 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

* Small tweak to setup.py to seperate build and install, and always attempt
  to install manual by default.

* Small fix for systems (i.e. my 12.04 LTS) that don't set LANGUAGE for
  whatever reason. This breaks the manual lookup
2015-09-01 22:50:09 +02:00
Launchpad Translations on behalf of gnome-terminator 825214da1e Launchpad automatic translations update. 2015-08-28 05:55:50 +00:00
Stephen Boddy 2e21276b64 (trunk-1619) 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:09:01 +02:00
Stephen Boddy 933237adce (trunk-1618)
* 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:55:42 +02:00
Launchpad Translations on behalf of gnome-terminator 7a0a1e8d5b Launchpad automatic translations update. 2015-08-17 06:14:26 +00:00
Stephen Boddy 8b8376c331 Fix the zoom/maximise terminal function (gtk2->gtk3) 2015-08-16 21:19:24 +02:00
Launchpad Translations on behalf of gnome-terminator a5ef52d4f5 Launchpad automatic translations update. 2015-08-16 05:05:19 +00:00
Stephen Boddy e723f0df25 (trunk-1611) Fix composed characters when broadcast is turned on to appear in all receivers now (LP:#1463704) 2015-08-10 22:51:56 +02:00
Stephen Boddy 73c2a17ca0 (trunk-1610) Stop the buttons in the layout tab from being hidden by the slider 2015-08-10 21:45:53 +02:00
Stephen Boddy cfd4539a4a (trunk-1609) Fix minor issue with Super+double-click on a splitter failing if tabs were in use 2015-08-10 20:40:49 +02:00
Stephen Boddy 03947c7b50 (trunk-1608) Minor fix to slider widget in Prefs>Global, which was filling the whole trough, unlike the one right above it. 2015-08-09 14:17:13 +02:00
Stephen Boddy 67c99283d8 (trunk-1606) Fix the problem with tabs not being named where a window with splits creates a new tab 2015-08-09 04:34:05 +02:00
Launchpad Translations on behalf of gnome-terminator 91ba24f47c Launchpad automatic translations update. 2015-08-08 06:25:06 +00:00
Stephen Boddy d6b62b61d8 Minor gtk3 fix for setting urgent flag on window for highlight in task bar 2015-08-06 21:45:07 +02:00
Launchpad Translations on behalf of gnome-terminator ea7010612f Launchpad automatic translations update. 2015-08-06 05:52:34 +00:00
Launchpad Translations on behalf of gnome-terminator 0cbf051b2b Launchpad automatic translations update. 2015-08-05 06:07:22 +00:00
Stephen Boddy 26a840b98d (trunk-1595) Latest round of string changes for translators 2015-08-04 20:52:02 +02:00
Stephen Boddy 275086501b * (trunk-1594) Add and improve the mnemonics in the group menu
* Also fix the group radio buttons after the mnemonics additions broke them
  (GTK3 is such a pain - there may be a better solution, I just couldn't find it)
2015-08-04 20:45:22 +02:00
Stephen Boddy 795ab2aeec (trunk-1593) 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:42:36 +02:00
Stephen Boddy 2254055eb7 (trunk-1592) Correct a default shortcut that was a bit garbled 2015-08-04 20:39:35 +02:00
Launchpad Translations on behalf of gnome-terminator 21344fa000 Launchpad automatic translations update. 2015-08-04 05:47:09 +00:00
Stephen Boddy d5a231afb2 (trunk-1590) Another big chunk of translation updates
* Add translation for column headers in Preferences
  * Add translation for some remaining strings
  * Remove some of the now deprecated "Gtk.STOCK_*" items
2015-08-04 03:17:05 +02:00
Stephen Boddy 20dad87117 (trunk-1588/1589)
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) (accidentally added earlier in gtk3 rev 1565, just noting here)
* Update tab close button icon to match lighter gnome-terminal one (accidentally added earlier in gtk3 rev 1565, just noting here)
2015-08-03 21:15:28 +02:00
Stephen Boddy c83e627a69 (trunk-1587) * 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 20:36:14 +02:00
Stephen Boddy 73d29ef997 (trunk-1586) Additional windows icon loading works better, and respect the theme changes. 2015-08-03 20:33:10 +02:00
Stephen Boddy 2686296cf6 (trunk-1585) Adds high contast icons, and makes the main window icon loading work better, and respect the theme changes.
Note: wmclass_name no longer readable under GTK3, so -c option is a bit dubious now.
      Also, in HighContrast, there are issues with titlebar background colours that are not present in GTK2.
2015-08-03 20:22:15 +02:00
Stephen Boddy d93e104da8 (trunk-1584) Fixes font lookups for people with unpopulated gconf database (i.e. KDE) 2015-08-02 00:50:24 +02:00
Stephen Boddy 2deebe40bf (trunk-1582) Set some default shortcuts based on my preference (Steve Boddy) 2015-07-19 23:44:41 +02:00