Commit graph

13384 commits

Author SHA1 Message Date
Khaled Hosny
75420c2197 Update Arabic translation 2013-03-07 11:34:04 +02:00
Ryan Lortie
8d813defb1 datetime: support new timedated CanNTP property
Set the NTP switch insensitive in the case that timedated has a CanNTP
property and that property is set to false.

https://bugzilla.gnome.org/show_bug.cgi?id=695253
2013-03-06 21:48:57 -05:00
A S Alam
2416068984 Punjabi: Translation updated (aalam) 2013-03-06 18:49:34 +05:30
Dimitris Spingos
aa83110feb Updated Greek translation 2013-03-06 13:05:38 +02:00
Bruce Cowan
bcf2cc77a8 Updated British English translation 2013-03-05 20:08:47 +00:00
Piotr Drąg
d2feca7c1c Updated POTFILES.in 2013-03-05 19:17:31 +01:00
Piotr Drąg
914bb516d3 Updated Polish translation 2013-03-05 19:15:30 +01:00
Enrico Nicoletto
6422415396 Updated Brazilian Portuguese translation 2013-03-05 09:57:53 -03:00
Jiro Matsuzawa
7f1809e8c9 user-accounts: Make login history dialog title translatable
https://bugzilla.gnome.org/show_bug.cgi?id=695202
2013-03-05 13:37:02 +01:00
Enrico Nicoletto
884eb00398 Updated Brazilian Portuguese translation 2013-03-05 09:32:52 -03:00
Debarshi Ray
0641c2494b online-accounts: New "Other" providers page
This is meant to differentiate the popular branded providers from the
other less popular or more generic ones.

Implemented design:
https://live.gnome.org/Design/SystemSettings/OnlineAccounts

https://bugzilla.gnome.org/show_bug.cgi?id=688056
2013-03-05 11:28:20 +01:00
Debarshi Ray
271ae25c3a online-accounts: Colours of symbolics should match the text
https://bugzilla.gnome.org/show_bug.cgi?id=695171
2013-03-05 11:21:56 +01:00
Matthias Clasen
0ca72d52b7 network: Make options buttons consistent
Make all pages use the same gears icon.

https://bugzilla.gnome.org/show_bug.cgi?id=695043
2013-03-04 21:48:56 -05:00
Matthias Clasen
476239291b network: Use a network-cellular icon for mobile broadband
https://bugzilla.gnome.org/show_bug.cgi?id=695034
2013-03-04 21:48:18 -05:00
Matthias Clasen
377fbad218 network: Add firewall zone support for vpn
At the same time, we add 'make available to all users'

https://bugzilla.gnome.org/show_bug.cgi?id=694577
2013-03-04 21:46:10 -05:00
Matthias Clasen
e183775af7 network: Add firewall zone support for wired
https://bugzilla.gnome.org/show_bug.cgi?id=694577
2013-03-04 21:46:02 -05:00
Matthias Clasen
7de70b9821 network: Add firewall zone support for wifi
https://bugzilla.gnome.org/show_bug.cgi?id=694577
2013-03-04 21:45:56 -05:00
Matthias Clasen
5918f58533 Add a cancellable to the page base class
This will be used for firewall setup.
2013-03-04 21:45:55 -05:00
Matthias Clasen
844ca77921 network: Add firewall helper functions
This code will be used in subsequent commits to add
firewall zone support to connections.

https://bugzilla.gnome.org/show_bug.cgi?id=694577
2013-03-04 21:45:48 -05:00
Piotr Drąg
b4ec8616b0 Updated Polish translation 2013-03-04 21:17:59 +01:00
Cosimo Cecchi
5fdf836588 privacy: don't use header capitalization for some sentences
https://bugzilla.gnome.org/show_bug.cgi?id=694745
2013-03-04 14:50:30 -05:00
Bastien Nocera
730dbfd75a build: Bump gnome-desktop requirements 2013-03-04 12:54:43 +01:00
Bastien Nocera
176990945e wacom: Update from gnome-settings-daemon 2013-03-04 12:53:22 +01:00
Bastien Nocera
90f794e813 universal-access: Add translation context for "Color"
And translation comment for "Color:".

https://bugzilla.gnome.org/show_bug.cgi?id=694766
2013-03-04 12:20:21 +01:00
Marek Kasik
76d18ec85d printers: Don't crash after changing an option
Use GCancellable when setting a new value of an option.
This prevents Printers panel from crash caused by
calling of option widget's callback on finalized widget.

https://bugzilla.gnome.org/show_bug.cgi?id=694874
2013-03-04 12:05:18 +01:00
Dimitris Spingos
affe13b180 Updated Greek translation 2013-03-03 13:30:27 +02:00
Tobias Endrigkeit
ecc9c2b568 Updated German translation 2013-03-03 00:01:00 +01:00
Nguyễn Thái Ngọc Duy
fd82fe07c7 Updated Vietnamese translation 2013-03-02 17:54:56 +07:00
Nguyễn Thái Ngọc Duy
79ac5916a7 po/vi: import from Damned Lies 2013-03-02 17:54:55 +07:00
Piotr Drąg
0e0cbd0dfa Updated Polish translation 2013-03-02 01:45:17 +01:00
Florian Müllner
ddba39047b window: Split search into words
Rather than using the search entry text as a single term when filtering
panels, split the text into multiple terms and require result to match all
of them, which is consistent with the search provider and the encouraged
search pattern for GNOME applications.

https://bugzilla.gnome.org/show_bug.cgi?id=694960
2013-03-02 00:05:05 +01:00
Florian Müllner
4d01f6bfed search-provider: Concatenate search terms with AND
Currently the provider will match all panels that match at least
one search term. This differs from the search pattern we use in
GNOME Shell and other GNOME applications, where a result has to
match all search terms. The latter allows users to narrow down
search results by adding additional terms, which is generally
more useful than potentially adding additional results.

https://bugzilla.gnome.org/show_bug.cgi?id=694960
2013-03-02 00:04:41 +01:00
Giovanni Campagna
6ddd56a9a2 search-provider: escape the description passed to gnome-shell
gnome-shell uses the description as markup (to allow highlighting
the searched terms), so we need to properly escape it to avoid warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=694908
2013-03-01 17:59:07 +01:00
Cosimo Cecchi
fb7d156d69 privacy: fix Purge After combobox alignment
https://bugzilla.gnome.org/show_bug.cgi?id=694894
2013-03-01 11:54:12 -05:00
Michael Wood
ce409d4542 background: Monitor the Pictures and cache directory for new files
Monitor the pictures directory and cache directory for any new files
added or removed. Re-purposes the add/remove api that was no longer used.

https://bugzilla.gnome.org/show_bug.cgi?id=693329
2013-03-01 11:13:19 +00:00
Michael Wood
09baf812ea background: Offload the sorting of the initial list of files
Sorting after the image scale for each image causes the list to change
as you're viewing it depending on the size of the image.
This can be quite jarring visually.

https://bugzilla.gnome.org/show_bug.cgi?id=691800
2013-03-01 11:13:00 +00:00
Inaki Larranaga Murgoitio
dfb8a4c4d2 Updated Basque language 2013-03-01 10:05:03 +01:00
Rafael Ferreira
5d0d01d65e Updated Brazilian Portuguese translation 2013-02-28 21:12:49 -03:00
Kalev Lember
c8b3bc5948 search: Unescape the names in Search Locations
Instead of using g_path_get_basename() on raw URIs, use GFile functions
for getting the properly unescaped basenames of the files.

https://bugzilla.gnome.org/show_bug.cgi?id=694447
2013-02-28 19:44:14 +01:00
Thomas Wood
9ea2401b4d sharing: read the unit file state for the remote login service
Read the unit file state to check if the service is available.

https://bugzilla.gnome.org/show_bug.cgi?id=694464
2013-02-28 16:24:37 +00:00
Ebru Akagunduz
f2818405ab online-accounts: Nicer error states
https://bugzilla.gnome.org/show_bug.cgi?id=689645
2013-02-27 17:27:34 +01:00
Chao-Hsiung Liao
9e24d0e63a Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-02-27 22:45:08 +08:00
William Jon McCann
142d28c375 region: Make format chooser centered
https://bugzilla.gnome.org/show_bug.cgi?id=694323
2013-02-26 15:07:46 +01:00
William Jon McCann
3d5b6fd2bc common: Fix language chooser to be centered
https://bugzilla.gnome.org/show_bug.cgi?id=694323
2013-02-26 15:07:43 +01:00
Rafael Ferreira
ac97aea9e2 Updated Brazilian Portuguese translation 2013-02-26 02:04:59 -03:00
Duarte Loreto
cbd8fd8843 Small fixes to Portuguese translation 2013-02-26 00:40:40 +00:00
Duarte Loreto
f400626fd3 Updated Portuguese translation and converted to New Spelling (Novo AO) 2013-02-26 00:35:53 +00:00
Kjartan Maraas
1c180d306b Updated Norwegian bokmål translation 2013-02-25 19:03:43 +01:00
Daniel Mustieles
6462d0d138 Updated Spanish translation 2013-02-25 13:42:57 +01:00
Matej Urbančič
7e90e1ff2c Updated Slovenian translation 2013-02-24 21:21:03 +01:00