commit 3dd25538c66cfb1e87c1e357b8ef4a4bf717a034 Author: Mario Sanchez Prada Date: Tue Jun 17 00:52:01 2014 +0100 Frogr 0.10 released NEWS | 6 +++--- debian/changelog | 4 ++-- frogr.spec | 8 ++++++-- src/frogr-about-dialog.c | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) commit 6c9bcb1a71e03b3d0e482596543d12be5ad6d55b Author: Mario Sanchez Prada Date: Tue Jun 17 00:49:27 2014 +0100 Make the screenshot in the AppData file point to the right URL data/frogr.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9df024b4bd5cd1aeb02d6deaf0d6d96cf90f7f49 Author: Mario Sanchez Prada Date: Mon Jun 16 16:50:36 2014 +0100 Make the AppData file pass appdata-validate data/frogr.appdata.xml.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit d7d9b565a11392d76eba77ba0d314b43fa149bbe Author: Mario Sanchez Prada Date: Mon Jun 16 02:09:36 2014 +0100 Include the appdata file when creating the rpm package frogr.spec | 1 + 1 file changed, 1 insertion(+) commit ed5ed3f0fdba1ddfee41425e22111552e0298590 Author: Mario Sanchez Prada Date: Mon Jun 16 02:17:42 2014 +0100 Don't hardcode the path to pixmaps in frogr.desktop.in.in data/frogr.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 13533a2b78cff58798e63c2f64e43ca98147d3d7 Author: Mario Sanchez Prada Date: Mon Jun 16 02:16:46 2014 +0100 Move generation of .desktop file to data/Makefile.am and use that Makefile Because of a mistake, this Makefile was not being generated by Autoconf, nor being used at all before, causing that the AppData file was not being installed at all. Makefile.am | 21 ++------------------- configure.ac | 1 + data/Makefile.am | 22 ++++++++++++++++++---- 3 files changed, 21 insertions(+), 23 deletions(-) commit a82d536e16fa4e18977aca123a45e1622edef3e0 Author: Mario Sanchez Prada Date: Sun Jun 15 23:08:42 2014 +0100 Fix issue double-clicking on pre-selected pictures src/frogr-main-view.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 2bb31f777a30ca540747c2a4457825d7598e50a7 Author: Mario Sanchez Prada Date: Tue Jun 10 23:39:36 2014 +0100 Do not expand the right side of the edit details dialog src/frogr-details-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 743ebcf10054fba32962b0b38d1d8e7b0c9dea71 Author: Mario Sanchez Prada Date: Sun Jun 8 00:00:26 2014 +0100 Fix typo in '64x64' icon size src/frogr-main-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4d51ca2c88a72c8218a8ab17da29790f6ce6d795 Author: Mario Sanchez Prada Date: Sat Jun 7 23:50:43 2014 +0100 Use G_N_ELEMENTS for toolbar_items and icon_sizes src/frogr-main-view.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit db709598d54f7bfbd2fbbbdcb9376da22f1cd540 Author: Mario Sanchez Prada Date: Sat Jun 7 20:31:43 2014 +0100 Refactor initialization of icons src/frogr-main-view.c | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) commit 1bbaa8fd342924bc05804f54ee2a7309bc183236 Author: Mario Sanchez Prada Date: Sat Jun 7 21:28:57 2014 +0100 Only do the hack of delaying the initialization of the app menu on OS X This is not a fix but just a workaround, so limit it only to OS X for now while we don't have a proper fix, and mark it clearly with a FIXME. src/frogr-main-view.c | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) commit 342853e3590f58ed7bfe2b9251af479680170f76 Author: Mario Sanchez Prada Date: Sat Jun 7 20:39:53 2014 +0100 Don't use gtk_widget_show_all() for the main window src/frogr-controller.c | 4 ++-- src/frogr-main-view.c | 44 ++++++++++++++++++++++++++------------------ 2 files changed, 28 insertions(+), 20 deletions(-) commit 7830c7804dc97f482fb65276dfd70cae6793ff94 Author: Mario Sanchez Prada Date: Thu Jun 5 13:59:08 2014 +0100 Updated copyright year for changed files COPYING | 2 +- src/flicksoup/fsp-parser.c | 2 +- src/flicksoup/fsp-session.h | 2 +- src/frogr-config.c | 2 +- src/frogr-config.h | 2 +- src/frogr-controller.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) commit a5eafa2d3b7982f8d7d68d7a3d0eb687d9274cc9 Author: Mario Sanchez Prada Date: Thu Jun 5 13:41:39 2014 +0100 Updated URLs to Wiki and git repository data/frogr.appdata.xml.in | 2 +- debian/control | 2 +- debian/copyright | 2 +- frogr.doap | 2 +- frogr.spec | 2 +- osx/Info-frogr.plist.in | 2 +- osx/README | 8 ++++---- osx/generate-SOURCES | 4 ++-- osx/jhbuild/frogr.modules | 10 +++++----- osx/jhbuild/jhbuildrc-frogr | 2 +- src/frogr-about-dialog.c | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) commit 059e4bfe6b486b3aa2430427f1ec72c89bbf19a0 Author: Mario Sanchez Prada Date: Thu Jun 5 13:23:42 2014 +0100 Updated TRANSLATORS TRANSLATORS | 3 +++ 1 file changed, 3 insertions(+) commit a40306076f1d24a430da0618d80dfdd69e955906 Author: Mario Sanchez Prada Date: Thu Jun 5 13:20:28 2014 +0100 Updated NEWS NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit 85014a57662ea79a90415c0952f8a54c67aa81ca Author: Mario Sanchez Prada Date: Fri Jun 6 00:22:16 2014 +0100 Small correction to GTK CSS style for OS X bundle to fix buttons osx/makebundle.sh | 6 ++++++ 1 file changed, 6 insertions(+) commit 76b456d1e88ad36307a222bc32e231b4739162ad Author: Mario Sanchez Prada Date: Thu Jun 5 21:55:12 2014 +0100 Delay the modification of the app menu as much as possible src/frogr-main-view.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 7112e99b054c27417e5c4b4e2dd5421e50cb1e2d Author: Mario Sanchez Prada Date: Thu Jun 5 00:50:06 2014 +0100 Updated README README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 18a33f47488fc28da534dc6e768ac13f5ece4d0b Author: Mario Sanchez Prada Date: Tue Jun 3 23:33:55 2014 +0100 Initialize the app menu in a new iteration of the main loop Do this to avoid a weird race condition on initialization on OS X. src/frogr-main-view.c | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) commit 9b24123754d1636f519ba83da0598105cbc39b3c Author: Mario Sanchez Prada Date: Fri May 30 23:52:21 2014 +0100 Re-enable GStreamer (0.10) support for OS X bundles of frogr osx/frogr.bundle | 8 ++ osx/jhbuild/frogr.modules | 97 ++++++++++++++++++++++ .../gstreamer-fix-includes-in-gstdatetime.patch | 12 +++ .../liboil-use-ac-config-headers-macro.patch | 11 +++ .../libtheora-dont-use-fforce-addr-cflag.patch | 11 +++ .../libtheora-use-ac-config-headers-macro.patch | 11 +++ 6 files changed, 150 insertions(+) commit b73df6df2090975a7cfff1d809713a649ac67f11 Author: Mario Sanchez Prada Date: Sun Jun 1 23:37:23 2014 +0100 Updated and cleaned up the list of modules for OS X osx/jhbuild/frogr.modules | 108 ++------------------------------------------ osx/jhbuild/jhbuildrc-frogr | 10 +++- 2 files changed, 13 insertions(+), 105 deletions(-) commit c4d8a42b830a4ef6290a773bf45d5d96e503dc33 Author: Mario Sanchez Prada Date: Sun Jun 1 23:37:07 2014 +0100 Don't return value if assertion fail in a void function src/flicksoup/fsp-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a9b160865eb98695d6cbe19499670a22999d49df Author: Marek Černocký Date: Sat May 31 09:59:58 2014 +0200 Updated Czech translation help/cs/cs.po | 385 +++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 247 insertions(+), 138 deletions(-) commit 684e1edd45044f7b6d822102921455b659cb6a59 Author: Mario Sanchez Prada Date: Sat May 24 23:28:12 2014 +0900 Remove translated text for the GNOME proxy option po/ca.po | 5 ----- po/da.po | 5 ----- po/el.po | 5 ----- po/fr.po | 5 ----- po/hu.po | 5 ----- po/ja.po | 5 ----- po/nb.po | 5 ----- po/pl.po | 5 ----- po/ru.po | 5 ----- po/sr.po | 5 ----- po/te.po | 5 ----- po/zh_CN.po | 5 ----- 12 files changed, 60 deletions(-) commit f22cc7f2d5c325c0b9313a455646d7868abd9876 Author: Mario Sanchez Prada Date: Sat May 24 23:24:18 2014 +0900 Updated screenshots for connection settings help/C/figures/preferences-connection.png | Bin 26555 -> 21928 bytes help/cs/figures/preferences-connection.png | Bin 29360 -> 25166 bytes help/de/figures/preferences-connection.png | Bin 26904 -> 22217 bytes help/fr/figures/preferences-connection.png | Bin 26279 -> 22928 bytes help/pt_BR/figures/preferences-connection.png | Bin 31570 -> 26327 bytes 5 files changed, 0 insertions(+), 0 deletions(-) commit e53b5d701438acfbb921825b6281864cfb7ca730 Author: Mario Sanchez Prada Date: Sat May 24 22:22:59 2014 +0900 Remove the option to explicitly enable/disable the default proxy Since libsoup 2.34, any SoupSession will automatically pick the global configuration settings for the system, so this is not needed anymore. src/flicksoup/fsp-session.c | 113 ++++++++++++++++++++++---------------------- src/flicksoup/fsp-session.h | 7 +-- src/frogr-config.c | 31 ------------ src/frogr-config.h | 4 -- src/frogr-controller.c | 62 ++++++++++++------------ src/frogr-controller.h | 2 +- src/frogr-settings-dialog.c | 49 ++++--------------- 7 files changed, 103 insertions(+), 165 deletions(-) commit 1c4a82c4cc5a4b045a7e62fba5656ce333f10db8 Author: Mario Sanchez Prada Date: Sat May 24 21:27:52 2014 +0900 Add -DSOUP_DISABLE_DEPRECATED build flag to debug builds configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c49a51b0595b6f3c9836574176969459e64492d5 Author: Mario Sanchez Prada Date: Sat May 24 21:26:50 2014 +0900 Don't use soup_session_async_new() with recent versions of libsoup This function has been deprecated in favour of soup_session_new() in libsoup 2.42, so don't use it anymore for newer versions. src/flicksoup/fsp-session.c | 5 +++++ 1 file changed, 5 insertions(+) commit ccc81ddefbaf4b6939da53d2a9b47453a600371e Author: Mario Sanchez Prada Date: Sat May 24 21:22:48 2014 +0900 Stop using libsoup-gnome to allow using the default proxy Since libsoup 2.34, there's no need to use libsoup-gnome (which is now deprecated) to use the system proxy, so we don't need to include this headers nor to link against this library anymore. configure.ac | 45 +++++---------------------------------------- debian/control | 2 +- src/flicksoup/fsp-parser.c | 5 ----- src/flicksoup/fsp-session.c | 19 ------------------- src/frogr-config.c | 11 ----------- src/frogr-controller.c | 2 ++ src/frogr-settings-dialog.c | 18 +----------------- 7 files changed, 9 insertions(+), 93 deletions(-) commit d0551a9470f3c37fa00b52c9069feacfa44781ef Author: Mario Sanchez Prada Date: Sat May 24 19:18:55 2014 +0900 Reorganized configure and updated the configuration summary configure.ac | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) commit 4ab10d1943155d184041fc1a3f7f368f3bfeead4 Author: Mario Sanchez Prada Date: Sat May 24 19:18:15 2014 +0900 Don't disable video uploads depending on the platform Allow disabling video uploads at configuration time, and look for GStreamer only if the feature is going to be enabled (by default). This should make easier to build frogr in other platforms other than GNOME (e.g. OS X) that still have GStreamer available. configure.ac | 51 ++++++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 23 deletions(-) commit 072ede8cc97562edb48c1fadaf80326e860c9942 Author: Mario Sanchez Prada Date: Sat May 24 18:19:06 2014 +0900 Fixed format of AppData file data/frogr.appdata.xml.in | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) commit efc896a9b3ab0427af2d7c0a65b7c8303e866038 Author: Mario Sanchez Prada Date: Wed May 7 23:11:36 2014 +0100 Use SSL endpoints for the Flickr API Done this change as the non-SSL API will be deprecated soon (June 27th 2014) http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/ src/flicksoup/fsp-session.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) commit cf65a117c88673d46ab2b56a166ab94731d166d0 Author: Alberto Garcia Date: Mon Apr 28 10:27:04 2014 +0300 Remove unsupported option from YELP_HELP_INIT configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2a61fa4d342dcd5522d58c77424b74c3184d77fa Author: Marek Černocký Date: Sat Apr 26 14:14:30 2014 +0200 Updated Czech translation po/cs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ca0e5c434e493597d7929db007d6485c6452990 Author: Tom Tryfonidis Date: Thu Apr 24 16:57:26 2014 +0000 Updated Greek translation po/el.po | 486 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 234 insertions(+), 252 deletions(-) commit de9db23fd1ea8f847b9f65a46d9279b2099322c3 Author: Andika Triwidada Date: Mon Mar 31 02:01:49 2014 +0000 Updated Indonesian translation po/id.po | 527 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 342 insertions(+), 185 deletions(-) commit e0b4b3036980af1e8c23340030b22355abd25b1b Author: Piotr Drąg Date: Sun Mar 30 20:37:10 2014 +0200 doap: update URLs README | 4 ++-- frogr.doap | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) commit e3961da3bfa70b647fccd2596b96a344ace467bd Author: Gábor Kelemen Date: Mon Mar 24 10:58:25 2014 +0000 Updated Hungarian translation po/hu.po | 445 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 257 insertions(+), 188 deletions(-) commit 42442e977851b4151bcdbe62d7ea849e8678374b Author: Мирослав Николић Date: Fri Jan 31 09:27:57 2014 +0100 Updated Serbian translation po/sr.po | 4 ++-- po/sr@latin.po | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 2a4f8481b2038ab1d0dd0cc7a2ee6eb0366f4146 Author: Мирослав Николић Date: Wed Jan 29 09:54:27 2014 +0100 Updated Serbian translation po/sr.po | 323 ++++++++++++++++++++++++++++++++------------------------- po/sr@latin.po | 323 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 364 insertions(+), 282 deletions(-) commit 93226d3e73f3638ac96bff8984be3475284ff569 Author: YunQiang Su Date: Sat Jan 25 10:43:03 2014 +0800 Update Chinese simplified translation po/zh_CN.po | 389 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 215 insertions(+), 174 deletions(-) commit a15813819bfab5983565af1f2e729cca32e91553 Author: Piotr Drąg Date: Thu Jan 23 18:18:13 2014 +0100 Fix AppData file validation data/frogr.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aab99f8370cefba9f4f750bcbdeb0330b2922ca3 Author: Daniel Mustieles Date: Thu Jan 23 16:44:19 2014 +0100 Updated screenshot in AppData file data/frogr.appdata.xml.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit bcee5634cec0b5126ca06b5176c13298721fdd79 Author: Mario Sanchez Prada Date: Fri Jan 17 01:50:54 2014 +0000 Prepare for the next release NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 7 +++++++ frogr.doap | 8 ++++++++ frogr.spec | 2 +- src/frogr-about-dialog.c | 2 +- 6 files changed, 22 insertions(+), 3 deletions(-)