Felipe Borges
d1d39194e5
user-accounts: Drop unused account-type-model object
...
https://bugzilla.gnome.org/show_bug.cgi?id=767065
2016-06-24 16:13:03 +02:00
Martin Hatina
98cbbeb2db
printers: Use PpPrinter class for renaming
...
Use PpPrinter class for renaming printer asynchronously.
https://bugzilla.gnome.org/show_bug.cgi?id=761539
2016-06-21 13:21:50 +02:00
Martin Hatina
a95bdb91bb
printers: Introduce PpPrinter class
...
Introduce new class that represents printer.
https://bugzilla.gnome.org/show_bug.cgi?id=761539
2016-06-21 13:21:47 +02:00
Tiago Santos
2be260348c
Updated Portuguese translation
2016-06-18 12:25:26 +00:00
Daniel Mustieles
850a2fccef
Updated Spanish translation
2016-06-16 14:31:30 +00:00
Rafael Fontenelle
ebf13bd750
Updated Brazilian Portuguese translation
2016-06-15 18:33:06 +00:00
Felipe Borges
93f71e5260
printers: present spinner while populating the panel
...
https://bugzilla.gnome.org/show_bug.cgi?id=767600
2016-06-15 15:58:27 +02:00
Felipe Borges
8c71b0bc8b
printers: enforce the empty-state patterns
...
https://bugzilla.gnome.org/show_bug.cgi?id=767600
2016-06-15 15:46:19 +02:00
Felipe Borges
11dd608f94
printers: use panel-wide page for empty-state
...
Instead of having the empty-state and no-cups-page states displayed
as tabs of the printer notebook, go for panel-wide pages, which
better highlight these states and doesn't unnecessarily shows the
empty printers list.
This change is also part of the effort of the panel redesign,
according to the mockups at
https://wiki.gnome.org/Design/SystemSettings/Printers
https://bugzilla.gnome.org/show_bug.cgi?id=767600
2016-06-15 15:46:19 +02:00
Felipe Borges
da1d8f0d39
sharing: Update "Remote Login" dialog description
...
To match the new designs at
https://wiki.gnome.org/Design/SystemSettings/Sharing
https://bugzilla.gnome.org/show_bug.cgi?id=767646
2016-06-15 14:19:36 +02:00
Felipe Borges
f3b7c16132
sharing: Drop the "Personal" from "Personal File Sharing"
...
According to the new designs at
https://wiki.gnome.org/Design/SystemSettings/Sharing
https://bugzilla.gnome.org/show_bug.cgi?id=767646
2016-06-15 11:20:56 +02:00
Piotr Drąg
908f4832a4
Updated POTFILES.in
2016-06-15 02:11:24 +02:00
Georges Basile Stavracas Neto
45d6073cd1
window: remove the placeholder view
...
Now that we always show a panel, this placeholder
view is not needed.
This patch removes the placesholder view.
https://bugzilla.gnome.org/show_bug.cgi?id=767301
2016-06-14 12:16:43 -03:00
Georges Basile Stavracas Neto
11ce397d2a
window: adapt to use CcPanelList
...
After introducing the new sidelist class, the
next logical step is to make CcWindow use it.
This patch, then, adapts CcWindow to use CcPanelList
instead of a plain GtkListBox.
https://bugzilla.gnome.org/show_bug.cgi?id=767301
2016-06-14 12:16:43 -03:00
Georges Basile Stavracas Neto
cb1e0c4a01
panel-list: create a custom class to handle the sidelist
...
As the sidelist gets more complex, managing it in CcWindow
would make it very confusing.
This patch introduces the CcPanelList, a widget that manages
the sidelist.
https://bugzilla.gnome.org/show_bug.cgi?id=767301
2016-06-14 12:16:43 -03:00
Georges Basile Stavracas Neto
2777fd583d
panels: use the new categories
...
Following the previous patch, this patch adds the new alternative
categories to the panels' Desktop files. These alternative categories
are only relevant for the alternative Shell, and do not break the
current Shell in any way.
https://bugzilla.gnome.org/show_bug.cgi?id=767301
2016-06-14 12:16:43 -03:00
Georges Basile Stavracas Neto
27ce5b388f
shell-model: introduce new categories
...
Following the previous set of patches for implementing
the next generation Shell, a new set of categories must
be added.
These new categories will reflect on the ordering of the
panels and subpages in the sidelist.
This patch adds these new categories and conditionally
compiles them, to not break the current icon-based Shell.
https://bugzilla.gnome.org/show_bug.cgi?id=767301
2016-06-14 12:16:43 -03:00
Felipe Borges
8e414f88b1
sharing: Move "Remote Login" switch to headerbar
...
According to the new designs at
https://wiki.gnome.org/Design/SystemSettings/Sharing
https://bugzilla.gnome.org/show_bug.cgi?id=767646
2016-06-14 16:00:54 +02:00
Felipe Borges
8b68961431
sharing: Use a checkbutton in the "Screen Sharing" dialog
...
According to the new designs at
https://wiki.gnome.org/Design/SystemSettings/Sharing
We should use a checkbutton instead of a switch for
the "Allow connections to control the screen" option.
Also, this commit changes this option label accordingly.
https://bugzilla.gnome.org/show_bug.cgi?id=767646
2016-06-14 16:00:01 +02:00
Felipe Borges
612ac49205
sharing: Update "Screen Sharing" dialog description
...
To match the new designs at
https://wiki.gnome.org/Design/SystemSettings/Sharing
https://bugzilla.gnome.org/show_bug.cgi?id=767646
2016-06-14 15:59:19 +02:00
Felipe Borges
4d001f7989
sharing: Update "Media Sharing" dialog description
...
To match the new designs at
https://wiki.gnome.org/Design/SystemSettings/Sharing
https://bugzilla.gnome.org/show_bug.cgi?id=767646
2016-06-14 15:58:55 +02:00
Felipe Borges
af1355632f
user-accounts: move spinner to header in Add User dialog
...
https://wiki.gnome.org/Design/SystemSettings/UserAccounts
https://bugzilla.gnome.org/show_bug.cgi?id=767065
2016-06-14 13:12:37 +02:00
Felipe Borges
09cbc05608
user-accounts: move Add User dialog buttons to ui file
...
https://bugzilla.gnome.org/show_bug.cgi?id=767065
2016-06-14 13:12:19 +02:00
Felipe Borges
1db970ecca
user-accounts: port "Add User" dialog to gtk+ composite widget templates
...
https://bugzilla.gnome.org/show_bug.cgi?id=767065
2016-06-14 13:08:21 +02:00
Felipe Borges
de0de51406
user-accounts: split join-dialog from account-dialog
...
The UmAccountDialog class will be ported to gtk widget templates,
in doing so, we are decoupling here the gtkbuilder dependend ui
code from what will be the class code in the port.
Nothing changed in the join-dialog ui code itself.
https://bugzilla.gnome.org/show_bug.cgi?id=767065
2016-06-14 11:25:45 +02:00
Felipe Borges
5e2ed8e7a7
user-accounts: hide language settings for current user
...
Language settings should not be shown. That's what the Region &
Language panel settings are for. See:
https://wiki.gnome.org/Design/SystemSettings/UserAccounts
https://bugzilla.gnome.org/show_bug.cgi?id=767065
2016-06-13 17:18:14 +02:00
Felipe Borges
d1329f13ad
user-accounts: add space between rows in um-user-panel
...
According to the mockups at
https://wiki.gnome.org/Design/SystemSettings/UserAccounts
https://bugzilla.gnome.org/show_bug.cgi?id=767065
2016-06-13 17:07:41 +02:00
Daniel Mustieles
b756290fb1
Updated Spanish translation
2016-06-13 13:27:30 +00:00
Dušan Kazik
ac6c7b1ded
Updated Slovak translation
2016-06-12 10:55:04 +00:00
Muhammet Kara
89f6aa9efc
Updated Turkish translation
2016-06-12 09:35:32 +00:00
GNOME Translation Robot
94de804107
Updated Scottish Gaelic translation
2016-06-11 07:22:43 +00:00
Bastien Nocera
44c16fc6ff
network: Use the correct type for the "ssid" property
...
Set the Hotspot SSID property correctly for libnm 1.2.
2016-06-10 17:21:40 +02:00
Bastien Nocera
e66941753b
network: Fix hotspot silently failing with long hostname
...
By truncating the SSID to 32 bytes.
network-cc-panel-WARNING **: Failed to add new connection: (32) 802-11-wireless.ssid: SSID length is out of range <1-32> bytes
See https://bugzilla.redhat.com/show_bug.cgi?id=1309331
2016-06-10 17:10:35 +02:00
Bastien Nocera
1ce4af4267
shell: Add PrettyHostname to SSID helper
...
For use in the network panel. Comes with tests!
2016-06-10 17:10:35 +02:00
Bastien Nocera
cf3da38691
po: Add an unused source to the skip file
2016-06-10 17:10:35 +02:00
Bastien Nocera
af5f2f3d73
shell: Port tests to GTest
2016-06-10 17:10:35 +02:00
Bastien Nocera
e48b3cc061
printers: Port tests to GTest
2016-06-10 17:10:35 +02:00
Bastien Nocera
1428b52fdc
datetime: Port tests to GTest
...
test-timezone is still disabled though, as it is too noisy still.
2016-06-10 17:10:35 +02:00
Bastien Nocera
d18411dbe2
build: Add GTest Makefile snippet
2016-06-10 15:04:44 +02:00
Cosimo Cecchi
1af73218fc
display: fix accidentally commented out code
...
Not sure why I commented this out before pushing 47dcfee8
-- whoops!
2016-06-09 17:03:48 -07:00
Debarshi Ray
9067983174
online-accounts: Add a Calendar group
...
This will be useful when we add a CalDAV provider.
https://bugzilla.gnome.org/show_bug.cgi?id=767401
2016-06-09 15:53:25 +02:00
Debarshi Ray
0129d8a6ae
online-accounts: Don't use deprecated GoaProviderGroup API
...
https://bugzilla.gnome.org/show_bug.cgi?id=767401
2016-06-09 15:53:25 +02:00
Daniel Mustieles
ec1f4a0210
Updated Spanish translation
2016-06-09 11:49:57 +00:00
Piotr Drąg
118503f248
Updated POTFILES.in
2016-06-08 14:58:06 +02:00
Bastien Nocera
8f359fbe5e
network: Remember "Ignore CA certificate"
...
The CA certificate, when not needed, is saved somewhere in the same
GSettings schema used by nm-connection-editor.
2016-06-07 18:50:38 +02:00
Bastien Nocera
9d4800b5b2
network: Fix warning when BSSID is empty
...
libnm-CRITICAL **: _nm_utils_hwaddr_to_dbus: assertion 'len > 0 && len
<= NM_UTILS_HWADDR_LEN_MAX' failed
2016-06-07 18:50:38 +02:00
Bastien Nocera
8386631dcd
network: Update wireless-security from network-manager-applet
...
To replace the WIP code that landed earlier.
2016-06-07 18:50:38 +02:00
Bastien Nocera
b9d619fb54
network: Update the script to update from nm-applet again
...
Separating out the UI from the backend code.
2016-06-07 18:50:38 +02:00
Bastien Nocera
f5bcb2ed83
network: Fix crash in VPN when removing Wi-Fi connection
...
Wrong number of arguments to the callback.
2016-06-07 18:50:38 +02:00
Bastien Nocera
7250d49513
network: Fix warning when Wi-Fi connections are removed
...
Bug introduced with the fix from 199bd2c
. For Wi-Fi, a row might not
have an associated connection.
2016-06-07 18:50:38 +02:00