Bastien Nocera
7d147e06a6
wacom: Clean up action type sanity check
2012-12-20 12:07:00 +01:00
Olivier Fourdan
f5e8101dbd
wacom: check for the action type value
...
Action type comes from GSettings and may have been changed
to some invalid value, causing a segmentation fault in
control-center if the value is larger than the known action
types. This can also occur when downgrading from a version
with more possible actions.
Adds a sanity check to verify the given action type value
is within the bounds of the known action types.
https://bugzilla.gnome.org/show_bug.cgi?id=689265
2012-12-20 11:47:47 +01:00
Bastien Nocera
3ecbd9b3e1
wacom: Better strings for the touchring/touchstrips
...
Use ↺ and ↻ for the touchring buttons, and add context to the
touchstrip labels.
2012-12-20 11:29:33 +01:00
Bastien Nocera
7cac7eeb75
wacom: Update from gnome-settings-daemon
2012-12-20 10:38:59 +01:00
Olivier Fourdan
45d1ca8439
wacom: Use CW and CCW for ring circular motion
...
Using "up" and "down" on a ring is ambiguous, better
use "CW" or "CCW" to indicate the circular motion on
touch rings.
https://bugzilla.gnome.org/show_bug.cgi?id=689264
2012-12-20 10:38:59 +01:00
Olivier Fourdan
bae5488909
wacom: Add show help window to the list of actions
...
for pad buttons, once the OSD window patch is
merged in gnome-settings-daemon.
https://bugzilla.gnome.org/show_bug.cgi?id=683567
2012-12-20 10:38:59 +01:00
Bastien Nocera
28ea296f09
Revert "Power: Implement the new power panel design"
...
This reverts commit a9683772d9
.
2012-12-20 09:36:06 +01:00
Giovanni Campagna
e8cd35edce
notifications: Add panel
...
Show applications using the message tray, and
allow configuring in what way the shell presents them.
The set of applications shown include all applications that ever
showed a notification in gnome-shell and all applications that have
a boolean X-GNOME-UsesNotifications key set to true in their desktop file.
https://bugzilla.gnome.org/show_bug.cgi?id=685928
2012-12-20 09:25:22 +01:00
Bastien Nocera
1af3a03ca3
info: Add debug to the default app setting
2012-12-20 09:20:48 +01:00
Matthias Clasen
a9683772d9
Power: Implement the new power panel design
...
The design can be found here:
https://live.gnome.org/Design/SystemSettings/Power
https://bugzilla.gnome.org/show_bug.cgi?id=689614
2012-12-20 09:20:48 +01:00
Kjartan Maraas
2f84b20c77
Updated Norwegian bokmål translation
2012-12-19 15:41:43 +01:00
Yaron Shahrabani
9cbaaa8147
Updated Hebrew translation.
2012-12-19 10:29:34 +02:00
Yaron Shahrabani
b6abb222b0
Updated Hebrew translation.
2012-12-19 10:28:23 +02:00
Matej Urbančič
73f3659b8f
Updated Slovenian translation
2012-12-18 20:11:51 +01:00
Rui Matos
4fbf1da650
keyboard: Update for the input source switching keybindings move
...
These are now provided by gsettings-desktop-schemas.
2012-12-18 16:56:22 +00:00
Rui Matos
4e3a2e1bd5
region: Update for the input source switching keybindings move
...
These are now provided by gsettings-desktop-schemas.
https://bugzilla.gnome.org/show_bug.cgi?id=690105
2012-12-18 16:56:22 +00:00
Giovanni Campagna
0139f68416
shell: replace GMenu loading code with an hardcoded list of panels
...
Now that we don't allow or load external panels, using libgnome-menu is just
overengineering. We can get the same results with less code by keeping a static
list of function pointers.
This reduces the number of places one needs to patch to add a new panel.
Also, this way we avoid registering all types at startup, and if we want
we can switch to load panel desktop files in a separate thread.
https://bugzilla.gnome.org/show_bug.cgi?id=690165
2012-12-18 16:46:27 +01:00
Stéphane Démurget
0e7192e676
keyboard: Improve shortcuts tab keynav
...
The default focus traversal order inside the shortcuts tab was: the
shortcuts treeview, the section treeview and the shortcuts toolbar.
We set a focus cycle chain to swap the treeviews order for the keynav to
be more natural.
https://bugzilla.gnome.org/show_bug.cgi?id=690387
2012-12-18 11:32:19 +01:00
Bastien Nocera
a1e4c0298b
bluetooth: Move visibility switch to the left
2012-12-17 10:52:50 +01:00
Bastien Nocera
63af1169b5
bluetooth: Move killswitch to the header
2012-12-17 10:52:49 +01:00
Ihar Hrachyshka
6b80d1f86d
Updated Belarusian translation.
2012-12-17 00:30:04 -08:00
Pavol Klačanský
72b8d1d8f9
Updated slovak translation
2012-12-16 23:24:20 +01:00
Jasper St. Pierre
23e51495ee
network: Don't reference CcNetworkPanel directly from some helper code
...
All we need is the toplevel, here, so pass that in directly.
https://bugzilla.gnome.org/show_bug.cgi?id=690086
2012-12-13 11:55:33 -05:00
Jasper St. Pierre
6b1ae0b18f
network: Add a proper header guard to network-dialogs.h
...
We want to copy/paste this into g-i-s, so it needs to at least try
to be a decent library-ish thing.
https://bugzilla.gnome.org/show_bug.cgi?id=690086
2012-12-13 11:55:33 -05:00
Giovanni Campagna
5e37aecdbb
shell: fix refcounting in GMenu code (2/2)
...
gmenu_tree_entry_get_root_directory() returns a new reference.
2012-12-13 15:42:30 +01:00
Giovanni Campagna
68bfa875cf
shell: fix refcounting in GMenu code (1/2)
...
gmenu_tree_entry_get_app_info() does not return a new reference
https://bugzilla.gnome.org/show_bug.cgi?id=690117
2012-12-13 15:41:43 +01:00
Bastien Nocera
e2ced1c2c3
common: Avoid the language chooser resizing during load
...
250px should be enough to start with.
2012-12-13 12:26:35 +01:00
Cosimo Cecchi
15fee44aa3
region: fix button area alignment glitch
...
Use the same logic the input sources dialog does to avoid the buttons
going off-balance.
https://bugzilla.gnome.org/show_bug.cgi?id=678513
2012-12-13 12:19:10 +01:00
Piotr Drąg
e40e448ebf
Updated Polish translation
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=690040
Thanks to "Crasher" for reporting!
2012-12-12 21:48:52 +01:00
Marek Kasik
9afed77bde
printers: Avoid possible crash
...
Unlink given PPD file and free its filename
as soon as it is not required. This avoids
possible double free.
https://bugzilla.gnome.org/show_bug.cgi?id=690091
2012-12-12 13:34:58 +01:00
Jasper St. Pierre
720c0d25cf
user-accounts: Fix a few tiny error leaks
...
https://bugzilla.gnome.org/show_bug.cgi?id=690085
2012-12-12 12:49:48 +01:00
Bastien Nocera
a40350d7ff
build: Remove check for unused glib-genmarshal
2012-12-11 17:09:05 +01:00
Bastien Nocera
c735e4e689
shell: Remove custom marshallers
2012-12-11 17:09:05 +01:00
Bastien Nocera
2a6b12d540
display: Remove 2 unused variables
2012-12-11 17:09:05 +01:00
Bastien Nocera
c6ee7e0b95
display: Remove custom marshallers
2012-12-11 17:09:05 +01:00
Bastien Nocera
727c8f8677
universal-access: Remove unused marshallers
2012-12-11 17:09:04 +01:00
Bastien Nocera
e419ee7d4e
panels: Remove unused X-GNOME-Settings-Panel key
2012-12-11 17:09:04 +01:00
Bastien Nocera
4dd36b4279
shell: Simplify desktop file loading
...
By using known patterns for the desktop file name.
2012-12-11 17:09:04 +01:00
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