Commit graph

12922 commits

Author SHA1 Message Date
Mathieu Bridon
b614b6959e region: Add the "Input" keyword to the panel
https://bugzilla.gnome.org/show_bug.cgi?id=689013
2012-11-27 10:49:21 +01:00
Cosimo Cecchi
ea6dee375a build: trivial cleanups
- don't check for gio-unix-2.0 twice
- remove unused LIBGNOME_CONTROL_CENTER pkg-config check

https://bugzilla.gnome.org/show_bug.cgi?id=689110
2012-11-27 10:47:32 +01:00
Jeremy Bicha
0b4d70d060 color: Add another accessibility relation
https://bugzilla.gnome.org/show_bug.cgi?id=688960
2012-11-26 17:49:56 -05:00
Jeremy Bicha
7e7a690d12 printers: Add more a11y relations, change 'Show' btn to 'Show Jobs'
https://bugzilla.gnome.org/show_bug.cgi?id=688960
2012-11-26 17:49:17 -05:00
Matthias Clasen
b0aecdd987 users: Fix resetting the avatar
This probably broke when the D-Bus code was ported to GDBus, as
passing NULL for a string into a GVariant constructor doesn't work.
Thankfully, passing an empty string has just the same effect.
https://bugzilla.gnome.org/show_bug.cgi?id=673841
2012-11-25 22:51:33 -05:00
Javier Jardón
eeefc1eb51 build: g-c-c depends on current network-manager-applet
The dependency was added in
commit 63756458b2
2012-11-26 02:03:17 +09:00
Piotr Drąg
019f98f0d2 Updated POTFILES.in 2012-11-24 20:01:10 +01:00
Bastien Nocera
188329a0be region: Avoid resizing when showing the logout button 2012-11-23 19:05:24 +01:00
Bastien Nocera
41c56ba6bb region: Make locale comparison quicker
No need to hit D-Bus every time.
2012-11-23 18:58:02 +01:00
Bastien Nocera
96247c6187 region: And remember to show the logout button if launched again
https://bugzilla.gnome.org/show_bug.cgi?id=647373
2012-11-23 18:51:49 +01:00
Bastien Nocera
3eb6cdd1bc common: Try to get the configured language as the current one 2012-11-23 18:51:49 +01:00
Bastien Nocera
781bda8e12 common: Split out getting the lang for a user
Into get_lang_for_user(), so it can be reused internally.
2012-11-23 18:51:49 +01:00
Bastien Nocera
4099b547a7 region: Don't offer logout button if we revert the language
If the language selected is the language that was originally
the session language, don't offer to log out.

https://bugzilla.gnome.org/show_bug.cgi?id=647373
2012-11-23 18:28:07 +01:00
Bastien Nocera
1cfc4693c4 region: Use log out button in future language
https://bugzilla.gnome.org/show_bug.cgi?id=647373
2012-11-23 17:52:38 +01:00
Adel Gadllah
fca58d0e59 region: Offer logout option after changing language
https://bugzilla.gnome.org/show_bug.cgi?id=647373
2012-11-23 17:50:27 +01:00
Aleksander Morgado
ec0f5b0b29 network: load IMEI and Operator Name also in LTE-only modems
Also bump NetworkManager required version to 0.8.995, which is when
'NM_DEVICE_MODEM_CAPABILITY_LTE' was introduced.

https://bugzilla.gnome.org/show_bug.cgi?id=688212
2012-11-23 17:33:19 +01:00
Aleksander Morgado
0c8f4451b7 network: ensure IMEI is displayed and reload Operator Name when it changes
The IMEI was not being properly displayed in the UI; the code would load it
reading 'EquipmentIdentifier' from ModemManager, but the UI wasn't getting
refreshed properly when that happened. So at the end, the IMEI was stored but
not shown. This patch fixes the issue, by reloading the UI element when the IMEI
is retrieved.

The same issue was happening with the Operator Code, with the additional issue
being that this property is meant to change whenever the registration info in
the modem changes. Therefore, we now listen to the 'RegistrationInfo' signal to
detect the changes and update the Operator Name when that happens.

https://bugzilla.gnome.org/show_bug.cgi?id=688211
2012-11-23 17:32:56 +01:00
Bastien Nocera
9656b4136d user-accounts: Fix comment about SHA-256 usage
As per crypt(3), ID 6 is:
6   | SHA-512 (since glibc 2.7)

Spotted by Florian Mülnner.
2012-11-23 11:56:26 +01:00
Nilamdyuti Goswami
9efb611e94 Assamese translation updated 2012-11-22 17:00:50 +05:30
Piotr Drąg
8d6b9dab29 Updated POTFILES.in 2012-11-22 01:35:20 +01:00
Bastien Nocera
e35a109d29 display: Move GnomeRRLabeler here
And rename to CcRRLabeler.
2012-11-21 22:14:52 +01:00
Yuri Myasoedov
8a9b389de6 Fixed Russian translation 2012-11-21 16:34:34 +04:00
Cheng-Chia Tseng
f55ad05664 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2012-11-21 14:30:40 +08:00
Richard Hughes
3b3b95a8a0 color: Show the user a warning if they try to add a broken profile
Broken profiles are very common when the user imports canned profiles from vendors.
2012-11-20 16:10:08 +00:00
Richard Hughes
76e451fd51 color: Do not use a combobox when listing profiles to add to devices
On some machines used for pre-press or animation the number of display-suitable
profiles is going to be large. We really don't want to have a GtkComboBox
several times bigger than the height of the screen to navigate.

Also, while we're here get some design feedback from the #gnome-design guys and
fix up some spacing and alignment issues.
2012-11-20 16:10:07 +00:00
Daniel Mustieles
3ef6af005c Updated Spanish translation 2012-11-20 15:51:16 +01:00
Thomas Wood
2e2cfce6e0 user-accounts: remove unused variables from the password dialog
https://bugzilla.gnome.org/show_bug.cgi?id=688401
2012-11-19 13:30:49 +00:00
Thomas Wood
33e360d4a7 user-accounts: show the password by default once generated
Make sure the user can see the newly generated password without having to
activate the show password check box.

https://bugzilla.gnome.org/show_bug.cgi?id=688401
2012-11-19 13:30:49 +00:00
Kjartan Maraas
33d905c899 Updated Norwegian bokmål translation 2012-11-17 16:04:22 +01:00
Daniel Korostil
1369b85ddd Uploaded Ukranian 2012-11-17 10:35:40 +02:00
Bastien Nocera
7889482576 info: Set the transient hostname too
As we need that to get the right name from "hostname".
2012-11-16 19:59:49 +01:00
Reinout van Schouwen
c95de81b30 Updated Dutch translation by Hannie Dumoleyn <hannie@ubuntu-nl.org> 2012-11-14 23:17:15 +01:00
Bastien Nocera
a4cf283937 background: Fix not having 3 columns in high contrast
Increase the width slightly to 860 from 850.

https://bugzilla.gnome.org/show_bug.cgi?id=683499
2012-11-14 23:07:16 +01:00
Bastien Nocera
5cca68d192 build: Fix distcheck
Left-over files from update-icon-cache shouldn't be created
in the first place when running distcheck.
2012-11-14 13:15:39 +01:00
Bastien Nocera
d1bddc845f po: Remove deleted files
Some files were removed from the libgnome-volume-control
git sub-module, and POTFILES.in didn't get updated.

https://bugzilla.gnome.org/show_bug.cgi?id=688291
2012-11-14 10:44:38 +01:00
Cosimo Cecchi
d834ebc321 a11y: also set the WM HighContrast theme when the switch is flipped
Now that we have a HighContrast-specific WM theme.

https://bugzilla.gnome.org/show_bug.cgi?id=688257
2012-11-13 11:23:18 -05:00
Thomas Wood
4f322b8c1c screen: include string.h to avoid implicit declaration of function 'strstr' 2012-11-13 14:46:00 +00:00
Thomas Wood
6528b4d789 info: remove the use of the deprecated GtkTable class
GtkTable was deprecated in GTK+ 3.4.

https://bugzilla.gnome.org/show_bug.cgi?id=688254
2012-11-13 14:12:09 +00:00
Thomas Wood
7dab589e9e common: remove the use of the GDK thread functions
Remove the use of gdk_threads_enter and gdk_threads_leave functions, as
they have been deprecated, and also replace gdk_threads_add_idle with
g_idle_add.

https://bugzilla.gnome.org/show_bug.cgi?id=688231
2012-11-13 13:49:08 +00:00
Thomas Wood
288c3f8309 common: remove the use of the deprecated g_type_init function
The g_type_init function was deprecated in glib 2.35.1 and the type system
is now initialised automatically.

https://bugzilla.gnome.org/show_bug.cgi?id=688231
2012-11-13 10:44:53 +00:00
Thomas Wood
66f5b5703b zoom-options: set the dialog hint on the window
Set the dialog hint on the window so that it is treated correctly by the
window manager.

https://bugzilla.gnome.org/show_bug.cgi?id=688198
2012-11-13 09:52:36 +00:00
Bastien Nocera
cae3bc20a4 info: "Don't translate it"
Then don't mark it for translation. Duh.
2012-11-13 07:27:59 +01:00
Michael Meeks
527945b29e re-license GPLv2-only code to GPLv2+ permission from SUSE/RH legal
cf. https://bugzilla.gnome.org/show_bug.cgi?id=681834
2012-11-12 15:57:09 +00:00
Debarshi Ray
be47ee93ee bluetooth: Align the device list with the all settings button
Fixes: https://bugzilla.gnome.org/688055
2012-11-10 18:48:25 +01:00
Debarshi Ray
9b26f2410a online-accounts: Align the accounts list with the all settings button
Fixes: https://bugzilla.gnome.org/668312
2012-11-10 18:42:01 +01:00
Debarshi Ray
704f70ae77 online-accounts: Don't preselect the first item when adding an account
Fixes: https://bugzilla.gnome.org/687875
2012-11-09 20:03:14 +01:00
Bastien Nocera
cb8c667962 user-accounts: Rename panel to Users
Online Accounts and User Accounts are very similar names.

https://bugzilla.gnome.org/show_bug.cgi?id=688003
2012-11-09 18:41:36 +01:00
Bastien Nocera
967b8b51ef info: Remove force fallback switch
As fallback is going away. #fallback

https://bugzilla.gnome.org/show_bug.cgi?id=682863
2012-11-09 16:54:05 +01:00
Bastien Nocera
e0260ac5de region: Revert "Don't use IBus if running in fallback mode"
As the fallback mode is going away. #fallback

This reverts commit 658083fffa.

https://bugzilla.gnome.org/show_bug.cgi?id=682871

Conflicts:
	panels/region/gnome-region-panel-input.c
2012-11-09 16:05:44 +01:00
Bastien Nocera
74c407d8e1 region: Revert "Use a filter model on input sources"
As the fallback mode is going away. #fallback

This reverts commit dee8e0917a.

https://bugzilla.gnome.org/show_bug.cgi?id=682871
2012-11-09 16:05:40 +01:00