Commit graph

15259 commits

Author SHA1 Message Date
Michael Catanzaro
1522790461 displays: Apply buttons should use suggested-action style class
https://bugzilla.gnome.org/show_bug.cgi?id=743216
2015-01-20 07:43:31 -06:00
Rui Matos
2a36a4c607 keyboard: Switch to new peripherals settings schema
Most peripherals settings have been moved to
gsettings-desktop-schemas.

https://bugzilla.gnome.org/show_bug.cgi?id=743194
2015-01-20 14:09:09 +01:00
Rui Matos
386a996a19 network: Remove unused variable 2015-01-20 14:09:09 +01:00
Rui Matos
b45d08b603 network: Display an error instead of the panel on NM absence
This is more in line with current GNOME UI and allows us to drop
deprecated gtk+ API usage.

https://bugzilla.gnome.org/show_bug.cgi?id=740986
2015-01-20 14:08:41 +01:00
Victor Ibragimov
42069fb11d Updated Tajik translation 2015-01-20 07:55:46 +00:00
Stas Solovey
0a0e0c5718 Updated Russian translation 2015-01-19 22:16:02 +00:00
Daniel Mustieles
30bd93e865 Updated Spanish translation 2015-01-19 18:23:45 +01:00
Marek Chalupa
1cca6545dd background: Fix crash when choosing background due to missing icon
https://bugzilla.gnome.org/show_bug.cgi?id=742656
2015-01-19 14:01:47 +01:00
Ondrej Holy
8bd1a5f18d user-accounts: do not show notification if not needed
Restart notification is shown if there is different language in
accountsservice. However restart isn't needed if user selects original
language (after several changes), which is already used in the system.

https://bugzilla.gnome.org/show_bug.cgi?id=703392
2015-01-19 13:12:34 +01:00
Ondrej Holy
b0e6526c46 user-accounts: do not set the language twice
The act_user_set_language function is called twice as a result of
commit 96c0c0a, which is not necessary.

https://bugzilla.gnome.org/show_bug.cgi?id=703392
2015-01-19 13:05:36 +01:00
Balázs Úr
c08177c374 Updated Hungarian translation 2015-01-18 17:43:44 +00:00
Yosef Or Boczko
d6c7e67d4f sharing: Put a real description string in the media dialog
https://bugzilla.gnome.org/show_bug.cgi?id=736537
2015-01-18 11:32:25 -05:00
Bastien Nocera
7564b79518 info: Add debug for unmodified GL_RENDERER string
Useful to know what the original version looks like.
2015-01-16 00:47:15 +01:00
Bastien Nocera
f30e6df1d4 network: Also work with NM 1.0
Remove the NetworkManager version checking altogether. The code was made
to check for now very old versions of NetworkManager, and anything newer
than ancient should degrade gracefully if we support newer features.

https://bugzilla.gnome.org/show_bug.cgi?id=741661
2015-01-15 14:59:44 +01:00
Bastien Nocera
d82ca8d842 privacy: Remove margin_left usage
And correct the margin-start usage when it was different.
2015-01-15 14:59:44 +01:00
Bastien Nocera
05a3af45ec privacy: Fix mnemonic widget for software switch
Copy/paste error.
2015-01-15 14:59:44 +01:00
Bastien Nocera
24a4d4b9bd privacy: Require GTK+ 3.16 in the UI file
Saves us from some glade warnings
2015-01-15 14:59:44 +01:00
Ondrej Holy
b61c74aa60 user-accounts: don't show empty row for remote users
Empty row is shown instead of hidden autologin switch, because autologin
box is still visible. Set visibility on autologin box to hide this empty
row.

https://bugzilla.gnome.org/show_bug.cgi?id=742926#c0
2015-01-15 09:34:46 +01:00
Sveinn í Felli
cfe82d04c5 Updated Icelandic translation 2015-01-14 15:53:31 +01:00
Fran Dieguez
9b1d44c2fa Updated Galician translations 2015-01-13 00:47:51 +01:00
Cosimo Cecchi
eb93004ead region: fix a crash when iterating locales
When iterating locales in the format chooser,
gnome_get_country_from_locale() is called for each of them to build the
locale label for the list row.

The function creating the label doesn't take into account that
gnome_get_country_from_locale() can return NULL, in which case it will
both:
- display an empty row in the list
- crash when later trying to find a word in a NULL string with strstr()
  inside match_all()

Just avoid creating a widget in that case.

https://bugzilla.gnome.org/show_bug.cgi?id=742639
2015-01-10 11:44:38 +08:00
Stas Solovey
e0a57c7ef9 Updated Russian translation 2015-01-09 22:30:46 +00:00
Rafael Ferreira
e2b5793e31 Updated Brazilian Portuguese translation 2015-01-08 18:55:54 +00:00
Rui Matos
1df796ac28 printers: Drop remaining deprecated API usage
https://bugzilla.gnome.org/show_bug.cgi?id=740986
2015-01-08 19:04:53 +01:00
Bastien Nocera
db756d7b58 notifications: Force smaller icons
To work-around application icons that would be too big.

https://bugzilla.gnome.org/show_bug.cgi?id=742116
2015-01-07 19:03:11 +01:00
Rui Matos
283f6b4ce3 user-accounts: Fix deprecated API usage
https://bugzilla.gnome.org/show_bug.cgi?id=740986
2015-01-07 16:43:34 +01:00
Rui Matos
ca7421efa2 user-accounts/crop-area: Enforce a minimum size
Otherwise, since the dialog is resizable, users could resize us so
small that we'd crash inside gdk_pixbuf_scale() .

https://bugzilla.gnome.org/show_bug.cgi?id=740986
2015-01-07 16:43:34 +01:00
Rui Matos
a56693207d user-accounts/crop-area: Fix background rendering around the picture
Instead of trying to fill the displayed pixbuf with the background
color (and failing at that), just make the pixbuf be an aspect correct
scaled size of the original picture and draw it at the correct offset
on the draw vfunc.

This allows us to get rid of deprecated gtk+ API usage and fixes the
background around the picture ending up black despite de code's
intent.

https://bugzilla.gnome.org/show_bug.cgi?id=740986
2015-01-07 16:43:34 +01:00
Rui Matos
1029d0c69a region: Don't show IBus sources in the system-wide input chooser
Since we can't export IBus sources through the localed API we
shouldn't even allow users to choose them.

This allows us to stop having to show an apologising dialog which
makes us look a bit bad and was using deprecated gtk+ API that we're
trying to get rid of. Instead, we show the same information up front,
in the input chooser.

https://bugzilla.gnome.org/show_bug.cgi?id=740986
2015-01-06 16:17:36 +01:00
Rui Matos
52c27cd672 shell: Drop deprecated API usage
https://bugzilla.gnome.org/show_bug.cgi?id=740986
2015-01-06 16:17:36 +01:00
Ondrej Holy
f0e8f9d161 user-accounts: fix crash when network changes
Add user dialog crashes if it has been closed and network configuration
changes, because the dialog is already disposed, but on_network_changes
callback is executed. To fix this crash network monitor signal handler
has to be disconnected on dispose.

https://bugzilla.gnome.org/show_bug.cgi?id=742439
2015-01-06 12:20:55 +01:00
Stas Solovey
83d3725819 Updated Russian translation 2015-01-06 09:16:47 +00:00
Kjartan Maraas
9b5d9ebb07 Updated Norwegian bokmål translation. 2014-12-31 00:45:28 +01:00
Inaki Larranaga Murgoitio
d68825546b Updated Basque language 2014-12-30 15:12:18 +01:00
Josef Andersson
59f04179ad Updated Swedish translation 2014-12-28 11:19:47 +00:00
Marek Černocký
385bc4187c Updated Czech translation 2014-12-26 08:51:57 +01:00
Matej Urbančič
a62b72cdea Updated Slovenian translation 2014-12-25 19:12:29 +01:00
Shankar Prasad
d6bf7bb8cd Updated Kannada translation 2014-12-24 10:30:13 +00:00
Andika Triwidada
f47c121a63 Updated Indonesian translation 2014-12-24 04:47:16 +00:00
Christian Kirbach
3a27d2fadb Updated German translation 2014-12-23 21:48:55 +00:00
Stas Solovey
a3b4ab9d47 Updated Russian translation 2014-12-23 21:12:52 +00:00
Inaki Larranaga Murgoitio
166b2f61b7 Updated Basque language 2014-12-17 16:23:21 +01:00
Ondrej Holy
af93bb814e user-accounts: don't crash when closing fingerprint dialog
Enroll data are used after destroying when closing dialog. It causes
crash while setting label. Therefor we have to store the pointer for
fingerprint button and use it to set the label after destroying the
data.

https://bugzilla.gnome.org/show_bug.cgi?id=741635
2014-12-17 12:34:30 +01:00
Daniel Mustieles
50e014d39e Updated Spanish translation 2014-12-17 12:32:40 +01:00
Rafael Ferreira
727c470e6b Updated Brazilian Portuguese translation 2014-12-14 22:17:34 -02:00
Balázs Úr
297515a490 Updated Hungarian translation 2014-12-14 23:58:27 +00:00
Piotr Drąg
b7f715aaa0 Updated Polish translation 2014-12-14 12:47:20 +01:00
Muhammet Kara
e19a42c80c Updated Turkish translation 2014-12-13 17:35:10 +00:00
Trần Ngọc Quân
67fb99c4c6 Updated and review Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-12-13 07:35:14 +07:00
Hannie Dumoleyn
0e066597bb Updated Dutch translation Master 2014-12-12 10:48:31 +01:00