Bastien Nocera
0f5122eb9a
network: Remove unused include
2013-08-19 22:34:55 +02:00
Matej Urbančič
6fc3fda3cb
Updated Slovenian translation
2013-08-19 21:46:34 +02:00
Victor Ibragimov
ce1bccad18
Tajik translation updated
2013-08-19 23:51:45 +05:00
Kalev Lember
ef1f9e3398
privacy: Remove Name & Visibility section
...
We no longer show the user's name in the GNOME Shell top bar or in the
lock screen and this dialog no longer has any purpose.
https://bugzilla.gnome.org/show_bug.cgi?id=706301
2013-08-19 19:51:49 +02:00
Kalev Lember
fd4df35093
datetime: Move pixbuf loading out of the draw signal handler
...
This moves the timezone location marker image loading code to init()
where most of other resources are loaded, making the draw callback
smaller and easier to read. As a plus, it also avoids needless
allocations during each time the map is drawn.
https://bugzilla.gnome.org/show_bug.cgi?id=706253
2013-08-19 18:42:01 +02:00
Kalev Lember
625583974a
datetime: Use g_clear_object()
...
https://bugzilla.gnome.org/show_bug.cgi?id=706253
2013-08-19 18:41:36 +02:00
Kalev Lember
2dfde249ac
datetime: New location marker image for the timezone map
...
The image was drawn by Andreas Nilsson <anilsson@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=706253
2013-08-19 18:40:32 +02:00
Kalev Lember
be79efe242
datetime: Alignment fixes for the location marker on timezone map
...
Make sure the marker is drawn pixel-aligned to avoid fuzziness, and
ensure that it actually ends up in the visible area.
https://bugzilla.gnome.org/show_bug.cgi?id=706253
2013-08-19 18:40:10 +02:00
Kalev Lember
88eeb8cb2d
common: Ship a PolicyKit rule for the datetime panel
...
Allow local admins with an active session use the Date & Time panel
without requiring a password.
https://bugzilla.gnome.org/show_bug.cgi?id=646185
2013-08-19 15:09:05 +01:00
Rui Matos
8b2eec6fee
build: Bump GTK+ requirements for new API in GtkHeaderBar
2013-08-19 16:38:43 +01:00
Daniel Mustieles
915a04f13a
Updated Spanish translation
2013-08-19 11:43:13 +02:00
Giovanni Campagna
4c85135171
CcRRLabeler: don't crash when not running under X
...
If running under wayland, we can't use an X property notify
to look at workarea changes.
Currently, workarea is not part of the wayland protocol, so don't
bother and just don't crash.
https://bugzilla.gnome.org/show_bug.cgi?id=705573
2013-08-19 09:58:05 +02:00
Giovanni Campagna
77c72eb8ce
wacom: adapt to GnomeRR API changes
...
GnomeRR now returns the EDID IDs as strings directly, so we don't
need to convert them to compare to the settings. Also, we don't
need to filter disconnected outputs, it's done by mutter now.
https://bugzilla.gnome.org/show_bug.cgi?id=705573
2013-08-19 09:58:05 +02:00
Giovanni Campagna
150466cdb6
display: adapt to the new model for display configuration
...
The way we apply the new configuration changed, in that we are
expected to call the apply() method of GnomeRRConfig ourselves,
and that takes care to call to mutter, show the confirmation
dialog, etc.
https://bugzilla.gnome.org/show_bug.cgi?id=705573
2013-08-19 09:58:05 +02:00
Yosef Or Boczko
ef995c0728
shell: Use a search bar for the search entry
...
https://bugzilla.gnome.org/show_bug.cgi?id=704217
2013-08-18 23:20:34 +03:00
Yosef Or Boczko
9de9364ba5
shell: Set the headerbar as our titlebar and add a close button
...
- set "All Settings" as title of the headerbar
(in the overview page)
- set the name of the each panel as title of the headerbar
- remove "hide-titlebar-when-maximizes" property
- add separator and close button to the headerbar
(set "show-close-button" property as true)
https://bugzilla.gnome.org/show_bug.cgi?id=704217
2013-08-18 23:20:34 +03:00
Aurimas Černius
838b4a5548
Updated Lithuanian translation
2013-08-18 22:51:02 +03:00
Matej Urbančič
a674c741c2
Updated Slovenian translation
2013-08-17 16:15:00 +02:00
Victor Ibragimov
929f094271
Tajik translation updated
2013-08-17 12:44:02 +05:00
Ondrej Holy
60e1999618
user-accounts: add password generation to the add user dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=706067
2013-08-16 23:08:44 +02:00
Ondrej Holy
a3d0840bdd
user-accounts: Add password generation back to the password dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=706067
2013-08-16 23:08:28 +02:00
Ondrej Holy
12da80928e
user-accounts: let realmd prefil the DHCP domain if it's joinable
...
https://bugzilla.gnome.org/show_bug.cgi?id=704407
2013-08-16 22:47:18 +02:00
Ondrej Holy
cb056263fd
user-accounts: Hint improvements when adding enterprise accounts
...
Add domain hint and change error messages.
https://bugzilla.gnome.org/show_bug.cgi?id=704407
2013-08-16 22:24:19 +02:00
Ondrej Holy
a4bac32271
user-accounts: move strength meter below in the add user dialog
...
Remove strength hint, add verify hint, change labels and replace domain spinner
by dialog spinner.
https://bugzilla.gnome.org/show_bug.cgi?id=704407
2013-08-16 22:24:05 +02:00
Ondrej Holy
e42be5dfff
user-accounts: move strength meter below in the password dialog
...
Remove strenght hint, add verify hint and change labels also.
https://bugzilla.gnome.org/show_bug.cgi?id=704407
2013-08-16 22:00:36 +02:00
Stef Walter
7ae6814784
user-accounts: Validate dialog immediately when enter is pressed
...
This allows users to touch type passwords, press <ENTER> without
waiting for the pasword timeout to clear.
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:29 +02:00
Stef Walter
6d21f8f358
user-accounts: activates_default = TRUE on add account password entries
...
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:29 +02:00
Stef Walter
7b3746af23
user-accounts: Don't disable the verify password entry
...
This completely breaks pressing <TAB> to get to the next
control in the dialog, especially when immediately typing
a password.
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:29 +02:00
Ondrej Holy
af691e6122
user-accounts: add positive confirmation to the add user dialog
...
Add checkmarks, remove exclam icons and decrese timeout (by design).
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:29 +02:00
Ondrej Holy
aaf25450ee
user-accounts: add positive confirmation to the password dialog
...
Add checkmarks, remove exclam icons, remove tooltips, change
password hints and decrese timeout (by design).
https://bugzilla.gnome.org/show_bug.cgi?id=702476
2013-08-16 21:56:28 +02:00
Seán de Búrca
0395197d37
Updated Irish translation
2013-08-16 13:17:19 -06:00
Jasper St. Pierre
a5cdade1a7
network: Use HasAirplaneMode to determine whether to show the switch
...
Not all systems have rfkill toggles we can set; if we don't have any,
we shouldn't show any switch at all.
https://bugzilla.gnome.org/show_bug.cgi?id=706042
2013-08-16 13:37:20 -04:00
Jasper St. Pierre
6d353f296e
network: Sync airplane mode status on startup
...
https://bugzilla.gnome.org/show_bug.cgi?id=706042
2013-08-16 13:37:20 -04:00
Matthias Clasen
539b5e0710
network: activate wired profiles when clicked
...
This was always the intention of the design; we just
didn't get around to it. It is becoming more important now
that the shell system status does not show wired profiles
anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=705935
2013-08-16 11:33:08 -04:00
Luo Lei
fb195c4f08
Update Chinese simplified translation
2013-08-16 15:01:05 +08:00
Chao-Hsiung Liao
56f2aff84c
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2013-08-16 13:01:01 +08:00
Daiki Ueno
9a7ff8afbd
region: translate IBus engine name if possible
...
https://bugzilla.gnome.org/show_bug.cgi?id=705907
2013-08-15 18:08:45 +02:00
Marek Černocký
563d780691
Updated Czech translation
2013-08-15 18:06:08 +02:00
Ondrej Holy
7f3f853fb3
user-accounts: username generation fix
...
https://bugzilla.gnome.org/show_bug.cgi?id=703748
2013-08-15 09:16:39 +02:00
Victor Ibragimov
90566ab6c5
Tajik translation updated
2013-08-15 11:54:31 +05:00
Jasper St. Pierre
6615c7de89
keyboard: Add a screencast shortcut entry
2013-08-14 21:00:41 -04:00
Ondrej Holy
f05d244155
user-accounts: remove spinner from the password dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=702480
2013-08-14 22:30:37 +02:00
Ondrej Holy
39e6b6d044
user-accounts: Info message when we are offline
...
https://bugzilla.gnome.org/show_bug.cgi?id=702477
2013-08-14 22:29:53 +02:00
Ondrej Holy
dca2746038
user-accounts: Add an explanation of what enterprise login
...
https://bugzilla.gnome.org/show_bug.cgi?id=702478
2013-08-14 22:29:11 +02:00
Marek Černocký
75df95dfe6
Updated Czech translation
2013-08-14 19:46:17 +02:00
Stef Walter
66893e9f40
user-accounts: Remove some unused code in UmAccountDialog
...
We don't use UmAccountDialog.mode_areas
https://bugzilla.gnome.org/show_bug.cgi?id=705990
2013-08-14 16:02:21 +02:00
Kjartan Maraas
be8f85689a
Updated Norwegian bokmål translation
2013-08-14 14:52:31 +02:00
Daniel Mustieles
b99139f829
Updated Spanish translation
2013-08-14 14:11:17 +02:00
Victor Ibragimov
439fee8158
Tajik translation updated
2013-08-14 13:52:15 +05:00
Jiro Matsuzawa
aa3af40114
user-accounts: Mark some strings as translatable
...
https://bugzilla.gnome.org/show_bug.cgi?id=695230
2013-08-13 21:15:26 +09:00