Richard Hughes
6b526f1213
network: Add network strength to the details panel
2012-07-26 14:29:38 +01:00
Richard Hughes
e7319edc9b
network: Add saved connections to the wireless network list
2012-07-26 14:23:31 +01:00
Richard Hughes
5c11b6f94b
network: Only show the details arrow for active connections
2012-07-26 13:47:09 +01:00
Richard Hughes
391815c2c1
network: split the wireless panel into a network list and details panel
2012-07-26 13:38:55 +01:00
Richard Hughes
22323ad6c6
network: Start to split up the network panel into different views to match the new mockup
2012-07-26 10:00:47 +01:00
Мирослав Николић
2bbd940942
Updated Serbian translation
2012-07-26 09:49:49 +02:00
Jiro Matsuzawa
3e827ce334
[l10n] Update Japanese translation
2012-07-25 22:38:15 +09:00
Tom Tryfonidis
556e2cf4e3
Updated Greek translation
2012-07-24 18:35:41 +03:00
Dominique Leuenberger
c4db04f8a5
configure: We require ibus version 1.4.99 or newer (1.5 unstable)
...
https://bugzilla.gnome.org/show_bug.cgi?id=680133
2012-07-24 08:57:40 -04:00
Dominique Leuenberger
f9e052eea0
configure: Bump GTK+ requirement to 3.5.8: first version to bring GtkLevelBar.
...
https://bugzilla.gnome.org/show_bug.cgi?id=680133
2012-07-24 08:57:30 -04:00
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