Felipe Borges
591b655be5
privacy, help: Link to "Screen Lock" documentation
...
When in the "Screen Lock" page, hitting F1 or going for Help should
open help:gnome-help/privacy-screen-lock
2024-04-02 09:11:31 +00:00
Felipe Borges
7d963db243
privacy, help: Fix broken link to "Location Services" docs
...
The subpage tag name AND the correspondent docs page name were wrong.
2024-04-02 09:11:31 +00:00
Felipe Borges
7f01aa79b3
privacy, help: Remove links to pages without correspondent docs
2024-04-02 09:11:31 +00:00
Felipe Borges
c2a7ebbd5f
privacy, help: Default to opening "Privacy Settings" help page
...
When in the main page or in a subpage without docs, the Help link
should open the "Privacy Settings" page at help:gnome-help/privacy
2024-04-02 09:11:31 +00:00
Felipe Borges
1a54cbf15a
privacy: Remove Microphone page
...
See commit f46fbd18
.
This panel can't really be useful at this point since there's no
portal for apps to access microphones.
See #2848
Fixes #2958
2024-03-28 15:56:55 +01:00
Automeris naranja
f00dc11f38
privacy: Separate subpages files in their respective folders
...
Accessibility and System panel folders also
have this folder structure, which is way more organized.
2024-03-25 14:43:32 +01:00
Felipe Borges
8ffe4b8cf4
privacy: Open subpage when CcPanel.subpage is set
...
Fixes #2940
2024-03-12 10:03:08 +01:00
Marco Melorio
5c75c03b52
privacy: Add thunderbolt page
...
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00
Marco Melorio
71349d80d9
privacy: Add device security page
...
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00
Marco Melorio
8ea49662d6
privacy: Add microphone page
...
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00
Marco Melorio
4eefc51dd2
privacy: Add camera page
...
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00
Marco Melorio
6dac508732
privacy: Add location page
...
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00
Marco Melorio
ef58f0e097
privacy: Add diagnostics page
...
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00
Marco Melorio
c94afe06a8
privacy: Add usage page
...
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00
Marco Melorio
b2eaa54d7d
privacy: Add screen lock page
...
The UI file is not formatted on purpose to facilitate the review. It
will be reformatted in a later commit.
2023-08-03 08:42:10 +00:00
Marco Melorio
81dd3de928
panels: Add empty Privacy panel with navigation
...
It will be filled in later commits.
2023-08-03 08:42:10 +00:00
Matthias Clasen
a4bdc37760
Remove the privacy panel
...
It has been turned into a herd of panels.
2019-11-07 14:40:07 +13:00
Robert Ancell
1752cf3bb5
Make /etc/os-release support common
...
The existing code is used in multiple places with slightly different
implementations.
2019-09-09 21:42:10 +00:00
Iain Lane
39e31e912f
privacy: Remove {get,set}_on_off_label2
...
There's only one instance of this pattern - make the function specific
to that case rather than generic.
The current code is leaking the Label2Data struct and the GSettings
signal connection. The leak of the signal connection was causing a crash
in case the callback was called after the label was destroyed. Instead
of just directly fixing these problems, let's eliminate the intermediate
struct and just support the specific case we're interested in directly.
2019-02-19 11:04:07 +00:00
Matthias Clasen
c41071f997
privacy: Use the location portal permissions
...
The location support in flatpak is changing with the
next releases of geoclue and xdg-desktop-portal, and
the permission table is changing as well. Adapt to these
changes.
This may need some version check, or migration.
2019-01-07 10:59:30 -02:00
Matthias Clasen
2950debe18
privacy: handle microphone and camera
...
This is just adding switches for these new settings
to the panel, no changes to the design.
2019-01-07 10:59:30 -02:00
Adrien Plazas
063656de0d
privacy: Ellipsize the labels
...
This will help the window to fit narrow screens.
2018-11-29 00:48:16 +00:00
Adrien Plazas
e9a5f87080
privacy: Simplify the rows' margins and spacing
...
Simplify the margins of the rows' items and diminish the spacing between
the elements of a row. This will help the window to fit narrow screens.
2018-11-29 00:48:16 +00:00
Robert Ancell
33c91ce738
privacy: Use GtkTemplate
...
Switch from GtkBuilder to using GtkTemplate.
Rename widget IDs to be more readable.
Drop widget IDs that are not used.
Move code into the .ui file that can be.
2018-10-18 01:01:07 +00:00
Robert Ancell
bb7e0e71e1
privacy: Don't use gtk_widget_show_all
...
It is removed in GTK+ 4
2018-10-11 22:21:34 +00:00
Georges Basile Stavracas Neto
a44d395804
Revert "privacy: Cache D-Bus proxies"
...
This reverts commit 754434fa0d
.
2018-08-27 12:56:20 +00:00
Robert Ancell
b81b93193a
privacy: Replace GObject boilerplace with G_DECLARE_TYPE
2018-05-29 10:47:48 +12:00
Benjamin Berg
c2f601a9d4
Move common panel code from shell/ to panel/common
...
This creates a new static library called libwidget which the shell links
against.
2018-04-17 15:26:59 +02:00
Georges Basile Stavracas Neto
754434fa0d
privacy: Cache D-Bus proxies
2018-04-06 22:23:39 -03:00
Georges Basile Stavracas Neto
f52d038283
Revert "panels/privacy: add network connectivity checking toggle"
...
This reverts commit dbbea7ddcb
.
2018-01-26 16:24:15 -02:00
Georges Basile Stavracas Neto
d3097ee60e
Revert "privacy: Don't define structs defined in unavailable libraries"
...
This reverts commit 484b83f821
.
2018-01-26 16:24:03 -02:00
Bastien Nocera
484b83f821
privacy: Don't define structs defined in unavailable libraries
...
Doing:
typedef struct _NMClient NMClient;
when there's no NMClient available barely makes the code more readable,
and doesn't clear show when it would be used.
https://bugzilla.gnome.org/show_bug.cgi?id=737362
2018-01-26 15:14:14 +01:00
James Henstridge
dbbea7ddcb
panels/privacy: add network connectivity checking toggle
...
NetworkManager supports toggling the periodic network check,
a check that by itself can be a security threat since it leaks
information about the host.
This patch adds a periodic network check toggle to the Privacy
panel. This is only enabled when a recent enough NetworkManager
is supported.
https://bugzilla.gnome.org/show_bug.cgi?id=737362
2018-01-26 11:26:31 -02:00
Julian Sparber
b0833430c6
privacy: update location state in panel when it changes
...
Add a signal handler for changes of the location setting to update
(on/off/In use) lable.
https://bugzilla.gnome.org/show_bug.cgi?id=785891
2017-11-23 15:43:33 +01:00
Sebastien Bacher
be90d59991
privacy: use the correct gsd housekeeping bus name
...
https://bugzilla.gnome.org/show_bug.cgi?id=737624
2017-11-01 17:05:45 +01:00
Allan Day
87568e9250
Harmonize list box row layouts
...
While it isn't possible, or even advisable, to make all the list
box rows the same height, using a number of standard heights will
make the control center feel more harmoneous.
Adust the height of the list box rows in Color, Date & Time,
Mouse & Touchpad, Network, Privacy, Region & Language, Sharing
and Universal Access. Makes standard rows that contain labels
and/or controls 58px tall. Some other rows, such as those which
contain two lines of text, are allowed to be taller.
https://bugzilla.gnome.org/show_bug.cgi?id=786384
2017-08-20 18:38:48 +02:00
Bastien Nocera
7758b4258c
privacy: Change references from xdg-app to flatpak
2017-03-18 03:36:42 +01:00
Jeremy Bicha
22daedad49
privacy: Set destructive-action for confirmation buttons only
...
https://bugzilla.gnome.org/show_bug.cgi?id=778567
2017-02-15 11:48:26 +01:00
Bastien Nocera
346f3609b7
privacy: Rename retval in get_privacy_policy_url()
...
It's a URL, not a name.
2016-08-29 13:57:10 +02:00
Bastien Nocera
398641370d
privacy: Fix quoting of distro name and privacy URL
...
Unquote the distribution name and the privacy policy url in
the Problem Reporting dialogue, as those can be shell-quoted (the format
used by /etc/os-release is "shell-compatible").
https://bugzilla.gnome.org/show_bug.cgi?id=770260
2016-08-29 11:46:53 +02:00
Zeeshan Ali (Khattak)
790b2c3198
privacy: Update for PermissionStore DBus API changes
...
As xdg-app has been renamed to Flatpak, the permission store's bus name
and interface name have been changes as well.
https://bugzilla.gnome.org/show_bug.cgi?id=766603
2016-07-25 12:28:37 +01:00
Zeeshan Ali (Khattak)
336851f997
privacy: React to changes in permissions store
...
Currently if control-center is already running with privacy panel in
foreground and user authorizes a new application to gain access to
location information from gnome-shell dialog, this change doesn't get
reflected in the privacy panel to user until they exit privacy panel.
This change fixes this by reacting to changes to permissions store.
https://bugzilla.gnome.org/show_bug.cgi?id=765006
2016-07-25 12:28:37 +01:00
Zeeshan Ali (Khattak)
48c66a5dad
privacy: Only disable apps switches
...
Let's not disable the whole Applications section when "Location Services"
are disabled but rather only the individual app permission switches.
https://bugzilla.gnome.org/show_bug.cgi?id=763259
2016-03-11 13:42:13 +00:00
Zeeshan Ali (Khattak)
76e3a53b2d
privacy: Fix margins around location dialog widgets
...
https://bugzilla.gnome.org/show_bug.cgi?id=763259
2016-03-11 13:42:13 +00:00
Zeeshan Ali (Khattak)
e7509321a5
privacy: Per-app location access control
...
Latest gnome-shell (3.19.91) now asks user if they'd want to allow the
application to gain access to their location information when an
application tries to access this information. The user's choice is saved
in xdg-app's permission store and user can no longer can change their
mind about this later on. Hence the need to provide these per-application
controls in control-center.
https://bugzilla.gnome.org/show_bug.cgi?id=761245
2016-03-03 16:07:58 +00:00
Zeeshan Ali (Khattak)
d77ec8e821
privacy: Indicate location service being used
...
As per the new mockup, we should indicate when location service is in
use:
https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/privacy/privacy-3.20.png
https://bugzilla.gnome.org/show_bug.cgi?id=761245
2016-03-03 16:07:58 +00:00
Zeeshan Ali (Khattak)
3ca5b11d7a
privacy: Move "Location Services" into a dialog
...
We are about to add per-application settings for geolocation access and
they won't really fit well in the main view. This is as per design
mockup:
https://dl.dropboxusercontent.com/u/5031519/privacy/privacy-3.20.png
https://bugzilla.gnome.org/show_bug.cgi?id=761245
2016-03-03 16:07:58 +00:00
Bastien Nocera
72e25ad405
privacy: Mark new string for translation
...
https://bugzilla.gnome.org/show_bug.cgi?id=742375
2015-01-21 19:24:54 +01:00
Bastien Nocera
7977521336
privacy: Add automatic problem reporting setting
...
This functionality requires:
- a system service owning the org.freedesktop.problems.daemon [1]
- a session service listening to the "report-technical-problems"
GSetting and acting upon it [2]
- /etc/os-release linking to a PRIVACY_POLICY_URL [3]
[1] Added in ABRT in this commit:
73a98e3aaf
[2] Added to abrt-applet, see:
https://github.com/abrt/gnome-abrt/issues/107
[3] Defined in systemd in:
http://cgit.freedesktop.org/systemd/systemd/commit/?id=ed9e8bf66d1b3a00aa7fb6d57ec89dd8a3b8d7dc
Note that Fedora does not currently define this URL.
See https://bugzilla.redhat.com/show_bug.cgi?id=1182635
https://bugzilla.gnome.org/show_bug.cgi?id=742375
2015-01-21 18:09:31 +01:00
Rui Matos
2a1455ff7f
privacy: Drop deprecated API usage
...
https://bugzilla.gnome.org/show_bug.cgi?id=740986
2014-12-05 16:13:29 +01:00