commit 33b5f0a9c0d5c604dbd91ba96a797ae5a8104ef2 Author: Bastien Nocera Date: Tue Jul 21 16:16:51 2015 +0200 3.17.3 NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 54 insertions(+), 1 deletion(-) commit f7467d21756d58acacf698a3d8aca7d2ddaadb13 Author: Bastien Nocera Date: Mon Jul 20 11:27:53 2015 +0200 datetime: Make it possible to focus the time spin buttons https://bugzilla.gnome.org/show_bug.cgi?id=752609 panels/datetime/datetime.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 50fc04fbb1d37b8a96edc873eb20719e6f0a4a4c Author: Daniel Mustieles Date: Mon Jul 20 11:57:33 2015 +0200 Updated Spanish translation po/es.po | 95 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 47 insertions(+), 48 deletions(-) commit 109d9e28b32c50d994e1a4530e5e36eda9892cbe Author: Pedro Albuquerque Date: Sat Jul 18 09:56:40 2015 +0000 Updated Portuguese translation po/pt.po | 79 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 39 insertions(+), 40 deletions(-) commit 5d59ee52886cb567635a30fe9ccc9094538fc198 Author: Marek Černocký Date: Sat Jul 18 09:08:22 2015 +0200 Updated Czech translation po/cs.po | 304 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 148 insertions(+), 156 deletions(-) commit 4b4a19ee0d6aed6e38b379c640cf15da4e6fc831 Author: Balázs Úr Date: Fri Jul 17 13:15:52 2015 +0000 Updated Hungarian translation po/hu.po | 281 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 137 deletions(-) commit 4748b469d32a6a3a5df0aed8f898ebbd7b2a977f Author: Sveinn í Felli Date: Thu Jul 16 13:32:07 2015 +0000 Updated Icelandic translation po/is.po | 459 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 234 insertions(+), 225 deletions(-) commit af861bf954d352777227567b25104687a245164b Author: Yosef Or Boczko Date: Thu Jul 16 13:25:21 2015 +0300 Updated Hebrew translation po/he.po | 477 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 240 insertions(+), 237 deletions(-) commit 3717e985ebfb09d3310fb2039650006e73133a9c Author: Christophe Fergeau Date: Sun Jun 21 10:23:28 2015 +0200 shell: Don't call gtk_clutter_init() when using cheese cheese_gtk_init() is called as well and will be taking care of that for us. https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit a70172cfeacd1037e3b1d43431cd10b8084dbf6d Author: Christophe Fergeau Date: Sat Jun 20 21:04:12 2015 +0200 shell: Move cheese_gtk_init() call earlier Now that we handle local command line arguments, the 'command_line' vfunc can no longer get the initial argc/argv passed to the process. Now, cheese_gtk_init() is called unconditionally from main() where argc/argv are available. https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 13 ------------- shell/main.c | 8 ++++++++ 2 files changed, 8 insertions(+), 13 deletions(-) commit 3f586c4a95720f97ba58cb9f29484e93f232494a Author: Christophe Fergeau Date: Sat Jun 20 21:05:20 2015 +0200 shell: Handle --version as a regular argument It was handled through a callback calling exit(). Now that we have a handle-local-options callback, we can handle it as a regular argument from there. https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) commit b484470e5629bcc0909a57decbddd2dd66f944e2 Author: Christophe Fergeau Date: Sat Jun 20 15:27:14 2015 +0200 shell: Handle --list from the local instance This is an help-like parameter, so we want its output to show up in the terminal from which gnome-control-center was just started, not from the terminal from which the main gnome-control-center instance was started. https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) commit b3138a4c0fed20bd949144839ba7919035b3bb52 Author: Christophe Fergeau Date: Tue Jun 23 16:54:42 2015 +0200 shell: Connect to "handle-local-options" signal https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 7 +++++++ 1 file changed, 7 insertions(+) commit e8485dea69230631a2e923cdca743c2249ed9e3e Author: Christophe Fergeau Date: Sat Jun 20 15:20:15 2015 +0200 shell: Parse command line args into a GVariantDict Since we are using g_application_add_main_option, we can remove the global variable used to parse the arguments into, and get the parsed arguments from the GVariantDict returned by g_application_command_line_get_options_dict(). This is in preparation for handling some command line options in the local gnome-control-center instance, and others in the remote instance. https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 52 ++++++++++++++++++-------------------------------- 1 file changed, 19 insertions(+), 33 deletions(-) commit 750bb5158d65a653e3e748d25783c07653e4557c Author: Christophe Fergeau Date: Sat Jun 20 14:27:24 2015 +0200 shell: Use g_application_add_main_option_entries Since GApplication provides this API, we can as well use it, this will be useful in order to correctly split option handling between the local instance and the main instance. https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) commit 0db5500232ec07daa564cce626f43787e0c1612a Author: Christophe Fergeau Date: Sat Jun 20 13:32:55 2015 +0200 shell: Don't handle --help ourselves GOption can handle --help for us, so we don't need to reimplement this ourselves. This causes a small regression as starting a main gnome-control-center instance and then running gnome-control-center --help will cause the main instance-control-center to exit. This will be fixed in the following patches, and this fixes the opposite bug: if gnome-control-center is not running, gnome-control-center --help would not exit after displaying the help before this commit. https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 28 ---------------------------- 1 file changed, 28 deletions(-) commit c33ac8bca97f6b844f54861dd1cdad241d5eedfa Author: Christophe Fergeau Date: Tue Jun 23 10:29:50 2015 +0200 shell: Fix GVariantBuilder leak When a GVariantBuilder is created with g_variant_builder_new(), it must be unref'ed with g_variant_builder_unref() when no longer needed. In this case, we can just use a local stack-allocated GVariantBuilder to avoid the leak. https://bugzilla.gnome.org/show_bug.cgi?id=751597 shell/cc-application.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit c84722248e41946fd995cff3ce773f9b80b2f4d7 Author: Christophe Fergeau Date: Wed Jul 8 18:04:41 2015 +0200 shell: Revert "Let panels have their own commandline flags" This reverts commit 31a8a99440cce715b2e32ca71a6cbf650eab012a. This was meant for bgo#695885 which has stalled for a while, so this feature has no in-tree user. This commit removes it for now, this can be readded when users for it materialize. https://bugzilla.gnome.org/show_bug.cgi?id=751597 panels/keyboard/cc-keyboard-panel.c | 10 ++++------ panels/network/cc-network-panel.c | 3 +-- panels/online-accounts/cc-online-accounts-panel.c | 6 +++--- panels/sound/cc-sound-panel.c | 5 ++--- shell/cc-application.c | 6 ------ shell/cc-panel-loader.c | 17 ----------------- shell/cc-panel-loader.h | 2 -- shell/cc-panel.c | 12 ------------ shell/cc-panel.h | 4 ---- 9 files changed, 10 insertions(+), 55 deletions(-) commit 7ce6ce68073488601053099b25b1fc29e86d7380 Author: Ondrej Holy Date: Tue Jul 14 15:11:28 2015 +0200 user-accounts: Fix enterprise user login permitting Commit 3e6b741a introduced check for NULL on um_realm_object_get_common. Unfortunatelly one check is wrong and breaks the login permitting. The patch fixes the wrong check. https://bugzilla.gnome.org/show_bug.cgi?id=752405 panels/user-accounts/um-account-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f2f4626f645f531637ec6ff790f0411811455e42 Author: Rui Matos Date: Mon Jul 13 14:29:46 2015 +0200 region: Avoid overly long labels causing horizontal scrolling Just ellipsize them instead. https://bugzilla.gnome.org/show_bug.cgi?id=752383 panels/region/cc-input-chooser.c | 1 + 1 file changed, 1 insertion(+) commit c8986f602af6557d373be6247d32b45f6a439115 Author: Rui Matos Date: Mon May 25 16:43:28 2015 +0200 network/net-device-ethernet: Re-work how we keep track of connections When we're finalizing, the remote settings instance might already be gone and thus we can't list connections. In particular this happens at panel finalization resulting in the following warning: libnm-glib-CRITICAL **: nm_remote_settings_list_connections: assertion 'NM_IS_REMOTE_SETTINGS (settings)' failed because cc_network_panel_dispose() unrefs the remote settings object before all the NetDevice instances are finalized. Since we only need to list connections on finalize to disconnect a signal we can instead use g_signal_connect_object() and keep the connections that we're keeping track of in a hash table instead of g_object_set_data(). https://bugzilla.gnome.org/show_bug.cgi?id=749850 panels/network/net-device-ethernet.c | 23 ++++++++--------------- panels/network/net-device-ethernet.h | 2 ++ 2 files changed, 10 insertions(+), 15 deletions(-) commit 12898d3e19f283933fbaa8d6b48d561fb85e943b Author: Pedro Albuquerque Date: Wed Jul 15 08:53:01 2015 +0000 Updated Portuguese translation po/pt.po | 222 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 103 insertions(+), 119 deletions(-) commit 753cc487973b9599e2758545abe8a26cdc425498 Author: Hannie Dumoleyn Date: Tue Jul 14 17:35:28 2015 +0200 Updated Dutch translation Master 3.18 po/nl.po | 593 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 301 insertions(+), 292 deletions(-) commit 880cc01550bc180bf1c4ce96b63f0f5fd8fe355d Author: Marek Kasik Date: Mon May 25 14:57:04 2015 +0200 printers: Don't show the same device multiple times Pass all discovered devices to 'GroupPhysicalDevices' instead of just the devices already present in the list and the newly discovered ones. Replace an existing device in the list if there is a better device (e.g. replace 'usb:' by 'hp:' device). https://bugzilla.gnome.org/show_bug.cgi?id=693186 panels/printers/pp-new-printer-dialog.c | 146 ++++++++++---------------------- panels/printers/pp-utils.c | 4 +- 2 files changed, 49 insertions(+), 101 deletions(-) commit b02f7722dd1a1ba921bc318660546d58757229c0 Author: Marek Kasik Date: Tue May 26 16:34:39 2015 +0200 printers: Check whether we have a device name Check whether we've been able to find a usable name of given device to avoid dereference of NULL in canonicalize_device_name(). https://bugzilla.gnome.org/show_bug.cgi?id=749896 panels/printers/pp-utils.c | 3 +++ 1 file changed, 3 insertions(+) commit 61a0a8c633b39f56adbdca6ff9655f6815c5f66d Author: Daniel Mustieles Date: Mon Jul 13 10:32:57 2015 +0200 Updated Spanish translation po/es.po | 22820 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 11412 insertions(+), 11408 deletions(-) commit ac59708d3f604be614306b802612bc66e40effee Author: Bastien Nocera Date: Wed Oct 9 23:11:31 2013 +0200 datetime: Fix incorrect sensitivity when permission is missing When the permission is missing, we shouldn't make the rows sensitive. https://bugzilla.gnome.org/show_bug.cgi?id=709774 panels/datetime/cc-datetime-panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit fc2dc5a0463d43ea1ac6c203e2e476bfa14cae86 Author: Dušan Kazik Date: Fri Jul 10 14:56:17 2015 +0000 Updated Slovak translation po/sk.po | 267 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 136 insertions(+), 131 deletions(-) commit 9403d055f6b68447bfdc9a934901c6ce02f84acd Author: Piotr Drąg Date: Fri Jul 10 16:31:21 2015 +0200 Updated Polish translation po/pl.po | 197 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 99 insertions(+), 98 deletions(-) commit 83a55046ca3eeb59cede72117c5aebc2a589e25d Author: Matthias Clasen Date: Wed Mar 25 12:19:01 2015 -0400 power: Make the automatic suspend row accessible Orca was not reading this row at all - since the row is clickable (role 'push button'), orca expects it to have an accessible name. So, lets set one. https://bugzilla.gnome.org/show_bug.cgi?id=746756 panels/power/cc-power-panel.c | 1 + 1 file changed, 1 insertion(+) commit d6acbcaa19147cc6ad5faf3d18ee4c7ffa9d787a Author: Fabio Tomat Date: Thu Jul 9 14:55:39 2015 +0000 Updated Friulian translation po/fur.po | 228 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 117 insertions(+), 111 deletions(-) commit b06bac0583e638338488ed6555be8bcedd62a94d Author: Fabio Tomat Date: Thu Jul 9 13:59:40 2015 +0000 Updated Friulian translation po/fur.po | 105 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 59 insertions(+), 46 deletions(-) commit 9584d9afab69b5258f3042a07a1a6dd398584513 Author: Fabio Tomat Date: Thu Jul 9 12:25:02 2015 +0000 Updated Friulian translation po/fur.po | 428 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 215 insertions(+), 213 deletions(-) commit c73c573c9ec8baf4fd95b00fc3617aa99e555c86 Author: Matej Urbančič Date: Wed Jul 8 15:46:45 2015 +0200 Updated Slovenian translation po/sl.po | 557 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 280 insertions(+), 277 deletions(-) commit ae7b1a97ebe02f5535ed4d883f868328b9eb311a Author: Rui Matos Date: Tue Jul 7 18:07:44 2015 +0200 common: Tick an unselected row when enter is pressed This makes the dialog easier to use via keyboard navigation since otherwise we would just dismiss the dialog with the current selection on enter when the user actually intended to change the selection. https://bugzilla.gnome.org/show_bug.cgi?id=752001 panels/common/cc-language-chooser.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit 7916040cea8387e8c63fef4ad1bdc91e75a0b0e2 Author: Rui Matos Date: Tue Jul 7 17:58:47 2015 +0200 region: Tick an unselected row when enter is pressed This makes the dialog easier to use via keyboard navigation since otherwise we would just dismiss the dialog with the current selection on enter when the user actually intended to change the selection. https://bugzilla.gnome.org/show_bug.cgi?id=752001 panels/region/cc-format-chooser.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit 73644fdecc172736e8719a43787f4303779d6e9a Author: Rui Matos Date: Tue Jul 7 17:20:36 2015 +0200 region: Dismiss dialog if the activated row was already ticked This makes the dialog a bit friendlier to use. https://bugzilla.gnome.org/show_bug.cgi?id=752001 panels/region/cc-format-chooser.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 32653a0a657b09de803da9f67ca32148a5f4b8dc Author: Rui Matos Date: Tue Jul 7 17:17:35 2015 +0200 common: Dismiss dialog if the activated row was already ticked This makes the dialog a bit friendlier to use. https://bugzilla.gnome.org/show_bug.cgi?id=752001 panels/common/cc-language-chooser.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit adc4459db46a318099e38ecb0e75513c3e3d1e54 Author: Fabio Tomat Date: Mon Jul 6 15:02:17 2015 +0000 Added Friulian translation po/LINGUAS | 1 + po/fur.po | 6964 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 6965 insertions(+) commit f290d71e9a20c757ef285a4e7abaac5d8330718e Author: Ondrej Holy Date: Fri Jun 26 15:55:06 2015 +0200 mouse: Adapt to changes in gsd-input-helper Redundant code can be removed from mouse panel thanks to changes in gsd-input-helper. https://bugzilla.gnome.org/show_bug.cgi?id=749818 panels/mouse/gnome-mouse-properties.c | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) commit 912e78d896f559e59ea3a287723ba2f633bd9a34 Author: Rui Matos Date: Thu Jul 2 15:17:28 2015 +0200 common: Update from gnome-settings-daemon panels/common/gsd-input-helper.c | 107 ++++++++++++++------------------------- panels/common/gsd-input-helper.h | 15 ++---- 2 files changed, 42 insertions(+), 80 deletions(-) commit ae11d34c602c08ae345f59fc8d1775194e284667 Author: Jason Gerecke Date: Wed Jun 17 14:04:30 2015 -0700 wacom: Fix window decorations being visible in calibrator window The 'on_fullscreen' function which handles the 'window-state-event' signal should be returning a gboolean value. Fix the function signature and have it return FALSE to allow the event to continue to propagate. https://bugzilla.gnome.org/show_bug.cgi?id=751129 panels/wacom/calibrator/calibrator-gui.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 0005c32ded0f3e81963493d4bcf9be9a9d2844fc Author: Dave Airlie Date: Tue Mar 31 10:21:15 2015 +1000 display: Fix making a tiled monitor primary again Don't break out of loop if we weren't primary, as this is stopping the user swapping back and forward between primary and secondary with a tiled monitor. i.e. user sets monitor to secondary and attempts to go back to primary and it fails to move it. https://bugzilla.gnome.org/show_bug.cgi?id=751680 panels/display/cc-display-panel.c | 2 -- 1 file changed, 2 deletions(-) commit 458cebb26d8f9350e79b7235308b42820306f835 Author: Dave Airlie Date: Wed Oct 15 17:24:03 2014 +1000 display: Add support for tiled monitors The display panel needs to ask libgnome-desktop in a few places whether the panel is tiled. https://bugzilla.gnome.org/show_bug.cgi?id=751680 configure.ac | 2 +- panels/display/cc-display-panel.c | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) commit 8a5ddf8a6658e9052106f14b410a543c559c7563 Author: Akom Chotiphantawanon Date: Wed Jul 1 11:08:04 2015 +0700 Updated Thai translation po/th.po | 323 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 165 insertions(+), 158 deletions(-) commit 18a59758cab1e129f80c06d1f19edc7bddaa4611 Author: Piotr Drąg Date: Tue Jun 30 16:07:55 2015 +0200 Updated POTFILES.in po/POTFILES.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit a4551fe51b91e35f1d925d6231c0cb8ec09fc69e Author: Bastien Nocera Date: Tue Jun 30 15:01:54 2015 +0200 po: Update for recent datetime panel changes po/POTFILES.in | 4 ++++ 1 file changed, 4 insertions(+) commit 6279dcd0a6813fc521f79d7d1231c2e39615ea32 Author: Bastien Nocera Date: Thu Jun 11 17:39:02 2015 +0200 datetime: Respect the date endianess When the user changes the date, order the widgets in the same order as how the date is printed in that locale. https://bugzilla.gnome.org/show_bug.cgi?id=750799 panels/datetime/big.ui | 106 +++++++++++++++++++++++++++++ panels/datetime/cc-datetime-panel.c | 25 +++++++ panels/datetime/datetime.gresource.xml | 4 ++ panels/datetime/datetime.ui | 121 --------------------------------- panels/datetime/little.ui | 106 +++++++++++++++++++++++++++++ panels/datetime/middle.ui | 106 +++++++++++++++++++++++++++++ panels/datetime/ydm.ui | 106 +++++++++++++++++++++++++++++ 7 files changed, 453 insertions(+), 121 deletions(-) commit c4b4b8bdc5534108668d7c2c0a4d4779f965ea24 Author: David Henningsson Date: Wed Jun 3 10:11:00 2015 +0000 sound: Support more channels in speaker test Add support for mono, front-left-of-center and right-left-of-center channels in speaker test dialogue. https://bugzilla.gnome.org/show_bug.cgi?id=750324 panels/sound/gvc-speaker-test.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit bd3f41d01423d634938d026d9d093d9c397d8009 Author: Pedro Albuquerque Date: Mon Jun 29 22:21:09 2015 +0000 Updated Portuguese translation po/pt.po | 2441 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1275 insertions(+), 1166 deletions(-) commit e9294e5cc7c13c534d7779fc1f622b6c7df2867c Author: Bastien Nocera Date: Mon Jun 29 13:42:36 2015 +0200 network: Fix possible crash when changing airplane mode When changing the airplane mode, either from the Bluetooth panel, or through gnome-shell's status menu, we would receive signals from the Rfkill gnome-settings-daemon service, even after the network panel was closed, as we didn't unref' it. Except that the panel was mostly gone. So splat. https://bugzilla.gnome.org/show_bug.cgi?id=751482 panels/network/cc-network-panel.c | 1 + 1 file changed, 1 insertion(+) commit df54973136ed109a767ad250a0f8c33183233659 Author: Mathieu Bridon Date: Tue Jun 23 16:55:10 2015 +0200 network: Only share a new wifi connection if the user is allowed to Making a new connection available to other users requires being an admin, or entering an admin password. If we enable that option by default for new connections, we effectively prevent non-admin users from connecting to new networks when they go to the coffee shop without their laptop admin. https://bugzilla.gnome.org/show_bug.cgi?id=751378 configure.ac | 3 ++- panels/network/net-device-wifi.c | 26 ++++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) commit d2c0b66275683169395616d19fce8d4dacfe84bf Author: Bastien Nocera Date: Wed Jun 17 10:53:07 2015 +0200 power: Fix possible crash if up_client_get_devices() fails up_client_get_devices() can fail if upower crashes or isn't available. Make sure not to crash ourselves by handling NULL return values as we do later in the loop. See https://bugzilla.redhat.com/show_bug.cgi?id=1175421 https://bugzilla.gnome.org/show_bug.cgi?id=751095 panels/power/cc-power-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dbe6eb9bbfb169edba678653d57b71e078bac9a4 Author: Rui Matos Date: Mon Jun 29 16:12:57 2015 +0200 common: Update from gnome-settings-daemon panels/common/gsd-device-manager-x11.c | 12 +++---- panels/common/gsd-input-helper.c | 63 ++++++++++++++++++++++++++++------ panels/common/gsd-input-helper.h | 5 ++- 3 files changed, 62 insertions(+), 18 deletions(-) commit 1f4f6ded0fd4a1cc333148c7e4ab11b9631e4779 Author: Michael Biebl Date: Sun Jun 28 13:02:25 2015 +0200 Make it possible to override SSHD_SERVICE Upstream of openssh does not yet ship a systemd service file, so distros add them downstream and unfortunately use different names: E.g. on Fedora the unit is called sshd.service, on Debian/Ubuntu it is called ssh.service. Therefore make it possible to override SSHD_SERVICE via CFLAGS. https://bugzilla.gnome.org/show_bug.cgi?id=751326 panels/sharing/cc-remote-login-helper.c | 3 +++ panels/sharing/cc-remote-login.c | 2 ++ 2 files changed, 5 insertions(+) commit a0591ec804355c9f0abd3ddc7ef9ad1e3f754155 Author: Marek Černocký Date: Sat Jun 27 22:31:56 2015 +0200 Updated Czech translation po/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit aab5f062faa4a59fa9098c000ba15b5ef58aa373 Author: Marek Černocký Date: Mon Jun 22 22:53:16 2015 +0200 Updated Czech translation po/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 64883b961089669a6b3762fda54286054fda21d2 Author: Balázs Úr Date: Mon Jun 22 20:48:53 2015 +0000 Updated Hungarian translation po/hu.po | 442 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 221 insertions(+), 221 deletions(-) commit fdc6b295521ac9905fcf0827ddd648e3472ff0c3 Author: Marek Černocký Date: Sat Jun 20 12:14:18 2015 +0200 Updated Czech translation po/cs.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit e09dd156b8675aeca65138f98a15a4aefac1d344 Author: Marek Černocký Date: Fri Jun 19 18:03:38 2015 +0200 Updated Czech translation po/cs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 184b460a33f9141a1bac5e38a3ee52d7f9c93a91 Author: Marek Černocký Date: Tue Jun 16 12:19:57 2015 +0200 Updated Czech translation po/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ed50357f82e017c805581853fa97e0f9182b1443 Author: Marek Kasik Date: Tue May 26 11:43:08 2015 +0200 printers: Show border around 'No printers detected' text The GtkStack page which shows the label 'No printers detected' in the 'New printer dialog' misses border. This commit places the GtkLabel into a GtkFrame to achieve that. https://bugzilla.gnome.org/show_bug.cgi?id=749883 panels/printers/new-printer-dialog.ui | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) commit fb49b256f5de247cf3a6f4d4f32845df10ce8ff5 Author: Marek Kasik Date: Mon May 25 16:00:19 2015 +0200 printers: Don't expand search entry Don't expand search entry when device detection ends. Place the GtkSpinner into a GtkFixed to achieve that. https://bugzilla.gnome.org/show_bug.cgi?id=749883 panels/printers/new-printer-dialog.ui | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) commit 623abfb4283dcfd3242464b88766597c1b0605f6 Author: Mathieu Bridon Date: Thu Jun 11 18:09:39 2015 +0200 datetime: Fix date endianess for en_HK Hong Kong people expect to use a little endian date in English. (and a big endian date in Chinese) The D_FMT format string for en_HK is '%A, %B %d, %Y', which the current code parses as middle endian. This commit makes the code parse it as little endian, that is it doesn't ignore the %A formatter any more. en_HK is the only UTF-8 locale with this D_FMT format string, so this shouldn't change anything for other locales. https://bugzilla.gnome.org/show_bug.cgi?id=750781 panels/datetime/date-endian.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b2d6b7afe1d122f75523880da17d79854199dd0 Author: Mathieu Bridon Date: Thu Jun 11 18:24:08 2015 +0200 datetime: Support new date endianess for ce_RU https://bugzilla.gnome.org/show_bug.cgi?id=749438 panels/datetime/date-endian.c | 6 ++++++ panels/datetime/date-endian.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) commit 71d5be4cf20876e320ba185b08ff030f1e823dcb Author: Mathieu Bridon Date: Thu Jun 11 18:25:23 2015 +0200 datetime: Fix comment https://bugzilla.gnome.org/show_bug.cgi?id=749438 panels/datetime/date-endian.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3d8cd197c95fbf442e1dbc0930c328c86ca5e560 Author: Dave Airlie Date: Thu Oct 16 08:44:48 2014 +1000 display: Use correctly typed pointer We already assign list->data to output. https://bugzilla.gnome.org/show_bug.cgi?id=750312 panels/display/cc-display-panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4c7189d1b4cf55ae339adab7e2662b8991c1de33 Author: Dave Airlie Date: Wed Oct 15 17:13:57 2014 +1000 display: Refactor get_geometry helper This moves the two functions to the top of the file, changes the get_geometry to return x/y if requested, and refactors the callers to use it. It also refactors some code that open coded the same basic code. https://bugzilla.gnome.org/show_bug.cgi?id=750312 panels/display/cc-display-panel.c | 130 +++++++++++--------------------------- 1 file changed, 38 insertions(+), 92 deletions(-) commit a95f95f35b41b4263a3b23e8d86241989110b31c Author: Marek Černocký Date: Mon Jun 15 10:11:51 2015 +0200 Updated Czech translation po/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 998bf4d86fbae0fd0cdf0df6e5b15b88137df6d6 Author: Marek Černocký Date: Mon Jun 15 10:08:29 2015 +0200 Updated Czech translation po/cs.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 50b3bd216c49d64116e768fe9181270cebaf88d3 Author: Marek Černocký Date: Mon Jun 15 09:56:28 2015 +0200 Updated Czech translation po/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d1171c2ba95407c288ba5fc5bc74237956b98373 Author: Marek Černocký Date: Mon Jun 15 09:50:54 2015 +0200 Updated Czech translation po/cs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 39157d5114384345bedae46ffd2d3675280bdbae Author: Marek Černocký Date: Sun Jun 14 21:17:24 2015 +0200 Updated Czech translation po/cs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3402db30ca71986fa0c097b5c1e817b9377537d6 Author: Daniel Martinez Date: Sun Jun 14 13:41:53 2015 +0200 Update Aragonese translation po/an.po | 914 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 502 insertions(+), 412 deletions(-) commit b5b421288c0df5412076b05b86d8ff532bbcae9f Author: Marek Kasik Date: Fri May 22 11:23:19 2015 +0200 printers: Fix setting of page size Set 'PageSize' instead of 'media' for new printers since we use PPD for construction of the combo for selecting of default paper size. Previously, we've been setting 'media' attribute for new printers. Attribute 'media' is used by IPP but we set paper size using 'PageSize' which comes from PPD in the options dialog. Sometimes (quite often) IPP gets priority over PPD in print systems. Therefore there was inconsistency of what user set as default paper size on the options dialog and what was used. Also don't mark IPP and user's local options as default in PpPPDOptionWidget since it should use just PPD (we can change PPD values only in this widget). Since we use PPD for setting of paper size in the options dialog, we shouldn't show a value which user does not change actually (IPP's 'media' vs. PPD's 'PageSize'). https://bugzilla.gnome.org/show_bug.cgi?id=748569 panels/printers/pp-new-printer.c | 4 ++-- panels/printers/pp-ppd-option-widget.c | 3 --- panels/printers/pp-utils.c | 8 ++++---- panels/printers/pp-utils.h | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) commit 80dce1ee4ccf3807761da5a6b16057e81f17a319 Author: Marek Kasik Date: Fri May 22 11:17:07 2015 +0200 printers: Remove unused function Function printer_set_default_media_size() is not used anywhere in Printer panel. https://bugzilla.gnome.org/show_bug.cgi?id=748569 panels/printers/pp-utils.c | 58 ---------------------------------------------- panels/printers/pp-utils.h | 2 -- 2 files changed, 60 deletions(-) commit 99d675856ad55c22f87de0281f58fdb07a231e61 Author: Bastien Nocera Date: Fri Jun 12 14:07:33 2015 +0200 network: Fix all Wi-Fi networks having gear buttons Only the networks with existing connection should have gear buttons. This is a regression from 9ffaff74724aafe29a836b472dd682e6156ef00f. If the widget we add as a stack page isn't visible, the page will not be shown. As we later add another page with that button, we'd end up showing that by default. https://bugzilla.gnome.org/show_bug.cgi?id=750841 panels/network/net-device-wifi.c | 1 + 1 file changed, 1 insertion(+) commit a9572596f46b252b687b4f664fb3c10f0401d75b Author: Alexandre Franke Date: Wed Jun 10 18:27:15 2015 +0000 Updated French translation po/fr.po | 287 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 143 deletions(-) commit da9b74061f5822d070a941aaa5ee41a77050a4b1 Author: Marek Kasik Date: Thu May 28 16:45:04 2015 +0200 printers: Install selected printer when the row is activated Allow user to install printer by activating a row with a found device. https://bugzilla.gnome.org/show_bug.cgi?id=748206 panels/printers/pp-new-printer-dialog.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 7672eddec93f2edd773fcbf3e66938a4bfa3e083 Author: Marek Kasik Date: Thu May 28 16:44:39 2015 +0200 printers: Fix focus chain of the 'New printer dialog' Disable 'can-focus' for widgets which don't need that in the 'New printer dialog'. https://bugzilla.gnome.org/show_bug.cgi?id=748206 panels/printers/new-printer-dialog.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit bfd6423dc9d3079ce5be9dc9e36b56cb202c47bb Author: Marek Kasik Date: Thu May 28 16:43:57 2015 +0200 printers: Set focus of the 'New printer dialog' correctly Show the 'New printer dialog' after setting transient parent for it so that the warning about missing transient parent is not shown to the user and the dialog is correctly focused. https://bugzilla.gnome.org/show_bug.cgi?id=748206 panels/printers/pp-new-printer-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8da91c38cccd1f7bdf8e0d3b559b3abc5abb7505 Author: Stas Solovey Date: Tue Jun 9 23:05:58 2015 +0000 Updated Russian translation po/ru.po | 437 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 219 insertions(+), 218 deletions(-) commit 96a8bca2472a0f0235933564491392b490e27df0 Author: Muhammet Kara Date: Tue Jun 9 17:07:25 2015 +0000 Updated Turkish translation po/tr.po | 582 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 296 insertions(+), 286 deletions(-) commit 7b6b3aac393ee29a5ab3e65ec11ea4b212bd4ade Author: Martin Hatina Date: Thu May 28 13:53:39 2015 +0200 printers: Fix possible crash after closing the panel Disconnect on_lockdown_settings_changed and on_permission_changed signals when printers panels is being disposed, so they won't get called after panel no longer exists. https://bugzilla.redhat.com/show_bug.cgi?id=1218003 https://bugzilla.gnome.org/show_bug.cgi?id=750019 panels/printers/cc-printers-panel.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit b6d7bb856d2d840b852ff3cb22cea119b670eea8 Author: Bastien Nocera Date: Thu Jun 4 19:17:43 2015 +0200 display: Don't show rotation for builtin display on tablets If there's an accelerometer builtin to the display, don't show the rotation buttons, it will be handled by the user rotating the display, eventually with the rotation lock in use. https://bugzilla.gnome.org/show_bug.cgi?id=750410 panels/display/cc-display-panel.c | 127 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 123 insertions(+), 4 deletions(-) commit f31c3b16c7aa3a95bbe4db2286378c8a755540e8 Author: Bastien Nocera Date: Thu May 7 12:26:12 2015 +0200 power: Describe batteries properly when not called BAT0 When the main battery isn't called BAT0, as happens on a dual-battery, convertible Toshiba laptop, we would tag both batteries as "Extra". Mark the first one as being the main battery. In the longer-term, we'll have UPower exporting the exact information about which is in the "dock" and which is in the same package as the processing unit, when the kernel exports it. See https://bugzilla.kernel.org/show_bug.cgi?id=97841 https://bugzilla.gnome.org/show_bug.cgi?id=748592 panels/power/cc-power-panel.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-)