Skip to content

Commit eba7a11

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents c13e561 + 7093e41 commit eba7a11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3534
-747
lines changed

AUTHORS

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
Lincoln de Sousa <[email protected]>
2-
Pierre-Yves Chibon (pingou) <[email protected]>
3-
Aleksandar Krsteski (SnapShot) <[email protected]>
4-
5-
Contributors:
6-
Max Ulidtko <[email protected]>
7-
Gabriel Falcão <[email protected]>
1+
Max Ulidtko <[email protected]>, 2010-2013
2+
Pierre-Yves Chibon (pingou) <[email protected]>, 2007-2013
3+
Aleksandar Krsteski (SnapShot) <[email protected]>, 2010-2013
4+
Lincoln de Sousa <[email protected]>, 2007-2013
5+
Gabriel Falcão <[email protected]>, 2007

NEWS

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
changes since 0.4.4:
2+
- Custom tab titles are no longer overriden by VTE ones (rgaudin)
3+
- Absent notifications daemon is no longer fatal
4+
- Fix for <Ctrl>key hotkeys being recorded as <Primary>key (Ian MacLeod)
5+
- Font resizing using <Ctrl>+ and <Ctrl>- (Eiichi Sato)
6+
- D-Bus and commandline interface improvements
7+
- L10n:
8+
* Norwegian Bokmål po file renamed to nb_NO.po (Bjørn Lie)
9+
* Added translations: Croatian, Czech, Dutch, Galician, Indonesian, Ukrainian.
10+
* Updated translations: Catalan, French, German, Hungarian, Spanish, Swedish.
11+
112
changes since 0.4.3:
213

314
- New icon for both guake and guake-prefs

README

+6-11
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ environment. Its style of window is based on an fps games, and one of
99
its goals is be easy to reach.
1010

1111
Guake is written mostly in python and has a little piece in C (global
12-
hotkey stuff). The code is placed in the src directory. Files and
13-
images are in the data directory. If you're looking for translation
14-
stuff, you should take a look at the po directory.
15-
12+
hotkeys stuff). The code is placed in the src directory. Files and
13+
images are in the data directory. Translation stuff is in the po directory.
1614

1715
Features? Bugs? Information?
18-
Feel free to consult our website at:
19-
http://guake.org/
16+
Visit http://guake.org/
2017

2118

2219
LICENSE
@@ -62,14 +59,12 @@ sudo apt-get build-dep guake
6259
INSTALLATION
6360
~~~~~~~~~~~~
6461
We are using an autotools based installation, so if you got the source
65-
of guake from a release file, please do the following::
62+
of guake from a release tarball, please do the following:
6663

67-
$ gunzip -c guake-x.x.x.tar.gz | tar x
64+
$ tar -xzvf guake-x.x.x.tar.gz
6865
$ cd guake-x.x.x
6966
$ ./configure && make
70-
$ su
71-
(give the root password here!)
72-
# make install
67+
$ sudo make install
7368

7469
If you receive a message asking you if you have installed
7570
guake.schemas properly when launching guake, it means that your

TODO

-6
This file was deleted.

configure.ac

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (C) 2007-2012 Lincoln de Sousa <[email protected]>
2-
# Copyright (C) 2007 Gabriel Falcão <[email protected]>
1+
# Copyright (C) 2007-2013 Guake authors
32
#
43
# This program is free software; you can redistribute it and/or
54
# modify it under the terms of the GNU General Public License as
@@ -16,7 +15,7 @@
1615
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1716
# Boston, MA 02111-1307, USA.
1817

19-
AC_INIT([guake], [0.4.4], [http://guake.org/])
18+
AC_INIT([guake], [0.4.5], [http://guake.org/])
2019

2120
AC_CONFIG_HEADERS([config.h])
2221

@@ -41,7 +40,7 @@ PYTHON_CFLAGS="-I$PY_PREFIX/include/python$PYTHON_VERSION"
4140
AC_SUBST([PYTHON_LIBS])
4241
AC_SUBST([PYTHON_CFLAGS])
4342

44-
dnl gtk dependencie
43+
dnl gtk dependency
4544
GTK_REQUIRED=2.10.0
4645
PKG_CHECK_MODULES([DEPENDENCIES], [
4746
gtk+-2.0 >= $GTK_REQUIRED
@@ -81,7 +80,7 @@ AM_GCONF_SOURCE_2
8180

8281
dnl Internationalization
8382
GETTEXT_PACKAGE=guake
84-
ALL_LINGUAS="pt_BR ja es ru pl no de it fa hu el zh_CN fr"
83+
ALL_LINGUAS="ca cs_CZ de el es fa fr gl hr hu id it ja nb_NO nl pa pl pt_BR ru sv tr uk_UA zh_CN"
8584

8685
AC_SUBST([GETTEXT_PACKAGE])
8786
AC_SUBST([ALL_LINGUAS])

data/guake.schemas

+54-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<gconfschemafile>
22
<schemalist>
3-
43
<schema>
54
<key>/schemas/apps/guake/general/default_shell</key>
65
<applyto>/apps/guake/general/default_shell</applyto>
@@ -28,7 +27,7 @@
2827
</locale>
2928
</schema>
3029

31-
<schema>
30+
<schema>
3231
<key>/schemas/apps/guake/general/use_trayicon</key>
3332
<applyto>/apps/guake/general/use_trayicon</applyto>
3433
<owner>guake</owner>
@@ -40,7 +39,7 @@
4039
</locale>
4140
</schema>
4241

43-
<schema>
42+
<schema>
4443
<key>/schemas/apps/guake/general/use_popup</key>
4544
<applyto>/apps/guake/general/use_popup</applyto>
4645
<owner>guake</owner>
@@ -53,7 +52,7 @@
5352
</locale>
5453
</schema>
5554

56-
<schema>
55+
<schema>
5756
<key>/schemas/apps/guake/general/prompt_on_quit</key>
5857
<applyto>/apps/guake/general/prompt_on_quit</applyto>
5958
<owner>guake</owner>
@@ -117,7 +116,7 @@
117116
</locale>
118117
</schema>
119118

120-
<schema>
119+
<schema>
121120
<key>/schemas/apps/guake/general/window_width</key>
122121
<applyto>/apps/guake/general/window_width</applyto>
123122
<owner>guake</owner>
@@ -130,7 +129,7 @@
130129
</locale>
131130
</schema>
132131

133-
<schema>
132+
<schema>
134133
<key>/schemas/apps/guake/general/window_height</key>
135134
<applyto>/apps/guake/general/window_height</applyto>
136135
<owner>guake</owner>
@@ -143,18 +142,18 @@
143142
</locale>
144143
</schema>
145144

146-
<schema>
147-
<key>/schemas/apps/guake/general/window_halignment</key>
148-
<applyto>/apps/guake/general/window_halignment</applyto>
149-
<owner>guake</owner>
150-
<type>int</type>
151-
<default>0</default>
152-
<locale name="C">
153-
<short>Window horizontal alignment.</short>
154-
<long>Place Guake at:
155-
0: center, 1: left, 2: right</long>
156-
</locale>
157-
</schema>
145+
<schema>
146+
<key>/schemas/apps/guake/general/window_halignment</key>
147+
<applyto>/apps/guake/general/window_halignment</applyto>
148+
<owner>guake</owner>
149+
<type>int</type>
150+
<default>0</default>
151+
<locale name="C">
152+
<short>Window horizontal alignment.</short>
153+
<long>Place Guake at:
154+
0: center, 1: left, 2: right</long>
155+
</locale>
156+
</schema>
158157

159158
<schema>
160159
<key>/schemas/apps/guake/general/use_scrollbar</key>
@@ -220,7 +219,7 @@
220219
</locale>
221220
</schema>
222221

223-
<schema>
222+
<schema>
224223
<key>/schemas/apps/guake/general/use_vte_titles</key>
225224
<applyto>/apps/guake/general/use_vte_titles</applyto>
226225
<owner>guake</owner>
@@ -414,6 +413,42 @@
414413
</locale>
415414
</schema>
416415

416+
<schema>
417+
<key>/schemas/apps/guake/keybindings/local/zoom_in</key>
418+
<applyto>/apps/guake/keybindings/local/zoom_in</applyto>
419+
<owner>guake</owner>
420+
<type>string</type>
421+
<default>&lt;Control&gt;plus</default>
422+
<locale name="C">
423+
<short>Zoom in.</short>
424+
<long>Increase the font size of the terminals.</long>
425+
</locale>
426+
</schema>
427+
428+
<schema>
429+
<key>/schemas/apps/guake/keybindings/local/zoom_in_alt</key>
430+
<applyto>/apps/guake/keybindings/local/zoom_in_alt</applyto>
431+
<owner>guake</owner>
432+
<type>string</type>
433+
<default>&lt;Control&gt;equal</default>
434+
<locale name="C">
435+
<short>Zoom in (alternative)</short>
436+
<long>Additional shortcut for zooming in.</long>
437+
</locale>
438+
</schema>
439+
440+
<schema>
441+
<key>/schemas/apps/guake/keybindings/local/zoom_out</key>
442+
<applyto>/apps/guake/keybindings/local/zoom_out</applyto>
443+
<owner>guake</owner>
444+
<type>string</type>
445+
<default>&lt;Control&gt;minus</default>
446+
<locale name="C">
447+
<short>Zoom out.</short>
448+
<long>Decrease the font size of the terminals.</long>
449+
</locale>
450+
</schema>
451+
417452
<schema>
418453
<key>/schemas/apps/guake/keybindings/local/clipboard_copy</key>
419454
<applyto>/apps/guake/keybindings/local/clipboard_copy</applyto>

po/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2013-09-22 Maxim Ivanov <[email protected]>
2+
3+
* Renamed no.po -> nb_NO.po. Thanks to Bjørn Lie (zaitor).
4+
* Added translations: Croatian, Czech, Dutch, Galician, Indonesian, Ukrainian.
5+
* Updated translations: Catalan, French, German, Hungarian, Spanish,
6+
Swedish.
7+
8+
Thanks to all the teams at Transifex; you guys rock!
9+
110
2009-10-04 Lincoln de Sousa <[email protected]>
211

312
* hu.po: Added. Thanks to Kruxer.

po/POTFILES.in

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ src/dbusiface.py
88
src/guake
99
src/prefs.py
1010
src/common.py
11+
src/notifier.py

0 commit comments

Comments
 (0)