Piotr Drąg
3c1d245cbc
Updated POTFILES.in
2012-07-23 22:34:14 +02:00
Kjartan Maraas
12799fdb19
Updated Norwegian bokmål translation
2012-07-23 12:38:08 +02:00
Richard Hughes
125da07889
network: Remove some dead code from the conversion
2012-07-23 10:43:02 +01:00
Richard Hughes
08532a3a86
network: Prevent a crash when a device is removed and then re-added
2012-07-23 10:14:31 +01:00
Richard Hughes
b06bb9e5f3
network: Split the wifi device from the .c and .ui file
2012-07-23 10:14:05 +01:00
Khaled Hosny
a70b3f2c8e
Updated Arabic translation
2012-07-22 23:45:39 +02:00
Matthias Clasen
5366d1188e
info: Check PackageKit version at runtime
...
The previous patch made use use PackageKit 0.8 API. This patch
adds a version check that keeps the info panel from crashing
when it finds an older PackageKit at runtime.
2012-07-22 13:00:18 -04:00
Matthias Clasen
76add03e25
info: Adapt to PackageKit API breakage
...
PackageKit 0.8.x has broken several APIs that we are using here.
2012-07-22 12:59:15 -04:00
Daniel Mustieles
2b3a82b5ce
Updated Spanish translation
2012-07-21 18:44:55 +02:00
Piotr Drąg
cb6f427798
Updated POTFILES.in
2012-07-21 01:05:18 +02:00
Richard Hughes
aee6325cf2
network: Add a missing file for the mobile broadband UI
2012-07-20 11:43:05 +01:00
Richard Hughes
de8993eddb
network: Allow NetObjects to get the main panel object so they can show modal dialogs
2012-07-20 09:31:12 +01:00
Richard Hughes
26b5169bee
network: Split the mobile broadband device from the .c and .ui file
2012-07-20 09:31:12 +01:00
Richard Hughes
62b8a4c8bb
network: Add a NetObject->edit vfunc for the different devices to use
2012-07-20 09:31:12 +01:00
Richard Hughes
a808633484
network: Split the wired device from the .c and .ui file
2012-07-20 09:31:11 +01:00
Richard Hughes
5644bd6e62
network: Add panel_set_device_widgets() to the widget common code
...
We can use this from the different NetDevice types, and once all the devices are
converted to actual NetDeviceFoo-style objects we can remove the legacy code in
cc-network-panel.c
2012-07-20 09:31:11 +01:00
Matthias Clasen
1e4b0649f4
region: Handle being opened twice gracefully
...
When the going from the region panel to the overview and back,
the input methods in the list loose their display names. What
is happening is that we recreate the ibus object, but the second
time around it is already connected since ibus uses a shared
singleton connection internally. Thus, the ::connected signal
is never emitted, and we don't fetch the engines.
Work around this by checking if the newly created ibus object
is already connected, and directly calling fetch_ibus_engines
if it is. To make this work, we have to set up the treeview
with its model earlier.
2012-07-19 21:38:48 -04:00
Matthias Clasen
0af48c80a9
region: Make the code more robust
...
update_ibus_active_sources may very well be called with
an empty treeview. The code that iterates over the model
was assuming that there is at least one item. Fix that
by checking the return value of gtk_tree_model_get_iter_first().
2012-07-19 21:35:49 -04:00
Ihar Hrachyshka
b807656dbb
Updated Belarusian translation.
2012-07-19 22:58:20 +03:00
Olivier Fourdan
06554439b7
wacom: Do calibration for the selected tool only
...
As different tools may have different resolutions (e.g.
touch vs. stylus on tablets which support both).
https://bugzilla.gnome.org/show_bug.cgi?id=680114
2012-07-19 16:39:36 +01:00
Olivier Fourdan
f004ecb17d
wacom: Fix critical warning after calibration
...
g_variant_new_array() creates a floating reference and
g_settings_set_value() consumes it, so don't unref the GVariant
ourselves.
https://bugzilla.gnome.org/show_bug.cgi?id=680171
2012-07-19 16:37:02 +01:00
Tobias Endrigkeit
d37487ffa5
Updated German translation
2012-07-18 21:48:29 +02:00
Chao-Hsiung Liao
20f85e38b7
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2012-07-18 09:34:45 +08:00
Aurimas Černius
21d93f184c
Updated Lithuanian translation
2012-07-17 22:19:40 +03:00
Bastien Nocera
fad7dcba73
3.5.5
2012-07-17 19:09:17 +01:00
Richard Hughes
00c51443ae
network: Add some more widget setting common code
2012-07-17 16:56:59 +01:00
Richard Hughes
f4c13e835b
network: Move setting the device header pairs to common panel code
...
This is yet another step to splitting out the other devices types.
2012-07-17 16:56:59 +01:00
Giovanni Campagna
95d0a2e537
screen: add "Show Notifications" setting
...
Add a checkbox to control the visibility of notifications when
the screen is locked.
https://bugzilla.gnome.org/show_bug.cgi?id=658660
2012-07-17 15:50:40 +01:00
Richard Hughes
7e5654bf48
network: Fix a trivial GTK warning at startup about a missing widget
2012-07-17 14:17:11 +01:00
Richard Hughes
6de161617a
network: Fix the VPN information my setting the connection at object construction time
2012-07-17 14:17:11 +01:00
Khaled Hosny
04dc515aa5
Updated Arabic translation
2012-07-17 13:26:56 +02:00
Daniel Mustieles
89a815a6f9
Updated Spanish translation
2012-07-17 12:04:18 +02:00
Richard Hughes
96f7cbae90
network: Return success from panel_set_notebook_page_for_object()
...
This is so we can run the panel with both old-style and new-style NetDevices
whilst we are migrating the device kinds.
2012-07-17 10:21:26 +01:00
Richard Hughes
e72194482e
network: Remove some unused code
2012-07-17 10:21:26 +01:00
Richard Hughes
3c2a09294c
network: Set the device properties at construct time
...
We need this for more complicated devices that need to contact other daemons,
for instance ModemManager.
2012-07-17 10:21:26 +01:00
Richard Hughes
cd765a1267
network: Export net_device_get_find_connection() so it can be used by future network devices
2012-07-17 10:21:26 +01:00
Richard Hughes
5d17320817
network: Add a GObject nm-device property for NetDevice
2012-07-17 10:21:26 +01:00
Richard Hughes
f9e2828f77
network: Add a NMRemoteSettings property to NetObject for future use
2012-07-17 10:21:26 +01:00
Richard Hughes
b48fc1b65c
network: Add a GCancellable property to NetObject for future use
2012-07-17 10:21:26 +01:00
Richard Hughes
7fcc4666ac
network: Set the correct page when using mobile broadband devices
2012-07-17 10:21:13 +01:00
Matthias Clasen
64150f1458
Avoid losing the selection
...
When the active input sources list is changed in any way (add or
remove or reorder a source), we write the list to the setting,
and then we get a changed signal for the setting, and rebuild
the list from the setting. Doing so loses the selection, unless
we take extra precaution to keep it.
https://bugzilla.gnome.org/show_bug.cgi?id=680027
2012-07-17 00:01:54 -04:00
Matthias Clasen
54835c8f44
Remove one more leftover reference to a filter model
...
The active input sources are no longer stored in a filter model.
Also, use gtk_list_store_insert_with_values for atomic insertion.
2012-07-16 23:59:03 -04:00
Bastien Nocera
ee32c358f1
shell: Don't handle shortcuts with excess modifiers
...
Ctrl+Alt+W shouldn't be handled the same way as Ctrl+W.
https://bugzilla.gnome.org/show_bug.cgi?id=675475
2012-07-16 18:05:04 +01:00
Olivier Fourdan
1fdfa6bc32
wacom: show calibration success
...
by drawing an "emblem-ok-symbolic" icon when calibration is
successful
https://bugzilla.gnome.org/show_bug.cgi?id=668610
2012-07-16 17:25:13 +01:00
Matthias Clasen
953cc81b0f
Region: Remove references to a no-longer-existing filter model
...
There was some code left around for dealing with a filter model,
but we don't have the active input sources in a filtered list
anymore. This was leading to crashes when removing or rearranging
input sources.
2012-07-16 12:13:18 -04:00
Bastien Nocera
3b4f577652
shell: Fix not being able to assign Ctrl+Q to a shortcut
...
Because the shell window was capturing it before the key editing
cell had a change to get to it.
s/g_signal_connect/g_signal_connect_after/
https://bugzilla.gnome.org/show_bug.cgi?id=671448
2012-07-16 17:05:48 +01:00
Bastien Nocera
ab0594239c
region: Fix compilation failure
...
A use of the removed tree_view_get_actual_model() crept in.
2012-07-16 17:05:48 +01:00
Piotr Drąg
bf710914be
Updated POTFILES.in
2012-07-16 17:49:55 +02:00
Daniel Mustieles
5dd45a964d
Updated Spanish translation
2012-07-16 16:43:23 +02:00
Bastien Nocera
661019dadc
region: Remove unneeded signal blockers
...
The value isn't going to change from under us, as the settings
object is in delayed mode.
2012-07-16 15:24:23 +01:00