Commit graph

12565 commits

Author SHA1 Message Date
Rui Matos
c7677010a0 region: Repopulate input sources chooser when IBus becomes available
Otherwise the IBus sources wouldn't be available in the chooser until
it was closed and re-opened.

https://bugzilla.gnome.org/show_bug.cgi?id=684874
2012-10-02 16:17:20 +02:00
Daiki Ueno
fb6c89f45a region: build IBus setup app filename only from the engine prefix
There are 84 m17n engines in the whitelist and they all use
ibus-setup-m17n.  To reduce the number of .desktop files, this
patch uses the prefix before the first ":" to construct the .desktop
filename and set IBUS_ENGINE_NAME envvar to let the setup app know
the actual engine ID.

https://bugzilla.gnome.org/show_bug.cgi?id=684935
2012-10-02 16:17:19 +02:00
Matthias Clasen
42d835b3ce network: Further refinements to out-of-range avoidance 2012-10-02 15:11:59 +02:00
Bastien Nocera
75086eb149 network: Fix WPA Enterprise connection not working
https://bugzilla.gnome.org/show_bug.cgi?id=685207
2012-10-02 14:55:59 +02:00
Bastien Nocera
7e708ae52c network: Scope correctly the connection variable 2012-10-02 12:33:15 +02:00
Bastien Nocera
e7e02390b6 network: Add debug for connection activation failures 2012-10-02 12:28:58 +02:00
Matthias Clasen
6264fea2fe Don't try to activate out-of-range connections
It is not going to work...
https://bugzilla.gnome.org/show_bug.cgi?id=684824
2012-10-02 12:07:00 +02:00
Bastien Nocera
446f7cf027 network: Fix parenting of the broadband wizard
By showing the wizard in an idle by default, or waiting until
the shell is visible.
2012-10-02 08:57:38 +02:00
Bastien Nocera
aceaf347a9 network: Show the network dialogues after showing the shell
To avoid confusing the hell out of Mutter, we should show the
parented dialogue _after_ showing the parent itself.

https://bugzilla.gnome.org/show_bug.cgi?id=684927
2012-10-01 23:09:30 +02:00
Bastien Nocera
3c973b587d network: Add debug for argv handling 2012-10-01 23:05:29 +02:00
Bastien Nocera
d941ca15af network: Fix possible incorrect exit of the loop
A bug fix for the Proxy page handling
2012-10-01 23:03:54 +02:00
Bastien Nocera
813843cf85 network: Fix possible crasher when handling argv prop
When looking for a matching device, we might end up checking
for the proxy page's nm-device, which it obviously doesn't have.
2012-10-01 21:16:05 +02:00
Bastien Nocera
9dcf8cbfef region: Remove dead button
The button hasn't ever been hooked to anything. Let's remove it.

https://bugzilla.gnome.org/show_bug.cgi?id=684864
2012-10-01 11:39:04 +02:00
Bastien Nocera
2a24b5978e common: Fix list-languages build 2012-10-01 09:32:18 +02:00
Bastien Nocera
5b6385067d background: Fix clearing too much from the background 2012-09-30 05:43:06 +02:00
Bastien Nocera
fbddd14a45 common: Add i18n support to language test app 2012-09-30 05:43:06 +02:00
Tom Tryfonidis
1522b3909a Fixes for Greek translation 2012-09-29 14:52:30 +03:00
Bastien Nocera
4b30021a97 network: Top-align the back button in wifi panels 2012-09-28 13:35:28 +02:00
Bastien Nocera
ccc3f0bf3c network: Don't resize the panel or the wifi list 2012-09-28 12:21:25 +02:00
Bastien Nocera
194d28ae50 network: Simplify access to the device treeview 2012-09-28 11:24:11 +02:00
Bastien Nocera
a11ad3bed1 network: Handle argv property every time it changes
Newer version of network-manager-applet required to avoid the
run-time warnings though.

https://bugzilla.gnome.org/show_bug.cgi?id=684983
2012-09-28 11:14:33 +02:00
Jakub Steiner
f49261bb8d background: use a lighter texture for solid colors.
https://bugzilla.gnome.org/show_bug.cgi?id=682612
2012-09-28 01:51:22 +02:00
Bastien Nocera
97af01b56f background: Fix preview when primary is not the leftmost
https://bugzilla.gnome.org/show_bug.cgi?id=684985
2012-09-28 01:31:02 +02:00
Bastien Nocera
4c23703474 network: Remove g_print() debug 2012-09-27 22:39:12 +02:00
Bastien Nocera
2ab1f21723 datetime: Update current time when tz changes
https://bugzilla.gnome.org/show_bug.cgi?id=665137
2012-09-27 22:12:52 +02:00
Bastien Nocera
f4a8e0a73c background: Add debug to get_screenshot_async()
https://bugzilla.gnome.org/show_bug.cgi?id=684985
2012-09-27 20:37:01 +02:00
Bastien Nocera
112edc7cf7 background: Capture the primary monitor
Not monitor 0.

https://bugzilla.gnome.org/show_bug.cgi?id=684985
2012-09-27 20:36:35 +02:00
Bastien Nocera
dc559e3a99 network: Clean up all args when done handling them 2012-09-27 20:26:50 +02:00
Bastien Nocera
38cbe1fb16 network: Add function to clean up the argv property 2012-09-27 20:23:57 +02:00
Bastien Nocera
5ae3d6b01a wacom: Bump the required version of g-s-d
So that GSD_WACOM_ACTION_TYPE_SWITCH_MONITOR is available.

https://bugzilla.gnome.org/show_bug.cgi?id=684952
2012-09-27 16:13:12 +02:00
Bastien Nocera
287b0b917a region: Fix possibly uninitialised variable 2012-09-27 16:13:11 +02:00
Bastien Nocera
3d7e215024 mouse: Reset test area to the bottom at every try
This prevents window resizes from making the first visit to the
mouse test area one that doesn't scroll all the way to the bottom.

1. Open System Settings
2. Open a panel that's smaller than the mouse one (eg. Background)
3. Back to overview
4. Open Mouse panel, click on test button

https://bugzilla.gnome.org/show_bug.cgi?id=684817
2012-09-26 22:55:18 +02:00
Bastien Nocera
f48db43be9 common: Add more debug for select_current_language() 2012-09-26 22:55:18 +02:00
Cosimo Cecchi
7181ca7c95 user-panel: make the autologin cell renderer follow state
Since it renders a symbolic icon, let it follow the state, so
it takes the selected text color when the row is selected

https://bugzilla.gnome.org/show_bug.cgi?id=684828
2012-09-26 12:41:37 -04:00
Timur Zhamakeev
89bb6457a2 Updated Kyrgyz translation 2012-09-26 22:28:56 +06:00
Cosimo Cecchi
420240840a printers: don't override search entry's icon name
GtkSearchEntry already gets it right; this icon should be symbolic and
there's no need to override it.

https://bugzilla.gnome.org/show_bug.cgi?id=684827
2012-09-26 10:55:50 -04:00
Timur Zhamakeev
cc07f54956 Updated Kyrgyz translation 2012-09-26 12:54:04 +06:00
Daniel Korostil
5115a8ba7a Added uk translation 2012-09-26 08:49:32 +03:00
Chao-Hsiung Liao
d1afdf4dd1 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2012-09-26 11:51:49 +08:00
Bastien Nocera
b3287e1b97 shell: Fix entering the same panel twice
Manually this time.

https://bugzilla.gnome.org/show_bug.cgi?id=684812
2012-09-25 21:25:19 +02:00
Timur Zhamakeev
a6cb76eff8 Added Kyrgyz translation 2012-09-25 23:30:43 +06:00
Rui Matos
4abdc131c9 Revert "region: Create a source from the X layout in use when setting is empty"
This reverts commit 1e0192555b.

https://bugzilla.gnome.org/show_bug.cgi?id=684584
2012-09-25 13:20:34 +02:00
Matthias Clasen
52387c58be network: RTL flipping for details arrow
https://bugzilla.gnome.org/show_bug.cgi?id=684604
2012-09-25 13:14:18 +02:00
Matthias Clasen
fb8b858cba sound: Flip the input level bar in RTL languages
https://bugzilla.gnome.org/show_bug.cgi?id=684603
2012-09-25 13:12:26 +02:00
Timur Zhamakeev
2c8b16ed64 Added ky to LINGUAS 2012-09-25 16:19:56 +06:00
Timur Zhamakeev
70d405aaf6 Added Kyrgyz translation 2012-09-25 16:19:36 +06:00
Bastien Nocera
4a993e753a online-accounts: Remove unneeded signal disconnections
Those signals will not be emitted anymore, as the objects that
could emit them will be destroyed.

Fixes a warning on exit, as panel->accounts_treeview is already
destroyed when we get there.

https://bugzilla.gnome.org/show_bug.cgi?id=684702
2012-09-25 11:31:36 +02:00
Bastien Nocera
8f3c5793bb 3.6.0 2012-09-25 10:47:48 +02:00
Petr Kovar
fdbcda8233 Update Czech translation 2012-09-24 22:04:25 +02:00
Matthias Clasen
a80b3d75c5 users: Don't ask for the old password when none is set
This prevents passwordless users (common on live cd setups) from
setting a password.

https://bugzilla.gnome.org/show_bug.cgi?id=684492
2012-09-24 15:51:21 -04:00