commit 47759bf7ece21c3be57d72a07808d12522456642 Author: Mario Sanchez Prada Date: Wed Jan 7 23:42:09 2015 +0000 Frogr 0.11 released NEWS | 4 ++-- debian/changelog | 4 ++-- frogr.spec | 4 ++++ src/frogr-about-dialog.c | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) commit bca1d0a9e627177dea9dbb905c9ca1a51e2cad5e Author: Mario Sanchez Prada Date: Wed Jan 7 23:39:40 2015 +0000 Updated dates in copyright headers COPYING | 2 +- README | 4 ++-- src/examples/example.c | 2 +- src/flicksoup/COPYING | 2 +- src/flicksoup/fsp-session.c | 2 +- src/frogr-add-tags-dialog.c | 2 +- src/frogr-add-to-group-dialog.c | 2 +- src/frogr-add-to-set-dialog.c | 2 +- src/frogr-auth-dialog.c | 2 +- src/frogr-create-new-set-dialog.c | 2 +- src/frogr-details-dialog.c | 2 +- src/frogr-main-view.c | 2 +- src/frogr-settings-dialog.c | 2 +- src/main.c | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) commit 0f6812d357c55b5324227bea65afe365acf1835a Author: Mario Sanchez Prada Date: Wed Jan 7 23:23:25 2015 +0000 Updated NEWS file NEWS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) commit aa766245cdd9c91f5aff526862b46c149861088d Author: Mario Sanchez Prada Date: Wed Jan 7 23:19:15 2015 +0000 Added minimum version for gcrypt in frogr.spec and debian/control debian/control | 2 +- frogr.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit d6f9ae1630bd69393dfd11992e15a847cb077337 Author: Mario Sanchez Prada Date: Wed Jan 7 22:57:36 2015 +0000 Updated TRANSLATORS file TRANSLATORS | 4 ++++ 1 file changed, 4 insertions(+) commit d98260aae1ffa94552ae27aca9b34fce7c8a5050 Author: Marek Černocký Date: Wed Jan 7 22:46:52 2015 +0100 Updated Czech translation help/cs/cs.po | 60 ++++++++++++++++++++++++++--------------------------------- 1 file changed, 26 insertions(+), 34 deletions(-) commit 5a13ff0ae045e584ce4ac9229b04a86ac6950970 Author: Mario Sanchez Prada Date: Wed Jan 7 21:17:15 2015 +0000 Updated screenshots for the manual to the latest version help/C/figures/add-tags-dialog.png | Bin 9117 -> 10147 bytes help/C/figures/add-to-groups.png | Bin 38073 -> 29387 bytes help/C/figures/add-to-sets.png | Bin 47903 -> 39300 bytes help/C/figures/auth-dialog-step1.png | Bin 9450 -> 7087 bytes help/C/figures/auth-dialog-step2.png | Bin 8211 -> 9856 bytes help/C/figures/create-new-set.png | Bin 19420 -> 20391 bytes help/C/figures/edit-picture-details.png | Bin 87749 -> 65632 bytes help/C/figures/frogr-remote-organizer.png | Bin 423098 -> 292501 bytes help/C/figures/preferences-connection.png | Bin 21928 -> 22838 bytes help/C/figures/preferences-general.png | Bin 44250 -> 44065 bytes help/C/figures/preferences-misc.png | Bin 23566 -> 26342 bytes 11 files changed, 0 insertions(+), 0 deletions(-) commit 9584042cafc7f436b16b258265a0eb8748604e2b Author: Mario Sanchez Prada Date: Tue Jan 6 10:24:23 2015 +0000 Don't set show-menubar when creating the main view src/frogr-main-view.c | 1 - 1 file changed, 1 deletion(-) commit e45217b9ec0025ff63cf38c850d667fa60cf49df Author: Mario Sanchez Prada Date: Sun Jan 4 01:14:20 2015 +0100 Do not use GTK_DIALOG_USE_HEADER_BAR if GTK+ < 3.12 src/frogr-auth-dialog.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit e55850c605429861d22d9583bee3029cfdb18aa2 Author: Mario Sanchez Prada Date: Sun Jan 4 01:07:38 2015 +0100 Better alignment for text in the verification code entry widget src/frogr-auth-dialog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 56aa9ae6196132e195b8e91ba7c896e5f261b7f7 Author: Mario Sanchez Prada Date: Sun Jan 4 00:16:18 2015 +0100 Use GtkHeaderBar for dialogs if header bars are enabled at configure time Also, raised the minimum GTK+ version for enabling header bars up to 3.12, where the 'use-header-bar' property has been introduced. configure.ac | 11 ++++++----- src/frogr-add-tags-dialog.c | 3 +++ src/frogr-add-to-group-dialog.c | 3 +++ src/frogr-add-to-set-dialog.c | 3 +++ src/frogr-auth-dialog.c | 6 ++++-- src/frogr-create-new-set-dialog.c | 3 +++ src/frogr-details-dialog.c | 3 +++ src/frogr-main-view.c | 14 +++++++------- src/frogr-settings-dialog.c | 3 +++ 9 files changed, 35 insertions(+), 14 deletions(-) commit 4bfab3fde11ba8d3c24fb4f762b4785a714f8d9b Author: Mario Sanchez Prada Date: Sun Jan 4 00:15:33 2015 +0100 Ensure dialogs have a well defined default desponse src/frogr-add-tags-dialog.c | 2 ++ src/frogr-add-to-group-dialog.c | 2 ++ src/frogr-add-to-set-dialog.c | 2 ++ src/frogr-auth-dialog.c | 2 ++ src/frogr-create-new-set-dialog.c | 2 ++ src/frogr-details-dialog.c | 3 +-- src/frogr-main-view.c | 6 ++++++ src/frogr-settings-dialog.c | 3 +-- 8 files changed, 18 insertions(+), 4 deletions(-) commit 8e561a145d0f8ac613f839b5ffcdc25e2c9de9af Author: Mario Sanchez Prada Date: Sun Jan 4 00:34:11 2015 +0100 Adjusted margins and paddings for dialogs, to make them look better src/frogr-add-tags-dialog.c | 2 +- src/frogr-add-to-group-dialog.c | 2 +- src/frogr-add-to-set-dialog.c | 2 +- src/frogr-auth-dialog.c | 2 +- src/frogr-main-view.c | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) commit 747078e9bb36398d2b6e1c73c0fe9ca05a6bc4d8 Author: Mario Sanchez Prada Date: Sat Jan 3 13:18:29 2015 +0100 Refactor calls to _create_header_bar_item() into _add_item_to_header_bar() src/frogr-main-view.c | 59 +++++++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 25 deletions(-) commit 70f915634e766b8e38a96b3db8d023b857e79aa9 Author: Mario Sanchez Prada Date: Sat Jan 3 13:17:24 2015 +0100 Keep reference to GtkApplication* from private structure and refactor src/frogr-main-view.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit cbf65211c0aeee6edaaead5f71fbc0c3e6bdc1c8 Author: Mario Sanchez Prada Date: Sat Jan 3 12:46:23 2015 +0100 Use the 'open-menu-symbolic' icon if it's available for the current theme Fallback to 'emblem-system-symbolic' from the Icon Naming Specification otherwise src/frogr-main-view.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit 1b127dbf0a4c3572c3ad534c2c74fd3a5f9a8928 Author: Mario Sanchez Prada Date: Sat Jan 3 07:37:03 2015 +0100 Don't use crypt thread callbacks for newer versions of libgcrypt Gcrypt thread callbacks are not used anymore since libgcrypt 1.6, so avoid using them if building against that version of the library to avoid deprecation warnings. src/examples/example.c | 6 +++++- src/flicksoup/fsp-session.c | 5 ++++- src/main.c | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) commit 7ebaf132f82bb2208e45bd00e25bc90981facb77 Author: Mario Sanchez Prada Date: Wed Dec 24 10:46:43 2014 +0000 Replaced deprecated code from extract_accel_from_menu_item src/frogr-main-view.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit cc902f91189cea57053382d8175efeec75624786 Author: Mario Sanchez Prada Date: Wed Dec 24 02:51:20 2014 +0000 Use gtk_application_set_accels_for_action if GTK > 3.12 src/frogr-main-view.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 03c0e93781b148354cedef09ae356cdd55cdbeb9 Author: Mario Sanchez Prada Date: Wed Dec 24 02:34:21 2014 +0000 Enable GtkHeaderBar by default configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 133f77457d4420ea864257325e4f9ce9dd538ecc Author: Mario Sanchez Prada Date: Wed Dec 24 02:16:18 2014 +0000 Restore accelerators when using the header bar README | 7 +++ data/gtkbuilder/frogr-app-menu.xml | 1 - src/frogr-main-view.c | 90 ++++++++++++++++++++++++++++++++++---- 3 files changed, 88 insertions(+), 10 deletions(-) commit 92c21c3b85aa42f713601109534b8fcbe02966e2 Author: Mario Sanchez Prada Date: Wed Dec 24 01:42:47 2014 +0000 Use a better image for the drop-down menu button src/frogr-main-view.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 23e292fbaa4a455c0af20f412f368cabf9047984 Author: Mario Sanchez Prada Date: Wed Dec 24 01:42:08 2014 +0000 Don't set a title for the progress dialog src/frogr-main-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7a9361e8a32f9b4b434acd8b23bd237ed5a3a323 Author: Rafael Ferreira Date: Thu Dec 18 01:11:08 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 451 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 238 insertions(+), 213 deletions(-) commit c6be70af4fe3a3dbfc16f861fe3458db92b44c52 Author: Muhammet Kara Date: Sat Dec 13 09:19:46 2014 +0000 Updated Turkish translation po/tr.po | 1000 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 719 insertions(+), 281 deletions(-) commit e3210459315d78bec10f1d2ad02e4f3c2718887d Author: Daniel Șerbănescu Date: Mon Dec 8 20:16:18 2014 +0100 Added Romanian Translation po/LINGUAS | 1 + po/ro.po | 540 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 541 insertions(+) commit b0bb30f1362a54acfa7f933e90e65ee3ed010ca0 Author: Balázs Úr Date: Fri Nov 28 22:58:45 2014 +0000 Updated Hungarian translation po/hu.po | 221 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 113 insertions(+), 108 deletions(-) commit 9b9e5aeb81bc043861ddf1ab443513cdfe5094de Author: Mario Sanchez Prada Date: Tue Nov 11 08:56:11 2014 +0000 Swap positions for 'Save' and 'Menu' buttons on header bar src/frogr-main-view.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 73e89b3c2e61f9dbf1be6dd7ce8c0d3b634181d6 Author: Mario Sanchez Prada Date: Tue Nov 11 08:55:34 2014 +0000 Really hide the toolbar when header bar is enabled src/frogr-main-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4b7f8b11143f0daa10307b917b4bb0217171df2d Author: Mario Sanchez Prada Date: Tue Nov 11 08:55:07 2014 +0000 Reduce padding in the status bar data/gtkbuilder/frogr-main-view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bd6175b9515a9b3097952141fb742d83cc94bc1e Author: Marek Černocký Date: Wed Oct 29 08:01:57 2014 +0100 Updated Czech translation po/cs.po | 345 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 175 insertions(+), 170 deletions(-) commit f9cac5545c2add739da11bbe1457900126206776 Author: Marek Černocký Date: Sun Oct 26 22:13:30 2014 +0100 Updated Czech translation help/cs/cs.po | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) commit 279e91ea8ac54a01f287479408a68b2b0a6950c1 Author: Мирослав Николић Date: Sat Oct 25 10:29:24 2014 +0200 Updated Serbian translation po/sr.po | 353 +++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 358 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 362 insertions(+), 349 deletions(-) commit 3b284772986f133b75571615a9ef46d09b2bf378 Author: Andres Gomez Date: Mon Oct 20 13:40:17 2014 +0300 Complete gcrypt initialization and set min version to 1.5.0 Current code for initialization is a nice safe check when using the library but the recommended is to do so in application level which assures us to be using the configuration we want. https://bugzilla.gnome.org/show_bug.cgi?id=738863 configure.ac | 4 +++- src/examples/example.c | 18 ++++++++++++++++++ src/flicksoup/fsp-session.c | 39 ++++++++++++++++++++++++++++++--------- src/main.c | 17 +++++++++++++++++ 4 files changed, 68 insertions(+), 10 deletions(-) commit cec2822eeb65accaa33a98aeef8082c4c5904afb Author: Andika Triwidada Date: Thu Oct 16 12:53:40 2014 +0000 Updated Indonesian translation po/id.po | 219 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 111 insertions(+), 108 deletions(-) commit 4b295fb95f67be5e8f0cd34b4f8cff4e995e03f6 Author: Piotr Drąg Date: Sun Oct 12 14:32:41 2014 +0200 Updated Polish translation po/pl.po | 331 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 175 insertions(+), 156 deletions(-) commit 8d854105b4736e56ae16665dc2fa4779aeb3a1da Author: Piotr Drąg Date: Sat Oct 11 17:50:53 2014 +0200 Updated POTFILES.in po/POTFILES.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 2d789875b32675ae17e7ebbdeda91c43a1d963a5 Author: Mario Sanchez Prada Date: Sat Oct 11 16:25:00 2014 +0100 Rename option to replace 'date posted' with 'date taken', to avoid confusion Changed it from "Set 'Taken Date' as 'Posted Date'" to "Replace 'Date Posted' with 'Date Taken'", will hopefully be less confusing. Also, renamed internal variables and functions, as well as the name of the property in the settings.xml, to reflect the change. src/examples/example.c | 18 +++++++++--------- src/flicksoup/fsp-session.c | 8 ++++---- src/flicksoup/fsp-session.h | 4 ++-- src/frogr-config.c | 18 +++++++++--------- src/frogr-config.h | 4 ++-- src/frogr-controller.c | 46 ++++++++++++++++++++++----------------------- src/frogr-details-dialog.c | 38 ++++++++++++++++++------------------- src/frogr-file-loader.c | 6 +++--- src/frogr-picture.c | 32 +++++++++++++++---------------- src/frogr-picture.h | 4 ++-- src/frogr-settings-dialog.c | 26 ++++++++++++------------- 11 files changed, 102 insertions(+), 102 deletions(-) commit 403c4795c2df82da6e4d2014f24c6d3d4f36f9b7 Author: Mario Sanchez Prada Date: Sat Oct 11 16:30:38 2014 +0100 Write the '\0' in the right place when converting exif dates to iso8601 src/frogr-controller.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 617cbf5d1d7bf8af5b3dcb0557ea1c6f7613d0c7 Author: Mario Sanchez Prada Date: Sat Oct 11 09:19:23 2014 +0100 Fix out of bounds write in static char array src/frogr-controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b392659fda9b24bf1c3433c538676f36b128c318 Author: Mario Sanchez Prada Date: Sat Oct 11 09:12:07 2014 +0100 Use a GtkHeaderBar in the main window when USE_HEADER_BAR is defined This should enable better integration with GNOME 3 from 3.10 on. It's still possible not to use a header back and instead use a menu bar plus a toolbar by passing --disable-header-bar at configure time. data/gtkbuilder/frogr-main-view.xml | 2 +- src/frogr-main-view.c | 186 +++++++++++++++++++++++++++++------- 2 files changed, 153 insertions(+), 35 deletions(-) commit 6034ddada6f7d871065374d4d953164a1f8725a5 Author: Mario Sanchez Prada Date: Sat Oct 11 09:07:22 2014 +0100 New UI file describing the menu model of the header's menu button Makefile.am | 1 + data/gtkbuilder/frogr-menu-button.xml | 100 ++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) commit 96cd20f0ed25227c44559b4f5d5d490520c11921 Author: Mario Sanchez Prada Date: Sat Oct 11 07:42:51 2014 +0100 Allow deciding to use the GtkHeaderBar at configure time (default: no) Useful for platforms where we might prefer not to use this (e.g. OS X) configure.ac | 59 +++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 18 deletions(-) commit 3c4065bd77a36d5e20244e9d969c52b4e8029f3e Author: Mario Sanchez Prada Date: Fri Oct 10 13:52:16 2014 +0100 Removed useless commented out code src/frogr-main-view.c | 2 -- 1 file changed, 2 deletions(-) commit 3bceafaf9ca5e34bc2912de1d47598017e86b111 Author: Mario Sanchez Prada Date: Tue Oct 7 23:07:39 2014 +0100 Don't use deprecated icon names, but the ones from the Icon Naming Spec http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html src/frogr-main-view.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit ddc69262d57f0b2651b2e6c019cbf6b2ad3d8baa Author: Mario Sanchez Prada Date: Mon Sep 29 10:48:25 2014 +0100 Remove redundant line src/frogr-settings-dialog.c | 1 - 1 file changed, 1 deletion(-) commit e645b575d69f0d3471a3b91d07056ee0d79fb162 Author: Mario Sanchez Prada Date: Mon Sep 29 10:29:32 2014 +0100 Adjusted margins and paddings in 'Add to group|set' dialogs src/frogr-add-to-group-dialog.c | 2 +- src/frogr-add-to-set-dialog.c | 2 +- src/frogr-create-new-set-dialog.c | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) commit 24f8521509d0340e316f5216b64e83caf0cbce9f Author: Mario Sanchez Prada Date: Mon Sep 29 10:09:14 2014 +0100 Adjusted margins and paddings in 'Edit details' dialog src/frogr-details-dialog.c | 61 +++++++++++++++------------------------------- 1 file changed, 19 insertions(+), 42 deletions(-) commit 117a74cc84930ee246663afededc4a6f879ef311 Author: Mario Sanchez Prada Date: Mon Sep 29 06:58:16 2014 +0100 Adjusted margins and paddings in settings dialog src/frogr-settings-dialog.c | 90 ++++++++++++++++++++++----------------------- 1 file changed, 45 insertions(+), 45 deletions(-) commit 5b203ad4e091edb32b848242fb9938bf7a5bff39 Author: Mario Sanchez Prada Date: Mon Sep 29 06:57:31 2014 +0100 Add accelerator for Settings dialog: Ctrl+P data/gtkbuilder/frogr-app-menu.xml | 1 + 1 file changed, 1 insertion(+) commit e2dd8d218f70ea3d1d827e4d04b9cb85b411da15 Author: Mario Sanchez Prada Date: Mon Sep 29 00:06:20 2014 +0100 Remove deprecated usage of gtk_misc_set_padding in the authorization dialog. src/frogr-auth-dialog.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit cff61bd6dcafd89140e0f55362da057c7a7a0c10 Author: Mario Sanchez Prada Date: Mon Sep 29 00:06:13 2014 +0100 Remove deprecated usage of GtkAlignment from "Add tags" dialog. Also, make it resizable so the user can easily enter more tags if needed. src/frogr-add-tags-dialog.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) commit c6d6add9c1e076b5499c01ee26eb8a0c0c8d77fb Author: Mario Sanchez Prada Date: Sun Sep 28 16:04:24 2014 +0100 Remove deprecated usage of GtkAlignment in settings dialog. src/frogr-settings-dialog.c | 42 +++++++++++++++--------------------------- 1 file changed, 15 insertions(+), 27 deletions(-) commit a18d83b76c76bf8d5d26a923197f63cd6718853c Author: Mario Sanchez Prada Date: Sun Sep 28 15:57:57 2014 +0100 Remove deprecated usage of GtkAlignment in details dialog. Also, make the dialog slightly bigger (wider). src/frogr-details-dialog.c | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) commit 9d3e23c36995d20a4a6093623e306a80d6cbf830 Author: Balázs Úr Date: Sun Sep 21 11:21:07 2014 +0000 Updated Hungarian translation po/hu.po | 310 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 159 insertions(+), 151 deletions(-) commit c7de11e3e02cd82bb8079af00fdd60bce528fd4e Author: Mario Sanchez Prada Date: Fri Sep 19 09:54:49 2014 +0100 help: updated screenshots for settings and edit dialog help/C/figures/edit-picture-details.png | Bin 81555 -> 87749 bytes help/C/figures/preferences-general.png | Bin 39927 -> 44250 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit add917e3fec5ef5e0dbdc15c69f251f6a469bb91 Author: Andika Triwidada Date: Tue Sep 16 11:13:28 2014 +0000 Updated Indonesian translation po/id.po | 317 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 160 insertions(+), 157 deletions(-) commit 78a6b8f565aefc1a774281e93ac625f004eac918 Author: Mario Sanchez Prada Date: Mon Sep 15 09:36:33 2014 +0100 Don't use deprecated widgets in main view's UI file data/gtkbuilder/frogr-main-view.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit e9d343986b91cda18acb2e35f70810739d90246a Author: Piotr Drąg Date: Sun Sep 14 22:29:25 2014 +0200 Updated Polish translation po/pl.po | 306 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 157 insertions(+), 149 deletions(-) commit d360875b3ae50e789e65767c1619d824115c39ad Author: Mario Sanchez Prada Date: Sun Sep 14 10:52:19 2014 +0100 [OSX] Add libogg, libvorbis, libtheora, liborc and gst-ffmpeg as dependencies osx/jhbuild/frogr.modules | 6 ++++++ 1 file changed, 6 insertions(+) commit b9a5964b03512b133915271046ddbc16833afe40 Author: Mario Sanchez Prada Date: Sun Sep 7 22:42:59 2014 +0100 [OSX] Updated README file, adding mention to 2 meta bootstrap modules osx/README | 2 ++ 1 file changed, 2 insertions(+) commit 69c16beaad8e61f0eca8b691b81b5e88f6f176e2 Author: Mario Sanchez Prada Date: Sun Sep 7 16:36:50 2014 +0100 [OSX] Build libxml2 before libcroco osx/jhbuild/frogr.modules | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 958ec3415c714fe3c742a6192c6386d721ea580e Author: Mario Sanchez Prada Date: Sun Sep 7 16:35:49 2014 +0100 [OSX] Build librsvg without gobject introspection osx/jhbuild/frogr.modules | 8 ++++++++ 1 file changed, 8 insertions(+) commit 7c2554cbefec55ba4bda2c0a8d941b22688f18ef Author: Mario Sanchez Prada Date: Sun Sep 7 16:28:12 2014 +0100 [OSX] Build GTK+3 without gobject introspection osx/jhbuild/frogr.modules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) commit b7c3b9b323722607655b71b7ee4492438abaaa4e Author: Mario Sanchez Prada Date: Sun Sep 7 23:00:56 2014 +0100 [OSX] Added GIO modules to frogr.bundle and point it from the launcher osx/frogr.bundle | 5 +++++ osx/launcher.sh | 2 ++ 2 files changed, 7 insertions(+) commit caaba5a65795044948c34d371e4f5c2b4adc73ca Author: Mario Sanchez Prada Date: Sun Sep 7 11:08:44 2014 +0100 [OSX] Build pango with --with-included-modules, to avoid problems when bundling osx/jhbuild/frogr.modules | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit 5dcf879b9a780cc1f5c51ba91cf2ba32d75231cf Author: Mario Sanchez Prada Date: Sun Sep 7 15:02:14 2014 +0100 [OSX] Stop using my own moduleset and use the upstream one from gtk-osx osx/jhbuild/frogr.modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a2e044b6fa23833e10d79844172783cc79b7bc51 Author: Mario Sanchez Prada Date: Sun Sep 14 00:34:26 2014 +0100 Fixed wrong translatable string in details dialog src/frogr-details-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7b5c1a3a8b621279d9bb33af9ae1e60edd92ca20 Author: Mario Sanchez Prada Date: Sat Sep 13 23:50:37 2014 +0100 Fixed issue setting inconsistent state for toggle buttons in details window src/frogr-details-dialog.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) commit 9e7c93722da08b2da32e4a0d8ef267bcf8707434 Author: Mario Sanchez Prada Date: Sat Sep 13 23:23:27 2014 +0100 Move the 'Use date taken as date posted' option from Misc to picture defaults Make it possible to define a value by default for every picture as is loaded, as well as to define case by case values if needed. https://bugzilla.gnome.org/show_bug.cgi?id=734193 src/frogr-config.c | 68 ++++++++++++++++++++++----------------------- src/frogr-config.h | 8 +++--- src/frogr-controller.c | 4 +-- src/frogr-details-dialog.c | 63 ++++++++++++++++++++++++++++------------- src/frogr-file-loader.c | 9 ++++-- src/frogr-picture.c | 49 ++++++++++++++++++++++++++++---- src/frogr-picture.h | 9 ++++-- src/frogr-settings-dialog.c | 57 +++++++++++++++++++------------------ 8 files changed, 167 insertions(+), 100 deletions(-) commit 1050897aae308d1e05ba6cd3c0d4bbbc28fd7ccc Author: Mario Sanchez Prada Date: Sat Sep 13 22:53:02 2014 +0100 Reorganized how settings are loaded and stored from/to disk src/frogr-config.c | 146 +++++++++++++++++++++++++---------------------------- src/frogr-config.h | 2 +- 2 files changed, 71 insertions(+), 77 deletions(-) commit ca585b53e477911ea9f600d24a9cf63c1da19d16 Author: Mario Sanchez Prada Date: Sun Sep 14 00:05:50 2014 +0100 Rewritten comment explaining the problem with 'date posted' and UTC In the end, I don't think there's a much better solution than just to go for UTC, since many pictures won't have the TimeZoneOffset EXIF tag anyway, and also because for sorting purposes in the photostream just interpreting the date as UTC (even if it's wrong) should be enough. https://bugzilla.gnome.org/show_bug.cgi?id=734193 src/frogr-controller.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit 9758fe11d17cb25e36e80d75d0e37e2061802336 Author: Mario Sanchez Prada Date: Sat Sep 13 17:34:58 2014 +0100 Updated FrogrController to allow setting 'date taken' as 'date posted' This is not 100% correct yet, because the current implementation assumes that date and time extracted from the EXIF information is UTC, but that does not have necessarily the case. https://bugzilla.gnome.org/show_bug.cgi?id=734193 src/frogr-controller.c | 109 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 1 deletion(-) commit 17c6da666695915a748523c0bb45f5f9dede8f8a Author: Mario Sanchez Prada Date: Sat Sep 13 17:31:12 2014 +0100 Load DateTimeOriginal for 'date taken' from EXIF information EXIF's DateTime changes whenever the file changes (e.g. edited) so it's not a good value to use for the 'date taken' field. DateTimeOriginal actually represents the moment the image was capture, so use that one. https://bugzilla.gnome.org/show_bug.cgi?id=734193 src/frogr-file-loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ce693c1a23843aff982fe9f6c9100f73f55eef10 Author: Mario Sanchez Prada Date: Sat Sep 13 16:11:00 2014 +0100 New option in 'Misc' tab in settings: 'Use date taken as date posted' https://bugzilla.gnome.org/show_bug.cgi?id=734193 src/frogr-config.c | 35 +++++++++++++++++++++++++++++++++++ src/frogr-config.h | 4 ++++ src/frogr-settings-dialog.c | 18 ++++++++++++++++++ 3 files changed, 57 insertions(+) commit 81337080343fe796e607cee8b962aafbd02d4e0a Author: Mario Sanchez Prada Date: Sat Sep 13 08:44:20 2014 +0100 Implemented flickr.photos.setDates API in flicksoup This is needed to be able to set the posted date to the taken date. https://bugzilla.gnome.org/show_bug.cgi?id=734193 src/examples/example.c | 52 ++++++++++++++++++++++++++++--- src/flicksoup/fsp-error.c | 17 +++++++++++ src/flicksoup/fsp-error.h | 3 +- src/flicksoup/fsp-parser.c | 31 ++++++++++++++++++- src/flicksoup/fsp-parser.h | 7 +++++ src/flicksoup/fsp-session.c | 74 +++++++++++++++++++++++++++++++++++++++++++++ src/flicksoup/fsp-session.h | 14 +++++++++ 7 files changed, 192 insertions(+), 6 deletions(-) commit b22cc49c788fed86ced904239dda8a0d24cfc56c Author: Mario Sanchez Prada Date: Mon Sep 8 09:39:09 2014 +0100 Added 'category' and 'programming-language' to .doap file frogr.doap | 3 +++ 1 file changed, 3 insertions(+) commit d7f4e944aa691244e57a8fcc8f4f0e5f91da8686 Author: Mario Sanchez Prada Date: Sun Sep 7 02:21:15 2014 +0100 Fix initialization of gcrypt to avoid crashes if other libraries fail to do it so https://bugzilla.gnome.org/show_bug.cgi?id=732475 src/flicksoup/fsp-session.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 7208fdfb106ede7c7982230bf0d1784e454e6c1d Author: Mario Sanchez Prada Date: Sun Sep 7 00:16:06 2014 +0100 Speed up picture loading by tweaking how tags are imported from XMP data No need to copy memory around or use expensive functions to look for those tags. This patch makes the process of importing tags much faster, which in the tests I did locally resulted in an overall speed up of 300% when loading 200 pictures of 5MB each. https://bugzilla.gnome.org/show_bug.cgi?id=734202 src/frogr-file-loader.c | 73 +++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 36 deletions(-) commit 1b5d9412311e48d3ccecbc48503d9287f6b8de7e Author: Matej Urbančič Date: Wed Aug 6 14:56:44 2014 +0200 Updated Slovenian translation po/sl.po | 257 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 130 insertions(+), 127 deletions(-) commit 39cf974219687aaa3d15cf6053a00a2ebd5565be Author: Daniel Mustieles Date: Fri Jul 4 13:09:33 2014 +0200 Updated Spanish translation help/es/es.po | 425 ++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 251 insertions(+), 174 deletions(-) commit a34bbe491e22e192b292870801b3dd2ea90681ee Author: Mario Sanchez Prada Date: Sun Jun 22 22:40:40 2014 +0100 Add .gitignore, finally, after 5 years .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) commit b10def2379405bf9a7a04f5c7334033c7c141840 Author: Mario Sanchez Prada Date: Tue Jun 17 02:03:09 2014 +0100 Prepare for the next release NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 7 +++++++ frogr.doap | 8 ++++++++ frogr.spec | 4 ++-- src/frogr-about-dialog.c | 2 +- 6 files changed, 23 insertions(+), 4 deletions(-)