Debarshi Ray
92d121fe9c
background: Add CcBackgroundGriloMiner
...
It fetches the most recent 50 images from every Grilo source that has
a corresponding GOA account. Currently the only such source is Flickr.
https://bugzilla.gnome.org/show_bug.cgi?id=707569
2014-02-17 19:53:29 +01:00
Richard Hughes
1df975607a
info: Just show a static 'Check for updates' button
...
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=720946
2014-02-14 10:20:37 +00:00
Marek Kasik
bd1f779608
printers: Delay searching for remote printers
...
Start to search for remote printers on given hostname after
500ms of user's inactivity instead of GtkSearchEntry's default
150ms (the search is very expensive operation).
Keep filtering devices list after the default 150ms and
search immediately if user activates the search entry.
https://bugzilla.gnome.org/show_bug.cgi?id=694154
2014-02-13 15:50:38 +01:00
Marek Kasik
25f9517656
printers: Don't react to icon-press when searching for new printers
...
There is no activatable icon in the new printer dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=694154
2014-02-13 15:50:38 +01:00
Marek Kasik
e2e0c505eb
printers: Don't show tooltip on clear icon when searching for printers
...
The clear icon doesn't do what its tooltip says.
https://bugzilla.gnome.org/show_bug.cgi?id=694154
2014-02-13 15:50:38 +01:00
Marek Kasik
22a558ef80
printers: Don't wait for activation to start search
...
Connect to "search-changed" signal of GtkSearchEntry instead of
"activate" signal when searching for new printers. Cancel previous
searches and start new ones as needed.
https://bugzilla.gnome.org/show_bug.cgi?id=694154
2014-02-13 15:50:37 +01:00
Debarshi Ray
8758ed328b
background: Remove redundant and unused parameter from add_single_file
...
There is no need to pass the source-uri as a parameter as we can get it
from the file itself. This would help in using the same code paths for
local and remote pictures.
https://bugzilla.gnome.org/show_bug.cgi?id=707569
2014-02-13 15:27:27 +01:00
Ondrej Holy
0c5044609d
mouse: fix touch support for the testing widget
...
There is delay in response to tapping without GDK_BUTTON_RELEASE_MASK.
https://bugzilla.gnome.org/show_bug.cgi?id=723294
2014-02-13 15:05:12 +01:00
Debarshi Ray
91e56738b7
background: Minor clean up
...
https://bugzilla.gnome.org/show_bug.cgi?id=707569
2014-02-13 14:03:08 +01:00
Debarshi Ray
6c05a7d176
background: Remove uses of libsocialweb and BgFlickrSource
...
BgFlickrSource will be merged with BgPicturesSource and rewritten using
Grilo at the same time.
https://bugzilla.gnome.org/show_bug.cgi?id=707569
2014-02-13 14:01:16 +01:00
Debarshi Ray
4a403aa825
background: Use GLib API to convert absolute filename to URI
...
https://bugzilla.gnome.org/show_bug.cgi?id=709771
2014-02-13 12:38:01 +01:00
Debarshi Ray
8ef67d6be0
background: Guard against XDG_PICTURES_DIR not being defined
...
https://bugzilla.gnome.org/show_bug.cgi?id=709771
2014-02-13 12:37:58 +01:00
Ryan Lortie
8bf4f51d1a
user-accounts: missing semicolon
2014-02-12 13:27:06 -05:00
Ryan Lortie
07d24bbdab
user-accounts: use POSIX for max login name length
...
Use the POSIX-specified way of determining the maximum length of a valid
username on this system.
https://bugzilla.gnome.org/show_bug.cgi?id=724193
2014-02-12 13:15:29 -05:00
Marek Kasik
ad9c640f5c
printers: Use "Default printer" instead of "Default"
...
Use "Default printer" in the main panel to clarify
what the check button represents.
https://bugzilla.gnome.org/show_bug.cgi?id=706896
2014-02-12 16:18:40 +01:00
Marek Kasik
6d5d28e7d4
printers: Vertically center text for no devices
...
Move the text "No printers detected." to its own GtkLabel
which is vertically and horizontally centerd and show it
instead of GtkTreeView when no devices were found.
https://bugzilla.gnome.org/show_bug.cgi?id=706897
2014-02-12 16:13:04 +01:00
Ryan Lortie
f5063247e9
background: fix link of tester program
...
Libraries belong in _LDADD, not _LDFLAGS.
https://bugzilla.gnome.org/show_bug.cgi?id=724192
2014-02-11 18:40:43 -05:00
Piotr Drąg
bd4094d26e
Fix grammar in a translators comment
2014-02-11 18:15:20 +01:00
Ting-Wei Lan
1ea4b3a90a
universal-access: Remove useless inline functions
...
These inline functions are just wrappers with shorter names. We do not need to
save line length.
https://bugzilla.gnome.org/show_bug.cgi?id=723994
2014-02-11 20:02:53 +08:00
Rui Matos
e08e744578
keyboard: Whitelist a few more options for the 3rd level chooser
...
These work as good as the others since they're simple switches and it
seems that some users want them.
https://bugzilla.gnome.org/show_bug.cgi?id=724066
2014-02-11 10:56:56 +01:00
Bastien Nocera
832f47dcda
universal-access: Use '&' instead of 'and'
...
https://bugzilla.gnome.org/show_bug.cgi?id=689499
2014-02-10 16:07:18 +01:00
Baptiste Mille-Mathias
c677c7e097
[po/fr] Correct the translation for "Lock Screen"
...
In the background capplet, the string for "lock screen" was translated
"Verrouiller l'écran"
(https://git.gnome.org/browse/gnome-control-center/tree/po/fr.po#n59 ) but lock
is not a verb in this case but a noon.
So the translation should rather be something like "Écran de verrouillage"
Comment added accordingly to builder file.
https://bugzilla.gnome.org/show_bug.cgi?id=723967
2014-02-09 21:14:43 +01: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
Antoine Jacoutot
c5268f8a4b
region-panel: do not show Login button if localed is not available
...
Missing org.freedesktop.locale1 means priv->permission will not be set
and will trigger a segfault when used by set_login_button_visibility().
Unconditionally not display the Login button if localed is not available
since it will be useless anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=723550
2014-02-04 15:34:09 +01:00
Debarshi Ray
57c83a1d59
background: Add a placeholder icon before creating thumbnails
...
We do not wait until the first thumbnail is created to start filling up
the store. This avoids the "No Pictures Found" message from showing up
on slow machines were I/O and decoding the data may take a while.
However, placeholders are not shown for PNGs since they might be
screenshots.
https://bugzilla.gnome.org/show_bug.cgi?id=708943
2014-02-03 15:56:27 +01:00
Marek Kasik
1ed138e957
printers: Remove a memory leak
...
TDevice and PpPrintDevice structures have "host_name" member which
should be freed too.
2014-01-30 14:21:28 +01:00
Daniel Mustieles
2c5951819d
Updated FSF's address
2014-01-29 11:27:38 +01:00
Bastien Nocera
49065829ba
wacom: Update from gnome-settings-daemon
2014-01-28 15:55:35 +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
Matthias Clasen
c462c34b28
datetime: Set the filechooser clock format too
...
GTK+ now uses a 12h/24h setting in the org.gtk.Settings.FileChooser
schema to switch the time display in the file chooser. Set this
to be in sync with the global time format preference we have.
https://bugzilla.gnome.org/show_bug.cgi?id=722942
2014-01-26 09:47:51 -05:00
Jonh Wendell
f6d5e84d7f
power: if battery is fully charged but 99%, just round it up
...
https://bugzilla.gnome.org/show_bug.cgi?id=701993
2014-01-21 09:41:33 -02:00
Debarshi Ray
2e0687c0d3
background: Add JPEG 2000 to the list of valid content types
...
https://bugzilla.gnome.org/show_bug.cgi?id=722599
2014-01-20 15:01:47 +01:00
Debarshi Ray
04ef265fa0
background: Add PNM to the list of valid content types
...
https://bugzilla.gnome.org/show_bug.cgi?id=722599
2014-01-20 14:43:05 +01:00
Marek Kasik
69fc7e9fdc
printers: Show correct time of print job
...
g_date_time_new_local() expects month in range 1..12
but localtime() returns month in range 0..11.
g_date_time_new_local() also expects absolute value
for year but localtime() returns number of years since 1900.
Adding 1 to month and 1900 to year fixes this.
2014-01-15 16:59:31 +01:00
Bastien Nocera
a3c2f75f33
online-accounts: Mention Pocket in the keywords
...
https://bugzilla.gnome.org/show_bug.cgi?id=704564
2014-01-13 17:34:15 +01:00
Matthias Clasen
2991d70476
users: Improve logged-in check when deleting users
...
When deleting a user account, we try to check if the user is
still logged in, but we are using an accountsservice API that
ignores console logins. But deleting a user that is logged
in on the console is just as bad, so use
act_user_is_logged_in_anywhere instead, which includes console
logins.
https://bugzilla.gnome.org/show_bug.cgi?id=721951
2014-01-10 12:55:09 -05:00
Jiří Klimeš
db34d8af63
network: make "(none)" slaves (bond, team, bridge) translatable
...
Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=720312
2014-01-10 15:14:12 +01:00
Jiří Klimeš
c2c3ccb04e
network: add Team to connection editor (rh #1040525 )
...
https://bugzilla.redhat.com/show_bug.cgi?id=1040525
Signed-off-by: jirka <jirka@localhost.localdomain>
https://bugzilla.gnome.org/show_bug.cgi?id=720312
2014-01-10 15:14:12 +01:00
Cosimo Cecchi
d0a832b00f
display: show only rotation options if we support them
...
Use the new libgnome-desktop API and determine if we can show or not
rotation options.
https://bugzilla.gnome.org/show_bug.cgi?id=721673
2014-01-09 09:43:33 -08:00
Bastien Nocera
422e2a93e0
info: Fix possible crasher when exiting panel
...
The PackageKit calls weren't cancelled properly when leaving the
panel.
http://bugzilla.gnome.org/show_bug.cgi?id=721839
2014-01-09 16:13:51 +01:00
Debarshi Ray
85a0016b7d
background: The chooser should have exactly 3 columns
...
The correct way to specify the number of columns is to use
gtk_icon_view_set_columns.
https://bugzilla.gnome.org/show_bug.cgi?id=720652
2014-01-08 16:48:18 +01:00
Frédéric Péters
5e35864e28
network: hide hotspot dialog on Escape
...
https://bugzilla.gnome.org/show_bug.cgi?id=721163
2014-01-08 14:23:02 +01: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
Cosimo Cecchi
53801be82a
display: hide Size label when empty
...
We currently just display an empty string next to the Size row if we
can't compute that information. Hide it instead.
https://bugzilla.gnome.org/show_bug.cgi?id=721673
2014-01-07 09:50:59 -08:00
Michael Catanzaro
1a1b1a5c6f
notifications: fix invalid format string
...
GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain
'&' (key 'application-children' from schema
'org.gnome.desktop.notifications'). This call will probably stop working
with a future version of glib.
This is fallout from https://bugzilla.gnome.org/show_bug.cgi?id=719979
https://bugzilla.gnome.org/show_bug.cgi?id=721430
2014-01-07 09:39:19 -06:00
Bastien Nocera
40f10f13e6
network: Fix warnings setting mnemonics
...
Introduced in b5d03b42a0
2013-12-17 11:37:15 +01:00
Carlos Garnacho
c78e22b911
wacom: Fix first animation of calibration UI
...
The "target" was seen moving from 0,0 to the first calibration
point, so 1) avoid target relayouts when the window is still
being positioned and 2) start the "target" actor as hidden so
it isn't seen moving from anywhere when first shown.
https://bugzilla.gnome.org/show_bug.cgi?id=719698
2013-12-16 12:58:35 +01:00
Carlos Garnacho
ee2afb9bd4
wacom: Protect calibrator UI to spawn animations multiple times
...
The window state may be updated more than once, so only initiate
the UI and animations when it's first called.
https://bugzilla.gnome.org/show_bug.cgi?id=719698
2013-12-16 12:58:29 +01:00
Carlos Garnacho
911518d683
wacom: Don't leave stray timelines on the calibration UI
...
Keep the reference for the error/helper messages animations in
the CalibArea struct, so those are destroyed and not leaked, or
possibly crashing when running on already destroyed actors if
the dialog gets cancelled at the right time.
https://bugzilla.gnome.org/show_bug.cgi?id=719698
2013-12-16 12:58:07 +01:00
Carlos Garnacho
e97143e025
wacom: Forgive inconspicuous double clicks when calibrating
...
Those were likely not meant, and will surely make you start over
again on the calibration process.
https://bugzilla.gnome.org/show_bug.cgi?id=719705
2013-12-16 12:44:42 +01:00