Commit graph

13069 commits

Author SHA1 Message Date
Matthias Clasen
3f629251a2 network: Make wired device off switch work better 2013-01-30 13:05:33 -05:00
Matthias Clasen
c8e1551a22 network: Update device icons on state changes
The wired icon depends on the state, so should update it
when the state changes.
2013-01-30 13:05:33 -05:00
Matthias Clasen
8b593e6ac8 network: Implement the new design for wired
This expands the connection editor to cover ethernet,
and adds support for multiple wired profiles.
2013-01-30 13:05:33 -05:00
Matthias Clasen
e5cc7d8011 network: Break out wifi details code and add editing support
This code is fairly independent of the rest, and we don't want
net-device-wifi.c to become too massive and unmaintainable.

The code in connection-editor/ is fairly similar to
nm-connection-editor, with some simplification because we
currently only edit wireless connections.

The code in wireless-security/ is almost a straight copy
of the same code in nm-connection-editor, with some changes
to the .ui files to make them fit better in the new design.
2013-01-30 13:05:33 -05:00
Matthias Clasen
66b1fe7b45 network: Use same wifi device name throughout
The device list is using the 'disambiguated' name that
nm is giving us. Use the same in the wifi page heading,
instead of hardcoding 'Wi-Fi'.
2013-01-30 13:05:33 -05:00
Matthias Clasen
d6e11db107 network: Fix hotspot switch getting out of sync
When the user switches the hotspot switch off, we present a
confirmation dialog which can be canceled. We do keep the
hotspot running in that case, but we forget to set the switch
back to 'on'. Fix that.
2013-01-30 13:05:33 -05:00
Matthias Clasen
96caacc136 network: Add status label and icon to wifi header
This is part of the design refresh for the network panel.
2013-01-30 13:05:33 -05:00
Matthias Clasen
9f86b03353 network: Add a spinner while connecting
This is part of the new listbox-based design for the
network panel.
2013-01-30 13:05:33 -05:00
Matthias Clasen
d0f0e8c99c network: no more cell renderers
Now that the list has been converted to a listbox, we don't
need any of these anymore.
2013-01-30 13:05:32 -05:00
Matthias Clasen
71dad5e98b network: Initial listbox conversion
This commit turns the main access point list into a listbox,
and moves out-of-range connections into a History dialog.
2013-01-30 13:05:32 -05:00
Bastien Nocera
8d99d1c7c5 background: Update for gnome-shell Screenshot API changes
https://bugzilla.gnome.org/show_bug.cgi?id=692849
2013-01-30 18:05:40 +01:00
Rui Matos
5357cdea8a shell: Fix search result activation on Return key press
'search_view' isn't a GtkIconView anymore and the row-activated
handler relies on having the selection set to the proper row to
activate it.

https://bugzilla.gnome.org/show_bug.cgi?id=692821
2013-01-30 11:18:20 +01:00
Rui Matos
75944f3ac5 shell: Remove unused variable
https://bugzilla.gnome.org/show_bug.cgi?id=692821
2013-01-30 11:17:21 +01:00
Chao-Hsiung Liao
0a1ae7a719 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-01-30 14:21:49 +08:00
Kjartan Maraas
4559b8bd1b Updated Norwegian bokmål translation 2013-01-29 18:28:52 +01:00
Thomas Wood
b22c18e230 sharing: avoid focusing the CcHostnameEntry widget when the panel is shown
https://bugzilla.gnome.org/show_bug.cgi?id=691763
2013-01-29 16:23:17 +00:00
Piotr Drąg
090bae865e Updated Polish translation 2013-01-29 16:54:12 +01:00
Jeremy Bicha
bcc1cc2a5a mouse: Fix conflicting mnemonic
'Test Your Settings' and 'Disable while typing' both were set to 't'

https://bugzilla.gnome.org/show_bug.cgi?id=692767
2013-01-29 09:32:03 -05:00
Matthias Clasen
f3b8b5f932 power: Fix mnemonic activation
There were some stupid mistakes, where we didn't set up the
right mnemonic widgets due to variable reuse. For the automatic
suspend row, we have to work a little harder to make mnemonic
activation work, by connecting directly to ::mnemonic-activate.
https://bugzilla.gnome.org/show_bug.cgi?id=692754
2013-01-29 06:56:31 -05:00
Thomas Wood
dbcffa5d9b sharing: Hide Bluetooth sharing when there is no Bluetooth adapter
https://bugzilla.gnome.org/show_bug.cgi?id=691764
2013-01-28 17:50:43 +00:00
Debarshi Ray
4a86ebff50 online-accounts: Replace the hacked up GtkTreeView with a EggListBox
https://bugzilla.gnome.org/show_bug.cgi?id=692442
2013-01-28 13:11:15 +01:00
Daniel Mustieles
4358230b0e Updated Spanish translation 2013-01-28 12:33:14 +01:00
Matthias Clasen
cf7530b234 power: Improve keyboard navigation
This commit 'links' the arrow navigation between the list boxes
in the power page, so that it becomes possible to arrow down all
the way from the battery section to automatic suspend. We also
set up the focus adjustment so that the focus row gets scrolled
into view.

This requires the egg-list-box module to have
commit 98b0a39efe7b1892570ece53748ab153a91b9cbc.

https://bugzilla.gnome.org/show_bug.cgi?id=692171
2013-01-28 10:50:12 +01:00
Bastien Nocera
f8c8088e48 egg-list-box: Update to latest master
To add the keynav-failed signal for the power plugin
2013-01-28 10:38:58 +01:00
Bastien Nocera
edc40ccf7d gvc: Update to latest master
Fix a compile-time warning:
cc1: warning: ./gvc/: No such file or directory [enabled by default]
2013-01-28 10:29:48 +01:00
Bastien Nocera
d1bddfe8c6 notifications: Fix compile time warning 2013-01-28 10:29:48 +01:00
Matej Urbančič
c563b26201 Updated Slovenian translation 2013-01-27 22:49:43 +01:00
Fran Diéguez
b27101087c Updated Galician translations 2013-01-27 17:21:29 +01:00
Kjartan Maraas
94b6f28c08 Updated Norwegian bokmål translation 2013-01-27 12:50:31 +01:00
A S Alam
e0cfd8141b PA Update (alam): Punjabi Translation completed 2013-01-27 10:09:11 +00:00
Matej Urbančič
3d8033fdb3 Updated Slovenian translation 2013-01-26 23:14:33 +01:00
Matej Urbančič
272ccab4b5 Updated Slovenian translation 2013-01-26 22:30:48 +01:00
Matej Urbančič
096e5e542b Updated Slovenian translation 2013-01-26 20:38:53 +01:00
Gheyret Kenji
e1652745b2 Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-01-26 13:07:23 +09:00
Piotr Drąg
97b4067c01 Updated POTFILES.in 2013-01-25 19:33:31 +01:00
Rui Matos
7221f9cd54 common: gdm-languages moved to gnome-desktop as gnome-languages
That code is useful for other core desktop modules.

https://bugzilla.gnome.org/show_bug.cgi?id=692414
2013-01-25 16:29:15 +01:00
Daniel Mustieles
23cda5e6ff Updated Spanish translation 2013-01-25 14:47:43 +01:00
Daniel Mustieles
cafd8506f7 Updated Spanish translation 2013-01-25 14:12:22 +01:00
Daniel Mustieles
15a3018249 Remove markup from UI file 2013-01-25 14:09:08 +01:00
Dimitris Spingos
d2bbe16085 Updated Greek translation 2013-01-25 15:02:42 +02:00
Daniel Mustieles
633855a4f4 Remove markup from UI file 2013-01-25 13:42:46 +01:00
Daniel Mustieles
738ee014fa Updated Spanish translation 2013-01-25 12:54:42 +01:00
Мирослав Николић
0feee0004e Updated Serbian translation 2013-01-25 12:21:02 +01:00
Nilamdyuti Goswami
37ec3971d2 Assamese translation updated 2013-01-25 14:55:58 +05:30
Nilamdyuti Goswami
4cefdb4262 Assamese translation updated 2013-01-25 13:42:17 +05:30
Luca Ferretti
968696a18d Updated Italian translation 2013-01-25 00:53:56 +01:00
Luca Ferretti
7a67acefca color: Avoid to mark numbers as translatable and add a context to adjectives
close bug 692476
2013-01-25 00:52:48 +01:00
Luca Ferretti
4d9c6f3766 Updated Italian translation 2013-01-24 21:59:45 +01:00
Piotr Drąg
953c12aacb Updated POTFILES.in 2013-01-24 18:31:27 +01:00
Richard Hughes
98fde07657 color: Allow the user to remove automatically added profiles
You need to be running colord from git master for this feature to work.
2013-01-24 16:47:54 +00:00