Commit graph

8044 commits

Author SHA1 Message Date
Robert Ancell
f12b766e60 Remove all references to Glade
Fix up POTFILES.in for new .ui files
2009-07-31 09:09:31 +10:00
Robert Ancell
5e17d0984f Remove libglade dependency on gnome-mouse-properties 2009-07-31 09:09:31 +10:00
Robert Ancell
d224c36f6e Remove libglade dependency on gnome-keyboard-properties 2009-07-31 09:09:31 +10:00
Robert Ancell
872a2f0da7 Remove libglade dependency on gnome-about-me 2009-07-31 09:09:30 +10:00
Denis Arnaud
409507b4da Updated breton translation 2009-07-30 05:20:59 +02:00
Žygimantas Beručka
5fb7135c73 Updated Lithuanian translation 2009-07-29 12:21:25 +03:00
drtvasudevan
bcb8af64b2 Updated Tamil translation 2009-07-29 08:23:32 +05:30
Daniel Nylander
0e03ee3eff Updated Swedish translation 2009-07-28 02:09:01 +02:00
Ivar Smolin
4da0a45f3e Updating Estonian translation 2009-07-27 23:11:26 +03:00
Khaled Hosny
f5ebb3d672 Updated Arabic translation 2009-07-27 07:14:28 +03:00
Nguyễn Thái Ngọc Duy
ed692d0a8d po/vi.po: use correct quoting for Vietnamese 2009-07-27 10:09:48 +10:00
Thomas Wood
8aad6bce09 Merge branch 'font-viewer-revamp' 2009-07-26 23:20:06 +01:00
Thomas Wood
abac22a412 [font-viewer] add an install button to copy the font to ~/.fonts
Add an install button to allow the user to install the viewed font to the
.fonts directory of their home directory.
2009-07-26 20:45:34 +01:00
Thomas Wood
1a8087a181 [font-viewer] prevent vertical scrolling on the preview area
The preview is much wider than it is tall, so it is more advantageous to
scroll horizontally rather than vertically.
2009-07-26 20:01:54 +01:00
Thomas Wood
daa0a0dd78 [font-viewer] Use labels for multi-line information fields
The data is non-editable, so it should not have the appearance of an
editable text field. Therefore, labels are more appropriate than textview.
2009-07-26 19:33:48 +01:00
Thomas Wood
de961ac54b [font-viewer] Switch to a horizontal layout
Switch to a horizontal layout as suggested by
Hylke Bons <hylkebons@gmail.com>
2009-07-26 19:09:05 +01:00
Jens Granseuer
9985e70d35 Don't barf on XML comments in background files
Don't print "Unknown tag" warnings when XML comments are encountered
in a wallpaper file (bug #588497).
2009-07-26 14:49:14 +02:00
Jens Granseuer
3e3e8ff02f Fix distribution of about-me icons
Remove unused icons and actually distribute those used (bug #589528)
2009-07-26 12:19:35 +02:00
Andre Klapper
40d465c3db Remove libgnome usage by Cosimo Cecchi. Partially fixes bug #586527. 2009-07-24 20:36:48 +02:00
Yaron Sharabani
70bc572a79 Updated Hebrew translation 2009-07-24 21:27:06 +03:00
Daniel Nylander
7679e404ae Updated Swedish translation 2009-07-22 23:42:10 +02:00
Thomas Hindoe Paaboel Andersen
3d3638cdd5 Replace deprecated gtk_status_icon_set_tooltip
Use gtk_status_icon_set_tooltip_text instead. This requires gtk >= 2.15.0.
2009-07-19 23:36:53 +02:00
Thomas Hindoe Paaboel Andersen
e01c1e2a64 Replace deprecated gtk_file_chooser_dialog_new_with_backend
Gtk+ uses gio directly now and gtk_file_chooser_dialog_new should work instead.

Fixes part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Thomas Hindoe Paaboel Andersen
f315f3451a Replace deprecated gtk_widget_draw with gtk_widget_queue_draw
Fixes a part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Thomas Hindoe Paaboel Andersen
8ffc430cb8 Resync gedit-message-area.[ch] with upstream
Fixes part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Andre Klapper
0435304d98 Remove unused includes. Fixes part of bug #586527. 2009-07-19 12:56:01 +02:00
Ilkka Tuohela
a870319ca0 Updated Finnish translation 2009-07-19 11:21:40 +03:00
Chao-Hsiung Liao
2762e016ca Updated Traditional Chinese translation(Hong Kong and Taiwan) 2009-07-18 21:29:47 +08:00
Jorge González
8bdb0e5bff Updated Spanish translation 2009-07-18 13:59:46 +02:00
drtvasudevan
7cef015f02 Updated Tamil translation 2009-07-18 16:46:40 +05:30
Matthias Clasen
2ec474ddfa Fix a mnemonic mishap
The _Reset to Defaults button on the color tab did not have its
mnemonic applied.
2009-07-18 01:16:25 -04:00
Matthias Clasen
8f60c01f29 Fix some theme thumbnail rendering gotchas
The theme thumbnail rendering code gets the rendering of folder icons somewhat
wrong, ie it frequently shows a gnome-fs-directory icon from gnome even if the
actual theme has a folder icon. Improve things by using modern GtkIconTheme
api in a better way.
2009-07-18 01:08:38 -04:00
Felix Riemann
b812fdd75e Depend on libgnomekbd >= 2.27.4
This is due to the keyboard capplet switching to libxklavier-4.0.
2009-07-17 19:32:32 +02:00
Thomas Wood
01b730b525 Add the m4 directory to GITIGNOREFILES
The m4 directory is not automatically ignored by git.mk, so we need to add
it to this variable.
2009-07-17 15:17:33 +01:00
Federico Mena Quintero
8fc5964b82 RANDR - Don't realign outputs if the current output didn't change resolutions
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:53 -05:00
Federico Mena Quintero
bba301ff9c RANDR - Factor out function to generate strings for refresh rate like '60 Hz'
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Federico Mena Quintero
dc62815db2 RANDR - when turning an output on, default to its preferred resolution
Previously we were picking the output's highest-supported resolution, which is not
always the same as its preferred resolution.  We also do this while actually turning
the output on, not as a side effect of rebuilding the resolution combo.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Federico Mena Quintero
9516f2f082 RANDR - Factor out function to generate strings for resolution like 'width x height'
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Rodrigo Moya
a6c2dd827b Release 2.27.4.1 2009-07-16 16:32:31 +02:00
Felix Riemann
5cf753b102 [network] Remove libglade dependency from gnome-network-properties 2009-07-16 14:55:04 +02:00
Sweta Kothari
7312ed4cc4 Updated Gujarati Translations 2009-07-16 02:00:31 -04:00
Thomas Wood
7215e00b19 Add MAINTAINERCLEANFILES to top-level Makefile 2009-07-16 00:43:20 +01:00
Thomas Wood
5d882a3bdd Automatically generate .gitignore files with git.mk
Add git.mk and include it in all Makefiles to generate .gitignore files
2009-07-16 00:38:51 +01:00
Rodrigo Moya
2aa0c3ed1b EXTRA_DIST about-me fingerprint icons 2009-07-15 18:40:24 +02:00
Rodrigo Moya
21eda88612 Release 2.27.4 2009-07-15 17:33:23 +02:00
Claude Paroz
0909600cbc Fix POTFILES.in 2009-07-14 19:59:20 +02:00
Kjartan Maraas
a7ce8f77f8 Fix single GTK+ includes 2009-07-14 00:03:12 +02:00
Kjartan Maraas
60b59b554b Fix single GTK+ includes 2009-07-14 00:03:12 +02:00
Kjartan Maraas
232a92d148 Fix single GTK+ includes 2009-07-14 00:03:11 +02:00
Sweta Kothari
597af225f8 Updated Gujarati Translations 2009-07-13 06:29:07 -04:00