Commit graph

162 commits

Author SHA1 Message Date
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
Bastien Nocera
d82ca8d842 privacy: Remove margin_left usage
And correct the margin-start usage when it was different.
2015-01-15 14:59:44 +01:00
Bastien Nocera
05a3af45ec privacy: Fix mnemonic widget for software switch
Copy/paste error.
2015-01-15 14:59:44 +01:00
Bastien Nocera
24a4d4b9bd privacy: Require GTK+ 3.16 in the UI file
Saves us from some glade warnings
2015-01-15 14:59:44 +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
Bastien Nocera
4b04bc53fc privacy: Change the location label so it's short enough
And doesn't resize the shell width when switching panels.
2014-08-19 19:50:22 +02:00
Zeeshan Ali (Khattak)
7bcf4c189f privacy: Add location setting
For now its just a switch to enable/disable geolocation through
gnome-shell's setting. In future we'll hopefully at least have
controls to enable/disable geolocation for applications from here.

https://bugzilla.gnome.org/show_bug.cgi?id=731119
2014-08-19 19:03:52 +02:00
Christophe Fergeau
6f59e146f0 privacy: Use AM_CPPFLAGS rather than INCLUDES
This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')

https://bugzilla.gnome.org/show_bug.cgi?id=732189
2014-06-25 12:46:42 +02:00
Bastien Nocera
f7f5914e89 privacy: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:31 +02:00
Bastien Nocera
8fb9e9b71a privacy: "Immediately" option not truthful
The purging takes place once an hour, not immediately, so relabel
the option to that effect.

See https://bugzilla.redhat.com/show_bug.cgi?id=1056247

https://bugzilla.gnome.org/show_bug.cgi?id=725318
2014-04-29 14:33:21 +02:00
Yosef Or Boczko
4a1f62e6dd privacy: Use header bar in all the dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Richard Hughes
e2c0fd8f8a privacy: Disable the software usage reporting due to various bugs
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=726234
2014-03-13 14:26:47 +00:00
Richard Hughes
dcb22fc333 privacy: Add option to control GNOME Software usage stats
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=723619
2014-02-04 18:56:32 +00:00
Daniel Mustieles
2c5951819d Updated FSF's address 2014-01-29 11:27:38 +01:00
Yosef Or Boczko
5516775790 privacy: Fix the alignment of the combobox in the Screen Lock dialog
https://bugzilla.gnome.org/show_bug.cgi?id=702496

Signed-off-by: Yosef Or Boczko <yoseforb@src.gnome.org>
2014-01-27 13:52:07 +02:00
Yosef Or Boczko
65c8497406 privacy: Use margin-start/end instead of margin-left/right
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:28:45 +02:00
Jasper St. Pierre
dd52ac9417 Add NoDisplay to all gnome-control-center panel .desktop files
These aren't apps -- they're simply launchers for gnome-control-center.
They should not be shown as apps in the UI at all.

https://bugzilla.gnome.org/show_bug.cgi?id=712246
2013-11-15 08:44:53 -05:00
Rui Matos
d9196b80d1 privacy: Remove unused toplevel window from .ui file
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:03 +02:00
Rui Matos
33202b9c79 privacy: Don't leak the dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:03 +02:00
Srinivasa Ragavan
e9a6e679fc privacy: confirm before emptying trash or purging temporary files.
Fixes bug #703163
2013-08-20 19:11:33 +05:30
Kalev Lember
ef1f9e3398 privacy: Remove Name & Visibility section
We no longer show the user's name in the GNOME Shell top bar or in the
lock screen and this dialog no longer has any purpose.

https://bugzilla.gnome.org/show_bug.cgi?id=706301
2013-08-19 19:51:49 +02:00
Alexander Larsson
eac949bd91 privacy: Convert to GtkListBox
https://bugzilla.gnome.org/show_bug.cgi?id=702164
2013-07-02 16:19:09 +01:00
Bastien Nocera
1fd7812154 privacy: Fix default "Retain history" value
Our loop to set the combo box to the current value of
recent-files-max-age didn't work properly for the negative (and default)
-1 value that means "Forever". This fixes the default display value.

https://bugzilla.gnome.org/show_bug.cgi?id=703359
2013-07-01 09:04:54 +02:00
Thomas Wood
873017b344 privacy: prevent the dialog boxes from being resizable
https://bugzilla.gnome.org/show_bug.cgi?id=702487
2013-06-18 17:38:38 +01:00
Bastien Nocera
fb08f0b729 privacy: Link to new help page
https://bugzilla.gnome.org/show_bug.cgi?id=701091
2013-05-28 12:17:42 +02:00
Kalev Lember
c849e4e72b privacy: Add missing semicolons to desktop files
https://bugzilla.gnome.org/show_bug.cgi?id=696806
2013-04-16 11:15:13 +02:00
Cosimo Cecchi
5fdf836588 privacy: don't use header capitalization for some sentences
https://bugzilla.gnome.org/show_bug.cgi?id=694745
2013-03-04 14:50:30 -05:00
Cosimo Cecchi
fb7d156d69 privacy: fix Purge After combobox alignment
https://bugzilla.gnome.org/show_bug.cgi?id=694894
2013-03-01 11:54:12 -05:00
Allan Day
02fd72137e privacy: Update panel comments
Very few of the panel comments provide information that is very
useful. Update them to supplement the panel descriptions - this
will make the search results more helpful.

https://bugzilla.gnome.org/show_bug.cgi?id=694110
2013-02-19 10:41:43 +01:00
Cosimo Cecchi
f064b653df privacy: remove redundant option from the recent files combobox
Since we already have a switch to disable recent files entirely, don't
add another option in the combobox for that.

https://bugzilla.gnome.org/show_bug.cgi?id=693706
2013-02-13 11:15:32 -05:00
Bastien Nocera
1de4c2c4ad privacy: Clarify "Lock Screen After" string
To mention that it's the amount of time after we blanked.
2013-02-12 14:56:12 +01:00
Giovanni Campagna
40c0e40283 privacy: use the right key for notifications in the lock screen
Since the notification filtering was merged in gnome-shell, the right
key is o.g.d.notifications.show-in-lock-screen, and the previous one
is simply ignored.

https://bugzilla.gnome.org/show_bug.cgi?id=692938
2013-01-31 15:35:37 +01:00
Thomas Wood
8d338f66b3 privacy: use a GtkFrame for the border and background of the list box
Now that GtkFrame paints a background, use it to provide the border and
background of the list box.
2013-01-16 14:48:10 +00:00
Bastien Nocera
f549fc2501 privacy: Rename the show-full-name screensaver settings too
As the name was changed to match that of the unlocked shell case.
2013-01-15 09:45:23 +01:00
Bastien Nocera
bbbaff2e0a privacy: Remove use of gnome-shell schema
Use show-full-name-in-top-bar key from the privacy settings instead
of show-full-name in the shell's settings.

https://bugzilla.gnome.org/show_bug.cgi?id=689561
2013-01-15 09:35:29 +01:00
Cosimo Cecchi
8d5f2908b5 panels: add --sourcedir=$(srcdir) when generating resource list
Like b8e93fb333 but for all panels.
2013-01-07 16:23:57 -05:00
Cosimo Cecchi
6f48e0f4de privacy: use a GResource for GtkBuilder UI definition
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:16 +01:00
Matthias Clasen
3d27d8caaf shell: Fittsify panels
Make it possible for panels to go all the way to the edge of the
shell. This is particularly important for panels that scroll, such
as the new power panel. All other panels are changed to compensate
for the loss of external padding.

https://bugzilla.gnome.org/show_bug.cgi?id=691229
2013-01-07 10:51:29 +01:00
Piotr Drąg
0c3da3e45a privacy: fix a comment in .desktop file 2012-12-27 22:30:46 +01:00
Bastien Nocera
e419ee7d4e panels: Remove unused X-GNOME-Settings-Panel key 2012-12-11 17:09:04 +01:00
Bastien Nocera
3686cf7eb8 shell: Make all control-center plugins static
This makes loading faster, with less I/O, avoids unnecessary
code duplication (around 1k lines shaved), and ensures that
all the panels link and work appropriately.

By the same token, it will stop external panels from being
created, and loaded.

https://bugzilla.gnome.org/show_bug.cgi?id=690036
2012-12-11 17:07:39 +01:00
Matthias Clasen
9189093099 privacy: Make rows even taller
Requested in review,
https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-07 22:35:28 -05:00
Matthias Clasen
ca72a56c76 privacy: Make popups work more than once
When closing the popups with Esc, the window gets a delete event.
Since we want to keep the dialog around, we need to handle that
by connecting the gtk_widget_hide_on_delete handler.

https://bugzilla.gnome.org/show_bug.cgi?id=689747
2012-12-05 18:36:52 -05:00
Matthias Clasen
ef6405bfe7 privacy: Don't put an extra separator before the first row
The separator function is called for each row, to allow creating
the separator that goes before that row. We don't want a separator
before the first row, so we return NULL if before == NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=689746
2012-12-05 18:32:34 -05:00
Matthias Clasen
ace5a5e8bc privacy: Fix list sizing issues
Make the list not expand all the way to the bottom.

Revert when https://bugzilla.gnome.org/show_bug.cgi?id=689714
is committed.

https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:46:19 +01:00
Matthias Clasen
8d8fc9926b privacy: Fix alignment issues in the trash dialog
These were pointed out in review.

https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:54 +01:00
Matthias Clasen
b40746726f privacy: Fix alignment issues in recent dialog
These were pointed out in review.

https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:54 +01:00
Matthias Clasen
7cc203af96 privacy: Fix alignment issues in the name dialog
These were pointed out in review.

https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:54 +01:00
Matthias Clasen
f935ed780a privacy: Fix alignment issues in the screen lock dialog
Pointed out in review.

https://bugzilla.gnome.org/show_bug.cgi?id=689607
2012-12-05 17:43:54 +01:00