commit 1abdf94cb09efcb66b6d9ecfe27533234ce43117 Author: Jens Georg Date: Mon Aug 15 20:06:08 2016 +0200 Prepare 0.23.5 Signed-off-by: Jens Georg M NEWS commit 1cc6334df12fe3d56b6e10216e6a98c43d3c274e Author: Jens Georg Date: Mon Aug 15 20:37:40 2016 +0200 Fix make distcheck Signed-off-by: Jens Georg M Makefile.am M import.am M publish-extra.am M publish.am M transition.am commit 108c52cc14224ff0cd128afca4f85607fab2aa59 Author: Jens Georg Date: Mon Aug 15 10:33:13 2016 +0200 debian: Bump compat to get libexecdir without pkgname Signed-off-by: Jens Georg M debian/compat commit 2e245bfc0b6e94acf53793bddfeded7573925ccc Author: Jens Georg Date: Mon Aug 15 10:32:33 2016 +0200 Fix settings migrator and thumbnailer path Signed-off-by: Jens Georg M src/AppDirs.vala commit df59088bb8a4ec62a4c77ca99be51ca05ef6cca0 Author: Jens Georg Date: Mon Aug 15 09:24:18 2016 +0200 Temporarily drop gettext requirement The macro doesn't seem to understand that 1.19.8.1 is newer that 1.19.8 Signed-off-by: Jens Georg M configure.ac commit 4b5002105dbd398672fbcd0ea3be351b9e0eb77d Author: Enrico Nicoletto Date: Sun Aug 14 21:57:23 2016 +0000 Updated Brazilian Portuguese translation M po/pt_BR.po commit 5079bf096992f2120b19664c04ad7a6a010e68e0 Author: Piotr Drąg Date: Sun Aug 14 23:47:08 2016 +0200 Updated Polish translation M po/pl.po commit b2003e04bab5ab82b7268c33db84496289f07c98 Author: Yosef Or Boczko Date: Sun Aug 14 18:18:52 2016 +0300 Updated Hebrew translation M po/he.po commit 5fd7f10a1282306d2efdad48b5a2f417e0a3ea65 Author: Jens Georg Date: Sun Aug 14 01:30:01 2016 +0200 Re-add --disable-extra-plugins configure option Signed-off-by: Jens Georg M Makefile.am M configure.ac commit 50d09d62facee9f38413d47f13d49780fba4b6ce Author: burningTyger Date: Fri Aug 5 18:59:25 2016 +0200 Update org.yorba.shotwell.gschema.xml typo M misc/org.yorba.shotwell.gschema.xml commit f779defe2b68396876c670dcb8735590a007c329 Author: Jens Georg Date: Fri Aug 12 19:01:47 2016 +0200 Explicitly link plugins Also, drop dependency on librest. Apparently it was only used for hmac_sha1. Signed-off-by: Jens Georg M configure.ac M import.am M publish-extra.am M publish.am M shotwell.am M transition.am commit 4e81e449e2f12022c394ebc5383e06fdd3c1eb4d Author: Jens Georg Date: Fri Aug 12 19:01:16 2016 +0200 git: Ignore resource.c Signed-off-by: Jens Georg M Makefile.am commit 5ccfd5ddd611a0715e0a682003db35a1cfcbeb30 Author: Daniel Landau Date: Fri Jul 22 11:10:54 2016 +0300 Add option to filter by saved search https://bugzilla.gnome.org/show_bug.cgi?id=717321 M src/CollectionPage.vala M src/SearchFilter.vala M src/library/FlaggedPage.vala M src/library/OfflinePage.vala M src/library/TrashPage.vala M src/searches/SavedSearchDialog.vala commit 932c069ee35dff32d92b0a1ff04273210c77f684 Author: Jens Georg Date: Fri Aug 12 12:05:43 2016 +0200 SSL: Make it more clear that something failed First step of improved SSL communication. Make it more clear that something unrecoverably failed with SSL instead of just re-displaying the auth page. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=767473 M plugins/common/RESTSupport.vala M plugins/shotwell-publishing/PiwigoPublishing.vala M src/plugins/PublishingInterfaces.vala commit 644f056255e903d56eff4a152911da86ea164803 Author: Andreas Brauchli Date: Thu Aug 11 15:08:10 2016 +0200 Implement linked tags The tag list underneath the thumbnails is now interactive: * Hover over a tag to highlight it by underlining the tag text, unless dragging is active. * Click a tag to switch to the tag page, as if the was selected in the sidebar. Tag class changes: * make_tag_string() now demands a sorted list of terminal tags. This ensures that the sort order is maintained when generating the string representation of the list. The new make_user_visible_tag_list() can be used to filter and sort a Tag Collection accordingly. * Fix a bug in Tag.make_tag_string: A list of seen tags is kept to not show tags with the same string representation (but potentially different tag-path) twice. However, tags were never added to the list, such that it always remained empty and new items were thus compared against the empty list. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=717523 M src/CheckerboardLayout.vala M src/Page.vala M src/Tag.vala M src/Thumbnail.vala commit 4e1c2ec3b8bc87f1f40ef3a9550516c16a991f05 Author: Jens Georg Date: Fri Jul 15 20:14:33 2016 +0200 i18n: Disambiguate start strings of date groups Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=750902 M src/Resources.vala commit 5b3a91c7379fb4746bf670a2c8c34c1eb049d944 Author: Mario Blättermann Date: Wed Aug 10 21:21:13 2016 +0000 Updated German translation M po/de.po commit bfd587a073404a24a0a24902621d0ed80d011497 Author: Dušan Kazik Date: Wed Aug 10 12:40:00 2016 +0000 Updated Slovak translation M po/sk.po commit fc1ba4133cefa97d4b0e3183e010ac657f95d948 Author: Jordi Mas Date: Mon Aug 8 21:50:14 2016 +0200 Update Catalan translation M po/ca.po commit 1ce610f31435958c72874f110c71f4f40bf2ac2b Author: Jordi Mas Date: Sun Aug 7 23:44:04 2016 +0200 Update Catalan translation M po/ca.po commit db933a76ec9badccef24d02144700fea92465650 Author: Jens Georg Date: Fri Aug 5 23:35:59 2016 +0200 publishing: Remove reference to external hmac_sha1 Flicker had another external reference I overlooked. Signed-off-by: Jens Georg M plugins/shotwell-publishing/FlickrPublishing.vala commit 71ec94aa52e5bccf4e438804f45321e39f284fb1 Author: Jens Georg Date: Fri Jul 29 00:22:19 2016 +0200 Fix issue with indexes on PhotoTable - thumbnail_md5 might actually not be unique for various reasons - Second index was a duplicate of the first instead of using thumbnail_md5 Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=742670 M src/db/PhotoTable.vala commit a44252bc0339bfc0afc0721ba96c34f77c5aadee Author: Jens Georg Date: Fri Jul 29 00:14:16 2016 +0200 Update INSTALL Signed-off-by: Jens Georg M INSTALL commit 0e2b2d936a9829fdbf0862de3df7915592ddb935 Author: Jens Georg Date: Sun Jul 24 21:48:42 2016 +0200 Fix invalid warning on index creation Signed-off-by: Jens Georg M src/db/PhotoTable.vala commit dab860338412d9bf7a219d6a2a74cb56bac0b87b Author: Jens Georg Date: Sun Jul 24 19:28:58 2016 +0200 Update debian packages Signed-off-by: Jens Georg M debian/changelog M debian/control D debian/manpages M debian/rules A debian/shotwell.install commit f04002baca62d84692bf5b6698a00c0a066522bf Author: Jens Georg Date: Sun Jul 24 08:50:07 2016 +0200 Minor cosmetic build changes Signed-off-by: Jens Georg M configure.ac commit 320aad4a22527cb74c75d49331fff3e7abfb680d Author: Rafael Fontenelle Date: Tue Aug 2 13:35:38 2016 +0000 Updated Brazilian Portuguese translation M po/pt_BR.po commit 1d086dcf064501c088a08fe2ab88d998b8b85aff Author: Piotr Drąg Date: Mon Aug 1 05:03:46 2016 +0200 Updated Polish translation M po/pl.po commit 5a28246f86e2c86d9a14183593614a81d55d5787 Author: Piotr Drąg Date: Mon Jul 25 04:17:31 2016 +0200 Add Language headers to po files Future versions of gettext will fail if this header is missing. M po/af.po M po/ast.po M po/bg.po M po/bn.po M po/bn_IN.po M po/en_GB.po M po/et.po M po/gu.po M po/hi.po M po/hr.po M po/it.po M po/lv.po M po/mk.po M po/ml.po M po/mr.po M po/nn.po M po/or.po M po/pa.po M po/sl.po M po/sr@latin.po M po/th.po M po/zh_HK.po commit 767950c196c447d69b47df7a5180d41f3bae0c26 Author: Jens Georg Date: Sun Jul 24 08:44:28 2016 +0200 Add indexs to PhotoTable To speed up duplicate searches. This is the first try on my rather limited set of images; if these don't provide a decent speedup, we might need to create some covering indexes. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=742670 M src/db/PhotoTable.vala commit 2744ffdc377cb7b5b42d67d3e3c469f8b6cac19a Author: Jens Georg Date: Sat Jul 23 08:28:44 2016 +0200 Use MessageDialog's printf for strings Fixes issue where mark-up was shown as-is Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=768360 M src/Dialogs.vala commit 49f63dacac74571924ffe7f4290b553a6a286a8e Author: Jens Georg Date: Fri Jul 22 22:25:38 2016 +0200 Require gettext 0.19.8 Otherwise we are hit by http://savannah.gnu.org/bugs/?47991 and get an invalid string in Keyword line in the .desktop file Signed-off-by: Jens Georg M configure.ac commit 255a39c9e5c9df94bc16f2988ac50f9bc6dd9866 Author: Jens Georg Date: Fri Jul 22 22:18:24 2016 +0200 Fix .desktop file generation Fixes https://bugs.archlinux.org/task/50129 Signed-off-by: Jens Georg M misc/Makefile.am commit 9b5ed5a29086215a5cdf82f38d1145848d7a6c4f Author: Jens Georg Date: Fri Jul 22 21:58:07 2016 +0200 Offer a way to hide bottom toolbar Available in menu like sidebar and with -F9 Shortcut (slightly following GNOME Builder there) Only for LibarayWindow. Fullscreen and Slideshow offer their own means of (auto-)hiding the toolbar already. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=741962 M misc/org.yorba.shotwell.gschema.xml M src/config/ConfigurationInterfaces.vala M src/config/GSettingsEngine.vala M src/library/LibraryWindow.vala M ui/events_directory.ui M ui/import.ui M ui/media.ui M ui/offline.ui M ui/photo.ui M ui/trash.ui commit 83e2e81d8c3f824ff7131ec42ef0dc9d83a9ef8c Author: Jens Georg Date: Wed Jul 20 00:41:20 2016 +0200 publishing-extra: Load resources from GResource Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=747368 M plugins/shotwell-publishing-extras/GalleryConnector.vala M plugins/shotwell-publishing-extras/RajcePublishing.vala M plugins/shotwell-publishing-extras/TumblrPublishing.vala M plugins/shotwell-publishing-extras/YandexPublishing.vala A plugins/shotwell-publishing-extras/org.gnome.Shotwell.Publishing.Extras.gresource.xml M publish-extra.am commit 8f86cdaaa86f2d42d1d85f84b71995e93abc5dbc Author: Jens Georg Date: Wed Jul 20 00:19:45 2016 +0200 publish: Load resources from GResource Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=747368 M plugins/shotwell-publishing/FacebookPublishing.vala M plugins/shotwell-publishing/FlickrPublishing.vala M plugins/shotwell-publishing/PicasaPublishing.vala M plugins/shotwell-publishing/PiwigoPublishing.vala M plugins/shotwell-publishing/YouTubePublishing.vala A plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml M publish.am commit 23ad562bef8f3b85bb901e5cea78cf389a1695d3 Author: Jens Georg Date: Tue Jul 19 23:36:08 2016 +0200 import: Load icon from resource Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=747368 M import.am M plugins/shotwell-data-imports/FSpotImporter.vala A plugins/shotwell-data-imports/org.gnome.Shotwell.Imports.gresource.xml commit 92e38a39ddfcb193af3932db71027cd4e3360b08 Author: Jens Georg Date: Tue Jul 19 23:35:43 2016 +0200 transitions: Load icon from resource Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=747368 M Makefile.am M configure.ac M plugins/common/Resources.vala A plugins/shotwell-transitions/org.gnome.Shotwell.Transitions.gresource.xml M plugins/shotwell-transitions/shotwell-transitions.vala M transition.am commit 16dd5b5a82c5139c51de27dbaf5f275d8ebadedb Author: Jens Georg Date: Tue Jul 19 23:17:57 2016 +0200 Remove obsolete file Signed-off-by: Jens Georg D help/C/Makefile D plugins/Makefile D plugins/common/Makefile D plugins/shotwell-data-imports/Makefile D plugins/shotwell-publishing-extras/Makefile D plugins/shotwell-publishing/Makefile D plugins/shotwell-transitions/Makefile D samples/simple-plugin/Makefile D test/Makefile commit 807cb2b45a8eb3b8826cbc93caf67c4d1cca758d Author: Jens Georg Date: Wed Jul 20 20:52:39 2016 +0200 Post-release version bump Signed-off-by: Jens Georg M configure.ac