commit add2908b038e3a66d2ae68776edd1fe66f5e93ec Author: Jonathan Matthew Date: Sat Sep 27 23:11:48 2014 +1000 Rhythmbox 3.1 NEWS | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 2 +- configure.ac | 2 +- 3 files changed, 59 insertions(+), 2 deletions(-) commit 351c0077eb51b58c8db4bb982c3fd3085cddba17 Author: Wolfgang Stöggl Date: Sat Sep 27 05:17:24 2014 +0000 Updated German translation po/de.po | 457 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 238 insertions(+), 219 deletions(-) commit 547e1642170be8ede9f12938b733afaa5aca6305 Author: Wolfgang Stöggl Date: Sat Sep 27 00:02:52 2014 +0000 Updated German translation help/de/de.po | 1787 +++++++++++++++++++++------------------------------------ 1 file changed, 658 insertions(+), 1129 deletions(-) commit 17fbf3f4317112e2a4fea3813e8b554c8129440f Author: Anders Jonsson Date: Fri Sep 26 21:02:05 2014 +0000 Updated Swedish translation po/sv.po | 140 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 78 insertions(+), 62 deletions(-) commit b0cec86925fefab522301669420c19fa34d2a582 Author: Piotr Drąg Date: Fri Sep 26 13:30:49 2014 +0200 Updated POTFILES.in po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ac89cc6de3465488b0bd3f5728b2949675cfa952 Author: Hubert Figuière Date: Thu Sep 25 10:51:08 2014 -0400 Bug 737368 - rhythmbox.appdata.xml.in should be in data/ data/rhythmbox.appdata.xml.in | 25 +++++++++++++++++++++++++ rhythmbox.appdata.xml.in | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) commit ae47a2ca2d12bab0f1026d4e18384542d5a7a8cd Author: Andika Triwidada Date: Wed Sep 24 13:42:22 2014 +0000 Updated Indonesian translation po/id.po | 135 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 78 insertions(+), 57 deletions(-) commit 0b5c1e558188e1595fb75d9cb754d7f6e19018b0 Author: Claude Paroz Date: Tue Sep 23 13:26:58 2014 +0200 Updated French translation po/fr.po | 287 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 150 insertions(+), 137 deletions(-) commit a5862e9932bb8e3f4c911c7c0a511bc8407baf20 Author: GNOME Translation Robot Date: Tue Sep 23 09:44:53 2014 +0000 Added Scottish Gaelic translation po/LINGUAS | 1 + po/gd.po | 4668 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4669 insertions(+) commit 6e4940021091be280f315a70bef6a12d6973180d Author: Maria Mavridou Date: Tue Sep 23 10:09:16 2014 +0300 Updated Greek translations help/el/el.po | 2614 +++++++++++++++++++++++------------------- po/el.po | 3486 ++++++++++++--------------------------------------------- 2 files changed, 2170 insertions(+), 3930 deletions(-) commit 020304a4c7b2b1da683aaafed2b8040f7783cb56 Author: Piotr Drąg Date: Sun Sep 21 22:05:13 2014 +0200 Updated Polish translation po/pl.po | 138 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 81 insertions(+), 57 deletions(-) commit e7796e2e05ca4290c2bf246233033e6e16a2f05f Author: Piotr Drąg Date: Sun Sep 21 21:58:31 2014 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit a503a231e20d0e01546f77e088d6b6650530b484 Author: Jonathan Matthew Date: Sun Sep 21 23:05:13 2014 +1000 add AppData file, originally from Fedora data/Makefile.am | 8 +++++++- rhythmbox.appdata.xml.in | 25 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) commit 750ca4fd7673b4a4633fff2105188195be92faa8 Author: Hubert Figuière Date: Fri Sep 19 17:17:13 2014 -0400 Bug 737052 - Update song-info.ui and song-info-multiple.ui to more recent Glade / Gtk versions. Gtk+ 3.6 is the minimum now. data/ui/song-info-multiple.ui | 82 ++++++++++------- data/ui/song-info.ui | 198 +++++++++++++++++++++++------------------- 2 files changed, 160 insertions(+), 120 deletions(-) commit b434a02cf3d0dd2ef51d3b71d2efbf980ffd1ec2 Author: Mattias Eriksson Date: Fri Sep 19 20:49:45 2014 +0000 Updated Swedish translation po/sv.po | 2637 ++------------------------------------------------------------ 1 file changed, 77 insertions(+), 2560 deletions(-) commit 86e6242ea54bdd54f5db04ea722bd47ae422eab2 Author: Dušan Kazik Date: Wed Sep 17 17:36:04 2014 +0000 Updated Slovak translation po/sk.po | 615 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 296 insertions(+), 319 deletions(-) commit 5194b024243a43abbcf9780ea202c5e481e2b4b0 Author: Matej Urbančič Date: Tue Sep 16 18:03:22 2014 +0200 Updated Slovenian translation po/sl.po | 680 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 338 insertions(+), 342 deletions(-) commit 72b3e34ff8763ddb8a8642780ee843eda8c8aeaa Author: Jonathan Matthew Date: Tue Sep 16 22:36:46 2014 +1000 entry-view: fix rb_entry_view_scroll_to_iter with gtk 3.14 Since scrolling the tree view is now animated, the row visibility checks in gtk_tree_view_set_cursor don't work when it's called immediately after gtk_tree_view_scroll_to_cell - so it scrolls again, and picks a target point that leaves the selected row at the top or bottom of the view rather than the middle. Instead of gtk_tree_view_set_cursor, just select the row by manipulating the GtkTreeSelection. widgets/rb-entry-view.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit e93c852089bc91f29d6adadef7ebcf96e40f919d Author: Balázs Úr Date: Sun Sep 14 20:28:06 2014 +0000 Updated Hungarian translation po/hu.po | 152 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 81 insertions(+), 71 deletions(-) commit f674867f5f46c08f1c82ef9dba6990a5276823af Author: Jonathan Matthew Date: Sun Sep 14 19:51:23 2014 +1000 podcast: don't download episodes on activation podcast/rb-podcast-source.c | 26 -------------------------- 1 file changed, 26 deletions(-) commit e969c819c1c0e94dd16e0d38ffb91a7934538857 Author: Ville-Pekka Vainio Date: Thu Sep 11 22:28:39 2014 +0300 Finnish translation update by Jiri Grönroos po/fi.po | 699 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 336 insertions(+), 363 deletions(-) commit 43d0b65792edee7ab0a6a0e5405301b36191d872 Author: Jonathan Matthew Date: Wed Sep 10 22:15:54 2014 +1000 xfade: don't resume paused streams when buffering finishes This makes pausable http streams work a lot better. backends/gstreamer/rb-player-gst-xfade.c | 4 ++++ 1 file changed, 4 insertions(+) commit a4cadb991cbc238b8a35e63d3ba776c5fd4b818c Author: Jonathan Matthew Date: Sat Sep 6 23:45:38 2014 +1000 podcast: fix stupid packing for the podcast add dialog https://bugzilla.gnome.org/show_bug.cgi?id=733586 podcast/rb-podcast-add-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fa1dcf58922143d592336ab46f7761de7ffae359 Author: Jonathan Matthew Date: Sat Sep 6 17:10:10 2014 +1000 cell-renderer-expander: use new :checked state if available widgets/gossip-cell-renderer-expander.c | 4 ++++ 1 file changed, 4 insertions(+) commit ebd3a7c983b92e551bc5814c0084e5ccbcfb2884 Author: Andika Triwidada Date: Fri Sep 5 12:52:11 2014 +0000 Updated Indonesian translation po/id.po | 143 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 73 insertions(+), 70 deletions(-) commit 005dbc1765ae9c35a01327afb09764bc3bb6a875 Author: Jonathan Matthew Date: Sun Aug 24 16:54:57 2014 +1000 task-list-display: center align the progress bar widgets/rb-task-list-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fa3f9e47674f740dedf8c739855d2e4bbc61ac57 Author: Jonathan Matthew Date: Sun Aug 24 15:43:05 2014 +1000 fading-image: remove spinner style class No idea why this was here, and it breaks rendering with gtk+ 3.13+ widgets/rb-fading-image.c | 3 --- 1 file changed, 3 deletions(-) commit da6d31817a47573cdb4bb41e8ce3dc008d3a4ee7 Author: Jonathan Matthew Date: Sat Aug 23 11:53:21 2014 +1000 cell-renderer-rating: vertically align the rating stars https://bugzilla.gnome.org/show_bug.cgi?id=735056 widgets/rb-cell-renderer-rating.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 16cff41216d568ebeecff80326b6bb8247356834 Author: Cheng-Chia Tseng Date: Fri Aug 22 16:42:28 2014 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 604 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 303 insertions(+), 301 deletions(-) commit 4d088ae833f0b724a10960a3bf53b0208cce9d3a Author: Jonathan Matthew Date: Wed Aug 20 20:19:55 2014 +1000 display-page-menu: ref page returned by rb_display_page_menu_get_page this is what it was always supposed to do. https://bugzilla.gnome.org/show_bug.cgi?id=735083 sources/rb-display-page-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 161fdca977385a4ee6867afcf5ad30bd884c0d68 Author: Marek Černocký Date: Wed Aug 20 05:36:33 2014 +0200 Updated Czech translation po/cs.po | 75 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 36 deletions(-) commit 180fecf1ad6828de23a788f97a0ac50d175365ac Author: Jonathan Matthew Date: Tue Aug 19 08:51:43 2014 +1000 daap: fix build without libsecret https://bugzilla.gnome.org/show_bug.cgi?id=735021 plugins/daap/rb-daap-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 71ea44b9abd14952276a3c788cdf1bdc08b60e41 Author: wiegner at gmx.de Date: Mon Aug 18 09:06:57 2014 +1000 shell: restore original jump-to-playing behaviour with queue in side pane https://bugzilla.gnome.org/show_bug.cgi?id=729373 again shell/rb-shell.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 5014d855ea0024a7291f8e5dcbe51e1c2650365f Author: Jonathan Matthew Date: Sun Aug 17 22:22:42 2014 +1000 ignore glade backup files .gitignore | 1 + 1 file changed, 1 insertion(+) commit cb4b5997e2ad817057a132a214162b9e989856ac Author: Jonathan Matthew Date: Sun Aug 17 09:45:05 2014 +1000 podcast: hide the property column in the podcast feed view I have no idea how this worked before podcast/rb-podcast-source.c | 1 + 1 file changed, 1 insertion(+) commit 630d689be0ef18e7f82777574743bd0d0ab4e50f Author: Jonathan Matthew Date: Sun Aug 17 09:44:09 2014 +1000 property-view: allow visibility of property column to be changed Custom property views (like the podcast feed view) may want to hide the column that contains the grouping property value. widgets/rb-property-view.c | 28 +++++++++++++++++++++------- widgets/rb-property-view.h | 2 ++ 2 files changed, 23 insertions(+), 7 deletions(-) commit 38625a66cd1dc10abef89be85b9b2976fc2978bd Author: Jonathan Matthew Date: Sun Aug 17 00:18:11 2014 +1000 xfade: always handle bus messages on the main thread Since all signals emitted from the player need to be emitted on the main thread, we can't do anything much with bus messages elsewhere. https://bugzilla.gnome.org/show_bug.cgi?id=734123 backends/gstreamer/rb-player-gst-xfade.c | 57 +++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 12 deletions(-) commit 9ca1eafbbe9ba7bcee2ef18c5eaf9adcb95a031b Author: Jiro Matsuzawa Date: Thu Aug 14 00:32:38 2014 +0900 l10n: Update Japanese translation po/ja.po | 721 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 359 insertions(+), 362 deletions(-) commit f8001a6c7e2094de430aa061ec5840e29ef79629 Author: Jonathan Matthew Date: Tue Aug 12 09:12:56 2014 +1000 fix some introspection annotation warnings lib/rb-debug.c | 4 ++-- lib/rb-file-helpers.c | 4 ++-- lib/rb-util.c | 4 ++-- rhythmdb/rhythmdb-query.c | 4 ++-- rhythmdb/rhythmdb.c | 4 ++-- shell/rb-play-order.c | 2 +- shell/rb-shell-player.c | 8 ++++---- shell/rb-shell.c | 2 +- widgets/rb-entry-view.c | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) commit af586cbd3f5390ac44ab2b1eb724f7fead079ca1 Author: Jonathan Matthew Date: Mon Aug 11 07:46:42 2014 +1000 replace GtkMisc xpad and ypad properties with margin-* margin-left and margin-right are deprecated too, but we can easily switch to margin-start and margin-end once the gtk+ requirement goes up. data/ui/general-prefs.ui | 100 ++++++++++++++++++++++++++++------------------- data/ui/main-toolbar.ui | 45 ++++++++++++--------- data/ui/podcast-prefs.ui | 91 +++++++++++++++++++++++++----------------- data/ui/sync-dialog.ui | 35 ++++++++++++----- widgets/rb-button-bar.c | 2 +- 5 files changed, 168 insertions(+), 105 deletions(-) commit b65b762176f159a65b4468cf4bc4635de8872573 Author: Jonathan Matthew Date: Sat Aug 9 13:46:28 2014 +1000 add missing refs on popup menus podcast/rb-podcast-source.c | 2 ++ sources/rb-browser-source.c | 1 + sources/rb-playlist-source.c | 1 + 3 files changed, 4 insertions(+) commit 1569b882d22acc3ab9f964bfef85500b4c9aa551 Author: Jonathan Matthew Date: Fri Aug 8 23:30:30 2014 +1000 rhythmdb: fix transfer annotation for rhythmdb_entry_new rhythmdb_entry_new is a bit unusual in that the caller doesn't own a reference to the newly created entry. This isn't really a problem as the caller is responsible for deleting its own entries (or at least any callers going via introspection are), and absent any other refcounting bugs, the entry will stay alive until it is deleted. This fixes crashes when deactivating the magnatune plugin, or when quitting with the magnatune catalog loaded. rhythmdb/rhythmdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fa3522494bd424739c13aa0c38830d890689743f Author: Daniel Mustieles Date: Thu Aug 7 14:02:39 2014 +0200 Updated Spanish Translation po/es.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit d33308716210d98260cbf4027ac57f7e000a5496 Author: Daniel Mustieles Date: Thu Aug 7 14:00:48 2014 +0200 Updated Spanish translation po/es.po | 77 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 37 deletions(-) commit 277dba4db14b4a3525562df50a5c31422e877731 Author: Jonathan Matthew Date: Wed Aug 6 09:14:59 2014 +1000 metadata: prefer GST_TAG_DATE to GST_TAG_DATE_TIME mp4 appears to be the only format that uses both, and it places more reliable data in GST_TAG_DATE, so taking that in preference to GST_TAG_DATE_TIME should work for all formats. https://bugzilla.gnome.org/show_bug.cgi?id=734235 metadata/rb-metadata-gst.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 03ea365acc442d7269151a051c9e1a51bf0e8f0f Author: Piotr Drąg Date: Sun Aug 3 20:22:45 2014 +0200 Updated Polish translation po/pl.po | 77 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 39 insertions(+), 38 deletions(-) commit a55a46c5cd355773c33756b15ae0f4b0f312026f Author: Jonathan Matthew Date: Sun Aug 3 19:28:08 2014 +1000 sendto: properly quote arguments to nautilus-sendto https://bugzilla.gnome.org/show_bug.cgi?id=702885 plugins/sendto/sendto.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 6e61f637c11daf2383afe2e5d3daa99a89334f4c Author: Nirbheek Chauhan Date: Sat May 31 09:14:22 2014 +0530 shell: Change mnemonic for "_Comment" in song properties It was the same as the mnemonic for "_Composer". Change it to "Comm_ent". https://bugzilla.gnome.org/show_bug.cgi?id=731025 data/ui/song-info.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a6b1f33668e7d0947d81ef8af81de26bea9fc804 Author: alex Date: Sun Aug 3 19:06:35 2014 +1000 add mnemonics for BPM column and entry https://bugzilla.gnome.org/show_bug.cgi?id=637747 data/ui/general-prefs.ui | 2 +- data/ui/song-info.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 9001e40cce7834827dc8e4cdcc9416b832b56192 Author: Sven Arvidsson Date: Sun Aug 3 17:53:01 2014 +1000 iradio: update Radio Paradise URLs again https://bugzilla.gnome.org/show_bug.cgi?id=731236 plugins/iradio/iradio-initial.xspf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit dab068ff1422ad4d813a82014603a20c285ce21f Author: Ali Vakilzade Date: Thu Jul 31 20:11:54 2014 +0430 man page updated for rb-client --stop data/rhythmbox-client.1 | 3 +++ 1 file changed, 3 insertions(+) commit e35340da1c5a4b722be096e786edacd6d63310e7 Author: Ali Vakilzade Date: Thu Jul 31 20:11:29 2014 +0430 implement stop for rb-client remote/dbus/rb-client.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 5f31720815ea08dac9b4401147ad5144501c0a48 Author: Juan A. Suarez Romero Date: Wed Jul 23 22:38:18 2014 +0000 grilo: Do not free GrlRegistry It is a singleton. https://bugzilla.gnome.org/show_bug.cgi?id=733636 plugins/grilo/rb-grilo-plugin.c | 1 - 1 file changed, 1 deletion(-) commit dc6edc10ae869834fbb6e511e3514cdd4cb3c08c Author: Jonathan Matthew Date: Sun Aug 3 16:54:59 2014 +1000 audioscrobbler: don't use a custom marshaller https://bugzilla.gnome.org/show_bug.cgi?id=733526 lib/rb-marshal.list | 1 - plugins/audioscrobbler/rb-audioscrobbler.c | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) commit 02470658fc0185f5038cbeaf2431df13017bd12f Author: Jonathan Matthew Date: Sun Aug 3 16:20:55 2014 +1000 magnatune: supply secrets to libsecret as strings rather than bytes plugins/magnatune/MagnatuneAccount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f370706edfedffda1e74d80b806db73a36c5a54e Author: Jonathan Matthew Date: Sun Aug 3 16:20:27 2014 +1000 require libsecret 0.18; formerly unstable API is now stable https://bugzilla.gnome.org/show_bug.cgi?id=725884 configure.ac | 2 +- plugins/magnatune/MagnatuneAccount.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) commit 632bc0d7b406b8ae9dec89cf5788e4e5b6e8fcdd Author: Andre Klapper Date: Fri Aug 1 23:41:03 2014 +0200 doap: add rhythmbox.doap | 2 ++ 1 file changed, 2 insertions(+) commit bb0c4ea23984adb92831d59c4037c36bddbf6af8 Author: Daniel Șerbănescu Date: Tue Jul 29 18:30:47 2014 +0200 Updated Romanian Translation help/ro/ro.po | 495 ++++++++++++++++++++-------------------------------------- 1 file changed, 171 insertions(+), 324 deletions(-) commit 7892dd9f94f7cc22f99e2dc6a77601e151c91980 Author: Jonathan Matthew Date: Tue Jul 29 08:43:05 2014 +1000 search-entry: make icons consistent with GtkSearchEntry edit-find-symbolic is always the primary icon, and edit-clear-symbolic is always shown when there's text in the entry. widgets/rb-search-entry.c | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) commit 9e7956d82bffc75b9a0efeaa166b6f08082dd46c Author: Jonathan Matthew Date: Sat Jul 26 18:19:48 2014 +1000 bring back the top and bottom borders for the primary toolbar apparently we should be using a header bar there, but since we're not doing that yet, instead we have css to make it look slightly less awful. data/ui/style.css | 7 +++++++ 1 file changed, 7 insertions(+) commit dc9cc3f24e8746ffe425e2868476696f4d34300f Author: Daniel Mustieles Date: Tue Jul 22 12:34:45 2014 +0200 Updated Spanish translation po/es.po | 86 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 41 deletions(-) commit df6a04a906d27b9db4f0dc6e9abe49cacdff405c Author: Jonathan Matthew Date: Mon Jul 21 23:56:06 2014 +1000 podcast: fix parsed podcast data double free When we think we're parsing an existing feed, free the parsed data if it doesn't match up with anything in the feed list. Otherwise, create episodes if it's the currently selected feed. The logic here was a bit messed up. https://bugzilla.gnome.org/show_bug.cgi?id=733499 podcast/rb-podcast-add-dialog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 5e8d1c1f96c7977db07d37b8f30cd5f55e2c403e Author: Jonathan Matthew Date: Mon Jul 21 23:55:21 2014 +1000 podcast: throw away parsed data if the dialog has been reset podcast/rb-podcast-add-dialog.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 3826a0f2a002a74c8f6e18fdcb8427bc7c180045 Author: Rafael Ferreira Date: Tue Jul 15 15:56:51 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 166 ++++++++++++++++++++++++++++-------------------------------- 1 file changed, 77 insertions(+), 89 deletions(-) commit 671eebbb8c675bccccc6e659dc4d61986d32c935 Author: Daniel Șerbănescu Date: Sun Jul 13 18:45:56 2014 +0200 Updated Romanian Translation help/ro/figures/rb-iradio-main.png | Bin 0 -> 131927 bytes help/ro/figures/rb-podcast-main.png | Bin 0 -> 133050 bytes help/ro/figures/rb-statusbar.png | Bin 0 -> 5150 bytes help/ro/figures/rb-toolbar-prevplaynext.png | Bin 0 -> 3315 bytes help/ro/figures/rb-toolbar-repeat.png | Bin 0 -> 7283 bytes help/ro/figures/rb-toolbar-shuffle.png | Bin 0 -> 7307 bytes help/ro/figures/rb-toolbar.png | Bin 0 -> 12933 bytes help/ro/figures/rb-volume-changer.png | Bin 0 -> 1092 bytes help/ro/figures/rb-window-small.png | Bin 0 -> 23682 bytes help/ro/figures/rb-window.png | Bin 0 -> 140221 bytes help/ro/ro.po | 3690 ++++++++++++++++++++------- 11 files changed, 2775 insertions(+), 915 deletions(-) commit 82cf4e384cf8ff001088c0b41a559befdd8694ca Author: Marek Černocký Date: Sun Jul 13 07:40:06 2014 +0200 Updated Czech translation po/cs.po | 138 +++++++++++++++++++++++---------------------------------------- 1 file changed, 51 insertions(+), 87 deletions(-) commit a097f1cf23001b2ef5245c086915f76576de2f02 Author: Piotr Drąg Date: Sat Jul 12 15:23:21 2014 +0200 Updated Polish translation po/pl.po | 137 +++++++++++++++++++++++---------------------------------------- 1 file changed, 50 insertions(+), 87 deletions(-) commit f3446800cffb87b16a2138a23608ac35d75cca33 Author: Jonathan Matthew Date: Sat Jul 12 19:42:36 2014 +1000 import-dialog: change task label to avoid impression things are being imported https://bugzilla.gnome.org/show_bug.cgi?id=732880 widgets/rb-import-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c83d56e40d7c6931c727cb6c7564e1a45df8a69f Author: Jonathan Matthew Date: Sun Jul 6 11:09:21 2014 +1000 apparently we need glib 2.34 https://bugzilla.gnome.org/show_bug.cgi?id=732764 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1d15f0c8669023ac8b41a80dfd68a388cc0b8c43 Author: Ibrahim Saed Date: Mon Jun 23 15:03:38 2014 +0100 Updated Arabic translation po/ar.po | 110 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 47 insertions(+), 63 deletions(-) commit 03e3a020119f212314c6a7e9b579d09b40624f1c Author: Jonathan Matthew Date: Sun Jun 8 18:47:23 2014 +1000 notification: don't close notifications when paused The previous change wasn't a great idea after all. Instead, only close notifications when the playing entry changes to NULL. https://bugzilla.gnome.org/show_bug.cgi?id=731202 plugins/notification/rb-notification-plugin.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 3ac891ed5cc93b2d1cd574b9e393fe8b6a080483 Author: Florian Will Date: Tue Jun 3 20:47:11 2014 +0200 grilo: delete display page when source is removed plugins/grilo/rb-grilo-plugin.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 1d921b4e77c1d50d3ac8cfc63855af0b1adb0b32 Author: Jonathan Matthew Date: Fri May 30 22:18:26 2014 +1000 metadata: handle GST_TAG_DATE as well as GST_TAG_DATE_TIME https://bugzilla.gnome.org/show_bug.cgi?id=723020 metadata/rb-metadata-gst.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit d46e6fe013c6ddca214f6af61aa5ba643192f4bf