Robert Ancell
bf67ebc34e
wifi: Don't translate placeholder text
...
Placeholder text was marked as translatable, but this is always replaced so
no need to translate it. Remove two unused tabs with translatable labels.
2018-08-27 22:48:05 +00:00
Will Cooke
817a065e50
network: Use monospace font for wi-fi hotspot password
...
https://bugzilla.gnome.org/show_bug.cgi?id=785413
2018-03-01 11:22:38 -05:00
Georges Basile Stavracas Neto
a124a233ea
network: Replace GtkVBox with GtkBox
...
GtkVBox is deprecated, and GtkBox with the vertical
orientation has the exact same layout.
2018-01-26 22:25:18 -02:00
Xiang Fan
c12c3b9298
wifi: Fix indentation
...
https://bugzilla.gnome.org/show_bug.cgi?id=786736
2018-01-21 13:03:23 -02:00
Georges Basile Stavracas Neto
cf62c0abb7
network: Rework NetDeviceWifi interface
...
The UI definitions of the Wi-Fi devices currently contain many
widgets in the stack, such as the tower icon, the enable/disable
switch and the status.
In the new Wi-Fi panel, all those widgets will clutter the
interface and break the entire UI.
Fix that by splitting those widgets in two different containers:
1. The header_box container, with the menu button and the
enable/disable switch.
2. The center_box widget, with the title and status labels,
which will be consumed by the Wi-Fi panel to be the center
widget of the headerbar.
This commit also introduces two getters that expose those two
containers. With that, another load of code could be simplified.
https://bugzilla.gnome.org/show_bug.cgi?id=784818
2017-07-17 23:41:25 -03:00
Georges Basile Stavracas Neto
3317e88de8
network: Don't manage Wi-Fi devices
...
The Wi-Fi devices are going to be managed with the
to-be-introduced Wi-Fi panel, and don't need to
be available in the Network panel anymore.
This patch then blacklists Wi-Fi devices and doesn't
let the Network panel manage them.
https://bugzilla.gnome.org/show_bug.cgi?id=784818
2017-07-17 23:41:08 -03:00
Jonathan Kang
9cc065bb04
network: Update the hotspot dialog
...
Update the hotspot dialog according to the new redesigned Network
panel[1].
[1] https://github.com/gnome-design-team/gnome-mockups/blob/master/system-settings/network/aday2/network-wires.png
https://bugzilla.gnome.org/show_bug.cgi?id=779841
2017-05-22 12:28:32 -03:00
Piotr Drąg
d791e5b334
Disambiguate "Reset" string with context
2016-09-27 17:36:19 +02:00
Bastien Nocera
50d4cc2263
network: Rename hotspot security key to "Password"
...
https://bugzilla.gnome.org/show_bug.cgi?id=735909
2015-07-26 23:58:17 +02:00
David King
86b7af3f0e
panels: Mark label strings as translatable
...
https://bugzilla.gnome.org/show_bug.cgi?id=736052
2014-09-04 16:00:20 +01:00
David King
745c7ef9de
panels: Fix all but one uses of use-stock property
...
Avoid the deprecated use-stock.
https://bugzilla.gnome.org/show_bug.cgi?id=736052
2014-09-04 14:14:31 +01:00
Bastien Nocera
df834ae74c
network: Center "Wi-Fi hotspot" properties
2014-09-02 19:09:45 +02:00
Frédéric Péters
cde472b6b2
network: give an empty title to the hotspot dialog
...
The hotspot dialog didn't specify a title at all, and that meant
"gnome-control-center" displayed was used as title.
https://bugzilla.gnome.org/show_bug.cgi?id=721162
2014-01-08 14:23:02 +01:00
Yosef Or Boczko
d4ef801743
network: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:26:49 +02:00
Rui Matos
c5b70a7876
network: Remove unused toplevel windows from .ui files
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:02 +02:00
Giovanni Campagna
57f85eb4da
network: remove placeholder label contents
...
We don't want these to appear, not even for a frame.
https://bugzilla.gnome.org/show_bug.cgi?id=706330
2013-08-21 09:41:22 +02:00
Thomas Wood
f17b62ceb3
network: prevent the "Details" and "Hotspot" dialogs from being resizable
...
https://bugzilla.gnome.org/show_bug.cgi?id=702487
2013-06-18 17:38:37 +01:00
Piotr Drąg
1c60b5ede8
Mark some strings as translatable
...
Also unmark some others that probably shouldn't
be translatable in the first place.
2013-04-01 00:13:50 +02:00
Matthias Clasen
cea45f707c
network: Improve accessibility
...
Add accessible names for a number of switches and buttons which
don't have meaningful representation in orca, otherwise.
https://bugzilla.gnome.org/show_bug.cgi?id=693552
2013-02-11 18:22:11 -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
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
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
Jeremy Bicha
f325a5aae3
network: Use the proper Unicode ellipsis (…) instead of three dots
2012-12-03 09:18:15 -05:00
Dan Winship
9e5a8eb5c8
network: Rename "Wireless" to "Wi-Fi" in the UI
...
We support multiple kinds of wireless networks; clarify which kind
we're talking about here.
Also, add "Wi-Fi" and "Wifi" to the desktop file search keywords
(leaving "Wireless" there as well).
https://bugzilla.gnome.org/show_bug.cgi?id=677143
2012-10-11 09:22:34 +02:00
Bastien Nocera
a182126f14
network: Use a better string for the hidden network button
...
https://bugzilla.gnome.org/show_bug.cgi?id=684819
2012-10-09 10:21:40 +02:00
Matthias Clasen
ea0f359e4d
network: Use a regular button for 'Connect to Hidden'
...
The treeview is not really up to this level of custom UI.
https://bugzilla.gnome.org/show_bug.cgi?id=684819
2012-10-03 11:43:34 +02:00
Bastien Nocera
4b30021a97
network: Top-align the back button in wifi panels
2012-09-28 13:35:28 +02:00
Bastien Nocera
ccc3f0bf3c
network: Don't resize the panel or the wifi list
2012-09-28 12:21:25 +02:00
Piotr Drąg
c3c0f2a3e5
Mark string as translatable
2012-09-18 18:39:52 +02:00
Matthias Clasen
98040db22a
network: No selection in the wifi list
...
Set the selection mode to none, to avoid a meaningless and
distracting blue selection in the wifi list.
2012-09-13 15:50:50 +01:00
Matthias Clasen
75d815ded3
network: Remove the saved-ap tab
...
Saved connections without an access point are now shown
in the same tab as all the others.
2012-09-13 15:50:47 +01:00
Matthias Clasen
18248493d5
network: Remove an unused object from the ui file
2012-09-13 15:50:47 +01:00
Matthias Clasen
32c29a3f25
network: Only show 'Out of range' when appropriate
...
Showing it whenever we have a saved connection goes wrong for
all items where we have both an ap and a saved connection.
Also, use the same details page for out-of-range saved connections.
2012-09-13 15:50:46 +01:00
Matthias Clasen
f10a29b10f
network: Make all values selectable and focusable
...
Also, sort them so that the focus chain makes sense.
2012-09-13 15:50:46 +01:00
Matthias Clasen
f6aff65e64
network: Add a 'Last used' item
...
Copy the 'Last used' item for non-active, in-range access
points.
This is another step towards using the same details page
for all aps and connections.
2012-09-13 15:50:45 +01:00
Matthias Clasen
1ba197468b
network: Add a 'Connect' button
...
When showing details of a non-active access point, replace the
'Disconnect' button with a 'Connect' button.
2012-09-13 15:50:45 +01:00
Matthias Clasen
518efcda09
network: Start handling disconnected APs correctly
...
When showing the details for an in-range, but not active access
point, we were just always showing details for the currently
active connection. This commit starts to sort things apart.
2012-09-13 15:50:44 +01:00
Matthias Clasen
56a0be0422
network: Add more buttons
...
Make the details pages for in-range and out-of-range aps more
similar, by adding 'Forget Network' and 'Settings...' buttons
to both.
This is a step towards using the same details page for all
aps and connections.
2012-09-13 15:50:43 +01:00
Matthias Clasen
cd0363d3f5
Set a window title on the hotspot dialog
...
Set a blank title on the hotspot dialog, otherwise it shows up
as gnome-control-center, which is ugly.
2012-09-06 19:10:37 -04:00
Sebastian Keller
6b2557f1b3
network: Improve wifi layout
...
- Increase size of the window
- Remove killswitch and hotspot buttons from scrollview
Signed-off-by: Richard Hughes <richard@hughsie.com>
2012-08-20 10:50:08 +01:00
Matthias Clasen
901ad8c941
network: Cosmetic fixes
...
Mark a few strings as translatable, and rename 'Options' to
'Settings' to match the mockups.
2012-08-08 00:20:04 -04:00
Matthias Clasen
e76472c548
network: Improve the hotspot dialog
...
Change the hotspot dialog to match the mockups more closely.
2012-08-07 23:40:47 -04:00
Richard Hughes
d282d37e92
network: Fix a Gtk warning introduced recently due to a mnemonic widget name
2012-07-30 10:05:41 +01:00
Richard Hughes
ae5acbe421
network: Show hotspot details in a new sub-frame to match the mockup
2012-07-30 09:53:38 +01:00
Cosimo Cecchi
5b1491ba0c
network: don't set 'dim-label' in the <packing> section
...
It should be set among the normal properties.
https://bugzilla.gnome.org/show_bug.cgi?id=680773
2012-07-29 11:42:57 +02:00
Cosimo Cecchi
2ad1d5461a
network: add a shadow to the wireless scrolled window
...
https://bugzilla.gnome.org/show_bug.cgi?id=680773
2012-07-29 11:42:56 +02:00
Richard Hughes
1aa2ed9491
network: Show detailed information about saved wireless connections
2012-07-27 11:49:54 +01:00
Richard Hughes
9a10722da2
network: Show the wireless speed as a seporate line in the details
...
...to match the mockup.
2012-07-26 15:42:00 +01:00
Richard Hughes
9441a74e8a
network: Add another panel for future hotspot information
2012-07-26 14:43:17 +01:00
Richard Hughes
6b526f1213
network: Add network strength to the details panel
2012-07-26 14:29:38 +01:00