Yosef Or Boczko
1ad9439585
build: Bump required GTK+ version
...
https://bugzilla.gnome.org/show_bug.cgi?id=730597
2014-05-23 12:30:39 +03:00
Andika Triwidada
daa18c6f5c
Updated Indonesian translation
2014-05-22 09:14:30 +00:00
Richard Hughes
f3df80e5a0
color: Update the UI if the ICC profile title changes
2014-05-22 09:05:58 +01:00
Debarshi Ray
29bd627bb3
online-accounts: Use a header bar for the "Add Account" dialog
...
Even though this is an action dialog, and not a presentation dialog,
as defined in the HIG [1], there is no need for action buttons when
showing the initial list because the list is single-click.
[1] https://wiki.gnome.org/Design/HIG/Dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=730080
2014-05-21 18:07:11 +02:00
Enrico Nicoletto
a212d30a35
Updated Brazilian Portuguese translation
2014-05-21 13:45:10 +00:00
Daniel Mustieles
81318d8c7e
Updated Spanish translation
2014-05-20 20:01:08 +02:00
Bastien Nocera
ddc35609bd
network: Hide the Virtualisation bridge
...
There's no need for anyone to poke at the libvirt bridge that's not an
admin. It should probably be locked down more as well, but that would be
NetworkManager's business.
2014-05-19 17:55:47 +02:00
Muhammet Kara
bb7af2eda0
Updated Turkish translation
2014-05-19 10:38:54 +00:00
Marek Černocký
fe6c35bd41
Updated Czech translation
2014-05-16 14:34:56 +02:00
Rui Matos
70dbd366c4
search-provider: Use panel IDs as results instead of tree model paths
...
Since we now re-sort the model according to the search terms, we can't
use tree model paths as results since they're not stable. Instead
we'll use panel IDs and keep a map of IDs to GtkTreeIters to retrieve
the result metas from the model.
Caching GtkTreeIters in this way is OK because the model is a
GtkListStore which guarantees that while a row exists, the iter is
persistent.
https://bugzilla.gnome.org/show_bug.cgi?id=729027
2014-05-16 11:59:49 +02:00
Rui Matos
7d9da10ab3
display: Add "Monitor" to keywords
...
It's a likely word that might be used when looking for this panel and,
with the new search results ordering, the power panel is coming up
ahead due to it preferring keyword matches when they exist.
https://bugzilla.gnome.org/show_bug.cgi?id=729027
2014-05-16 11:59:49 +02:00
Rui Matos
16cd01b304
user-accounts: Don't leak DateTime instances
...
Before, we were freeing the DateTime instances when closing the dialog
through the close button and always creating new ones on _show().
Now, with the header bar, we go through the delete-event handler which
just hides the dialog, meaning that we leak the dates instanced on
_show().
Clearing the dates on _show() is more robust anyway. Note that we'd
leak even before switching to a header bar when going through the
delete-event handler.
https://bugzilla.gnome.org/show_bug.cgi?id=729181
2014-05-16 11:59:48 +02:00
Rui Matos
13abc75273
shell: Make search results sorting smarter
...
Instead of just sorting by the name the sort order will now be:
1. Panels whose name match a search term
2. Panels whose keywords match the most search terms
3. Panels whose description match the most search terms
4. The remaining panels by name
https://bugzilla.gnome.org/show_bug.cgi?id=729027
2014-05-16 11:59:48 +02:00
Rui Matos
98a2ab2603
shell: Keep the filter terms cached
...
This avoids calling g_strsplit() for every model item when filtering.
https://bugzilla.gnome.org/show_bug.cgi?id=729027
2014-05-16 11:59:48 +02:00
Enrico Nicoletto
169005cb45
Updated Brazilian Portuguese translation
2014-05-15 18:27:49 +00:00
Marek Černocký
dafdcd5e18
Updated Czech translation
2014-05-14 15:13:05 +02:00
Aurimas Černius
dcda508ce0
Updated Lithuanian translation
2014-05-11 23:40:01 +03:00
Daniel Mustieles
e4575dd2fd
Updated Spanish translation
2014-05-10 19:45:52 +02:00
Carles Ferrando
c0aaa2d5f6
[l10n] Updated Catalan (Valencian) translation
2014-05-08 23:59:25 +02:00
Kalev Lember
16364333e2
notifications: Drop the dep on libgnome-menu
...
This removes a leftover configure check on libgnome-menu-3.0. The gmenu
APIs were only ever used in the WIP notification panel patches in
https://bugzilla.gnome.org/show_bug.cgi?id=685928 , but the final code
that landed used equivalent gio API instead.
2014-05-05 22:27:05 +02:00
Ihar Hrachyshka
abfe6b8c09
Updated Belarusian translation.
...
(cherry picked from commit 10cc08b817
)
2014-05-03 14:37:31 +02:00
Fran Diéguez
16c1c375f4
Updated Galician translations
2014-04-30 15:41:46 +02:00
Marek Kasik
d32408c051
printers: Ellipsize long names and locations
...
Ellipsize long names of printers and long location strings
in the printers panel.
https://bugzilla.gnome.org/show_bug.cgi?id=661667
2014-04-30 11:32:42 +02:00
Tim Lunn
ef10b47e8b
info: fix crash when using vboxvideo glx driver
...
https://bugzilla.gnome.org/show_bug.cgi?id=699712
2014-04-29 15:20:53 +02:00
Chris Johns
4def21caf1
sharing: Minor cosmetic changes
...
The top label is now has character limited width, and a small amount of
bottom padding.
https://bugzilla.gnome.org/show_bug.cgi?id=724629
2014-04-29 14:33:59 +02:00
Bastien Nocera
8fb9e9b71a
privacy: "Immediately" option not truthful
...
The purging takes place once an hour, not immediately, so relabel
the option to that effect.
See https://bugzilla.redhat.com/show_bug.cgi?id=1056247
https://bugzilla.gnome.org/show_bug.cgi?id=725318
2014-04-29 14:33:21 +02:00
Carlos Soriano
61453b1dbb
display: Add edge thickness to labeler
...
The edge antialising in the label was bad due to the
small thickness.
Adding one pixel more to the thickness
looks better.
https://bugzilla.gnome.org/show_bug.cgi?id=727887
2014-04-29 14:32:51 +02:00
Debarshi Ray
e168e2a665
user-accounts: Remove unused callback
...
Fallout from 00dacd5854
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-29 12:19:09 +02:00
Bastien Nocera
b98f29d1a9
network: Fix warning on startup
...
c5b70a7876
removed all the unused top
level windows in the UI files, but net-virtual-device.c was forgotten.
2014-04-29 11:09:03 +02:00
Debarshi Ray
7e8c013e17
3.13.1
2014-04-28 18:01:02 +02:00
Daniel Șerbănescu
4bdf174171
Updated Romanian Translation
2014-04-28 17:57:59 +02:00
Yosef Or Boczko
283cabed94
Updated Hebrew translation
2014-04-28 17:36:10 +03:00
Yosef Or Boczko
4c42f1530f
user-accounts: Use header bar in the photo dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
1470c254c1
user-accounts: Use header bar in the password dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
5a8a96dcbb
user-accounts: Use header bar in the account dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
3758203a12
keyboard: Use header bar in the custom shortcut dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
56e520cb00
universal-access: Use header bar in all the dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
8913ad2f36
region: Use header bar in all the dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
ff36ee5f6b
common: Use header bar in the language chooser dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
00dacd5854
user-accounts: Use header bar in the history dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
62c00c7a9a
sound: Use header bar in the testing dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
4a1f62e6dd
privacy: Use header bar in all the dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
9a62d82399
display: Use header bar in the dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Yosef Or Boczko
20d59c628c
notifications: Use header bar in the edit dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Yosef Or Boczko
00b03c5f4e
background: Use header bar in the chooser dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Yosef Or Boczko
ecea570ee8
sharing: Use header bar in all the dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Yosef Or Boczko
2f18d2c282
power: Use header bar in the automatic suspend dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Yosef Or Boczko
2ca3540019
mouse: Use header bar in the test settings dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Yosef Or Boczko
80a641901e
info: Use header bar in the extra options dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Yosef Or Boczko
576acc1602
datetime: Use header bar in the datetime and the timezone dialogs
...
The seatch entry in the timezone dialog is moved to the
title of the header bar.
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00