Jordi Mas
a212232a8e
Update Catalan translation
2016-02-27 07:33:23 +01:00
Felipe Borges
1d365545cf
printers: set current page async
...
https://bugzilla.gnome.org/show_bug.cgi?id=748336
2016-02-25 16:14:53 +01:00
Felipe Borges
0a7cfa47fb
printers: do async connection test during launch of panel
...
https://bugzilla.gnome.org/show_bug.cgi?id=748336
2016-02-25 16:14:37 +01:00
Felipe Borges
9dd58c0f77
printers: make sure the printer job state_string is initialized
...
https://bugzilla.gnome.org/show_bug.cgi?id=762630
2016-02-25 13:56:37 +01:00
Marek Černocký
aa9be13bdf
Updated Czech translation
2016-02-25 12:46:09 +01:00
Fran Dieguez
9598b068a7
Updated Galician translations
2016-02-23 16:19:46 +01:00
Christian Kirbach
db81f0cdec
Update German translation
2016-02-22 22:51:39 +01:00
Мирослав Николић
d885ad5842
Updated Serbian translation
2016-02-22 09:43:48 +01:00
A S Alam
8e33787b49
updated Punjabi Translation
2016-02-20 20:24:41 -06:00
Tom Tryfonidis
651ba38e00
Updated Greek translation
2016-02-20 09:54:53 +00:00
Felipe Borges
73b07a0b52
printers: use pp_cups_get_dests_async on printers panel
...
Instead of using the synchronous/blocking cupsGetDests function.
https://bugzilla.gnome.org/show_bug.cgi?id=748336
2016-02-19 15:53:02 +01:00
Rui Matos
8bdee896c4
3.19.90
2016-02-16 20:02:06 +01:00
Daniel Mustieles
aafd2ae6bd
Updated Spanish translation
2016-02-13 18:54:21 +01:00
Chao-Hsiung Liao
ae4d79ff1d
Updated Chinese (Taiwan) translation
2016-02-13 06:23:52 +00:00
Cosimo Cecchi
8dbd9ed592
region: don't access priv pointer before checking no error
...
If the GCancellable is cancelled by the finalize() function, the
callback will still be called potentially with an instance of the
panel that's not valid anymore.
To avoid crashing in that case, only access the priv pointer
when we have no error.
https://bugzilla.gnome.org/show_bug.cgi?id=761846
2016-02-11 20:01:25 +01:00
Felipe Borges
1ea4452b0a
mouse: fix panel labels alignment
...
Also removed shadow_type duplicates on GtkFrames UI file.
https://bugzilla.gnome.org/show_bug.cgi?id=761762
2016-02-10 11:10:08 +01:00
Ask Hjorth Larsen
7c3e0b929c
Updated Danish translation
2016-02-09 14:28:15 +01:00
Rafael Fontenelle
58848b7409
Updated Brazilian Portuguese translation
2016-02-09 10:38:31 +00:00
Jiri Grönroos
d801deaea4
Updated Finnish translation
2016-02-08 20:56:22 +00:00
Balázs Meskó
971c927aad
Updated Hungarian translation
2016-02-07 14:51:17 +00:00
Piotr Drąg
d8b2208498
Updated Polish translation
2016-02-06 22:30:46 +01:00
Dušan Kazik
a081eaf512
Updated Slovak translation
2016-02-06 14:07:58 +00:00
Rūdolfs Mazurs
8f8806c7d1
Update Latvian translation
2016-02-05 17:13:22 +02:00
Baurzhan Muftakhidinov
7f449edda5
Updated Kazakh translation
2016-02-05 11:36:43 +00:00
Alexandre Franke
42926dc94b
Updated French translation
2016-02-02 20:23:09 +00:00
Mario Blättermann
a6addbac3b
Updated German translation
2016-02-01 19:37:30 +01:00
Piotr Drąg
e9d65002a9
Add context to strings in the shortcut window
2016-02-01 19:07:16 +01:00
Daniel Mustieles
db82948845
Updated Spanish translation
2016-01-31 22:26:30 +01:00
Rui Matos
2e7b23aa00
network: Fix a crash when clicking to forget a VPN on the editor
...
We need to keep a reference to the NetVpn instance or it might already
be finalized when the editor window closes.
2016-01-26 18:40:47 +01:00
Rui Matos
d57be89340
network: Avoid warnings while closing connection editor
...
It doesn't make sense to try to validate pages because widgets are
changing due to the whole dialog being destroyed and it causes a bunch
of warnings because some resources are cleared on each page dispose
method.
Avoid all that by disconnecting the page "changed" signal handler
before we start destroying widgets.
2016-01-26 18:40:47 +01:00
Rui Matos
2e6149b4b8
network: Don't try to get secrets for new connections
...
We don't need secrets for new connections and, in fact, trying to
retrieve secrets in that case will fail because we have a plain
NMConnection instead of a NMRemoteConnection.
The above mentioned error would result in the page never being
initialized.
2016-01-26 18:40:47 +01:00
Lubomir Rintel
62683047c5
network: read secrets for the VPN connections
...
The VPN page needs secrets too. Don't initialize it until the secrets are
loaded, otherwise the secrets are lost on each connection edit.
https://bugzilla.gnome.org/show_bug.cgi?id=761004
2016-01-26 16:51:09 +01:00
Balázs Meskó
90a2e30c01
Updated Hungarian translation
2016-01-25 17:16:53 +00:00
Richard Hughes
3badc6945a
Add a missing tag to the AppData file
2016-01-25 16:05:00 +00:00
Carlos Garnacho
ff2cfece51
wacom: Avoid deprecated Clutter API
2016-01-22 21:57:49 +01:00
Carlos Garnacho
c0e854a6dd
wacom: Workaround deadlocks in Clutter event handlers
...
The way we destroy the window during the handling of a clutter event may
cause the window to generate a focus event that gets processed immediately,
causing Clutter to deadlock on its global lock.
Bypass these issues in the places where we finalize out of Clutter events,
The Esc key presses are now handled at the GTK+ level, and we postpone
finalization (with either success or failure) to an idle.
Works around https://bugzilla.gnome.org/show_bug.cgi?id=747880
2016-01-22 21:51:46 +01:00
Carlos Garnacho
65bd735937
wacom: Refactor calibrator finalization into separate function
...
Instead of calling the delete event handler everywhere.
2016-01-22 21:50:38 +01:00
Jiri Grönroos
d310ba63a1
Updated Finnish translation
2016-01-22 19:00:11 +00:00
Dušan Kazik
2a428e77b6
Updated Slovak translation
2016-01-22 10:31:19 +00:00
Alexander Shopov
2548274802
Updated Bulgarian translation
2016-01-22 07:42:13 +02:00
Mario Blättermann
e372e8b900
Updated German translation
2016-01-21 17:45:59 +01:00
Felipe Borges
23881eaeac
printers: have a "view" style for the Jobs dialog empty state
...
To match the mockups at
https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines
2016-01-21 15:15:33 +01:00
Felipe Borges
8baaa81a39
printers: redesign the Printer Jobs Dialog
...
Update the Printer Jobs Dialog to match the current designs at
https://wiki.gnome.org/Design/SystemSettings/Printers
https://bugzilla.gnome.org/show_bug.cgi?id=755626
2016-01-21 15:08:05 +01:00
Daniel Mustieles
8ec6506a04
Updated Spanish translation
2016-01-21 10:08:13 +00:00
Dušan Kazik
2b7030b8c3
Updated Slovak translation
2016-01-20 12:10:07 +00:00
Stas Solovey
80868da3cd
Updated Russian translation
2016-01-19 19:34:38 +00:00
Mario Blättermann
53af5ffc82
Updated German translation
2016-01-18 20:16:01 +01:00
Rui Matos
e56fa79099
3.19.5
2016-01-18 17:53:30 +01:00
Jiro Matsuzawa
04a8943cfd
user-accounts: Give mnemonic to labelled widgets
...
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 17:21:17 +01:00
Jiro Matsuzawa
a3a8255b97
sharing: Give mnemonic to labelled widgets
...
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 17:21:17 +01:00