commit 99c2704b1350cb074c45503578520982b5ac7e3e Author: Jens Georg Date: Tue Jan 9 21:52:32 2018 +0100 Prepare 0.27.3 M NEWS M configure.ac M meson.build commit e902cd38eda129eb1e9b928d5dea5c47a1f45572 Author: Cheng-Chia Tseng Date: Tue Jan 2 11:22:02 2018 +0000 Update Chinese (Taiwan) translation M po/zh_TW.po commit c625d5b3476aa45903633b4904761bbc4fa18fe2 Author: Jens Georg Date: Mon Jan 1 13:26:13 2018 +0100 Use new location for appdata files https://bugzilla.gnome.org/show_bug.cgi?id=790185 M m4/appstream-xml.m4 M misc/meson.build commit f55ead60f6dd2a4b3cbc00f5042103fa8a3a602e Author: Jens Georg Date: Mon Jan 1 11:31:44 2018 +0100 Make internal helper library shared Fixes issue with multiple class registration in ubuntu ppa binaries https://bugzilla.gnome.org/show_bug.cgi?id=792058 M src/plugins/meson.build commit 908b0333d8f6f2bdd1520e6d6fdecb237da94750 Author: Jens Georg Date: Thu Dec 28 08:50:17 2017 +0100 Enhance spacing without headerbars M src/publishing/PublishingUI.vala commit 9d2642f7c018b0d353915f5dae4a5ccbfa9c26c0 Author: Jens Georg Date: Mon Dec 25 15:02:13 2017 +0100 Add documentation for contrast M help/C/edit-adjustments.page commit 8e2edcaa7291a8f36dd41f94c657c1f89e66ba8e Author: Jens Georg Date: Sun Dec 24 16:22:10 2017 +0100 Fix showing help when running from build dir https://bugzilla.gnome.org/show_bug.cgi?id=717126 M src/Resources.vala commit b80a42d7a4f60be28369204936f55a2e0f16f5ae Author: Jens Georg Date: Sun Dec 24 14:13:05 2017 +0100 Don't wrongly fall back to shotwell developer If we requested CAMERA development, but the RAW file did not have any preview embedded, Shotwell falls back to the SHOTWELL developer, even though we have the camera-developed fle available Only fall back to SHOTWELL if embedded was chosen and embedded is not available. https://bugzilla.gnome.org/show_bug.cgi?id=791893 M src/Photo.vala commit 70cab367c581563b9e6bfd2bb4b8850fe78a8005 Author: Rico Tzschichholz Date: Sun Dec 24 09:25:30 2017 +0100 build: Drop broken reference to MaybeHeaderbarDialog.vala M shotwell.am commit 686e625647034587ef62efe4400a23f4927a00f1 Author: Jens Georg Date: Sat Dec 23 21:25:15 2017 +0100 Some syling fixes for SavedSearch dialog M src/searches/SavedSearchDialog.vala commit 365cb94e4854bcb5edd1c4db89f4ed0454559662 Author: Jens Georg Date: Sat Dec 23 15:02:02 2017 +0100 Align Histogram in center M src/editing_tools/RGBHistogramManipulator.vala commit d0dd38464c0654e909da679713bd3751f6a6ae24 Author: Jens Georg Date: Sat Dec 23 15:01:45 2017 +0100 Adjustment Tool: Add labels to sliders So the actual values can be seen and probably taken over to other images M src/editing_tools/EditingTools.vala commit caa27aa336f77a9e969bd7972ccec609b1bbf00f Author: Jens Georg Date: Wed Dec 20 23:30:56 2017 +0100 Fix another merge issue M ui/manifest_widget.ui commit 5829627cef569db0574cba1de831b9af4e400edd Author: Jens Georg Date: Wed Dec 20 23:16:32 2017 +0100 Remove merge issues from shotwell.ui M ui/shotwell.ui commit 1b003e8f3ba02b658f08497dd63d710850b43e46 Author: Jens Georg Date: Wed Dec 20 23:10:54 2017 +0100 Add a dummy Piwigo server A test/server.py commit 9fd45306cc05922137944f210b4cb93424c68e81 Author: Jens Georg Date: Wed Dec 20 22:07:36 2017 +0100 Update automake M shotwell.am M ui/Makefile.am commit f1abf623183ed1bc964e8224802558129efa189c Author: Jens Georg Date: Wed Dec 20 22:06:58 2017 +0100 Update POTFILES.in and POTFILES.skip M po/POTFILES.in M po/POTFILES.skip commit a4c40931da84727358a9ef3f8858764b8045bae6 Author: Jens Georg Date: Wed Dec 20 21:46:00 2017 +0100 Use ListBox for search criteria row M src/searches/SavedSearchDialog.vala M ui/saved_search_dialog.ui commit b3a2f41ddf3bb3d12a17f2420d98ef13da0269e0 Author: Jens Georg Date: Tue Dec 19 21:36:40 2017 +0100 More consistent HeaderBar handling M src/Properties.vala M src/Resources.vala M src/data_imports/DataImportsUI.vala M src/dialogs/AdjustDateTimeDialog.vala M src/dialogs/ExportDialog.vala M src/dialogs/MultiTextEntryDialog.vala M src/dialogs/Preferences.vala M src/dialogs/SetBackground.vala M src/dialogs/SetBackgroundSlideshow.vala M src/dialogs/TextEntry.vala M src/dialogs/WelcomeDialog.vala M src/publishing/PublishingUI.vala M src/searches/SavedSearchDialog.vala commit f489c26f64aa16b989c397002c076553845d5cf7 Author: Jens Georg Date: Wed Dec 20 14:13:21 2017 +0100 Make ManifestWidget templated M org.gnome.Shotwell.gresource.xml M src/dialogs/Preferences.vala M src/plugins/ManifestWidget.vala A ui/manifest_widget.ui M ui/shotwell.ui commit 9bf6ab69afdf00894cf3a73e0b8af24c5414d494 Author: Jens Georg Date: Wed Dec 20 13:36:10 2017 +0100 Make SavedSearch dialog templated M org.gnome.Shotwell.gresource.xml M src/searches/SavedSearchDialog.vala A ui/saved_search_dialog.ui M ui/shotwell.ui commit a450daec832468b92068e428ed545183db9d1093 Author: Jens Georg Date: Wed Dec 20 12:47:38 2017 +0100 Extract ProgressDialog M src/Dialogs.vala A src/dialogs/ProgressDialog.vala M src/meson.build commit 044842b35962932fdf59db1bfd7ed6a3db5039f3 Author: Jens Georg Date: Tue Dec 19 21:34:55 2017 +0100 Extract WelcomeDialog M src/Dialogs.vala A src/dialogs/WelcomeDialog.vala M src/meson.build commit 122e3bda66d4b4afbc110363c6f1c00f237898ad Author: Jens Georg Date: Tue Dec 19 20:59:22 2017 +0100 Extract AdjustDateTimeDialog M src/Dialogs.vala A src/dialogs/AdjustDateTimeDialog.vala M src/meson.build commit a0916895cf7e7a6d448b66374572762739227abe Author: Jens Georg Date: Wed Dec 20 16:42:49 2017 +0100 Extract MultiTextEntryDialog M org.gnome.Shotwell.gresource.xml M src/Dialogs.vala A src/dialogs/MultiTextEntryDialog.vala M src/meson.build A ui/multitextentrydialog.ui M ui/shotwell.ui commit 7351d786f3256e7fa535cef906785a473fb37e67 Author: Jens Georg Date: Tue Dec 19 20:41:14 2017 +0100 Extract Export dialog M src/Dialogs.vala A src/dialogs/ExportDialog.vala M src/meson.build commit d783672bf514ec85c8f73f041f65f5bbb59d10ca Author: Jens Georg Date: Wed Dec 20 16:42:26 2017 +0100 Extract Preferences Dialog M src/Dialogs.vala A src/dialogs/Preferences.vala M src/meson.build commit 70215a717702713711332f9270255d4f8edd455c Author: Jens Georg Date: Wed Dec 20 16:40:55 2017 +0100 Extract TextEntry dialog M org.gnome.Shotwell.gresource.xml M src/Dialogs.vala A src/dialogs/EntryMultiCompletion.vala A src/dialogs/TextEntry.vala M src/meson.build M ui/shotwell.ui A ui/textentrydialog.ui commit 3b177a6a7d37016b92bf98e0f3021eb31353f15a Author: Jens Georg Date: Wed Dec 20 16:40:05 2017 +0100 Extract SetBackgroundSlideshow dialog M shotwell.am M src/Dialogs.vala A src/dialogs/SetBackgroundSlideshow.vala M src/meson.build commit af567f9ca897202763c770e979cd1d1781cebe7b Author: Jens Georg Date: Wed Dec 20 16:38:27 2017 +0100 Extract SetBackground dialog M shotwell.am M src/Dialogs.vala A src/dialogs/SetBackground.vala M src/meson.build commit c50772173477689f38fb65234b3a757958974831 Author: Daniel Mustieles Date: Wed Dec 20 18:23:12 2017 +0100 Updated Spanish translation M po/es.po commit 4c4afdad9d442b168621fe6fdabaafe739948d97 Author: Jens Georg Date: Mon Dec 18 11:13:18 2017 +0100 When switching month/year in calendar, update other inputs M src/Dialogs.vala commit 7026555aede74e65ee374f0baa52c5c8d1b2458e Author: Jens Georg Date: Mon Dec 18 11:07:55 2017 +0100 Add F4 as shortcut for Date/Time dialog https://bugzilla.gnome.org/show_bug.cgi?id=753943 M src/CollectionPage.vala M ui/direct.ui M ui/photo.ui commit 476ccb26f086585de4b8c2a9bd0dd3c6dd6c5ba4 Author: Jens Georg Date: Fri Dec 15 05:21:03 2017 +0100 Make Histogram keyboard accessible Histogram can now be used by keyboard as follows: - Left/Right key will move the manipulator - Shift will select which manipulator is used. No Shift => left manipulator, Shift => right manipulator - Normal increase or decrease is 5. Using CTRL this can be modified to 1 https://bugzilla.gnome.org/show_bug.cgi?id=716431 M src/editing_tools/RGBHistogramManipulator.vala commit 7d3034fac2e78b54aa9d70025ff5faafd243a6ca Author: Jens Georg Date: Tue Dec 12 20:46:54 2017 +0100 Fix type of primary_source_id table on upgrade This is TEXT now, not INTEGER https://bugzilla.gnome.org/show_bug.cgi?id=790469 M src/db/Db.vala commit 7f932b0f40611cbc76b925751769e6432d396ec9 Author: Jens Georg Date: Tue Dec 12 20:33:31 2017 +0100 Fix upgrading from Shotwell 0.7.2 There was a check missing for the existence of VideoTable https://bugzilla.gnome.org/show_bug.cgi?id=790469 M src/db/Db.vala commit 2c8ae067b7bf0181d8e1c9b557928119e158614b Author: Kukuh Syafaat Date: Tue Dec 12 13:00:52 2017 +0000 Update Indonesian translation M po/id.po