Commit graph

8760 commits

Author SHA1 Message Date
Bastien Nocera
e3bbc6eedb background: use symbolic name for columns
Rather than hard-code numbers.
2010-09-21 16:08:53 +01:00
Bastien Nocera
a205fc79b4 default-apps: Fix illegal memory access
gnome_da_xml_free() frees priv->capplet, so we shouldn't be
accessing it afterwards.
2010-09-21 15:22:43 +01:00
Bastien Nocera
720065c183 default-apps: Fix run-time warning with newer GTK+ 2010-09-21 15:15:43 +01:00
Bastien Nocera
c1ebfb8ce9 datetime: Make map visible again 2010-09-21 14:31:31 +01:00
Bastien Nocera
7fa7ed9c8d datetime: make s/_/ / simpler
By using the same code as in the main panel code.
2010-09-21 14:05:48 +01:00
Bastien Nocera
573179ce11 datetime: Make sorting cities store faster
By sorting the filtered version, rather than the original and
then hiding items.
2010-09-21 11:55:00 +01:00
Bastien Nocera
a3b899160d datetime: Check the retval of GtkBuilder function
And don't just check the error itself.
2010-09-21 11:04:11 +01:00
Bastien Nocera
a4eb4f1ba3 font-viewer: Fix a compile-time warning
Due to an undeclared function.
2010-09-20 18:24:14 +01:00
Bastien Nocera
1bac073929 datetime: Fix compile-time warning 2010-09-20 18:21:03 +01:00
Bastien Nocera
d1e7dad2df keybindings: Fix a few more compilation warnings 2010-09-20 18:19:19 +01:00
Bastien Nocera
98c95e857d keybindings: Fix some compile-time warnings
Including missing function declaration and deprecated GDK_DISPLAY use.
2010-09-20 18:16:10 +01:00
Bastien Nocera
892e513996 network: Fix compile-time warning
gnome-network-properties.c:667:22: warning: pointer of type ‘void *’ used in arithmetic
gnome-network-properties.c:667:46: warning: pointer of type ‘void *’ used in arithmetic
2010-09-20 18:12:09 +01:00
Bastien Nocera
d863154fcb keyboard: Fix compile-time warnings
Including an undeclared function, and deprecated use of GDK_DISPLAY.
2010-09-20 18:09:52 +01:00
Bastien Nocera
383882a4c5 mouse: Fix compile-time warnings
Including missing declarations, and deprecated use of GDK_DISPLAY.
2010-09-20 18:06:41 +01:00
Bastien Nocera
4a95303baa mouse: Fix warning about missing declaration 2010-09-20 18:02:36 +01:00
Bastien Nocera
7854262a93 background: add FIXME for unused function 2010-09-20 18:01:27 +01:00
Bastien Nocera
2db5695c9f background: remove unused variables 2010-09-20 18:00:19 +01:00
Bastien Nocera
6e7b3774c0 Only link the panels that require it to gnome-desktop
Only the display and background panels use gnome-desktop,
the shell shouldn't need to require it.
2010-09-20 17:56:23 +01:00
Bastien Nocera
9c8da4525f shell: Fix compile-time warning 2010-09-20 17:44:43 +01:00
Ivar Smolin
c84e79f94d [l10n] Updated Estonian translation 2010-09-19 12:03:13 +03:00
Vincent Untz
d54d9de857 display: Add missing include to fix build 2010-09-18 12:25:06 +02:00
Piotr Drąg
9af57dbb75 Updated Polish translation 2010-09-18 00:39:23 +02:00
Timo Jyrinki
66dec5155c Updated Finnish translation. 2010-09-17 18:30:42 +03:00
Gintautas Miliauskas
8a786a44fa Updated Lithuanian translation (thanks Aurimas Cernius). 2010-09-16 22:34:16 +03:00
Baurzhan Muftakhidinov
dee5a1ca28 Initial translation to Kazakh 2010-09-16 15:52:04 +06:00
Kenneth Nielsen
859f067321 Updated Danish translation 2010-09-15 21:35:28 +02:00
Mario Blättermann
99b0f39dff [i18n] Updated German translation 2010-09-12 21:12:52 +02:00
Wouter Bolsterlee
290cd358ce Updated Dutch translation by Mario Blätterman 2010-09-12 16:40:38 +02:00
Duarte Loreto
a5f3d364f2 Updated Portuguese translation 2010-09-12 12:59:23 +01:00
Kalev Lember
4859ae9b30 bgo#629299 - Prefix key constants with _KEY
In GTK+ 3 key constants have gained _KEY prefix.
2010-09-10 15:00:13 -05:00
Kalev Lember
af28fbb0bd bgo#629299 - Remove deprecated use of gtk_icon_view_set_orientation
gtk_icon_view_set_orientation() was deprecated in GTK+ 2.22 and removed
in GTK+ 3 in favour of gtk_icon_view_set_item_orientation().
2010-09-10 15:00:07 -05:00
Kalev Lember
cd8a0ecbe2 bgo#629299 - Use gdk_display_get_default instead of GDK_DISPLAY
GDK_DISPLAY() was deprecated in GTK+ 2.22 and removed in GTK+ 3.
2010-09-10 14:59:42 -05:00
Kalev Lember
bfb92ffe9b bgo#627861 - [randr] Don't silengly ignore errors when pkexec(1) fails
Now we present a proper error dialog if the 'Make Default' configuration
cannot be set due to a pkexec error.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-09-10 14:46:29 -05:00
Bastien Nocera
bc65958e72 shell: Fix build from previous build changes
Thanks to Kjartan for the notice
2010-09-10 17:04:10 +01:00
Bastien Nocera
eadf35bf48 shell: Use $(AM_V_GEN) when generating marshal files
And remove outdated use of $(NULL)
2010-09-10 11:58:34 +01:00
Bastien Nocera
eb1e75ec6e display: Generate marshal files properly
Instead of having generated files in the repo.
2010-09-10 11:56:09 +01:00
Bastien Nocera
5b45a61320 Fix drw_timer_new() prototype
To not generate a warning when compiling.
2010-09-10 11:49:58 +01:00
Gabriel Burt
110010bb65 bnc#600599 - [randr] Label to warn that 'Same image in all monitors' may limit the resolution options
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-09-09 14:46:00 -05:00
Ivar Smolin
c4ce026c31 [l10n] Updated Estonian translation 2010-09-08 09:05:07 +03:00
Luca Ferretti
25d3afeecc Updated Italian translation 2010-09-07 00:17:52 +02:00
Dirgita
2673142574 Updated Indonesian translation 2010-09-03 20:51:55 +07:00
drtv
dbdf9963c6 Updated Tamil translation 2010-09-03 17:18:53 +05:30
noch
1d7e643271 Modified Armenian translation - po file 2010-09-02 14:58:05 +05:00
noch
d4d8e8762d Added Armenian translation - po file. Modified LINGUAS. 2010-09-02 11:34:29 +05:00
Philip Withnall
cf241ff26e Update British English translation 2010-09-01 09:47:22 +01:00
noch
c580a756c1 Modified LINGUAS. Added new empty line, just because of web-site shows some incorrect status on LINGUAS file. It says that LINGUAS doesn't contain hy. 2010-09-01 10:59:07 +05:00
Bruce Cowan
7aef5f9ab4 Updated British English translation 2010-08-31 16:54:15 +01:00
Gabor Kelemen
7f93c70626 Updated Hungarian translation 2010-08-29 10:59:58 +02:00
Gheyret Kenji
7d9fe2e8bb Added UG translation 2010-08-28 13:11:41 +02:00
Alexander Shopov
5867773ca7 Updated Bulgarian translation 2010-08-28 10:15:13 +03:00