Commit Graph

253 Commits

Author SHA1 Message Date
Gaetan Semet
cc60ee2ea9 move guake/data to data
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2018-04-14 23:19:40 +02:00
Mario Aichinger
003d3c161c move the data directory into the guake directory to simplify building packages 2017-12-29 18:04:01 +01:00
Mario Aichinger
2de42a777f remove background image stuff (at least for now), not supported by vte anymore 2017-11-18 10:57:25 +01:00
Mario Aichinger
22614ebdd1 fix the close button of the about dialog 2017-10-12 17:15:07 +02:00
Mario Aichinger
14eb5b1f37 ATTENTION! This commit moves a lot of files from data-gtk3 and src-gtk3 to data and src. If you are traking down something keep this changes in mind! 2017-10-12 16:59:43 +02:00
Gaetan Semet
abca2bce88 Merge pull request #989 from aichingm/revert-tabs-width
Revert #885 to the old fixed-width tabs behavior. Partial fix for #962 and #981
2017-08-21 11:51:34 +02:00
Mario Aichinger
29f6f328e7 Revert #885 to the old fixed-width tabs behavior. Partial fix for #962 and #981 2017-08-20 20:54:38 +02:00
Mario Aichinger
e0353ada70 move the startup script setting to the hooks tab 2017-08-08 12:37:19 +02:00
Mario Aichinger
8bcb361e8f Add a configuration toggle to disable the refocusing #976
fix formatting
2017-07-14 02:16:27 +02:00
boscowitch
d8bde7c5be Update guake.glade
Remove height request to let it be dynamically adjusted to high resolution displays...
2017-01-30 13:36:32 +01:00
Tom Briden
08c1b84624 Make tabs homogeneous
tabs share the full screen width
2017-01-07 09:02:31 +00:00
Gaetan Semet
9d32e4eba9 Merge pull request #864 from jarlopez/issues/430
Add pref. checkbox for toggling 'resizer' visibility
2016-12-21 10:07:34 +01:00
Mikhail Koshel
d076d104bc #793 dialog has been reconfigured 2016-12-20 01:02:10 +06:00
Mikhail Koshel
b91bff0bff #793 added tooltip 2016-12-18 07:27:15 +06:00
Johan Mickos
3fc2c567d5 Add pref. checkbox for toggling 'resizer' visibility 2016-12-10 20:13:14 +01:00
Mikhail Koshel
352fad64c9 issue-793 first iteration finished 2016-12-08 01:54:41 +06:00
Mikhail Koshel
d17d3aa9d7 added show hook setting & show hook setting handler 2016-12-06 00:30:08 +06:00
Gaetan Semet
98d30f3ecc Revert "Fixes #598 Very big icon tray"
Fix #710

This reverts commit b2ce441ec4.
2016-08-26 10:22:27 +02:00
Gaetan Semet
b36295f52f Fix weird window placement on single monitor
Fix #762, #765, #668
2016-08-18 17:30:28 +02:00
Gaetan Semet
c1e332eaa6 minor modifications of the shorten vte title feature
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2016-08-18 15:42:31 +02:00
Versus Void
b84e06c018 Add option to abbreviate tab names.
Fix `max_tab_name_length` width and russian locale.
2016-08-17 22:05:47 +00:00
versusvoid
1ea7c23690 fix #666, fix #653 tabs cut off while preserving tabs size 2016-08-17 14:59:12 +03:00
Ben Wolsieffer
c98f6f8125 Fix the bottom of tab buttons being cut off in Gnome. 2016-08-04 11:38:12 -04:00
EifX
7ab1edd0f9 Fixed german translation, modified prefs a little bit
- Fixed translation, added some strings
- Modified prefs for displaying larger lang-strings
2016-04-14 07:33:27 +02:00
EifX
21c5c28784 Fixed german translation, updated prefs-frontend
Moved the combo-box a little bit to the right side for larger translations
2016-04-07 21:47:33 +02:00
Evgeniy Abduzhapparov
715b32344d Fix #706 : add a shortcut to open the last tab 2016-02-05 23:20:15 +03:00
Gaetan Semet
1097e99678 Merge pull request #663 from wuxinyumrx/master
fix tray icon does not align in center
2015-12-29 16:44:17 +01:00
thardev
2424a643ac Adds #117 feature shorcut toggle transparency 2015-12-06 13:08:15 +01:00
Xinyu Ng
511ed841ca Merge remote-tracking branch 'src/master' 2015-11-16 11:19:48 +08:00
Xinyu Ng
5b7650f993 fix tray icon does not align in center 2015-11-07 22:37:54 +08:00
thardev
ea585849af Closes #47 new feature max tab name length 2015-11-02 22:49:26 +01:00
thardev
00be27ce25 Added default keybinding for hide on lose focus 2015-10-25 22:44:35 +01:00
thardev
b2ce441ec4 Fixes #598 Very big icon tray 2015-10-25 18:11:56 +01:00
thardev
4875568f02 Updated icon tray SVG 2015-10-23 23:09:48 +02:00
thardev
f6c223d0bf Reset terminal shorcut 2015-10-23 23:09:48 +02:00
thardev
23043234cd Fixes Disabled key bindings still considered #556 2015-10-21 11:50:44 +02:00
tirkarthi
b3e593984d Fix #524 : run command as login shell 2015-09-26 17:39:15 +05:30
Xtreak
74e2a350b3 Fix #619 : Unable to set default interpreter
This pull request fixes https://github.com/Guake/guake/issues/619. The issue is similar to https://github.com/Guake/guake/issues/578 where the data in 'prefs.glade' has not been linked to the appropriate handler. In a similar manner the 'use as login shell' check-box is also not linked correctly.
2015-09-26 16:49:03 +05:30
Xtreak
369a90607d Fix #578 : open new tab in current directory
The check-box for 'open new tab in current directory' in `data/prefs.glade` is not linked to the appropriate listener. This pull request fixes the issue by adding the appropriate listener to the check-box in the `prefs.glade` file
2015-09-26 16:32:39 +05:30
Ozzyboshi
e6147d1f94 fixed bug #599 2015-09-19 17:23:02 +02:00
Ozzyboshi
c41fc97795 fixed bug 'Big tab bar #616' 2015-09-19 17:10:01 +02:00
Denis Subbotin
f67fbf65cf Clean current terminal https://github.com/Guake/guake/issues/608 2015-09-08 18:03:27 +03:00
Gaetan Semet
7b3a6eb62c Fix file chooser
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2015-08-27 13:38:54 +02:00
Ivan Masár
09ede18f0c Add option to allow/disallow bold font
closes Guake/guake#329
2015-08-24 14:39:37 +02:00
Gaetan Semet
a20ee60b71 Merge branch 'master' of https://github.com/Ozzyboshi/guake 2015-08-21 17:14:18 +02:00
Hans Joachim Desserud
e55568b39b Remove last reference to --show-hide 2015-07-17 22:01:17 +02:00
Gaetan Semet
62808ccd96 fix
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2015-07-10 17:57:04 +02:00
Ozzyboshi
9bb43a8696 added custom command file chooser and switched to a URI file selection 2015-06-18 12:15:33 +02:00
Ozzyboshi
b8473797fa added custom commands to schemas 2015-06-17 15:46:07 +02:00
Gaetan Semet
e16fea58a3 remove right picture
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2015-06-07 19:23:44 +02:00