Bastien Nocera
2ee0d35844
bluetooth: Rename Bluetooth desktop name
...
To match the pattern used by other desktop files.
2012-12-11 17:09:04 +01:00
Bastien Nocera
3686cf7eb8
shell: Make all control-center plugins static
...
This makes loading faster, with less I/O, avoids unnecessary
code duplication (around 1k lines shaved), and ensures that
all the panels link and work appropriately.
By the same token, it will stop external panels from being
created, and loaded.
https://bugzilla.gnome.org/show_bug.cgi?id=690036
2012-12-11 17:07:39 +01:00
Bastien Nocera
80dc7c83cb
shell: Remove the unused "Other" section of the shell
2012-12-11 17:07:38 +01:00
Debarshi Ray
3fc444684e
build: Require libnm-glib >= 0.9.6.4
...
The Network panel uses nm_device_bond_get_slaves which is only
available since libnm-glib-0.9.6.4.
Fixes: https://bugzilla.gnome.org/690042
2012-12-11 21:33:52 +05:30
Bastien Nocera
897243858f
region: Reinstate the separator in the languages list
...
The separator went missing when we started adding the popular
languages to the list. Make it come back to separate the user
languages from the popular ones.
2012-12-11 09:15:55 +01:00
Marek Kasik
2bd01a70d3
printers: Make error messages clearer
...
Point to cups-pk-helper for errors originating from cups-pk-helper.
https://bugzilla.gnome.org/show_bug.cgi?id=689983
2012-12-10 17:05:56 +01:00
Bastien Nocera
ab720ab6a9
common: Allow editing UI file with Glade for GTK+ 3.x
2012-12-10 15:34:20 +01:00
Matthias Clasen
5a2f836e74
region: Make 'Add' dialogs consistent
...
These dialogs had an inconsistent mix of bold window titles and
non-bold headings. Change them to all use window titles with similar
wording.
https://bugzilla.gnome.org/show_bug.cgi?id=684829
2012-12-10 15:25:15 +01:00
Bastien Nocera
69d7f7a726
region: Remove dead button
...
The button hasn't ever been hooked to anything. Let's remove it.
https://bugzilla.gnome.org/show_bug.cgi?id=684864
Conflicts:
panels/region/gnome-region-panel.ui
2012-12-10 15:17:01 +01:00
Bastien Nocera
becfb7a7c8
common: Fix other user's languages never getting added
...
Because we were looking for a locale directory with the extra
codeset (xx_XX.utf8) instead of without it.
2012-12-10 15:06:14 +01:00
Bastien Nocera
fb1f2baea5
common: Show popular languages in their own language
...
Instead of the current one.
https://bugzilla.gnome.org/show_bug.cgi?id=684861
2012-12-10 14:37:54 +01:00
Bastien Nocera
2e0ab4ef09
bluetooth: Correct debug output
2012-12-10 08:28:39 +01:00
Yuri Myasoedov
83c5fa2832
Updated Russian translation
2012-12-09 11:33:07 +04:00
Matthias Clasen
9189093099
privacy: Make rows even taller
...
Requested in review,
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-07 22:35:28 -05:00
Cosimo Cecchi
867fff4f4c
shell: use the "view" style class for the main viewport
...
Currently, gnome-themes-standard sets a white background on all
GtkViewport widgets.
We want to stop rendering one by default, so add a style class to the
main viewport that ensures it gets the same background as the icon
views it packs inside.
https://bugzilla.gnome.org/show_bug.cgi?id=689700
2012-12-07 10:50:59 -05:00
Bastien Nocera
139c9888b5
sound: Dim the low/high icons associated with volume sliders
...
https://bugzilla.gnome.org/show_bug.cgi?id=689636
2012-12-06 16:25:15 +01:00
Robert Roth
97ba46c837
info: Avoid adding phantom "Unknown model" CPU on PPC64
...
Ported from gnome-system-monitor:
https://bugzilla.gnome.org/show_bug.cgi?id=619733
https://bugzilla.gnome.org/show_bug.cgi?id=649909
2012-12-06 11:06:01 +01:00
Robert Roth
d914b2fa7b
info: Fix to show CPU model on ARM
...
Ported from System Monitor's original bug:
https://bugzilla.gnome.org/show_bug.cgi?id=606769
https://bugzilla.gnome.org/show_bug.cgi?id=649909
2012-12-06 11:05:38 +01:00
Bastien Nocera
2a63aed36b
keyboard: Add context to the "Search" string
...
https://bugzilla.gnome.org/show_bug.cgi?id=689623
2012-12-06 10:08:14 +01:00
Bastien Nocera
f94aeb2b02
keyboard: Add support for msgctxt in keybindings
...
Unfortunately, this means duplicating the description attribute
to the text inside the KeyListEntry element, and marking the
KeyListEntry element as translatable by prepending "_".
<KeyListEntry
name="search"
_description="Search"/>
becomes:
<_KeyListEntry
name="search"
description="Search"
msgctxt="keybinding">
Search
</_KeyListEntry>
https://bugzilla.gnome.org/show_bug.cgi?id=689623
2012-12-06 10:08:14 +01:00
Bastien Nocera
1e2f8202ae
shell: Fix alignment of home button in RTL languages
...
https://bugzilla.gnome.org/show_bug.cgi?id=689533
2012-12-06 10:08:14 +01:00
Matthias Clasen
ca72a56c76
privacy: Make popups work more than once
...
When closing the popups with Esc, the window gets a delete event.
Since we want to keep the dialog around, we need to handle that
by connecting the gtk_widget_hide_on_delete handler.
https://bugzilla.gnome.org/show_bug.cgi?id=689747
2012-12-05 18:36:52 -05:00
Matthias Clasen
ef6405bfe7
privacy: Don't put an extra separator before the first row
...
The separator function is called for each row, to allow creating
the separator that goes before that row. We don't want a separator
before the first row, so we return NULL if before == NULL.
https://bugzilla.gnome.org/show_bug.cgi?id=689746
2012-12-05 18:32:34 -05:00
Kjartan Maraas
239b3e0623
Updated Norwegian bokmål translation
2012-12-05 20:15:52 +01:00
Matthias Clasen
ace5a5e8bc
privacy: Fix list sizing issues
...
Make the list not expand all the way to the bottom.
Revert when https://bugzilla.gnome.org/show_bug.cgi?id=689714
is committed.
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:46:19 +01:00
Matthias Clasen
8d8fc9926b
privacy: Fix alignment issues in the trash dialog
...
These were pointed out in review.
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:54 +01:00
Matthias Clasen
b40746726f
privacy: Fix alignment issues in recent dialog
...
These were pointed out in review.
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:54 +01:00
Matthias Clasen
7cc203af96
privacy: Fix alignment issues in the name dialog
...
These were pointed out in review.
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:54 +01:00
Matthias Clasen
f935ed780a
privacy: Fix alignment issues in the screen lock dialog
...
Pointed out in review.
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:54 +01:00
Matthias Clasen
a332cc8515
privacy: Make rows a little bigger
...
This was requested in design review.
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:53 +01:00
Matthias Clasen
435094c23f
privacy: Turn off selection
...
No selection needed here.
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:53 +01:00
A S Alam
40c85def08
update Punjabi Translation for master
2012-12-05 07:38:51 +05:30
Kjartan Maraas
53dac824e1
Updated Norwegian bokmål translation
2012-12-04 20:29:07 +01:00
Ebru Akagunduz
c5fbe9a396
online-accounts: Disable adding accounts when network unavailable
...
Fixes: https://bugzilla.gnome.org/678161
2012-12-04 14:25:28 +01:00
Allan Day
0a7d184df4
search: Use the correct icon
...
gnome-icon-theme has an icon specifically for system search settings.
https://bugzilla.gnome.org/show_bug.cgi?id=689557
2012-12-04 09:41:38 +01:00
Allan Day
927b156d34
privacy: Use the correct icon
...
gnome-icon-theme includes an icon for system privacy settings.
https://bugzilla.gnome.org/show_bug.cgi?id=689556
2012-12-04 08:08:17 +01:00
Jeremy Bicha
079b5dffdf
bluetooth: Use '&' instead of 'and'
...
https://bugzilla.gnome.org/show_bug.cgi?id=689499
2012-12-03 09:22:59 -05:00
Jeremy Bicha
f325a5aae3
network: Use the proper Unicode ellipsis (…) instead of three dots
2012-12-03 09:18:15 -05:00
Jeremy Bicha
e449901b59
wacom: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:17:15 -05:00
Jeremy Bicha
0c10489ed6
universal-access: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:16:53 -05:00
Jeremy Bicha
a877915e9b
screen: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:14:19 -05:00
Jeremy Bicha
6fed91e2ae
info: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:14:00 -05:00
Jeremy Bicha
fa9ef0d5d9
common: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:13:47 -05:00
Jeremy Bicha
b0c973c14c
color: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:13:13 -05:00
Jeremy Bicha
c50a11c0dc
region: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:13:01 -05:00
Jeremy Bicha
190052ff74
printers: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:12:47 -05:00
Jeremy Bicha
19fae9d966
user-accounts: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:12:26 -05:00
Bastien Nocera
ae24773740
shell: Print the name of the missing icon
2012-12-03 14:57:42 +01:00
Ondrej Holy
691a258232
user-accounts: Add last login field
...
https://bugzilla.gnome.org/show_bug.cgi?id=681772
2012-12-03 14:55:23 +01:00
Ebru Akagunduz
ff186736dc
online-accounts: Bind "accounts-button-add" to network availability
...
Fixes: https://bugzilla.gnome.org/678161
2012-12-03 13:14:34 +01:00