Marek Černocký
1e36a1aecb
Updated Czech translation
2017-03-09 21:16:33 +01:00
Bastien Nocera
5cccd1d544
universal-access: Handle "pixels" plural correctly
...
Using g_dngettext() as required.
https://bugzilla.gnome.org/show_bug.cgi?id=779798
2017-03-09 12:45:42 +01:00
Trần Ngọc Quân
7eee3fe9a4
Updated Vietnamese translation
...
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2017-03-09 14:58:49 +07:00
Bastien Nocera
922c6588d3
universal-access: Add Cursor Size selection dialogue
...
The dialogue offers the 5 separate cursor sizes that adwaita's cursor
theme supports, aligned in a row.
The cursor sizes are described in a way that doesn't judge their
respective sizes, but simply describes them.
https://bugzilla.gnome.org/show_bug.cgi?id=608231
2017-03-08 14:47:52 +01:00
Bastien Nocera
75241454f0
universal-access: Add bits for glade to shut up
2017-03-07 12:04:00 +01:00
Bastien Nocera
e99d67442c
universal-access: Don't use C++ style comments
2017-03-07 12:04:00 +01:00
GNOME Translation Robot
2cf51c74a0
Update Scottish Gaelic translation
...
(cherry picked from commit 848b1826e1
)
2017-03-07 10:27:25 +00:00
Felipe Borges
1df4da54fc
printers: Drop cups_get_jobs_async
...
pp_printer_get_jobs_async does the job with more modern GLib API
(GTask).
https://bugzilla.gnome.org/show_bug.cgi?id=779313
2017-03-06 16:07:07 +01:00
Felipe Borges
2ad93bc0b2
printers: Properly free pp_jobs_dialog
...
Since now we have proper async implementation for getting jobs, we
do not need to increment/decrement the objects ref_count manually.
https://bugzilla.gnome.org/show_bug.cgi?id=779313
2017-03-06 16:06:24 +01:00
Felipe Borges
c40772a862
printers: Port PpJobsDialog to pp_printer_get_jobs_async
...
https://bugzilla.gnome.org/show_bug.cgi?id=779313
2017-03-06 16:05:29 +01:00
Felipe Borges
1d0ae49685
printers: Introduce pp_printer_get_jobs_async ()
...
It is a PpPrinter method to query asychronously for printing jobs
information.
It should replace cups_get_jobs_async ()
https://bugzilla.gnome.org/show_bug.cgi?id=779313
2017-03-06 16:05:29 +01:00
Anders Jonsson
1874e108b5
Update Swedish translation
2017-03-05 20:57:45 +00:00
Kukuh Syafaat
637de99b5a
Update Indonesian translation
2017-03-05 10:43:21 +00:00
Jordi Mas
e82db1e693
Update Catalan translation
2017-03-04 20:18:56 +01:00
Aurimas Černius
1b37a7d1bf
Updated Lithuanian translation
2017-03-04 17:48:52 +02:00
Changwoo Ryu
81047c6abd
Update Korean translation
2017-03-03 16:55:36 +00:00
Sveinn í Felli
f7f8baecf0
Update Icelandic translation
...
(cherry picked from commit 8037de591d
)
2017-03-03 15:21:25 +00:00
Sveinn í Felli
9deca15964
Update Icelandic translation
...
(cherry picked from commit 87f220f4b9
)
2017-03-03 09:58:50 +00:00
Matthias Clasen
8b9be45cba
notifications: Forward notification settings to portal
...
The flatpak notification portal reads permissions out
of the permission store, so forward the notification
permissions there in order to prevent sandboxed
applications from sending notifications.
The difference is a bit cosmetic, since the shell would
not show the notification anyway in this case, but it
is nicer to just cut off the calls and not let them
through the portal in the first place.
https://bugzilla.gnome.org/show_bug.cgi?id=778851
2017-03-02 16:40:33 -05:00
Inaki Larranaga Murgoitio
ae79f41623
Update Basque language
2017-03-02 19:42:45 +01:00
Yuras Shumovich
a32f0fa533
Update Belarusian translation
2017-03-02 16:36:15 +00:00
Ask Hjorth Larsen
05c6a9788f
Updated Danish translation
2017-03-02 13:12:23 +01:00
Bastien Nocera
cf5c17b692
mouse: Add debug output for touchpad disable switch
...
See https://bugzilla.gnome.org/show_bug.cgi?id=779290
2017-03-01 13:00:33 +01:00
Georges Basile Stavracas Neto
726dcfee91
printers: Allow printer model label to ellipsize
...
In the Printers panel, the model label of a given printer
may be a long string, specially when it's composed of the
versioning and specifics of the printer.
Because the model label doesn't ellipsize, we may have very
long labels, making the entire Control Center very wide and
unresizeable.
Fix that by making the model label ellipsize.
https://bugzilla.gnome.org/show_bug.cgi?id=779376
2017-02-28 18:57:31 +01:00
Jiri Grönroos
4ea119bb89
Update Finnish translation
2017-02-28 17:53:46 +00:00
Bastien Nocera
1f58b84c9d
3.23.91
2017-02-28 15:58:14 +01:00
Chao-Hsiung Liao
14b35a61e4
Update Chinese (Taiwan) translation
2017-02-28 06:09:07 +00:00
Daniel Mustieles
5e2631e3f7
Updated Spanish translation
2017-02-27 18:45:54 +01:00
Felipe Borges
5dd8e58585
printers: Free the PpJobsDialog after closing it
...
Now we can safely pp_jobs_dialog_free () the PpJobsDialog.
https://bugzilla.gnome.org/show_bug.cgi?id=779079
2017-02-27 16:52:17 +01:00
Felipe Borges
fe51a743c3
printers: Count only current users job
...
Instead of querying for all the jobs, query just for jobs belonging
to the current user.
https://bugzilla.gnome.org/show_bug.cgi?id=779079
2017-02-27 16:29:44 +01:00
Felipe Borges
89ff6a610e
printers: Store PpPrinterEntry instances for individual manipulation
...
We were actualizing the whole printers collection everytime
something should change.
These patch introduces a HashTable keyed by the unique printer.name,
which allows us to access individual instances of PpPrinterEntry.
https://bugzilla.gnome.org/show_bug.cgi?id=779079
2017-02-27 16:29:43 +01:00
Felipe Borges
5302047ff1
printers: Subscribe to jobs notifications
...
The previous implementation of the panel was unable to individually
update a PpPrinterEntry jobs count and its PpJobsDialog.
These changes make the job notifications trigger updates in the
PpPrinterEntry UIs, keeping track of job events on the go.
https://bugzilla.gnome.org/show_bug.cgi?id=779079
2017-02-27 16:29:43 +01:00
Baurzhan Muftakhidinov
4e2c2fcc41
Update Kazakh translation
2017-02-27 09:31:18 +00:00
Piotr Drąg
e53520b23b
Update Polish translation
2017-02-26 21:12:51 +01:00
Balázs Meskó
4c95e0a9d7
Update Hungarian translation
2017-02-26 12:52:50 +00:00
Felipe Borges
86c028ff9b
printers: Fill the supply_frame background when supply is empty
...
According to the mockups at
https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines
The supply level bar should have a grey background when there are
no colors in the supply bar.
This patch sets the "background" css name to the supply_frame when
there's not a single color in the supply bar.
https://bugzilla.gnome.org/show_bug.cgi?id=779075
2017-02-26 12:52:29 +01:00
Felipe Borges
2c7fc8653d
printers: Tweak the printer supply level bar
...
Make the supply level bar size, margin, border, background, and
saturation match the mockups at
https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines
Even though we would obtain primary colors by querying the printer
supply info, it is more eye-candy to desaturate (tone down) the
colors in the UI.
https://bugzilla.gnome.org/show_bug.cgi?id=779075
2017-02-26 12:52:29 +01:00
Felipe Borges
1de145a10b
printers: Ellipsize the "location" in the printer entry
...
Long location names were causing the whole dialog to expand
horizontally.
This patch ellipsizes the "location" string just like the
other fields of a printer entry.
https://bugzilla.gnome.org/show_bug.cgi?id=779071
2017-02-26 12:50:03 +01:00
Felipe Borges
4cfb211761
printers: Ellipsize the "Details Dialog" title
...
Printers with long names were causing the "Printer Details Dialog"
to expande horizontally.
This patch ellipsizes the custom title of the dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=779071
2017-02-26 12:49:43 +01:00
Мирослав Николић
99d556f666
Updated Serbian translation
2017-02-26 08:30:01 +01:00
Fran Dieguez
835df7b08c
Updated Galician translations
2017-02-26 01:43:41 +01:00
Rafael Fontenelle
0563ba582a
Update Brazilian Portuguese translation
2017-02-25 23:10:22 +00:00
Christian Kirbach
b2bb53d28d
Update German translation
2017-02-25 18:57:02 +00:00
Felipe Borges
50c2af0cfb
user-accounts: Avoid markup in "Your Account" label
...
The label indicating which photo in the Carousel belongs to the
current user had the <small> markup within the translatable string,
causing unnecessary work for translators. See
https://wiki.gnome.org/TranslationProject/DevGuidelines/Avoid%20markup%20wherever%20possible
This patch formats the string with g_strdup_printf, leaving the
markup tags out of the translatable message.
2017-02-24 17:12:10 +01:00
Baurzhan Muftakhidinov
e662d568f2
Update Kazakh translation
2017-02-24 08:17:56 +00:00
Alexandre Franke
04caafe731
Update French translation
2017-02-24 01:01:17 +00:00
Fabio Tomat
86e18f9b56
Update Friulian translation
2017-02-23 16:46:54 +00:00
Jordi Mas
d473199302
Update Catalan translation
2017-02-23 08:18:52 +01:00
Piotr Drąg
55b31ba967
online-accounts: Fix grammar in a new string
...
Since there weren’t any translation updates yet, fix grammar
in the newly added string — “setup” is a noun, “set up” is the verb.
2017-02-23 05:36:09 +01:00
Georges Basile Stavracas Neto
bd527d44c1
online-accounts: Improve dialog content margins
...
More alignment issues.
2017-02-22 23:13:00 -03:00