commit 5bcbfb0f03ba1d276ad469cca983e70b0a325f56 Author: Rui Matos Date: Tue Oct 15 23:06:25 2013 +0200 3.10.1 NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) commit 429c7a7260ed5676c337e97410be737326ac7e88 Author: Carles Ferrando Date: Sun Oct 13 22:44:54 2013 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 6710 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 3915 insertions(+), 2795 deletions(-) commit 3e9cc947d738c1e2d0eb5bc3d9917849fb733506 Author: Gil Forcada Date: Sun Oct 13 22:44:43 2013 +0200 [l10n] Update Catalan translation po/ca.po | 4176 +++++++++++++++++++++++++------------------------------------- 1 file changed, 1692 insertions(+), 2484 deletions(-) commit f3f618476eab183c1723152ce7e05afe1e6f781a Author: Daniel Korostil Date: Sat Oct 12 13:05:24 2013 +0300 Ukranian translation typo fixes po/uk.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit b1f9717ed4444e0922fc195094d539730383e78c Author: Arash Mousavi Date: Fri Oct 11 15:51:35 2013 +0330 L10N: Updated Persian translations po/fa.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8d838c8396e140b9f7651a2e7bc4be87711ed07e Author: Arash Mousavi Date: Fri Oct 11 13:58:13 2013 +0330 L10N: Updated Persian translations po/fa.po | 3808 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 2240 insertions(+), 1568 deletions(-) commit 935b5d292694f1f587148266bb36a748bc06b451 Author: Milo Casagrande Date: Fri Oct 11 09:48:34 2013 +0200 [l10n] Updated Italian translation. po/it.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 5242af56ee8656a8ef8bd7fd624062587cc77c36 Author: Victor Ibragimov Date: Thu Oct 10 23:41:08 2013 +0500 Tajik translation updated po/tg.po | 923 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 444 insertions(+), 479 deletions(-) commit 76e342ea9dc7cc976fca748257f4cd224de109c0 Author: Bastien Nocera Date: Wed Oct 9 14:57:23 2013 +0200 power: Use device models as names And only fallback to the generic "Wireless Mouse" (eg.) when there's no valid name for it. https://bugzilla.gnome.org/show_bug.cgi?id=709654 panels/power/cc-power-panel.c | 89 ++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 40 deletions(-) commit 95f613bee17a8701f79cf4dd87e43219c4842892 Author: Bastien Nocera Date: Wed Oct 9 12:55:29 2013 +0200 wacom: Fix ~100 pixel offset when calibrating The calibration gui code moved the targets to x,y, instead of placing the centre of the target at x,y, leading to a 47 pixel (half the target's size) offset in both directions (thus 67 pixels deviation as Pythagorus would tell us). panels/wacom/calibrator/calibrator-gui.c | 13 ++++++------- panels/wacom/calibrator/cc-target-actor.c | 12 ++++++++---- panels/wacom/calibrator/cc-target-actor.h | 10 +++++----- 3 files changed, 19 insertions(+), 16 deletions(-) commit bf68dfb62dd4629128a906efcf704e887d3039fa Author: Bastien Nocera Date: Wed Oct 9 12:18:48 2013 +0200 wacom: Fix comment for timeout duration The comment mentioned 5 seconds, but we use 15 seconds. panels/wacom/calibrator/calibrator-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 18dd6ff04f7054225990a6815a488a5fccb416d2 Author: Bastien Nocera Date: Tue Oct 8 20:09:05 2013 +0200 wacom: Fix incorrect default window information The window isn't 1x1... panels/wacom/calibrator/calibrator-gui.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit 7be584f4f9d89161c053e9b8ddb7468216b1724d Author: Bastien Nocera Date: Tue Oct 8 19:25:01 2013 +0200 wacom: Update from gnome-settings-daemon panels/wacom/gsd-wacom-device.c | 16 ++++++++-------- panels/wacom/gsd-wacom-device.h | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) commit 297eb6cfbba15a8a152d0640943af0107262ac3f Author: Bastien Nocera Date: Tue Oct 8 18:59:22 2013 +0200 wacom: Fix use after free Causing random values in the calibration data. panels/wacom/cc-wacom-page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e1dd1ae5d323f2a7a433fa9bb03a98593a55603 Author: Bastien Nocera Date: Tue Oct 8 18:55:19 2013 +0200 wacom: Update from gnome-settings-daemon panels/wacom/gsd-wacom-device.c | 12 ++++++------ panels/wacom/gsd-wacom-device.h | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) commit 4c2c93c01f9f5e0f031b658062e9f653dcb403ee Author: Bastien Nocera Date: Tue Oct 8 18:31:39 2013 +0200 wacom: Update from gnome-settings-daemon panels/wacom/gsd-wacom-device.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) commit 6aa409ffdb85813bb184414b95ac92de8ee5e122 Author: Bastien Nocera Date: Tue Oct 8 08:46:41 2013 +0200 wacom: Reset the calibration before starting a new one We shouldn't be using the old calibration values to create the new ones, so reset the "area" settings before starting a new calibration, and re-apply the saved calibration if the calibration is cancelled or fails. https://bugzilla.gnome.org/show_bug.cgi?id=707784 panels/wacom/cc-wacom-page.c | 75 +++++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 35 deletions(-) commit 21a2a53fea1499eb191cb01e575461a679e199c0 Author: Bastien Nocera Date: Tue Oct 8 17:57:47 2013 +0200 wacom: Update from gnome-settings-daemon panels/wacom/gsd-input-helper.c | 5 +++ panels/wacom/gsd-wacom-device.c | 80 ++++++++++++++++++++++++++++++++++++++--- panels/wacom/gsd-wacom-device.h | 1 + 3 files changed, 82 insertions(+), 4 deletions(-) commit c9864b1ebcfcfdca3909bf89feaf226e4187f0a5 Author: Bastien Nocera Date: Tue Oct 8 11:31:34 2013 +0200 wacom: Fix event filtering in the calibrator We were always getting the events from the core pointer instead of the device itself, so threw all of them away. We need to get the real source device from the event. https://bugzilla.gnome.org/show_bug.cgi?id=707784 panels/wacom/calibrator/calibrator-gui.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit b921ce215f72188e86fa9f58d9a7717cdeec6a9b Author: Bastien Nocera Date: Mon Oct 7 12:37:45 2013 +0200 network: Only start the spinner when we can stop it https://bugzilla.gnome.org/show_bug.cgi?id=709555 panels/network/net-device-wifi.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 57b64368eff47943eba88375d75dce4f95bdeb39 Author: Bastien Nocera Date: Mon Oct 7 16:57:20 2013 +0200 network: Merge two similar functions Merge connection_add_activate_cb() and connection_activate_cb(), the code is too similar. https://bugzilla.gnome.org/show_bug.cgi?id=709555 panels/network/net-device-wifi.c | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) commit 3c1b58ab2a8cf4c01f5aada981113e463df0b4e7 Author: Bastien Nocera Date: Mon Oct 7 12:31:59 2013 +0200 network: Fix warnings when clicking Wi-Fi network Those 2 widgets (the edit page, and the spinner) might be available but we need to read about them from the correct widget, eg. the GtkListBoxRow, not the GtkBox it contains. https://bugzilla.gnome.org/show_bug.cgi?id=709555 panels/network/net-device-wifi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ce8c2eb6f6f69e1c4c2e441e815276656f08a205 Author: Bastien Nocera Date: Mon Oct 7 12:22:57 2013 +0200 network: Fix run-time warning The "edit" widget is only set as data when there is a connection (in make_row) so only hide it when there is a connection. https://bugzilla.gnome.org/show_bug.cgi?id=709555 panels/network/net-device-wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fc181a2d6481fe1234a458df8a707a9ca9e94a1d Author: Gary Ching-Pang Lin Date: Mon Oct 7 15:34:06 2013 +0800 network: Use the parameters property for 8021x The argv property was deprecated. This commit converts the 8021x settings to the parameters property so that the user is able to setup the 8021x connections. https://bugzilla.gnome.org/show_bug.cgi?id=709545 panels/network/net-device-wifi.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) commit 4ecb35ca12292f06af3eb0189668f513e6ee3a97 Author: Kalev Lember Date: Fri Oct 4 21:34:50 2013 +0200 background: Fix a memory leak with wallpaper loading This removes an extra g_object_ref when inserting items to GtkListStore: the list store takes care of incrementing the reference count itself and the caller doesn't need to do it. https://bugzilla.gnome.org/show_bug.cgi?id=709453 panels/background/bg-wallpapers-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3491c6625c93bf98f587be1f7889b17ce8ecc35c Author: Kalev Lember Date: Fri Oct 4 21:28:45 2013 +0200 background: Fix reference counting in background XML loader Commit b9e3603ba4d6b494c0659cbc0196ef9f81fa6a60 added an unref to fix a memory leak, but it went to a wrong place -- in XML loader, all items are stored in a hash table that takes ownership of them, and destroyed when the hash table goes away. This commit fixes the reference counting in the XML loader and adds explicit g_object_ref / g_strdup when inserting values to the hash table to make the memory management more obvious. The following commit fixes the real leak. https://bugzilla.gnome.org/show_bug.cgi?id=709453 panels/background/cc-background-xml.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 24faa84d050acaf6f22f0a4229a183428743f6ee Author: Kalev Lember Date: Fri Oct 4 18:32:54 2013 +0200 datetime: Explicitly destroy toplevel dialogs https://bugzilla.gnome.org/show_bug.cgi?id=709443 panels/datetime/cc-datetime-panel.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 47fb0c426ff746a3d4f05060006738c6ca068570 Author: Kalev Lember Date: Fri Oct 4 18:28:50 2013 +0200 Revert "datetime: Don't leak the dialogs" This caused criticals when on_permission_changed callback tried to access priv->datetime_dialog or priv->timezone_dialog before they had been set up. Another attempt at fixing the leak in the following patch. This reverts commit 545c8865434314739d86df6a656a2461e7d1b609. https://bugzilla.gnome.org/show_bug.cgi?id=709443 panels/datetime/cc-datetime-panel.c | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) commit 7ae60ad2cf8a1346f16e55ad5c733b1c0becaa0b Author: Kalev Lember Date: Fri Oct 4 18:14:46 2013 +0200 datetime: Disconnect from GtkStack signals before widget destruction This fixes a regression from commit 545c886 that caused criticals when leaving the datetime panel. https://bugzilla.gnome.org/show_bug.cgi?id=709443 panels/datetime/cc-datetime-panel.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) commit 22349705832a667844009e3b06beb285d15e6d57 Author: Kalev Lember Date: Fri Oct 4 18:08:22 2013 +0200 datetime: Store am_pm_stack in priv structure This is in preparation for the next patch. https://bugzilla.gnome.org/show_bug.cgi?id=709443 panels/datetime/cc-datetime-panel.c | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) commit d691a817f992120562c0d1022c0615f5f428077b Author: Мирослав Николић Date: Sat Oct 5 06:35:24 2013 +0200 Updated Serbian translation po/sr.po | 1004 +++++++++++++++++++++----------------------------------- po/sr@latin.po | 1004 +++++++++++++++++++++----------------------------------- 2 files changed, 764 insertions(+), 1244 deletions(-) commit 4d615d4df0ee24f5fd9a43c3cfb6354a819603a3 Author: Yuri Myasoedov Date: Fri Oct 4 20:42:21 2013 +0400 Updated Russian translation po/ru.po | 1639 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 882 insertions(+), 757 deletions(-) commit 17126cc7406a480cb13b384d02082259cd0b5f47 Author: Thomas Wood Date: Fri Oct 4 15:02:20 2013 +0100 display: always label the built in display as "1" https://bugzilla.gnome.org/show_bug.cgi?id=709168 panels/display/cc-display-panel.c | 51 +++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 18 deletions(-) commit 516e2a624fca8f698af26683e96190e1bafd5556 Author: Debarshi Ray Date: Thu Oct 3 13:58:03 2013 +0200 background: Remove unused variable Fallout from 79ec684fa4912a1e5bff17ce11b036cef4a298aa https://bugzilla.gnome.org/show_bug.cgi?id=708943 panels/background/cc-background-chooser-dialog.c | 1 - 1 file changed, 1 deletion(-) commit 7585b836be499983ffa5f862393e3ea5bfa236fe Author: Debarshi Ray Date: Thu Oct 3 14:32:44 2013 +0200 background: Set the size request only on the parent Instead of setting the size on each child, set it on the parent grid because only one of those children are visible at any given point. We are cheating a bit by ignoring the fact there is a second child which is always shown -- the button box. This will make the other children lose some height and the dialog will be smaller. However it is still too big for smaller screens. https://bugzilla.gnome.org/show_bug.cgi?id=708943 panels/background/cc-background-chooser-dialog.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit f06a349a2af856e4980c3b59e1f437bc91443c26 Author: Debarshi Ray Date: Fri Oct 4 12:10:14 2013 +0200 Use a consistent set of permissions when creating directories https://bugzilla.gnome.org/show_bug.cgi?id=709417 configure.ac | 2 ++ panels/background/bg-pictures-source.c | 6 ++++-- panels/background/cc-background-panel.c | 6 +++--- panels/sound/sound-theme-file-utils.c | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) commit 9ce45bfd3f642b32c46ac9ec3b8b5645ff5398ac Author: Debarshi Ray Date: Tue Oct 1 19:18:49 2013 +0200 background: Be robust against missing directories, and warn otherwise We want to track the busy state of the source. To do that we will keep a count of the number of pending operations. Not having a check for NOT_FOUND makes it slightly easier to do that. Not a big deal, but I think it outweighs the downfall of showing an extra warning. Plus we are trying to create the directories before using them, so the warning means something fishy has been going on with your system. https://bugzilla.gnome.org/show_bug.cgi?id=708943 panels/background/bg-pictures-source.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 054538c292092fa59f1f345409915d273023881c Author: Bastien Nocera Date: Fri Oct 4 11:15:46 2013 +0200 wacom: Add some more debug to the calibrator tool panels/wacom/calibrator/calibrator.c | 5 +++++ 1 file changed, 5 insertions(+) commit 55744f65448397f53777d7bfdb18fde022bc96a6 Author: Bastien Nocera Date: Fri Oct 4 11:05:27 2013 +0200 wacom: Fix device filtering in calibration UI We receive ClutterEvents, not GdkEvents for button presses on ClutterActors, so use the correct functions to filter devices. This also fixes the offset used to access the coordinates of the events. We were actually using the pointer to the source and x struct members instead of x and y. https://bugzilla.gnome.org/show_bug.cgi?id=707784 panels/wacom/calibrator/calibrator-gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 387e3f98f753442282c3db55f7ce1100ac798d1f Author: Bastien Nocera Date: Fri Oct 4 10:57:43 2013 +0200 wacom: Print debug when calibration is finished panels/wacom/cc-wacom-page.c | 4 ++++ 1 file changed, 4 insertions(+) commit 1288d64952a61a6b8cf255b9003c947414c92008 Author: Thomas Wood Date: Thu Oct 3 10:38:16 2013 +0100 sharing: ensure the hostname in labels is updated https://bugzilla.gnome.org/show_bug.cgi?id=698421 panels/sharing/cc-sharing-panel.c | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) commit 752c964c1c8546bcc5bfe73d911b9e59c77dfcbe Author: Bastien Nocera Date: Fri Oct 4 09:04:42 2013 +0200 wacom: Align the stylus section with the tablet section https://bugzilla.gnome.org/show_bug.cgi?id=709360 panels/wacom/wacom-stylus-page.ui | 3 +++ 1 file changed, 3 insertions(+) commit 7a843ae428a4226be18d85ab5582c7e6e5ea09ec Author: Debarshi Ray Date: Wed Oct 2 23:53:45 2013 +0200 background: Use the same method to set the initial view and toggle This makes it simpler for us to track the busy state of the sources. https://bugzilla.gnome.org/show_bug.cgi?id=708943 panels/background/cc-background-chooser-dialog.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 176e8c3057f737503ffa2eb6ac1582d8134faaba Author: Debarshi Ray Date: Thu Oct 3 11:47:01 2013 +0200 background: Make it possible to use gtkparasite with the test The dialog has to be non-modal for us to be able to inspect it with gtkparasite. panels/background/test-chooser-dialog.c | 1 + 1 file changed, 1 insertion(+) commit 1445700c628105b91153342843d8d93f0f3e1c05 Author: Bastien Nocera Date: Wed Oct 2 19:30:14 2013 +0200 background: Align items in debug output panels/background/cc-background-item.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 42ddaffc9a17e7e0811cc557e6d26e0d69bf511a Author: Bastien Nocera Date: Wed Oct 2 19:17:51 2013 +0200 background: Dump the selected item in the test program panels/background/test-chooser-dialog.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 5d16f81821f7c67781563b154f7ab2d1af9fd075 Author: Bastien Nocera Date: Wed Oct 2 16:32:17 2013 +0200 background: Fix a memory leak when monitoring directories Destroy directory monitors on when the XML object is destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/cc-background-xml.c | 5 +++++ 1 file changed, 5 insertions(+) commit ca77b20062d228919207197b7c2f0f8deffab69e Author: Bastien Nocera Date: Wed Oct 2 19:26:09 2013 +0200 background: Fix double-free when closing the dialog 9955f17d introduced a double-free. panels/background/cc-background-item.c | 1 - 1 file changed, 1 deletion(-) commit b9e3603ba4d6b494c0659cbc0196ef9f81fa6a60 Author: Bastien Nocera Date: Wed Oct 2 18:15:25 2013 +0200 background: Fix memory leak in XML signal handling When emitted in an idle, the item was correctly unref'ed, but not when emitting the signal straight away. https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/cc-background-xml.c | 1 + 1 file changed, 1 insertion(+) commit a0ab6d527f9a06494872198f2cbbd334b7ee315b Author: Bastien Nocera Date: Wed Oct 2 16:31:25 2013 +0200 background: Fix memory leaks in slideshow handling A string was leaked when loading the name of the slideshow, and a file object was left lingering as well. https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/cc-background-xml.c | 2 ++ 1 file changed, 2 insertions(+) commit 9955f17dd47669e3fea3917eca8bb1132bb18a3e Author: Bastien Nocera Date: Wed Oct 2 16:30:23 2013 +0200 background: Fix memory leak in background item object Some fields were never freed. https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/cc-background-item.c | 3 +++ 1 file changed, 3 insertions(+) commit ed589cd5b83c719257d29a19f204392a556cadc3 Author: Bastien Nocera Date: Wed Oct 2 16:29:46 2013 +0200 background: Fix memory leak in Pictures source The enumerator was never unref'ed. https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/bg-pictures-source.c | 1 + 1 file changed, 1 insertion(+) commit d331444591c5e7c0cc045fe2ffaad7ccbf9c9c0c Author: Bastien Nocera Date: Wed Oct 2 13:38:27 2013 +0200 background: Add test program for the selection dialog https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/Makefile.am | 18 ++++++++++++------ panels/background/test-chooser-dialog.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 6 deletions(-) commit c2413a3c3e9dbca16b6a29e65bf36c05b3dcaf86 Author: Bastien Nocera Date: Wed Oct 2 13:36:48 2013 +0200 background: Fix leak of the Flickr source The Flickr source was never disposed of when destroying the selection dialog. https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/cc-background-chooser-dialog.c | 3 +++ 1 file changed, 3 insertions(+) commit e7433f16297109c4369069cf2dbc8ca29fbaab1e Author: Bastien Nocera Date: Wed Oct 2 13:36:19 2013 +0200 background: Fix leak of the preview picture https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/cc-background-panel.c | 1 + 1 file changed, 1 insertion(+) commit 3942035180e9b0853c0517c050975f109ff96f83 Author: Bastien Nocera Date: Wed Oct 2 13:35:21 2013 +0200 background: Fix memory leak in the picture sources The list store was taking a reference to the background item, so we need to unref it on our side to avoid leaking it. https://bugzilla.gnome.org/show_bug.cgi?id=709243 panels/background/bg-colors-source.c | 1 + panels/background/bg-flickr-source.c | 1 + panels/background/bg-pictures-source.c | 1 + 3 files changed, 3 insertions(+) commit b8626fd50ab1a29e82e34d6d7cd4a2555d87c054 Author: Bastien Nocera Date: Fri Sep 13 23:08:34 2013 -0300 sharing: Forcefully enable the MediaExport plugin When enabling DLNA, also make sure to enable the plugin that we use to export the media to the TV or set-top-box, otherwise rygel won't export anything. https://bugzilla.gnome.org/show_bug.cgi?id=708055 panels/sharing/cc-media-sharing.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit fa44b21df5f310d1b20d5b4853d1969376ade251 Author: Thomas Wood Date: Wed Oct 2 16:42:18 2013 +0100 sharing: prevent duplicate folders being selected for media sharing https://bugzilla.gnome.org/show_bug.cgi?id=706661 panels/sharing/cc-sharing-panel.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) commit fb9d98bff19f1764453806a1f92c4712d944a1f7 Author: Rui Matos Date: Mon Sep 30 18:55:03 2013 +0200 network: Update forget button sensitivity when rows are destroyed Doesn't make sense to keep it sensitive after the dialog returns OK. This also avoids using finalized objects if the forget button is clicked after some previously checked rows were destroyed because their connection got removed elsewhere. https://bugzilla.gnome.org/show_bug.cgi?id=709118 panels/network/net-device-wifi.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 22ff598b78e1aa1ef551a8a38aca6826b3b391ea Author: Rui Matos Date: Mon Sep 30 16:45:25 2013 +0200 network: Destroy connection row widget when connection is removed Otherwise all sorts of crashes may happen if it's interacted with. https://bugzilla.gnome.org/show_bug.cgi?id=709104 panels/network/net-device-wifi.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 16502937198a2cc67e003b6176de95387ea175fb Author: Rui Matos Date: Mon Sep 30 14:52:44 2013 +0200 network: Get the correct widget holding the "connection" object data The check button isn't a direct child of the GtkListBoxRow instance that contains the "connection" object data so we are adding the wrong widget to the "rows" list which then gives us a NULL for "connection" in really_forget() and making us fail to remove the connection. https://bugzilla.gnome.org/show_bug.cgi?id=709091 panels/network/net-device-wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b68f7421c6849b47322cab0f348da8491e265d30 Author: Rui Matos Date: Mon Sep 30 14:25:21 2013 +0200 network: Just dismiss forget dialog if response is not OK If the dialog is deleted, for instance, we don't want to take that as OK. https://bugzilla.gnome.org/show_bug.cgi?id=709091 panels/network/net-device-wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1887411a3f5e24a5e376b2a1d18d0a3917986de1 Author: Ryan Lortie Date: Mon Sep 30 23:47:33 2013 -0400 Update Esperanto translation po/eo.po | 5995 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 2969 insertions(+), 3026 deletions(-) commit 81c102ba668ae2d4714e9c8a7b0ef79b975c0c71 Author: Ryan Lortie Date: Tue Oct 1 05:12:52 2013 -0400 Remove two missing files from POTFILES.in These were recently removed as part of bug 708286. po/POTFILES.in | 2 -- 1 file changed, 2 deletions(-) commit e7de1af27b16268bbaf948aed01fcfbf284cad8f Author: Rui Matos Date: Mon Sep 16 23:23:57 2013 +0200 universal-access: Don't leak the dialogs https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/universal-access/cc-ua-panel.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit 926615b3f57d8674a12d02748b42c869bca0665d Author: Rui Matos Date: Wed Sep 18 13:19:55 2013 +0200 universal-access: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/universal-access/cc-ua-panel.c | 2 +- panels/universal-access/uap.ui | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) commit 4001cbfc24497a5135e934e396e1b2a0e6c7eaf3 Author: Rui Matos Date: Wed Sep 18 11:56:36 2013 +0200 user-accounts: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/user-accounts/data/user-accounts-dialog.ui | 17 ----------------- panels/user-accounts/um-user-panel.c | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) commit d8620d3bc155e424452ba24aa505f40a3f12b041 Author: Rui Matos Date: Wed Sep 18 11:51:43 2013 +0200 user-accounts: Remove no longer used .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/user-accounts/data/photo-dialog.ui | 305 ----------------------- panels/user-accounts/user-accounts.gresource.xml | 1 - 2 files changed, 306 deletions(-) commit 3b485b6df27e5f6d6f9352b2216c9c494d11bc32 Author: Rui Matos Date: Tue Sep 17 18:04:57 2013 +0200 user-accounts: Don't leak a dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/user-accounts/um-account-dialog.c | 2 ++ 1 file changed, 2 insertions(+) commit fcb5401f1ef8eb2b545e2696a57f5dd2fa52dbe2 Author: Rui Matos Date: Tue Sep 17 17:44:21 2013 +0200 sharing: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/sharing/sharing.ui | 5 ----- 1 file changed, 5 deletions(-) commit 96b9111865e789bf7a0e6b2df771afce1d5f2da7 Author: Rui Matos Date: Tue Sep 17 17:39:31 2013 +0200 search: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/search/cc-search-panel.c | 2 +- panels/search/search.ui | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) commit 559161b4cbc1cbdec7c3b74ce9179d0e8d06a060 Author: Rui Matos Date: Tue Sep 17 17:34:42 2013 +0200 region: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/region/cc-region-panel.c | 2 +- panels/region/region.ui | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) commit d9196b80d132b74eb9795406ea8952d9a5f7b1fc Author: Rui Matos Date: Tue Sep 17 17:19:51 2013 +0200 privacy: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/privacy/cc-privacy-panel.c | 2 +- panels/privacy/privacy.ui | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) commit 33202b9c79fd1de341fd4c30fb59e9257f233a87 Author: Rui Matos Date: Tue Sep 17 17:19:20 2013 +0200 privacy: Don't leak the dialogs https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/privacy/cc-privacy-panel.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) commit b17bd4ea7e1c119d67ae63967a973029fed61887 Author: Rui Matos Date: Tue Sep 17 17:04:16 2013 +0200 printers: Don't leak a couple of dialogs https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/printers/pp-authentication-dialog.c | 2 +- panels/printers/pp-new-printer-dialog.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) commit 7c58167899020a4ae4f90133172c18336b5080c2 Author: Rui Matos Date: Tue Sep 17 16:50:43 2013 +0200 power: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/power/cc-power-panel.c | 3 --- panels/power/power.ui | 6 ------ 2 files changed, 9 deletions(-) commit 4494045c6dfba1ccbb0df21a67d90d83ae81ef7b Author: Rui Matos Date: Tue Sep 17 16:50:22 2013 +0200 power: Don't leak a dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/power/cc-power-panel.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 9288bbbffc7208bb6806068713b26dfe9df3ba11 Author: Rui Matos Date: Tue Sep 17 16:40:24 2013 +0200 online-accounts: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/online-accounts/cc-online-accounts-panel.c | 2 +- panels/online-accounts/online-accounts.ui | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) commit f83c66154e7be9b7929c6183b3b3f262dec7cec8 Author: Rui Matos Date: Tue Sep 17 16:34:47 2013 +0200 notifications: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/notifications/cc-notifications-panel.c | 2 +- panels/notifications/notifications.ui | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) commit e0583d0c0ae03eab553f8f1b8fe819e2f6691099 Author: Rui Matos Date: Tue Sep 17 16:32:22 2013 +0200 network: Remove an unused dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/network/network.ui | 144 ---------------------------------------------- 1 file changed, 144 deletions(-) commit 2d18798d79e41469e625b04ba2da538b49490187 Author: Rui Matos Date: Tue Sep 17 16:31:38 2013 +0200 network: Don't leak a builder instance https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/network/net-vpn.c | 2 ++ 1 file changed, 2 insertions(+) commit db62c4f8e6287b08912a30ff458e5b89c3b2233b Author: Rui Matos Date: Tue Sep 17 16:31:10 2013 +0200 network: Don't leak a couple of dialogs https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/network/net-device-wifi.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) commit c5b70a7876499d00c5ef50e5106ff5b375aa0391 Author: Rui Matos Date: Tue Sep 17 16:30:30 2013 +0200 network: Remove unused toplevel windows from .ui files https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/network/cc-network-panel.c | 2 +- panels/network/net-device-ethernet.c | 3 --- panels/network/net-device-mobile.c | 7 ------- panels/network/net-device-simple.c | 7 ------- panels/network/net-device-wifi.c | 7 ------- panels/network/net-proxy.c | 7 ------- panels/network/net-vpn.c | 7 ------- panels/network/network-ethernet.ui | 5 ----- panels/network/network-mobile.ui | 5 ----- panels/network/network-proxy.ui | 5 ----- panels/network/network-simple.ui | 5 ----- panels/network/network-vpn.ui | 5 ----- panels/network/network-wifi.ui | 5 ----- panels/network/network.ui | 5 ----- 14 files changed, 1 insertion(+), 74 deletions(-) commit 98ec15a5d5c7c7dc0eb89a0bcde70a1366cb513c Author: Rui Matos Date: Tue Sep 17 15:01:10 2013 +0200 mouse: Remove unused toplevel windows from .ui files https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/mouse/gnome-mouse-properties.c | 2 +- panels/mouse/gnome-mouse-properties.ui | 71 ---------------------------------- panels/mouse/gnome-mouse-test.c | 2 +- panels/mouse/gnome-mouse-test.ui | 5 --- 4 files changed, 2 insertions(+), 78 deletions(-) commit 98719f36595f499fc5ee7ff540d3c9aecc573243 Author: Rui Matos Date: Tue Sep 17 15:00:06 2013 +0200 mouse: Remove unused variable https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/mouse/cc-mouse-panel.c | 1 - 1 file changed, 1 deletion(-) commit f444c7b28c1e4ca52f37630e17381842c3616f47 Author: Rui Matos Date: Tue Sep 17 14:49:10 2013 +0200 keyboard: Don't leak a dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/keyboard/keyboard-shortcuts.c | 2 ++ 1 file changed, 2 insertions(+) commit 640cdb4c475ecb9fa7ece77cc0b1260a59e82dc6 Author: Rui Matos Date: Tue Sep 17 14:48:56 2013 +0200 keyboard: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/keyboard/cc-keyboard-panel.c | 2 +- panels/keyboard/gnome-keyboard-panel.ui | 76 --------------------------------- 2 files changed, 1 insertion(+), 77 deletions(-) commit ae198328262746786fa12f44a98da288df6b6078 Author: Rui Matos Date: Tue Sep 17 14:33:09 2013 +0200 info: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/info/cc-info-panel.c | 2 +- panels/info/info.ui | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) commit 416de8af2ba6e59e57281de25e382f58e36c7deb Author: Rui Matos Date: Tue Sep 17 14:32:30 2013 +0200 info: Don't leak a dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/info/cc-info-panel.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit ea4f2b157d97384275565e461858b7bfce143336 Author: Rui Matos Date: Tue Sep 17 12:38:23 2013 +0200 display: Remove no longer used .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/display/Makefile.am | 14 +- panels/display/cc-display-panel.c | 3 - panels/display/display-capplet.ui | 521 ----------------------------------- panels/display/display.gresource.xml | 6 - 4 files changed, 1 insertion(+), 543 deletions(-) commit a401a914eb6091344483e5c67843cccfc3b9163d Author: Rui Matos Date: Tue Sep 17 12:15:31 2013 +0200 datetime: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/datetime/cc-datetime-panel.c | 2 +- panels/datetime/datetime.ui | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) commit 545c8865434314739d86df6a656a2461e7d1b609 Author: Rui Matos Date: Tue Sep 17 12:14:48 2013 +0200 datetime: Don't leak the dialogs https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/datetime/cc-datetime-panel.c | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) commit 418b9f9811a991d6e8eebb08217ed04850d794da Author: Rui Matos Date: Tue Sep 17 11:45:53 2013 +0200 color: Don't leak the assign dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/color/cc-color-panel.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) commit 177655812c1a266b4599bcb17df92bce4df898fa Author: Rui Matos Date: Tue Sep 17 11:39:53 2013 +0200 color: Don't leak the calibration assistant dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/color/cc-color-panel.c | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) commit 5e0d6269299db248acfd5ae210e5c80e5da20c1e Author: Rui Matos Date: Mon Sep 16 23:36:20 2013 +0200 color: Remove an unused dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/color/color.ui | 249 -------------------------------------------------- 1 file changed, 249 deletions(-) commit 73a7f4c4e301a3b89959822d5fcceaca84e7c782 Author: Rui Matos Date: Mon Sep 16 23:17:43 2013 +0200 color: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/color/cc-color-panel.c | 2 +- panels/color/color.ui | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) commit bd978eaa5cde1f513b3bd8a157fd73d59e70324e Author: Rui Matos Date: Mon Sep 16 22:57:39 2013 +0200 color: Don't leak the calibrate builder instance https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/color/cc-color-calibrate.c | 1 + 1 file changed, 1 insertion(+) commit 62faba9d807355b5112445c59af7809b757930d3 Author: Rui Matos Date: Mon Sep 16 22:56:41 2013 +0200 color: Don't leak the calibrate dialog https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/color/cc-color-calibrate.c | 3 +++ 1 file changed, 3 insertions(+) commit 754238542359dba4c350fa61783f3d7dc99568b8 Author: Rui Matos Date: Mon Sep 16 22:46:15 2013 +0200 color: Remove a duplicate widget instance https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/color/cc-color-calibrate.c | 1 - 1 file changed, 1 deletion(-) commit 37b31bec3bbfe090a544e17dc7917b1498868456 Author: Rui Matos Date: Tue Sep 17 11:51:28 2013 +0200 bluetooth: Remove unused toplevel window from .ui file https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/bluetooth/bluetooth.ui | 5 ----- panels/bluetooth/cc-bluetooth-panel.c | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) commit be3965a76b597f674a5b864d85882dde59cad829 Author: Rui Matos Date: Mon Sep 16 22:27:22 2013 +0200 bluetooth: Remove dead code https://bugzilla.gnome.org/show_bug.cgi?id=708286 panels/bluetooth/cc-bluetooth-panel.c | 3 --- 1 file changed, 3 deletions(-) commit 7a271439c9d30e504bf3003c1d54d5476869d4b8 Author: Rui Matos Date: Mon Sep 16 20:17:55 2013 +0200 universal-access: Remove the mnemonic-activate handler It's wrong because the label's parent isn't a GtkListBoxRow which causes a warning. In any case, we don't need it since GtkLabel already does the work of finding a suitable parent widget to activate on mnemonic-activate which ends up causing GtkListBox to fire its row-activated signal that we already handle. https://bugzilla.gnome.org/show_bug.cgi?id=708283 panels/universal-access/cc-ua-panel.c | 24 ------------------------ 1 file changed, 24 deletions(-) commit 209a5285612cbc3b4ffa42fbc7d1be5da0a6a05e Author: Jan-Michael Brummer Date: Tue Sep 17 19:46:25 2013 +0200 Sharing: Allow screen sharing approving without remote control enabled Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=703898 panels/sharing/cc-sharing-panel.c | 4 ---- 1 file changed, 4 deletions(-) commit fecc2eca87b43fbdbc2cc2ad260bdb7519d3b8d7 Author: Rui Matos Date: Fri Sep 20 17:19:30 2013 +0200 network: Correctly unref NetDevice instances when needed We have to take the GtkListStore own reference into account. https://bugzilla.gnome.org/show_bug.cgi?id=708468 panels/network/cc-network-panel.c | 3 +++ 1 file changed, 3 insertions(+) commit d8bfc9e937db40139e76e9b43c5f57128b01842f Author: Rui Matos Date: Fri Sep 20 17:23:06 2013 +0200 network/net-device-ethernet: Disconnect from NMConnection signals Otherwise we'll crash in our handler if the signal fires after we're finalized i.e. user leaves the network panel. https://bugzilla.gnome.org/show_bug.cgi?id=708468 panels/network/net-device-ethernet.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 8dc9336f52406739d45b098d549f4e7c5040909c Author: Bastien Nocera Date: Thu Sep 19 20:35:10 2013 +0200 build: Fix spelling of PWQUALITY_REQUIRED_VERSION https://bugzilla.gnome.org/show_bug.cgi?id=708400 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d0b939d64d4da8a02dcb07fc2b5e948156f138e0 Author: Ryan Lortie Date: Mon Sep 30 12:11:05 2013 -0400 Update Esperanto translation Reviewed by Kristjan Schmidt po/eo.po | 5627 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 2789 insertions(+), 2838 deletions(-) commit 675bf324f8397eaaa40550217f440dbe1d28c32c Author: Debarshi Ray Date: Mon Sep 30 18:54:56 2013 +0200 background: Remove undefined method declaration panels/background/bg-wallpapers-source.h | 1 - 1 file changed, 1 deletion(-) commit ed890e12c2db504a028fcc18040a62f73a1b163e Author: Cheng-Chia Tseng Date: Mon Sep 30 19:35:31 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 80 ++++++++++++++++++++++++++++++------------------------------- po/zh_TW.po | 80 ++++++++++++++++++++++++++++++------------------------------- 2 files changed, 80 insertions(+), 80 deletions(-) commit 2a787938642c5d8cfa805634696c885bc8a2768a Author: Muhammet Kara Date: Sun Sep 29 20:02:45 2013 +0300 [l10n]Updated Turkish translation po/tr.po | 3160 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1747 insertions(+), 1413 deletions(-) commit 50488b1ea07be40bbcefa1663fe4e3bd86ac180f Author: Yosef Or Boczko Date: Sat Sep 28 22:16:58 2013 +0300 mouse: Make the test button align better https://bugzilla.gnome.org/show_bug.cgi?id=708000 panels/mouse/cc-mouse-panel.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) commit 622a0f5f4a5753aee5278170ffd11bb2ce2a2eb5 Author: Kristjan SCHMIDT Date: Sat Sep 28 11:39:52 2013 +0200 Updated Esperanto translation po/eo.po | 9799 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 6596 insertions(+), 3203 deletions(-) commit da911dce3ce8ca4017144b0a869b2051a23285e2 Author: Ondrej Holy Date: Thu Sep 26 17:35:00 2013 +0200 mouse: remove unnecessary acceleration value setting The acceleration value is set twice, because binding already exists. https://bugzilla.gnome.org/show_bug.cgi?id=708241 panels/mouse/gnome-mouse-properties.c | 2 -- 1 file changed, 2 deletions(-) commit 1fc4a0c6b6001e5388361c91844edda41b011538 Author: Ondrej Holy Date: Tue Sep 17 17:32:53 2013 +0200 mouse: do not reset mouse speed when unset https://bugzilla.gnome.org/show_bug.cgi?id=708241 panels/mouse/gnome-mouse-properties.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 11a074525ce4efae3daa55111f07421851a9dc89 Author: Yosef Or Boczko Date: Fri Sep 27 12:15:25 2013 +0300 shell: Align better the buttons in the headerbar https://bugzilla.gnome.org/show_bug.cgi?id=708000 Signed-off-by: Yosef Or Boczko shell/cc-window.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit fe434b5ab8fcd6a2a44a6bb92862447e62aa2020 Author: Friedel Wolff Date: Thu Sep 26 12:10:39 2013 +0200 Updated translation for Afrikaans (af) po/af.po | 10430 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 7045 insertions(+), 3385 deletions(-) commit 05213b7e806a84e5d554572af3775c7939770dde Author: Muhammet Kara Date: Wed Sep 25 17:44:43 2013 +0300 [l10n] Updated Turkish translation po/tr.po | 6942 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 4627 insertions(+), 2315 deletions(-) commit 871361eb37f80a04ed1ee19dd3350cf894de49f5 Author: Rūdolfs Mazurs Date: Wed Sep 25 14:10:08 2013 +0300 Updated Latvian translation po/lv.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit d577e8d3b8b21825092bd11eca889f0f0166204e Author: Inaki Larranaga Murgoitio Date: Wed Sep 25 11:35:28 2013 +0200 Updated Basque language po/eu.po | 3213 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 1919 insertions(+), 1294 deletions(-) commit 3259b8e021b9345fe6c0d493e65a1738c24c3616 Author: Rūdolfs Mazurs Date: Wed Sep 25 11:59:07 2013 +0300 Updated Latvian translation po/lv.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a5a4be845172d4cda7b39708e486f54e1f60e221 Author: Christian Kirbach Date: Tue Sep 24 17:15:48 2013 +0200 Updated German translation po/de.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-)