From 5e9f4eea451a77ba3b93db3747841ed2bd969e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 14:09:20 +0200 Subject: New upstream version 0.30.1 --- ChangeLog | 47395 ------------------------------------------------------------ 1 file changed, 47395 deletions(-) delete mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index c47ca6f..0000000 --- a/ChangeLog +++ /dev/null @@ -1,47395 +0,0 @@ -commit 921ff14cdaf58f804ab1f5a2f9abd15ee5ffa19c -Author: Jens Georg -Date: Sat Jul 14 13:06:00 2018 +0200 - - Prepare Shotwell 0.28.4 - -M NEWS -M configure.ac -M meson.build - -commit ce6d50975ffd7741f4b30a1b144e02eb4e868da9 -Author: Jens Georg -Date: Thu Jun 28 22:36:38 2018 +0200 - - camera: Temporarily remove libusb work-around - - Work-around for !4 - unbreaking PTP support for most users is probably - more important than catering this somewhat obscure - (obsolete?) behavior - -M src/camera/CameraTable.vala - -commit 9e12fe7a5af9eda05d8c5e6d0f771b1c8021d18d -Author: Jens Georg -Date: Thu Jun 28 22:03:56 2018 +0200 - - camera: Add mtp to supported mount schemes - - This allows automatic unmounting of MTP devices. - -M src/library/LibraryWindow.vala - -commit 91f755dafd82d53aa0e2753fcfc8eedd8fce8918 -Author: Piotr Drąg -Date: Tue Jun 5 15:24:46 2018 +0200 - - Fix keywords in Turkish translation - - - (cherry picked from commit 64c40c6f0fe4558ec1bab4851cc771991593adda) - -M po/tr.po - -commit 5bb67119597371a34b6de52e7633082919a981cf -Author: Jens Georg -Date: Fri Jun 8 11:31:59 2018 +0200 - - google: Fix OAuth2 token extraction - - The old code parsed the page title which previously was the URI. That - seems to have changed lately to be empty. - - Use proper OAuth2 redirect_uri and handle the custom Scheme just - like in - Flickr for OAuth1. - - Closes #12 - -M plugins/authenticator/shotwell/GoogleAuthenticator.vala - -commit 4d55d976d0d458de0770616b934b3deace519c0f -Author: Jens Georg -Date: Wed May 23 23:29:43 2018 +0200 - - Fix slideshow settings dialog - - - Missing response codes for buttons - - Wrong template class name - - https://bugzilla.gnome.org/show_bug.cgi?id=796370 - -M ui/slideshow_settings.ui - -commit cacc8bd5415d978f2eb64f215e4be696290c6edc -Author: Jens Georg -Date: Mon May 7 19:37:12 2018 +0200 - - Prepare 0.28.3 - -M NEWS -M configure.ac -M meson.build - -commit 50a532560e1627cae66d75036faab55e3247926b -Author: Piotr Drąg -Date: Sun May 6 18:58:26 2018 +0200 - - Update Polish translation - -M po/pl.po - -commit 93d14085fc7deb433bc018e3a9927c1eb252a450 -Author: Jens Georg -Date: Sun May 6 15:11:31 2018 +0200 - - Fix lined tags - - Fix regression introduced by a5ba963889c733d6ac80dad9a09058d0a214eb94 - -M src/CheckerboardLayout.vala - -commit 828981065e81d04b8160e131ca2c6c8ef91dd2fe -Author: Jens Georg -Date: Sun Apr 29 11:17:19 2018 +0200 - - checkerboard: Translate coordinates while drawing - - This prevents that we exceed the translation matrix limits in pixman, - the root cause for the Out of memory errors seen on HiDPI displays - - https://bugzilla.gnome.org/show_bug.cgi?id=786702 - -M src/CheckerboardLayout.vala - -commit 776da8bf0c62d016273e1711e8874a2d7bef09d9 -Author: Jens Georg -Date: Sat Apr 14 18:19:32 2018 +0200 - - Fix spacing for flagged button - -M src/SearchFilter.vala - -commit 77b572462178a1f85633d315e0da69ab51b58f79 -Author: Jens Georg -Date: Fri Apr 13 19:29:29 2018 +0200 - - Fix spacing in search toolbar - -M src/SearchFilter.vala - -commit 4125c3461149ddec7fb58f58390a5c052eb7f1fc -Author: Jens Georg -Date: Mon Apr 9 20:26:42 2018 +0200 - - Prepare 0.28.2 - -M NEWS -M configure.ac -M meson.build - -commit 717552104d580c9dad3c8953085fa3e08b26c750 -Author: Jens Georg -Date: Sat Mar 31 13:50:00 2018 +0200 - - Piwigo: Fix logging in with "&" in password - - https://bugzilla.gnome.org/show_bug.cgi?id=718742 - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit 986cb24554aa9dfd54634b087ee86e7ec2f8c586 -Author: Jens Georg -Date: Wed Mar 28 19:19:42 2018 +0200 - - Fix crash on editing images with alpha channel - - The cache does not carry alpha channel, use proper counting there - to not - exceed the cache size - -M src/ColorTransformation.vala - -commit 6c1939ef77f33a08204a0869572be62db98635f4 -Author: Jens Georg -Date: Mon Mar 26 00:29:14 2018 +0200 - - saved search: Fix working with Gtk 3.18 - - Looks like Glade's verifier did not find this. - - https://bugzilla.gnome.org/show_bug.cgi?id=794673 - -M ui/saved_search_dialog.ui - -commit 46483b7a7997555d33336177b7f5b9a58cc94db1 -Author: Jens Georg -Date: Sun Mar 25 14:48:21 2018 +0200 - - Prepare 0.28.1 - -M NEWS -M configure.ac -M meson.build - -commit 119d0f3b29c5c017081c014af14fcd609bbaa2d5 -Author: Jens Georg -Date: Sun Mar 25 14:34:46 2018 +0200 - - Revert "publishers: Properly escape urlencoded payload" - - It Breaks at least flicker upload - - This reverts commit 7dc86b74c8a4cd251fb8815a818a206cd7a0d6b0. - -M plugins/common/RESTSupport.vala - -commit caaacf4a1c673ca3ea778251c12577274e736859 -Author: gogo -Date: Thu Mar 22 00:05:12 2018 +0000 - - Update Croatian translation - -M po/hr.po - -commit c723f2c1a17568272623340ca4cf696897171948 -Author: Jens Georg -Date: Mon Mar 12 22:50:32 2018 +0100 - - Fix undefined symbol error - - Or: inline does not do what you expect it to do. - - https://en.wikipedia.org/wiki/Inline_function#C99 - - We really want static inline here. - - https://bugzilla.gnome.org/show_bug.cgi?id=794293 - -M src/_transformation.c - -commit 3abcc2f5061e27ba5b5b244ad5e059ba7c3eb2f2 -Author: Rūdolfs Mazurs -Date: Thu Mar 15 22:20:17 2018 +0200 - - Update Latvian translation - -M po/lv.po - -commit ecaf52c6dddb02a0c7c92c96ae9869025037465b -Author: Jens Georg -Date: Mon Mar 12 22:06:46 2018 +0100 - - Prepare 0.28.0 - -M NEWS -M configure.ac -M icons/Makefile.am -D icons/about-aachen.jpg -A icons/about-braunschweig.jpg -M meson.build -M org.gnome.Shotwell.gresource.xml -M src/AppWindow.vala -M src/Resources.vala - -commit 1c0d3d0b0fe6f5f244f126c75cae881e5b5cbc2a -Author: Alan Mortensen -Date: Sat Mar 10 17:08:25 2018 +0100 - - Updated Danish translation - -M po/da.po - -commit 986bc3735579db11b8ed4f52bd86f6cb8bc70047 -Author: Jens Georg -Date: Tue Mar 6 20:52:06 2018 +0100 - - Prepare 0.27.92 - -M NEWS -M configure.ac -M meson.build - -commit 5553bf0d37de1ca0b1300fc22d4a0280ca3e3efd -Author: Jordi Mas -Date: Sat Mar 3 09:51:50 2018 +0100 - - Update Catalan translation - -M po/ca.po - -commit d42a829e93eb955726089ccfc7c98b5227c738e3 -Author: GNOME Translation Robot -Date: Fri Mar 2 12:10:35 2018 +0000 - - Update Scottish Gaelic translation - - (cherry picked from commit ab2c74b50966b746107383f699c39789922e8e92) - -M po/gd.po - -commit c03ea62be62c24b72817e97ea9a19da47a51a532 -Author: Mario Blättermann -Date: Tue Feb 27 21:02:00 2018 +0000 - - Update German translation - -M help/de/de.po - -commit d5aa2a2df84a807843e684075bec711ee1df8ad4 -Author: Jens Georg -Date: Mon Feb 26 18:16:40 2018 +0100 - - Save selection before setting the restore point - - With the fix for bug 786531, setting the restore point before - executing - the job would add the restore point to the list of selected items. - - https://bugzilla.gnome.org/show_bug.cgi?id=793818 - -M src/MediaPage.vala - -commit e2df3354579f29cda50d28c94687b025a808a6e9 -Author: Tim Sabsch -Date: Tue Feb 27 19:58:26 2018 +0000 - - Update German translation - -M po/de.po - -commit 0adcf57608f6a0556bb62e8a35ca08c01fdb4e42 -Author: gogo -Date: Tue Feb 27 00:00:02 2018 +0000 - - Update Croatian translation - -M po/hr.po - -commit bf739e5c74cb77f72acf389c7a309e39b56561fd -Author: Balázs Úr -Date: Mon Feb 26 22:44:52 2018 +0000 - - Update Hungarian translation - -M po/hu.po - -commit 03bcc8b01e07dd36eb1b195de7d54e4b88ff4446 -Author: Jordi Mas -Date: Sun Feb 25 22:55:25 2018 +0100 - - Update Catalan translation - -M po/ca.po - -commit 1544f599c4995084f2b487e602e4c264066fdb07 -Author: Piotr Drąg -Date: Sat Feb 24 00:46:26 2018 +0100 - - Fix Spanish translation header - -M help/es/es.po -M po/es.po - -commit 9241488bec9f9f74cb0b80353e67c85a50825a9a -Author: Daniel Korostil -Date: Thu Feb 22 07:40:18 2018 +0000 - - Update Ukrainian translation - -M po/uk.po - -commit 2eaeb63bf4b4d79b81035030551b34ec99582186 -Author: Мирослав Николић -Date: Wed Feb 21 07:55:54 2018 +0100 - - Updated Serbian translation - -M po/sr.po -M po/sr@latin.po - -commit 7dc86b74c8a4cd251fb8815a818a206cd7a0d6b0 -Author: Jens Georg -Date: Sat Feb 10 21:12:32 2018 +0100 - - publishers: Properly escape urlencoded payload - - https://bugzilla.gnome.org/show_bug.cgi?id=718742 - -M plugins/common/RESTSupport.vala - -commit 418c4b2feb27b8e93a8cc1ee7cfee219630a2f7a -Author: Jiri Grönroos -Date: Sat Feb 10 17:58:25 2018 +0000 - - Update Finnish translation - -M po/fi.po - -commit d607aebe3314cbe4cfcb26e17ca13fd60567f1f2 -Author: Jens Georg -Date: Mon Feb 5 19:08:54 2018 +0100 - - Prepare 0.27.4 - -M NEWS -M configure.ac -M meson.build - -commit 3b3b7c424437d66703abb10b1ac5dc3c7539f6d1 -Author: Marek Cernocky -Date: Sun Jan 28 13:13:11 2018 +0100 - - Updated Czech translation - -M help/cs/cs.po -M po/cs.po - -commit af6f570624795ca364b9922597dd02d4a3dc832d -Author: Jordi Mas -Date: Sat Jan 20 22:00:38 2018 +0100 - - Update Catalan translation - -M po/ca.po - -commit 9c2c6af1f188974ba01b23c3bf88b40f20006bf5 -Author: Jordi Mas -Date: Wed Jan 17 20:37:49 2018 +0100 - - Fixes to Catalan translation - -M po/ca.po - -commit d076d4c54fbc0c24a14b9f70757afa0e69712eb4 -Author: Jens Georg -Date: Sat Jan 13 23:05:18 2018 +0100 - - Prevent crash when removing the event's last photo - - Issue is that this would destroy the event and destroy the media page, - afterwards trying to update the undo list on the now destroyed view - - https://bugzilla.gnome.org/show_bug.cgi?id=786531 - -M src/MediaPage.vala - -commit 1786a3a69dd79f378ba4f669d2e28fe9c5d10a7b -Author: Jens Georg -Date: Sat Jan 13 21:48:28 2018 +0100 - - Fix folder sidebar with DAV - - Shotwell tried to go up to the root folder, but if a concrete path is - mounted, the parent might not have a path associated - - So we stop if there is either no parent or the parent does not have a - local mount representation - - https://bugzilla.gnome.org/show_bug.cgi?id=792498 - -M src/folders/FoldersBranch.vala - -commit 5125d2fbfad5408f42958802f0d6a6ebfa01d7aa -Author: Rafael Fontenelle -Date: Sat Jan 13 14:26:43 2018 +0000 - - Update Brazilian Portuguese translation - -M po/pt_BR.po - -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 - -commit c569afc460716f675f0009d9a475baedbb87da84 -Author: Jens Georg -Date: Mon Dec 11 18:25:46 2017 +0100 - - Prepare 0.27.2 - -M NEWS -M configure.ac -M meson.build - -commit 15db8493b70c5e4e90b95cecda73f34663eda1fa -Author: Jens Georg -Date: Sun Dec 10 14:06:17 2017 +0100 - - help: Fix keyboard shortcut for publishing - -M help/C/share-upload.page - -commit 826963a088633e66e062dc55165141358097ff56 -Author: Josef Andersson -Date: Tue Nov 28 00:25:43 2017 +0000 - - Update Swedish translation - -M po/sv.po - -commit 2fe7872a0902a79a2b1a27d6b0273e50a37380fa -Author: Jens Georg -Date: Mon Nov 27 12:56:05 2017 +0100 - - Make month and year editable in date/time selector - - https://bugzilla.gnome.org/show_bug.cgi?id=736643 - -M src/Dialogs.vala - -commit 5e9053bb76999178f6ae27f011c4a3f90325512e -Author: Jens Georg -Date: Mon Nov 27 20:32:35 2017 +0100 - - Fix compiling with older valac - -M plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala - -commit 437714de31aec97f25928bd93331ae4aad1e9514 -Author: Jens Georg -Date: Sun Nov 26 21:34:52 2017 +0100 - - Trigger keyword update when comment changes - - https://bugzilla.gnome.org/show_bug.cgi?id=729857 - -M src/MediaDataRepresentation.vala - -commit 3f9a84bf92bb930336cd1df027596290a59e3dba -Author: Piotr Drąg -Date: Sun Nov 26 18:47:43 2017 +0100 - - Update Polish translation - -M po/pl.po - -commit 2f0cb4807540574100f007139f9d8a5da36490e2 -Author: Jens Georg -Date: Sun Nov 26 15:43:58 2017 +0100 - - Do not reset title on startup - - This partially reverts some of the startup optimisation made in - 125bfbe - but doesn't seem to make the startup any worse - - Fixes sorting by title - - https://bugzilla.gnome.org/show_bug.cgi?id=790668 - -M src/Thumbnail.vala - -commit 28cbe3fa2255954951e098fb24db5f599c4e3c89 -Author: Piotr Drąg -Date: Fri Nov 24 21:46:38 2017 +0100 - - Update POTFILES.in - -M po/POTFILES.in - -commit a9a09f8944e9aa4c594367c23b89a8a7c70dcd2e -Author: Jens Georg -Date: Fri Nov 24 21:33:47 2017 +0100 - - Flickr: Remove external browser call - - Instead, do the authentication flow with WebKit. - - https://bugzilla.gnome.org/show_bug.cgi?id=718977 - -M authenticator.am -M plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala -D plugins/authenticator/shotwell/flickr_pin_entry_pane.ui -M -plugins/authenticator/shotwell/org.gnome.Shotwell.Authenticator.gresource.xml - -commit 6a2fe441f5872b7e98dd3ae81ec28242c78fa602 -Author: Jens Georg -Date: Fri Nov 17 19:29:26 2017 +0100 - - OAuth1: Move into own file - -M Makefile.am -A plugins/common/OAuth1Support.vala -M plugins/common/RESTSupport.vala -M plugins/meson.build - -commit e5abe03c52172f6bdb649c4247d8face70646bdc -Author: Jens Georg -Date: Thu Nov 16 21:44:49 2017 +0100 - - OAuth1: Fix upload signing - -M plugins/common/RESTSupport.vala - -commit f8849b8dfa51c3a6718dbf72261f5002798b8f8f -Author: Jens Georg -Date: Thu Nov 16 21:43:11 2017 +0100 - - Tumblr,Flicker: Fix authorization - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/TumblrPublishing.vala - -commit 807376fc2f2fdd718d1025b68ad4338146628eab -Author: Jens Georg -Date: Thu Nov 16 20:47:35 2017 +0100 - - OAuth: Fix serialization of upload authorization - -M plugins/common/RESTSupport.vala - -commit 38fc4ab9a2f593e19626d2dea3a16df23351a47f -Author: Jens Georg -Date: Thu Nov 16 10:25:39 2017 +0100 - - tumblr: Rename authentication call-back - - Just to be clear, minor clean-up - -M plugins/shotwell-publishing/TumblrPublishing.vala - -commit 204004856ccb5c60a1df0d72c8ecdf40aa337898 -Author: Ask Hjorth Larsen -Date: Sat Nov 11 18:44:56 2017 +0100 - - Updated Danish translation - -M po/da.po - -commit fdda622dbb58e904231c3f0f7cd678375f12f991 -Author: Jens Georg -Date: Sat Nov 11 14:42:39 2017 +0100 - - Clean-up printing dialog - - https://bugzilla.gnome.org/show_bug.cgi?id=779677 - -M ui/printing_widget.ui - -commit a54c9b6f48d5451c877aff02056b73328e7e512e -Author: Jens Georg -Date: Fri Nov 10 16:28:47 2017 +0100 - - Wayland: Fix scroll and zoom - - Scroll and zoom with mouse wheel did not work anymore on Wayland - - https://bugzilla.gnome.org/show_bug.cgi?id=781472 - -M src/Page.vala - -commit 6d6e33022b69fb6cab6ce369964d7a813e7231c4 -Author: Piotr Drąg -Date: Thu Nov 9 17:58:45 2017 +0100 - - Update POTFILES.in and POTFILES.skip - -M po/POTFILES.in -M po/POTFILES.skip - -commit c39348626287522b83abf1b2ce7a9eec9bf07f69 -Author: Jens Georg -Date: Thu Nov 9 00:42:17 2017 +0100 - - Add OAuth1.UploadTransaction base class - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/TumblrPublishing.vala - -commit 9e9b8bc33d567838f2a55ca57456973ba29c98b5 -Author: Jens Georg -Date: Wed Nov 8 23:47:57 2017 +0100 - - Tumblr: Fix indentation - -M plugins/shotwell-publishing/TumblrPublishing.vala - -commit 3d44027404c19eb1f97c17f4f106a99876ba848f -Author: Jens Georg -Date: Wed Nov 8 23:43:21 2017 +0100 - - Move OAuth1 code into common library - -M plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala -M plugins/authenticator/shotwell/OAuth1Authenticator.vala -M plugins/authenticator/shotwell/TumblrAuthenticator.vala -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/TumblrPublishing.vala - -commit 6192c47ff22522cb0f938533f0b7de5ac55c6b08 -Author: Jens Georg -Date: Wed Nov 8 22:47:32 2017 +0100 - - Tumblr: Re-use OAuth1 code in authenticator - -M plugins/authenticator/shotwell/TumblrAuthenticator.vala - -commit 314e369bb7b6302d39cbbe93bd3bef6904549f9b -Author: Jens Georg -Date: Sun Oct 22 19:49:31 2017 +0200 - - Tumblr: Add Authenticator to framework - -M authenticator.am -M plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala -A plugins/authenticator/shotwell/TumblrAuthenticator.vala -M plugins/authenticator/shotwell/meson.build -M -plugins/authenticator/shotwell/org.gnome.Shotwell.Authenticator.gresource.xml -R100 plugins/shotwell-publishing/tumblr_authentication_pane.ui -plugins/authenticator/shotwell/tumblr_authentication_pane.ui -M plugins/shotwell-publishing/TumblrPublishing.vala -M -plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml -M po/POTFILES.in -M publish.am - -commit 78d3090eb507835abf52df86217ba0724fc28d09 -Author: Jens Georg -Date: Sun Oct 22 14:01:33 2017 +0200 - - Flickr: Split out OAuth1 stuff into common class - -M authenticator.am -M plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala -A plugins/authenticator/shotwell/OAuth1Authenticator.vala -M plugins/authenticator/shotwell/meson.build - -commit e9f8c2498d7364981f1fdf3ab30072e51f4e2720 -Author: Jens Georg -Date: Tue Nov 7 09:17:37 2017 +0100 - - ColorTransformation: Round up slice length - - Otherwise we miss a couple of lines at the end. - -M src/ColorTransformation.vala - -commit 08408e7068ef2d91f00cc58604de2902ebfceb09 -Author: Jens Georg -Date: Sun Nov 5 19:06:55 2017 +0100 - - Fill pixel cache from lookup table - -M src/editing_tools/EditingTools.vala - -commit d71dd2276dbfa6bfec36a275617e9b0de06a19ec -Author: Jens Georg -Date: Sun Nov 5 19:06:36 2017 +0100 - - Parallelize color transformations - -M src/ColorTransformation.vala -M src/graphics-processor.vala - -commit 1d7b21c77dad55845734b28425f31bb0023bd791 -Author: Jens Georg -Date: Sun Nov 5 18:59:23 2017 +0100 - - Convert color transformations to C - - GCC has massive issues to optimize away the struct assignments Vala - generates. clang seems to be fine with them, but we cannot require a C - compiler. - -M pipeline.am -M src/ColorTransformation.vala -A src/_transformation.c -M src/meson.build - -commit 4d4041a133a029bfb123fd48f641cbe6acbad5a6 -Author: Jens Georg -Date: Wed Nov 8 15:34:35 2017 +0100 - - Fix unmounting devices on MTP conflict - - Apparently there are devices that are occupied bz the MTP volume - monitor. Fix unmounting those cameras as well - - https://bugzilla.gnome.org/show_bug.cgi?id=786821 - -M src/camera/ImportPage.vala - -commit 3430844a7ee61cc67089c95486ad784d7af6f613 -Author: Jens Georg -Date: Thu Oct 26 22:01:41 2017 +0200 - - Rename "Width or height" in Gallery plug-in as well - -M -plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui - -commit 06a720c4e1f720ad2e88e93ab27c29c9f341f4fd -Author: Alan Mortensen -Date: Sat Nov 4 13:49:51 2017 +0100 - - Updated Danish translation - -M po/da.po - -commit 1b1e155d781e2bfadafe5f8430df269b28219be2 -Author: Marek Cernocky -Date: Sun Oct 29 08:36:37 2017 +0100 - - Updated Czech translation - -M help/cs/cs.po -M po/cs.po - -commit 6bfefa9389d4c34b5b080ed5d18855b9354f1f36 -Author: Mario Blättermann -Date: Tue Oct 24 07:34:34 2017 +0000 - - Update German translation - -M help/de/de.po - -commit b4c947b4e29c3bdb081372bcbc8c0854c7971123 -Author: Mario Blättermann -Date: Tue Oct 24 07:10:48 2017 +0000 - - Update German translation - -M po/de.po - -commit e7cc6ebd30abf253142fa947819b3fffe549c27b -Author: Marek Cernocky -Date: Mon Oct 23 08:14:27 2017 +0200 - - Updated Czech translation - -M po/cs.po - -commit 1ec966bdf3e7c9cc6915542f484aacd4ee9b12ff -Author: Piotr Drąg -Date: Sun Oct 22 18:10:09 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit 763b1be74f3f5f51157e12bd88f3e04f7600c474 -Author: Cheng-Chia Tseng -Date: Sun Oct 22 13:35:50 2017 +0000 - - Update Chinese (Taiwan) translation - -M po/zh_TW.po - -commit ca488db5886936aafe4f1b3590489d1a16650fa1 -Author: Jens Georg -Date: Mon Sep 25 21:59:03 2017 +0200 - - Re-word "Width or Height" scaling constraint - - Also add some documentation on what that is supposed to do - - https://bugzilla.gnome.org/show_bug.cgi?id=787553 - -M help/C/share-export.page -M src/Dimensions.vala - -commit af9a74811bc5f5ff3e3a7cea3dcbb9ada5ea3eb1 -Author: Jens Georg -Date: Sat Oct 21 11:13:50 2017 +0200 - - debian: Use meson - -M debian/changelog -M debian/control -M debian/rules - -commit 3900ffccf9cfb6b15ab06b38d97d5edfe18c289f -Author: Jens Georg -Date: Sat Oct 21 10:44:24 2017 +0200 - - Dist shotwell.svg - -M icons/Makefile.am - -commit eed20d153fe8d6959947191aa9a99e060c36280b -Author: Jens Georg -Date: Sat Oct 21 10:29:06 2017 +0200 - - Prepare 0.27.1 - -M NEWS -M configure.ac -M meson.build - -commit 6a080645557627e0321e975f0333135c04aa6821 -Author: Jens Georg -Date: Sat Oct 21 09:50:48 2017 +0200 - - Add SVG version of trash_process.png - -A help/C/figures/trash_process.svg - -commit 3f6b526aa193c5f059e4fbb4399f454683eb9b9d -Author: Isaac F. Ferreira Filho -Date: Sat Oct 7 07:58:07 2017 +0000 - - Update Brazilian Portuguese translation - -M po/pt_BR.po - -commit 9aba7a4aa713ca135502e29c1126bce1aa5e21bf -Author: Kukuh Syafaat -Date: Wed Oct 4 12:44:46 2017 +0000 - - Update Indonesian translation - -M po/id.po - -commit 53924d1e7f8db3f1b462e1486cb10bc288568b42 -Author: Gert -Date: Tue Oct 3 20:45:00 2017 +0000 - - Speed up event creation - - Instead of switching to the event while populating it, first populate - it, then switch to it. This avoids triggering a redraw each time - a photo - is added to the event. - - https://bugzilla.gnome.org/show_bug.cgi?id=787400 - -M src/Commands.vala - -commit 170a14e84dd80a8465b4af81d09b7e5bf42cb72f -Author: Jens Georg -Date: Wed Oct 4 10:48:44 2017 +0200 - - Fix missing icon of start-up dialog - -A icons/shotwell.svg -M org.gnome.Shotwell.gresource.xml - -commit 67d3081eb291547150dac756f6b2a00c1add9531 -Author: stefan -Date: Wed Aug 30 21:11:13 2017 +0200 - - Fix assertion on removing photo from last import - - The state of raw development does not affect filtering - anymore. Filtering - photos shows: JPEG, RAW only and RAW+JPEG Filtering RAW shows: - RAW only - and RAW+JPEG - - https://bugzilla.gnome.org/show_bug.cgi?id=719142 - -M src/MediaViewTracker.vala -M src/SearchFilter.vala - -commit d0617ef1d1fe2a30882821cd64e5be4f2a7dbe1d -Author: Jeremy Bicha -Date: Tue Oct 3 09:21:48 2017 -0400 - - Fix typo in Indonesian translation - -M po/id.po - -commit 3d7852010cee16d24368f0889926646fcc7681b3 -Author: Mario Blättermann -Date: Mon Oct 2 10:25:06 2017 +0000 - - Update German translation - -M help/de/de.po - -commit 2563bf16ef71f84bc1aa7bcf18e4e642321b1271 -Author: Mario Blättermann -Date: Mon Oct 2 10:18:41 2017 +0000 - - Update German translation - - (cherry picked from commit 6bb7858c26260415155cc40ea003a88cef568ed6) - -M help/de/de.po - -commit f784f74b88f6fc039f4ab07f22bbcb40811d6635 -Author: Mario Blättermann -Date: Mon Oct 2 09:19:40 2017 +0000 - - Update German translation - -M po/de.po - -commit 377816708c7213259802451724b1fd0fd1da72fc -Author: Marek Cernocky -Date: Sun Oct 1 09:55:35 2017 +0200 - - Updated Czech translation - -M po/cs.po - -commit fd2c38b47811ca859d541dc35462678b3f7e677c -Author: Anders Jonsson -Date: Thu Sep 28 20:48:42 2017 +0000 - - Update Swedish translation - -M help/sv/sv.po - -commit f4867f928060eb442a07cfa391e17d218af6eff3 -Author: Piotr Drąg -Date: Thu Sep 28 15:19:30 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit f0cc8ab7929242faa58f6aa69b7a123bec692f09 -Author: Piotr Drąg -Date: Thu Sep 28 14:21:27 2017 +0200 - - Mark missing strings for translation - - Unfortunately, Glade suffers from - https://bugzilla.gnome.org/show_bug.cgi?id=782753 - -M ui/preferences_dialog.ui - -commit 9de0e2d1787986f0f43c49deb90632fb8272974a -Author: Marek Cernocky -Date: Mon Sep 25 18:58:26 2017 +0200 - - Updated Czech translation - -M help/cs/cs.po - -commit 0c9344dd9b5f1135728710358eea5d2869a59a14 -Author: Andre Klapper -Date: Mon Sep 25 18:11:43 2017 +0200 - - Put fallback text into

so yelp-check validates - -M help/C/organize-remove.page - -commit 472b6b24c16547bbe422e35d88ac25324a6d4227 -Author: Andre Klapper -Date: Mon Sep 25 18:10:10 2017 +0200 - - Remove unsupported link parameter from s so yelp-check validates - -M help/C/formats.page - -commit a08cf40434fc65d697e3f1a05bb44ad7f563f348 -Author: Andre Klapper -Date: Mon Sep 25 18:08:33 2017 +0200 - - Add missing id parameters to

s so yelp-check validates - -M help/C/edit-adjustments.page -M help/C/edit-crop.page -M help/C/index.page -M help/C/organize-event.page -M help/C/organize-flag.page -M help/C/view-displaying.page - -commit cacc93cf7f5a374f35d88689a021219090c6b0fb -Author: Andre Klapper -Date: Sun Sep 24 23:50:03 2017 +0200 - - de: Fix a typo - -M help/de/de.po - -commit bcbd455f4da6917efa10086d68f17f390974b9d2 -Author: Jens Georg -Date: Sat Sep 23 13:17:49 2017 +0200 - - Remove locale-dependent filter short-cuts - - They did not work after the GtkAction removal anyway and are redundant - by the search bar action accellerators which do it in a more - language-portable way - -M src/MediaPage.vala - -commit e7fbd65ec55e2c419c2b965baaf1a2f66ec99135 -Author: Jens Georg -Date: Sat Sep 23 11:43:04 2017 +0200 - - Remove obsolete action - -M src/MediaPage.vala - -commit 3929fd76688de8a5fcb6951504c26d133d735937 -Author: Jens Georg -Date: Sat Sep 23 08:05:29 2017 +0200 - - Fix criticals on right-click - - Events etc. don't have a context menu so unconditionally trying to add - one causes criticals. - -M src/Page.vala - -commit 5b2a70d25718bdc5b4f5056cc501b9a0155d7a13 -Author: Jens Georg -Date: Fri Sep 22 22:55:42 2017 +0200 - - Remove useless submenu on saved search context - - Signed-off-by: Jens Georg - -M ui/savedsearch.ui - -commit f8d28561a4f4f1fff263dee71c354105852ff1f2 -Author: Jens Georg -Date: Fri Sep 22 22:26:10 2017 +0200 - - Remove Rajce and Yandex no longer build by default - - Both are not working any longer - -M configure.ac -M meson_options.txt - -commit 6af0385194fc91db3bf07c673bc18ee7151c141d -Author: Mario Blättermann -Date: Wed Sep 20 19:44:21 2017 +0200 - - Added image for doc translation - -A help/de/figures/trash_process.png - -commit b1347a13e68da0e4dbbcaa2f7d282bb7798bbdd9 -Author: Jens Georg -Date: Tue Sep 19 22:35:01 2017 +0200 - - Fix missing event pictures - - The large thumbnails are not re-generated when accessing the event - only; - to work-around this, do not bail out but use the pixbuf and - schedule the - thumbnail generation in background for the next start-up. - - https://bugzilla.gnome.org/show_bug.cgi?id=748666 - -M src/events/EventDirectoryItem.vala - -commit 3b42439efa04bfa63d0a3c5d00a30cb09948f5b1 -Author: Jens Georg -Date: Sat Sep 16 09:13:39 2017 +0200 - - Do not filter out application/x-extension-mp4 from VideoSupport - - https://bugzilla.gnome.org/show_bug.cgi?id=773206 - -M src/VideoSupport.vala - -commit 7ac90f5fef90610493775475ff08a01ba58b61d2 -Author: Balázs Úr -Date: Sun Sep 10 18:15:02 2017 +0000 - - Update Hungarian translation - -M po/hu.po - -commit 31edc3cbe09bccae50d6237c85f7f7d518f583fe -Author: Jordi Mas -Date: Sun Sep 10 09:26:35 2017 +0200 - - Fixes to Catalan translation - -M po/ca.po - -commit dcd71fed6848ce8f6d3422f429bd2bb00616d2f2 -Author: Peter Seiderer -Date: Sun Feb 5 00:08:00 2012 +0000 - - Remove postfix trimming of thumbs on Canon files - - Apparently, exiv2 now also gets them out of the images, breaking the - duplicate detection (for Canon cameras) - - https://bugzilla.gnome.org/show_bug.cgi?id=717735 - -M src/camera/GPhoto.vala - -commit 1d936a21f714365943ba2ad2e771be8e77edd1bb -Author: Mario Blättermann -Date: Thu Sep 7 18:18:02 2017 +0000 - - Update German translation - -M po/de.po - -commit c5dbf59dc04510728ac2210dbc2903e381033509 -Author: Jordi Mas -Date: Thu Sep 7 16:29:35 2017 +0200 - - Update Catalan translation - -M po/ca.po - -commit 8cf927172ed834afec73923afcb631c6bae00a0e -Author: Jiri Grönroos -Date: Thu Sep 7 12:12:44 2017 +0000 - - Update Finnish translation - -M po/fi.po - -commit 1601862abd28cf70a77306716142460a3968dbc8 -Author: Andika Triwidada -Date: Fri Sep 1 08:38:41 2017 +0000 - - Update Indonesian translation - -M po/id.po - -commit 26712a040700947d1a22055fab9e7c07fba54da1 -Author: Cheng-Chia Tseng -Date: Thu Aug 31 04:27:57 2017 +0000 - - Update Chinese (Taiwan) translation - -M po/zh_TW.po - -commit 2e028c96365f0a9087d76994648c539d9e3dd3a4 -Author: Marek Cernocky -Date: Thu Aug 31 03:17:19 2017 +0200 - - Updated Czech translation - -M help/cs/cs.po - -commit 77e1f7dc5c9ebf14269cbc3230b58f2959cbf9d5 -Author: Cheng-Chia Tseng -Date: Wed Aug 30 13:54:53 2017 +0000 - - Update Chinese (Taiwan) translation - -M po/zh_TW.po - -commit 012a1caeef173f2adbe2cf0e20c709d895858ace -Author: Jens Georg -Date: Sat Aug 26 15:37:12 2017 +0200 - - When Trash is not available, also remove RAW file - - https://bugzilla.gnome.org/show_bug.cgi?id=719186 - -M src/MediaDataRepresentation.vala - -commit 11f5efeb7e95bdac202242edd8d121a2c2087225 -Author: Marek Cernocky -Date: Mon Aug 28 15:46:07 2017 +0200 - - Updated Czech translation - -M po/cs.po - -commit d7264c3d9779ba4604e4f7d82d3005380d7ac3df -Author: Piotr Drąg -Date: Sun Aug 27 17:22:48 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit b997726a779013fa0f304f39081674dad7e5f964 -Author: Piotr Drąg -Date: Sat Aug 26 16:00:32 2017 +0200 - - Use Unicode apostrophes in new tooltips - - See https://developer.gnome.org/hig/stable/typography.html - - https://bugzilla.gnome.org/show_bug.cgi?id=772339 - -M src/folders/FoldersBranch.vala -M src/tags/TagsBranch.vala - -commit 61164195c49d04cb7cbdb05468af7b355b1dbd60 -Author: Jens Georg -Date: Sat Aug 26 14:26:24 2017 +0200 - - Fix top-level tooltips - -M src/camera/CameraBranch.vala -M src/events/EventsBranch.vala -M src/folders/FoldersBranch.vala -M src/library/LibraryBranch.vala -M src/searches/SearchesBranch.vala -M src/sidebar/common.vala -M src/tags/TagsBranch.vala - -commit bf19032a801520a7ba3048e473367306b6aca838 -Author: Anders Jonsson -Date: Fri Aug 25 18:59:45 2017 +0000 - - Update Swedish translation - -M help/sv/sv.po - -commit 4331130354a3ce887f679ce094b3b9d7723263da -Author: Marek Cernocky -Date: Fri Aug 25 18:29:38 2017 +0200 - - Updated Czech translation - -M po/cs.po - -commit 4df466a5b1d1e67ae23c7e11b7fea0cc4d21202c -Author: Piotr Drąg -Date: Fri Aug 25 03:05:05 2017 +0200 - - Update POTFILES.in and POTFILES.skip - -M po/POTFILES.in -M po/POTFILES.skip - -commit 11c2c85696b032edd8a47b4384e89b7e784900a9 -Author: Jens Georg -Date: Thu Aug 24 22:21:54 2017 +0200 - - Add more details to Mass storage cameras - - Get icon and description from associated GVolume for mass storage - cameras. This should make it easier to find the correct camera when - having connected more than one devices. - -M src/camera/CameraTable.vala -M src/sidebar/Tree.vala - -commit 62be9ebf6d2460facddd07532844d678ee7b5d53 -Author: Stefan Willinger -Date: Sun Aug 20 23:11:09 2017 +0200 - - Rename backing photo to lower case as well - - https://bugzilla.gnome.org/show_bug.cgi?id=777626 - -M src/LibraryFiles.vala -M src/photos/RawSupport.vala - -commit 1e502e42373c36c11711af6e3dfde378286c0f48 -Author: Jordi Mas -Date: Mon Aug 21 08:49:58 2017 +0200 - - Update Catalan translation - -M po/ca.po - -commit 272c5c12cc904a940aeec0387e6add75014169d8 -Author: Jens Georg -Date: Sun Aug 20 14:59:50 2017 +0200 - - Fix import progress when importing RAW files - -M src/BatchImport.vala - -commit 67b4d6ed0fba2f2cc891915d1afb84e8bd17acdf -Author: Jens Georg -Date: Sat Aug 19 10:29:30 2017 +0200 - - Keep RAW+JPEG association from CameraImport - - CameraImportJob will copy RAW and JPEG, pass only the raws down to the - batch importer. - - The batch importer then won't know about the associated file, and - extract the embedded file (or worse, make a development) of the RAW - file, schedule thumbnailing for that. - - In the conclude step of the CameraImportJob, the files would be - associated, leading to the development being thrown away and run - another - thumbnailing job. - -M src/BatchImport.vala -M src/camera/ImportPage.vala - -commit b19769ed9b153b3aaf1b036bb6555682370f50a4 -Author: Thomas Moschny -Date: Sun Aug 13 09:47:00 2017 +0000 - - Fix rules for appstream files - - The appdata file is neither created nor installed, as the rules in - @APPSTREAM_XML_RULES@ expect files to be listed in $(appstream_XML) - rather than in $(appdata_XML). - - https://bugzilla.gnome.org/show_bug.cgi?id=784883 - -M misc/Makefile.am - -commit 1624d8179e70a7ee1d3bd325a09edbe90bf96d5c -Author: Мирослав Николић -Date: Sun Aug 13 15:17:01 2017 +0200 - - Updated Serbian translation - -M po/sr.po -M po/sr@latin.po - -commit 8f55736280edcd5dc6fa24f86e87ed15cb660e41 -Author: Piotr Drąg -Date: Sat Aug 12 02:22:34 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit 208bc88a17d7524905cb8bf465d9f5ba64e073bd -Author: Jens Georg -Date: Thu Aug 10 19:18:10 2017 +0200 - - Do not close FileDescriptor passed to CameraFile - - CameraFile takes ownership of the file descriptor and closes it, so we - end up closing random file descriptors. - - Big thanks to Stefan for debugging this - - https://bugzilla.gnome.org/show_bug.cgi?id=785503 - -M src/camera/GPhoto.vala - -commit 1841a168747cbc3802d544b7f3652753e0407b57 -Author: Marcos Lans -Date: Mon Aug 7 07:52:44 2017 +0000 - - Update Galician translation - -M po/gl.po - -commit 793f8e20be31b92c07ab244bc84c13458546724a -Author: Jens Georg -Date: Sun Aug 6 19:33:23 2017 +0200 - - Reset menubar injection state after re-loading ui - - Fixes menu items disappearing from Photos menu - - https://bugzilla.gnome.org/show_bug.cgi?id=785196 - -M src/Page.vala - -commit 79330cb40420c100d2a3f1baf0a5cb5ad4fad274 -Author: Anders Jonsson -Date: Thu Aug 3 02:57:13 2017 +0200 - - help: Fix wording in string - - https://bugzilla.gnome.org/show_bug.cgi?id=785711 - -M help/C/import-file.page - -commit ad42f642c4f3dcfe6be94f8c01d341b15a0db24e -Author: Jens Georg -Date: Thu Aug 3 10:11:33 2017 +0200 - - Remove deprecated "find" icon - - https://bugzilla.gnome.org/show_bug.cgi?id=785761 - -M src/SearchFilter.vala -M src/searches/SearchesBranch.vala - -commit ce27ab01d7a019444263341b84bba3c474ad4df6 -Author: Jens Georg -Date: Mon Jul 17 20:40:53 2017 +0200 - - Sort camera file list before matching - - RAW + JPEG file matching uses a sliding window of two. Sometimes it - seems to not being able to find the matching JPEG even if it is there. - Sort the list to increase the chance of the files matching up. - -M src/camera/ImportPage.vala - -commit c5925c803e8df19a52039e77c66efa679d3c63df -Author: Mario Blättermann -Date: Fri Aug 4 20:33:46 2017 +0000 - - Update German translation - - (cherry picked from commit 000e9a5f5da10f87b739b35901842f0a261fd240) - -M help/de/de.po - -commit 13f0c2ee09c0d02678d703bceaee22130a69d8fb -Author: Balázs Meskó -Date: Wed Aug 2 19:44:27 2017 +0000 - - Update Hungarian translation - -M po/hu.po - -commit 64704a06dd4a91c401cc9efe3ffa871e81ee8e01 -Author: Mario Blättermann -Date: Fri Jul 28 20:39:29 2017 +0000 - - Update German translation - -M po/de.po - -commit ca81bf374902c9a07e695d8cab97a2bfd45ea235 -Author: Brian Masney -Date: Wed Jul 12 19:29:12 2017 -0400 - - build: use APPSTREAM_XML instead of APPDATA_XML - - According to commit 8c0c9ec747bc in the appstream-glib project - (https://github.com/hughsie/appstream-glib), APPDATA_XML has been - deprecated and APPSTREAM_XML should be used insted. Fedora 26 - no longer ships with appdata-xml.m4 in the libappstream-glib-devel - package. This patch converts the build system to use APPSTREAM_XML. - - Signed-off-by: Brian Masney - - https://bugzilla.gnome.org/show_bug.cgi?id=784883 - -M configure.ac -M misc/Makefile.am - -commit 8bd5dab147e7f31a7ffb53f009ebf0ad568bf8d7 -Author: Kukuh Syafaat -Date: Mon Jul 10 11:50:15 2017 +0000 - - Update Indonesian translation - -M po/id.po - -commit 8cf7a7a4743cbe2a7acfc71423acb81f7efd0f2e -Author: Jens Georg -Date: Sun Jul 9 22:19:36 2017 +0200 - - Do not endlessly create thumbs - - notify_altered("image", ... will trigger thumnail re-genration and in - consequence other events, and it does all of this twice. Otoh, the - thumbnail is already generated on inport. - -M src/BatchImport.vala -M src/Photo.vala - -commit 2ef1bfc0f98e2b35212777e83dbac157b133472e -Author: Jens Georg -Date: Sun Jul 9 23:36:53 2017 +0200 - - If Preview is JPEG, save as-is - - Then there is no need to do a decode/encode - -M src/Photo.vala -M src/photos/JfifSupport.vala - -commit 3a0cd2e0e508700a2fb8752e4736dd7542f7bdea -Author: Jens Georg -Date: Sun Jul 9 23:32:36 2017 +0200 - - Add timing output for imports - -M src/BatchImport.vala - -commit b59db2dec66117b5b07345bb20b7c6d0d597d474 -Author: Jens Georg -Date: Sat Jul 8 10:33:15 2017 +0200 - - Remove dead code - -M src/SortedList.vala - -commit c2a42623d3b720c3bdfc037709f2b33e142479fd -Author: Jens Georg -Date: Sat Jul 8 09:10:26 2017 +0200 - - Remove obsolete external - - collate_key_for_filename() is bound since ages now - -M src/SortedList.vala -M src/Thumbnail.vala -M src/folders/FoldersBranch.vala - -commit 10f1cb78a3c9933cf8be56d6e71b2e4ae8086c73 -Author: Jens Georg -Date: Sat Jul 8 08:09:56 2017 +0200 - - Escape file names in wallpaper.xml - - https://bugzilla.gnome.org/show_bug.cgi?id=784661 - -M src/DesktopIntegration.vala - -commit 0caab9a44040a25a19b0b95e836969b8f3ada169 -Author: Jens Georg -Date: Tue Jul 4 20:57:18 2017 +0200 - - import: Hide file selector after clicking ok - -M src/library/LibraryWindow.vala - -commit 2a352e155ae614bbaf4d92087679ac877c72b344 -Author: Marek Černocký -Date: Sun Jun 25 23:09:38 2017 +0200 - - Updated Czech translation - -M help/cs/cs.po - -commit 79fa8ab407c91f7cf20f561cd18d641bd900eb82 -Author: Rafael Fontenelle -Date: Sun Jun 25 19:28:11 2017 +0000 - - Update Brazilian Portuguese translation - -M po/pt_BR.po - -commit f9c29c2fdc9ab145ade05e0f65d9fd1f9d90f4ba -Author: Jens Georg -Date: Sun Jun 25 18:27:27 2017 +0200 - - Fix accidential compile error in previous commit - -M src/LibraryFiles.vala - -commit 30392070469331dd4603b307adfa2e73b16d3f4a -Author: Jens Georg -Date: Sun Jun 25 16:56:43 2017 +0200 - - Fix tabs - -M src/LibraryFiles.vala - -commit 0aed7ef7bec2d9a360e0cd5cc33bf48b42be2232 -Author: Daniel Mustieles -Date: Sat Jun 24 17:03:18 2017 +0200 - - Updated Spanish translation - -M po/es.po - -commit def5569e2a7bed1e13efb17a06ba78c8adb4e79e -Author: Marek Černocký -Date: Sat Jun 24 10:41:28 2017 +0200 - - Updated Czech translation - -M po/cs.po - -commit b382a073126c661016963d724ac6770223049675 -Author: Jens Georg -Date: Fri Jun 23 23:58:12 2017 +0200 - - Re-use variable for toolbar decision - -M src/AppWindow.vala - -commit 594a2a590d2387a7a384a3124dff189f3e745c4e -Author: Jens Georg -Date: Fri Jun 23 23:54:26 2017 +0200 - - fullscreen: Hide toolbar if disabled in settings - - If the toolbar is disabled in settings, also start with it hidden in - fullscreen, unless it was pinned - - https://bugzilla.gnome.org/show_bug.cgi?id=741962 - -M src/AppWindow.vala - -commit a582f5a275932ea56df3da6d6a80e9cf744fed49 -Author: Jens Georg -Date: Thu Jun 22 11:56:55 2017 +0200 - - meson: Add shotwell-graphics-processor binary - -M src/meson.build - -commit 47f9273fb87d65f66002f659fca1632bf7c67ad4 -Author: Jens Georg -Date: Thu Jun 22 11:56:25 2017 +0200 - - meson: Only add unity as a dependency if found - -M meson.build -M src/meson.build - -commit af1125c277a37f6e76887f148d424be5f37310ea -Author: Jens Georg -Date: Wed Jun 21 19:49:54 2017 +0200 - - meson: Fix missing libm for transitions - - https://bugzilla.gnome.org/show_bug.cgi?id=783956 - -M plugins/shotwell-transitions/meson.build - -commit 96764807a5fb67f7a0e639c0313794e8fc4bbaa0 -Author: Jens Georg -Date: Wed Jun 21 19:34:53 2017 +0200 - - build: Fix missing files for dist tarball - -M Makefile.am -A apport/git.mk - -commit 3cf63a8b0366ca5ccfdeddcbc29be89407db92b6 -Author: Jens Georg -Date: Wed Jun 21 12:19:34 2017 +0200 - - meson: Add version to internal helper libs - -M plugins/authenticator/shotwell/meson.build -M plugins/meson.build - -commit f8a64f1adea2124e8e47107899a0141749f68ff7 -Author: Jordi Mas -Date: Mon Jun 19 22:08:19 2017 +0200 - - Fixes to Catalan translation - -M po/ca.po - -commit 685efd81061ff2428a0984e3fc0d80960ddc864f -Author: Jens Georg -Date: Mon Jun 19 18:42:33 2017 +0200 - - Prepare 0.27.0 - -M NEWS -M meson.build - -commit 85a0872e4a2def44dd3cc5ee046680d688899369 -Author: Jens Georg -Date: Mon Jun 19 21:09:22 2017 +0200 - - build: Dist new ui files - -M shotwell.am -M ui/Makefile.am - -commit 1f6956a247423442740e6fac1011b0512304fdaf -Author: Jens Georg -Date: Mon Jun 19 21:09:08 2017 +0200 - - build: Dist graphics processor helper files - -M pipeline.am - -commit dddab55309c29604d77fa944c1188d91c74d6881 -Author: Jens Georg -Date: Sun Jun 18 21:57:07 2017 +0200 - - Remove "sidebar" style class from treeview - - Fixes missing drop prelight - - https://bugzilla.gnome.org/show_bug.cgi?id=768938 - -M src/sidebar/Tree.vala - -commit d247268ad42de0f0e6d873f5476488a02ca6d456 -Author: Piotr Drąg -Date: Sun Jun 18 21:18:09 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit 43c17c9eece5387d3cc5a332b2c7acdf9cc871e6 -Author: Jens Georg -Date: Sun Jun 18 13:40:46 2017 +0200 - - import: When receiving IO_USB_CLAIM error, retry - - It seems that this at least in GNOME will allow Shotwell to continue - to talk - to the camera without any scary dialog or user interaction. - - https://bugzilla.gnome.org/show_bug.cgi?id=716499 - -M src/camera/ImportPage.vala - -commit 7e03c54c67f4d791d2d94ec870adc436b62a6c41 -Author: Jens Georg -Date: Sun Jun 18 08:36:30 2017 +0200 - - Remove explicit memcopy in import - -M src/camera/GPhoto.vala -M src/camera/ImportPage.vala -M src/data_imports/DataImportSource.vala -M src/photos/PhotoMetadata.vala -M src/util/misc.vala - -commit f87e80255d0ff273536f5f78afcd34b4665ec7c9 -Author: Emin Tufan Çetin -Date: Wed Jun 7 12:18:28 2017 +0000 - - Update Turkish translation - -M po/tr.po - -commit 0b1ae0ea6a5552ef346878816926226458b065bf -Author: Jordi Mas -Date: Mon Jun 5 21:28:54 2017 +0200 - - Update Catalan translation - -M po/ca.po - -commit 59ef23afa1168593c01c30895b83ab782975f2c5 -Author: Piotr Drąg -Date: Sun Jun 4 10:25:56 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit d3f4bd0ab9dcf3bb8c7f4d2aeac1bfba2825db98 -Author: Jens Georg -Date: Sat Jun 3 10:18:01 2017 +0200 - - Fix search path for local gsettings schema - -M misc/meson.build -M src/main.vala - -commit 3b010ca59f8930e5daec68858a521a3518028702 -Author: Jens Georg -Date: Sat Jun 3 13:27:17 2017 +0200 - - Use old-style file copy if library is on remote fs - - Especially on vboxfs backed bz NTFS we have an issue that the - hiddenfile/rename mechanism of GIO breaks - - https://bugzilla.gnome.org/show_bug.cgi?id=760868 - -M src/LibraryFiles.vala -M src/MediaDataRepresentation.vala -M src/main.vala - -commit d05ace2653227c7ba5b8b0804045ac5df2cfe678 -Author: Jens Georg -Date: Sat Jun 3 09:20:05 2017 +0200 - - debian: Depend on libexiv2 explicitly - -M debian/control - -commit 153f78055026d4435861691d24760eb89f7051fd -Author: Jens Georg -Date: Thu Jun 1 18:42:47 2017 +0200 - - Fix crash when no import plugin is enabled - - https://bugzilla.gnome.org/show_bug.cgi?id=783250 - -M src/data_imports/DataImportsUI.vala - -commit 101c88652c7a4e4d85daa65eff54c399f6048b8c -Author: Jens Georg -Date: Wed May 31 19:35:35 2017 +0200 - - build: Dist meson files in automake tarball - -M Makefile.am - -commit d44130a4cf9de5a24719c404588829bd60ba5f57 -Author: Jens Georg -Date: Wed May 31 19:09:12 2017 +0200 - - Add missing build files - -M Makefile.am -A apport/Makefile.am -A apport/meson.build - -commit c9f414307468dd3f9706b4702646cb7ed162b06f -Author: Jens Georg -Date: Tue May 30 22:15:13 2017 +0200 - - Add option to install apport hook - - https://bugzilla.gnome.org/show_bug.cgi?id=716547 - -M Makefile.am -M configure.ac -M meson.build -M meson_options.txt - -commit b7291a262ea5755676f8395c2e53b3bc9ca32332 -Author: Jens Georg -Date: Tue May 30 22:13:20 2017 +0200 - - Remove f-spot help from meson build - -M help/meson.build - -commit 036f831a14d74160741b7c6d8e404d0be63e8e1d -Author: Jens Georg -Date: Tue May 30 18:28:48 2017 +0200 - - Fix typo in fullscreen option - - https://bugzilla.gnome.org/show_bug.cgi?id=716830 - -M src/main.vala - -commit 802c4a92c83afc3380286731b1faf8e35aeae8f4 -Author: Jens Georg -Date: Tue May 30 18:27:22 2017 +0200 - - Fix automake build - -M help/Makefile.am - -commit 0f8afb46d62765181bb2a2c6ab16ec8a55761dce -Author: Jens Georg -Date: Mon May 29 22:55:13 2017 +0200 - - doc: Add --fullscreen option to manpage - -M help/shotwell.1 - -commit b958b2ee0410987589392dc2ed9fa5c340ae9167 -Author: Jens Georg -Date: Mon May 29 22:42:27 2017 +0200 - - direct: Add option to start fullscreen - - https://bugzilla.gnome.org/show_bug.cgi?id=716830 - -M src/main.vala - -commit c6f5114554725e12e7c0e9c3384bdc8eb376b40d -Author: Jens Georg -Date: Mon May 29 22:19:45 2017 +0200 - - Remove F-Sport related things from help - -D help/C/import-f-spot.page -M help/C/import-file.page -M help/C/view-sidebar.page - -commit 82cd4ca2cb1cd6f5e382d9073a3015f4d2287f12 -Author: Jens Georg -Date: Mon May 29 22:07:42 2017 +0200 - - import: Add option to not recurse into subfolders - - https://bugzilla.gnome.org/show_bug.cgi?id=716448 - -M help/C/import-file.page -M src/BatchImport.vala -M src/LibraryMonitor.vala -M src/library/LibraryWindow.vala -M src/main.vala - -commit 877d86b16ddc35f26ddfcfecc50728c8a8e809f5 -Author: Jens Georg -Date: Mon May 29 20:02:26 2017 +0200 - - Fix build - -M Makefile.am -M src/CollectionPage.vala - -commit 6a6bc91e40b9bfee4d5e9cba1860944123e400b6 -Author: Piotr Drąg -Date: Sun May 28 17:18:54 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit 62c96ed53845943e629905ecc1e91fc00705dd44 -Author: Jens Georg -Date: Sun May 28 00:29:24 2017 +0200 - - Use ngettext for export dialog title - -M src/CollectionPage.vala - -commit 65239afd1b8efecd6045e84f1c67ada0b2fb78c3 -Author: Jens Georg -Date: Sat May 27 23:50:38 2017 +0200 - - build: Expose varios code options through meson config - -M meson.build -M meson_options.txt - -commit 5347425b43784ba85152a642cef3db50a788e689 -Author: Jens Georg -Date: Fri May 26 09:50:26 2017 +0200 - - Fix running from meson build dir - -M src/AppDirs.vala -M src/util/system.vala - -commit fd478255fa3749d8e1dc236c33c4880ff19ce96b -Author: Piotr Drąg -Date: Thu May 25 15:49:34 2017 +0200 - - Update POTFILES.skip - -M po/POTFILES.skip - -commit 97194a9c3dab535cd1a79f6a080fe0c7602e16ed -Author: Jens Georg -Date: Thu May 25 10:07:02 2017 +0200 - - build: meson: Add back build options - -A git-hash -M meson.build -A meson_options.txt -M plugins/meson.build -M src/meson.build -D vapi/unity.deps -D vapi/unity.vapi - -commit e1420e580eff4f782115a48f71c474cd15e0f1ff -Author: Jens Georg -Date: Thu May 25 09:35:37 2017 +0200 - - build: Set meson buildtype to debugoptimized - - Otherwise the image manipulation algorithms get really slow - -M meson.build - -commit b77a0711c8a7a590b697bfd1e8403a966e564da0 -Author: Jens Georg -Date: Mon May 8 19:45:39 2017 +0200 - - build: Add meson support - -A app-icons/meson.build -A help/meson.build -A meson.build -A misc/meson.build -A plugins/authenticator/meson.build -A plugins/authenticator/shotwell/meson.build -A plugins/common/meson.build -A plugins/meson.build -A plugins/shotwell-publishing-extras/meson.build -A plugins/shotwell-publishing/meson.build -A plugins/shotwell-transitions/meson.build -A po/meson.build -A settings-migrator/meson.build -A src/meson.build -A src/plugins/meson.build -A thumbnailer/meson.build - -commit 2b5a2e7c5e58baccce32a42a6ec881af1464ebe5 -Author: Jens Georg -Date: Thu May 25 08:34:07 2017 +0200 - - build: Remove unnecessary desktop file processing - -M misc/Makefile.am -R100 misc/shotwell-viewer.desktop.in.in -misc/shotwell-viewer.desktop.in -R100 misc/shotwell.desktop.in.in misc/shotwell.desktop.in -M po/POTFILES.in - -commit f2bf2893256cf88f0b8f44b917c59ed85038f4f3 -Author: Jens Georg -Date: Wed May 24 08:00:24 2017 +0200 - - build: Prepare for meson - -M po/POTFILES.in -M shotwell.am -R100 src/camera/Branch.vala src/camera/CameraBranch.vala -R100 src/events/Branch.vala src/events/EventsBranch.vala -R100 src/folders/Branch.vala src/folders/FoldersBranch.vala -R100 src/folders/Page.vala src/folders/FoldersPage.vala -R100 src/library/Branch.vala src/library/LibraryBranch.vala -R100 src/searches/Branch.vala src/searches/SearchesBranch.vala -R100 src/tags/Branch.vala src/tags/TagsBranch.vala - -commit e6ffdef23a0a93d2e658366b4902e0e864b60967 -Author: Jens Georg -Date: Thu May 18 22:25:15 2017 +0200 - - gphoto: Don't copy buffer when creating input stream from CameraFile - -M src/camera/GPhoto.vala - -commit 30bc836cdaf9416bde793643d3d5c549aa638a35 -Author: Jens Georg -Date: Thu May 18 19:48:20 2017 +0200 - - metadata: Save one memcpy when generating the md5s - -M src/BatchImport.vala -M src/camera/ImportPage.vala -M src/photos/GdkSupport.vala -M src/photos/PhotoMetadata.vala -M src/photos/RawSupport.vala - -commit 60331744c4c9a5afd7f71ac1f13a57c4d3f18e73 -Author: Mario Blättermann -Date: Sun May 14 19:23:32 2017 +0000 - - Update German translation - -M po/de.po - -commit 2916157ce111bc0b7485b83fdd3cf36b0fc748f3 -Author: Piotr Drąg -Date: Sun May 14 15:20:07 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit 7e3a8ca1edc829b1247557964cb2f3b01eb4fea7 -Author: Jeremy Bicha -Date: Thu Apr 20 21:35:08 2017 -0400 - - Capitalize From and With consistently - - https://developer.gnome.org/hig/stable/writing-style.html#capitalization - - https://bugzilla.gnome.org/show_bug.cgi?id=781567 - -M ui/collection.ui -M ui/event.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/photo_context.ui -M ui/tags.ui -M ui/trash.ui - -commit e00379b5545254bc197a9d42946d1dd9ddfc54f7 -Author: Jens Georg -Date: Mon May 1 18:29:34 2017 +0200 - - Do not strip newlines from comments on write-back - - Stripping newlines makes sense for titles etc, but it makes sense - to keep them - for comments. - - https://bugzilla.gnome.org/show_bug.cgi?id=781897 - -M src/photos/PhotoMetadata.vala - -commit bcb05381f57e3b452800aab18bc65ed49105750b -Author: Claude Paroz -Date: Thu May 4 22:09:26 2017 +0200 - - Updated French translation - - Kindly reviewed by Julien Hardelin. - -M po/fr.po - -commit b8056c5d25b904ac6397580ff5a9bbc86b30a464 -Author: Piotr Drąg -Date: Mon May 1 20:34:05 2017 +0200 - - Update POTFILES.in and POTFILES.skip - -M po/POTFILES.in -M po/POTFILES.skip - -commit 6c78096023dcf16771fcb2261fcdea60b357a1b6 -Author: Jordi Mas -Date: Mon May 1 19:40:02 2017 +0200 - - Fixes to Catalan translation - -M po/ca.po - -commit 5b7a8754849ca8cd366508ed724f9b8e407e2fe7 -Author: Jens Georg -Date: Mon May 1 16:51:16 2017 +0200 - - Revert accidental dependency change - -M configure.ac - -commit 830f041bbec1d45844917bba65243826f33a46d6 -Author: Jens Georg -Date: Sat Apr 22 23:59:58 2017 +0200 - - Move Tumblr connector to standard publishing plugins - - https://bugzilla.gnome.org/show_bug.cgi?id=719020 - -M -plugins/shotwell-publishing-extras/org.gnome.Shotwell.Publishing.Extras.gresource.xml -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -R097 plugins/shotwell-publishing-extras/TumblrPublishing.vala -plugins/shotwell-publishing/TumblrPublishing.vala -M -plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml -M plugins/shotwell-publishing/shotwell-publishing.vala -R100 plugins/shotwell-publishing-extras/tumblr.png -plugins/shotwell-publishing/tumblr.png -R100 plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui -plugins/shotwell-publishing/tumblr_authentication_pane.ui -R100 -plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui -plugins/shotwell-publishing/tumblr_publishing_options_pane.ui -M publish-extra.am -M publish.am - -commit 9db1e4db604a2e5791806d5c125a80779dbfa1ad -Author: Jens Georg -Date: Sat Apr 22 09:30:54 2017 +0200 - - Fix header bar for preferences dialog - -M src/Dialogs.vala - -commit 0c99adc7513bf07536ab2bf75dba2cab60217d9c -Author: Enrico Nicoletto -Date: Sun Apr 30 19:13:37 2017 +0000 - - Update Brazilian Portuguese translation - -M po/pt_BR.po - -commit 4c6cb058290bdd399a95b0b8c0b7db9d14ac293c -Author: Andika Triwidada -Date: Sun Apr 30 10:10:59 2017 +0000 - - Update Indonesian translation - -M po/id.po - -commit 683e2285ee73b71e96b3d652d889c593682de6ca -Author: Andika Triwidada -Date: Sun Apr 30 10:04:31 2017 +0000 - - Update Indonesian translation - - (cherry picked from commit 0c23fdd826e9330c254b2b5293c1458980e3a91d) - -M po/id.po - -commit c5d7f1931c8b464398dc1d8b2144ad095dfeeba8 -Author: Andika Triwidada -Date: Sat Apr 29 10:59:45 2017 +0000 - - Update Indonesian translation - - (cherry picked from commit 85d55e4b6b68aa02dff4da7f0a3081f9c82687a4) - -M po/id.po - -commit 752823691ef7d5c9154c596e5d55cda2789af63b -Author: Jordi Mas -Date: Fri Apr 28 19:35:41 2017 +0200 - - Fix to Catalan translation - -M po/ca.po - -commit 32c49a8397078538924fbe8141b4c5f4b421c630 -Author: Piotr Drąg -Date: Thu Apr 27 17:43:56 2017 +0200 - - Update po/Makevars - -M po/Makevars - -commit 8d412ad1f727085af39d979834398ca610837933 -Author: Jordi Mas -Date: Wed Apr 26 20:22:53 2017 +0200 - - Update Catalan translation - -M po/ca.po - -commit 09c7bb554e81e131ab8fd6f06eec73472f711ff9 -Author: Piotr Drąg -Date: Sun Apr 23 20:25:18 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit a001b96928f2c789a93766ada3a24d85b21f0a14 -Author: Jens Georg -Date: Sat Apr 22 08:47:13 2017 +0200 - - Paint transparent background on thumbnails - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=716708 - -M src/CheckerboardLayout.vala - -commit f02f5c4560310ad96ca277101a5150c4445bd4e8 -Author: Jens Georg -Date: Sat Apr 22 00:56:01 2017 +0200 - - Add transparancy settings to preferences - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=716708 - -M src/Dialogs.vala -M ui/preferences_dialog.ui - -commit e3f1b4360a2085559b4479f02068ce95aed1fe6c -Author: Jens Georg -Date: Fri Apr 21 23:42:31 2017 +0200 - - Add signals for transparent color change - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=716708 - -M src/Page.vala -M src/config/Config.vala -M src/config/ConfigurationInterfaces.vala -M src/util/image.vala - -commit 6e9ea5fc8e72faf857e48866cddcf128c9f1bbad -Author: Jens Georg -Date: Fri Apr 21 22:51:52 2017 +0200 - - Add gsettings for transparency background - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=716708 - -M misc/org.yorba.shotwell.gschema.xml -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/util/image.vala - -commit 6d1786b36a93298a35e19d6dd3ec95569de9bd2a -Author: Jens Georg -Date: Thu Apr 20 21:44:50 2017 +0200 - - Paint image background for transparent images - - Fixes issue with images that have black foreground and transparent - background - by painting stippled background pattern. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=716708 - -M configure.ac -M src/Page.vala -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala -M src/util/image.vala - -commit 0697b78bc32c409d49916d139e2cbb76e51da86f -Author: Jens Georg -Date: Sat Apr 22 08:47:43 2017 +0200 - - Remove deprecated functions - - Signed-off-by: Jens Georg - -M src/CollectionPage.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/camera/ImportPage.vala -M src/events/EventPage.vala -M src/events/EventsDirectoryPage.vala -M src/library/TrashPage.vala - -commit 171416306165013e664d66c141e1f8551ac4935b -Author: Jens Georg -Date: Mon Apr 17 08:40:16 2017 +0200 - - Fix warning messages on compile - - "You should give exactly one file name" - - Caused by shotwell.am passing too many and the authenticator - passing not - enough - - Signed-off-by: Jens Georg - -M authenticator.am -M shotwell.am - -commit b138c780f4f9412685e455d678516f5e5f292d43 -Author: Jens Georg -Date: Mon Apr 17 08:04:42 2017 +0200 - - Use nice 19 for video thumbnailer - - Signed-off-by: Jens Georg - -M thumbnailer.am -M thumbnailer/shotwell-video-thumbnailer.vala - -commit 6fb50b78c45c1a48f048b2f8ebf708672376c4ad -Author: Jens Georg -Date: Mon Apr 17 08:03:48 2017 +0200 - - Update vaapi blacklisting - - Signed-off-by: Jens Georg - -M src/VideoSupport.vala -M thumbnailer/shotwell-video-thumbnailer.vala - -commit d03303ec059f086efb7773a04e0ada773dca0334 -Author: Daniel Mustieles -Date: Tue Apr 18 10:17:32 2017 +0000 - - Update Spanish translation - - (cherry picked from commit ce5e8576276481f15b015017283afa8d0f119646) - -M po/es.po - -commit 37b02518d069239535d8eb0a58b96aa1a189bfd0 -Author: Dušan Kazik -Date: Sat Apr 15 17:29:54 2017 +0000 - - Update Slovak translation - - (cherry picked from commit 0860f8657c1bf69c04fc37bac0901faf57022ce6) - -M po/sk.po - -commit 91c097b16559417bc3fccbb680bfab1fdec41e9c -Author: Anders Jonsson -Date: Wed Apr 12 10:24:05 2017 +0000 - - Update Swedish translation - -M help/sv/sv.po - -commit f286c01022f4180122eff7c64df366d7302137fb -Author: Jens Georg -Date: Mon Apr 10 20:37:16 2017 +0200 - - Remove deprecated function in histogram - - Signed-off-by: Jens Georg - -M src/editing_tools/RGBHistogramManipulator.vala - -commit 9bd9ed556fc948592f60302d22a669ad60bb4905 -Author: Jens Georg -Date: Mon Apr 10 20:36:39 2017 +0200 - - Remove histogram frame - - Signed-off-by: Jens Georg - -M src/editing_tools/RGBHistogramManipulator.vala - -commit 312e837b1ced28f7157f47c893b1a756a4d60f51 -Author: Jens Georg -Date: Mon Apr 10 20:09:26 2017 +0200 - - Use Cairo to draw histogram overlays - - Signed-off-by: Jens Georg - -M src/editing_tools/RGBHistogramManipulator.vala - -commit 0eee31c74bbe387238c90a9168b4c6556418eed0 -Author: Jens Georg -Date: Mon Apr 10 18:51:36 2017 +0200 - - Remove non-functional slider - - Signed-off-by: Jens Georg - -M src/editing_tools/RGBHistogramManipulator.vala - -commit 79d4477f2b1c556f0655f0022ba9e895936d5723 -Author: Jens Georg -Date: Sun Apr 9 22:44:34 2017 +0200 - - Extract preferences ui - - Signed-off-by: Jens Georg - -M org.gnome.Shotwell.gresource.xml -M po/POTFILES.in -M src/Dialogs.vala -M src/library/LibraryWindow.vala -C064 ui/shotwell.ui ui/preferences_dialog.ui -M ui/shotwell.ui - -commit 5df63e07261b44e6fc1b5d046e16af0c451a0c0b -Author: Jens Georg -Date: Sun Apr 9 22:15:00 2017 +0200 - - docs: Link mentioned manpage directly - - Signed-off-by: Jens Georg - -M help/C/other-files.page - -commit 3c4c0b80836407e5d247d1970ebbfd2b1a76c671 -Author: Jens Georg -Date: Fri Apr 7 19:57:10 2017 +0200 - - Make slideshow settings templated - - Signed-off-by: Jens Georg - -M org.gnome.Shotwell.gresource.xml -M po/POTFILES.in -M src/SlideshowPage.vala -M src/config/Config.vala -M ui/shotwell.ui -A ui/slideshow_settings.ui - -commit 9bf27fc5ab7c0172cb28175cbc12f5fd7d3c6268 -Author: gogo -Date: Sun Apr 9 22:24:58 2017 +0000 - - Update Croatian translation - -M po/hr.po - -commit a3a1ae47e93a79b3bd768907eeb856a167a6378b -Author: gogo -Date: Sun Apr 9 22:23:13 2017 +0000 - - Update Croatian translation - -M po/hr.po - -commit 26a529f3df179fc0c92136b7c71bb44f61edd2db -Author: gogo -Date: Sun Apr 9 22:17:10 2017 +0000 - - Update Croatian translation - -M po/hr.po - -commit 3ec3b858eef79a06becc1df649bab881a41addb1 -Author: Jens Georg -Date: Fri Apr 7 16:09:18 2017 +0200 - - Remove custom complicated drag nub - - Signed-off-by: Jens Georg - -M icons/Makefile.am -D icons/drag_nub.png -M org.gnome.Shotwell.gresource.xml -M shotwell.am -R062 src/CustomComponents.vala -src/editing_tools/RGBHistogramManipulator.vala - -commit f6b5b243029e581b8f30d210f1ef58b3a410f364 -Author: Jens Georg -Date: Thu Apr 6 22:28:59 2017 +0200 - - Remove deprecated theme adaption - - Signed-off-by: Jens Georg - -M src/CustomComponents.vala - -commit d7743656fcfe515cf201f38a5e3fc6e115ae2456 -Author: Jens Georg -Date: Tue Apr 4 21:23:29 2017 +0200 - - Bump Gtk+ requirements to 3.18 - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=774650 - -M configure.ac -M ui/collection.ui -M ui/direct_context.ui -M ui/printing_widget.ui -M ui/set_background_dialog.ui -M ui/set_background_slideshow_dialog.ui -M ui/shotwell.ui - -commit 1a290847c83ee2900544fd9e9dc2717c894be77b -Author: Jens Georg -Date: Sun Apr 2 20:28:48 2017 +0200 - - Fix direct ui context menu - - Signed-off-by: Jens Georg - -M ui/direct_context.ui - -commit 21b38c07291a01984fe96d922a073d7156abef85 -Author: Piotr Drąg -Date: Mon Apr 3 10:26:01 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit 218edbb1dbb230996ebbf8a3ea8f21125e6c14dd -Author: Jens Georg -Date: Sun Apr 2 19:52:30 2017 +0200 - - Fix browsing on gvfs filesystems - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=733652 - -M src/DirectoryMonitor.vala - -commit c7c30e248284f9acb358883d9b8cdd42c3a61233 -Author: Jens Georg -Date: Sun Apr 2 18:25:58 2017 +0200 - - Add missing Keyboard shortcuts - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=780811 - -M ui/collection.ui -M ui/event.ui -M ui/media.ui -M ui/photo.ui -M ui/photo_context.ui -M ui/tags.ui - -commit f8ee4c16b894e54af8e8b08d7b124442f7e1cb71 -Author: Jens Georg -Date: Sun Mar 26 18:50:22 2017 +0200 - - Do not use functions to convert RGB values - -M src/ColorTransformation.vala - -commit 95a3411c234cb234baf6214635eb2c58065aa44b -Author: Piotr Drąg -Date: Mon Mar 27 22:38:33 2017 +0200 - - Update Polish translation - -M po/pl.po - -commit b69329a1d90ecc1f6262a05bc1dbd8b6d5b89852 -Author: Rafael Fontenelle -Date: Sun Mar 26 21:34:10 2017 +0000 - - Update Brazilian Portuguese translation - -M po/pt_BR.po - -commit ba85d38da7caff4f9ae1a701cace4194716b80b7 -Author: Alan Mortensen -Date: Sat Mar 25 22:51:23 2017 +0100 - - Updated Danish translation - -M po/da.po - -commit e2bc1744ee2fe43ac85f9dce688666de3cde1a17 -Author: Piotr Drąg -Date: Sat Mar 25 22:24:24 2017 +0100 - - Update Polish translation - -M po/pl.po - -commit 1d6f2c52db76072472f349e6796c2ad801d2acb0 -Author: Jens Georg -Date: Fri Mar 24 22:53:11 2017 +0100 - - RGB value lookup - - Signed-off-by: Jens Georg - -M src/ColorTransformation.vala - -commit 6d7373884ba3a055449549c3b6958e60d4fbea13 -Author: Jens Georg -Date: Fri Mar 24 22:00:10 2017 +0100 - - Compose HSV transformations - - This is possible because all work on the light value only an use - remapping - tables, so we can just remap the tables from one operation into - the other - - Signed-off-by: Jens Georg - -M src/ColorTransformation.vala - -commit a050c2b72f51a14db508611dcd980f1a0543b773 -Author: Jens Georg -Date: Fri Mar 24 21:59:38 2017 +0100 - - Disable cast checks for ColorTransformation - - Signed-off-by: Jens Georg - -M pipeline.am - -commit 2f562c8f843236370918ee52e99b6ff7f7191696 -Author: Jens Georg -Date: Fri Mar 24 20:43:39 2017 +0100 - - transformer: Make it possible to set output format - - Signed-off-by: Jens Georg - -M src/graphics-processor.vala - -commit cc0c75f9dfb6df75576d45f67b8ad7624e630899 -Author: Jens Georg -Date: Fri Mar 24 20:36:20 2017 +0100 - - transformer: Add possibility to define options on commandline - - Signed-off-by: Jens Georg - -M src/graphics-processor.vala - -commit ca90c9242b7702f50c81a0f4dfd67ef90fe772c6 -Author: Jens Georg -Date: Fri Mar 24 20:24:22 2017 +0100 - - transformer: Implement auto-enhance - - Signed-off-by: Jens Georg - -M src/graphics-processor.vala - -commit 0b2e029eaee954b1ea9838920389ef99b643ea1f -Author: Jens Georg -Date: Fri Mar 24 20:24:05 2017 +0100 - - transformer: Check input parameters - - Signed-off-by: Jens Georg - -M src/graphics-processor.vala - -commit b28e4aec37478dcd48ce6c1768039ffe9dcee0f8 -Author: Jens Georg -Date: Wed Mar 15 21:24:44 2017 +0100 - - Disable asserts in color processing - - Signed-off-by: Jens Georg - -M pipeline.am - -commit a902a3031284c4ee6ff05990ba878cfd92432fe1 -Author: Jens Georg -Date: Tue Mar 14 23:43:22 2017 +0100 - - Do not use abstract functions to lookup constants - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=742563 - -M src/ColorTransformation.vala - -commit 0621137d56b664ac23438c2114bb6d20a3cbe3b7 -Author: Jens Georg -Date: Tue Mar 14 23:09:53 2017 +0100 - - Create commandline utility to apply transformations - - Signed-off-by: Jens Georg - -M Makefile.am -A pipeline.am -M shotwell.am -M src/ColorTransformation.vala -A src/graphics-processor.vala - -commit a94a5c66a1d00f669076aed4212c606d9848322a -Author: Jens Georg -Date: Fri Mar 24 19:47:52 2017 +0100 - - Disable minimize button on Unity - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=719240 - -M src/publishing/PublishingUI.vala - -commit 9dda9980371d47b8386a44bf9924b55f480487a7 -Author: Jens Georg -Date: Wed Mar 22 22:37:20 2017 +0100 - - Remove codename - - Signed-off-by: Jens Georg - -M src/AppWindow.vala - -commit 0cef3922b53c20291cbdb77d9a0054c6711c168e -Author: Jens Georg -Date: Wed Mar 22 00:03:01 2017 +0100 - - Post-release version bump - - Signed-off-by: Jens Georg - -M configure.ac - -commit 93eee7fe1f92acf08ad9220ef377a14eaeee65a6 -Author: Jens Georg -Date: Tue Mar 21 23:48:57 2017 +0100 - - Remove F-Spot support - - https://bugzilla.gnome.org/show_bug.cgi?id=773267 - https://bugzilla.gnome.org/show_bug.cgi?id=716599 - https://bugzilla.gnome.org/show_bug.cgi?id=717767 - https://bugzilla.gnome.org/show_bug.cgi?id=718809 - https://bugzilla.gnome.org/show_bug.cgi?id=718846 - https://bugzilla.gnome.org/show_bug.cgi?id=719031 - https://bugzilla.gnome.org/show_bug.cgi?id=752008 - -M Makefile.am -D import.am -D plugins/shotwell-data-imports/FSpotDatabase.vala -D plugins/shotwell-data-imports/FSpotDatabaseBehavior.vala -D plugins/shotwell-data-imports/FSpotDatabaseTable.vala -D plugins/shotwell-data-imports/FSpotImporter.vala -D plugins/shotwell-data-imports/FSpotMetaTable.vala -D plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala -D plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala -D plugins/shotwell-data-imports/FSpotPhotosTable.vala -D plugins/shotwell-data-imports/FSpotRollsTable.vala -D plugins/shotwell-data-imports/FSpotTableBehavior.vala -D plugins/shotwell-data-imports/FSpotTagsTable.vala -D plugins/shotwell-data-imports/SqliteSupport.vala -D plugins/shotwell-data-imports/VersionNumber.vala -D plugins/shotwell-data-imports/f-spot-24.png -D -plugins/shotwell-data-imports/org.gnome.Shotwell.Imports.gresource.xml -D plugins/shotwell-data-imports/shotwell-data-imports.vala -M po/POTFILES.in -M po/POTFILES.skip - -commit b83a820fc0a3f85f22484f3275adf086ad8e2ca3 -Author: Jens Georg -Date: Mon Mar 20 13:41:40 2017 +0100 - - Prepare shotwell 0.26.0 - - Signed-off-by: Jens Georg - -M NEWS -M configure.ac -M debian/changelog -M icons/Makefile.am -A icons/about-aachen.jpg -M org.gnome.Shotwell.gresource.xml -M src/AppWindow.vala -M src/Resources.vala - -commit a54ff87cce112a075b91591f811ed605d1d84430 -Author: Baurzhan Muftakhidinov -Date: Fri Mar 17 08:39:22 2017 +0000 - - Update Kazakh translation - -M po/kk.po - -commit 683e673975674852828d17fc441a98e39a5c3bcd -Author: Jens Georg -Date: Thu Mar 16 20:51:15 2017 +0100 - - Fix some spelling errors in NEWS - - Signed-off-by: Jens Georg - -M NEWS - -commit 844c7b8357b4cb3790d9ffd3f8705f4e68d5b83c -Author: Jens Georg -Date: Thu Mar 16 20:44:50 2017 +0100 - - Update debian - - Signed-off-by: Jens Georg - -M debian/changelog - -commit 3194563aa794a1700b1ce44f6dbe7ce3b6c3db8d -Author: Piotr Drąg -Date: Thu Mar 16 19:02:54 2017 +0100 - - Fix a syntax error in Latvian help translation - - https://bugzilla.gnome.org/show_bug.cgi?id=780116 - -M help/lv/lv.po - -commit 5e304722ad2e0f4caec6f7ecea71717d4de9ef39 -Author: Mario Blättermann -Date: Thu Mar 16 10:20:58 2017 +0000 - - Update German translation - -M po/de.po - -commit b134f99e439b6e21f0423805d1bc23fab3a5877d -Author: Daniel Mustieles -Date: Thu Mar 16 07:15:37 2017 +0000 - - Update Spanish translation - -M help/es/es.po - -commit e621cec664dedd62b0bc294b0bdacb0f8953f2ff -Author: Jens Georg -Date: Wed Mar 15 22:32:08 2017 +0100 - - Use custom --enable-debug switch - - Signed-off-by: Jens Georg - -M configure.ac -D m4/ax_check_enable_debug.m4 - -commit fee674ea7a2bb57f11efa59bc04fe5b08332fb79 -Author: Balázs Úr -Date: Wed Mar 15 17:11:57 2017 +0000 - - Update Hungarian translation - -M po/hu.po - -commit 76e8aedfe6678c3b5a367d3d6f2ef0002fd33a95 -Author: gogo -Date: Wed Mar 15 11:10:14 2017 +0000 - - Update Croatian translation - -M po/hr.po - -commit e0f75e01c38c17d5bef5c04c95e2810b3aad0c59 -Author: Marek Černocký -Date: Wed Mar 15 00:56:16 2017 +0100 - - Updated Czech translation - -M po/cs.po - -commit b11f1b0fe626f50c5c715018d97bf7e438777fd7 -Author: Jens Georg -Date: Tue Mar 14 20:44:44 2017 +0100 - - Check for LC_MEASUREMENT in a more portable way - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=779844 - -M src/Resources.vala - -commit b9ac3e74033749b4864a59bb5b21b69dcc90678c -Author: Josef Andersson -Date: Tue Mar 14 13:43:49 2017 +0000 - - Update Swedish translation - -M po/sv.po - -commit 05caf49deda458a49f9cc21babca5c4fb2c4b580 -Author: Piotr Drąg -Date: Tue Mar 14 13:43:45 2017 +0100 - - Update Polish translation - -M po/pl.po - -commit 190a7e948d679344c00d46695623e770aae06549 -Author: Jens Georg -Date: Mon Mar 13 19:45:14 2017 +0100 - - Prepare 0.25.92 - - Signed-off-by: Jens Georg - -M NEWS -M configure.ac - -commit 3d71f6f68df5a0e965a395e501f22b816095f71e -Author: Jens Georg -Date: Mon Mar 13 20:57:57 2017 +0100 - - icons: Add missing files to tarball - - Signed-off-by: Jens Georg - -M icons/Makefile.am - -commit 5b2490388036237c82dd8837fc9267ea6b88ff57 -Author: Jens Georg -Date: Mon Mar 13 20:40:38 2017 +0100 - - Fix issue with non-distributed ui files - - Signed-off-by: Jens Georg - -M ui/Makefile.am - -commit eaf7e88240369f87defe0f7f8ba9fe9f468a256e -Author: Jens Georg -Date: Mon Mar 13 19:33:07 2017 +0100 - - printing: Use inch/cm depending on locale settings - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=779844 - -M misc/org.yorba.shotwell.gschema.xml -M src/Printing.vala -M src/Resources.vala -M src/config/ConfigurationInterfaces.vala - -commit 31ee9ff2bbad67918f14efaf52903c177ce35d2b -Author: Jens Georg -Date: Mon Mar 13 19:08:57 2017 +0100 - - build: Remove debugging leftover - - Signed-off-by: Jens Georg - -M configure.ac - -commit 9fa3ac748d330b21400d15d883d2437073f231f4 -Author: Anders Jonsson -Date: Mon Mar 13 16:54:15 2017 +0100 - - Unique summary for each transition - - https://bugzilla.gnome.org/show_bug.cgi?id=779989 - -M misc/org.yorba.shotwell.gschema.xml - -commit 379ea72c323f7aa84383991075cc492cc0e3833e -Author: Jens Georg -Date: Mon Mar 13 19:03:11 2017 +0100 - - Enable GExiv2 GLib logging handler - - Signed-off-by: Jens Georg - -M src/main.vala - -commit 2f9ad9731ca512f888e716c7cf5e70d701dbcc51 -Author: Jens Georg -Date: Mon Mar 13 19:02:29 2017 +0100 - - Prevent needless string copy - - Signed-off-by: Jens Georg - -M src/Printing.vala - -commit e031ef34362cb656b40ddf7ad36e192a5b59b50f -Author: Jens Georg -Date: Mon Mar 13 18:59:27 2017 +0100 - - build: Use proper argument for AX_IS_RELEASE - - Signed-off-by: Jens Georg - -M configure.ac - -commit 3db3d1f357a85000d3f5c1fc825d7466420c0d28 -Author: Baurzhan Muftakhidinov -Date: Sun Mar 12 04:10:09 2017 +0000 - - Update Kazakh translation - -M po/kk.po - -commit e5e018338eda698432673038da85686db293fd0c -Author: GNOME Translation Robot -Date: Fri Mar 10 10:19:47 2017 +0000 - - Update Scottish Gaelic translation - - (cherry picked from commit 9f41fcb9cc54734b4f02c0e5003f2b6309ece9e5) - -M po/gd.po - -commit e7376bf09a8811a2380b23ccd553972d46dd4cc5 -Author: Jens Georg -Date: Thu Mar 9 22:37:03 2017 +0100 - - viewer: Enable context menu - - Signed-off-by: Jens Georg - -M src/direct/DirectPhotoPage.vala - -commit eceb40c3578c9c795ad20612a0702024686eafba -Author: Jens Georg -Date: Thu Mar 9 21:24:28 2017 +0100 - - Use gp_file_new_from_fd for getting files - - Previously, we would use a memory file and load the whole file into - memory and - write it to disk afterwards. That was probably ok for (small) - photos, but - totally killed memory usage with videos. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=732663 - -M src/camera/GPhoto.vala -M vapi/libgphoto2.vapi - -commit 764d257bd4e532b858c4338b6c52e69125505856 -Author: Jens Georg -Date: Wed Mar 8 22:01:06 2017 +0100 - - Allow CCW rotation by ctrl-Space on tool button - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=715501 - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit f24bd7af01eff3e3085134ba7de5a5e898e3fbbf -Author: Jens Georg -Date: Tue Mar 7 23:53:25 2017 +0100 - - piwigo: Add .jpg extension to file name - - Otherwise downloading files would cause the original RAW file name - created with JPEG contents - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=729091 - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit 268e65fe6a1348f1bfcc702041048467b1f63d37 -Author: Jens Georg -Date: Tue Mar 7 22:40:30 2017 +0100 - - Speed-up autogen.sh - - Signed-off-by: Jens Georg - -M autogen.sh - -commit 8284f1a227050a99f0740222bacc0444d5859aa7 -Author: Jens Georg -Date: Tue Mar 7 22:31:58 2017 +0100 - - Simplify printing dialog a bit - - Signed-off-by: Jens Georg - -M src/Printing.vala -M ui/printing_widget.ui - -commit bd3ccefcd6d8066d47fd4f998436668913fcc096 -Author: Jens Georg -Date: Mon Mar 6 23:26:59 2017 +0100 - - Make custom printing widget a GtkTemplate - - Signed-off-by: Jens Georg - -M org.gnome.Shotwell.gresource.xml -M po/POTFILES.in -M src/Printing.vala -A ui/printing_widget.ui -M ui/shotwell.ui - -commit ece3fb96288db5ae7920417c99c02f7881a53b61 -Author: Gábor Kelemen -Date: Tue Mar 7 00:20:49 2017 +0000 - - Update Hungarian translation - -M po/hu.po - -commit de793a9b0af74c309486349395c8b9193043f87a -Author: Jens Georg -Date: Mon Mar 6 22:49:23 2017 +0100 - - Remove obsolete Glade helper - - Signed-off-by: Jens Georg - -D sw-glade -D ui/shotwell.xml - -commit 93ee36a52afe4a07b73ce499854aa3e8c10154d9 -Author: Jens Georg -Date: Mon Mar 6 22:15:54 2017 +0100 - - Move ui files into resources - - Signed-off-by: Jens Georg - -M org.gnome.Shotwell.gresource.xml -M src/AppWindow.vala -M src/Page.vala -M src/Resources.vala -M src/SearchFilter.vala -M src/searches/Branch.vala -M src/sidebar/Tree.vala -M src/tags/Branch.vala -M ui/Makefile.am - -commit 056b465182a2cc4310dc999bd9f30a791a66e224 -Author: Jens Georg -Date: Mon Mar 6 21:53:56 2017 +0100 - - Move icons into resource file - - Signed-off-by: Jens Georg - -M icons/Makefile.am -M org.gnome.Shotwell.gresource.xml -M src/AppDirs.vala -M src/Resources.vala -M src/editing_tools/EditingTools.vala -M src/main.vala - -commit 97c0e4f8829edb18c061fc7acd8fd30c5c5804f8 -Author: Jens Georg -Date: Mon Mar 6 21:52:39 2017 +0100 - - Fix compilation issue with no authenticators enabled - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/shotwell-publishing.vala - -commit 7ee7bbf9126faa3d49df74656843bc2602bfbf2c -Author: Мирослав Николић -Date: Sun Mar 5 20:58:03 2017 +0100 - - Updated Serbian translation - -M po/sr.po -M po/sr@latin.po - -commit 33f86a14c2e5e99465292c863f5e1f2ce74b6659 -Author: Jens Georg -Date: Sun Mar 5 20:24:08 2017 +0100 - - Remove obsolete top.ui - - Signed-off-by: Jens Georg - -M po/POTFILES.in -M ui/Makefile.am -D ui/top.ui - -commit 4b60125bfa77bbe725b7de598eea24a3d1e244a1 -Author: Mario Blättermann -Date: Sun Mar 5 12:40:28 2017 +0000 - - Update German translation - -M po/de.po - -commit 3d26c342a7e7aaf8e89c5ab4b695618a0f6ee1a7 -Author: Jens Georg -Date: Sat Mar 4 15:58:58 2017 +0100 - - Make it possible to disable individual publishers - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=775158 - -M configure.ac -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M publish-extra.am -M publish.am - -commit 13f8bd03ebb7883abe23917f1ee84ea618f924fe -Author: Jens Georg -Date: Sat Mar 4 11:51:50 2017 +0100 - - Temporarily remove goa and uoa from configure - - Signed-off-by: Jens Georg - -M configure.ac - -commit 954da8e7e7bf1430dd5b1ec6544745f96dd04ce9 -Author: Jens Georg -Date: Sat Mar 4 10:47:39 2017 +0100 - - Remove [Version] tag from gdata vapi - - Signed-off-by: Jens Georg - -M vapi/libgdata.vapi - -commit 2ca6abe3443a845a3bc6b1a8bbd71b48ed61ad5d -Author: Jens Georg -Date: Sat Mar 4 10:25:04 2017 +0100 - - Minor debian fixes - - Signed-off-by: Jens Georg - -M NEWS -M debian/changelog -M debian/control - -commit 8e539a21c46141aaa891057ce50fafaf6497b10a -Author: Jens Georg -Date: Sat Mar 4 09:43:23 2017 +0100 - - Remove web dependencies of core shotwell - - Only necessary for plugins or authenticators - - Signed-off-by: Jens Georg - -M configure.ac - -commit 0c383826ec9c45fcfb8e9d42b57b97eabce214b4 -Author: Jörg Frings-Fürst -Date: Sat Aug 20 18:29:03 2016 +0000 - - manpage: Remove wrong macro 'R' - - https://bugzilla.gnome.org/show_bug.cgi?id=779558 - -M help/shotwell.1 - -commit 83aa3870cae8d958a253630c988a1f4a48dd5783 -Author: Jens Georg -Date: Sat Mar 4 00:05:43 2017 +0100 - - viewer: Don't always add photo again after saving - - This seems to cause the photo being in the collection twice, causing - not being able to navigate to the previous photo anymore - - Just do it when the photo we save isn't the current photo. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=734816 - -M src/direct/DirectPhotoPage.vala - -commit 054ca90f435498d1a58a2f4c91b6ed4857553398 -Author: Jens Georg -Date: Thu Mar 2 23:32:48 2017 +0100 - - Fix toolbox not visible in fullscreen - - Seems to affect Cinnamon so far. Most likely due to the work-around - for crashing on wayland (1eec412e97c255c9ca235e039dcdc59ee4c3c140) - - Signed-off-by: Jens Georg - -M src/PhotoPage.vala - -commit 8b6b33f14aecf448a14eef5372219d4f524bccab -Author: Jens Georg -Date: Thu Mar 2 21:49:57 2017 +0100 - - Fix issue when deleting image in Fullscreen - - Signed-off-by: Jens Georg - -M src/Page.vala - -commit 8e4268248f035bf0f1ae071d451b335321e6c686 -Author: Jordi Mas -Date: Tue Feb 28 20:05:45 2017 +0100 - - Fix Catalan translation - -M po/ca.po - -commit 70e9071a01d1d596fca9851f393a8ff847c79bb3 -Author: Jens Georg -Date: Mon Feb 27 21:01:51 2017 +0100 - - Post-release version bump - - Signed-off-by: Jens Georg - -M configure.ac - -commit 46cb5788d823338f0b0e2e64ec79851f701ab444 -Author: Jens Georg -Date: Mon Feb 27 20:45:28 2017 +0100 - - Prepare 0.25.90 - - Signed-off-by: Jens Georg - -M NEWS -M configure.ac -M debian/changelog - -commit e590ff354add6024dda62eab9c1aa9fe6cb4bca1 -Author: Jens Georg -Date: Mon Feb 27 20:29:06 2017 +0100 - - picasa: Skip default url from album list - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 9afb5a61f866768b0c45344448fa9958edf15636 -Author: Jens Georg -Date: Sun Feb 26 20:53:43 2017 +0100 - - More Save As => Export - - Signed-off-by: Jens Georg - -M ui/event.ui -M ui/tags.ui - -commit 5a944fb2379f63b2278cf2192022911da1723f74 -Author: Piotr Drąg -Date: Sun Feb 26 18:33:19 2017 +0100 - - Update Polish translation - -M po/pl.po - -commit 969d102177f150ee7fbd700acb6304648b41e461 -Author: Jens Georg -Date: Sun Feb 26 17:01:42 2017 +0100 - - Drop GOA dependency - - Signed-off-by: Jens Georg - -M publish.am -M vapi/libgdata.vapi - -commit 1ae4e1315fa9b20ef59946e1885de886b04f7f2b -Author: Мирослав Николић -Date: Sun Feb 26 10:33:30 2017 +0100 - - Updated Serbian translation - -M po/sr.po -M po/sr@latin.po - -commit d6328842ef4da39c9dbe20579ceb4177ff5950b3 -Author: Jens Georg -Date: Sat Feb 25 23:41:03 2017 +0100 - - Re-introduce "Export" menu - - Accidently named "Save As" because the mixing up the icon with - the label - - Signed-off-by: Jens Georg - -M ui/media.ui -M ui/photo.ui - -commit a334c78881f0ddbec4a2c2a2656d7c7d9f1fd8a8 -Author: Jens Georg -Date: Sat Feb 25 23:24:31 2017 +0100 - - Fix import of files ending in ogg - - This will only work for "local" imports, not from camera. - - https://bugzilla.gnome.org/show_bug.cgi?id=717305 - -M src/BatchImport.vala -M src/VideoSupport.vala - -commit da83d231f6efe00e2bea5ccc7d1a5fbab8a20749 -Author: Jens Georg -Date: Wed Oct 12 16:20:09 2016 +0200 - - Get prefetched copy after setting the developer - - Avoid doing a raw development if we want the embedded developer - - Signed-off-by: Jens Georg - -M src/Photo.vala - -commit 50cce33b66a3bd40f9edc347e56c9b8a19b1b234 -Author: Jens Georg -Date: Sun Oct 9 18:26:00 2016 +0200 - - Don't uncessarily do a raw processing for thumbs - - Try to use the embedded preview instead. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=718248 - -M src/photos/RawSupport.vala - -commit 5873a3c4f46ddf1a3045387876cb20415e267338 -Author: Jens Georg -Date: Sun Oct 9 18:24:41 2016 +0200 - - Attach a role to PhotoFileReader - - Signed-off-by: Jens Georg - -M src/Photo.vala -M src/photos/PhotoFileAdapter.vala - -commit ead1bd5373ce572380f598ea14ad443568822b62 -Author: Jens Georg -Date: Sat Feb 25 22:07:50 2017 +0100 - - youtube: Show progress while uploading - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 8776a682fb305aa91111533cea10fc7b403de913 -Author: Jens Georg -Date: Sat Feb 25 20:47:45 2017 +0100 - - youtube: Add local gdata vapi, fix authorizer - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/YouTubePublishing.vala -M publish.am -A vapi/libgdata.vapi - -commit e63a88e328ab268e3cea3d178a47e519f2e03b87 -Author: Jens Georg -Date: Tue Feb 21 23:48:07 2017 +0100 - - google: Extract access token expiry time - - Signed-off-by: Jens Georg - -M plugins/authenticator/shotwell/GoogleAuthenticator.vala - -commit f5a89c745f00f15d88e63a401e9fb6d9c4fca7e5 -Author: Jens Georg -Date: Sat Feb 11 22:29:39 2017 +0100 - - youtube: Port to libgdata - - Make YouTube upload work again - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=777910 - -M configure.ac -M plugins/shotwell-publishing/YouTubePublishing.vala -M publish.am - -commit dca35c362b741c1379676c2e1c7099d39e4d1755 -Author: Jens Georg -Date: Sat Feb 11 22:28:47 2017 +0100 - - Update Google API keys - - Old API keys were not activated for YouTube Data API v3 uploading. - - Signed-off-by: Jens Georg - -M plugins/authenticator/shotwell/GoogleAuthenticator.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 5d3559d149c4e9c21dd78e396edcfe82bbe702f6 -Author: Jens Georg -Date: Thu Feb 23 19:27:12 2017 +0100 - - Update debian - - Signed-off-by: Jens Georg - -M debian/changelog - -commit 441e36711a52a65540345c8d385488f4169fe0e5 -Author: Jiri Grönroos -Date: Wed Feb 22 18:50:12 2017 +0000 - - Update Finnish translation - -M po/fi.po - -commit ddcc9c9b4eb4e3c2582f939235282791465157ba -Author: Jens Georg -Date: Tue Feb 21 22:57:47 2017 +0100 - - picasa: Use proper mime type for video - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit b3fe24ea953ca86310dca39226a1b87f54bfb8ee -Author: Jens Georg -Date: Tue Feb 21 22:05:49 2017 +0100 - - picasa: Remove possibility to create new albums - - This has been dropped from the Picasa Web API / Google Photos - - Signed-off-by: Jens Georg - -M plugins/authenticator/shotwell/GoogleAuthenticator.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/picasa_publishing_options_pane.ui - -commit 12dd77b2e08712eb9a4fc8f85bd2639092422bc5 -Author: Jens Georg -Date: Tue Feb 21 21:36:21 2017 +0100 - - picasa: Remove obsolete comment - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit 4aa315083e4fa1984905a907788e595510f183de -Author: Jens Georg -Date: Sun Feb 19 17:49:00 2017 +0100 - - Post-releease version bump - - Signed-off-by: Jens Georg - -M configure.ac - -commit cfb0e920a3328d07787dab0e7751d6da7a9cf72a -Author: Jens Georg -Date: Mon Feb 13 21:39:24 2017 +0100 - - Prepare 0.25.5 - - Signed-off-by: Jens Georg - -M NEWS - -commit 178070af02ea3dd9af920ec33d112b2fb354055c -Author: Jens Georg -Date: Mon Feb 13 21:37:01 2017 +0100 - - Distribute resource and header files - - Signed-off-by: Jens Georg - -M authenticator.am - -commit b834fe3d8cd117b9bda916e9b8abc23472c005bd -Author: Jens Georg -Date: Mon Feb 13 20:51:14 2017 +0100 - - Fix dependencies for authenticator library - - Signed-off-by: Jens Georg - -M authenticator.am - -commit e96362678ca4e8b5650df2fdbfd0e55ee50cb326 -Author: Jens Georg -Date: Mon Feb 13 20:50:51 2017 +0100 - - Introduce "refresh()" method to authenticator - - Signed-off-by: Jens Georg - -M -plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala -M plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala -M plugins/authenticator/shotwell/GoogleAuthenticator.vala -M src/plugins/PublishingInterfaces.vala - -commit 841db576d864fb0252e1b34e086bcbab94f8ef5d -Author: Anders Jonsson -Date: Sun Feb 12 14:59:45 2017 +0000 - - Update Swedish translation - -M help/sv/sv.po - -commit 5c64525827f751dad749c39706f1630e7e189e84 -Author: Piotr Drąg -Date: Sat Feb 11 20:11:02 2017 +0100 - - Update POTFILES.in and POTFILES.skip - -M po/POTFILES.in -M po/POTFILES.skip - -commit d4687a780564111e8d312f60efd87e42b31c5ee1 -Author: Jens Georg -Date: Sat Feb 11 19:34:25 2017 +0100 - - i18n: Update POTFILES.{in,skip} - - Signed-off-by: Jens Georg - -M po/POTFILES.in -M po/POTFILES.skip - -commit 0a170a63276965e5548b7e2c561bccdd401bd7d5 -Author: Jens Georg -Date: Sat Feb 11 00:04:20 2017 +0100 - - Only show logout button if authenticator supports it - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit b0fa855491788456973575794ec97ee753ea514c -Author: Jens Georg -Date: Thu Feb 9 23:02:15 2017 +0100 - - Flickr: Fix authentication from persistent data - - Signed-off-by: Jens Georg - -M plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit f0f65a1275e84b9dfab2124be6a36396997f8683 -Author: Jens Georg -Date: Thu Feb 9 22:38:42 2017 +0100 - - google: Persistency handling in authenticator - - Signed-off-by: Jens Georg - -M plugins/authenticator/shotwell/GoogleAuthenticator.vala -M plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 161c19ba01045b942e050e6dd5956c759c1fa140 -Author: Jens Georg -Date: Thu Feb 9 22:17:45 2017 +0100 - - Make pluggables depend on authenticator availability - - Signed-off-by: Jens Georg - -M plugins/authenticator/shotwell/GoogleAuthenticator.vala -M plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M src/plugins/PublishingInterfaces.vala - -commit abad9e07aeaae6a91c571ddeb99cfedfb4afa5e3 -Author: Jens Georg -Date: Thu Feb 9 22:16:53 2017 +0100 - - Facebook: Move persitency into authenticator - - Signed-off-by: Jens Georg - -M -plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 7544a3eba84686cbfeafed8cab572e3aff9ba9b8 -Author: Jens Georg -Date: Thu Feb 9 21:36:14 2017 +0100 - - flickr: Move persistency to authenticator - - Signed-off-by: Jens Georg - -M plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit b8b39ef517ae0a944175e66d3a27262e5503c6df -Author: Jens Georg -Date: Wed Feb 8 23:15:04 2017 +0100 - - Extract Google authenticator - - Put it into the authenticator library as well - - Signed-off-by: Jens Georg - -M authenticator.am -M configure.ac -A plugins/authenticator/shotwell/GoogleAuthenticator.vala -M plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit a3b6e0f6f73069ad2472ffa68f36f77adadd0485 -Author: Jens Georg -Date: Mon Feb 6 19:08:31 2017 +0100 - - Put authenticators into separate library - -M Makefile.am -A authenticator.am -M configure.ac -R096 plugins/shotwell-publishing/FacebookPublishingAuthenticator.vala -plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala -R066 plugins/shotwell-publishing/FlickrPublishingAuthenticator.vala -plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala -A plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala -R100 plugins/shotwell-publishing/flickr_pin_entry_pane.ui -plugins/authenticator/shotwell/flickr_pin_entry_pane.ui -A -plugins/authenticator/shotwell/org.gnome.Shotwell.Authenticator.gresource.xml -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M -plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml -M publish.am -M src/plugins/PublishingInterfaces.vala - -commit a90cf2623f57ec50f1ad2284a7ae552f33381be4 -Author: Jens Georg -Date: Wed Jan 4 11:37:43 2017 +0100 - - No need for request phase tokens in Flickr publisher - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 6b6e2818218e80d90dfcca5382da635e9b16b580 -Author: Jens Georg -Date: Wed Jan 4 11:28:05 2017 +0100 - - flickr: Move API keys into authenticator - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/FlickrPublishingAuthenticator.vala - -commit b473cddea88394badb66faaf7dab5091a620c027 -Author: Jens Georg -Date: Thu Dec 22 21:05:41 2016 +0100 - - Extract Flickr authentication into own class - -M plugins/shotwell-publishing/FlickrPublishing.vala -A plugins/shotwell-publishing/FlickrPublishingAuthenticator.vala -M publish.am - -commit 3351086742689b8397dd8df0c2961e42a46499be -Author: Jens Georg -Date: Mon Dec 19 19:28:39 2016 +0100 - - Move Facebook authenticator in extra file - -M plugins/shotwell-publishing/FacebookPublishing.vala -A plugins/shotwell-publishing/FacebookPublishingAuthenticator.vala -M po/POTFILES.in -M po/POTFILES.skip -M publish.am - -commit 25ec931a9447eefbcffb34e0a1d5362eb3b5cb55 -Author: Jens Georg -Date: Sun Dec 18 23:09:04 2016 +0100 - - Only show Facebook logout button if supported - - If authenticator does not have logout feature, don't show it - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit a8bda161eb06acafadc95c907b1acb0e2b34212d -Author: Jens Georg -Date: Sun Dec 18 23:02:29 2016 +0100 - - Extract Facebook authentication process - - Put it into extra class implementing the Authenticator interface - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FacebookPublishing.vala -M src/plugins/PublishingInterfaces.vala - -commit 9a04c84ec121a6a027540a8aad422c5fffa90d69 -Author: Jens Georg -Date: Thu Dec 15 20:08:54 2016 +0100 - - Define Authenticator interface - - Signed-off-by: Jens Georg - -M src/plugins/PublishingInterfaces.vala - -commit 535b205eb061bc1d95cf83fb07a415d7515f31f3 -Author: Alan Mortensen -Date: Sat Feb 11 19:14:45 2017 +0100 - - Updated Danish translation - -M po/da.po - -commit c73d7b5f14b71f12df11a654dc688edd566f8592 -Author: Jens Georg -Date: Mon Feb 6 19:52:49 2017 +0100 - - libraw.vapi: Fix setting of parameters on OutputParams - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=778174 - -M src/photos/GRaw.vala -M vapi/libraw.vapi - -commit 478e943e82926ee617126f659fffd8810e202b65 -Author: Enrico Nicoletto -Date: Mon Feb 6 12:17:32 2017 +0000 - - Update Brazilian Portuguese translation - -M po/pt_BR.po - -commit 6c6182f341dafdb39c2b270fd11edb5fa8e30941 -Author: Debarshi Ray -Date: Sat Feb 4 16:48:24 2017 +0100 - - graw, libraw.vapi: Use the correct type for use_camera_matrix - - libraw_output_params_t.use_camera_matrix is a tri-state value, not a - boolean. Since any non-zero value counts as 'true', let's use the - default unless someone finds a reason not to. - - See: - http://www.libraw.org/docs/API-datastruct-eng.html#libraw_output_params_t - - https://bugzilla.gnome.org/show_bug.cgi?id=778174 - -M src/photos/GRaw.vala -M vapi/libraw.vapi - -commit e045b9b48851dd4f21387e99de1aa3a1e10a3a66 -Author: Debarshi Ray -Date: Sat Feb 4 16:21:17 2017 +0100 - - libraw.vapi: Set the correct power value for the gamma curve - - libraw_output_params_t.gamm[0] is meant to have the inverted gamma or - power value. See: - http://www.libraw.org/docs/API-datastruct-eng.html#libraw_output_params_t - - https://bugzilla.gnome.org/show_bug.cgi?id=778174 - -M vapi/libraw.vapi - -commit dac7891bd25d9d3b62f773cb0743c78b41692f24 -Author: Jens Georg -Date: Tue Jan 31 21:43:57 2017 +0100 - - Post-release version bump - - Signed-off-by: Jens Georg - -M configure.ac - -commit 8d2e927e78abb7699f1e9c8e9fd60119ea01999a -Author: Jens Georg -Date: Tue Jan 31 21:25:06 2017 +0100 - - Prepare 0.25.4 - - Signed-off-by: Jens Georg - -M NEWS -M debian/changelog - -commit 107353fa1f9d01aec430a801403b8e1ea7761250 -Author: Jens Georg -Date: Sun Jan 29 22:58:22 2017 +0100 - - publishing: Use HTTPS everywhere - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/TumblrPublishing.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 1950b080aac8d57868ef0df8a9aa8f942d7c76a5 -Author: Jens Georg -Date: Fri Jan 27 19:59:24 2017 +0100 - - Update debian - - Signed-off-by: Jens Georg - -M debian/changelog - -commit 2e5f0c48ac99c43401d6a4efc7064f0408d21cb0 -Author: Daniel Korostil -Date: Tue Jan 24 21:11:50 2017 +0000 - - Update Ukrainian translation - -M po/uk.po - -commit c5f4dba59aa01f74df6bbee02dacdb8a2bd0e722 -Author: Marek Černocký -Date: Mon Jan 23 00:17:42 2017 +0100 - - Updated Czech translation - -M po/cs.po - -commit aa09c071d73ea8840fb6c14040bd57e2fe341fbc -Author: Piotr Drąg -Date: Wed Jan 18 23:12:40 2017 +0100 - - Update Polish translation - -M po/pl.po - -commit 8e7eb9fa324b2f6fb399e78d5e4a0935e57c6be3 -Author: Jens Georg -Date: Mon Jan 16 21:17:05 2017 +0100 - - Post-release version bump - - Signed-off-by: Jens Georg - -M configure.ac - -commit e5a192163148d01708684bc38c4442824fda8178 -Author: Jens Georg -Date: Mon Jan 16 20:36:27 2017 +0100 - - Prepare 0.25.3 - - Signed-off-by: Jens Georg - -M NEWS -M configure.ac - -commit dfe59ea0fa04633d233be973e8578af037ea822a -Author: Alan Mortensen -Date: Sun Jan 15 02:01:13 2017 +0100 - - Updated Danish translation - -M po/da.po - -commit a246cf45e80204bf05419cb0a76d9a145940373a -Author: Piotr Drąg -Date: Thu Jan 12 13:45:29 2017 +0100 - - Fix Icon filename in Serbian and Korean translations - -M po/ko.po -M po/sr.po -M po/sr@latin.po - -commit 14b44bdee2cfff20018dc66053dd6defb7cb03f0 -Author: Andreas Brauchli -Date: Thu Dec 8 16:09:32 2016 +0100 - - More reliable duplicate detection - - Never compare thumbnail_md5 when the full md5 can be used to avoid - false - positive. Otherwise fall back to comparing thubnail_md5 where false - positives are possible. - -M src/db/PhotoTable.vala - -commit 59da83435bfe4f14a716312f5cc871f9c04d6774 -Author: Amos Brocco -Date: Sun Nov 27 22:17:00 2016 +0000 - - Improved Raw duplicate detection - - Use exposure timestamp comparison as well as file name to distinguish - between - different files with the same name - - https://bugzilla.gnome.org/show_bug.cgi?id=775196 - -M src/camera/ImportPage.vala - -commit 33b101fa36c685d24179a2f25aec91d0ae5102f6 -Author: Jens Georg -Date: Wed Jan 4 12:45:42 2017 +0100 - - piwigo: Fix title and coments on uploaded files - - Boolean is hard, part II. - - Regression introduced by 9d2b698023366e95baddbb677118a50e27bd6e8e - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=776664 - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit 809b4cdd20ec6ec795c51ec046999f6f5106c07a -Author: Richard B. Kreckel -Date: Tue Jan 3 23:00:00 2017 +0000 - - Fix various typos in comments and code - - https://bugzilla.gnome.org/show_bug.cgi?id=776839 - -M src/Application.vala -M src/BatchImport.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Printing.vala -M src/Tombstone.vala -M src/Upgrades.vala -M src/camera/GPhoto.vala -M src/core/SourceInterfaces.vala -M src/photos/PhotoMetadata.vala - -commit 719fc9935a3f8c36009e028e8e893347e0b730ab -Author: Jens Georg -Date: Sat Dec 31 00:41:06 2016 +0100 - - Fix actions for fullscreen - - https://bugzilla.gnome.org/show_bug.cgi?id=776614 - - Signed-off-by: Jens Georg - -M src/CollectionPage.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/camera/ImportPage.vala -M src/direct/DirectPhotoPage.vala -M src/events/EventPage.vala -M src/events/EventsDirectoryPage.vala -M src/library/ImportQueuePage.vala -M src/library/LibraryWindow.vala -M src/library/OfflinePage.vala -M src/library/TrashPage.vala -M src/searches/SavedSearchPage.vala -M src/tags/TagPage.vala - -commit 0f3a1eee7ab9ce0ce211227e695e197bba53188a -Author: Dušan Kazik -Date: Sun Jan 1 20:01:53 2017 +0000 - - Update Slovak translation - -M po/sk.po - -commit b24bde8bbcc42aac8cd5e5390db12cd3fb08725a -Author: Dušan Kazik -Date: Sun Jan 1 19:37:20 2017 +0000 - - Update Slovak translation - (cherry picked from commit 3e41d1eab5df8a0693946bb22406c886f2799e7a) - -M po/sk.po - -commit 6c2eea964babf24a9901f9569a32247282cfe40c -Author: Jens Georg -Date: Sat Dec 31 00:39:51 2016 +0100 - - Fix action state when switching back in library - - https://bugzilla.gnome.org/show_bug.cgi?id=776527 - - Signed-off-by: Jens Georg - -M src/Page.vala - -commit f98a958b83245c9ced25e4c646c0de83a6bb0d1d -Author: Richard B. Kreckel -Date: Thu Dec 29 18:47:00 2016 +0000 - - Import button labels are swapped - - https://bugzilla.gnome.org/show_bug.cgi?id=776589 - -M src/camera/ImportPage.vala - -commit 092a86ec0c9901385c257cd84eb178469da01b65 -Author: Jens Georg -Date: Wed Dec 28 00:08:16 2016 +0100 - - Remove local actions from Page when switching away - - https://bugzilla.gnome.org/show_bug.cgi?id=776527 - -M src/CollectionPage.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/camera/ImportPage.vala -M src/direct/DirectPhotoPage.vala -M src/events/EventPage.vala -M src/events/EventsDirectoryPage.vala -M src/library/ImportQueuePage.vala -M src/library/OfflinePage.vala -M src/library/TrashPage.vala -M src/searches/SavedSearchPage.vala -M src/tags/TagPage.vala - -commit 6fc591233cfc6e1ca690c3a637b8e21bb3d47f65 -Author: Jens Georg -Date: Wed Dec 28 12:45:05 2016 +0100 - - Revert "Remove deprecated Soup API" - - Breaks flick upload - - This reverts commit 8999db51f67aeab1507d182742adc689dfbd9bb1. - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 587ce09a54124839697ee178334eaa3cd4843c46 -Author: Marina Prado -Date: Wed Dec 28 11:37:04 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit acbe3c3e5bb00996536e7a8f449ed45c95271d93 -Author: Jens Georg -Date: Tue Dec 27 19:38:43 2016 +0100 - - Fix LeaveFullscreen action - - Signed-off-by: Jens Georg - -M src/AppWindow.vala - -commit f74c9b715553cd3a6b85e8707d0112f2310626e8 -Author: Rafael Fontenelle -Date: Mon Dec 26 09:09:24 2016 +0000 - - Update Brazilian Portuguese translation - -M po/pt_BR.po - -commit b212f161c6745914a91158b15eb83253f8ceaec9 -Author: Piotr Drąg -Date: Sun Dec 25 21:38:13 2016 +0100 - - Update Polish translation - -M po/pl.po - -commit 7ed7d8c8d10d95b8dd76bce3a4a8856b5c478c03 -Author: Piotr Drąg -Date: Sun Dec 25 21:37:09 2016 +0100 - - Update Polish translation - -M po/pl.po - -commit cb09b73d966f7876ac97041f2815a0561175316f -Author: Marek Černocký -Date: Sat Dec 24 14:47:04 2016 +0100 - - Updated Czech translation - -M po/cs.po - -commit d94d02049889b72fd653ab22e790cb0a7949f86a -Author: Piotr Drąg -Date: Fri Dec 23 01:17:49 2016 +0100 - - Update POTFILES.in - -M po/POTFILES.in - -commit 235c28bccd1f0f8f5277e1d792bcfd9a04f0b31e -Author: Jens Georg -Date: Thu Dec 22 22:17:14 2016 +0100 - - flickr: Use format_size_full for the remaining quota string - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit e8622e25c3753fb9191e871c479685bc036fecb6 -Author: Jens Georg -Date: Thu Dec 22 21:08:18 2016 +0100 - - Revert "Use AppMenu" - - Not good. Help is not easily discoverable. Needs some more thinking - - This reverts commit 6e6a51b3a5b939322e0a40c2f2766367969721c2. - -M org.gnome.Shotwell.gresource.xml -M src/Application.vala -M src/direct/DirectWindow.vala -M src/library/LibraryWindow.vala -M ui/Makefile.am -D ui/appmenu.ui -M ui/direct.ui -M ui/event.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/tags.ui -M ui/trash.ui - -commit 248bb1463f967073df05228c37b0410de7506d52 -Author: Jens Georg -Date: Thu Dec 22 21:07:09 2016 +0100 - - Revert "Add Quit menu item to File menu" - - This reverts commit 0fa222a858adee5014c91dd2a8de0658b3a4ec24. - -M src/Page.vala -M ui/direct.ui -M ui/event.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/tags.ui -M ui/trash.ui - -commit b9feec526de83b4ad94a7dacc8916a9c65967841 -Author: Marina Prado -Date: Thu Dec 22 16:47:54 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit a9e4ef6df60822cf2feb8eb621f81d82504e4806 -Author: Jens Georg -Date: Thu Dec 22 13:23:30 2016 +0100 - - Add -f as shortcut for search bar - - As mentioned in the documentation - - Signed-off-by: Jens Georg - -M src/library/LibraryWindow.vala - -commit f576f5956f71dccf6ef127fccc9940824a8dd9d5 -Author: Jens Georg -Date: Thu Dec 22 13:23:11 2016 +0100 - - Accellerators need to be null-terminated - - Signed-off-by: Jens Georg - -M src/AppWindow.vala - -commit 684eb82f81d90947f0c0b5bb26d12a5f3cc6b74b -Author: Jens Georg -Date: Wed Dec 21 15:15:27 2016 +0100 - - flickr: Simplify OAuth result parsing - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 95d62f14086662dc97684d13cf34e6eb53868812 -Author: Jens Georg -Date: Wed Dec 21 12:26:09 2016 +0100 - - yandex: Update glade file - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/yandex_publish_model.ui - -commit e6b9ffe51765e616b388232a338a437809687eaf -Author: Jens Georg -Date: Wed Dec 21 12:17:13 2016 +0100 - - tumblr: Update glade files - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui -M -plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui - -commit 6fb98fbc7ec5c97486600961502db8cc961130d1 -Author: Jens Georg -Date: Wed Dec 21 12:06:26 2016 +0100 - - rajce: Update glade files - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/rajce_authentication_pane.ui -M -plugins/shotwell-publishing-extras/rajce_publishing_options_pane.ui - -commit d5f2b6505c61dc9dfab71392534a91a6ecc242b1 -Author: Jens Georg -Date: Wed Dec 21 11:52:19 2016 +0100 - - gallery3: Update glade files - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui -M -plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui - -commit 5dad7406da9c1c3adc63c57e508de06cd86b3a2c -Author: Jens Georg -Date: Tue Dec 20 21:24:18 2016 +0100 - - piwigo: Update glade files - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/piwigo_authentication_pane.ui -M plugins/shotwell-publishing/piwigo_publishing_options_pane.ui -M plugins/shotwell-publishing/piwigo_ssl_failure_pane.ui - -commit d24ea86ff22911454b26157d223377bec498fe88 -Author: Jens Georg -Date: Tue Dec 20 21:23:56 2016 +0100 - - picasa: Update glade file - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/picasa_publishing_options_pane.ui - -commit 68b0fb3debbcce1e3683f732a40ef771f56b6a21 -Author: Jens Georg -Date: Tue Dec 20 21:19:36 2016 +0100 - - facebook: Update publishing pane - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/facebook_publishing_options_pane.ui - -commit c4eac442dea23bc35c772250e27bfa7226067a79 -Author: Jens Georg -Date: Tue Dec 20 20:59:29 2016 +0100 - - flickr: Update glade files - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/flickr_pin_entry_pane.ui -M plugins/shotwell-publishing/flickr_publishing_options_pane.ui - -commit eb8612cd6fafcac7d42baacd33697958e198941e -Author: Jens Georg -Date: Tue Dec 20 13:28:13 2016 +0100 - - Fix toolbar in camera import page - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=776298 - -M src/Resources.vala -M src/camera/ImportPage.vala - -commit 021d6bc3a0540b5a8cb3b752faa22f5b7e688c4e -Author: Marina Prado -Date: Tue Dec 20 12:17:48 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit 0fa222a858adee5014c91dd2a8de0658b3a4ec24 -Author: Jens Georg -Date: Sun Dec 18 20:05:44 2016 +0100 - - Add Quit menu item to File menu - - If the shell does have AppMenu. Not having itbroke my workflow - quite badly. - - Signed-off-by: Jens Georg - -M src/Page.vala -M ui/direct.ui -M ui/event.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/tags.ui -M ui/trash.ui - -commit 9df5346f7428d3359e22c8281e1572adad85e7c9 -Author: Marek Černocký -Date: Sat Dec 17 17:02:59 2016 +0100 - - Updated Czech translation - -M po/cs.po - -commit 3591a7977872b7134afd76bb94e847d115784f11 -Author: Jens Georg -Date: Fri Dec 16 23:11:51 2016 +0100 - - Fix item in Tag page context menu - - Signed-off-by: Jens Georg - -M ui/tags.ui - -commit a4e8bd539157381f8bd962b017b2d9966df6cada -Author: Jens Georg -Date: Fri Dec 16 23:11:32 2016 +0100 - - Fix actions on sidebar context menu - - Signed-off-by: Jens Georg - -M ui/sidebar_default_context.ui -M ui/tag_sidebar_context.ui - -commit fdf099ed0902a2b7553ee78b17a548e1b560f8de -Author: Jens Georg -Date: Fri Dec 16 23:11:14 2016 +0100 - - Fix critical when re-using popup menu - - Signed-off-by: Jens Georg - -M src/sidebar/Tree.vala - -commit ae78abb368cf0928e47fc28756a3675b5de5872c -Author: Jens Georg -Date: Fri Dec 16 22:22:33 2016 +0100 - - Fix rating action - - Signed-off-by: Jens Georg - -M src/SearchFilter.vala -M ui/import.ui -M ui/offline.ui -M ui/trash.ui - -commit 5fea37e591b98968121dbc05679c0a5e8755fb74 -Author: Jens Georg -Date: Fri Dec 16 22:16:01 2016 +0100 - - Hack to switch menubar in the application window - - Apparently the Gtk.ApplicationWindow only reloads the menu bar - from the - Application if the gtk-shell-shows-menubar property changes - - Signed-off-by: Jens Georg - -M src/library/LibraryWindow.vala - -commit 48a0f15cf9c76ee91e8c85b2625099daa53db303 -Author: Jens Georg -Date: Fri Dec 16 21:31:32 2016 +0100 - - Add missing tags context menu - - Signed-off-by: Jens Georg - -M ui/tags.ui - -commit da0e59545f50f2545a8c6f5619a3e0f7f0b25b04 -Author: Jens Georg -Date: Thu Dec 15 08:57:01 2016 +0100 - - Guess convert when UTF-8 validation fails - - If validation of a text is requested and it fails, try to convert from - current locale if not UTF-8, otherwise fall-back to windows-1252 and - iso-8859-1. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=718107 - -M src/util/string.vala - -commit 3da461946b4148d338fc9b9a116191ef7ad85bc6 -Author: Marina Prado -Date: Thu Dec 15 08:39:08 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit 057c8d8a470db9f971225c4e866de82b964433d1 -Author: Jens Georg -Date: Tue Dec 13 19:25:47 2016 +0100 - - Fix event page context menu - - Signed-off-by: Jens Georg - -M src/events/EventPage.vala - -commit e2940082c6e44526d9494a13443064f544a597ba -Author: Jens Georg -Date: Mon Dec 12 18:19:56 2016 +0100 - - Prepare 0.25.2 - - Signed-off-by: Jens Georg - -M NEWS -M configure.ac -M debian/changelog - -commit 1b117dcf0161697a137e955727ef868f1bee9f2f -Author: Marina Prado -Date: Mon Dec 12 15:12:25 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit e59f3184266543c057c96290b95a5392c31d9bbf -Author: Jens Georg -Date: Sun Dec 11 16:15:04 2016 +0100 - - Fix make distcheck - - Signed-off-by: Jens Georg - -M shotwell.am - -commit 76e8dabf9d043773f6335269e536c876c3cd21e9 -Author: Jens Georg -Date: Fri Dec 9 23:52:00 2016 +0100 - - Fix context menu on import page - - More left-over from the GLib.Action rework - - Signed-off-by: Jens Georg - -M src/camera/ImportPage.vala - -commit 7794d0401071d180b23741f1950b598340048307 -Author: Alan Mortensen -Date: Thu Dec 8 20:27:38 2016 +0100 - - Updated Danish translation - -M po/da.po - -commit 00e3e01fee5b9a062b40c055f527442b191178fe -Author: Marina Prado -Date: Wed Dec 7 08:28:59 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit 81c6c321ab01313b4a55b24fc8c645d43561e85e -Author: Jens Georg -Date: Mon Dec 5 23:42:05 2016 +0100 - - Fix Undo/Redo adaptive labeling - - Signed-off-by: Jens Georg - -M src/AppWindow.vala -M src/Page.vala - -commit 01da01587dc184a940a9bbf2d84ab0647dcf30d5 -Author: Jens Georg -Date: Mon Dec 5 23:27:43 2016 +0100 - - Re-add label switching for background menu item - - Signed-off-by: Jens Georg - -M src/CollectionPage.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 3b7754f2a92a34180d82bc2627f99e23d330109c -Author: Jens Georg -Date: Mon Dec 5 22:42:49 2016 +0100 - - One more missing SetBackground shortcut - - Signed-off-by: Jens Georg - -M src/CollectionPage.vala - -commit 25ef3e05e3573bf39efd8d07fe038c6a61fccd20 -Author: Jens Georg -Date: Mon Dec 5 20:57:51 2016 +0100 - - Make two dialogs Template-based - - Also fixes an issue with upcoming vala release - - Signed-off-by: Jens Georg - -M org.gnome.Shotwell.gresource.xml -M shotwell.am -M src/Dialogs.vala -M ui/Makefile.am -M ui/set_background_dialog.ui -M ui/set_background_slideshow_dialog.ui - -commit 7da6f0ea5fe79cc377ef01af685e8458c0a8e05a -Author: Jens Georg -Date: Sun Dec 4 20:55:26 2016 +0100 - - Move gresource to top-level - - Prepare for vala --gresources which does not have the --sourcedir - parameter so - it looks for the referenced files next to the resource file - - Signed-off-by: Jens Georg - -A org.gnome.Shotwell.gresource.xml -M shotwell.am -D src/org.gnome.Shotwell.gresource.xml - -commit a6e8b19ed137682917cb2d7e600476f8ff265a5f -Author: Jens Georg -Date: Sun Dec 4 20:12:30 2016 +0100 - - Add missing shortcut for Set Background - - Signed-off-by: Jens Georg - -M src/PhotoPage.vala -M src/direct/DirectPhotoPage.vala - -commit e2a9987638ef1e12ad30d7559ccfe508a4d8afed -Author: Jens Georg -Date: Sat Dec 3 23:28:43 2016 +0100 - - Fix opacity of disabled icons - - The icons added in 7589900c4ee3f790fd57474a64978193bd839424 were - darker than - the "original" disabled icons; apply the missing opacity change to - the PNGs - - Signed-off-by: Jens Georg - -M icons/filter-flagged-disabled.png -M icons/filter-photos-disabled.png -M icons/filter-raw-disabled.png -M icons/filter-videos-disabled.png - -commit b3a37f6bbbd5fd147b73a8f29eb776085c0ee42c -Author: Jens Georg -Date: Sat Dec 3 23:23:37 2016 +0100 - - Small clean-up - - Signed-off-by: Jens Georg - -M src/editing_tools/EditingTools.vala -M src/util/misc.vala - -commit 545ea734a93befc34a59b63090d67e5df34bf3a9 -Author: Marina Prado -Date: Fri Dec 2 07:31:24 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit c430023b92ef28aa6a5cdae8abd2b2bda366944c -Author: Marina Prado -Date: Thu Dec 1 07:38:52 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit 832f4aaa24e663682e27add8c916407e334af8de -Author: Piotr Drąg -Date: Thu Dec 1 03:16:55 2016 +0100 - - Update POTFILES.in - -M po/POTFILES.in - -commit 7589900c4ee3f790fd57474a64978193bd839424 -Author: Jens Georg -Date: Thu Dec 1 01:31:50 2016 +0100 - - Remove Gtk.IconFactory - - Use Gtk.IconTheme and add the four -disabled variants used in - SearchBar. - - Signed-off-by: Jens Georg - -A icons/filter-flagged-disabled.png -A icons/filter-photos-disabled.png -A icons/filter-raw-disabled.png -A icons/filter-videos-disabled.png -M src/Resources.vala -M src/SearchFilter.vala -M src/util/image.vala - -commit b954655410f5d8351067bd3fb7aef1f6267ffdb7 -Author: Jens Georg -Date: Thu Dec 1 01:27:41 2016 +0100 - - Fix initial searchbar state - - Signed-off-by: Jens Georg - -M src/library/LibraryWindow.vala - -commit cbe584674eba4c1196135c6f5d8df0ce3ff09a31 -Author: Jens Georg -Date: Thu Dec 1 01:18:07 2016 +0100 - - Fix type filter action for search bar - - Signed-off-by: Jens Georg - -M src/SearchFilter.vala - -commit 003c7fd16cb896b20dd664a9bd1ccb870098de9c -Author: Jens Georg -Date: Wed Nov 30 23:21:29 2016 +0100 - - debian: Fix makeshlibs - - Signed-off-by: Jens Georg - -M debian/rules - -commit 708d0aca71a2369a6b56ba2292c9c77792b196fd -Author: Jens Georg -Date: Tue Nov 29 23:57:43 2016 +0100 - - Suppress error on git version check - - Signed-off-by: Jens Georg - -M configure.ac - -commit 6e6a51b3a5b939322e0a40c2f2766367969721c2 -Author: Jens Georg -Date: Sat Nov 26 10:14:59 2016 +0100 - - Use AppMenu - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=719279 - -M src/Application.vala -M src/direct/DirectWindow.vala -M src/library/LibraryWindow.vala -M src/org.gnome.Shotwell.gresource.xml -A ui/appmenu.ui -M ui/direct.ui -M ui/event.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/tags.ui -M ui/trash.ui - -commit cf253ba83df8e7b64431ba47ce6f6eaecd4290e9 -Author: Marina Prado -Date: Wed Nov 30 08:06:53 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit abefe41125206a8bd13fd2d3b8d514104c8490bd -Author: Piotr Drąg -Date: Sun Nov 27 17:26:40 2016 +0100 - - Update Polish translation - -M po/pl.po - -commit 63766d02e16c88dc0906d25760fd789586949c7a -Author: Mario Blättermann -Date: Sat Nov 26 10:52:56 2016 +0000 - - Update German translation - -M po/de.po - -commit 2d7aae3e2d66e09efb58b32fbc9828962dfc5898 -Author: Jens Georg -Date: Sat Nov 26 09:06:38 2016 +0100 - - Fix c&p error in publishing result - - Signed-off-by: Jens Georg - -M src/publishing/PublishingUI.vala - -commit c1bfc20645f388150d62680388a565e7c14f5d59 -Author: gogo -Date: Fri Nov 25 22:09:44 2016 +0000 - - Update Croatian translation - (cherry picked from commit ea4d90848de74ec9eb20b18332bfafb31795ac37) - -M po/hr.po - -commit 1bc0b23c1c9f264fd5158a883e6e65c051684a77 -Author: Jens Georg -Date: Fri Nov 25 20:20:56 2016 +0100 - - Wrap bottom toolbar into a Gtk.Revealer - - Signed-off-by: Jens Georg - -M src/library/LibraryWindow.vala - -commit d9c46b697a7b888240a4436752788dec036389d4 -Author: Jens Georg -Date: Fri Nov 25 19:58:04 2016 +0100 - - Fix disabled rating filter menu - - Signed-off-by: Jens Georg - -M src/SearchFilter.vala - -commit 070a14ee74d49669b1e49b787c5322549d047e65 -Author: Jens Georg -Date: Fri Nov 25 19:52:58 2016 +0100 - - Fix search header hiding - - Signed-off-by: Jens Georg - -M src/SearchFilter.vala -M src/library/LibraryWindow.vala - -commit c5f5ae947573591f6536fbe2942ef58772bdb67d -Author: Jens Georg -Date: Fri Nov 25 19:05:08 2016 +0100 - - Fix initial sort order - - Signed-off-by: Jens Georg - -M src/MediaPage.vala - -commit d50fc3d02eb804144159ba58fbb218f5b35900c9 -Author: Jens Georg -Date: Thu Nov 24 23:02:03 2016 +0100 - - Prevent cricial on start-up - - Signed-off-by: Jens Georg - -M src/library/LibraryWindow.vala - -commit 1763804167a4afd0b024eaa38cdde011806800c4 -Author: Jens Georg -Date: Thu Nov 24 23:01:44 2016 +0100 - - Use proper strings for states - - Signed-off-by: Jens Georg - -M src/MediaPage.vala -M src/PhotoPage.vala -M src/SearchFilter.vala - -commit aae874a437d5074562887eced6fd38ceae33fb9e -Author: Jens Georg -Date: Wed Nov 23 23:47:55 2016 +0100 - - Fix typo - - Signed-off-by: Jens Georg - -M src/events/EventsDirectoryPage.vala - -commit 78d4241ece3c6679b2cec7a226dac9a18c85a30e -Author: Jens Georg -Date: Wed Nov 23 23:15:08 2016 +0100 - - Add forgotton initialisation for states - - Signed-off-by: Jens Georg - -M src/library/LibraryWindow.vala - -commit 368c897bb6ddced1e120ec74765390ae803361f1 -Author: Jens Georg -Date: Wed Nov 23 23:14:36 2016 +0100 - - Use change_state to set initial action state - - Signed-off-by: Jens Georg - -M src/MediaPage.vala -M src/PhotoPage.vala -M src/SearchFilter.vala -M src/camera/ImportPage.vala -M src/events/EventsDirectoryPage.vala - -commit 4bcd9e9bfc3fdaf61e30fad4a9fe0d509727cb01 -Author: Jens Georg -Date: Wed Nov 23 22:52:07 2016 +0100 - - Update README - - Signed-off-by: Jens Georg - -M README - -commit 38347d6e03930e479c1fdcceb63291694fe383e5 -Author: Jens Georg -Date: Wed Nov 23 18:53:26 2016 +0100 - - Add missing About action - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=774901 - -M src/AppWindow.vala - -commit c7ee3bffae33fb8445d63419985bc84a881d2b1a -Author: Gábor Kelemen -Date: Tue Nov 22 23:15:11 2016 +0000 - - Update Hungarian translation - -M po/hu.po - -commit 2bd9761ba434353114215d15e397e9e9b0fba6eb -Author: Marek Cernocky -Date: Tue Nov 22 13:28:43 2016 +0100 - - Updated Czech translation - -M po/cs.po - -commit 8dd5b215d3ada4e2061b5e468e341c3336d4d0dc -Author: Marek Cernocky -Date: Tue Nov 22 13:26:54 2016 +0100 - - Updated Czech translation - -M po/cs.po - -commit 9984f365ab9407791f58792a71b71d15d974b64e -Author: Jens Georg -Date: Mon Nov 21 20:30:37 2016 +0100 - - Prepare 0.25.1 - - Signed-off-by: Jens Georg - -M NEWS -M configure.ac -M debian/changelog - -commit 25ee2b5cdabc7632e5bd4c41dc04e8f06f533275 -Author: Marina Prado -Date: Mon Nov 21 17:41:14 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit 1eec412e97c255c9ca235e039dcdc59ee4c3c140 -Author: Jens Georg -Date: Sun Nov 20 23:54:09 2016 +0100 - - Fix crash when clicking on tool window in wayland - - Signed-off-by: Jens Georg - -M src/editing_tools/EditingTools.vala - -commit a409642472f9609e470ed9216b944c0c87f47637 -Author: Jens Georg -Date: Sun Nov 20 23:48:22 2016 +0100 - - Fix resource dependency generation - - Signed-off-by: Jens Georg - -M publish.am -M shotwell.am - -commit 916804df42f54092365d74378f6fca3266453721 -Author: Jens Georg -Date: Sun Nov 20 23:48:12 2016 +0100 - - Dist resource file - - Signed-off-by: Jens Georg - -M shotwell.am - -commit f0de94576ba0463f829acf05423fac6d95c83bb3 -Author: Jens Georg -Date: Sun Nov 20 23:18:31 2016 +0100 - - Remove another useless context menu title - - Signed-off-by: Jens Georg - -M ui/savedsearch.ui - -commit a2a4e194f831e1533676878300a41fcdac9c4ca6 -Author: Jens Georg -Date: Sun Nov 20 23:13:08 2016 +0100 - - Work-around issue with photo context menu - - Since we are not using separate action groups anymore, so leaving - collection page is disabling the actions we just enabled in PhotoPage. - - Signed-off-by: Jens Georg - -M src/CollectionPage.vala - -commit 9ae5339a193c8a14cc81d77867e9bd02dde038b0 -Author: Jens Georg -Date: Sun Nov 20 21:11:29 2016 +0100 - - Do not show menubar on fullscreen - - Signed-off-by: Jens Georg - -M src/AppWindow.vala - -commit d557aa766770eee4f11635e3a017b1d053f0574f -Author: Jens Georg -Date: Sun Nov 20 20:35:30 2016 +0100 - - Remove unnecessary context menu label - - Signed-off-by: Jens Georg - -M ui/direct_context.ui - -commit 3760e9eb404ef14e8e8bdc30e614ecb9f7c94be2 -Author: Jens Georg -Date: Sun Nov 20 19:55:33 2016 +0100 - - Remove deprecations from shotwell.ui - - https://bugzilla.gnome.org/show_bug.cgi?id=767181 - -M src/Dialogs.vala -M ui/shotwell.ui - -commit dbd298480651d80be3651e594b2efc1b20580cf5 -Author: Jens Georg -Date: Sun Nov 20 16:06:14 2016 +0100 - - Replace from_stock in EventsDirectoryPage - - Signed-off-by: Jens Georg - -M src/events/EventsDirectoryPage.vala - -commit 1e39fb34441615555cb25da2786ae2d85412aeb0 -Author: Jens Georg -Date: Sun Nov 20 15:44:32 2016 +0100 - - Remove deprecated calls from properties - - Signed-off-by: Jens Georg - -M src/Properties.vala - -commit e3ed5ceb07be8581000272b6fe8fd250a4975f9d -Author: Piotr Drąg -Date: Sun Nov 20 18:31:29 2016 +0100 - - Update Polish translation - -M po/pl.po - -commit ab05955e1b0c8dbe3c86b0c829af49c18813d1a2 -Author: Rafael Fontenelle -Date: Sat Nov 19 01:52:24 2016 +0000 - - Update Brazilian Portuguese translation - -M po/pt_BR.po - -commit cae15e6ea12990a477c62c8fc06849618f102ffb -Author: Marina Prado -Date: Fri Nov 18 12:35:18 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit 482249a12230612aab927458c892432b45d8e1c9 -Author: Marina Prado -Date: Fri Nov 18 08:18:03 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit 94e107e021a24df2a99f0eb6b84449111908f744 -Author: Jens Georg -Date: Thu Nov 17 22:59:53 2016 +0100 - - More ngettext for plurals - - Signed-off-by: Jens Georg - -M src/Dialogs.vala - -commit 3a67c97a5aa7779c106401c62914c53c800967d9 -Author: Jens Georg -Date: Thu Nov 17 22:59:44 2016 +0100 - - Remove deprecated code from Dialogs - - Signed-off-by: Jens Georg - -M src/Dialogs.vala -M ui/shotwell.ui - -commit bb5a1ac6776e6e8348266a77f6798e31c6160ea6 -Author: Jens Georg -Date: Thu Nov 17 22:26:54 2016 +0100 - - Remove deprecated calls from PhotoPage - - Signed-off-by: Jens Georg - -M src/PhotoPage.vala - -commit 96b325abdfec494294f3bc6233d999a4968de8ab -Author: Jens Georg -Date: Thu Nov 17 21:51:13 2016 +0100 - - Remove deprecations from AppWindow - - Signed-off-by: Jens Georg - -M src/AppWindow.vala - -commit 875b0f8fa30ddb30eb3ba81ff4db7307c9c7603e -Author: Jens Georg -Date: Thu Nov 17 21:43:21 2016 +0100 - - Fix warning about pointer cast - - Signed-off-by: Jens Georg - -M src/PixbufCache.vala -M src/threads/BackgroundJob.vala - -commit 7135d7a4687dbbc61d1d9babe29060f23da1fbbc -Author: Jens Georg -Date: Thu Nov 17 18:15:45 2016 +0100 - - Publishing: Use ngettext for plurals - - Signed-off-by: Jens Georg - -M src/publishing/PublishingUI.vala - -commit fa430d09a1b407dae551dcfd0302486b0cdfdd1f -Author: Jens Georg -Date: Thu Nov 17 18:15:28 2016 +0100 - - Fix deprecations in Imports UI - - Signed-off-by: Jens Georg - -M src/data_imports/DataImportsUI.vala - -commit eb9f7826392aa96306dfd102f0ee7d5e2dd40d02 -Author: Jens Georg -Date: Thu Nov 17 18:00:51 2016 +0100 - - publishing: Fix criticals when switching to Facebook - - Signed-off-by: Jens Georg - -M src/publishing/PublishingUI.vala - -commit 8bdbd6bdbe729915fcb3bb3c8e7acdac7c172924 -Author: Jens Georg -Date: Thu Nov 17 16:53:39 2016 +0100 - - Remove deprecated function from Tree - - Signed-off-by: Jens Georg - -M src/sidebar/Tree.vala - -commit 2d3bcae244075abedb5853b380bac539dde87da1 -Author: Jens Georg -Date: Thu Nov 17 16:52:29 2016 +0100 - - Remove dead code - - Not used anymore after putting stars as unicode - - Signed-off-by: Jens Georg - -M src/SearchFilter.vala - -commit 30abef1ac4778f0cd7a08fd23171e76011c84d9a -Author: Marek Černocký -Date: Thu Nov 17 11:21:56 2016 +0100 - - Updated Czech translation - -M po/cs.po - -commit 80fd4d15591e6cca50072e530e4fd9cd6ff9c6af -Author: Daniel Mustieles -Date: Thu Nov 17 08:17:13 2016 +0000 - - Update Spanish translation - -M help/es/es.po - -commit db76214268f16829125bc3b89e8381c8230ecb49 -Author: Jens Georg -Date: Wed Nov 16 23:09:32 2016 +0100 - - SearchBar: Remove star icons - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=771788 - -M src/SearchFilter.vala - -commit 5901f0282e6ce6b0b3a27248552c5cf8d492706a -Author: Jens Georg -Date: Wed Nov 16 22:21:10 2016 +0100 - - Make Find toolbar button a toggle button - - Signed-off-by: Jens Georg - -M ui/collection.ui - -commit 9be90a6bd45ca410f273b722b2726e0868640498 -Author: Jens Georg -Date: Wed Nov 16 22:11:34 2016 +0100 - - Gdk.Seat exists only since 3.20 - - Signed-off-by: Jens Georg - -M src/Page.vala -M src/library/LibraryWindow.vala - -commit aef3f23f92c4df33f932ee5d1af3a4e9a33d266d -Author: Jens Georg -Date: Wed Nov 16 21:52:57 2016 +0100 - - Use change_state instead of set_state - - Signed-off-by: Jens Georg - -M src/library/LibraryWindow.vala - -commit 6ae8259658aa63e03bc1cfdd73403f2e9ef75cf4 -Author: Marek Cernocky -Date: Wed Nov 16 11:41:07 2016 +0100 - - Updated Czech translation - -M po/cs.po - -commit ef8d4068d58d09b81af688f98f4a855fe444b930 -Author: Jens Georg -Date: Wed Nov 16 00:52:17 2016 +0100 - - Remove deprecated calls from LibraryWindow - - Signed-off-by: Jens Georg - -M src/library/LibraryWindow.vala - -commit 0410d948509def958eda90a91d8bfc28b03a7670 -Author: Jens Georg -Date: Wed Nov 16 00:40:15 2016 +0100 - - Remove deprecations from PublishingUI - - Signed-off-by: Jens Georg - -M src/publishing/PublishingUI.vala - -commit b6acc7475fe707f75fab55eaa160881118f46b9d -Author: Jens Georg -Date: Tue Nov 15 23:55:09 2016 +0100 - - Remove deprecated calls from ManifestWidget - - Signed-off-by: Jens Georg - -M src/plugins/ManifestWidget.vala - -commit ebfb5620ef054276b84eb0a5aaf87bc2c26dd9fd -Author: Jens Georg -Date: Tue Nov 15 23:47:55 2016 +0100 - - Dedeprecate Adjust Tool - - Signed-off-by: Jens Georg - -M src/editing_tools/EditingTools.vala - -commit bbccb6eded1d1e65d0c1ef65b22cfc4f06fc8b4a -Author: Jens Georg -Date: Tue Nov 15 23:47:02 2016 +0100 - - Dedeprecate RedEye Tool - - Signed-off-by: Jens Georg - -M src/editing_tools/EditingTools.vala - -commit 21559b2ba0696a0db9c050a5872ca7c7c8b98f1d -Author: Jens Georg -Date: Tue Nov 15 23:46:43 2016 +0100 - - Dedeprecate EditingTools base class - - Signed-off-by: Jens Georg - -M src/editing_tools/EditingTools.vala - -commit 36410aa0942d029e0cb2e199ed70bffaf3e15d52 -Author: Piotr Drąg -Date: Tue Nov 15 12:30:24 2016 +0100 - - i18n: Remove files with no translations from POTFILES.in and - POTFILES.skip - -M po/POTFILES.in -M po/POTFILES.skip - -commit 3d4319a28d800e9e1f3ffb032f78d7b531ff1178 -Author: Piotr Drąg -Date: Tue Nov 15 12:20:14 2016 +0100 - - i18n: Add intermediate C files to POTFILES.skip - -M po/POTFILES.skip - -commit 46ceedff9eb3fa29a4b76b6c93b185c08ccc09b1 -Author: Piotr Drąg -Date: Tue Nov 15 12:17:59 2016 +0100 - - i18n: Add missing files to POTFILES.in - -M po/POTFILES.in - -commit aadd627f44499cc0a830249f31b306ef30ba2596 -Author: Jens Georg -Date: Mon Nov 14 23:59:01 2016 +0100 - - Dedeprecate Page - - Signed-off-by: Jens Georg - -M src/Page.vala - -commit f8f42e7a7dee8cedbb115309671468a7fd1e81e0 -Author: Jens Georg -Date: Mon Nov 14 23:27:25 2016 +0100 - - Use GtkApplication menubar, get accels for free - - Signed-off-by: Jens Georg - -M src/AppWindow.vala -M src/Application.vala -M src/Page.vala -M src/direct/DirectWindow.vala -M src/library/LibraryWindow.vala - -commit 17c8587e485cc8fad18abdecc2d6fa603416c973 -Author: Jens Georg -Date: Wed Oct 19 21:56:15 2016 +0200 - - Remove GtkUIManager and Gtk*Action* - - https://bugzilla.gnome.org/show_bug.cgi?id=768271 - - Signed-off-by: Jens Georg - -M shotwell.am -M src/AppWindow.vala -M src/Application.vala -M src/CollectionPage.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/SearchFilter.vala -M src/camera/ImportPage.vala -M src/direct/DirectPhotoPage.vala -M src/events/EventPage.vala -M src/events/EventsDirectoryPage.vala -M src/library/ImportQueuePage.vala -M src/library/LibraryWindow.vala -M src/library/OfflinePage.vala -M src/library/TrashPage.vala -M src/org.gnome.Shotwell.gresource.xml -M src/searches/Branch.vala -M src/searches/SavedSearchPage.vala -M src/sidebar/Tree.vala -M src/tags/Branch.vala -M src/tags/TagPage.vala -M src/util/ui.vala -M ui/collection.ui -M ui/direct.ui -M ui/direct_context.ui -M ui/event.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/photo_context.ui -M ui/savedsearch.ui -M ui/search_bar.ui -M ui/search_sidebar_context.ui -M ui/set_background_dialog.ui -M ui/sidebar_default_context.ui -M ui/tag_sidebar_context.ui -M ui/tags.ui -M ui/top.ui -M ui/trash.ui - -commit 1206252faec829f23857ceb1e6e5150459e289a8 -Author: Jens Georg -Date: Sat Oct 29 09:53:13 2016 +0200 - - piwigo: Port Option pane to BuilderPane - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit e8755595eee86d8fc417815f176ebc79da06e523 -Author: Jens Georg -Date: Sat Oct 29 03:16:27 2016 +0200 - - common,piwigo: Add "default" widget to BuilderPane - - Signed-off-by: Jens Georg - -M plugins/common/BuilderPane.vala -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit 816b12dcd20cdba94f98d317bed67f5738fd6a3b -Author: Jens Georg -Date: Sat Oct 29 03:11:24 2016 +0200 - - piwigo: Port SSL pane to BuilderPane - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit 941eeecc49cb0131abecce9a163513a3d3d1b135 -Author: Jens Georg -Date: Sat Oct 29 02:47:30 2016 +0200 - - piwigo: Simplify category name parsing a bit - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit a9a507bf91f5244bef8fb00cc13793723bec5c47 -Author: Jens Georg -Date: Sat Oct 29 02:28:49 2016 +0200 - - piwigo: Port authentication dialog to builder pane - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit beb3005c4cc8085856ed7f06178434ab45a8784a -Author: Jens Georg -Date: Sat Oct 29 02:28:30 2016 +0200 - - common: Add BuilderPane - - Signed-off-by: Jens Georg - -M Makefile.am -A plugins/common/BuilderPane.vala - -commit bb8acd09cb6107ab3b97ac05dadefb00d83bcb92 -Author: Jens Georg -Date: Fri Oct 21 17:49:10 2016 +0200 - - Remove GtkMisc from SeachFilter - - Signed-off-by: Jens Georg - -M src/SearchFilter.vala - -commit ed928a0f498dd1004105094245b8170107fd7e2c -Author: Jens Georg -Date: Fri Oct 21 17:43:39 2016 +0200 - - De-deprecate SavedSearchDialog - - Signed-off-by: Jens Georg - -M src/searches/SavedSearchDialog.vala - -commit 2dd03b3ea8a50fc031c91f79df65b9d2a4d25b13 -Author: Jens Georg -Date: Fri Oct 21 17:39:09 2016 +0200 - - build: Disable misleading warnings caused by valac - - Signed-off-by: Jens Georg - -M common.am - -commit 8a93cf67b561815fa1f5cec88fcc65f392a4496c -Author: Jens Georg -Date: Wed Oct 19 21:55:14 2016 +0200 - - De-deprecate crop tool - - Signed-off-by: Jens Georg - -M configure.ac -M shotwell.am -M src/editing_tools/EditingTools.vala -A src/org.gnome.Shotwell.gresource.xml - -commit 2c91f2cf6017cd841c621fd10b6a5976623843b9 -Author: Jens Georg -Date: Sat Oct 1 17:27:34 2016 +0200 - - De-deprecate StraightenTool - - Signed-off-by: Jens Georg - -M src/editing_tools/StraightenTool.vala - -commit e1c1bafe21b84457b1c7242ee29c59071e4faad2 -Author: Jens Georg -Date: Sat Oct 1 17:18:44 2016 +0200 - - publishin-extra: Remove deprecations from Yandex - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing-extras/yandex_publish_model.ui - -commit 7cd7dc282e5f4affac450257a779bdf90b47623d -Author: Jens Georg -Date: Sat Oct 1 17:11:31 2016 +0200 - - publishing-extra: Remove deprecations from Tumblr - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/TumblrPublishing.vala -M plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui - -commit 2b13b39e6ed1e7da5e5eb19d4c28917c8bdca7b7 -Author: Jens Georg -Date: Sat Oct 1 17:07:17 2016 +0200 - - publishing-extra: Remove deprecations from Rajce - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/RajcePublishing.vala -M plugins/shotwell-publishing-extras/rajce_authentication_pane.ui - -commit ef0f0e77056ddf95cb2b239b1a5c1a6189b72a91 -Author: Jens Georg -Date: Sat Oct 1 16:49:23 2016 +0200 - - pubishing: Revamp Piwigo dialogs - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PiwigoPublishing.vala -M plugins/shotwell-publishing/piwigo_authentication_pane.ui -M plugins/shotwell-publishing/piwigo_publishing_options_pane.ui - -commit c3352e8dbee06d582c2b22f40fd629e0ff22f1c0 -Author: Marina Prado -Date: Mon Nov 14 08:48:57 2016 +0000 - - Update Spanish translation - -M po/es.po - -commit 7e1415a56094159709643685d7bb2e47108c9145 -Author: Piotr Drąg -Date: Sun Nov 13 14:33:10 2016 +0100 - - Update Polish translation - -M po/pl.po - -commit f01c6a9ca870fd4c1f5150e1c53cb47c817503e1 -Author: Marina Prado -Date: Fri Nov 11 12:44:40 2016 +0000 - - Update Spanish translation - -M po/es.po - -commit c8cacef72095daef28bc71945b7bd42ab40662ce -Author: Jens Georg -Date: Fri Nov 11 00:32:04 2016 +0100 - - Prevent dropping the index on evey start - - Signed-off-by: Jens Georg - -M src/db/PhotoTable.vala - -commit e969f1839544e7555f8f52d68f3279bffec33be7 -Author: Marek Cernocky -Date: Thu Nov 10 12:50:12 2016 +0100 - - Updated Czeach translation - -M po/cs.po - -commit b836f7f8f90c4a8ebf0365464306742f17f614ad -Author: Marina Prado -Date: Thu Nov 10 10:16:00 2016 +0000 - - Update Spanish translation - -M po/es.po - -commit e09cc440be5545515814e244fba1fa6aa5555cde -Author: Jens Georg -Date: Wed Nov 9 22:21:57 2016 +0100 - - Use ngettext for some plural forms - - Signed-off-by: Jens Georg - -M src/Resources.vala - -commit 55a29cabf8e46a0db6a66672a062e666d981a9be -Author: Jens Georg -Date: Wed Nov 9 21:48:26 2016 +0100 - - Remove uniqueness of PhotoTableMD5Format index - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=772223 - -M src/db/PhotoTable.vala - -commit a35867695dff4478a3c60087611cb90e5b7d8692 -Author: Baurzhan Muftakhidinov -Date: Wed Nov 9 09:20:17 2016 +0000 - - Update Kazakh translation - -M po/kk.po - -commit 098e84788934f41d216c49d58740af5c212b5697 -Author: Rūdolfs Mazurs -Date: Tue Nov 8 23:33:53 2016 +0200 - - Update Latvian translation - -M help/lv/lv.po - -commit ea3d4296160051b1c980cc5df131da6f6c80b1e1 -Author: Rūdolfs Mazurs -Date: Tue Nov 8 23:30:18 2016 +0200 - - Update Latvian translation - -M help/lv/lv.po -M po/lv.po - -commit 7a4d6d810dd54fce9cee905a10b60615494a922c -Author: Marek Černocký -Date: Tue Nov 8 08:15:11 2016 +0100 - - Updated Czech translation - -M po/cs.po - -commit d135612c2cc079253021b5c757ca386d7c706d31 -Author: Jens Georg -Date: Mon Nov 7 23:59:11 2016 +0100 - - Dist misc.vapi - - Signed-off-by: Jens Georg - -M Makefile.am - -commit d5c9ffb6e430ce641c657e390107311e105671f5 -Author: Damian Pietras -Date: Mon Nov 7 13:29:00 2016 +0000 - - thumbnailer: fix double close() - - A file descriptor used to communicate with the video thumbnailer - process is - closed twice. In case another thread allocates the same descriptor - number in - the meantime, the second close() actually closes a descriptor not - owned by the - thread. This causes crashes in most cases or unexpected behaviour. - - https://bugzilla.gnome.org/show_bug.cgi?id=774057 - -M src/VideoSupport.vala - -commit 22908394f043723c78f90a9143b04338108fca09 -Author: Marina Prado -Date: Mon Nov 7 10:29:36 2016 +0000 - - Update Spanish translation - -M po/es.po - -commit 4a325a09618a6f4f02067207a525fd54d3e04b99 -Author: Marina Prado -Date: Fri Nov 4 11:59:02 2016 +0000 - - Update Spanish translation - -M po/es.po - -commit bcdc5e49bc065e2e60449d6b4d50c15a04b85b57 -Author: Marina Prado -Date: Fri Nov 4 07:53:51 2016 +0000 - - Update Spanish translation - -M po/es.po - -commit c852ecce570cf5c261808539f8825cd0f72f27e4 -Author: Marina Prado -Date: Thu Nov 3 09:08:39 2016 +0000 - - Update Spanish translation - -M po/es.po - -commit bca67bfe286a1d67e19f82391f1bf4650a43e2bf -Author: Jens Georg -Date: Tue Nov 1 21:11:55 2016 +0100 - - Fix missing parameters in Tumblr publisher - - Fix by Jürg Billeter - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/TumblrPublishing.vala - -commit 2f4504d78d29ccb80145b596a25e6fefe5f9c656 -Author: Jens Georg -Date: Sat Oct 29 12:23:17 2016 +0200 - - common: Remove extra box around webview - - Signed-off-by: Jens Georg - -M plugins/common/WebAuthenticationPane.vala - -commit c941492caa504aae3c8a695f45d49c9a8c502b46 -Author: Jens Georg -Date: Sat Oct 29 02:09:36 2016 +0200 - - publishing: Fix resource dependencies - - Signed-off-by: Jens Georg - -M publish.am - -commit 8999db51f67aeab1507d182742adc689dfbd9bb1 -Author: Jens Georg -Date: Sat Oct 29 01:01:54 2016 +0200 - - Remove deprecated Soup API - - Signed-off-by: Jens Georg - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 6efc613556a6128c2e2a91bc5f528d183ad8710c -Author: Jens Georg -Date: Wed Oct 26 13:23:06 2016 +0200 - - Update debian - - - Add dependency to gcr3 - - Fix typo in rules file - - Bump gexiv2 requirements - - Signed-off-by: Jens Georg - -M debian/control -M debian/rules - -commit 65628886da590e2c290869d39b678fd6abe81673 -Author: Rūdolfs Mazurs -Date: Sun Oct 30 23:21:11 2016 +0200 - - Update Latvian translation - -M help/Makefile.am -A help/lv/figures/trash_process.png -A help/lv/lv.po - -commit a82f9cfc23aad68f953a5e3414349a3e12a124e2 -Author: Mario Blättermann -Date: Sun Oct 30 18:10:17 2016 +0000 - - Update German translation - -M po/de.po - -commit 8cc28654affe568f156bc74a20fb4959160ac872 -Author: Jens Georg -Date: Mon Oct 24 20:09:08 2016 +0200 - - Prepare 0.25.0 release - - Signed-off-by: Jens Georg - -M NEWS -M debian/changelog - -commit cec1eee8af5a79d2091c9b9b6bc26fab0593105d -Author: Jens Georg -Date: Mon Oct 24 21:07:33 2016 +0200 - - Distribute SSL ui panel - - Signed-off-by: Jens Georg - -M publish.am - -commit ece15b26e968e76a9165ba4fdacfcde5a425fc38 -Author: Jens Georg -Date: Sun Oct 16 22:20:14 2016 +0200 - - Enable SQL debugging through environment variable - - Signed-off-by: Jens Georg - -M src/db/DatabaseTable.vala - -commit 68d021e037a95e77cea4afdd850378f1c52cd36e -Author: Jens Georg -Date: Wed Oct 19 21:02:36 2016 +0200 - - Hide "Folder" sidebar when empty - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=719127 - -M src/folders/Branch.vala - -commit 1f07d737505a2c4ecc7c2ed0e415a9f8b9f4bd26 -Author: Jens Georg -Date: Tue Oct 18 22:28:33 2016 +0200 - - Blacklist vaapi decoder - - That makes things actually slow since it start-up isn't the best in - the world - and doesn't like to be triggered from multiple threads, causing - the abort. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=762416 - -M src/VideoSupport.vala -M thumbnailer/shotwell-video-thumbnailer.vala - -commit ec20147df422a340e7741586a193e50840bcb268 -Author: Rico Tzschichholz -Date: Tue Oct 18 10:40:54 2016 +0200 - - Remove superfluous parentheses - -M plugins/shotwell-transitions/CircleEffect.vala - -commit 156a835a878a89767414dd12421af73a06c77c92 -Author: Marek Černocký -Date: Sun Oct 16 22:01:01 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit 2db8881d70cd53fa2d26860a2598054798a06706 -Author: Gábor Kelemen -Date: Tue Oct 11 07:45:50 2016 +0000 - - Update Hungarian translation - -M po/hu.po - -commit be57cf35c101c8a3901d4a166e20cb2e1baa7fdb -Author: Jordi Mas -Date: Sun Oct 9 20:02:48 2016 +0200 - - Update Catalan translation - -M po/ca.po - -commit b7b9736c93ec86cc5d14ac7994b3ad18b10594b0 -Author: Jens Georg -Date: Sun Oct 9 18:53:48 2016 +0200 - - libraw.vapi: Remove member added by accident - - Signed-off-by: Jens Georg - -M vapi/libraw.vapi - -commit 0b56e8c667739120eba0eeee74cf7d2bbc4b5447 -Author: Jens Georg -Date: Sun Oct 9 18:42:17 2016 +0200 - - piwigo: Fix creation of new albums - - Boolean is hard, to many states. Regression introduced by - 9d2b698023366e95baddbb677118a50e27bd6e8e - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=772648 - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit b3debfb7bf14d01afb008a9debd28160a8100071 -Author: Jens Georg -Date: Sun Oct 9 18:25:12 2016 +0200 - - libraw.vapi: Improve thumbnail binding - - Signed-off-by: Jens Georg - -M vapi/libraw.vapi - -commit aade605b107272bd5a2c189f2dfec7f4ce6eb227 -Author: Jens Georg -Date: Sat Oct 8 21:41:43 2016 +0200 - - Fix typo in settings schema - - Signed-off-by: Jens Georg - -M misc/org.yorba.shotwell.gschema.xml - -commit 3d55565cd36130cd9a3fcfc49a925fa9d13a06b2 -Author: Piotr Drąg -Date: Sun Oct 9 08:55:32 2016 +0200 - - Update Polish translation - -M po/pl.po - -commit 91f0804130cb87aaf0cdfe1c58b2740c4748fedd -Author: Rico Tzschichholz -Date: Sat Oct 8 17:27:59 2016 +0200 - - photos: Fix build with vala git - - Default values must be at least as accessible as the methods which - require - them. - -M src/photos/PhotoMetadata.vala - -commit 826f2947caefe311006bc45e9420ed325002ad00 -Author: Jens Georg -Date: Sat Oct 8 16:50:36 2016 +0200 - - Port to new SoupSession API - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=767126 - -M configure.ac -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 2782abad7798f48a4c6c032eafba3f19bc829767 -Author: Jens Georg -Date: Sat Oct 1 00:26:26 2016 +0200 - - Make export dialog deprecated free - - Signed-off-by: Jens Georg - -M src/Dialogs.vala - -commit e3c78dc5689d2f02efa70871521b71efafcb319c -Author: Jens Georg -Date: Tue Oct 4 23:32:51 2016 +0200 - - Use GSettings default for export dialog - - Signed-off-by: Jens Georg - -M misc/org.yorba.shotwell.gschema.xml -M src/Dialogs.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala - -commit 8b95f0de193e63fc7e87d1121d3ef8b26dceb86c -Author: Jens Georg -Date: Tue Oct 4 22:33:14 2016 +0200 - - Persist export dialog settings - - Based on original patch by Jonas Bushart. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=716259 - -M misc/org.yorba.shotwell.gschema.xml -M src/Dialogs.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala - -commit 1b73d9e16be8a73193062507c01877a937b305fc -Author: Jens Georg -Date: Tue Oct 4 22:29:45 2016 +0200 - - Remove deprecated GSettings calls - - Signed-off-by: Jens Georg - -M common.am -M configure.ac -M src/config/GSettingsEngine.vala - -commit cb225f8db79e7b234447a37fc52e00f6e8a26903 -Author: Jens Georg -Date: Sat Oct 8 14:26:21 2016 +0200 - - Update git.mk - - Signed-off-by: Jens Georg - -M git.mk - -commit b2b95c292d5440812e5c92ee4869727e1dbf71d0 -Author: Rafael Fontenelle -Date: Thu Oct 6 11:47:55 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 8d823173ee9df9745c851556b7617e495c54a44d -Author: Jens Georg -Date: Tue Oct 4 21:35:38 2016 +0200 - - Remove old GTK+ work-around - - Signed-off-by: Jens Georg - -M src/Dialogs.vala - -commit ba8801a1e47d8e329b47db39678ebab6e02eef2a -Author: Marek Černocký -Date: Tue Oct 4 14:22:12 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit 58e1e1b744226654692a742064577c3452995d9b -Author: Gábor Kelemen -Date: Tue Oct 4 08:43:19 2016 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit 6afddeff92a119f5198c5c671e8431952bdd36ab -Author: Jens Georg -Date: Mon Oct 3 22:12:01 2016 +0200 - - piwigo: Prevent a critical - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit fbee9252109833a0d63311408b114a01273aced7 -Author: Piotr Drąg -Date: Mon Oct 3 15:19:08 2016 +0200 - - Update POTFILES.in - -M po/POTFILES.in - -commit 8560752d671dfa4991dbdba3a4b57afb356efcc5 -Author: Jens Georg -Date: Mon Oct 3 14:39:24 2016 +0200 - - piwigo: Add option to show the certificate - - So the user can inspect the certificate before proceeding - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=767473 - -M configure.ac -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/PiwigoPublishing.vala -M plugins/shotwell-publishing/piwigo_ssl_failure_pane.ui -M publish.am - -commit 9c2aa03dde6538800ab3916635444c343058f462 -Author: Jens Georg -Date: Sun Oct 2 19:41:48 2016 +0200 - - piwigo: Add option to override the SSL verification - - 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 -plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml -A plugins/shotwell-publishing/piwigo_ssl_failure_pane.ui - -commit 73007e5797dbcf4003d771ac0c4725989db513f1 -Author: Piotr Drąg -Date: Mon Oct 3 13:23:23 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 1a76ac6f4210c0f3707dcc5e719377279ad85ddb -Author: Piotr Drąg -Date: Mon Oct 3 13:21:13 2016 +0200 - - Remove one more instance of double spaces - -M src/Dialogs.vala - -commit b173946ec6ed21f6ec264b0e87dcdac8654e6c0c -Author: Gábor Kelemen -Date: Mon Oct 3 09:50:53 2016 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit ec738035daf4a7dd3373fd280a11f575a5985ec6 -Author: Marek Černocký -Date: Mon Oct 3 11:39:46 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit 7ee95d4059c6f4ec8b5ee1583a73864d8b412540 -Author: Piotr Drąg -Date: Sun Oct 2 18:17:47 2016 +0200 - - Remove double spaces from translatable strings - - https://bugzilla.gnome.org/show_bug.cgi?id=772339 - -M plugins/shotwell-publishing/FlickrPublishing.vala -M src/AppWindow.vala -M src/Dialogs.vala -M src/Exporter.vala -M src/camera/ImportPage.vala -M src/main.vala - -commit 3d2acfe4204629df7fe62098e2c1810949776dca -Author: Piotr Drąg -Date: Sun Oct 2 18:12:57 2016 +0200 - - Fix spelling of "YouTube" - - https://bugzilla.gnome.org/show_bug.cgi?id=772339 - -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 96a2343b3673c25fb398972cf1036ced664e3162 -Author: Piotr Drąg -Date: Sun Oct 2 18:11:51 2016 +0200 - - Fix spelling of "log in" - - "Log in" is the verb, "login" is the noun. - - https://bugzilla.gnome.org/show_bug.cgi?id=772339 - -M plugins/shotwell-publishing-extras/RajcePublishing.vala -M plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui -M plugins/shotwell-publishing-extras/rajce_authentication_pane.ui -M plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/piwigo_authentication_pane.ui -M ui/shotwell.ui - -commit 7c0ad89676d662965388080f61d61359fd65fe35 -Author: Piotr Drąg -Date: Sun Oct 2 18:05:33 2016 +0200 - - Use Unicode in translatable strings - - See https://developer.gnome.org/hig/stable/typography.html - - https://bugzilla.gnome.org/show_bug.cgi?id=772339 - -M misc/org.yorba.shotwell.gschema.xml -M misc/shotwell.appdata.xml.in -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/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 -M src/AppWindow.vala -M src/Commands.vala -M src/Dialogs.vala -M src/MediaPage.vala -M src/Printing.vala -M src/Resources.vala -M src/camera/ImportPage.vala -M src/data_imports/DataImportsPluginHost.vala -M src/editing_tools/EditingTools.vala -M src/main.vala -M src/publishing/PublishingPluginHost.vala - -commit 9d2cf3536841ac0334c2ae6226fa3ed708a5b82b -Author: Piotr Drąg -Date: Sun Oct 2 13:15:26 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 63f541a70fa8cee7b2e4e5db1f14951175aa9e42 -Author: Gábor Kelemen -Date: Sun Oct 2 08:07:14 2016 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit 71f3951a5c9263b73e579435e7d738776679ba2f -Author: Jens Georg -Date: Sat Oct 1 18:16:14 2016 +0200 - - Introduce common class for WebKit authenticator - - This was implemented/copied three times... - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=772295 - -M Makefile.am -M plugins/common/RESTSupport.vala -A plugins/common/WebAuthenticationPane.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 5270d097485c7ca2f4729adc598d381c85491988 -Author: Jens Georg -Date: Sat Oct 1 17:50:10 2016 +0200 - - build: Silence some C warnings - - Signed-off-by: Jens Georg - -M Makefile.am -M common.am - -commit cbb516968f97762cc3e80cc47a7a4904e8062772 -Author: Jens Georg -Date: Sat Oct 1 16:11:55 2016 +0200 - - Remove deprecated call from util/image.vala - - Signed-off-by: Jens Georg - -M src/util/image.vala - -commit 389e23b763a851a93cb6b2b8e4bd0165e754d7c5 -Author: Rico Tzschichholz -Date: Fri Sep 30 18:58:54 2016 +0200 - - Fix non-matching generic types of inferface implementations - -M src/Tag.vala - -commit c5b028b808a0f35344872677a0bcd1ae2b625a5d -Author: Daniel Mustieles -Date: Fri Sep 30 10:19:59 2016 +0000 - - Updated Spanish translation - -M po/es.po - -commit 9dae1046df856f922419e57048d87ad878979f41 -Author: Mario Blättermann -Date: Fri Sep 30 07:05:07 2016 +0000 - - Updated German translation - -M po/de.po - -commit 87dfca02f666fb9e903dd8cdcc3fd6ac98111841 -Author: Marek Černocký -Date: Fri Sep 30 07:40:58 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit 5f569b1bcf3c387243e3f63326413a7d7f572bad -Author: Jens Georg -Date: Thu Sep 29 23:06:43 2016 +0200 - - Fix copy-paste error - - Signed-off-by: Jens Georg - -M src/photos/PhotoMetadata.vala - -commit cb79cb4e5681a5069fb66e655b747cece133a004 -Author: Jens Georg -Date: Thu Sep 29 13:12:38 2016 +0200 - - Replace ... with … - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=765149 - -M src/AppWindow.vala -M src/Dialogs.vala -M src/Printing.vala -M src/Resources.vala -M src/camera/ImportPage.vala -M src/direct/DirectPhotoPage.vala -M src/library/ImportQueuePage.vala -M src/library/LibraryWindow.vala -M src/library/OfflinePage.vala -M src/main.vala -M src/plugins/Plugins.vala -M src/publishing/PublishingUI.vala -M src/searches/Branch.vala -M src/sidebar/Tree.vala -M src/tags/HierarchicalTagUtilities.vala -M ui/direct.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/trash.ui - -commit 515e311ca1f0bcef525e5beee7075a4474b87676 -Author: Jens Georg -Date: Thu Sep 29 08:55:48 2016 +0200 - - Bump gexiv2 requirement to 0.10.4 - - Necessary for a bugfix required for proper ACDSEE tag support - - Signed-off-by: Jens Georg - -M configure.ac - -commit 9218b13bd7ef86e8f3f7de7e98b6ac64f6dd162a -Author: Jens Georg -Date: Tue Sep 20 21:19:31 2016 +0200 - - Support acdsee tags - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=718586 - -M shotwell.am -M src/photos/PhotoMetadata.vala -A vapi/misc.vapi - -commit 912cd8b707bf4fbe91c99314bd17fa928da23cf2 -Author: Jens Georg -Date: Wed Sep 28 23:32:01 2016 +0200 - - Remove warning about obsolete style property - - Signed-off-by: Jens Georg - -M src/Resources.vala - -commit d821a4a49f357005bab6c71f0fb7116491d2bf96 -Author: Jens Georg -Date: Wed Sep 28 23:11:32 2016 +0200 - - Fix focus handling of fullscreen viewer - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=771969 - -M src/AppWindow.vala - -commit f343d9a359e2924e2498c7287222f79e3e2d867c -Author: Jens Georg -Date: Sat Sep 17 08:33:23 2016 +0200 - - Fix side-casting issues in generics handling - - Signed-off-by: Jens Georg - -M src/MediaDataRepresentation.vala -M src/MediaMonitor.vala -M src/PhotoPage.vala -M src/Tag.vala -M src/core/ContainerSourceCollection.vala -M src/core/ViewCollection.vala - -commit bddc2ea7151c81e8979b3342fc89921600d4b45d -Author: Mario Blättermann -Date: Sun Sep 25 17:16:35 2016 +0000 - - Updated German translation - (cherry picked from commit 230a0b28eb7b0a671ac549e85329beefddbc06eb) - -M help/de/de.po - -commit 3a25208a2aa69a347a0d8a915dd8b8dd6c72614f -Author: Piotr Drąg -Date: Sat Sep 24 22:20:06 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 968da8e0998ff561d29d6e8324461779618725ad -Author: Benedikt M. Thoma -Date: Fri Sep 23 17:11:56 2016 +0000 - - Updated German translation - -M po/de.po - -commit 4e2911b6fa27b272552ea9f5d39ed85c55461010 -Author: Rafael Fontenelle -Date: Fri Sep 23 00:35:09 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 3c9f707f29e5cee407603ef9128e843e35d42969 -Author: Rafael Fontenelle -Date: Fri Sep 23 00:32:10 2016 +0000 - - Updated Brazilian Portuguese translation - (cherry picked from commit f4b68102e46f3fa896438db753b39f4b413107bb) - -M po/pt_BR.po - -commit c056c251eb469e70d488c013b46b2a8f7875f038 -Author: Balázs Meskó -Date: Thu Sep 22 18:26:05 2016 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit 0ebdf12e12fc12899e72db4b59edf8d65d0e0e23 -Author: Jordi Mas -Date: Thu Sep 22 19:55:58 2016 +0200 - - Fix in Catalan translation - -M po/ca.po - -commit 270f26ce715c1f178fd707e7a648ad4433ee87cc -Author: Jens Georg -Date: Wed Sep 21 21:44:42 2016 +0200 - - Fix mixup when clicking Reset - - Signed-off-by: Jens Georg - -M src/editing_tools/EditingTools.vala - -commit 15bf3742ff2fd23605713d092d3d961fee58ab72 -Author: Marek Černocký -Date: Wed Sep 21 21:35:44 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit dbe7eed4fe3e088319903385e0a07ed46154f512 -Author: Jens Georg -Date: Wed Sep 21 21:00:47 2016 +0200 - - Add debug output of shotwell's current timezone - - Support debugging of date/time related issues - - Signed-off-by: Jens Georg - -M src/main.vala - -commit 0046657c9f16706231be2194ed3d085ccb543c05 -Author: Jens Georg -Date: Wed Sep 21 20:56:07 2016 +0200 - - Add debug log when shifting events - - This is to better be able to determine whether the event duplication - reported - in several bugs is happening due to event shifting - - Signed-off-by: Jens Georg - -M src/Event.vala - -commit 36d0265618b504d1c1d6187bf04709dd60d0a9ce -Author: Josh Freeman -Date: Sun Jul 3 20:44:04 2016 +0200 - - Add contrast adjustments to settings - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=716660 - -M src/ColorTransformation.vala -M src/editing_tools/EditingTools.vala - -commit bb1fa45a0de8cffda51363db0b6d5b4bbaf3592d -Author: Jens Georg -Date: Tue Sep 20 21:10:15 2016 +0200 - - Post-release version bump - - Signed-off-by: Jens Georg - -M configure.ac - -commit b6d70e14df54f4cf39f050682271f5cdd7b52aa8 -Author: Anders Jonsson -Date: Wed Sep 21 11:26:55 2016 +0000 - - Updated Swedish translation - -M help/sv/sv.po - -commit c6d5fe9bb77d97c534f8239c6331dc1f41df324b -Author: Jens Georg -Date: Tue Sep 20 21:02:10 2016 +0200 - - Prepare Shotwell 0.24 - - Signed-off-by: Jens Georg - -M NEWS -M configure.ac - -commit 2d300134b66139f3dc18577bedf83266a3e0b13c -Author: Jens Georg -Date: Sun Sep 18 20:02:34 2016 +0200 - - Fix leak while scrolling - - Signed-off-by: Jens Georg - -M src/core/DataObject.vala - -commit 14b8ae055f24b81b802ec83fcd2487c03a17630f -Author: Bernd Homuth -Date: Mon Sep 19 15:00:09 2016 +0000 - - Updated German translation - (cherry picked from commit 728b17e779c2c27941ecfa74037beb1025f85fe6) - -M po/de.po - -commit 611ccd55e58b40ab6a4a718a154ea0d001d8e433 -Author: Marek Černocký -Date: Mon Sep 19 08:50:33 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit c569aec6cd42816b39c81c0da65c5e8790915bd5 -Author: Christian Kirbach -Date: Sun Sep 18 19:11:29 2016 +0000 - - Updated German translation - (cherry picked from commit 0f346cc9cc410ede68f8b8d6abe113792f87a3e1) - -M po/de.po - -commit 998f2217574d2afbbe54cd17e473eb6b511adc1b -Author: Daniel Mustieles -Date: Tue Sep 13 20:25:15 2016 +0200 - - Updated Spanish translation - -M po/es.po - -commit 15e7e747cddb9f38631a3f8f658d7201c3c7969a -Author: Marek Černocký -Date: Tue Sep 13 11:17:45 2016 +0200 - - Updated Czech translation - -M help/cs/cs.po - -commit 5890d3a28c65c6cd1b5f045553db189b4dd515b8 -Author: Jens Georg -Date: Mon Aug 29 21:34:31 2016 +0200 - - Prepare 0.23.7 - - Signed-off-by: Jens Georg - -M NEWS -M configure.ac -M debian/changelog - -commit ac1a7e199a839938afd995b619a8e6390e0f18a1 -Author: Piotr Drąg -Date: Sat Sep 10 19:14:36 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 5877c476006587906d1ea8e08b0ce9a873da02da -Author: Marek Černocký -Date: Sun Sep 4 10:45:58 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit 8d4610d44b4a3e8caf161ef7dd2b35a70ffa5712 -Author: Marek Černocký -Date: Sun Sep 4 10:42:50 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit da24ba3195f6a8bf0953c5126a96aa27aa553239 -Author: Мирослав Николић -Date: Sat Sep 3 17:28:59 2016 +0200 - - Updated Serbian translation - -M po/sr.po -M po/sr@latin.po - -commit 54b9a8f3393b5dba6572ad97d8b9e307d24ad2e8 -Author: Boram Kim -Date: Sat Sep 3 12:59:02 2016 +0000 - - Updated Korean translation - -M po/ko.po - -commit 4b627b459d511e94f75150e5f573efea25643308 -Author: Balázs Úr -Date: Mon Aug 29 21:36:26 2016 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit 79dc5aab2b6eeb63654d593c841a7e477686eb77 -Author: Jens Georg -Date: Mon Aug 29 21:08:14 2016 +0200 - - Prepare 0.23.6 - - Signed-off-by: Jens Georg - -M NEWS - -commit 2b188c92f3863879680bd87dadd4306afe92853e -Author: Jens Georg -Date: Sun Aug 28 23:12:18 2016 +0200 - - Revert accidental Gtk.Alignment changes - - Signed-off-by: Jens Georg - -M src/Dialogs.vala - -commit e622ff00005d2f8208a634e610f46b8dad19e340 -Author: Piotr Drąg -Date: Sun Aug 28 14:18:48 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 015e91e2d630619589ba80a5a45dd6d485f6cdcb -Author: Jens Georg -Date: Sat Aug 27 15:15:37 2016 +0200 - - Make thm a recognized extension for JPEG - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=759246 - -M src/Dialogs.vala -M src/photos/JfifSupport.vala - -commit 50988f92f8d4021b6245598f7cb55a16f928226c -Author: Jens Georg -Date: Fri Aug 26 23:24:18 2016 +0200 - - import: Improve messages on empty camera - - Tell the user that the camera is considered empty instead of stating - "Starting - import" forever. - - Also, improve wording on no files to import because "hide already - imported" is - active and no new files are available - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=718796 - -M src/camera/ImportPage.vala - -commit 901d0440b6f4b4f04ef9e888893e0999ec52e890 -Author: Jens Georg -Date: Fri Aug 26 22:23:50 2016 +0200 - - Fix rename tags/saved searches - - So that it is possible to right-click anywhere in the row and have the - text entry activated correctly instead of just working when clicking - on the - text itself. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=731480 - -M src/sidebar/Tree.vala - -commit ceffbe7129a91114611e134f666897669c0b3bcd -Author: Rūdolfs Mazurs -Date: Thu Aug 25 21:00:02 2016 +0300 - - Update Latvian translation - -M po/lv.po - -commit c3f68006d0211f88deff3a07afd13e72e3334030 -Author: Rūdolfs Mazurs -Date: Wed Aug 24 22:05:31 2016 +0300 - - Update Latvian translation - -M po/lv.po - -commit 937a2e1f326d4afed9f48b39cbdee4c196a01c0c -Author: Rūdolfs Mazurs -Date: Wed Aug 24 21:43:38 2016 +0300 - - Update Latvian translation - -M po/lv.po - -commit 52f070abda1afda26c8c269e61a89fbb20fec879 -Author: Christian Kirbach -Date: Tue Aug 23 18:49:13 2016 +0000 - - Updated German translation - -M help/de/de.po - -commit 28cd09c496da5c85804d68de16bc45869cf61eda -Author: Jens Georg -Date: Tue Aug 23 20:05:44 2016 +0200 - - Remove langinfo.vapi - - Was already contained in Posix vapi, missed that - - Signed-off-by: Jens Georg - -M Makefile.am -M shotwell.am -M src/Printing.vala -M src/Resources.vala -D vapi/langinfo.vapi - -commit 6ee5fcb96b1c799eebc09a65b9b30b37612bfdc1 -Author: Jens Georg -Date: Fri Aug 19 08:54:37 2016 +0200 - - Remove LConv in favor of langinfo - - Signed-off-by: Jens Georg - -M Makefile.am -M shotwell.am -M src/Printing.vala -D vapi/LConv.vapi - -commit 45dfd3402677d91d9efaea99f4fb6eb7a630c299 -Author: Jens Georg -Date: Tue Aug 16 21:02:34 2016 +0200 - - Sort out locale-dependent times - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=716533 - -M Makefile.am -M shotwell.am -M src/Resources.vala -A vapi/langinfo.vapi - -commit 5ab55d5b1b00a1879f19c68ba8831fed92793894 -Author: Jens Georg -Date: Tue Aug 16 12:43:12 2016 +0200 - - debian: Update - - - New Changelog - - Remove librest requirement - - Recommend desktop-file-utils - - Signed-off-by: Jens Georg - -M debian/changelog -M debian/control - -commit c531cf7afba01fb0ad1cabdd3fc1cc6f7a994a6e -Author: Balázs Úr -Date: Sat Aug 20 11:45:30 2016 +0000 - - Updated Hungarian translation - -M help/hu/hu.po - -commit 44456ead0265e3cbd07916ae730e7a76b33070e0 -Author: Mario Blättermann -Date: Thu Aug 18 20:06:06 2016 +0000 - - Updated German translation - -M help/de/de.po - -commit 150ceadb6bc68b2d19e646ba43bdcf916fa4325c -Author: Balázs Meskó -Date: Wed Aug 17 15:25:08 2016 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit 4950ba1bff31cca61740de4d0e3321d4c880591b -Author: Piotr Drąg -Date: Tue Aug 16 09:35:41 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit dde70c9f059d5a3f023effaa49e0a461d5b0efe3 -Author: Jens Georg -Date: Mon Aug 15 20:49:58 2016 +0200 - - Post-release version bump - - Signed-off-by: Jens Georg - -M configure.ac - -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 - -commit 09e4622b111d7def1a039dab1e69e0063e1e2ac1 -Author: Jens Georg -Date: Wed Jul 20 19:56:05 2016 +0200 - - Prepare 0.23.4 - - Signed-off-by: Jens Georg - -M NEWS - -commit f90efa308c0b8e7c5e241b0eacaa55ecd80f865d -Author: Jens Georg -Date: Wed Jul 20 19:54:35 2016 +0200 - - Link common library against plugin dependencies - - Signed-off-by: Jens Georg - -M Makefile.am - -commit 1803e74f8a90b13aecc2f70114a0bca565304fea -Author: Daniel Mustieles -Date: Wed Jul 20 10:37:36 2016 +0000 - - Updated Spanish translation - -M po/es.po - -commit e5aa53ac37f031ffdd66ebcca1cc548474ae8400 -Author: Daniel Mustieles -Date: Tue Jul 19 11:28:43 2016 +0000 - - Updated Spanish translation - -M po/es.po - -commit 1102a7ec65295605537354bbc607c81c31e8fcb9 -Author: Jens Georg -Date: Mon Jul 18 22:26:44 2016 +0200 - - Post-release version bump - - Signed-off-by: Jens Georg - -M configure.ac - -commit 06ca7688ec221da20f321798b289b8d86bddf8b9 -Author: Jens Georg -Date: Mon Jul 18 21:04:56 2016 +0200 - - Prepare 0.23.3 - - Signed-off-by: Jens Georg - -M Makefile.am -M NEWS - -commit 1a24435b8d23f180d92ca957a86542badb699908 -Author: Jens Georg -Date: Mon Jul 18 19:51:14 2016 +0200 - - Update git.mk use - - Signed-off-by: Jens Georg - -D .gitignore -M Makefile.am -M app-icons/Makefile.am -M help/Makefile.am -M icons/Makefile.am -M misc/Makefile.am -D test/.gitignore -M ui/Makefile.am - -commit 4be27a585842eb7a1c91670c37c08582d2117f10 -Author: Jens Georg -Date: Fri Jul 15 20:11:05 2016 +0200 - - i18n: Extract comments - - Signed-off-by: Jens Georg - -M po/Makevars - -commit 91796a5d914937b967c553cdd819d5aa67312a5b -Author: Piotr Drąg -Date: Fri Jul 15 12:34:31 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 99898a5cf36689ee499ae0428c4b471fd9ed911a -Author: Rafael Fontenelle -Date: Wed Jul 13 22:15:22 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 6941dff10c6704753b3728b05ffb17a081d48bbf -Author: Jens Georg -Date: Wed Jul 13 21:49:08 2016 +0200 - - page: Make empty filter result message more clear - - Instead of the "No photos/videos found" use "No photos/videos - found which - match the current filter" to make clear that it's because of the - current - filter settings - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=719122 - -M src/Page.vala - -commit 60188949d8446896782f200801fdd7ceeb3ef7b2 -Author: Rafael Fontenelle -Date: Tue Jul 12 16:00:11 2016 +0000 - - Updated Brazilian Portuguese translation - -M help/pt_BR/pt_BR.po - -commit e20f0128680ce2d872821fac0d85525b07b9ced7 -Author: Rafael Fontenelle -Date: Tue Jul 12 15:53:58 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 90d24e0badb68007433e2d29ba7a82315aa42caf -Author: Jens Georg -Date: Sun Jul 10 15:31:47 2016 +0200 - - i18n: Use dpgettext2 for strings marked with NC_ - - Signed-off-by: Jens Georg - -M src/Commands.vala -M src/Dialogs.vala -M src/SearchFilter.vala - -commit 1eb0bda52970a86e751cb1789d1205f350538c65 -Author: Jens Georg -Date: Sun Jul 10 14:47:49 2016 +0200 - - i18n: Add C_ to vala keywords - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=744255 - -M po/Makevars - -commit bd7a1964184dd219c742503f7969bf6f806e39a6 -Author: Jens Georg -Date: Sun Jul 10 14:07:39 2016 +0200 - - build: Fix out-of-tree build - - Signed-off-by: Jens Georg - -M import.am -M publish-extra.am -M publish.am -M shotwell.am -M transition.am - -commit ab1da26c95bb0aafac637b81a1368a5d743dbcbc -Author: Lorenz Adam Damara -Date: Sun Jul 10 08:25:14 2016 +0000 - - Updated Indonesian translation - -M po/id.po - -commit 39677ce320ed4048db77d7ae270d8b37e00c181b -Author: Tiago Santos -Date: Sat Jul 9 05:59:12 2016 +0000 - - Updated Portuguese translation - -M po/pt.po - -commit 417aecadbcb8d0ce0ff34f20d13774f538efe5c0 -Author: Rico Tzschichholz -Date: Fri Jul 8 09:43:47 2016 +0200 - - Fix compile warnings with vala git - -M plugins/shotwell-data-imports/FSpotImporter.vala -M plugins/shotwell-data-imports/FSpotMetaTable.vala -M plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala -M plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala -M plugins/shotwell-data-imports/FSpotPhotosTable.vala -M plugins/shotwell-data-imports/FSpotRollsTable.vala -M plugins/shotwell-data-imports/FSpotTagsTable.vala -M plugins/shotwell-publishing-extras/GalleryConnector.vala -M plugins/shotwell-publishing/PiwigoPublishing.vala -M src/Box.vala -M src/db/Db.vala -M src/plugins/PublishingInterfaces.vala - -commit 8073b6efc597f32c6dd323c38b5d401c7af52da5 -Author: Piotr Drąg -Date: Wed Jul 6 21:32:18 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit cf6e2f1ed0d06d4f6f975963b6817eec67fce1f7 -Author: Jens Georg -Date: Tue Jul 5 19:49:30 2016 +0200 - - Update debian - - Signed-off-by: Jens Georg - -M debian/changelog - -commit 21ef4cbb03d3ebac5f70cf368d80c2d851a91892 -Author: Jens Georg -Date: Mon Jul 4 21:38:11 2016 +0200 - - i18n: Unset XGETTEXT_OPTIONS. Default for Vala is fine - - Signed-off-by: Jens Georg - -M po/Makevars - -commit e2ff74c3403f77164704532dec554a88224f03a5 -Author: Jens Georg -Date: Mon Jul 4 21:15:45 2016 +0200 - - i18n: Fix Builder file extraction - - Signed-off-by: Jens Georg - -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 -R098 -plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade -plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui -R098 -plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade -plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui -R098 plugins/shotwell-publishing-extras/rajce_authentication_pane.glade -plugins/shotwell-publishing-extras/rajce_authentication_pane.ui -R098 -plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade -plugins/shotwell-publishing-extras/rajce_publishing_options_pane.ui -R098 -plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade -plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui -R099 -plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade -plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui -R100 plugins/shotwell-publishing-extras/yandex_publish_model.glade -plugins/shotwell-publishing-extras/yandex_publish_model.ui -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 -R099 plugins/shotwell-publishing/facebook_publishing_options_pane.glade -plugins/shotwell-publishing/facebook_publishing_options_pane.ui -R100 plugins/shotwell-publishing/flickr_pin_entry_pane.glade -plugins/shotwell-publishing/flickr_pin_entry_pane.ui -R099 plugins/shotwell-publishing/flickr_publishing_options_pane.glade -plugins/shotwell-publishing/flickr_publishing_options_pane.ui -R100 plugins/shotwell-publishing/picasa_publishing_options_pane.glade -plugins/shotwell-publishing/picasa_publishing_options_pane.ui -R099 plugins/shotwell-publishing/piwigo_authentication_pane.glade -plugins/shotwell-publishing/piwigo_authentication_pane.ui -R100 plugins/shotwell-publishing/piwigo_publishing_options_pane.glade -plugins/shotwell-publishing/piwigo_publishing_options_pane.ui -R100 plugins/shotwell-publishing/youtube_publishing_options_pane.glade -plugins/shotwell-publishing/youtube_publishing_options_pane.ui -M po/POTFILES.in -M publish-extra.am -M publish.am -M src/AppWindow.vala -M src/Dialogs.vala -M ui/Makefile.am -R100 ui/set_background_dialog.glade ui/set_background_dialog.ui -R100 ui/set_background_slideshow_dialog.glade -ui/set_background_slideshow_dialog.ui -R100 ui/shotwell.glade ui/shotwell.ui - -commit db02aaf77cf1538e81f4f0ca168517d8eb7e2585 -Author: Jens Georg -Date: Sun Jul 3 19:05:10 2016 +0200 - - build: Don't distribute C files - - Signed-off-by: Jens Georg - -M Makefile.am - -commit 4e60fa58611e9fe9bf280623dca844c003c1e274 -Author: Jens Georg -Date: Sun Jul 3 12:18:19 2016 +0200 - - i18n: Disambiguate "Edit Title" - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=744251 - -M src/Dialogs.vala -M src/Resources.vala - -commit b28a8032780184abedb39ba851d43ce1fe949c69 -Author: Jens Georg -Date: Sun Jul 3 12:03:01 2016 +0200 - - i18n: Remove obsolete string - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=744254 - -M src/Resources.vala - -commit 80eb7957dc86b19f1b977ba810e7cc8a3f57514d -Author: Jens Georg -Date: Sun Jul 3 11:50:30 2016 +0200 - - i18n: Disambiguate string "Add Tags" - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=744255 - -M src/Resources.vala - -commit ed492f7e595e00995e46122ee472790bd7533e8e -Author: Daniel Mustieles -Date: Mon Jul 4 12:39:02 2016 +0000 - - Updated Spanish translation - -M help/es/es.po - -commit 37408a403b01eafdc37636cd70224b53832be83f -Author: Daniel Mustieles -Date: Mon Jul 4 07:20:34 2016 +0000 - - Updated Spanish translation - -M help/es/es.po - -commit a795d48a82d66a806d95292bc23645f1c80ada84 -Author: Piotr Drąg -Date: Mon Jul 4 03:43:23 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 45c68b8b54ab9ecbd65c6c2cd728b2d1853fb497 -Author: Dušan Kazik -Date: Sun Jul 3 07:37:00 2016 +0000 - - Updated Slovak translation - -M po/sk.po - -commit 4b346a1f0429ac7d2ecf1b791a68b6296ac772d4 -Author: Rafael Fontenelle -Date: Sun Jul 3 07:14:00 2016 +0000 - - Updated Brazilian Portuguese translation - -M help/pt_BR/pt_BR.po - -commit 785cde356782e8621f12fcde590d7742c4cc584a -Author: Rafael Fontenelle -Date: Sun Jul 3 07:11:37 2016 +0000 - - Updated Brazilian Portuguese translation - -M help/pt_BR/pt_BR.po - -commit 66a0f4e8ba3fc31cf74231e9e203ac4af699bd83 -Author: Piotr Drąg -Date: Sat Jul 2 21:03:32 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 23acea3f088b02e623db66433272101ff1ab5c2d -Author: Jens Georg -Date: Sat Jul 2 07:37:15 2016 +0200 - - Revert "i18n: Remove desktop files from POTFILES.in" - - Apparently, it just works nevertheless. - - https://bugzilla.gnome.org/show_bug.cgi?id=740873 - - This reverts commit 4ceb025a7721f3e31affe692f4cf545dd33d8a40. - -M po/POTFILES.in - -commit 40dbbeafbe528eb4bed8a2255db38ec50a9b5f9d -Author: Jeremy Bicha -Date: Sat Jun 25 21:33:51 2016 -0400 - - Use yelp-tools style help install directories - - https://wiki.gnome.org/Initiatives/GnomeGoals/NewDocumentationInfrastructure - - https://bugzilla.gnome.org/show_bug.cgi?id=719200 - -M src/Dialogs.vala -M src/Resources.vala - -commit 4ceb025a7721f3e31affe692f4cf545dd33d8a40 -Author: Jens Georg -Date: Sat Jul 2 01:22:45 2016 +0200 - - i18n: Remove desktop files from POTFILES.in - - They were missing on purpose as they make xgettext call fail with - weird errors - (https://mail.gnome.org/archives/gnome-i18n/2016-June/msg00063.html) - - Signed-off-by: Jens Georg - -M po/POTFILES.in - -commit 310e538290fa16cab84be46ca6d5737cb4bbcfd6 -Author: Jens Georg -Date: Sat Jul 2 01:20:20 2016 +0200 - - build: Fix parallel build - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=768054 - -M Makefile.am - -commit 72fad07b7a540a5fa51f0d73bd1ecd081d17886e -Author: Piotr Drąg -Date: Sat Jul 2 00:59:28 2016 +0200 - - Add translator comments to .desktop files - -M misc/shotwell-viewer.desktop.in.in -M misc/shotwell.desktop.in.in - -commit 725baf221689da4896726e97cc55b8dfa7002a9b -Author: Piotr Drąg -Date: Sat Jul 2 00:48:04 2016 +0200 - - Updated POTFILES.in and POTFILES.skip - -M po/POTFILES.in -M po/POTFILES.skip - -commit 55119a001758726f0327c41183f7193bf04687b7 -Author: Jens Georg -Date: Sat Jul 2 00:27:13 2016 +0200 - - build: Update version - - https://bugzilla.gnome.org/show_bug.cgi?id=768054 - https://bugzilla.gnome.org/show_bug.cgi?id=717064 - - Signed-off-by: Jens Georg - -M configure.ac - -commit 4895248bce479af8ca40ce9a8a996aca7b35448e -Author: Jens Georg -Date: Sat Jul 2 00:26:51 2016 +0200 - - build: Add unity to configure output - - Signed-off-by: Jens Georg - -M configure.ac - -commit e2b5870567d78aa849bd674dc4f48a29e4d28f93 -Author: Jens Georg -Date: Sat Jul 2 00:26:31 2016 +0200 - - build: Remove check for unused programs - - Signed-off-by: Jens Georg - -M configure.ac - -commit cc25448f4bb449630690e0597b8837a1ab264973 -Author: Jens Georg -Date: Sat Jul 2 00:22:29 2016 +0200 - - build: Always install manpage - - https://bugzilla.gnome.org/show_bug.cgi?id=715578 - - Signed-off-by: Jens Georg - -M help/Makefile.am -R100 debian/shotwell.1 help/shotwell.1 - -commit bab8fdc0c1b5179ac67d8b999e076c3284459bf2 -Author: Jens Georg -Date: Sat Jul 2 00:07:15 2016 +0200 - - build: Remove obsolete Makefiles - - Signed-off-by: Jens Georg - -D plugins/Makefile.plugin.mk -D plugins/plugins.mk -D src/camera/mk/camera.mk -D src/config/mk/config.mk -D src/core/mk/core.mk -D src/data_imports/mk/data_imports.mk -D src/db/mk/db.mk -D src/direct/mk/direct.mk -D src/editing_tools/mk/editing_tools.mk -D src/events/mk/events.mk -D src/folders/mk/folders.mk -D src/library/mk/library.mk -D src/photos/mk/photos.mk -D src/plugins/mk/interfaces.mk -D src/plugins/mk/plugins.mk -D src/publishing/mk/publishing.mk -D src/searches/mk/searches.mk -D src/sidebar/mk/sidebar.mk -D src/slideshow/mk/slideshow.mk -D src/tags/mk/tags.mk -D src/threads/mk/threads.mk -D src/unit/mk/unit.mk -D src/unit/rc/template.mk -D src/util/mk/util.mk -D unitize.mk -D units.mk - -commit afef2962eabd529a62532227983888b96e76257c -Author: Jens Georg -Date: Fri Jul 1 23:44:14 2016 +0200 - - build: Fix dist tarball - -M Makefile.am -M icons/Makefile.am -M import.am -M misc/Makefile.am -M publish-extra.am -M publish.am -M shotwell.am -M transition.am -M ui/Makefile.am - -commit 8c3eea4f2940daac36fbf85b4f0b270fefc96c62 -Author: Jens Georg -Date: Fri Jul 1 21:25:57 2016 +0200 - - appdata: Add tag and fix path - - Signed-off-by: Jens Georg - -M misc/Makefile.am -M misc/shotwell.appdata.xml.in - -commit 7f1f8f37f34e894cefcf7527796fe1717217b648 -Author: Jens Georg -Date: Fri Jul 1 21:15:19 2016 +0200 - - build: Remove unused Makefile from configure.ac - - Signed-off-by: Jens Georg - -M configure.ac - -commit 8b4f24eb3a9f7f1eac7083c9fb28a6e568217c2b -Author: Jens Georg -Date: Fri Jul 1 19:38:40 2016 +0200 - - i18n: Mark GSettings schema for translation - - https://bugzilla.gnome.org/show_bug.cgi?id=741508 - - Signed-off-by: Jens Georg - -M misc/org.yorba.shotwell-extras.gschema.xml -M misc/org.yorba.shotwell.gschema.xml -M po/POTFILES.in - -commit dcfd4c671cdb5f3d58bfd2f9886feb8f4c911d41 -Author: Jens Georg -Date: Thu Jun 30 22:23:55 2016 +0200 - - build: Add missing COMMON_VALAFLAGS - - Signed-off-by: Jens Georg - -M Makefile.am - -commit 092a951acc6398f0b527b7c1cd97ce831f9751fc -Author: Jens Georg -Date: Thu Jun 30 22:23:37 2016 +0200 - - build: Fix makefile generation - - Signed-off-by: Jens Georg - -M common.am -M configure.ac - -commit 444a9056c38d1b906d4f3f453dd06880e31d0e6e -Author: Jens Georg -Date: Wed Jun 29 22:09:33 2016 +0200 - - Mark appdata for translation - - https://bugzilla.gnome.org/show_bug.cgi?id=730669 - - Signed-off-by: Jens Georg - -M misc/Makefile.am -D misc/shotwell.appdata.xml -A misc/shotwell.appdata.xml.in -M po/POTFILES.in - -commit bbd12caab53ad0f8c01f0767df870618f191f9f8 -Author: Jens Georg -Date: Wed Jun 29 21:28:09 2016 +0200 - - Update Makevars - - Signed-off-by: Jens Georg - -M po/Makevars - -commit 32880b1daee7f2913b2c7410d1298f066c2138b0 -Author: Jens Georg -Date: Wed Jun 29 19:27:20 2016 +0200 - - build: Remove obsolete files - -D chkver -D mkunit -D mkvala - -commit 96e768e62498a4b4b379a78afab146fee1b402a9 -Author: Jens Georg -Date: Wed Jun 29 19:25:04 2016 +0200 - - build: Add macros from autoconf archive - - Signed-off-by: Jens Georg - -M configure.ac -A m4/ax_check_enable_debug.m4 -A m4/ax_generate_changelog.m4 -A m4/ax_is_release.m4 -D m4/glib-gettext.m4 -D m4/intltool.m4 -A m4/yelp.m4 - -commit 3cac98d6ea794d50a4f9c5af3fa3a000e74cd920 -Author: Jens Georg -Date: Wed Jun 29 00:47:24 2016 +0200 - - Update .gitignore - - Signed-off-by: Jens Georg - -M .gitignore - -commit cb75b9b32a202ea8259ade233886098f3a507d20 -Author: Jens Georg -Date: Tue Jun 28 23:17:21 2016 +0200 - - build: Add settings migrator - - Signed-off-by: Jens Georg - -M Makefile.am -M thumbnailer.am - -commit 03b0df02cd947c8b6445ba4c20e47c76ddcad087 -Author: Jens Georg -Date: Tue Jun 28 23:11:42 2016 +0200 - - build: Install plugin data - - Signed-off-by: Jens Georg - -M import.am -M publish-extra.am -M publish.am -M transition.am - -commit 81d03f7e3f1855f772a540543a8f290baca38888 -Author: Jens Georg -Date: Tue Jun 28 23:11:25 2016 +0200 - - build: Align plugin names with old makefile - - Signed-off-by: Jens Georg - -M Makefile.am -M import.am -M publish-extra.am -M publish.am -M transition.am - -commit ffd4065d964a2fa76c149dbfa19333fdf1a8661c -Author: Jens Georg -Date: Tue Jun 28 22:49:17 2016 +0200 - - build: Hook up ui data - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac -A ui/Makefile.am - -commit 215a5d308449545497722c5b33b397b0e165f030 -Author: Jens Georg -Date: Tue Jun 28 22:41:28 2016 +0200 - - build: Hook up application image data - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac -A icons/Makefile.am - -commit 1382b1582e07728425ab9e76e2f383a9be42928d -Author: Jens Georg -Date: Tue Jun 28 22:35:08 2016 +0200 - - build: Hook up app icons - - Signed-off-by: Jens Georg - -M Makefile.am -A app-icons/Makefile.am -M configure.ac - -commit b993ec855063b8025eec776f920ea20c122b04d1 -Author: Jens Georg -Date: Tue Jun 28 22:25:47 2016 +0200 - - build: Hook up desktop files - - Signed-off-by: Jens Georg - -M misc/Makefile.am -R100 misc/shotwell-viewer.desktop.head -misc/shotwell-viewer.desktop.in.in -R100 misc/shotwell.desktop.head misc/shotwell.desktop.in.in - -commit bd060e0c7353503670e92d8f78ab541caca81019 -Author: Jens Georg -Date: Tue Jun 28 22:11:19 2016 +0200 - - build: Add appdata - - Signed-off-by: Jens Georg - -M configure.ac -M misc/Makefile.am - -commit 46992439dc4ee961ca924e007cdfba5a2ac2edcf -Author: Jens Georg -Date: Tue Jun 28 21:49:43 2016 +0200 - - build: Hook up help - - https://bugzilla.gnome.org/show_bug.cgi?id=719200 - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac -M help/Makefile.am - -commit 1225c80d23c58b6166b961309d721ef3cdfd7f22 -Author: Jens Georg -Date: Tue Jun 28 21:41:43 2016 +0200 - - build: Fix mo names - - Signed-off-by: Jens Georg - -M po/Makevars - -commit c243239cf5991d3914fee71227094abb94563885 -Author: Jens Georg -Date: Tue Jun 28 21:24:53 2016 +0200 - - build: Make plugins .so only - - Signed-off-by: Jens Georg - -M Makefile.am -M import.am -M publish-extra.am -M publish.am -M transition.am - -commit 861bd8fd5e84d1d3d6b0bd47b30a17909049b0c0 -Author: Jens Georg -Date: Tue Jun 28 21:01:47 2016 +0200 - - build: Add import plugins - - Signed-off-by: Jens Georg - -M .gitignore -M Makefile.am -A import.am - -commit efcb7a25a8b6173808e20ca20d15255401550039 -Author: Jens Georg -Date: Tue Jun 28 20:53:58 2016 +0200 - - build: Add transitions plugin - - Signed-off-by: Jens Georg - -M .gitignore -M Makefile.am -M publish.am -A transition.am - -commit 087e777031bf78e14f89aa3db8255fc55df0b66f -Author: Jens Georg -Date: Tue Jun 28 20:38:26 2016 +0200 - - build: Add publishing-extras - - Signed-off-by: Jens Georg - -M Makefile.am -A publish-extra.am -M publish.am - -commit 4a6a872127d500e204066f8db4df30be1f46693c -Author: Jens Georg -Date: Wed Jun 29 00:23:51 2016 +0200 - - build: Add publishing plugins - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac -A publish.am - -commit a316fe478bb2d3d440b9409431d34a19b72b1d3f -Author: Jens Georg -Date: Wed Jun 29 00:21:30 2016 +0200 - - build: Add libshotwell-plugin-common - - Signed-off-by: Jens Georg - -M Makefile.am - -commit 76164eb4e5cbfe955d1d75e22d1fd3d19e651bce -Author: Jens Georg -Date: Wed Jun 29 00:19:50 2016 +0200 - - build: Create plugin vapi - - Signed-off-by: Jens Georg - -M Makefile.am -M common.am -M shotwell.am - -commit ac2850c0916e4a64e8b8122e345576bf5a021a03 -Author: Jens Georg -Date: Wed Jun 29 00:13:05 2016 +0200 - - build: Add thumbnailer - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac -A thumbnailer.am - -commit 06412b14ad6aae01a5c597fc8419877f2ca2fa23 -Author: Jens Georg -Date: Wed Jun 29 00:12:31 2016 +0200 - - build: Move shotwell into include file - - Signed-off-by: Jens Georg - -M Makefile.am -A common.am -C088 Makefile.am shotwell.am - -commit 86c43eb21e0a9b875ebcb0f882b17513ef3601c2 -Author: Jens Georg -Date: Sun May 29 22:40:20 2016 +0200 - - build: Add gsettings support - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac -A misc/Makefile.am - -commit d1298035015adc85e8dfde8f2834d093d35188df -Author: Jens Georg -Date: Wed May 25 00:25:00 2016 +0200 - - build: Re-add support for unity - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac - -commit cdd332a344ddc0d7bfdefd4fdc41e35045ff8cb8 -Author: Jens Georg -Date: Tue May 24 23:46:42 2016 +0200 - - Add GIT version handling - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac - -commit 98ac807da23968f31d6f3a31040872909c14651d -Author: Jens Georg -Date: Tue May 24 23:44:28 2016 +0200 - - i18n: Add translations to build - - Signed-off-by: Jens Georg - -M Makefile.am -M po/POTFILES.in -M po/gu.po - -commit 08019a73742a99003d9f3915ae4088223105b6a1 -Author: Jens Georg -Date: Wed Jun 29 00:09:16 2016 +0200 - - build: Add shotwell binary - - Signed-off-by: Jens Georg - -M Makefile.am -M configure.ac - -commit 216b6a68d81de70ce000628aa913fefffa769d98 -Author: Jens Georg -Date: Wed Jun 29 00:06:25 2016 +0200 - - build: Add unit files - - Signed-off-by: Jens Georg - -A src/.unitize/_CameraInternals.vala -A src/.unitize/_ConfigInternals.vala -A src/.unitize/_CoreInternals.vala -A src/.unitize/_DataImportsInternals.vala -A src/.unitize/_DbInternals.vala -A src/.unitize/_DirectInternals.vala -A src/.unitize/_Direct_unitize_entry.vala -A src/.unitize/_EditingToolsInternals.vala -A src/.unitize/_EventsInternals.vala -A src/.unitize/_FoldersInternals.vala -A src/.unitize/_LibraryInternals.vala -A src/.unitize/_Library_unitize_entry.vala -A src/.unitize/_PhotosInternals.vala -A src/.unitize/_PluginsInternals.vala -A src/.unitize/_PublishingInternals.vala -A src/.unitize/_SearchesInternals.vala -A src/.unitize/_SidebarInternals.vala -A src/.unitize/_SlideshowInternals.vala -A src/.unitize/_TagsInternals.vala -A src/.unitize/_ThreadsInternals.vala -A src/.unitize/_UnitInternals.vala -A src/.unitize/_UtilInternals.vala - -commit 25c9a2360d2721c48ac8919c9cb2c2759a091a4b -Author: Jens Georg -Date: Tue May 24 21:40:21 2016 +0200 - - build: Autotools skeleton - - Signed-off-by: Jens Georg - -D Makefile -A Makefile.am -A autogen.sh -D configure -A configure.ac -A git.mk -A m4/Makefile.am -A m4/appstream-xml.m4 -A m4/ax_append_compile_flags.m4 -A m4/ax_append_flag.m4 -A m4/ax_check_compile_flag.m4 -A m4/ax_check_link_flag.m4 -A m4/ax_compiler_flags_cxxflags.m4 -A m4/ax_compiler_vendor.m4 -A m4/ax_cxx_compile_stdcxx_11.m4 -A m4/ax_require_defined.m4 -A m4/glib-gettext.m4 -A m4/gsettings.m4 -A m4/intltool.m4 -A m4/introspection.m4 -A m4/pkg.m4 -A m4/vala.m4 -A m4/vapigen.m4 -A po/Makevars -A src/Makefile.am - -commit 3ddd7ec0daee52345beb091dd70f30fffef0f512 -Author: Jens Georg -Date: Sun Jun 26 10:47:36 2016 +0200 - - db: Add compile option to trace SQL statements - - Signed-off-by: Jens Georg - -M src/db/DatabaseTable.vala - -commit bbaa32f5950a2ad41a15d70c9eade1b64c7f6e01 -Author: Jens Georg -Date: Sun Jun 26 09:50:45 2016 +0200 - - Update screenshot urls in appdata - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=730665 - -M misc/shotwell.appdata.xml - -commit 98a7e42ac2fa9c293aecc5a7b199ace85b4638af -Author: Jens Georg -Date: Sat Jun 25 20:09:49 2016 +0200 - - graw: Prevent array duplication when parsing thumb from raw - - Signed-off-by: Jens Georg - -M src/photos/GRaw.vala - -commit 71de94d2aa1f622bd800fa41d3b3ca83aa51c833 -Author: Jens Georg -Date: Sat Jun 25 13:32:00 2016 +0200 - - libraw: Fix binding of ProcessedImage.data - - Signed-off-by: Jens Georg - -M vapi/libraw.vapi - -commit 51f3c7ae4ca596a504a61e24e91db6fb950f5e71 -Author: Christian Kirbach -Date: Sat Jun 25 19:15:37 2016 +0000 - - Updated German translation - -M help/de/de.po - -commit f85e9a77df1f01cbea15511887ac7386bd9fccdd -Author: Christian Kirbach -Date: Fri Jun 24 20:54:35 2016 +0000 - - Updated German translation - (cherry picked from commit c897949d811bc06fbe675ac382eeea332db75e32) - -M po/de.po - -commit 7ff3258be56fe9e29df2528f4905ac1c6899a6ab -Author: Andreas Brauchli -Date: Sat Jun 4 11:09:08 2016 +0200 - - interfaces.mk: fix failure to remove non-existing files - -M src/plugins/mk/interfaces.mk - -commit 7109eb996fc8d63f28564c9e9ab7e8822d6b0c68 -Author: Stas Solovey -Date: Tue Jun 21 08:19:19 2016 +0000 - - Updated Russian translation - -M po/ru.po - -commit b900a89508203422e361757cc96179c5ea52c9d0 -Author: Jens Georg -Date: Mon Jun 20 20:58:36 2016 +0200 - - Prepare 0.23.2 - - Signed-off-by: Jens Georg - -M Makefile -M NEWS - -commit 3f79b95bcfd568c2258c850c940b38669fbdd073 -Author: Jens Georg -Date: Mon Jun 20 20:51:48 2016 +0200 - - Fix make dist - - Signed-off-by: Jens Georg - -M plugins/Makefile.plugin.mk -M plugins/common/Makefile - -commit 10fcb55552cb55accaa2c529beb494d1e31e730c -Author: Jens Georg -Date: Sun Jun 19 19:30:51 2016 +0200 - - plugins: Remove symbol multiplication - - RESTSupport was included twice, resorces 4 times, defining all symbols - multiple times - not that good. - - Solved by compiling RESTSupport and Resources into a shared library - - Signed-off-by: Jens Georg - -M Makefile -M plugins/Makefile.plugin.mk -A plugins/common/Makefile -M plugins/common/RESTSupport.vala -M plugins/plugins.mk -M plugins/shotwell-data-imports/Makefile -M plugins/shotwell-publishing-extras/Makefile -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-transitions/Makefile - -commit 5d78018671617ca28e8904aaad0ebae840bff9cd -Author: Abel 'Akronix' Serrano Juste -Date: Mon May 30 23:24:33 2016 +0200 - - Flagged label and rating label are now part of the buttons. - - https://bugzilla.gnome.org/show_bug.cgi?id=767042 - -M src/SearchFilter.vala - -commit 4f16bbc561fdedb20b22e62d56a2575b8d362331 -Author: Christian Kirbach -Date: Tue Jun 14 20:12:45 2016 +0000 - - Updated German translation - (cherry picked from commit 157cda6f4ed2615182ffaec0f227774bcd104ed4) - -M po/de.po - -commit d618ca579a0ff16925dc5c65b3927c51a4e7da0a -Author: Andika Triwidada -Date: Mon Jun 13 10:24:24 2016 +0000 - - Updated Indonesian translation - (cherry picked from commit 7db3db3baef487f992efed47c3b7fe3cc9b8be19) - -M po/id.po - -commit 79ea398faf71d0aa12b8b7e24e90a1a6b062cc1a -Author: Jens Georg -Date: Sun Jun 12 18:40:03 2016 +0200 - - plugins: Small refactor - - Signed-off-by: Jens Georg - -M plugins/common/RESTSupport.vala - -commit 4f7bdcbac984bb4021afc36318b4a63afe56507f -Author: Jens Georg -Date: Sun Jun 12 17:53:03 2016 +0200 - - Remove libgee work-around, bump min version to 0.10 - - Signed-off-by: Jens Georg - -M Makefile -M plugins/common/RESTSupport.vala - -commit 42b72ea953c2a7f02088d8644ee42c25ebac7b0a -Author: Jens Georg -Date: Sun Jun 12 17:47:17 2016 +0200 - - racje: Fix issue introduced by cleanup - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/RajcePublishing.vala - -commit 9d2b698023366e95baddbb677118a50e27bd6e8e -Author: Jens Georg -Date: Fri Jun 10 00:32:19 2016 +0200 - - publishing: Remove reuse of string util functions - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing-extras/Makefile -M plugins/shotwell-publishing-extras/RajcePublishing.vala -M plugins/shotwell-publishing-extras/TumblrPublishing.vala -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit be9c9303d9307ae1724d7396bcbd31ae3fe4e1b4 -Author: Jens Georg -Date: Fri Jun 10 00:18:58 2016 +0200 - - piwigo: Let libsoup do the cookie parsing - - Signed-off-by: Jens Georg - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit 6574f70c7414bd342a8b0129a2a6ca9c82bceba3 -Author: Mario Blättermann -Date: Sat Jun 11 13:13:16 2016 +0000 - - Updated German translation - -M po/de.po - -commit de274d5180f7e12f46419e0598b13753d91a2249 -Author: Marek Černocký -Date: Fri Jun 10 16:35:17 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit 6d21f5fb94edff156ff61bbc7ba8dc131aa97bc8 -Author: Jens Georg -Date: Sun Jun 5 11:23:02 2016 +0200 - - help: Remove +x on image - - Signed-off-by: Jens Georg - -M help/C/figures/crop_thirds.jpg - -commit e04f7ff9d40b65ed43d45741966fd2e72f76df78 -Author: Jens Georg -Date: Sun Jun 5 11:09:51 2016 +0200 - - help: Update logo - - Signed-off-by: Jens Georg - -M help/C/figures/shotwell_logo.png - -commit aeb8059c632b25396727d4c0789e017bbf65be8d -Author: Jens Georg -Date: Sun Jun 5 10:58:14 2016 +0200 - - data: Add icon source - - Signed-off-by: Jens Georg - -A app-icons/shotwell-source.svg - -commit b8f97e7c460425792d1376b5d26c751a912da5ae -Author: Jens Georg -Date: Sun Jun 5 10:40:53 2016 +0200 - - help: Add note regarding publishing permissions - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=766919 - -M help/C/share-upload.page - -commit 066e39afc75a4494f7e6a267cef74f84b0a73e54 -Author: Piotr Drąg -Date: Sat Jun 4 17:05:44 2016 +0200 - - Updated POTFILES.in - -M po/POTFILES.in - -commit 951840ff06efa0c0ecef2581a266886bc4604f24 -Author: Jens Georg -Date: Sat Jun 4 16:30:38 2016 +0200 - - facebook: Request popup login - - As suggested by Facebook developer popup during login. Actually - looks a lot - nicer that using page. - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 54bd00ea1e6b622cb7e84c68775d72a70980d9c7 -Author: Jens Georg -Date: Sat Jun 4 15:10:13 2016 +0200 - - import-plugin: Move common files into plugin - - Signed-off-by: Jens Georg - -M plugins/shotwell-data-imports/Makefile -R095 plugins/common/SqliteSupport.vala -plugins/shotwell-data-imports/SqliteSupport.vala -R098 plugins/common/VersionNumber.vala -plugins/shotwell-data-imports/VersionNumber.vala - -commit 74a6708717a68c706b683d8ee02888d3bea87569 -Author: Dušan Kazik -Date: Sat Jun 4 08:12:16 2016 +0000 - - Updated Slovak translation - -M po/sk.po - -commit 0ddee1cb2c13278a5354dd702f2519cef30b005e -Author: Jens Georg -Date: Wed Jun 1 22:19:50 2016 +0200 - - Remove external hmac_sha1 - - Instead of relying on librest leaking the hmac_sha1 symbol, port the - implementation of librest to Vala - - Signed-off-by: Jens Georg - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing-extras/TumblrPublishing.vala - -commit 98ce28cd80288a38ed98a29f6dfa6f2f8b008942 -Author: Jens Georg -Date: Wed Jun 1 21:14:55 2016 +0200 - - Replace external function with vapi - - The function was available in vala since 0.12 - - Signed-off-by: Jens Georg - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit ff472345c522d156b27eeb76347e47cb07099a0b -Author: Anders Jonsson -Date: Tue May 31 18:49:16 2016 +0000 - - Updated Swedish translation - -M po/sv.po - -commit 0c0fa510440f7b3d55ef32bc5c18bb49f1292cf0 -Author: Enrico Nicoletto -Date: Mon May 30 20:24:14 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 9e17e5767f186154066daba0b142a94b92fbfcc6 -Author: Daniel Mustieles -Date: Mon May 30 19:21:58 2016 +0200 - - Updated Spanish translation - -M po/es.po - -commit c716ee604ee0a075444389d031dcab162451948b -Author: Jens Georg -Date: Sun May 29 22:27:27 2016 +0200 - - Update URLs in manpage - - Signed-off-by: Jens Georg - -M debian/shotwell.1 - -commit 4a70d87baeb993c015611f71af39bdc77893ae08 -Author: Jens Georg -Date: Sun May 29 22:01:11 2016 +0200 - - Delay size_request in CheckerboardLayout - - If we do a size_request with height = 0, the size_request in - do_reflow does - not lead to a re-allocation. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=766864 - -M src/CheckerboardLayout.vala - -commit 29fb0f56216d9e9aa99bf5f94c5b37c774031a59 -Author: Wolfgang Steitz -Date: Mon May 23 20:45:00 2016 +0000 - - Port GtkNotebook to GtkStack - - https://bugzilla.gnome.org/show_bug.cgi?id=744289 - -M src/library/LibraryWindow.vala - -commit 7361b3f909106bfecf01e3ea950984f7dcbf84bf -Author: Jens Georg -Date: Wed May 25 22:57:07 2016 +0200 - - Fix background color drawing - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=766864 - -M src/CheckerboardLayout.vala - -commit 3ee6c32d465eb3fb1e5c209a7f3e689d655d601c -Author: Jens Georg -Date: Tue May 24 22:17:11 2016 +0200 - - Remove gphoto 2.4 support - - GPhoto 2.5 was released 2012. Time to remove 2.4 - - Signed-off-by: Jens Georg - -M Makefile -M configure -M src/camera/CameraTable.vala -M src/camera/GPhoto.vala -D vapi/gphoto-2.4/libgphoto2.vapi -R100 vapi/gphoto-2.5/libgphoto2.vapi vapi/libgphoto2.vapi - -commit ea5c5058299a45eedeb311c25ed66f88d0fa7eb4 -Author: Jens Georg -Date: Tue May 24 19:41:29 2016 +0200 - - Use yelp-build to generate HTML docs - - Signed-off-by: Jens Georg - -M Makefile -M help/C/Makefile - -commit f85a4b069b6fcad277ea9e89d87e2ab346087e4f -Author: Jens Georg -Date: Tue May 24 19:21:57 2016 +0200 - - Update debian - - Signed-off-by: Jens Georg - -M debian/changelog - -commit 116410ec7110c697c98478dbeeadff65842ce2e3 -Author: Jens Georg -Date: Mon May 23 20:57:13 2016 +0200 - - Prepare Shotwell 0.23.1 - - Signed-off-by: Jens Georg - -M Makefile -M NEWS - -commit 732228a25e83991074187d649eaff64f39515670 -Author: Piotr Drąg -Date: Sun May 22 12:47:28 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 3266b6cef8dae6675a06edbb311ce73f386aaee9 -Author: Jens Georg -Date: Sat May 21 22:53:56 2016 +0200 - - Remove criticals when showing fullscreen - - Signed-off-by: Jens Georg - -M src/Page.vala - -commit 1910f06c867424df7c9254f7ac4eed9432e976ea -Author: Jens Georg -Date: Sat May 21 22:41:41 2016 +0200 - - Make toolbar a GtkOverlay instead of a popup - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=756126 - -M src/AppWindow.vala - -commit 5ff76741fd6c29952b7d94343e3e160d1ecc693a -Author: Jens Georg -Date: Sat May 21 22:27:48 2016 +0200 - - Revert "Hide toolbar when switching away from fullscreen" - - Unfortunately, this makes the toolbar diappear when selecting a tool - - This reverts commit 61941ad671534d15d5474460a8cd13cdae6b48c2. - -M src/AppWindow.vala - -commit 61941ad671534d15d5474460a8cd13cdae6b48c2 -Author: Jens Georg -Date: Sat May 21 21:19:40 2016 +0200 - - Hide toolbar when switching away from fullscreen - - Don't have hit hover around over other windows - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=756126 - -M src/AppWindow.vala - -commit 7695f742b2225d99136de2e01dac926fe4cc80c2 -Author: Jens Georg -Date: Sat May 21 18:07:43 2016 +0200 - - Panic out if we cannot open the initial file - -M src/direct/DirectPhotoPage.vala - -commit 93b29785f4a307dd05554192436126efa8542556 -Author: Jens Georg -Date: Sat May 21 16:38:09 2016 +0200 - - Remove deprecated call to render_icon - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=719188 - -M src/PhotoPage.vala -M src/camera/ImportPage.vala -M src/util/image.vala - -commit 2ad28a6987b1904b02dc9c1e0e414d2bc594a60c -Author: Jens Georg -Date: Sat May 21 16:36:56 2016 +0200 - - Fix issue with get_metadata returning null - - In DirectPhoto, do not assume that get_metadata() will succeed - (it is actually - declared nullable). Prevents several criticals later on - -M src/direct/DirectPhoto.vala - -commit 66568e94c9162cb82e97c5e0e2e21ca1a6d80cd9 -Author: Jens Georg -Date: Sat May 21 16:33:49 2016 +0200 - - Push empty pixbuf to force repaint of viewer - - Otherwise the message that the photo isn't available will never - be painted - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=766338 - -M src/PhotoPage.vala - -commit e74f1ba305195266a7fdf3d3623bb9d3c9e015a3 -Author: Jens Georg -Date: Sat May 21 15:14:00 2016 +0200 - - build: Fix find in Makefile - - Signed-off-by: Jens Georg - -M Makefile - -commit fdd4126e84760290bffe4c8b0a54a95dcd9e7c42 -Author: Dušan Kazik -Date: Sat May 21 08:44:22 2016 +0000 - - Updated Slovak translation - -M po/sk.po - -commit 43187b315b85d75c23dcb2b655e24cdc20ee4cde -Author: Baurzhan Muftakhidinov -Date: Tue May 17 10:46:22 2016 +0000 - - Updated Kazakh translation - -M po/kk.po - -commit aa3f39e86465842abd7a68aee71f7baa5c35cee5 -Author: Jens Georg -Date: Mon May 16 21:21:00 2016 +0200 - - When moving .gnome2, don't bail out needlessly - - Just ignore errors - - Signed-off-by: Jens Georg - -M src/AppDirs.vala - -commit 13c5537a2efb4bd9b57027a721b73daa755be334 -Author: Jens Georg -Date: Mon May 16 21:20:06 2016 +0200 - - Update icons - - https://bugzilla.gnome.org/show_bug.cgi?id=717326 - - Signed-off-by: Jens Georg - -M Makefile -A app-icons/16x16/apps/shotwell.png -A app-icons/22x22/apps/shotwell.png -A app-icons/24x24/apps/shotwell.png -A app-icons/256x256/apps/shotwell.png -A app-icons/32x32/apps/shotwell.png -A app-icons/48x48/apps/shotwell.png -A app-icons/symbolic/apps/shotwell-symbolic.svg -A icons/shotwell-16.png -D icons/shotwell-16.svg -D icons/shotwell-24.svg -D icons/shotwell.ico -A icons/shotwell.png -D icons/shotwell.svg -M src/AppWindow.vala -M src/Dialogs.vala -M src/Resources.vala - -commit 8b3029e0476df8025e97191f9ec6b5e192482889 -Author: Jens Georg -Date: Sun May 15 21:12:37 2016 +0200 - - Use XDG_DATA_HOME instead of deprecated .gnome2 - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=766339 - -M src/AppDirs.vala - -commit 61f502c3975d67765f34f53bc3080754cb51a1d1 -Author: Jens Georg -Date: Mon May 9 22:50:41 2016 +0200 - - Do not block viewer if we could not open photo - - If for some reason shotwell was started as a viewer and could not - access the - photo (seems to happen e.g. on DAV shares mounted through gvfs), - do not block - the close button because we mark the file as non-closable due to - parameter - checking fail: - - V 4243 2016-05-09 22:47:00 [CRT] - direct_photo_page_check_ok_to_close_photo: - assertion 'IS_PHOTO (photo)' failed - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=740436 - -M src/direct/DirectPhotoPage.vala - -commit 60e02e33bfe0511d21bde9462488bd6a784596e0 -Author: Rafael Fontenelle -Date: Sat May 7 00:44:47 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 5684f9bfa3cbb19b8ec8f248501d272647438ada -Author: Piotr Drąg -Date: Sat May 7 00:32:50 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit 19ccd5c41c4e1bad1df4834d0c75f6018f570f99 -Author: Adam Dingle -Date: Fri May 6 11:10:26 2016 -0400 - - Transfer copyrights from Yorba to Software Freedom Conservancy - -M INSTALL -M README -M chkver -M configure -M debian/copyright -M help/C/Makefile -M misc/shotwell.appdata.xml -M mkunit -M mkvala -M plugins/common/RESTSupport.vala -M plugins/common/Resources.vala -M plugins/common/SqliteSupport.vala -M plugins/common/VersionNumber.vala -M plugins/shotwell-data-imports/FSpotDatabase.vala -M plugins/shotwell-data-imports/FSpotDatabaseBehavior.vala -M plugins/shotwell-data-imports/FSpotDatabaseTable.vala -M plugins/shotwell-data-imports/FSpotImporter.vala -M plugins/shotwell-data-imports/FSpotMetaTable.vala -M plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala -M plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala -M plugins/shotwell-data-imports/FSpotPhotosTable.vala -M plugins/shotwell-data-imports/FSpotRollsTable.vala -M plugins/shotwell-data-imports/FSpotTableBehavior.vala -M plugins/shotwell-data-imports/FSpotTagsTable.vala -M plugins/shotwell-data-imports/shotwell-data-imports.vala -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -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 -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/BlindsEffect.vala -M plugins/shotwell-transitions/ChessEffect.vala -M plugins/shotwell-transitions/CircleEffect.vala -M plugins/shotwell-transitions/CirclesEffect.vala -M plugins/shotwell-transitions/ClockEffect.vala -M plugins/shotwell-transitions/CrumbleEffect.vala -M plugins/shotwell-transitions/FadeEffect.vala -M plugins/shotwell-transitions/SlideEffect.vala -M plugins/shotwell-transitions/SquaresEffect.vala -M plugins/shotwell-transitions/StripesEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M po/af.po -M po/ar.po -M po/as.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/bn_IN.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/eo.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/gu.po -M po/he.po -M po/hi.po -M po/hr.po -M po/hu.po -M po/ia.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/km.po -M po/kn.po -M po/ko.po -M po/ky.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/ml.po -M po/mr.po -M po/nb.po -M po/nl.po -M po/nn.po -M po/or.po -M po/pa.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sr@latin.po -M po/sv.po -M po/ta.po -M po/te.po -M po/th.po -M po/tr.po -M po/uk.po -M po/vi.po -M po/zh_CN.po -M po/zh_HK.po -M po/zh_TW.po -M samples/simple-plugin/README -M samples/simple-plugin/simple-plugin.vala -M settings-migrator/shotwell-settings-migrator -M src/AppDirs.vala -M src/AppWindow.vala -M src/Application.vala -M src/BatchImport.vala -M src/Box.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/CommandManager.vala -M src/Commands.vala -M src/CustomComponents.vala -M src/Debug.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/Exporter.vala -M src/International.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/MediaDataRepresentation.vala -M src/MediaInterfaces.vala -M src/MediaMetadata.vala -M src/MediaMonitor.vala -M src/MediaPage.vala -M src/MediaViewTracker.vala -M src/MetadataWriter.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoMonitor.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Printing.vala -M src/Properties.vala -M src/Resources.vala -M src/Screensaver.vala -M src/SearchFilter.vala -M src/SlideshowPage.vala -M src/SortedList.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/TimedQueue.vala -M src/Tombstone.vala -M src/UnityProgressBar.vala -M src/Upgrades.vala -M src/VideoMetadata.vala -M src/VideoMonitor.vala -M src/VideoSupport.vala -M src/camera/Branch.vala -M src/camera/Camera.vala -M src/camera/CameraTable.vala -M src/camera/GPhoto.vala -M src/camera/ImportPage.vala -M src/config/Config.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/core/Alteration.vala -M src/core/ContainerSourceCollection.vala -M src/core/Core.vala -M src/core/DataCollection.vala -M src/core/DataObject.vala -M src/core/DataSet.vala -M src/core/DataSource.vala -M src/core/DataSourceTypes.vala -M src/core/DataView.vala -M src/core/DataViewTypes.vala -M src/core/DatabaseSourceCollection.vala -M src/core/SourceCollection.vala -M src/core/SourceHoldingTank.vala -M src/core/SourceInterfaces.vala -M src/core/Tracker.vala -M src/core/ViewCollection.vala -M src/core/util.vala -M src/data_imports/DataImportJob.vala -M src/data_imports/DataImportSource.vala -M src/data_imports/DataImports.vala -M src/data_imports/DataImportsPluginHost.vala -M src/data_imports/DataImportsUI.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/EventTable.vala -M src/db/PhotoTable.vala -M src/db/SavedSearchDBTable.vala -M src/db/TagTable.vala -M src/db/TombstoneTable.vala -M src/db/VersionTable.vala -M src/db/VideoTable.vala -M src/direct/Direct.vala -M src/direct/DirectPhoto.vala -M src/direct/DirectPhotoPage.vala -M src/direct/DirectView.vala -M src/direct/DirectWindow.vala -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala -M src/events/Branch.vala -M src/events/EventDirectoryItem.vala -M src/events/EventPage.vala -M src/events/Events.vala -M src/events/EventsDirectoryPage.vala -M src/folders/Branch.vala -M src/folders/Folders.vala -M src/folders/Page.vala -M src/library/Branch.vala -M src/library/FlaggedPage.vala -M src/library/FlaggedSidebarEntry.vala -M src/library/ImportQueuePage.vala -M src/library/ImportQueueSidebarEntry.vala -M src/library/LastImportPage.vala -M src/library/LastImportSidebarEntry.vala -M src/library/Library.vala -M src/library/LibraryWindow.vala -M src/library/OfflinePage.vala -M src/library/OfflineSidebarEntry.vala -M src/library/TrashPage.vala -M src/library/TrashSidebarEntry.vala -M src/main.vala -M src/photos/BmpSupport.vala -M src/photos/GRaw.vala -M src/photos/GdkSupport.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoFileAdapter.vala -M src/photos/PhotoFileFormat.vala -M src/photos/PhotoFileSniffer.vala -M src/photos/PhotoMetadata.vala -M src/photos/Photos.vala -M src/photos/PngSupport.vala -M src/photos/RawSupport.vala -M src/photos/TiffSupport.vala -M src/plugins/DataImportsInterfaces.vala -M src/plugins/ManifestWidget.vala -M src/plugins/Plugins.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/StandardHostInterface.vala -M src/plugins/TransitionsInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/Publishing.vala -M src/publishing/PublishingPluginHost.vala -M src/publishing/PublishingUI.vala -M src/searches/Branch.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SavedSearchPage.vala -M src/searches/SearchBoolean.vala -M src/searches/Searches.vala -M src/sidebar/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Sidebar.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala -M src/slideshow/Slideshow.vala -M src/slideshow/TransitionEffects.vala -M src/tags/Branch.vala -M src/tags/HierarchicalTagIndex.vala -M src/tags/HierarchicalTagUtilities.vala -M src/tags/TagPage.vala -M src/tags/Tags.vala -M src/threads/BackgroundJob.vala -M src/threads/Semaphore.vala -M src/threads/Threads.vala -M src/threads/Workers.vala -M src/unit/Unit.vala -M src/unit/rc/Unit.m4 -M src/unit/rc/UnitInternals.m4 -M src/unit/rc/template.vala -M src/unit/rc/unitize_entry.m4 -M src/util/KeyValueMap.vala -M src/util/Util.vala -M src/util/file.vala -M src/util/image.vala -M src/util/misc.vala -M src/util/string.vala -M src/util/system.vala -M src/util/ui.vala -M thumbnailer/shotwell-video-thumbnailer.vala -M vapi/LConv.vapi -M vapi/gphoto-2.4/libgphoto2.vapi -M vapi/gphoto-2.5/libgphoto2.vapi -M vapi/gphoto.h -M vapi/libexif.vapi -M vapi/libraw.vapi - -commit 5f60d0e709440b647db31e3d29bdec91b46dc919 -Author: Jens Georg -Date: Wed May 4 22:24:05 2016 +0200 - - Rework in-tree logic - - Instead of doing prefix magic, check whether there is a directory - called "ui" - next to the executable and assume we run in-tree. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=747374 - -M src/util/system.vala - -commit f5112881639ad10cbbe0738905d8c0e39d0512ee -Author: Tiago Santos -Date: Wed May 4 19:09:03 2016 +0000 - - Updated Portuguese translation - -M po/pt.po - -commit 3e7bf4b065144446e87d96006f537b009802e83a -Author: Rafael Fontenelle -Date: Tue May 3 18:35:46 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit c56ff54a0a86ec0588f936ce04c707e61a79dc7a -Author: Piotr Drąg -Date: Mon May 2 12:29:38 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit a93c3df4813d649e45819b625dc03aaf0179f266 -Author: Jens Georg -Date: Sun May 1 15:38:11 2016 +0200 - - Yorba => Shotwell in About dialog - - Signed-off-by: Jens Georg - -M src/AppWindow.vala - -commit 19b0722b6129bd976ea879fd683e94dee9c8d480 -Author: Balázs Meskó -Date: Sat Apr 30 12:44:50 2016 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit 1886512e64c2a46313585533a51ca34a857eb861 -Author: Jens Georg -Date: Fri Apr 29 20:59:23 2016 +0200 - - Relax assertion in Photo file monitor - - If the file is newly created, due to the way exiv2 does the metadata - writing (remove => rename due to windows limitations) and we do - not ask - GLib for the MOVE event, we receive a DELETE event for the temp file - that exiv2 creats. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=759403 - -M src/Photo.vala - -commit 956326efd82a91c2cbc980b2edb12232082e2ad8 -Author: Jens Georg -Date: Thu Apr 28 22:03:33 2016 +0200 - - Remove custom WEXISTATUS implementation - - Signed-off-by: Jens Georg - -M src/VideoSupport.vala -M src/util/system.vala - -commit ce9c8df241f5d72af8bd829f886afceeda171030 -Author: Jens Georg -Date: Thu Apr 28 21:22:06 2016 +0200 - - Remove obsolete vapis - - - ExtendedPosix - replaced by GLib.get_num_processors() - - unique-3.0 - unused, replaced with GApplication - - Signed-off-by: Jens Georg - -M Makefile -M src/BatchImport.vala -M src/threads/Workers.vala -M src/util/system.vala -D vapi/ExtendedPosix.vapi -D vapi/unique-3.0.deps -D vapi/unique-3.0.vapi - -commit bc2b5af6b3f5ea98d52f7ac1639fef5490688ef5 -Author: Jens Georg -Date: Thu Apr 28 20:55:54 2016 +0200 - - facebook: Update application id - - https://bugzilla.gnome.org/show_bug.cgi?id=748991 - - Signed-off-by: Jens Georg - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 1cc2326a740776699b6f418730878bd0f973bc76 -Author: Jens Georg -Date: Tue Apr 26 21:42:48 2016 +0200 - - icons: Remove exec flag from images - - Signed-off-by: Jens Georg - -M icons/filter-flagged.png -M icons/filter-videos.png -M icons/pin-toolbar.svg -M icons/slideshow-extension-point.png - -commit eefc1d093cdd6d21e84f6cdc9c281094a92a8ec9 -Author: Jens Georg -Date: Tue Apr 26 19:10:54 2016 +0200 - - debian: Update changelog - - Signed-off-by: Jens Georg - -M debian/changelog -M debian/control - -commit d6665fcc18b66ce56daafb360c0bd92230b6f26a -Author: Daniel Mustieles -Date: Thu Apr 28 19:18:05 2016 +0200 - - Updated Spanish translation - -M po/es.po - -commit 79c429ae394b9eb29bd102eeff75c013d691a560 -Author: Jens Georg -Date: Mon Apr 25 22:46:38 2016 +0200 - - Prepare Shotwell 0.23.0 - - Signed-off-by: Jens Georg - -M Makefile -M NEWS - -commit b33cacf717d3ee761d45ccc9f70d4eb798a55f76 -Author: Jens Georg -Date: Mon Apr 25 21:09:17 2016 +0200 - - data: Fix contradicting icon license - - The icon comes from the Breathe icon theme where it was supposed to be - cc-by-sa. Apparently there was some relicensing from cc-by-nc-sa - but the - clause was not removed. - - Signed-off-by: Jens Georg - - https://bugzilla.gnome.org/show_bug.cgi?id=757643 - -M icons/rejected.svg - -commit c48bf5d4231adbaff972cdc266b42aa1402912c7 -Author: Jens Georg -Date: Tue Apr 19 21:32:51 2016 +0200 - - build: Speed up parallel builds - - Plugins were compiled several times because make did not get the - dependencies - right. - - Signed-off-by: Jens Georg - -M plugins/Makefile.plugin.mk - -commit 423a70b1752c1fd4c8bccf492dc77faaf1f9647a -Author: Jens Georg -Date: Tue Apr 19 21:32:28 2016 +0200 - - build: Call pkg-config only once - - Signed-off-by: Jens Georg - -M Makefile -M plugins/Makefile.plugin.mk - -commit 52c0f36105d895ab02415056d96fa467a906fb34 -Author: Jens Georg -Date: Tue Apr 19 20:45:23 2016 +0200 - - build: Don't build plugins twice - - The .c files were compiled with vala once, then again with C compiler. - - Signed-off-by: Jens Georg - -M plugins/Makefile.plugin.mk - -commit be4fea099e99787d113ca38b3725d8e1df3e52b9 -Author: Mario Blättermann -Date: Mon Apr 18 18:01:08 2016 +0000 - - Updated German translation - -M po/de.po - -commit b2e21676e7710711dd634972b68a129c8af376e3 -Author: Cédric Valmary -Date: Mon Apr 18 17:07:20 2016 +0000 - - Added Occitan translation - -M po/LINGUAS -A po/oc.po - -commit 1cdf99c7ba95b0e23f81a58a4c4235eff1a8495a -Author: Jens Georg -Date: Sun Apr 17 18:53:04 2016 +0200 - - Use proper umask for creating directories - - https://bugzilla.gnome.org/show_bug.cgi?id=765182 - -M src/AppDirs.vala - -commit 72ee0a3d44425cf93d651ff3ee45c617aa284332 -Author: Piotr Drąg -Date: Sun Apr 17 15:27:37 2016 +0200 - - Updated Polish translation - -M po/pl.po - -commit c0b22f77bac3c0030ca0ba712b8dcd8842d8a2de -Author: Dušan Kazik -Date: Sat Apr 16 19:38:44 2016 +0000 - - Updated Slovak translation - -M po/sk.po - -commit be8faf6883401f0f916c135a22a5fa2106ae6a86 -Author: Marek Černocký -Date: Sat Apr 16 18:47:12 2016 +0200 - - Updated Czech translation - -M po/cs.po - -commit 339d8439b73dcbda31187a1c6797a2449a8b8f6e -Author: Marek Černocký -Date: Sat Apr 16 18:44:51 2016 +0200 - - Updated Czech translation - -M help/cs/cs.po -M po/cs.po - -commit ed6397c27094c113eb45ab08a0fcb5ad54859d91 -Author: Robert Ancell -Date: Tue May 26 18:24:10 2015 +1200 - - Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header - setting is not set - - https://bugzilla.gnome.org/show_bug.cgi?id=749874 - -M src/Dialogs.vala -M src/Properties.vala -M src/data_imports/DataImportsUI.vala -M src/publishing/PublishingUI.vala - -commit 1fc4f35ee3d156a90ca7add6accc694643dd2a65 -Author: Trinh Anh Ngoc -Date: Fri Apr 10 22:40:41 2015 +0700 - - Fix css - - https://bugzilla.gnome.org/show_bug.cgi?id=747637 - -M src/Resources.vala - -commit b0ea780baf21a60e9b0103a6c4242784da8a83a8 -Author: Rafael Fontenelle -Date: Sat Apr 16 11:18:09 2016 +0000 - - Updated Brazilian Portuguese translation - -M help/pt_BR/pt_BR.po - -commit cdc509a1dc4b51f5acace97617be0a8497781e0b -Author: Rafael Fontenelle -Date: Sat Apr 16 11:01:46 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 147428b45d32796354c4500f811e06e1922b102c -Author: Rafael Fontenelle -Date: Thu Apr 7 17:30:56 2016 -0300 - - Change "Date and Time" help's page filename to fit its content - - Shotwell's UI has "Adjust Date and Time", while this help page - made reference to "time and date" all over. Now that its content - is all standardized to "date and time", changing its filename - as well seems to make sense. - - https://bugzilla.gnome.org/show_bug.cgi?id=764800 - -R096 help/C/edit-time-date.page help/C/edit-date-time.page -M help/C/edit-nondestructive.page -M help/Makefile.am - -commit 810f08310fbad5da0c70f7ee4e5e78d5fd871fbd -Author: Rafael Fontenelle -Date: Thu Apr 7 17:10:27 2016 -0300 - - Add '' tag to option/item/button mentions - - The help files mentions option/item/button labels of Shotwell's UI - without the proper and mallard tags. This commit fix it. - - Target labels of this commit: - - organize-event: "Events" - organize-search: "+", "-" and "OK" - organize-tag: "Tags" - - https://bugzilla.gnome.org/show_bug.cgi?id=764800 - -M help/C/organize-event.page -M help/C/organize-search.page -M help/C/organize-tag.page - -commit 1c5a8ab880c603fc8987ae31c6e9c8777099c7ac -Author: Rafael Fontenelle -Date: Thu Apr 7 16:39:08 2016 -0300 - - Fixed mentions to UI's option/item/button labels - - Some Help pages had mentions of options/items/buttons, from - the Shotwell's UI, with typos or wrong reference. - This commit aims fixing small issues, but that could bother - the user. - - Summary of changes: - - edit-adjustments: Apply -> OK (button) - edit-crop: Apply -> Crop (button) - edit-straighten: OK -> Straighten (button) - edit-time-date: Added "..." to menu item and replaced all - "time and date" -> "date and time" to fit - UI's "Adjust Date and Time..." - - import-*, organize-*, share-*: - Added "..." to menu item - + organize-search: New Search > New Saved Search... - - https://bugzilla.gnome.org/show_bug.cgi?id=764800 - -M help/C/edit-adjustments.page -M help/C/edit-crop.page -M help/C/edit-straighten.page -M help/C/edit-time-date.page -M help/C/import-file.page -M help/C/import-memorycard.page -M help/C/organize-event.page -M help/C/organize-search.page -M help/C/organize-tag.page -M help/C/organize-title.page -M help/C/share-background.page -M help/C/share-export.page -M help/C/share-print.page - -commit 2fef7df701ae6e3238c3ad07139db57aa70f7ed2 -Author: Rafael Fontenelle -Date: Thu Apr 7 16:35:05 2016 -0300 - - Removed execution permissions of formats page - - formats.page had permissions "-rwxr-xr-x" (755), while others had - -rw-r--r-- (644). Changed that to be like other pages. - - https://bugzilla.gnome.org/show_bug.cgi?id=764800 - -M help/C/formats.page - -commit e895002448acdb5ab50bad670499b14b4cba7c87 -Author: Jens Georg -Date: Fri Apr 15 23:21:31 2016 +0200 - - Update .gitignore - -M .gitignore - -commit de1aae80b99a2e8da5260067f729d986be339c29 -Author: Jens Georg -Date: Fri Apr 15 23:19:14 2016 +0200 - - Do not use Posix.system() - -M src/db/DatabaseTable.vala -M src/main.vala - -commit 379e37a8c35a670d8d68f65d0500f19465ffb07c -Author: Jens Georg -Date: Fri Apr 15 22:31:05 2016 +0200 - - build: Remove some shell magic - - git rev-parse HEAD does the same - -M Makefile - -commit 16c681d8440432903096a2cd0d76a9a643d01a0e -Author: Jens Georg -Date: Fri Apr 15 22:09:44 2016 +0200 - - Make myself maintainer - -M shotwell.doap - -commit 417fbf1ed6858937837250a42be5769d9b8864ee -Author: Rafael Fontenelle -Date: Thu Apr 7 17:49:03 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 01786149a86b06db7ba9fd7b9d4576b8a411cde5 -Author: Felipe Braga -Date: Thu Apr 7 14:14:49 2016 -0300 - - Added Brazilian Portuguese translation for help files - -M help/Makefile.am -A help/pt_BR/pt_BR.po - -commit e140069f3e948434e87571bad3247ec51f595fe0 -Author: Rafael Fontenelle -Date: Thu Apr 7 16:54:02 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 9dad5e4aec8f06d1c49efc89d366cd9cae7ed4d7 -Author: Felipe Braga -Date: Wed Apr 6 22:47:48 2016 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 13c56bce7f1c59458e3102128eed6db8aaff7826 -Author: Claude Paroz -Date: Wed Mar 30 08:56:54 2016 +0200 - - Updated French translation - -M po/fr.po - -commit f517df67c1ea020c99b64db3a1c405bca7ed2009 -Author: Jordi Mas -Date: Thu Mar 24 22:56:32 2016 +0100 - - Fixes to Catalan translation - -M po/ca.po - -commit d242b5ec8d607ab82b829996aceb82ee555378e3 -Author: Muhammet Kara -Date: Sat Mar 19 12:52:39 2016 +0000 - - Updated Turkish translation - -M po/tr.po - -commit 563bb35b4e4f1f5f5af6820f42ff5cafc587515c -Author: Boram Kim -Date: Wed Mar 16 01:24:37 2016 +0000 - - Updated Korean translation - -M po/ko.po - -commit 03dd881b9d1ad792bebeb11198b6d9b606d2faf8 -Author: Mayela Miranda -Date: Thu Mar 10 10:53:15 2016 +0000 - - Updated Spanish translation - -M help/es/es.po - -commit 3eb8f8ffb8cf5defa24a5b5d39c666258ec3cc5b -Author: Mayela Miranda -Date: Wed Mar 9 08:19:25 2016 +0000 - - Updated Spanish translation - -M help/es/es.po - -commit d5c26b3dddf57f5bf9355f667bdca3445ac9ee96 -Author: Mayela Miranda -Date: Tue Mar 8 11:30:51 2016 +0000 - - Updated Spanish translation - -M help/es/es.po - -commit ebf739c60eb401d9df181a6072192cde88614a22 -Author: Mayela Miranda -Date: Wed Mar 2 07:32:58 2016 +0000 - - Updated Spanish translation - -M help/es/es.po - -commit f74ba7066bbeac01c0e9bee7c6ad204f4c3a1641 -Author: Kjartan Maraas -Date: Sun Feb 28 17:21:14 2016 +0100 - - Updated Norwegian bokmål translation from Rune Ringdal. - -M po/nb.po - -commit 4d08b6253b2f0648c4d4bb897f4866d15fb3a2d1 -Author: Kjartan Maraas -Date: Sun Feb 28 17:20:10 2016 +0100 - - Updated Norwegian bokmål translation from Rune Ringdal. - -M po/nb.po - -commit 045a93924803b013d93e5265aadfce77879d337c -Author: Anders Jonsson -Date: Thu Feb 18 10:46:13 2016 +0000 - - Updated Swedish translation - -M help/sv/sv.po - -commit bfebaa91945a9124a65efbe700f132f94cbdf615 -Author: Aurimas Černius -Date: Sun Jan 24 19:26:13 2016 +0200 - - Updated Lithuanian translation - -M po/lt.po - -commit f2fb1f7059e17b998a851626a7b076716020a7ac -Author: Мирослав Николић -Date: Sun Jan 3 22:11:16 2016 +0100 - - Updated Serbian translation - -M po/sr.po -M po/sr@latin.po - -commit b6aad5eb1af16acbb4ee4984e58dfeb08597923b -Author: Michael Catanzaro -Date: Fri Dec 4 18:08:54 2015 +0100 - - facebook: Don't disable XSS auditor - - This is a separate commit to make it possible to revert easily, as - I don't know why it was disabled. - - https://bugzilla.gnome.org/show_bug.cgi?id=751709 - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit f045b7a13cc1efbfa3054338d0edf569df51f4e7 -Author: Michael Catanzaro -Date: Fri Dec 4 17:34:17 2015 +0100 - - Have all soup sessions validate TLS certificates - - Note that this commit is *not* sufficient to fix certificate - verification - on its own. The port to WK2 is also required, else WebKit's soup - session - will not verify certificates. - - https://bugzilla.gnome.org/show_bug.cgi?id=751709 - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit a2844fbfeb23a0bf6b2489761ab5f51e15dc4efe -Author: Michael Catanzaro -Date: Fri Dec 4 17:33:43 2015 +0100 - - Don't pack webview into a scrolled window - - The scrollbar is drawn by WebKitWebView in WK2. - - https://bugzilla.gnome.org/show_bug.cgi?id=751709 - -M plugins/common/RESTSupport.vala - -commit 3ae27fc3f41ceb7820f365244e6ae6a4dc65fcaa -Author: Iain Lane -Date: Tue Jun 30 10:43:15 2015 +0100 - - Port to webkit2gtk-4.0 - - https://bugzilla.gnome.org/show_bug.cgi?id=751709 - -M Makefile -M debian/control -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing-extras/Makefile -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/Makefile -D vapi/webkitgtk-3.0.deps -D vapi/webkitgtk-3.0.vapi - -commit 18db35fbfd1f44182fe8194428c509bde90a6bec -Author: Christian Kirbach -Date: Mon Dec 7 19:58:20 2015 +0000 - - Updated German translation - -M help/de/de.po - -commit 3ffbf82cb4c3da7cea29bdb036dd1392e29415bd -Author: Pedro Albuquerque -Date: Tue Nov 17 08:00:28 2015 +0000 - - Updated Portuguese translation - -M po/pt.po - -commit 020fbc7c6ab289351423e316cbc825783ea9ce00 -Author: Aurimas Černius -Date: Tue Nov 3 21:23:25 2015 +0200 - - Updated Lithuanian translation - -M po/lt.po - -commit dc4beb8c6bd534e6763b0397e554946b0d4233d7 -Author: Jiri Grönroos -Date: Sun Oct 18 09:39:45 2015 +0000 - - Updated Finnish translation - -M po/fi.po - -commit 1e13a00ef38f4ca6e216f37a305b93cfbe65202d -Author: Balázs Meskó -Date: Sun Oct 11 17:49:07 2015 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit da21604830386a7c1f2b8d1f75a9d98719e5e5d1 -Author: Trần Ngọc Quân -Date: Tue Sep 29 15:06:04 2015 +0700 - - Updated Vietnamese translation - - Signed-off-by: Trần Ngọc Quân - -M po/vi.po - -commit fb93b79ba2165843f8eb35fdadb0d86cc0620683 -Author: Christian Kirbach -Date: Sat Sep 19 07:47:56 2015 +0000 - - Updated German translation - -M po/de.po - -commit 9d56fda7721afd11a4a22fc539b4401185db7cc0 -Author: Timo Jyrinki -Date: Thu Sep 10 18:51:05 2015 +0300 - - Finnish translation, fix time formats - -M po/fi.po - -commit e43b9d73fa6a90d39d61b83e05fec2866fddf606 -Author: Jiri Grönroos -Date: Thu Sep 10 18:49:28 2015 +0300 - - Finnish translation update - -M po/fi.po - -commit fc438c7220dcf915fdf8e54f7325d420e15e2002 -Author: Piotr Drąg -Date: Wed Sep 2 19:49:49 2015 +0200 - - Updated Polish translation - -M po/pl.po - -commit 51492b5faa0ea5549183bcdae1368d91935c1aef -Author: Yosef Or Boczko -Date: Sun Aug 30 11:35:22 2015 +0300 - - Updated Hebrew translation - -M po/he.po - -commit 6bd668604537f9d11bb7d4874e2fd5f77ed63db0 -Author: Josef Andersson -Date: Sun Jul 26 19:48:30 2015 +0200 - - Add Swedish help translation - -M help/Makefile.am -A help/sv/sv.po - -commit a82da07483ffbafa36441d10ee3d4012649a60ca -Author: Josef Andersson -Date: Wed Jul 22 19:31:02 2015 +0000 - - Updated Swedish translation - -M po/sv.po - -commit f8dfcbd4212a88daa97579f2c2d644c94cee7a63 -Author: Stas Solovey -Date: Wed Jul 15 20:39:17 2015 +0000 - - Updated Russian translation - -M po/ru.po - -commit 4236cdc203597155d7a673d5a47bf4f45c4af3a9 -Author: Daniel Mustieles -Date: Mon Jul 13 17:39:13 2015 +0200 - - Updated Spanish translation - -M po/es.po - -commit 3de1bd4b5e4c57087407d55c36ccf227cc71a7a6 -Author: Jordi Mas -Date: Tue May 26 21:42:04 2015 +0200 - - Fixes to Catalan translation - -M po/ca.po - -commit f88dab8eb7ddaeb9741a63e0b1cc17aa28edf558 -Author: Balázs Úr -Date: Fri May 22 08:41:54 2015 +0000 - - Updated Hungarian translation - -M help/hu/hu.po - -commit 671e27aec987ee8076acf9983434dac5185e4faf -Author: Gábor Kelemen -Date: Sat May 9 09:16:24 2015 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit b173e126be4e135b2d170a44764dcaf30516de38 -Author: Jordi Mas -Date: Thu Apr 30 20:27:43 2015 +0200 - - Fixes to Catalan translation - -M po/ca.po - -commit 6ec5ebfe0d7dbc963e49eec53a19f4a444aadf14 -Author: Rafael Ferreira -Date: Fri Apr 24 00:33:38 2015 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 8f15f971168f46b4a9d78d4491905ad99e132fe5 -Author: Jordi Mas -Date: Sat Apr 18 15:42:30 2015 +0200 - - Fixes to Catalan translation - -M po/ca.po - -commit 93671dcef35192e0a0c757cc5a6d8b8859fbfbea -Author: Dušan Kazik -Date: Fri Apr 10 10:59:11 2015 +0000 - - Updated Slovak translation - -M po/sk.po - -commit 2cbe54922e2c1dd5e81690b625ba7b111c5bf33c -Author: Marek Černocký -Date: Wed Apr 8 07:53:42 2015 +0200 - - Updated Czech translation - -M po/cs.po - -commit efc743f5cadf75052689fefbd11861460210f4c9 -Author: Piotr Drąg -Date: Sun Apr 5 22:05:00 2015 +0200 - - Updated Polish translation - -M po/pl.po - -commit f8fac1a6d26304f004ec4b3c59d267e3237e5257 -Author: Piotr Drąg -Date: Sun Apr 5 22:03:18 2015 +0200 - - Slightly improve new strings - -M src/AppDirs.vala - -commit 0c97e783bf4f7dd4b054f99c40db4f37dacc7d7b -Author: Wolfgang Steitz -Date: Fri Apr 3 15:53:30 2015 +0200 - - Fixed Crop Ribbon / Control not visible (#747201) - -M src/editing_tools/EditingTools.vala - -commit 66a2a49ad924dd4403f642103f8f324c60c6c3ef -Author: Wolfgang Steitz -Date: Fri Apr 3 10:21:15 2015 +0200 - - Fix crash during metadate update (#739917) - - In MetadataWriter, it is possible that several CommitJobs for one - photo are scheduled. If that happens, the callback will crash. This - commit fixes this, by only allowing one job per photo. Canceled jobs - are now kept in a separate list. - -M src/MetadataWriter.vala - -commit 1caa898c0a58291f1b47bac85c3bed9895d1d1af -Author: Wolfgang Steitz -Date: Tue Mar 31 19:50:05 2015 +0200 - - Fixed. Check .cache directory for read/write permissions (#737747) - -M src/AppDirs.vala - -commit f632865628a75416c3f2d280a4a04b3f3169f9a8 -Author: Dušan Kazik -Date: Wed Apr 1 18:28:09 2015 +0000 - - Updated Slovak translation - -M po/sk.po - -commit caef1f1187a3534cb729f3aab3fab08fc5ae975b -Author: Marek Černocký -Date: Wed Apr 1 10:39:29 2015 +0200 - - Udated Czech translation - -M po/cs.po - -commit 7408749d8514874a7b26962fdced2ab19e8d42ae -Author: Wolfgang Steitz -Date: Sat Mar 28 18:53:40 2015 +0100 - - Check .cache directory for read/write permissions (#737747) - -M src/AppDirs.vala - -commit a91a734442a00b4418f603adf36d896359ec0d1e -Author: Wolfgang Steitz -Date: Thu Mar 26 20:51:42 2015 +0100 - - Allow thinner minimum sidebar width (#718611) - -M src/library/LibraryWindow.vala - -commit fbcd7f2ddc99572587a765ba2b878083b15c3feb -Author: Jim Nelson -Date: Mon Mar 23 18:17:33 2015 -0700 - - Update to 0.22 - -M Makefile -M NEWS -M debian/changelog - -commit 1c7e35e16ae5155d81db5ce9cc7c286ed70f69de -Author: Piotr Drąg -Date: Sun Mar 22 16:36:16 2015 +0100 - - Updated Polish translation - -M po/pl.po - -commit 39961197db21ea32b80150990a78cc1ef1277319 -Author: Trần Ngọc Quân -Date: Fri Mar 20 08:41:56 2015 +0700 - - Updated Vietnamese translation - - Signed-off-by: Trần Ngọc Quân - -M po/vi.po - -commit 5f008e5fb64c4691e789161c543c8e2640446595 -Author: Cheng-Chia Tseng <> -Date: Thu Mar 19 14:03:35 2015 +0000 - - Updated Chinese (Taiwan) translation - -M po/zh_TW.po - -commit 408bb4ea81f8a959e48652f7d59a1be14b5be285 -Author: Dušan Kazik -Date: Wed Mar 18 13:15:35 2015 +0000 - - Updated Slovak translation - -M po/sk.po - -commit 4216649e3d4ba4ebb64ce6b0881df741350b001d -Author: Marek Černocký -Date: Wed Mar 18 12:16:24 2015 +0100 - - Updated Czech translation - -M po/cs.po - -commit d2fe363e32cf77d1c74b8046669d92beb6eb91d2 -Author: Wolfgang Steitz -Date: Tue Mar 17 22:14:58 2015 +0100 - - use text-only section headers in sidebar (#718349) - -M po/POTFILES.in -M src/camera/Branch.vala -M src/events/Branch.vala -M src/events/EventsDirectoryPage.vala -M src/folders/Branch.vala -M src/library/Branch.vala -R079 src/library/FlaggedBranch.vala -src/library/FlaggedSidebarEntry.vala -R061 src/library/ImportQueueBranch.vala -src/library/ImportQueueSidebarEntry.vala -R062 src/library/LastImportBranch.vala -src/library/LastImportSidebarEntry.vala -M src/library/LibraryWindow.vala -R078 src/library/OfflineBranch.vala -src/library/OfflineSidebarEntry.vala -R092 src/library/TrashBranch.vala src/library/TrashSidebarEntry.vala -M src/library/mk/library.mk -M src/searches/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala -M src/tags/Branch.vala - -commit 93f3e148ab06e267b4719d29538325a55c571cba -Author: Pau Iranzo -Date: Tue Mar 17 04:01:41 2015 -0400 - - Upload Catalan translation - -M po/ca.po - -commit 1acd13d145ee158c05578c4f03559e05ef9a1df7 -Author: Trần Ngọc Quân -Date: Tue Mar 17 15:00:36 2015 +0700 - - Updated Vietnamese translation - - Signed-off-by: Trần Ngọc Quân - -M po/vi.po - -commit 27844f5b450e3285f9d968effd0f6743b24a67b6 -Author: Tim Waugh -Date: Thu Mar 12 18:43:46 2015 +0000 - - Fix date selection when double-clicking (#746107). - -M src/searches/SavedSearchDialog.vala - -commit edb39b9f3225e0c411f0b685df17429a458cb40a -Author: Piotr Drąg -Date: Sun Mar 15 22:53:26 2015 +0100 - - Updated Polish translation - -M po/pl.po - -commit 48ecac53aa9316d6e50756d799c1bfe2c8894875 -Author: Baurzhan Muftakhidinov -Date: Sun Mar 15 17:54:10 2015 +0000 - - Updated Kazakh translation - -M po/kk.po - -commit 0a7dd9ae8030faeeb72f75401b66dd2636763a69 -Author: Kim Boram -Date: Sun Mar 15 23:31:49 2015 +0900 - - Updated Korean translation - -M po/ko.po - -commit b2adb969ef11baa8298e466457409c79aa1bc35e -Author: Samir Ribic -Date: Sat Mar 14 00:50:13 2015 +0000 - - Added Bosnian translation - -M po/LINGUAS -A po/bs.po - -commit 06df39cfb932e99e8ca8bf57b6a34f43f0d7b83b -Author: Yosef Or Boczko -Date: Fri Mar 13 04:21:13 2015 +0200 - - Updated Hebrew translation - -M po/he.po - -commit 4834579bbc9e047ccef74f244c10766a515ca9d4 -Author: Marek Černocký -Date: Thu Mar 12 11:38:56 2015 +0100 - - Updated Czech translation - -M po/cs.po - -commit a06cc6b8c48b536b64cd22d1fed05693398f9cf7 -Author: Dušan Kazik -Date: Thu Mar 12 09:02:15 2015 +0000 - - Updated Slovak translation - -M po/sk.po - -commit 77a810da34d6b167a2691060cfd12be2c830bcd0 -Author: Wolfgang Steitz -Date: Wed Mar 11 21:24:44 2015 +0100 - - Provide option to sort photos by filename, in addition to title, - exporsure date and rating (#717878) - -M src/MediaPage.vala -M src/Thumbnail.vala -M ui/media.ui - -commit ebe6722e30a2bd7bd876e3440443af380d93776e -Author: Wolfgang Steitz -Date: Mon Mar 9 21:01:03 2015 +0100 - - in adjust time dialog, set timeformat before setting the time. fixes - bug #718944 - -M src/Dialogs.vala - -commit b78d082b3433c4107f20ccee6717cec900eac798 -Author: Baurzhan Muftakhidinov -Date: Wed Mar 11 05:56:30 2015 +0000 - - Updated Kazakh translation - -M po/kk.po - -commit 70c149d6ab4fa12b0c73f38f169686d04d351aff -Author: Kim Boram -Date: Mon Mar 9 00:33:30 2015 +0900 - - Updated Korean translation - -M po/ko.po - -commit d21d726c3d0cf09762b47ebef727c3571617b84f -Author: Josef Andersson -Date: Sun Mar 8 11:59:47 2015 +0000 - - Updated Swedish translation - -M po/sv.po - -commit e12d4be13afdc677315d0b14fe997c50161423b4 -Author: Changwoo Ryu -Date: Sun Mar 8 05:06:56 2015 +0900 - - Updated Korean translation - -M po/ko.po - -commit e0bb3389751d1f88fce96cf4e50aa0f60459914e -Author: Stas Solovey -Date: Fri Mar 6 10:45:23 2015 +0000 - - Updated Russian translation - -M po/ru.po - -commit fbefbe63687a563ea20316b782f4103f74df2cae -Author: Rafael Ferreira -Date: Tue Mar 3 15:07:02 2015 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 3b398fbbf6f75cd1d2567175be487361faf7e927 -Author: Marek Černocký -Date: Sun Mar 1 18:58:23 2015 +0100 - - Updated Czech translation - -M po/cs.po - -commit b541fd2973ea8fd6a25f1fb6c6112c3846fe8774 -Author: Maria Mavridou -Date: Wed Feb 25 13:45:51 2015 +0000 - - Updated Greek translation - -M po/el.po - -commit c0d2364bba8730f352df2e13afa153597576377a -Author: Cheng-Chia Tseng -Date: Mon Feb 23 14:21:14 2015 +0000 - - Updated Chinese (Taiwan) translation - -M po/zh_TW.po - -commit f79ffcabd4dfd078ed778f2fe476740c685f44dc -Author: Piotr Drąg -Date: Sun Feb 22 20:56:36 2015 +0100 - - Updated Polish translation - -M po/pl.po - -commit 2e411a21d127fbd0b0991e25598c22f1a3e7e1e1 -Author: Dušan Kazik -Date: Sat Feb 21 16:05:21 2015 +0000 - - Updated Slovak translation - -M po/sk.po - -commit 25ed5e530bcf24edce679dd030cab7ef1132ad81 -Author: Wolfgang Steitz -Date: Fri Feb 20 16:57:49 2015 -0800 - - Final migration of sidebar code from Geary to Shotwell: Bug #719284 - -M src/sidebar/Tree.vala - -commit 05a4bae2d83bd00918d833f49f262eb01a106879 -Author: Wolfgang Steitz -Date: Fri Feb 20 16:54:15 2015 -0800 - - Further work removing GtkStock and deprecations: Bug #719188 - -M Makefile -R100 icons/enhance.png icons/shotwell-auto-enhance.png -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Dialogs.vala -M src/MediaPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/SearchFilter.vala -M src/SlideshowPage.vala -M src/camera/ImportPage.vala -M src/direct/DirectPhotoPage.vala -M src/editing_tools/EditingTools.vala -M src/library/ImportQueuePage.vala -M src/library/LibraryWindow.vala -M ui/set_background_dialog.glade -M ui/set_background_slideshow_dialog.glade -M ui/shotwell.glade - -commit ad0ad8f38226196a1c24dcb6f498072d2d1ef543 -Author: Marek Černocký -Date: Fri Feb 20 20:57:43 2015 +0100 - - Updated Czech translation - -M po/cs.po - -commit 23f79a90cf69e0fce4bdfbdd20eaae189f637b13 -Author: Wolfgang Steitz -Date: Tue Feb 17 12:35:02 2015 -0800 - - Use newer comparators in sidebar code: Bug #719284 - -M src/events/Branch.vala -M src/sidebar/Branch.vala - -commit 8de7e7d623ee9fe94121df6bce83a2107232f249 -Author: Wolfgang Steitz -Date: Tue Feb 17 12:32:30 2015 -0800 - - Remove icon closed string, follow-state for hover effect: Bug #719284 - -M src/Resources.vala -M src/camera/Branch.vala -M src/events/Branch.vala -M src/folders/Folders.vala -M src/sidebar/Entry.vala -M src/sidebar/Tree.vala - -commit 961f3d1fec14691675ef686d6af6165e07658867 -Author: Jim Nelson -Date: Tue Feb 17 11:49:02 2015 -0800 - - Fix split string in Gallery web connector: Bug #744539 - -M plugins/shotwell-publishing-extras/GalleryConnector.vala - -commit 6a9cef11283a2918e250e0277445d09adb805d6f -Author: Jim Nelson -Date: Tue Feb 17 11:38:12 2015 -0800 - - Missing semicolon in kn .desktop string - -M po/kn.po - -commit d031376722b68fc4d7289e7c300a400b31cb626a -Author: Wolfgang Steitz -Date: Tue Feb 17 11:36:13 2015 -0800 - - Remove a portion of the Gtk.Stock symbols: Bug #719188 - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Dialogs.vala -M src/MediaPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/SlideshowPage.vala -M src/camera/ImportPage.vala -M src/direct/DirectPhotoPage.vala -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala -M src/library/LibraryWindow.vala -M src/library/OfflinePage.vala -M src/library/TrashPage.vala -M src/searches/SavedSearchDialog.vala - -commit 2d90358d3ab7509189b58eef4c76b897f46d2b06 -Author: Stas Solovey -Date: Mon Feb 16 12:03:45 2015 +0000 - - Updated Russian translation - -M po/ru.po - -commit e0e9539e24dba53a20365cecdd4fabe29f2749b5 -Author: Alexandre Franke -Date: Sat Feb 14 21:25:36 2015 +0000 - - Updated French translation - -M po/fr.po - -commit a5d5ea20caf8032b52c73e284849c9bb512c4708 -Author: Wolfgang Steitz -Date: Fri Feb 13 16:53:33 2015 -0800 - - Use icon names, not GLib.ThemedIcons, in sidebar: Bug #719284 - - Geary went this way a while back, this moves the technique into - Shotwell. - -M src/camera/Branch.vala -M src/camera/CameraTable.vala -M src/camera/ImportPage.vala -M src/events/Branch.vala -M src/folders/Branch.vala -M src/folders/Folders.vala -M src/library/Branch.vala -M src/library/FlaggedBranch.vala -M src/library/ImportQueueBranch.vala -M src/library/LastImportBranch.vala -M src/library/OfflineBranch.vala -M src/library/TrashBranch.vala -M src/searches/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala -M src/tags/Branch.vala - -commit e2198219afc43cb806dbf21b11b5da76c12c7101 -Author: Jim Nelson -Date: Wed Feb 11 15:48:33 2015 -0800 - - Revert "Use Gtk.Stack instead of Gtk.Notebook in LibraryWindow: - Bug #744289" - - This reverts commit be4dc326d7238f72b0db978ec6e594f628f7cecb. - - Problems while editing photos were detected after original commit. - Patch needs more work before accepting. - -M src/library/LibraryWindow.vala - -commit eedaf5b326319ca6755122e3bbe8b135e0dbfe6d -Author: Stas Solovey -Date: Wed Feb 11 22:10:39 2015 +0000 - - Updated Russian translation - -M po/ru.po - -commit 6e3f877e7e42421440150be00c7cdf8abe36237e -Author: Wolfgang Steitz -Date: Tue Feb 10 14:35:27 2015 -0800 - - Use Gtk.Revealer with search bar: Bug #744291 - -M src/SearchFilter.vala -M src/library/LibraryWindow.vala - -commit be4dc326d7238f72b0db978ec6e594f628f7cecb -Author: Wolfgang Steitz -Date: Tue Feb 10 14:31:48 2015 -0800 - - Use Gtk.Stack instead of Gtk.Notebook in LibraryWindow: Bug #744289 - -M src/library/LibraryWindow.vala - -commit f1c52dc49c587b648016de6971ce2631941074b3 -Author: Dušan Kazik -Date: Tue Feb 10 11:47:17 2015 +0000 - - Updated Slovak translation - -M po/sk.po - -commit 8995d2ecbfb49267748e0df25d8f855ffd03ef75 -Author: Stas Solovey -Date: Mon Feb 9 22:38:23 2015 +0000 - - Updated Russian translation - -M po/ru.po - -commit 44c4e5494be314e555d77c6d17cbc618b94e70c3 -Author: Marek Černocký -Date: Sun Feb 8 23:13:50 2015 +0100 - - Updated Czech translation - -M po/cs.po - -commit ae433abbecca1a553ed071122200cb2cd667b703 -Author: Piotr Drąg -Date: Sun Feb 8 14:23:43 2015 +0100 - - Updated Polish translation - -M po/pl.po - -commit 7437c953f761e0c93b98ba0d8191aa3bb7c84255 -Author: Jim Nelson -Date: Fri Feb 6 13:43:33 2015 -0800 - - Update copyright to 2015 - -M INSTALL -M NEWS -M README -M chkver -M configure -M debian/copyright -M help/C/Makefile -M misc/shotwell.appdata.xml -M mkunit -M mkvala -M plugins/common/RESTSupport.vala -M plugins/common/Resources.vala -M plugins/common/SqliteSupport.vala -M plugins/common/VersionNumber.vala -M plugins/shotwell-data-imports/FSpotDatabase.vala -M plugins/shotwell-data-imports/FSpotDatabaseBehavior.vala -M plugins/shotwell-data-imports/FSpotDatabaseTable.vala -M plugins/shotwell-data-imports/FSpotImporter.vala -M plugins/shotwell-data-imports/FSpotMetaTable.vala -M plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala -M plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala -M plugins/shotwell-data-imports/FSpotPhotosTable.vala -M plugins/shotwell-data-imports/FSpotRollsTable.vala -M plugins/shotwell-data-imports/FSpotTableBehavior.vala -M plugins/shotwell-data-imports/FSpotTagsTable.vala -M plugins/shotwell-data-imports/shotwell-data-imports.vala -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -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 -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/BlindsEffect.vala -M plugins/shotwell-transitions/ChessEffect.vala -M plugins/shotwell-transitions/CircleEffect.vala -M plugins/shotwell-transitions/CirclesEffect.vala -M plugins/shotwell-transitions/ClockEffect.vala -M plugins/shotwell-transitions/CrumbleEffect.vala -M plugins/shotwell-transitions/FadeEffect.vala -M plugins/shotwell-transitions/SlideEffect.vala -M plugins/shotwell-transitions/SquaresEffect.vala -M plugins/shotwell-transitions/StripesEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M samples/simple-plugin/README -M samples/simple-plugin/simple-plugin.vala -M settings-migrator/shotwell-settings-migrator -M src/AppDirs.vala -M src/AppWindow.vala -M src/Application.vala -M src/BatchImport.vala -M src/Box.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/CommandManager.vala -M src/Commands.vala -M src/CustomComponents.vala -M src/Debug.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/Exporter.vala -M src/International.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/MediaDataRepresentation.vala -M src/MediaInterfaces.vala -M src/MediaMetadata.vala -M src/MediaMonitor.vala -M src/MediaPage.vala -M src/MediaViewTracker.vala -M src/MetadataWriter.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoMonitor.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Printing.vala -M src/Properties.vala -M src/Resources.vala -M src/Screensaver.vala -M src/SearchFilter.vala -M src/SlideshowPage.vala -M src/SortedList.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/TimedQueue.vala -M src/Tombstone.vala -M src/UnityProgressBar.vala -M src/Upgrades.vala -M src/VideoMetadata.vala -M src/VideoMonitor.vala -M src/VideoSupport.vala -M src/camera/Branch.vala -M src/camera/Camera.vala -M src/camera/CameraTable.vala -M src/camera/GPhoto.vala -M src/camera/ImportPage.vala -M src/config/Config.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/core/Alteration.vala -M src/core/ContainerSourceCollection.vala -M src/core/Core.vala -M src/core/DataCollection.vala -M src/core/DataObject.vala -M src/core/DataSet.vala -M src/core/DataSource.vala -M src/core/DataSourceTypes.vala -M src/core/DataView.vala -M src/core/DataViewTypes.vala -M src/core/DatabaseSourceCollection.vala -M src/core/SourceCollection.vala -M src/core/SourceHoldingTank.vala -M src/core/SourceInterfaces.vala -M src/core/Tracker.vala -M src/core/ViewCollection.vala -M src/core/util.vala -M src/data_imports/DataImportJob.vala -M src/data_imports/DataImportSource.vala -M src/data_imports/DataImports.vala -M src/data_imports/DataImportsPluginHost.vala -M src/data_imports/DataImportsUI.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/EventTable.vala -M src/db/PhotoTable.vala -M src/db/SavedSearchDBTable.vala -M src/db/TagTable.vala -M src/db/TombstoneTable.vala -M src/db/VersionTable.vala -M src/db/VideoTable.vala -M src/direct/Direct.vala -M src/direct/DirectPhoto.vala -M src/direct/DirectPhotoPage.vala -M src/direct/DirectView.vala -M src/direct/DirectWindow.vala -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala -M src/events/Branch.vala -M src/events/EventDirectoryItem.vala -M src/events/EventPage.vala -M src/events/Events.vala -M src/events/EventsDirectoryPage.vala -M src/folders/Branch.vala -M src/folders/Folders.vala -M src/folders/Page.vala -M src/library/Branch.vala -M src/library/FlaggedBranch.vala -M src/library/FlaggedPage.vala -M src/library/ImportQueueBranch.vala -M src/library/ImportQueuePage.vala -M src/library/LastImportBranch.vala -M src/library/LastImportPage.vala -M src/library/Library.vala -M src/library/LibraryWindow.vala -M src/library/OfflineBranch.vala -M src/library/OfflinePage.vala -M src/library/TrashBranch.vala -M src/library/TrashPage.vala -M src/main.vala -M src/photos/BmpSupport.vala -M src/photos/GRaw.vala -M src/photos/GdkSupport.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoFileAdapter.vala -M src/photos/PhotoFileFormat.vala -M src/photos/PhotoFileSniffer.vala -M src/photos/PhotoMetadata.vala -M src/photos/Photos.vala -M src/photos/PngSupport.vala -M src/photos/RawSupport.vala -M src/photos/TiffSupport.vala -M src/plugins/DataImportsInterfaces.vala -M src/plugins/ManifestWidget.vala -M src/plugins/Plugins.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/StandardHostInterface.vala -M src/plugins/TransitionsInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/Publishing.vala -M src/publishing/PublishingPluginHost.vala -M src/publishing/PublishingUI.vala -M src/searches/Branch.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SavedSearchPage.vala -M src/searches/SearchBoolean.vala -M src/searches/Searches.vala -M src/sidebar/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Sidebar.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala -M src/slideshow/Slideshow.vala -M src/slideshow/TransitionEffects.vala -M src/tags/Branch.vala -M src/tags/HierarchicalTagIndex.vala -M src/tags/HierarchicalTagUtilities.vala -M src/tags/TagPage.vala -M src/tags/Tags.vala -M src/threads/BackgroundJob.vala -M src/threads/Semaphore.vala -M src/threads/Threads.vala -M src/threads/Workers.vala -M src/unit/Unit.vala -M src/unit/rc/template.vala -M src/util/KeyValueMap.vala -M src/util/Util.vala -M src/util/file.vala -M src/util/image.vala -M src/util/misc.vala -M src/util/string.vala -M src/util/system.vala -M src/util/ui.vala -M thumbnailer/shotwell-video-thumbnailer.vala -M vapi/ExtendedPosix.vapi -M vapi/LConv.vapi -M vapi/gphoto-2.4/libgphoto2.vapi -M vapi/gphoto-2.5/libgphoto2.vapi -M vapi/gphoto.h -M vapi/libexif.vapi -M vapi/libraw.vapi - -commit eae085285686503c5318d4bae5033c411eef5dd2 -Author: Eduardo Arnold -Date: Thu Feb 5 14:15:27 2015 -0800 - - Better metadata support for Facebook sharing: Bug #742163 - -M THANKS -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit d7595e638b798217cbc55e72652f1fd2927095fe -Author: Marek Černocký -Date: Wed Feb 4 10:46:13 2015 +0100 - - Updated Czech translation - -M po/cs.po - -commit 4c745502b34879b7cd7f61f4bd332734e111c240 -Author: Brian Masney -Date: Tue Feb 3 18:40:39 2015 -0800 - - Fix saved search for photos with unset title: Bug #743923 - -M src/searches/SearchBoolean.vala - -commit fe9d604aa52dfd44855c4b358d8a850d6405dacf -Author: Tim Waugh -Date: Sat Dec 27 19:19:43 2014 +0000 - - F-Spot import: Set exposure time of imported media. - -M plugins/shotwell-data-imports/FSpotImporter.vala - -commit 76240755541fa545ee89c8ce52e22746f0c4aa9d -Author: Tim Waugh -Date: Sat Dec 27 19:19:24 2014 +0000 - - Use importable exposure time if available when importing media. - -M src/data_imports/DataImportJob.vala -M src/data_imports/DataImportSource.vala -M src/plugins/DataImportsInterfaces.vala - -commit 585b3018eabc0b6cefce505142bd2bb14f4ae41b -Author: Tim Waugh -Date: Sat Dec 27 19:18:57 2014 +0000 - - Use importable title when importing media. - -M src/data_imports/DataImportSource.vala - -commit 3191d7d6ca9073406f3e67f70bdcaf312bf4ab6c -Author: Brian Masney -Date: Tue Feb 3 17:56:06 2015 -0800 - - New saved search option: text field is set: Bug #743924 - -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit af5ac66db64ba0542bffc28c6b739bb2361c0da8 -Author: Jim Nelson -Date: Mon Feb 2 18:31:35 2015 -0800 - - Update to 0.21.0 - -M Makefile -M NEWS -M debian/changelog - -commit e97880b0769ebc16380ebe380bf5e5d0c195dcdb -Author: Jim Nelson -Date: Mon Feb 2 11:17:35 2015 -0800 - - Add help/de to .gitignore - -M .gitignore - -commit 2ecda59a5562565967647b6c3d44dd99a48a04ef -Author: Raphaël Halimi -Date: Mon Feb 2 11:16:28 2015 -0800 - - Correct typo in Makefile: Bug #743799 - - Typo in Makefile caused incorrectly-formatted .desktop file for the - Viewer to be generated. - -M Makefile -M THANKS - -commit 795f6f2298a84feaad7f4e2248533a8135d4fb19 -Author: Christian Kirbach -Date: Thu Jan 29 23:11:43 2015 +0100 - - Added German help translation - -M help/Makefile.am -A help/de/de.po - -commit c6d3b7f4e230f25fd66f3c64a110aa0c068643db -Author: Piotr Drąg -Date: Sun Jan 11 15:26:14 2015 +0100 - - Updated Polish translation - -M po/pl.po - -commit 448315975948a8887fd5a034b03bd8b00e9f90df -Author: Daniel Șerbănescu -Date: Thu Jan 8 17:46:06 2015 +0100 - - Updated Romanian Translation - -M po/ro.po - -commit e169105321d8893b7dbf9016c94480592d07a466 -Author: Rafael Ferreira -Date: Thu Jan 8 07:43:49 2015 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 644fd969dc63e85774ae4c136d1282e7ea5f27a1 -Author: Jim Nelson -Date: Wed Jan 7 11:21:58 2015 -0800 - - Add Czech generated help pages to .gitignore - -M .gitignore - -commit cf38e25847b237fb2d4db072dc90fc4bf8b3cd35 -Author: Jim Nelson -Date: Wed Jan 7 11:20:45 2015 -0800 - - Compile under Vala 0.26 and earlier - - Default argument not present in Vala 0.24/0.26 bindings. - -M src/searches/SavedSearchDialog.vala - -commit 64b4fc2f488b25e4d24c20e3ca39a50fdf062e62 -Author: Marek Černocký -Date: Tue Jan 6 22:23:42 2015 +0100 - - Updated Czech translation - -M po/cs.po - -commit aa67bf207f06ae82f28f9d88cc61f2cce9859062 -Author: Trinh Anh Ngoc -Date: Tue Jan 6 12:37:51 2015 -0800 - - Refine saved search dialog (missed in prior commit): Bug #742443 - -M src/searches/SavedSearchDialog.vala -M ui/shotwell.glade - -commit 6421cba95d7541be3b1a18c821b4093e91c75f6c -Author: Jim Nelson -Date: Tue Jan 6 12:31:34 2015 -0800 - - Update debian/control to require GTK+ 3.12 or better - -M debian/control - -commit 31bb622d5f2444cfb0ac4301af17dcb4c79b9da2 -Author: Trinh Anh Ngoc -Date: Mon Jan 5 18:55:11 2015 -0800 - - UI refresh: Update dialogs to modern GTK+ look: Bug #742326 - -M src/Dialogs.vala -M src/Properties.vala -M src/data_imports/DataImportsUI.vala -M src/publishing/PublishingUI.vala -M ui/shotwell.glade - -commit b5501d3f0466749321cc094c6c1852f8cb7ffc1c -Author: Trinh Anh Ngoc -Date: Mon Jan 5 18:42:33 2015 -0800 - - UI refresh: Update main window layout and CSS: Bug #742326 - - This bumps the version requirement for GTK+ to 3.12. - -M Makefile -M THANKS -M src/AppWindow.vala -M src/Page.vala -M src/Resources.vala -M src/SearchFilter.vala -M src/library/LibraryWindow.vala - -commit cba1018084f2c90f8e10efc5e800e7a5c8635bbd -Author: Marek Černocký -Date: Sun Jan 4 22:41:06 2015 +0100 - - Add Czech help translation - -M help/Makefile.am -A help/cs/cs.po - -commit d915f3f60954a59da191fce4b05a482e2458b240 -Author: Rafael Ferreira -Date: Sat Jan 3 20:18:03 2015 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit c3c3c0b97e3b806e123b25c1fb694c828b2c8ab2 -Author: Jim Nelson -Date: Tue Dec 30 14:20:10 2014 -0800 - - Don't call non-threadsafe code from thread in thumbnailer: Bug #742102 - -M src/ThumbnailCache.vala - -commit b1fb4bd09c2a262d1b59197eace723ac868fb42c -Author: Timo Jyrinki -Date: Tue Dec 30 18:05:04 2014 +0200 - - Add Tim Waugh to THANKS file, the previous commit closes Bug #718989 - -M THANKS - -commit 4d088d7bfd5dcf82d8f301667b3856764e7489ad -Author: Tim Waugh -Date: Tue Dec 30 00:55:53 2014 +0000 - - thumbnailer: use gdkpixbufsink. - -M thumbnailer/shotwell-video-thumbnailer.vala - -commit d431810d1730e540e227942df8ff2f9941429610 -Author: Jim Nelson -Date: Mon Dec 29 18:39:17 2014 -0800 - - Avoid soft assertion due to returned NULL when reading video timestamp - -M src/VideoSupport.vala - -commit 69cf4e2886fdab702a608ae08da19f5481df2f55 -Author: Josef Andersson -Date: Sun Dec 28 11:16:01 2014 +0000 - - Updated Swedish translation - -M po/sv.po - -commit 6a35d61c74aeb08cfd025af078224408b11504c8 -Author: Jim Nelson -Date: Mon Dec 22 13:21:13 2014 -0800 - - Prevent video thumbnailer from hanging on malformed vids: Bug #741821 - - Bogus 100-byte file was causing video thumbnailer to hang during pre- - roll. Failure to retrieve duration of video is a good clue that the - video itself is not valid for thumbnailing. - -M thumbnailer/shotwell-video-thumbnailer.vala - -commit 9fe6f3fe97b3b55f83c836c8af3acf5a435d3fa1 -Author: Yuri Myasoedov -Date: Sun Dec 21 11:35:26 2014 +0300 - - Some fixes in Russian translation - -M po/ru.po - -commit 7f8a07f25af841eadece94a53bfb55eed26be556 -Author: Misha Shnurapet -Date: Sat Dec 20 11:04:02 2014 +0300 - - Fixed Russian translation - -M po/ru.po - -commit 22902f6c831a7bc2f4a228f04c394421137c4061 -Author: Jim Nelson -Date: Fri Dec 19 16:22:11 2014 -0800 - - Better guards against crashing in video thumbnailer: Bug #739396 - - For user's video, GStreamer is returning a ridiculously small buffer - (66 bytes) for a frame it reports to be 1920x1080. Since Totem's - thumbnailer works, presumably there's something wrong with ours, but - these changes at least prevent the thumbnailer from crashing deep - inside GDK pixbuf. - -M thumbnailer/shotwell-video-thumbnailer.vala - -commit d6c25c58225b0f3ac803878d7ff3224151f49ee1 -Author: Jim Nelson -Date: Wed Dec 3 12:32:41 2014 -0800 - - Destroy toolbar when leaving fullscreen via double-click: Bug #739498 - - Double-clicking to exit fullscreen-mode has a slightly different code - path than the accelerators, and some legacy code was taking a route - that didn't destroy the FS toolbar at exit. - -M src/PhotoPage.vala -M src/direct/DirectPhotoPage.vala - -commit 68f3f8f3730a4af55bc025dc8f5e192af2de84aa -Author: Tobia Tesan -Date: Mon Nov 24 14:16:35 2014 -0800 - - Natural sorting of photo titles: Bug #717960 - -M Makefile -M src/MediaPage.vala -A src/NaturalCollate.vala -M src/Thumbnail.vala -A test/.gitignore -A test/Makefile -A test/NaturalCollate-Test.vala - -commit ed856388722f80af055409a200592c0df0685791 -Author: Marek Černocký -Date: Sat Nov 15 21:31:19 2014 +0100 - - Updated Czech translation - -M po/cs.po - -commit 6817a778ce9239798775d6460d246571fd93ceef -Author: Jim Nelson -Date: Thu Nov 13 19:37:34 2014 -0800 - - Packaging change to put shotwell-common fix on reg. PPA: Bug #724080 - -M debian/changelog - -commit efc9fbfe1868d6a7cb86f7e8fdf04b7033d17b36 -Author: Jim Nelson -Date: Thu Nov 13 18:37:48 2014 -0800 - - Conflicts/Replaces shotwell-common: Bug #724080 - - Stop-gap to work around packaging conflict issue between Ubuntu's - repos and our PPAs. - -M debian/control - -commit 8b7965cf3b1285fd8da43fdf419e608238cbc27a -Author: Jim Nelson -Date: Fri Oct 31 14:55:11 2014 -0700 - - Update to 0.20.2 - -M Makefile -M NEWS -M debian/changelog - -commit 4ff68f783548e0cb18709698ffe5eb14bbbafc9e -Author: Мирослав Николић -Date: Mon Oct 27 20:54:46 2014 +0100 - - Added Serbian translation - -M po/sr.po -M po/sr@latin.po - -commit 2ae25e17ca131e848ae708a1c01ff68e7167ee5a -Author: Jim Nelson -Date: Fri Oct 24 13:43:36 2014 -0700 - - Check for failure to render video thumbnail: Bug #738245 - - As part of a user reporting problems, their trace indicated that - the GStreamer buffer holding the video thumbnail can sometimes come - back null. shotwell-video-thumbnailer wasn't checking for this - possibility. - -M thumbnailer/shotwell-video-thumbnailer.vala - -commit 0959af2fc5f24de0244753592ef407de3691c56f -Author: Jim Nelson -Date: Thu Oct 23 14:26:36 2014 -0700 - - Include Set Desktop Slideshow dialog in tarball, install: Bug #739095 - -M Makefile - -commit 43a00ec81e269d9a9d467cc6a6fd1ac7fb061f90 -Author: Baurzhan Muftakhidinov -Date: Wed Oct 22 02:57:55 2014 +0000 - - Updated Kazakh translation - -M po/kk.po - -commit 567d30aa448e382014578c79c8824955d0c116a3 -Author: Baurzhan Muftakhidinov -Date: Wed Oct 22 02:51:58 2014 +0000 - - Updated Kazakh translation - -M po/kk.po - -commit 85a9d57e32f996a5ac398dc977ed70df392fd3d2 -Author: Andika Triwidada -Date: Sun Oct 19 09:47:33 2014 +0000 - - Updated Indonesian translation - -M po/id.po - -commit be0d5700417f88b59a52f35030a4f2237636a0e2 -Author: Marek Černocký -Date: Sat Oct 18 16:32:47 2014 +0200 - - Updated Czech translation - -M po/cs.po - -commit 1d9b47181c5fa883723711b61787db696f8367ab -Author: Gábor Kelemen -Date: Wed Oct 8 21:09:39 2014 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit 57038e27c582319f1288c18e632fc81ac3813229 -Author: Wolfgang Stöggl -Date: Mon Oct 6 21:22:27 2014 +0000 - - Updated German translation - -M po/de.po - -commit e25b3187d1def82c627cacd20a6bd7e29f8e9cf3 -Author: Andika Triwidada -Date: Sat Oct 4 13:03:40 2014 +0000 - - Updated Indonesian translation - -M po/id.po - -commit 7b5e811496d8bb00e0001a373a368bc05ae8384a -Author: Jim Nelson -Date: Thu Oct 2 14:55:41 2014 -0700 - - Update to Shotwell 0.20.1 - -M Makefile -M NEWS -M debian/changelog - -commit 706e57044a3da298b1ec335605d8e045fc5096db -Author: Christian Kirbach -Date: Wed Oct 1 19:26:03 2014 +0000 - - Updated German translation - -M po/de.po - -commit 29a1f2a95addbe4f1c2844cdecc71942f075e297 -Author: Piotr Drąg -Date: Sun Sep 28 20:22:31 2014 +0200 - - Updated Polish translation - -M po/pl.po - -commit 821c4b5ab328b70b56ac3b8a90d8ab6c9f8e7a4b -Author: Jim Nelson -Date: Fri Sep 26 16:07:25 2014 -0700 - - Further improvements to source pixbuf cache LRU - -M src/Photo.vala - -commit 9eee3f581cf63330406ef1f109cd15e869a81154 -Author: Jim Nelson -Date: Fri Sep 26 14:32:08 2014 -0700 - - Update displayed image after straighten: Bug #719120 - - When a straighten occurs, the displayed image was not updated. - -M src/Commands.vala -M src/PixbufCache.vala - -commit 1c66a9795e8643f74f43749460cdc84c81370f8d -Author: Jim Nelson -Date: Fri Sep 26 14:30:29 2014 -0700 - - Reduce debug output of source pixbuf cache - - Previous commit introduced more debug logging than is really - necessary. - -M src/Photo.vala - -commit aad834d256cea006a06db494d16522dbed9ca37c -Author: Jim Nelson -Date: Fri Sep 26 13:32:29 2014 -0700 - - More conservative source pixbuf caching: Bug #715198 - - Prior source pixbuf (untransformed, full-sized decoded images) cache - was per-photo, holding onto the source pixbuf for 180s. For casual - browsing it wasn't onerous, but if the photos were loaded quickly - in succession (either with the photo viewer or, worse, via the - programmatic thumbnail regenerator) memory usage would climb into the - gigabytes. - - This uses a more conservative source pixbuf cache, holding only a few - at a time and releasing them much more quickly. The PixbufCache - class does a better job of long-term pixbuf caching by holding onto - scaled images rather than full-sized. - -M src/Photo.vala -M src/direct/DirectPhoto.vala - -commit 8a18a1db584ecb0312583b6a219d5ba31187d963 -Author: Jim Nelson -Date: Fri Sep 26 12:11:39 2014 -0700 - - Fix dtor names, empty if blocks - - Detected by latest build of Vala. Correcting empty if blocks seems - to correct harmless bugs. - -M plugins/common/RESTSupport.vala -M src/Commands.vala -M src/SearchFilter.vala -M src/Tag.vala -M src/searches/SavedSearchDialog.vala -M src/tags/HierarchicalTagUtilities.vala - -commit a339a68ed240689736861d554d37d52ba5920d7f -Author: Jim Nelson -Date: Thu Sep 25 17:39:04 2014 -0700 - - Improved logging in MetadataWriter - -M src/MetadataWriter.vala - -commit b46fdc6e7904589f6a547178f6473b2b8fe31b80 -Author: Jim Nelson -Date: Thu Sep 25 14:55:33 2014 -0700 - - Disambiguate common strings: Bug #736632 - -M src/Dialogs.vala -M src/Resources.vala - -commit 229affac398704ee5376fa54203a193c79fd36dd -Author: Jim Nelson -Date: Thu Sep 25 14:48:31 2014 -0700 - - Split string in Gallery connector: Bug #736634 - -M plugins/shotwell-publishing-extras/GalleryConnector.vala - -commit 590db90e4f8922de1db607ec9bc7086a1bd1f9ab -Author: Jim Nelson -Date: Thu Sep 25 14:44:50 2014 -0700 - - Plural form for Flickr string: Bug #736633 - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 6dc0d5a83b011ac118fda736ecd04a87347e154a -Author: Jim Nelson -Date: Wed Sep 24 19:29:42 2014 -0700 - - Fix fullscreen navigation: Bug #737092 - - This restores fullscreen navigation without introducing regression - of bug #719183, which is where bug was introduced. - -M src/AppWindow.vala - -commit 0176ef02c0832272911129a0d970d304f5d155a1 -Author: Jim Nelson -Date: Fri Sep 19 12:28:16 2014 -0700 - - Update to 0.20.0 - -M Makefile -M NEWS -M debian/changelog - -commit eb05bc39133ee8ebd3ce303ba2efda226dc10e44 -Author: Jim Nelson -Date: Tue Sep 16 14:08:01 2014 -0700 - - Don't update GTK+/GDK in background thread (viewer mode): Bug #736771 - - Signal being fired by DirectPhoto was bubbling up to a change in a - GTK+ property, a problem when this occurs in a background thread. - This change ensures the signal is fired in the main event loop. - -M src/direct/DirectPhotoPage.vala - -commit 34b69213c6e14f54a5a5960cdbe79812120ddfde -Author: Ville-Pekka Vainio -Date: Sun Sep 14 19:58:49 2014 +0300 - - Finnish translation update by Jiri Grönroos - -M po/fi.po - -commit 35549818c393aa1120bf5412d94c486824dfc65d -Author: Dušan Kazik -Date: Sat Sep 13 21:40:38 2014 +0000 - - Updated Slovak translation - -M po/sk.po - -commit cfcb002cdf431a0564e1d071e0f0fcd7bc346876 -Author: Jim Nelson -Date: Tue Sep 9 13:40:58 2014 -0700 - - Better error handling with Photo.get_prefetched_copy() - - Throw an Error rather than return null, which wasn't being handled - correctly in all cases. - -M src/Photo.vala -M src/PhotoPage.vala - -commit 0970d09ae749d850d76828dd74d9b82e298d0027 -Author: Ask H. Larsen -Date: Sat Sep 6 10:14:09 2014 +0200 - - Updated Danish translation - -M po/da.po - -commit 926527bffb003dbc815224e7c205f53a425a122d -Author: Andika Triwidada -Date: Fri Sep 5 12:50:36 2014 +0000 - - Updated Indonesian translation - -M po/id.po - -commit 677de16be1b2b76e13593ecce9f06c3aac8d90a6 -Author: Jim Nelson -Date: Thu Aug 21 14:22:40 2014 -0700 - - Update to 0.19.0 - -M Makefile -M NEWS -M debian/changelog - -commit 5828825fa45784c3a24e0f623c65864a33506bb8 -Author: Jim Nelson -Date: Thu Aug 21 13:53:02 2014 -0700 - - Fix set_default_icon_list() ownership transfer bug - - Ownership of the GList is transferred in this call, so a copy should - be passed instead. This will be fixed in a future version of Vala. - - Upcoming versions of Vala will also not allow private members in - structs, so that is removed here as well. - - https://mail.gnome.org/archives/vala-list/2014-August/msg00022.html - -M src/AppWindow.vala -M src/Dimensions.vala -M vapi/libraw.vapi - -commit 1491418f8cddb2cecc7001a1e9f7109ee8281a8d -Author: Jim Nelson -Date: Tue Aug 19 14:34:00 2014 -0700 - - Don't crash on imported photo: Bug #734986 - - The user's photo was identified as JFIF but is an incomplete file. - The JFIF sniffer reported it could not identify the file, which is - somewhat incorrect. The RAW sniffer then tried to identify the file - and crashed inside of libraw. - - Now when a sniffer can appropriately detect the file is corrupt it - will be reported as such. All GdkSniffers will do this if they (a) - read the entire file and (b) no image was prepared. Because they all - use pre-condition checking to sanity check that the file is their - format (via magic header bytes), this works. - -M src/Photo.vala -M src/photos/BmpSupport.vala -M src/photos/GdkSupport.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoFileFormat.vala -M src/photos/PhotoFileSniffer.vala -M src/photos/PngSupport.vala -M src/photos/RawSupport.vala -M src/photos/TiffSupport.vala - -commit d6e0616cb163980139ca66de1ba143351abcfdbc -Author: Hajime Taira -Date: Fri Aug 15 04:27:02 2014 +0900 - - l10n: Update Japanese translation - -M po/ja.po - -commit e6a5823d52a9a07f9e2165929ce2e870eda980d4 -Author: Jim Nelson -Date: Fri Aug 8 13:26:09 2014 -0700 - - Update links in .doap, README - -M README -M shotwell.doap - -commit 4ca3cbcfa1a89b194b2fa3058a6909f0e5ab0434 -Author: Jim Nelson -Date: Fri Aug 8 13:17:24 2014 -0700 - - Remove Charles from .doap, change category to apps - - Also added full description. - -M shotwell.doap - -commit 60d94f3456350df413a440fcdd8f398f5f9ef939 -Author: Shushi Kurose -Date: Sun Aug 3 16:35:11 2014 +0900 - - l10n: Update Japanese translation - -M po/ja.po - -commit 3c8ac3788b488d43e37dfea3b959834ceeae232f -Author: Mike Gorse -Date: Thu Jul 24 14:01:45 2014 -0700 - - Don't crash after deleting photo in full-window mode: Bug #732964 - -M THANKS -M src/PhotoPage.vala - -commit 4b9c39852fcfe3d62b0337db59c701d075384d09 -Author: Dominique Leuenberger -Date: Thu Jul 24 13:36:16 2014 -0700 - - Build with Vala 0.25.1: Bug #733650 - -M Makefile -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 05503fedb39444b2d6e98d4e941a34e4ccf411f4 -Author: Inaki Larranaga Murgoitio -Date: Wed Jul 23 10:20:27 2014 +0200 - - Updated Basque language - -M po/eu.po - -commit 1cd085accc2c456739873591368f35868b1937eb -Author: GunChleoc -Date: Fri Jul 11 09:59:23 2014 +0000 - - Updated Scottish Gaelic translation - -M po/gd.po - -commit c71ce0d90d8ea61adf500484fa3f73b4fc78a630 -Author: Jim Nelson -Date: Tue Jul 1 14:30:40 2014 -0700 - - Update to 0.18.1 - -M Makefile -M NEWS -M debian/changelog - -commit d4420d65d843a4e6cf63ecfc00724735fc70f309 -Author: Daniel Landau -Date: Mon Jun 30 14:23:49 2014 -0700 - - Don't crash when cursor goes away due to removed photo: Bug #732334 - - When a photo is removed from a collection (moved to another collection - or removed outright), the view's cursor may go away with it. Add some - code to check for cursor's presence before using it. - -M src/CheckerboardLayout.vala -M src/Page.vala - -commit 97844ae7c8d66cb17126dce5b0086948a73a5eae -Author: Jim Nelson -Date: Mon Jun 30 14:08:08 2014 -0700 - - Fix debian/control file for Daily Build PPA - - Utopic doesn't carry valac-0.22, so marking valac virtual package - as dependency for the required version in the Makefile. - -M debian/control - -commit 171a475a6f8e71ec6379c8b25b844f409a3d061c -Author: Jim Nelson -Date: Mon Jun 30 13:54:17 2014 -0700 - - .gitignore generated pages for Hungarian documentation - -M .gitignore - -commit ead3a6f75c001059980cc4a2c287feb0622f3c89 -Author: Joseph Bylund -Date: Mon Jun 30 13:53:20 2014 -0700 - - Fix Flickr publishing (now HTTPs only): Bug #732432 - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 7eacda49982dd04952c7355c65eb9149a1df0f64 -Author: Daniel Mustieles -Date: Mon Jun 30 13:52:54 2014 +0200 - - Updated Spanish translation - -M po/es.po - -commit 26da62985087d4533f67d090ca411835393be20e -Author: Gabor Kelemen -Date: Fri Jun 27 01:39:20 2014 +0200 - - Added hu to DOC_LINGUAS to make d-l happy - -M help/Makefile.am - -commit 2d2c1f931ddda8bf00b220da1cad6d1258fc85bd -Author: Gabor Kelemen -Date: Fri Jun 27 01:38:38 2014 +0200 - - Initial Hungarian help translation added - -A help/hu/hu.po - -commit a699d97b80dfb1af11cd89957d65bdad4f1ff594 -Author: Jim Nelson -Date: Mon Jun 23 11:46:46 2014 -0700 - - Don't call gdk_cairo_create() outside of begin/end_paint: Bug #732118 - - Interactive pan/zoom would paint directly to GDK window's Cairo - context outside of a draw() signal. A recent change to GTK+ in 3.13.3 - removes this functionality and requires wrapping this code between - gdk_window_begin_paint_region() and gdk_window_end_paint(). It's far - easier to simply queue a redraw and let the usual draw handler deal - with it. - - See: - https://mail.gnome.org/archives/gtk-devel-list/2014-June/msg00010.html - -M src/Page.vala - -commit 6c8f2f76df1291df1bfadeb3f96b98edc07eb954 -Author: Cheng-Chia Tseng -Date: Sun Jun 22 09:04:41 2014 +0000 - - Updated Chinese (Taiwan) translation - -M po/zh_TW.po - -commit d6d00a7d099508ef2071cf4526a754d11f1829fc -Author: Rafael Ferreira -Date: Mon Jun 16 11:22:25 2014 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit e09c432f7a53b51ca7fe84c49c2552486e14a4bb -Author: Daniel Landau -Date: Tue Jun 10 13:12:59 2014 -0700 - - Nested tag can cause crash when changing selection: Bug #730336 - -M src/sidebar/Tree.vala - -commit 9f93c37e98f37443b6e37ee73a8925d93afbe8e0 -Author: Daniel Landau -Date: Tue Jun 10 13:03:02 2014 -0700 - - Create disjoint selection using keyboard: Bug #716663 - -M src/CheckerboardLayout.vala -M src/Page.vala - -commit 6f88af121020ce47dd0dade4a53b033f0857219c -Author: Marek Černocký -Date: Sat May 31 12:36:45 2014 +0200 - - Updated Czech translation - -M po/cs.po - -commit a8a5a57bf09c05daa5271842acaa2e7ae399750d -Author: Piotr Drąg -Date: Thu May 29 18:23:55 2014 +0200 - - Updated Polish translation - -M po/pl.po - -commit 1e490349f55dec564688427829329e33aadd7bda -Author: Wolfgang Steitz -Date: Tue May 27 13:36:36 2014 -0700 - - Stop keypress double propagation in fullscreen mode: Bug #719183 - -M src/AppWindow.vala - -commit d094802109467d22c75bde686f2b79aa104e73f4 -Author: Piotr Drąg -Date: Tue May 27 22:09:56 2014 +0200 - - Updated POTFILES.in - -M po/POTFILES.in - -commit 4df1d2c3bbf27f8ef271c37c812ee96b77e7a19d -Author: Jim Nelson -Date: Tue May 27 12:50:15 2014 -0700 - - Fix URLs pointing to yorba.org and Redmine: Closes bug #730575 - -M plugins/common/Resources.vala -M src/AppWindow.vala -M src/Resources.vala -M src/main.vala -M src/plugins/SpitInterfaces.vala - -commit 2fca14c93a941eea778babcc71b4b03f7a4dd690 -Author: Daniel Landau -Date: Wed May 14 15:08:53 2014 +0300 - - Allow setting background on lock screen: Bug #724755 - - Add checkboxes to the slideshow dialog to select whether to set the - desktop background, the lock screen, or both. Add the same - checkboxes to - a new dialog for setting a background photo. - -M src/CollectionPage.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/PhotoPage.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M ui/set_background_dialog.glade -C072 ui/set_background_dialog.glade -ui/set_background_slideshow_dialog.glade - -commit 8a55f07150a89fe1624e138b177a51973b740bee -Author: Rafael Ferreira -Date: Mon May 26 00:22:22 2014 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 89921e395ee7a7f07db3ac85386c51fcd6c0acc6 -Author: Jim Nelson -Date: Fri May 23 15:22:50 2014 -0700 - - Update AppData to validate - -M misc/shotwell.appdata.xml - -commit 3b6886da6a601e3dace0fe3efd7269e438a2ba14 -Author: GunChleoc -Date: Mon May 19 09:15:22 2014 +0000 - - Updated Scottish Gaelic translation - -M po/gd.po - -commit ba9ed37d02d6a62fb5dbe47cb453171f9c23e4b5 -Author: Marek Černocký -Date: Wed May 14 13:34:35 2014 +0200 - - Updated Czech translation - -M po/cs.po - -commit aa32700e0632d7f9cca53fa9fafc5375754b9683 -Author: Jim Nelson -Date: Tue May 13 10:56:49 2014 -0700 - - Shotwell crashes when adjusting date/time: Closes bug #719098 - - Assertion was unnecessary and faulty. - -M src/Event.vala - -commit 97d965a30abaceba52e48e74a11d6c532169343a -Author: Rafael Ferreira -Date: Sun May 11 00:03:32 2014 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit db74ab9eb328eaefa5710ea8643d5c3017ac758c -Author: Piotr Drąg -Date: Thu May 8 00:25:32 2014 +0200 - - Updated Polish translation - -M po/pl.po - -commit 3007b2ec2a450034e5bc97d7d03df02ab10778fe -Author: Jim Nelson -Date: Tue May 6 13:58:53 2014 -0700 - - Add comment to prevent plugin install problems later - -M plugins/shotwell-publishing-extras/Makefile - -commit e1952f079ad4b11cc5826d4287ca1a4ac601d245 -Author: Petr Heynch -Date: Tue May 6 13:57:36 2014 -0700 - - Add Rajce.net icon: bug #729666 - -M plugins/plugins.mk -M plugins/shotwell-publishing-extras/Makefile -A plugins/shotwell-publishing-extras/rajce.png - -commit 9d8bfc1e8b5fb499b4b2e618360737db9195aea4 -Author: Daniel Korostil -Date: Tue May 6 23:17:27 2014 +0300 - - Updated Ukrainian translation - -M po/uk.po - -commit 4d6d6522ccafa3665745dca3ca3173ffa319fb4c -Author: Daniel Korostil -Date: Tue May 6 23:11:25 2014 +0300 - - Updated Ukrainian translation - -M po/uk.po - -commit 6d93554176ee59f4f5f473eacd5adbd8f1eb8c7c -Author: Daniel Landau -Date: Tue May 6 11:50:21 2014 -0700 - - Update cursor state after full-window mode: bug #729562, bug #719169 - - If the user double-clicks on a photo and moves through the collection - and/or removes photos from the collection, the cursor state in the - original page becomes bogus and leads to strange results when - navigating the cursor with the keyboard. This patch re-updates the - cursor state when returning to the page. - -M THANKS -M src/MediaPage.vala - -commit 2a6f84f55fecfdface61556aa7f30269c526e582 -Author: Joe Sapp -Date: Tue May 6 11:37:42 2014 -0700 - - Publish to Gallery 3: Closes bug #717839 - - Added to Shotwell Publishing Extras. - -M THANKS -M misc/org.yorba.shotwell.gschema.xml -M plugins/plugins.mk -A plugins/shotwell-publishing-extras/GalleryConnector.vala -M plugins/shotwell-publishing-extras/Makefile -A plugins/shotwell-publishing-extras/gallery3.png -A -plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade -A -plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -M po/POTFILES.in - -commit 449a856ec8441c837126bcd791b9bddfaf37edcc -Author: Wolfgang Steitz -Date: Tue May 6 11:20:41 2014 -0700 - - Deduce crop constraint when re-cropping image: Closes bug #719109 - -M src/editing_tools/EditingTools.vala - -commit afd4a3c04d53ebefb8be9b46bc1c54480786fa0b -Author: Petr Heynch -Date: Tue May 6 10:57:40 2014 -0700 - - Support for Rajce.net photo sharing service: Closes bug #722202 - - Added to Shotwell publishing extras. - -M THANKS -M misc/org.yorba.shotwell-extras.gschema.xml -M misc/org.yorba.shotwell.gschema.xml -M plugins/plugins.mk -M plugins/shotwell-publishing-extras/Makefile -A plugins/shotwell-publishing-extras/RajcePublishing.vala -A plugins/shotwell-publishing-extras/rajce_authentication_pane.glade -A -plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -M po/POTFILES.in - -commit 21c6a729c2cdc5d1503573fba2f27f8f13c1bf7d -Author: Christian Kirbach -Date: Thu May 1 18:31:21 2014 +0000 - - Updated German translation - -M po/de.po - -commit 9602e927c06cc31a443f62f58cdaff507be057e4 -Author: Dámaris Letelier -Date: Tue Apr 22 18:03:46 2014 +0200 - - Updated Spanish Translation - -M help/es/es.po - -commit 27b759a9527c66f12355c2ae33e1f1cccbf227c2 -Author: Daniel Mustieles -Date: Tue Apr 15 14:32:45 2014 +0200 - - Updated Spanish translation - -M help/es/es.po - -commit ceb793cdeddc67b27346cd5fae86a7c9e1f8b140 -Author: Daniel Mustieles -Date: Mon Apr 14 18:16:54 2014 +0200 - - Updated Spanish translation - -M help/es/es.po - -commit 80894811fb6ea0e78db07c3582bc9520a6bd3bff -Author: GunChleoc -Date: Mon Apr 14 09:46:53 2014 +0000 - - Updated Scottish Gaelic translation - -M po/gd.po - -commit 7b817ceca48322e8ae562b15fb4d39a82183e824 -Author: Aurimas Černius -Date: Sun Apr 13 23:05:05 2014 +0300 - - Updated Lithuanian translation - -M po/lt.po - -commit a76a8be6c949a7c9cfe60dd65093a5218a9e6a39 -Author: Daniel Mustieles -Date: Fri Apr 11 14:08:56 2014 +0200 - - Updated Spanish translation - -M help/es/es.po - -commit 0e0747baec471ac6ff25b6a687c0707d05ff849b -Author: GunChleoc -Date: Thu Apr 10 15:18:55 2014 +0000 - - Added Scottish Gaelic translation - -M po/LINGUAS -A po/gd.po - -commit 2bb2b0273a736df79a889a4bd7e9822b1996ee48 -Author: Daniel Mustieles -Date: Wed Apr 9 17:51:37 2014 +0200 - - Updated Spanish translation - -M help/es/es.po - -commit 68104d8e5e6fad0fd984dc0754d8a93654401ca4 -Author: Sam Friedmann -Date: Mon Apr 7 09:09:18 2014 +0000 - - Updated French translation - -M po/fr.po - -commit 254bb6e9b9e41532638e12759d26a1f66c8c0b3c -Author: Мирослав Николић -Date: Sat Apr 5 21:53:28 2014 +0200 - - Updated Serbian translation - -M po/sr.po -M po/sr@latin.po - -commit 512022bd7baaea3a4e75f447b8710de6bac6c1cf -Author: Ibrahim Saed -Date: Sat Apr 5 12:22:26 2014 +0100 - - Updated Arabic translation - -M po/ar.po - -commit eb0b8421045346131269d2a82159db09a05bba82 -Author: Rafael Ferreira -Date: Thu Apr 3 10:59:36 2014 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit b2d86f1f4b79766e724be7ed8f809893c83f0922 -Author: Rob van den Berg -Date: Tue Apr 1 08:28:27 2014 +0200 - - Updated Dutch translation master 0.18.0 - -M po/nl.po - -commit 8fcd6dff56c3134f50fc431dd481bd5a09035513 -Author: Marek Černocký -Date: Mon Mar 31 11:04:04 2014 +0200 - - Updated Czech translation - -M po/cs.po - -commit 55d5f2b7bbce2008e17fa65cd218b2525c45b3b7 -Author: Piotr Drąg -Date: Sun Mar 30 17:53:46 2014 +0200 - - Updated Polish translation - -M po/pl.po - -commit 001e91ac66857daaa7e2c53870e449db96081a9c -Author: Andika Triwidada -Date: Sun Mar 30 03:24:04 2014 +0000 - - Updated Indonesian translation - -M po/id.po - -commit dc7ec9a7f3094941d42f3768e91e6b52d740bc19 -Author: Jim Nelson -Date: Fri Mar 28 13:46:52 2014 -0700 - - Improved "Empty Trash" dialog buttons: Closes bgo#725085 - -M src/Dialogs.vala - -commit dd7931023a65addb36ff7888b4d8d41e33c1df55 -Author: Мирослав Николић -Date: Wed Mar 26 12:10:36 2014 +0100 - - Added Serbian translation - -M po/LINGUAS -M po/sr.po -A po/sr@latin.po - -commit dbb61655a4e9300540f163fcd3456c8f16829496 -Author: Daniel Korostil -Date: Tue Mar 25 22:15:35 2014 +0200 - - Added uk translation - -M po/uk.po - -commit 790b1fc10a009a32e43c041bc7aeeeb7245fa5f4 -Author: Jim Nelson -Date: Tue Mar 18 16:04:35 2014 -0700 - - Updated to Shotwell 0.18.0 - - Also includes packaging and tarball dist fixes. - -M Makefile -M NEWS -M debian/changelog - -commit aac9ddaf189645dc25dd2dc7dc3b6f077e2df96b -Author: Jim Nelson -Date: Tue Mar 18 14:43:37 2014 -0700 - - Package requirements for generating translated help pages - -M Makefile -M debian/control - -commit 642c249334874e1dd3ffd45fec837548a1e0bc61 -Author: Jim Nelson -Date: Tue Mar 18 13:13:35 2014 -0700 - - Compile and install translated help pages: Closes bgo#726589 - - Help .po files are compiles with the English .page files to generate - translated .page files at compile time. - -M .gitignore -M Makefile -M help/Makefile.am - -commit 9b771631f4d4c104ecf76e3b9218b43d4376a57f -Author: Dimitris Spingos -Date: Sun Mar 16 22:06:16 2014 +0200 - - Added Greek translation of help - -M help/Makefile.am -A help/el/el.po - -commit 4bc5f54b28831dbd81185e150d3807f3aa434647 -Author: Daniel Mustieles -Date: Fri Mar 14 18:02:09 2014 +0100 - - Updated Spanish translation - -M help/es/es.po - -commit fe0d93af6a25fab91d31efd1ff735578516f84a5 -Author: Rafael Ferreira -Date: Fri Mar 14 14:44:35 2014 +0000 - - Updated Brazilian Portuguese translation - -M po/pt_BR.po - -commit 3a6da2320e7055c4404c41d993834d4e9c1fe510 -Author: Aurimas Černius -Date: Fri Mar 7 22:44:07 2014 +0200 - - Updated Lithuanian translation - -M po/lt.po - -commit 9d14fb667e89bc57e9ee690a2b68e8762aa8747a -Author: Marek Černocký -Date: Thu Mar 6 12:36:15 2014 +0100 - - Updated Czech translation - -M po/cs.po - -commit f64ae4edf12ee3e6067db38e69e976747db29705 -Author: Balázs Úr -Date: Wed Mar 5 16:12:12 2014 +0000 - - Updated Hungarian translation - -M po/hu.po - -commit 76fff78f9f283afc51eebe4b71dba7f0c5aa7966 -Author: Jim Nelson -Date: Tue Mar 4 15:23:46 2014 -0800 - - Updated to Shotwell 0.17.2 - -M Makefile -M NEWS - -commit 2ec1ed7d49c442cbcbb2855623f92340d74d91bf -Author: Jim Nelson -Date: Tue Mar 4 14:34:04 2014 -0800 - - Revert "Prevent Extended Info text moving horiz: Closes bgo#718901" - - This reverts commit 7f6d4c1d66e3d11cb824135f05f4e7e25bfcb0a7. - -M src/Properties.vala - -commit b211542cb0326f9fcb110b9a1113a1809e374f0d -Author: Jim Nelson -Date: Tue Mar 4 14:26:23 2014 -0800 - - Too many open files when importing videos: Closes bgo#719121 - - A pipe was being unnecessarily created for launching the Shotwell - video thumbnailer, one per imported video. - -M src/VideoSupport.vala - -commit 18c905aff93fadbf2c7b2354f4543c1cc3124d21 -Author: Brian Masney -Date: Tue Mar 4 13:51:15 2014 -0800 - - Allow searching for event comments: Closes bgo#723749 - -M THANKS -M src/Event.vala - -commit f691aca08a53eddbbd5eeece7782d1a70da5348a -Author: Wolfgang Steitz -Date: Tue Mar 4 13:45:00 2014 -0800 - - Saved search supports diacritics: Closes bgo#719112 - -M src/Tag.vala -M src/searches/SearchBoolean.vala -M src/util/string.vala - -commit 7f6d4c1d66e3d11cb824135f05f4e7e25bfcb0a7 -Author: Joseph Bylund -Date: Tue Mar 4 13:39:35 2014 -0800 - - Prevent Extended Info text moving horiz: Closes bgo#718901 - - This prevents the text from moving horizontally when adding the - additional fields Shotwell displays for RAW photos. Only - vertical space is added (or removed). - -M src/Properties.vala - -commit f5609d893cd23b9d581925d7c366cf11353b076c -Author: Wolfgang Steitz -Date: Tue Mar 4 12:25:14 2014 -0800 - - Remeber "pin toolbar" state in fullscreen: Closes bgo#719111 - -M misc/org.yorba.shotwell.gschema.xml -M src/AppWindow.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala - -commit 35632da1ea90095ca1921eaba53631cc895fbe69 -Author: Claude Paroz -Date: Tue Feb 25 10:48:23 2014 +0100 - - Updated French translation - -M po/fr.po - -commit e964e547240552152242b75265ced20726b8f762 -Author: Vangelis Skarmoutsos -Date: Tue Feb 18 10:35:06 2014 +0200 - - Updated Greek translation - -M po/el.po - -commit a7c304e6683837cf7f0f99a6b7b0846763e3c6c8 -Author: Jim Nelson -Date: Mon Feb 17 16:51:32 2014 -0800 - - Update to version 0.17.1. - -M Makefile -M NEWS - -commit 6321cbf488c147e394e52c77badfed34f33352f6 -Author: Jim Nelson -Date: Tue Feb 11 14:08:58 2014 -0800 - - Revert "Incl matching folder names keyword search: Closes bgo#722756" - - This reverts commit 51f04e9c1f9c8605a9945a63d93681823fc39c50. - -M THANKS -M src/MediaDataRepresentation.vala - -commit 65d5379d3ea2c20326f4135623dd5f128ea9afde -Author: Andika Triwidada -Date: Fri Feb 7 06:16:41 2014 +0000 - - Updated Indonesian translation - -M po/id.po - -commit 4b7d9fabc353968a5451ad363788df57a3684a36 -Author: Fran Diéguez -Date: Fri Feb 7 01:56:19 2014 +0100 - - Updated Galician translations - -M po/gl.po - -commit 8a84058adcfe2a4ceecb67440f80f43a5f1117e7 -Author: ngoswami -Date: Thu Feb 6 10:12:19 2014 +0000 - - Updated Assamese translation - -M po/as.po - -commit 4e016ae01de854983f8c41871fb943a3453ca5f4 -Author: Piotr Drąg -Date: Wed Feb 5 19:42:57 2014 +0100 - - Updated Polish translation - -M po/pl.po - -commit 57c9c4ba2b56279ad6eaba854038a454946fd311 -Author: Jim Nelson -Date: Tue Feb 4 17:49:54 2014 -0800 - - Shotwell 0.17.0 - - This also closes bgo#719310, as this is the first release using the - GNOME versioning scheme. - -M Makefile -M NEWS - -commit 51f04e9c1f9c8605a9945a63d93681823fc39c50 -Author: ritchiew -Date: Tue Feb 4 17:38:00 2014 -0800 - - Include matching folder names for keyword search: Closes bgo#722756 - - Photos in the library match on their folder names up to the library - root. Photos outside the library match only on their folder name. - -M THANKS -M src/MediaDataRepresentation.vala - -commit dab057de12b8685996d761ff60518818a36d9a85 -Author: Jim Nelson -Date: Tue Feb 4 16:26:22 2014 -0800 - - Glade strings not intended for translation: Closes bgo#723538 - - Some strings in the plugin Glade files are populated in code and - should not be marked for translation. - -M -plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade -M plugins/shotwell-publishing/facebook_publishing_options_pane.glade -M plugins/shotwell-publishing/flickr_publishing_options_pane.glade -M plugins/shotwell-publishing/picasa_publishing_options_pane.glade - -commit e8904c094475cea16aed9acb6b9839c7c8c7fc09 -Author: Jim Nelson -Date: Tue Feb 4 16:07:44 2014 -0800 - - Update copyrights to 2014: Closes bgo#722382 - -M INSTALL -M README -M chkver -M configure -M debian/copyright -M help/C/Makefile -M misc/shotwell.appdata.xml -M mkunit -M mkvala -M plugins/common/RESTSupport.vala -M plugins/common/Resources.vala -M plugins/common/SqliteSupport.vala -M plugins/common/VersionNumber.vala -M plugins/shotwell-data-imports/FSpotDatabase.vala -M plugins/shotwell-data-imports/FSpotDatabaseBehavior.vala -M plugins/shotwell-data-imports/FSpotDatabaseTable.vala -M plugins/shotwell-data-imports/FSpotImporter.vala -M plugins/shotwell-data-imports/FSpotMetaTable.vala -M plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala -M plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala -M plugins/shotwell-data-imports/FSpotPhotosTable.vala -M plugins/shotwell-data-imports/FSpotRollsTable.vala -M plugins/shotwell-data-imports/FSpotTableBehavior.vala -M plugins/shotwell-data-imports/FSpotTagsTable.vala -M plugins/shotwell-data-imports/shotwell-data-imports.vala -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -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 -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/BlindsEffect.vala -M plugins/shotwell-transitions/ChessEffect.vala -M plugins/shotwell-transitions/CircleEffect.vala -M plugins/shotwell-transitions/CirclesEffect.vala -M plugins/shotwell-transitions/ClockEffect.vala -M plugins/shotwell-transitions/CrumbleEffect.vala -M plugins/shotwell-transitions/FadeEffect.vala -M plugins/shotwell-transitions/SlideEffect.vala -M plugins/shotwell-transitions/SquaresEffect.vala -M plugins/shotwell-transitions/StripesEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M samples/simple-plugin/simple-plugin.vala -M settings-migrator/shotwell-settings-migrator -M src/AppDirs.vala -M src/AppWindow.vala -M src/Application.vala -M src/BatchImport.vala -M src/Box.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/CommandManager.vala -M src/Commands.vala -M src/CustomComponents.vala -M src/Debug.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/Exporter.vala -M src/International.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/MediaDataRepresentation.vala -M src/MediaInterfaces.vala -M src/MediaMetadata.vala -M src/MediaMonitor.vala -M src/MediaPage.vala -M src/MediaViewTracker.vala -M src/MetadataWriter.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoMonitor.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Printing.vala -M src/Properties.vala -M src/Resources.vala -M src/Screensaver.vala -M src/SearchFilter.vala -M src/SlideshowPage.vala -M src/SortedList.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/TimedQueue.vala -M src/Tombstone.vala -M src/UnityProgressBar.vala -M src/Upgrades.vala -M src/VideoMetadata.vala -M src/VideoMonitor.vala -M src/VideoSupport.vala -M src/camera/Branch.vala -M src/camera/Camera.vala -M src/camera/CameraTable.vala -M src/camera/GPhoto.vala -M src/camera/ImportPage.vala -M src/config/Config.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/core/Alteration.vala -M src/core/ContainerSourceCollection.vala -M src/core/Core.vala -M src/core/DataCollection.vala -M src/core/DataObject.vala -M src/core/DataSet.vala -M src/core/DataSource.vala -M src/core/DataSourceTypes.vala -M src/core/DataView.vala -M src/core/DataViewTypes.vala -M src/core/DatabaseSourceCollection.vala -M src/core/SourceCollection.vala -M src/core/SourceHoldingTank.vala -M src/core/SourceInterfaces.vala -M src/core/Tracker.vala -M src/core/ViewCollection.vala -M src/core/util.vala -M src/data_imports/DataImportJob.vala -M src/data_imports/DataImportSource.vala -M src/data_imports/DataImports.vala -M src/data_imports/DataImportsPluginHost.vala -M src/data_imports/DataImportsUI.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/EventTable.vala -M src/db/PhotoTable.vala -M src/db/SavedSearchDBTable.vala -M src/db/TagTable.vala -M src/db/TombstoneTable.vala -M src/db/VersionTable.vala -M src/db/VideoTable.vala -M src/direct/Direct.vala -M src/direct/DirectPhoto.vala -M src/direct/DirectPhotoPage.vala -M src/direct/DirectView.vala -M src/direct/DirectWindow.vala -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala -M src/events/Branch.vala -M src/events/EventDirectoryItem.vala -M src/events/EventPage.vala -M src/events/Events.vala -M src/events/EventsDirectoryPage.vala -M src/folders/Branch.vala -M src/folders/Folders.vala -M src/folders/Page.vala -M src/library/Branch.vala -M src/library/FlaggedBranch.vala -M src/library/FlaggedPage.vala -M src/library/ImportQueueBranch.vala -M src/library/ImportQueuePage.vala -M src/library/LastImportBranch.vala -M src/library/LastImportPage.vala -M src/library/Library.vala -M src/library/LibraryWindow.vala -M src/library/OfflineBranch.vala -M src/library/OfflinePage.vala -M src/library/TrashBranch.vala -M src/library/TrashPage.vala -M src/main.vala -M src/photos/BmpSupport.vala -M src/photos/GRaw.vala -M src/photos/GdkSupport.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoFileAdapter.vala -M src/photos/PhotoFileFormat.vala -M src/photos/PhotoFileSniffer.vala -M src/photos/PhotoMetadata.vala -M src/photos/Photos.vala -M src/photos/PngSupport.vala -M src/photos/RawSupport.vala -M src/photos/TiffSupport.vala -M src/plugins/DataImportsInterfaces.vala -M src/plugins/ManifestWidget.vala -M src/plugins/Plugins.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/StandardHostInterface.vala -M src/plugins/TransitionsInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/Publishing.vala -M src/publishing/PublishingPluginHost.vala -M src/publishing/PublishingUI.vala -M src/searches/Branch.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SavedSearchPage.vala -M src/searches/SearchBoolean.vala -M src/searches/Searches.vala -M src/sidebar/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Sidebar.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala -M src/slideshow/Slideshow.vala -M src/slideshow/TransitionEffects.vala -M src/tags/Branch.vala -M src/tags/HierarchicalTagIndex.vala -M src/tags/HierarchicalTagUtilities.vala -M src/tags/TagPage.vala -M src/tags/Tags.vala -M src/threads/BackgroundJob.vala -M src/threads/Semaphore.vala -M src/threads/Threads.vala -M src/threads/Workers.vala -M src/unit/Unit.vala -M src/unit/rc/Unit.m4 -M src/unit/rc/UnitInternals.m4 -M src/unit/rc/template.vala -M src/unit/rc/unitize_entry.m4 -M src/util/KeyValueMap.vala -M src/util/Util.vala -M src/util/file.vala -M src/util/image.vala -M src/util/misc.vala -M src/util/string.vala -M src/util/system.vala -M src/util/ui.vala -M thumbnailer/shotwell-video-thumbnailer.vala -M vapi/ExtendedPosix.vapi -M vapi/LConv.vapi -M vapi/gphoto-2.4/libgphoto2.vapi -M vapi/gphoto-2.5/libgphoto2.vapi -M vapi/gphoto.h -M vapi/libexif.vapi -M vapi/libraw.vapi - -commit 450558d9b8ae5c47078742e5be0ed99d95301c77 -Author: Ankit Patel -Date: Tue Feb 4 15:58:48 2014 +0530 - - Updated Gujarati translations - -M po/gu.po - -commit 28e3f663186d5a4dbfc317fa80e4d7e29a0179f0 -Author: Gabor Kelemen -Date: Mon Feb 3 15:49:11 2014 +0100 - - Updated Hungarian translation - -M po/hu.po - -commit 6a354deb673c65594e13d983934564f7fe5dff34 -Author: Gabor Kelemen -Date: Mon Feb 3 15:20:36 2014 +0100 - - Updated Hungarian translation - -M po/hu.po - -commit 76f87a1dba91136075fe360ad7af429cbc0c1615 -Author: Shankar Prasad -Date: Mon Feb 3 18:34:50 2014 +0530 - - updated kn.po - -M po/kn.po - -commit 9ac3952e90fb31e62c01884799db82d98e3938b4 -Author: Shantha kumar -Date: Mon Feb 3 13:06:11 2014 +0530 - - Tamil Translations Updated - -M po/ta.po - -commit face4be8dfad6a700dddccc6f25c325ba9711e7c -Author: Daniel Korostil -Date: Sun Feb 2 22:29:13 2014 +0000 - - Updated Ukrainian translation - -M po/uk.po - -commit deb91cfd0e1976ce27a1ed0aa3c402165991f047 -Author: Dimitris Spingos -Date: Sat Feb 1 09:06:27 2014 +0200 - - Updated Greek translation - -M po/el.po - -commit 7b99fe256af6454d1f0ca895715c863d9d03e59a -Author: Krishnababu Krothapalli -Date: Thu Jan 30 13:45:21 2014 +0530 - - Updated Telugu Translations - -M po/te.po - -commit f9306397e721f77f7d386ed9129f947888850f5a -Author: Cheng-Chia Tseng -Date: Tue Jan 28 20:29:34 2014 +0800 - - Updated Traditional Chinese translation(Hong Kong and Taiwan) - -M po/LINGUAS -C054 po/zh_TW.po po/zh_HK.po -M po/zh_TW.po - -commit 99aaa3f3138a165eac36e20128bffd8a75920603 -Author: Fran Diéguez -Date: Tue Jan 21 00:11:07 2014 +0100 - - Updated Galician translations - -M po/gl.po - -commit 397c4a39bb35238a15eb08e0dc3061e3748658fe -Author: 甘 露 -Date: Sat Jan 18 17:46:38 2014 +0800 - - Update Chinese simplified translation - -M po/zh_CN.po - -commit 7db3fc1f4333b3c016e9bca91565174df1155db5 -Author: Daniel Mustieles -Date: Thu Jan 16 10:32:34 2014 +0100 - - Updated Spanish translation - -M help/Makefile.am -A help/es/es.po - -commit c5dd916c55fc96911349a0e8990ef8eb74d2483e -Author: Piotr Drąg -Date: Wed Jan 15 21:16:20 2014 +0100 - - Updated Polish translation - -M po/pl.po - -commit e9f5eefa7ddcf74406e5686c27442f1111b952af -Author: Charles Lindsay -Date: Wed Jan 15 11:51:09 2014 -0800 - - Merge po files, set up for intltool and l10n.gnome.org - - This removes the custom .pot file setup we had before, making it - easy to - translate Shotwell using the standard intltool workflow. - - This also merges the two separate core/extras gettext domains - into one, - to keep things simple. I hope I've merged all the po files correctly, - but I wouldn't bet money I did it perfectly. - - We also set up the help to be able to be translated on l10n.gnome.org. - - Closes: bgo #718783 - -M Makefile -A help/Makefile.am -M plugins/shotwell-publishing-extras/TumblrPublishing.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -A po/LINGUAS -A po/POTFILES.in -A po/POTFILES.skip -R100 po/shotwell-core/af.po po/af.po -R085 po/shotwell-core/ar.po po/ar.po -R083 po/shotwell-core/as.po po/as.po -R091 po/shotwell-core/ast.po po/ast.po -R091 po/shotwell-core/bg.po po/bg.po -R094 po/shotwell-core/bn.po po/bn.po -R091 po/shotwell-core/bn_IN.po po/bn_IN.po -R085 po/shotwell-core/ca.po po/ca.po -R085 po/shotwell-core/cs.po po/cs.po -R089 po/shotwell-core/da.po po/da.po -R083 po/shotwell-core/de.po po/de.po -R081 po/shotwell-core/el.po po/el.po -R088 po/shotwell-core/en_GB.po po/en_GB.po -R100 po/shotwell-extras/eo.po po/eo.po -R085 po/shotwell-core/es.po po/es.po -R087 po/shotwell-core/et.po po/et.po -R084 po/shotwell-core/eu.po po/eu.po -R087 po/shotwell-core/fi.po po/fi.po -R083 po/shotwell-core/fr.po po/fr.po -R086 po/shotwell-core/gl.po po/gl.po -R083 po/shotwell-core/gu.po po/gu.po -R086 po/shotwell-core/he.po po/he.po -R083 po/shotwell-core/hi.po po/hi.po -R090 po/shotwell-core/hr.po po/hr.po -R086 po/shotwell-core/hu.po po/hu.po -R100 po/shotwell-core/ia.po po/ia.po -R088 po/shotwell-core/id.po po/id.po -R085 po/shotwell-core/it.po po/it.po -R084 po/shotwell-core/ja.po po/ja.po -R085 po/shotwell-core/kk.po po/kk.po -R100 po/shotwell-core/km.po po/km.po -R080 po/shotwell-core/kn.po po/kn.po -R086 po/shotwell-core/ko.po po/ko.po -R100 po/shotwell-core/ky.po po/ky.po -R088 po/shotwell-core/lt.po po/lt.po -R086 po/shotwell-core/lv.po po/lv.po -R087 po/shotwell-core/mk.po po/mk.po -R081 po/shotwell-core/ml.po po/ml.po -R085 po/shotwell-core/mr.po po/mr.po -R086 po/shotwell-core/nb.po po/nb.po -R085 po/shotwell-core/nl.po po/nl.po -R093 po/shotwell-core/nn.po po/nn.po -R084 po/shotwell-core/or.po po/or.po -R085 po/shotwell-core/pa.po po/pa.po -R082 po/shotwell-core/pl.po po/pl.po -R085 po/shotwell-core/pt.po po/pt.po -R085 po/shotwell-core/pt_BR.po po/pt_BR.po -R082 po/shotwell-core/ro.po po/ro.po -R082 po/shotwell-core/ru.po po/ru.po -D po/shotwell-core/shotwell.pot -D po/shotwell-extras/ar.po -D po/shotwell-extras/as.po -D po/shotwell-extras/ast.po -D po/shotwell-extras/bg.po -D po/shotwell-extras/bn.po -D po/shotwell-extras/bn_IN.po -D po/shotwell-extras/ca.po -D po/shotwell-extras/cs.po -D po/shotwell-extras/da.po -D po/shotwell-extras/de.po -D po/shotwell-extras/el.po -D po/shotwell-extras/en_GB.po -D po/shotwell-extras/es.po -D po/shotwell-extras/et.po -D po/shotwell-extras/eu.po -D po/shotwell-extras/fi.po -D po/shotwell-extras/fr.po -D po/shotwell-extras/gl.po -D po/shotwell-extras/gu.po -D po/shotwell-extras/he.po -D po/shotwell-extras/hi.po -D po/shotwell-extras/hr.po -D po/shotwell-extras/hu.po -D po/shotwell-extras/id.po -D po/shotwell-extras/it.po -D po/shotwell-extras/ja.po -D po/shotwell-extras/kk.po -D po/shotwell-extras/kn.po -D po/shotwell-extras/ko.po -D po/shotwell-extras/lt.po -D po/shotwell-extras/lv.po -D po/shotwell-extras/mk.po -D po/shotwell-extras/ml.po -D po/shotwell-extras/mr.po -D po/shotwell-extras/nb.po -D po/shotwell-extras/nl.po -D po/shotwell-extras/nn.po -D po/shotwell-extras/or.po -D po/shotwell-extras/pa.po -D po/shotwell-extras/pl.po -D po/shotwell-extras/pt.po -D po/shotwell-extras/pt_BR.po -D po/shotwell-extras/ro.po -D po/shotwell-extras/ru.po -D po/shotwell-extras/shotwell-extras.pot -D po/shotwell-extras/sk.po -D po/shotwell-extras/sl.po -D po/shotwell-extras/sr.po -D po/shotwell-extras/sv.po -D po/shotwell-extras/ta.po -D po/shotwell-extras/te.po -D po/shotwell-extras/th.po -D po/shotwell-extras/tr.po -D po/shotwell-extras/uk.po -D po/shotwell-extras/vi.po -D po/shotwell-extras/zh_CN.po -D po/shotwell-extras/zh_TW.po -R083 po/shotwell-core/sk.po po/sk.po -R082 po/shotwell-core/sl.po po/sl.po -R082 po/shotwell-core/sr.po po/sr.po -R085 po/shotwell-core/sv.po po/sv.po -R078 po/shotwell-core/ta.po po/ta.po -R086 po/shotwell-core/te.po po/te.po -R092 po/shotwell-core/th.po po/th.po -R085 po/shotwell-core/tr.po po/tr.po -R077 po/shotwell-core/uk.po po/uk.po -R092 po/shotwell-core/vi.po po/vi.po -R089 po/shotwell-core/zh_CN.po po/zh_CN.po -R090 po/shotwell-core/zh_TW.po po/zh_TW.po -D potgen-shotwell - -commit c767099e9b8cfa7113fd8c24cb2d0c9c95cc8f62 -Author: Jim Nelson -Date: Mon Jan 13 17:40:26 2014 -0800 - - Add translator comments for strftime strings: Refs bgno#716533 - - The strftime strings for local-specific date/time formats are - cryptic, so hopefully these comments will help translators make the - right choice. - -M src/Resources.vala - -commit d9b73ef0197d0f7d6d15eb4e9c68340ef0eb71ce -Author: Thomas Moschny -Date: Mon Dec 9 16:53:10 2013 -0800 - - Build when "-Werror=format-security" used: Closes #719863 - -M src/Dialogs.vala - -commit 4396ed3fb73ec756b8a56751503002bcff91ab54 -Author: Jim Nelson -Date: Tue Nov 19 17:26:12 2013 -0800 - - Merge from shotwell-0.15 for 0.15.1 - -M Makefile -M NEWS -M debian/changelog - -commit 17f34137e6b213542bdfd3cf2def71c60342f7d5 -Author: Jim Nelson -Date: Tue Nov 19 14:53:40 2013 -0800 - - Crash in video interpretable check: Closes #5071 - - The database and ThumbnailCache calls in check_is_interpretable - are not thread-safe although check_is_interpretable was being - called from a background thread. Now check_is_interpretable returns - an object with a foreground_finish() function that does the thread- - unsafe work there. - -M src/VideoMonitor.vala -M src/VideoSupport.vala - -commit c1972e2f2baa1f3679deeb8528b1747b8e6b588b -Author: Jim Nelson -Date: Tue Nov 19 15:38:42 2013 -0800 - - Fix gettext problems - - GNOME's pre-commit hooks discovered a couple of gettext problems in - three translations. This removes (by hand) the c-format specifiers - that were causing the problem as well as adds the no-c-format comments - in the code so the problem doesn't happen again. - - Finally, msgfmt -c is now used to catch these errors in the future, - although the Makefile doesn't abort (like it should) when that - happens. More work necessary for that. - -M Makefile -M po/shotwell-core/hi.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M src/PhotoPage.vala -M src/direct/DirectPhotoPage.vala - -commit dbfbe461961b19beb77220c4b412fa4c78564a50 -Author: Piotr Drąg -Date: Tue Nov 19 01:12:23 2013 +0100 - - Correct language codes of PO files - - Also fuzzify invalid translations, otherwise git.gnome.org won't - let me commit. - -M Makefile -M po/shotwell-core/af.po -D po/shotwell-core/af_ZA.po -M po/shotwell-core/ar.po -M po/shotwell-core/as.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn_IN.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/el.po -M po/shotwell-core/es.po -M po/shotwell-core/eu.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/gu.po -M po/shotwell-core/he.po -M po/shotwell-core/id.po -D po/shotwell-core/id_ID.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kn.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/ml.po -M po/shotwell-core/mr.po -M po/shotwell-core/nl.po -R100 po/shotwell-core/nn_NO.po po/shotwell-core/nn.po -M po/shotwell-core/or.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sv.po -D po/shotwell-core/ta_IN.po -M po/shotwell-core/te.po -D po/shotwell-core/te_IN.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -D po/shotwell-core/tr_TR.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -D po/shotwell-extras/id_ID.po -R100 po/shotwell-extras/nn_NO.po po/shotwell-extras/nn.po -D po/shotwell-extras/tr_TR.po - -commit 04cb26fcff6386ca3e75daf41407b59a1b053497 -Author: Piotr Drąg -Date: Tue Nov 19 01:01:30 2013 +0100 - - Capitalize description in DOAP file - - To follow the convention. - -M shotwell.doap - -commit 52cbc5541db2f3806a61036554835e1ffe7b4177 -Author: Charles Lindsay -Date: Mon Nov 18 15:56:58 2013 -0800 - - Add DOAP file for GNOME - -A shotwell.doap - -commit 61c782ceaeef7a88ffa5f2c6d3dfa9975b72f559 -Author: Jim Nelson -Date: Thu Nov 14 14:27:35 2013 -0800 - - Tumble plugin doesn't show authentication pane: Closes #7691 - - Glade files were not being installed by Makefile nor included in - the tarball. - -M plugins/plugins.mk - -commit fd35f69e5fb04758b9211a5f57f9c119db97d086 -Author: Frenk X -Date: Wed Oct 30 11:45:19 2013 -0700 - - Importing to library with limited rights fails: Closes #7550 - -M src/LibraryFiles.vala - -commit 15f187ca134522654c0158600ff718e2725ef735 -Author: Jim Nelson -Date: Mon Oct 28 18:04:13 2013 -0700 - - Fix Alteration detail name: Refs #7631 - -M src/Photo.vala - -commit 04fd9b486673b04dbb5b9886c20df731189938d1 -Author: Frenk X -Date: Mon Oct 28 17:56:02 2013 -0700 - - Fix Makefile error if VALAC is defined: Closes #7650 - -M Makefile -M THANKS - -commit 4e90a16ffa14d920357426d4517e9ec8969a81d1 -Author: Charles Lindsay -Date: Fri Oct 4 14:18:34 2013 -0700 - - Bump packaging version for latest gexiv2 - -M debian/changelog - -commit 4a61752f3a32a6f879b61c1fd6b38559a8f92613 -Author: Jim Nelson -Date: Thu Oct 3 18:19:55 2013 -0700 - - Version 0.15.0+trunk - -M Makefile - -commit df90d19ee14bc505ac3e35617a5b41dac4129588 -Author: Jim Nelson -Date: Thu Oct 3 18:16:55 2013 -0700 - - Version 0.15.0 - -M Makefile -M debian/changelog - -commit 1e9e3a3fc97906a8819398e42fd30ebb213aa79d -Author: Jim Nelson -Date: Thu Oct 3 17:20:35 2013 -0700 - - Translations for 0.15.0 - -M Makefile -M po/shotwell-core/af.po -C057 po/shotwell-core/af.po po/shotwell-core/af_ZA.po -M po/shotwell-core/ar.po -M po/shotwell-core/as.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -A po/shotwell-core/bn_IN.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/gu.po -M po/shotwell-core/he.po -M po/shotwell-core/hi.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/ia.po -M po/shotwell-core/id.po -C066 po/shotwell-core/id.po po/shotwell-core/id_ID.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/km.po -M po/shotwell-core/kn.po -M po/shotwell-core/ko.po -C059 po/shotwell-core/km.po po/shotwell-core/ky.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/ml.po -M po/shotwell-core/mr.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -C058 po/shotwell-core/km.po po/shotwell-core/nn_NO.po -M po/shotwell-core/or.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -C057 po/shotwell-core/km.po po/shotwell-core/ta_IN.po -M po/shotwell-core/te.po -C059 po/shotwell-core/km.po po/shotwell-core/te_IN.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -C069 po/shotwell-core/tr.po po/shotwell-core/tr_TR.po -M po/shotwell-core/uk.po -M po/shotwell-core/vi.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/as.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -C094 po/shotwell-extras/bn.po po/shotwell-extras/bn_IN.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/eo.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -C057 po/shotwell-extras/he.po po/shotwell-extras/gu.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hi.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -C089 po/shotwell-extras/id.po po/shotwell-extras/id_ID.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/kn.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/ml.po -M po/shotwell-extras/mr.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -C069 po/shotwell-extras/nb.po po/shotwell-extras/nn_NO.po -M po/shotwell-extras/or.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -C082 po/shotwell-extras/tr.po po/shotwell-extras/tr_TR.po -M po/shotwell-extras/uk.po -C077 po/shotwell-extras/ast.po po/shotwell-extras/vi.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po - -commit f3780c933fb9d734ff4b5eed96f7410a4eacc57f -Author: Jim Nelson -Date: Thu Oct 3 16:34:46 2013 -0700 - - Prepping for 0.15.0 - -M NEWS -M debian/changelog - -commit 861d439ef4e0f2eb54e1090503a49d4e185cbf59 -Author: Damien Lallement -Date: Wed Oct 2 18:33:44 2013 -0700 - - Create AppData directory before installing file: Closes #7583 - -M Makefile - -commit 9b7cd5a43f0cc30d4a0ea36186034dc9cd951c31 -Author: David Woodhouse -Date: Tue Oct 1 18:49:36 2013 -0700 - - Don't re-open stdout in thumbnailer: Closes #7580 - - Causes an SELinux policy violation. - -M THANKS -M thumbnailer/shotwell-video-thumbnailer.vala - -commit 298165e8183cd8e67e6411357957b5db173acda3 -Author: Jim Nelson -Date: Tue Oct 1 17:04:14 2013 -0700 - - Fixed validation problem in AppData file - -M misc/shotwell.appdata.xml - -commit 0416fcbdde7ae0fef4ad34a07259c2649bafb303 -Author: Jim Nelson -Date: Tue Oct 1 15:41:57 2013 -0700 - - Crop tool sanity-checks its GSettings: Closes #7359 - - In the ticket, the user's last-chosen crop setting was a separator, - leading to havoc. - -M src/editing_tools/EditingTools.vala - -commit d376d2c451b81e2f44d6a68b0e338e82c151375b -Author: Jim Nelson -Date: Tue Oct 1 15:00:40 2013 -0700 - - Add AppData file: Closes #7552 - -M Makefile -A misc/shotwell.appdata.xml - -commit f304cc93e8459f81c5be1a02b6ff7674e72b7387 -Author: Jim Nelson -Date: Fri Sep 27 15:39:04 2013 -0700 - - Update debian/control for new gphoto2 package name - - For libgphoto2 2.5, the package name was changed in Saucy. - -M debian/control - -commit b4bf0794ec36c671dea91b2500679b85d07731d9 -Author: Jim Nelson -Date: Tue Sep 24 15:18:02 2013 -0700 - - Bump to 0.15.0pr3+trunk - -M Makefile - -commit 03b8ae1bd1ec7c55d61cd0faf846a8c06477d24b -Author: Jim Nelson -Date: Tue Sep 24 15:12:45 2013 -0700 - - Bump to 0.15.0pr3 - -M Makefile - -commit 072230870e71fc1eba8cb1aa9cef61d58d72eb46 -Author: Jim Nelson -Date: Tue Sep 24 15:08:27 2013 -0700 - - Revert minimum requirement to Vala 0.20.1: Closes #7537 - - Since enabling deprecated in main app, might as well enable - deprecated in plugins. This allows for us to revert back to - a minimum Vala requirement of 0.20.1, which is convenient for - Ubuntu. - -M Makefile -M plugins/Makefile.plugin.mk -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit aba64603bbcbe9409e9669a8acf9f9b32aed4ae8 -Author: Jim Nelson -Date: Fri Sep 20 15:25:58 2013 -0700 - - Bump to Shotwell 0.15.0pr2+trunk - -M Makefile - -commit dea6b573189905b1eb0d34df510952f2e8768211 -Author: Jim Nelson -Date: Fri Sep 20 15:25:07 2013 -0700 - - Shotwell 0.15.0pr2 - -M Makefile - -commit a4217a72fd424ee11079738d28ebfbfa3429a313 -Author: Jim Nelson -Date: Fri Sep 20 12:09:25 2013 -0700 - - Updated string files for 0.15 - - Also now includes potgen-shotwell script, which generates the - .pot files. "make pot_file" will execute it automatically. - Script also included in tarball. Closes #7526 - -M Makefile -M po/shotwell-core/shotwell.pot -M po/shotwell-extras/shotwell-extras.pot -A potgen-shotwell - -commit 0dc2ce3c45e48800777bfae3cfdd8340291e0d5e -Author: Jim Nelson -Date: Thu Sep 19 16:55:04 2013 -0700 - - shotwell-video-thumbnailer fails to gen thumbnails: Refs #7258 - - Removing bpp and depth params from gstreamer call, as - recommended at https://bugzilla.gnome.org/show_bug.cgi?id=708034#c4 - -M thumbnailer/shotwell-video-thumbnailer.vala - -commit c3a3be285546383c934c2482d38f0c00f2fdc050 -Author: Joseph Bylund -Date: Thu Sep 19 15:31:07 2013 -0700 - - Cropped or straighten portraits stretched at export: Closes #7035 - - Also deals with #6945, which reported the problem for publishing - to Facebook. - -M src/Photo.vala - -commit 1cc65d4b2365a6069cf2e0261ab597529000584e -Author: Jim Nelson -Date: Thu Sep 19 15:29:32 2013 -0700 - - Videos not moved out of Missing Files when reimported: Closes #7462 - -M src/BatchImport.vala - -commit 7253b2a783409da253436786abb281dc132a3fe5 -Author: Jim Nelson -Date: Thu Sep 19 14:41:02 2013 -0700 - - Vala 0.21.2 requirement in debian packaging - - Also related to #7486 - -M debian/control - -commit 8ab6d1e5f421505c06335766da9ea8fc608ed018 -Author: Jim Nelson -Date: Thu Sep 19 14:39:58 2013 -0700 - - Require Vala 0.21.2 - - Related to #7486, forgot to bump up the valac version minimum. - -M Makefile - -commit edd71bd5e984a3f5195eef3c202f3c2b3337a957 -Author: Jim Nelson -Date: Thu Sep 19 14:14:01 2013 -0700 - - Memory usage to high when exporting photos: Closes #7115 - -M src/Exporter.vala -M src/threads/Workers.vala - -commit 8e0b072d0b9655a315f984577dd36abfc2a8061e -Author: Jim Nelson -Date: Thu Sep 19 13:59:12 2013 -0700 - - Help -> Report a Problem sends user to login page: Closes #6946 - -M src/Resources.vala - -commit 463ed0e4ae3a6ae306aeba659ad14c544d4cc889 -Author: Jim Nelson -Date: Thu Sep 19 13:47:45 2013 -0700 - - Remove Valadate unit testing: Closes #6712 - -M Makefile -M configure -D src/SortedListTests.vala - -commit d5ee1ea105967b8c4d1834984342994d19a53f1f -Author: Joseph Bylund -Date: Thu Sep 19 12:58:38 2013 -0700 - - Remove Gee.TreeSet workaround: Closes #6480 - - Bumps gee-0.8 minimum requirement to 0.8.5. - -M Makefile -M debian/control -M src/Commands.vala -M src/Dialogs.vala -M src/MediaDataRepresentation.vala -M src/Tag.vala -M src/photos/PhotoMetadata.vala -M src/plugins/Plugins.vala -M src/sidebar/Branch.vala -M src/slideshow/TransitionEffects.vala -M src/tags/Branch.vala -M src/tags/HierarchicalTagIndex.vala -M src/util/misc.vala - -commit ce01a7de0060b99c0429f5f37718877386d8b7de -Author: Joseph Bylund -Date: Thu Sep 19 12:51:15 2013 -0700 - - --libexec option in configure script: Closes #6042 - -M Makefile -M configure -M src/AppDirs.vala -M src/Resources.vala - -commit 8a4a6333348dec61927dbc548371e95929d85625 -Author: Dominique Leuenberger -Date: Thu Sep 19 12:43:42 2013 -0700 - - Crash when importing AVI file: Closes #7413 - - Fixes some unsafe scanf() parameters. - -M THANKS -M src/VideoMetadata.vala - -commit f564c75fe16472f584532a4b05f6af73df051b97 -Author: Wolfgang Steitz -Date: Thu Sep 19 12:20:52 2013 -0700 - - Make Paste Color Adjustments sensitive when copied: Closes #7406 - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit ba0908d6702b219534a09806729fb25dd9875c3f -Author: Wolfgang Steitz -Date: Thu Sep 19 12:18:24 2013 -0700 - - Change Copy Color Adjustments sensitivity when photo alt: Closes #7405 - -M src/CollectionPage.vala - -commit 2736686002e0d7d4cc40266f795f3703b23a67d0 -Author: Jim Nelson -Date: Fri Sep 13 14:16:08 2013 -0700 - - Deprecations in Vala 0.21.2: Closes #7486 - - Deprecations were libsoup symbols when compiling the plugins. The - main app is already building with deprecations enabled. - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit a56ff011709a088bbd1b4a6a00021b3c34d846c2 -Author: Jim Nelson -Date: Tue Aug 27 17:07:59 2013 -0700 - - Bump version to 0.15.0pr1+trunk - -M Makefile - -commit 302f4a09479ae22833e1638c20aebc8c1034aaa5 -Author: Jim Nelson -Date: Tue Aug 27 17:02:02 2013 -0700 - - Shotwell 0.15.0pr1 - -M Makefile - -commit b6226f253fdeb5ab0542445bce5234a8827c687d -Author: Jim Nelson -Date: Tue Aug 27 15:11:59 2013 -0700 - - Update extension of new "no-event" icon - -M Makefile - -commit 74b0c1ff8795f8e866661cd894dac52d4201de43 -Author: Wolfgang Steitz -Date: Tue Aug 27 14:47:49 2013 -0700 - - Add "modified media" saved search: Closes #4111 - - User can now add a "is media modified" criteria to a saved search. - -M src/db/SavedSearchDBTable.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit 5a38bb1e360d49c2bd2609541ea5e9795d050c9e -Author: Wolfgang Steitz -Date: Tue Aug 27 14:36:49 2013 -0700 - - Copy and paste color adjustments: Closes #2517 - - Color adjustments now have a "clipboard" that can be copied to and - pasted from. - -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/Commands.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/editing_tools/EditingTools.vala -M ui/photo.ui - -commit 379a3ba9476227243502dd296c0ccc04169909df -Author: Joseph Bylund -Date: Tue Aug 27 12:40:26 2013 -0700 - - Use less memory when loading camera previews: Refs #2959 - - Reduces memory usage by loading images at scaled size when preview - is unavailable. - -M src/camera/GPhoto.vala - -commit 9923e04bac47e4438ed96d6a3931e3112cd6b75c -Author: Wolfgang Steitz -Date: Tue Aug 27 12:24:16 2013 -0700 - - Crop tool improvements: display crop dimensions: Refs #6358 - - Crop tool displays its unscaled dimensions in the center of the - recticle when moving or resizing it. - - This does not close the ticket, as a separate issue remains to - be implemented (cropping to specific pixel dimensions). - -M src/Resources.vala -M src/editing_tools/EditingTools.vala -M src/util/image.vala - -commit fbb5cb14ce207727237f4b786290e9930b5afdb4 -Author: Joseph Bylund -Date: Tue Aug 27 12:19:03 2013 -0700 - - Wrong date for Pentax K-5 AVI: Closes #7054 - - An improved date-parsing routine to help eliminate future issues - with oddball date formats in videos. - -M src/VideoMetadata.vala - -commit 3a424909653f77e1e337ac3e1aad803b49f04942 -Author: Joseph Bylund -Date: Tue Aug 27 12:15:00 2013 -0700 - - Reduce CPU usage when importing w/ Camera developer: Closes #6812 - -M src/ThumbnailCache.vala - -commit 9c2ce70f0cfec0ba5ce9d541d2193d0b1a2b9868 -Author: Joseph Bylund -Date: Tue Aug 27 12:08:39 2013 -0700 - - ./configure flag to disable desktop-ffile-validate check: Closes #6820 - -M Makefile -M configure - -commit 4f635ba4236dbbb8cb3f8b7bdd201432961fb283 -Author: Joseph Bylund -Date: Tue Aug 27 12:03:02 2013 -0700 - - Resolve symlinked argv[0] path when determining run loc: Closes #7181 - -M src/AppDirs.vala - -commit 9d673539a80eef8b6963462bc27830ef4d66a7de -Author: Wolfgang Steitz -Date: Tue Aug 27 12:00:17 2013 -0700 - - Remember location of editing tool windows: Closes #7264 - - Locations are only stored in memory, not persisted. Moving the - Shotwell window will reset the stored locations. - - Also, development of this patch uncovered some subtle bugs in - StraightenTool, which are now fixed. - -M src/PhotoPage.vala -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala - -commit 7ab032913dd45c9f0c8e0a9b218fb4e84e402bb8 -Author: Joseph Bylund -Date: Tue Aug 27 11:55:53 2013 -0700 - - Avoid assert() with random slideshow transitions: Closes #7323 - - If no slideshow plugins are enabled, default to null transition - rather than assert. - -M src/SlideshowPage.vala - -commit 39340ccee1afbfbb9af666bb85011221b9d08f45 -Author: Jim Nelson -Date: Tue Aug 6 11:28:47 2013 -0700 - - Require GTK+ 3.6 - - GtkSearchEntry (#6093) requires GTK+ 3.6. - -M Makefile -M debian/control - -commit 65144073907f0d5efed0eddb358ff7d74e9d2277 -Author: Jeremy Bicha -Date: Mon Aug 5 18:43:20 2013 -0700 - - Don't use X-Ayatana-Appmenu-Show-Stubs=false: Closes #7293 - -M THANKS -M misc/shotwell-viewer.desktop.head - -commit ed7136ae02886360646fa4e82c138e3b96764e50 -Author: Joseph Bylund -Date: Mon Aug 5 18:24:04 2013 -0700 - - Show previews when importing from memory card: Closes #2959 - - Uses fallback code to load metadata through alternate means (i.e. - GVFS) when unable to load through GPhoto itself. - -M src/camera/GPhoto.vala - -commit 788725876717086300c7a65f5cbd2c2e1909e6f4 -Author: Alexander Wilms -Date: Mon Aug 5 17:53:49 2013 -0700 - - Make "No Event" icon not look like an error: Closes #4824 - -M Makefile -A icons/no-event.png -M src/Resources.vala -M src/events/Branch.vala - -commit cff9aa035e50dce875744f449b95d487c732bd14 -Author: Jim Nelson -Date: Mon Aug 5 16:11:41 2013 -0700 - - Update Daily Build PPA to use Vala 0.21.1 - -M debian/control - -commit 83caf3e4b1ed52973ea7b0d5f5e30be26d14d810 -Author: Wolfgang Steitz -Date: Mon Aug 5 16:05:08 2013 -0700 - - Folder entries in sidebar updated when folder deleted or renamed: - Closes #6455 - -M src/folders/Branch.vala - -commit 38dbf12428780deefe2ff0da87699397575f25c7 -Author: Wolfgang Steitz -Date: Mon Aug 5 15:20:38 2013 -0700 - - Use GtkSearchEntry: Closes #6093 - -M src/SearchFilter.vala - -commit 9b1d9c50af912a85ae63200d1867da54f75938a7 -Author: Joseph Bylund -Date: Mon Aug 5 15:06:09 2013 -0700 - - Doesn't build with Vala 0.21.1, "close" conflict in GTK 3.10: Closes - #7295, Closes #7254 - - The number of deprecated classes and methods in GTK 3.10 is too - much work - simply to get Shotwell to compile, so that's been moved to #7301. - This - patch fixes some "hard" compile errors and disables warnings for - deprecated - symbols. - -M Makefile -M src/AppWindow.vala -M src/Dialogs.vala -M thumbnailer/shotwell-video-thumbnailer.vala - -commit 3aa3f6774d62cf1dc9a6d017edf839b13ebcb079 -Author: Eric Gregory -Date: Mon Jun 17 19:27:34 2013 -0700 - - Closes #7028 Revert back to Glib 2.30, bump Gtk version in debian - control file - -M Makefile -M debian/control - -commit 296d59f391040066669d3bbb7b5f6202cb542415 -Author: Simon Adda-Reyss -Date: Mon Jun 17 16:53:03 2013 -0700 - - Update Makefile dependencies: Closes #7028 - -M Makefile -M THANKS - -commit f14d791a6252dfbe7ab76e9f266457cd2a59be0d -Author: Joseph Bylund -Date: Mon Jun 17 16:31:25 2013 -0700 - - Closes #6948 Added .doap file - -A .doap - -commit 489d682e7774fa87ca102b270f310dca74f125f9 -Author: Jim Nelson -Date: Mon Jun 17 16:26:58 2013 -0700 - - Updated MAINTAINERS back to me - -M MAINTAINERS - -commit b7d034d861cafea584b80b8cb1f694009c8aa337 -Author: Joseph Bylund -Date: Mon Jun 17 16:07:10 2013 -0700 - - Support standard --prefix and --libdir configure arguments: Closes - #6931 - -M configure - -commit bd522756fd2a6488950f107d4e3c5d7749b0e87a -Author: Joseph Nuzman -Date: Mon Jun 17 15:58:17 2013 -0700 - - Using the "&" character in Picasa uploader causes upload to fail: - Closes #6141 - -M THANKS -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit d928821f815b68f403f70dd6ad402d05b33b3f90 -Author: Joseph Bylund -Date: Mon Jun 17 15:34:26 2013 -0700 - - Closes #6994 Overwrite duplicate thumbnails - -M src/ThumbnailCache.vala - -commit 89aa167726d12f9ae0b53c01a2fdc54601fc3cc5 -Author: Jim Nelson -Date: Wed May 29 11:52:09 2013 -0700 - - Build with LibRaw 0.15: Closes #7012 - - LibRaw 0.15 removed document-mode processing, which, as their release - notes say, "no one uses". Compile error were nothing more than - missing symbols -- Shotwell wasn't using it either. - -M src/photos/GRaw.vala -M vapi/libraw.vapi - -commit 5eaa1886dc39b849794c45ed757269caa361da3b -Author: Joseph Bylund -Date: Thu May 16 14:19:32 2013 -0700 - - Improper French date format in sidebar: Closes #6939 - -M po/shotwell-core/fr.po - -commit 878cdf9cbb55852641d5d27f8717c8e419a459dd -Author: Lucas Beeler -Date: Fri May 10 15:03:09 2013 -0700 - - This should fix the daily build breakage. Let's hold off on closing - the corresponding ticket, however, 'til we can confirm that daily - builds work again. - -M plugins/plugins.mk - -commit ca82ea27379a09c037881f4e204583b56476ea18 -Author: Clint Rogers -Date: Fri May 10 12:16:48 2013 -0700 - - Make the event context menu and comment-editing dialog inform the - user they'll be editing the event's comment. Fixes #6898. - -M src/Dialogs.vala -M src/Resources.vala -M src/events/EventPage.vala -M ui/event.ui - -commit c3b44d90b648bbb84b8a280881e2f166a12dd38e -Author: Joseph Bylund -Date: Thu May 9 17:27:43 2013 -0700 - - Implements a highlights detail slider in the color adjustment palette - to complement the preexisting shadow detail slider. Closes #752. - -M src/ColorTransformation.vala -M src/editing_tools/EditingTools.vala - -commit 2896c4880a5c7ff473a27ce368e012271d382c7c -Author: Clint Rogers -Date: Thu May 9 15:19:54 2013 -0700 - - Delivery deftly dodges dreaded delegate duplication discouragement - disaster; ref #6893. - -M Makefile -M plugins/Makefile.plugin.mk -M plugins/common/RESTSupport.vala -M src/TimedQueue.vala -M src/events/Branch.vala -M src/photos/PhotoMetadata.vala -M src/plugins/Plugins.vala -M src/sidebar/Branch.vala -M src/slideshow/TransitionEffects.vala -M src/util/misc.vala - -commit 5d1da69947ea8b05c25e4fa184cf388dd2a41f6e -Author: Lucas Beeler -Date: Thu May 9 12:31:00 2013 -0700 - - Removes useless Glade UI files and lines of support code from the - Picasa and YouTube connectors that are no longer necessary now that - both connectors use the shared services of the GoogleService family - of utility classes in RESTSupport.vala. Closes #6924. - -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -D plugins/shotwell-publishing/picasa_auth_code_entry_pane.glade -D plugins/shotwell-publishing/picasa_not_set_up_pane.glade - -commit 546727194fe75c945239aee998a78972f61cca03 -Author: Lucas Beeler -Date: Wed May 8 17:07:42 2013 -0700 - - Uses more specific language to describe the "strip metadata" option - across all four of the core web connectors. Closes #6922 and #6923. - -M plugins/shotwell-publishing/facebook_publishing_options_pane.glade -M plugins/shotwell-publishing/flickr_publishing_options_pane.glade -M plugins/shotwell-publishing/picasa_publishing_options_pane.glade -M plugins/shotwell-publishing/piwigo_publishing_options_pane.glade -M src/publishing/PublishingUI.vala - -commit 970ca7990ff60ae604566b9e667dd90cfc192696 -Author: Clint Rogers -Date: Wed May 8 17:06:18 2013 -0700 - - Removed stray 'new' keywords when initializing GLib.Mutex and - GLib.Cond (both are structs); ref #6893. - -M Makefile -M src/threads/Semaphore.vala - -commit 852385dd11773e7cb12d44052a85be96c7a2d75f -Author: Lucas Beeler -Date: Tue May 7 20:24:29 2013 -0700 - - Simplifies the Picasa Connector dramatically by rewriting to make - use of the GoogleService support classes developed for the YouTube - connector. Enables in-app hosted web authentication in the Picasa - Connector. Closes #6907. - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M src/publishing/PublishingPluginHost.vala - -commit 179f623b5fa18a43b845f3dfcbfc51702dc1a93d -Author: Clint Rogers -Date: Tue May 7 11:12:06 2013 -0700 - - Migrate to new officially-blessed cosntructor for ThreadPool; - ref #6893. - -M src/threads/Workers.vala - -commit 1a43b9ea9d18ca0774b46d3ce772d1d5c26af5f7 -Author: Clint Rogers -Date: Mon May 6 18:24:53 2013 -0700 - - Adds support for editing the comment of an event from inside the - event's page and sidebar context menu. Fixes #6904. - -M src/events/EventPage.vala -M ui/event.ui - -commit ed8427b11a579b9ec2864c977ef16371f74ffa53 -Author: Lucas Beeler -Date: Mon May 6 16:46:48 2013 -0700 - - Fixes a problem in which the YouTube Connector would not properly - cancel uploads. Closes #6908. - -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit a5b035045b2ced79ffca7dbaf4974c19764c652c -Author: Lucas Beeler -Date: Mon May 6 15:56:20 2013 -0700 - - Factors hosted OAuth support out the YouTube connector and into a - series of service-neutral utility classes. Closes #6888 - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 7752ec49d8d9b99c75e29a5a4694aa320aaabb19 -Author: Clint Rogers -Date: Mon May 6 10:53:42 2013 -0700 - - Replaces a deprecated widget in CustomComponents; ref #6893. - -M src/CustomComponents.vala - -commit 39917cd0ad989e6a661011ca596bf1e11275fc34 -Author: Clint Rogers -Date: Thu May 2 13:52:27 2013 -0700 - - Replaces a deprecated constant with an allowed one; fixes #6891. - -M src/Dialogs.vala - -commit 26b756215331bedbcaf1929ab87c2e1e4a5135f3 -Author: Clint Rogers -Date: Thu May 2 11:16:32 2013 -0700 - - Removes a stray 'new' keyword; ref #6889. - -M src/util/image.vala - -commit 48f529a77af41e2b94373902b2b2dff8d559c602 -Author: Clint Rogers -Date: Thu May 2 11:50:10 2013 -0700 - - Corrects a problem where extended info wouldn't display for videos; - ref #6887. - -M src/Properties.vala - -commit 8ef6ec5a5b943303c01e2f6ae9efed47bc9e1ba9 -Author: Clint Rogers -Date: Wed May 1 17:54:07 2013 -0700 - - Tries to migrate the colour-adjust tool window to use a Grid instead - of a table; ref #5838. - -M src/editing_tools/EditingTools.vala - -commit b74643f639c35c6bcdb842e38d3eb4c338cd0705 -Author: Lucas Beeler -Date: Wed May 1 12:35:49 2013 -0700 - - Upgrades the YouTube connector to use OAuth 2 authentication, - including in-app authentication via a hosted Webkit pane. Closes - #3445. - -M misc/org.yorba.shotwell.gschema.xml -D plugins/common/ui.vala -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 12c8263463a637104604a92b96cdef2c72bb204c -Author: Clint Rogers -Date: Tue Apr 30 19:30:59 2013 -0700 - - Migrate the export dialogue box away from using Table and onto Grid - instead. Ref #5838. - -M src/Dialogs.vala - -commit b9cebbe957d89177537644ba1c3c091da3b57cbd -Author: Clint Rogers -Date: Tue Apr 30 11:59:38 2013 -0700 - - Adds a check to see whether the event is null before trying to - extract a comment from it; ref #6878. - -M src/publishing/APIGlue.vala - -commit cdeeef0a6eac22a4a32c3f3fc77ae17575b91d0a -Author: Clint Rogers -Date: Mon Apr 29 15:42:14 2013 -0700 - - Tries to merge smaller events onto larger ones whenever possible, - reducing the number of operations that have to be done to complete - the merge; part of ref #979 (see comment 24). - -M src/Commands.vala - -commit 6a056fa00b1f6757fbb4a218f9ef1036898872e6 -Author: Lucas Beeler -Date: Thu Apr 25 12:54:33 2013 -0700 - - Shotwell now builds again with the --unity-support flag; corrects an - issue where the .deps files accompanying the custom Shotwell .vapi - files were not included in the distribution tarball. Closes #6859. - -M .gitignore -M Makefile -A vapi/unity.deps -A vapi/unity.vapi - -commit 78cc28804835d52999638c9b91f09ec338de2605 -Author: Lucas Beeler -Date: Wed Apr 24 17:53:04 2013 -0700 - - Migrates Shotwell's entire codebase, including plugins, to - libgee-0.8. Tested with both of the (slightly different) versions of - libgee that ship with Quantal and Raring, respectively. Closes #867. - -M Makefile -M debian/control -M plugins/common/RESTSupport.vala -M plugins/shotwell-data-imports/Makefile -M plugins/shotwell-publishing-extras/Makefile -M plugins/shotwell-publishing-extras/TumblrPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/Makefile -M src/ColorTransformation.vala -M src/CustomComponents.vala -M src/DirectoryMonitor.vala -M src/Photo.vala -M src/SortedList.vala -M src/Tag.vala -M src/ThumbnailCache.vala -M src/TimedQueue.vala -M src/camera/CameraTable.vala -M src/core/Alteration.vala -M src/core/DataSource.vala -M src/core/DatabaseSourceCollection.vala -M src/core/ViewCollection.vala -M src/core/util.vala -M src/db/PhotoTable.vala -M src/db/VideoTable.vala -M src/direct/DirectPhoto.vala -M src/events/Branch.vala -M src/libshotwell.deps -M src/photos/PhotoMetadata.vala -M src/plugins/Plugins.vala -M src/plugins/mk/interfaces.mk -M src/sidebar/Branch.vala -M src/slideshow/TransitionEffects.vala -M src/util/KeyValueMap.vala -M src/util/file.vala -M src/util/misc.vala - -commit 9e4a4500fcdac37eaafb069b777f712233e99921 -Author: Guillaume Desmottes -Date: Fri Apr 19 12:08:59 2013 -0700 - - Fixes an issue in which the sidebar was not properly styled. Closes - #6839. - -M THANKS -M src/library/LibraryWindow.vala -M src/sidebar/Tree.vala - -commit 52b174e12bf0c0108f99a50e447014f8931c5dec -Author: Clint Rogers -Date: Wed Apr 17 17:12:37 2013 -0700 - - Works around a problem in glib where two on-disk directories could - have different filenames that collated to the same collation key; - fixes #6825. - -M src/folders/Branch.vala - -commit e03e0932d25edc31902ec836654c92d1f7626b95 -Author: Clint Rogers -Date: Tue Apr 16 19:16:52 2013 -0400 - - Precaches the exposure time of Photo objects in order to speed up - certain operations with them. Partial fix for ref #979. - -M src/Photo.vala - -commit 5a93dd9f990a862e9ec34c32f56354a4c4426632 -Author: Joseph Bylund -Date: Tue Apr 16 15:06:12 2013 -0700 - - Makes saved searches aware of photo comments. Closes #6541. - -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit be2cf0fe5bf101bac4dd1e8a3a3bcb29703f3c8a -Author: Joseph Bylund -Date: Mon Apr 15 17:01:06 2013 -0700 - - Displays the current git SHA in the Shotwell runtime log. Invaluable - for debugging with users that have built from git master. Closes - #3655. - -M Makefile -M src/Resources.vala -M src/main.vala - -commit 737b658995c82889e1d6b49be38d9b0f6141cab7 -Author: Joseph Bylund -Date: Mon Apr 15 16:08:07 2013 -0700 - - Adds a configure option that allows building the Shotwell executable - with profiling support. Closes #6805. - -M Makefile -M configure - -commit eefedd5a19bc7b9d5da9a283fd0933fe8bea683d -Author: Clint Rogers -Date: Mon Apr 15 19:00:36 2013 -0400 - - Forces '_modified's exported from camera raw images to have correct - orientation. Fixes #6536. - -M src/Photo.vala - -commit 29a06febdcecf35a23703cf4000ce86c9fc8bf9b -Author: Joseph Bylund -Date: Mon Apr 15 15:42:45 2013 -0700 - - Fixes an issue where duplicating a photo without an associated event - would generate a soft assertion. Closes #6810. - -M src/Photo.vala - -commit 129c710a292decb3a20b60f691d626efe2e67a50 -Author: Joseph Bylund -Date: Mon Apr 15 14:06:26 2013 -0700 - - Fixes an issue where the key photo for an event could appear - blurry in the event overview if the key photo had an extreme aspect - ratio. Closes #1202. - -M src/events/EventDirectoryItem.vala - -commit 5e07a5820e9f547d1d3e36ec74930af8f29899a5 -Author: Lucas Beeler -Date: Mon Apr 15 13:13:40 2013 -0700 - - Corrects an incorrect addition to the THANKS file. - -M THANKS - -commit 65574e34b90c5e5a19fcfc0d799b793ef7775691 -Author: Michel Alexandre Salim -Date: Fri Apr 12 16:45:43 2013 -0700 - - Fixes an issue where Shotwell failed to start when installed a - certain way on Fedora systems using the new Red Hat Unified Directory - Structure. Closes #5181. - -M THANKS -M src/util/system.vala - -commit 698131088d8c7ff2cfae4577e8104ca507e19b23 -Author: Joseph Bylund -Date: Fri Apr 12 16:27:12 2013 -0700 - - Uses new EXIF metadata fields, including mapping from ratings stars - to percents. Closes #5451. - -M src/Resources.vala -M src/photos/PhotoMetadata.vala - -commit d75db839f367039b3cc3e65ce08c0e024f2ee004 -Author: Joseph Bylund -Date: Fri Apr 12 15:02:56 2013 -0700 - - Changes saved search and search filter logic such that it ignores - diacritical marks (this is to say, the character 'é' is equivalent to - 'e'). Closes #6670. - -M src/Tag.vala -M src/core/SourceInterfaces.vala -M src/searches/SearchBoolean.vala -M src/util/string.vala - -commit 7239f72c6f9627cd24562b88b759991e07e4254e -Author: Joseph Bylund -Date: Fri Apr 12 12:59:51 2013 -0700 - - Fixes a grammatical error in the flagging photos progress dialog - box. Closes #6457. - -M src/Commands.vala - -commit 7792fc4fd3eac2e3e7004e75a4edc6c439547776 -Author: Clint Rogers -Date: Thu Apr 11 18:17:44 2013 -0400 - - Migrates the slideshow settings dialog away from table and into grid; - part of #5838. - -M src/SlideshowPage.vala -M ui/shotwell.glade - -commit f44957ac0ebd721c0201223bd960cac6ddede3a2 -Author: Clint Rogers -Date: Thu Apr 11 17:37:56 2013 -0400 - - Migrates the extended info window away from a table and into a grid - as required by #5838. - -M src/Properties.vala - -commit b43b823238513e20c3f9960c9362cfb68f61f44d -Author: Clint Rogers -Date: Tue Apr 9 14:06:14 2013 -0400 - - Corrects a problem where creating a new event from items highlighted - in the library page wouldn't cause the app to navigate to the - new event. Fixes #6728. - -M src/Commands.vala - -commit 561fce90575d6652e88c4dfa30a2b9b69f94187a -Author: Joseph Bylund -Date: Fri Apr 5 15:32:39 2013 -0700 - - Increases performance of the folder tree view. Closes #6715. - -M src/folders/Page.vala - -commit 822e9f4a9425e73d4a5f2e428342b07475da78cf -Author: Lucas Beeler -Date: Wed Apr 3 17:12:32 2013 -0700 - - Updates version number to 0.14.1+trunk. - -M Makefile - -commit 874a013e8e40ead8f757946f0c5b60c87767bace -Author: Lucas Beeler -Date: Wed Apr 3 12:13:15 2013 -0700 - - Updates NEWS and debian/changelog files in preparation for Shotwell - 0.14.1 release. - -M NEWS -M debian/changelog - -commit 4e9ebbb5e9562a3977061225924b063568815e31 -Author: Clint Rogers -Date: Tue Apr 2 18:47:45 2013 -0700 - - Corrects a problem where pressing [Shift] while viewing an image - whose original orientation was anything other than top-left would - cause the image to 'snap' to top-left inappropriately; fixes #6734. - -M src/PhotoPage.vala - -commit a6d1c9358ce9f9e3043e3c743e2c1868a4ad50b4 -Author: Lucas Beeler -Date: Mon Apr 1 16:26:42 2013 -0700 - - The new Graph API-based Facebook Connector correctly sets the privacy - level on video uploads. Closes #6694. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit a16f6a3f0d92b24f79c9e8698ff4e00eb710e1b8 -Author: Lucas Beeler -Date: Mon Apr 1 12:12:07 2013 -0700 - - Fixes a translation issue in the Greek translation introduced by - my most recent round of translation pulls from Transifex. Special - thanks to Joe Bylund for spotting this as I clearly overlooked it - when integrating the latest round of translations. Closes #6713. - -M po/shotwell-core/el.po -M po/shotwell-extras/el.po - -commit 0977d0982bbd0364ee79ca7ebdc6e08dd1e89b90 -Author: Lucas Beeler -Date: Fri Mar 29 18:51:06 2013 -0700 - - Updates translations in anticipation of the Shotwell 0.14.1 release. - -M Makefile -M po/shotwell-core/ar.po -A po/shotwell-core/as.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/el.po -M po/shotwell-core/et.po -M po/shotwell-core/gl.po -C050 po/shotwell-core/cs.po po/shotwell-core/gu.po -M po/shotwell-core/hi.po -M po/shotwell-core/hr.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -A po/shotwell-core/kn.po -M po/shotwell-core/ko.po -M po/shotwell-core/lv.po -A po/shotwell-core/ml.po -A po/shotwell-core/mr.po -M po/shotwell-core/pa.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -D po/shotwell-core/ta_IN.po -M po/shotwell-core/te.po -D po/shotwell-core/te_IN.po -M po/shotwell-extras/ar.po -C050 po/shotwell-extras/he.po po/shotwell-extras/as.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/el.po -M po/shotwell-extras/et.po -M po/shotwell-extras/he.po -C051 po/shotwell-extras/he.po po/shotwell-extras/hi.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/kk.po -A po/shotwell-extras/kn.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lv.po -A po/shotwell-extras/ml.po -A po/shotwell-extras/mr.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po - -commit 6a4cec34fec547e5f2322bfa7bae748830ada22c -Author: Clint Rogers -Date: Fri Mar 29 11:03:37 2013 -0700 - - Fixes a missing mnemonic in direct-edit mode; fixes #6696 - -M src/direct/DirectPhotoPage.vala - -commit b5f118db1b4b809d08f2863f602e9535a39ed4a7 -Author: Lucas Beeler -Date: Thu Mar 28 14:51:25 2013 -0700 - - Updates the Facebook Connector to robustly recover from type 7 and - type 8 errors. Closes #6586. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 514f56c074366d072ad2d42e696ba2d04f034306 -Author: Clint Rogers -Date: Thu Mar 28 14:42:10 2013 -0700 - - Corrects a problem with 013588718406e2749f7f3b6910a1dce3770113f7 - where the Makefile would try to validate the .desktop file before - checking whether the desktop validator was actually installed. - -M Makefile - -commit 5fdd00800ac7e2daf671e5406cd7ddc9f1e44448 -Author: Clint Rogers -Date: Thu Mar 28 14:37:11 2013 -0700 - - Prevent the app from jumping from the library page to an event if - an image is dragged there; fixes #4014. - -M src/Commands.vala -M src/events/EventPage.vala - -commit 013588718406e2749f7f3b6910a1dce3770113f7 -Author: Clint Rogers -Date: Wed Mar 27 18:12:47 2013 -0700 - - Corrects an issue where the makefile blithely assumed that all - computers would already have desktop-file-utils installed; ref #6691. - -M Makefile -M debian/control - -commit fe3d38de732a17ecdc4c39e7f0813246f36bdafb -Author: Lucas Beeler -Date: Wed Mar 27 10:13:58 2013 -0700 - - Fixes a capitalization and punctuation error in the German translation - file. Closes #6690. - -M po/shotwell-core/de.po - -commit 002855c80824945f1d8178d5144bebac2ed13a59 -Author: Clint Rogers -Date: Tue Mar 26 19:30:59 2013 -0700 - - Runs 'desktop-file-validate' on the generated .desktop files and - dies early during build time if there's a problem; fixes #6570. - - (Also corrects a problem with misc/shotwell-viewer.desktop.head) - -M Makefile -M misc/shotwell-viewer.desktop.head - -commit a7acd9fa0e53e0f4dacd638c5b22d1325ae356f4 -Author: Clint Rogers -Date: Tue Mar 26 17:37:15 2013 -0700 - - Revert "Causes the application to fall back to the current pixbuf - size in Extended Properties->Original Dimensions if the image's - dimensions couldn't be read from the metadata; ref #6585." (should - not have been pushed) - - This reverts commit 547e2251fe0cff819b729fb79415f165d8ed9941. - -M src/Properties.vala - -commit 547e2251fe0cff819b729fb79415f165d8ed9941 -Author: Clint Rogers -Date: Fri Mar 15 21:06:11 2013 -0400 - - Causes the application to fall back to the current pixbuf size in - Extended Properties->Original Dimensions if the image's dimensions - couldn't be read from the metadata; ref #6585. - -M src/Properties.vala - -commit cf037572efb06c37ec7caff321948f5cd1c0ee8a -Author: Clint Rogers -Date: Tue Mar 26 14:11:36 2013 -0700 - - Preserve the orientation field for .JPGs when exporting them with - stripped metadata; ref #6684. - -M src/Photo.vala - -commit 10330f047c7a662f1eba4acf4270abc5faec0a17 -Author: Clint Rogers -Date: Mon Mar 25 14:10:09 2013 -0400 - - Changes the way displaying the unmodified version of a photo is - handled to use the precache and avoid a crash in direct mode; - ref #6236. - -M src/PhotoPage.vala - -commit a8ee3df9d77ae17fc00ef67a0c1e1eab35ac80e6 -Author: Joseph Bylund -Date: Fri Mar 22 15:25:12 2013 -0700 - - Ensures that the icon associated with the startup progress dialog - is the Shotwell application icon; closes #6641. - -M src/main.vala - -commit a4c4c5d5daf004863bf91bb05471145e64fd509c -Author: Chris Cummins -Date: Fri Mar 22 15:18:17 2013 -0700 - - Removes all hard dependencies on X11 libraries, making Shotwell - display-server agnostic and able to run under Weston/Weyland. Closes - #6606. - -M Makefile -M THANKS -M src/PhotoPage.vala -M src/libshotwell.deps -M src/util/ui.vala - -commit 0bf992ab8cca8ddcf658e3ddb4a2b1eca4a3d8c9 -Author: Joseph Bylund -Date: Fri Mar 22 13:04:55 2013 -0700 - - Adds corrupt image errors to the family of errors detected by the - import logging system. Closes #6445. - -M src/BatchImport.vala -M src/Dialogs.vala - -commit b3f39618041d7ee9204b6d429df5e461a7130b7d -Author: Clint Rogers -Date: Wed Mar 20 19:05:00 2013 -0700 - - Makes 'configure' smarter about handling the case where no compatible - libGPhoto2 installation is found; fixes #6579. - -M configure - -commit 13ee3140debc70479616e48d46c4f3380896df30 -Author: Clint Rogers -Date: Wed Mar 20 18:46:41 2013 -0700 - - For raw files, don't use the embedded preview on the photo page if - it's less than 1024 px along its major axis; closes #6594. - -M src/Photo.vala - -commit 66fd29cf94dce950f3ad3ab6b8dc48b1e59af354 -Author: Lucas Beeler -Date: Wed Mar 20 17:04:55 2013 -0700 - - Fixes strftime strings that generated bogus dates in the Catalan - translation. Closes #3943. - -M po/shotwell-core/ca.po - -commit 014d88ce2bad3422bfc47ea5ce14d9ac7d125d26 -Author: Clint Rogers -Date: Wed Mar 20 17:03:28 2013 -0700 - - Forces the search filter to propagate to checkerboard pages when - they're switched to, more closely matching what the user intuitively - expects. Fixes #4300. - -M src/library/LibraryWindow.vala - -commit f10fbd3ab2f7860eede999922336a85aab7a07bc -Author: Lucas Beeler -Date: Mon Mar 18 15:12:19 2013 -0700 - - Increments version number to 0.14.0+trunk. - -M Makefile - -commit 9d2ddc50176229d3a9c5b7777727d9f4ae90692e -Author: Lucas Beeler -Date: Mon Mar 18 15:01:58 2013 -0700 - - This is the 0.14.0 release image. - -M Makefile -M NEWS -M debian/changelog -M debian/control - -commit 2d56e7bd4ca9b07982c6b874005b2fe2298939e2 -Author: Lucas Beeler -Date: Mon Mar 18 10:19:51 2013 -0700 - - Updates French translation in preparation for the 0.14.0 release. - -M po/shotwell-core/fr.po - -commit 121b952b1daf09683a954a6140a7c710cdc67235 -Author: Lucas Beeler -Date: Fri Mar 15 17:27:42 2013 -0700 - - Modifies the video reader to ignore auxilliary video container files - that come as part of AVCHD bundles. Closes #4943. - -M src/VideoSupport.vala - -commit f9b308dc57fcc524dd2ad445266a95ab4606c082 -Author: Joseph Bylund -Date: Fri Mar 15 12:04:15 2013 -0700 - - Adds missing command line options to the manpage. Closes #3998. - -M debian/shotwell.1 - -commit 0b2893676844868326c72490c7e720ea37057dd1 -Author: Damien Lallement -Date: Fri Mar 15 12:00:45 2013 -0700 - - Fixes a bug in the Portuguese translation that affected generation - of the .desktop file. - -M po/shotwell-core/pt.po - -commit 5d3b2f5b7579350c48ac22a4b8ce9801f5707012 -Author: Lucas Beeler -Date: Thu Mar 14 19:12:43 2013 -0700 - - Changes the semantics of "unsetting" a configuration key in the - GSettings configuration engine to mean "reset the GSettings key to - its default value." In the past, unsetting was a no-op. Closes #6578. - -M src/config/GSettingsEngine.vala - -commit 251316cf280b7c2308b715259689fac2b211e97e -Author: Lucas Beeler -Date: Thu Mar 14 17:59:09 2013 -0700 - - Changes error handling sequence in response to token refresh failures - in Picasa connector to ensure users whose client IDs were changed - by the previous commit are properly logged out. - -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit 0ba580be155eff68ac33b3cf7cb6d25ad71cf385 -Author: Lucas Beeler -Date: Thu Mar 14 17:13:11 2013 -0700 - - Changes Picasa client ID and client secret in attempt to interoperate - better with UOA. - -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit 4f36f049c1cbe1fdeeb8671cbd71f61b2c427dfa -Author: Lucas Beeler -Date: Thu Mar 14 14:48:29 2013 -0700 - - Fixes a serious issue in which the endpoint test HTTP transaction - run against the Facebook login server would fast-fail, preventing - new users from logging into Facebook. Closes #6546. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit e70bc296ff14fab5ed31ba8019f15cdbae64f7fe -Author: Lucas Beeler -Date: Wed Mar 13 20:02:55 2013 +0100 - - Fixes numerous translation glitches and re-versions translation - files to 0.14.0 in anticipation of the upcoming Shotwell 0.14 - release. Closes #6431, #6424, and #6127. - -M po/shotwell-core/af.po -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hi.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/ia.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/km.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/or.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/ta_IN.po -M po/shotwell-core/te.po -M po/shotwell-core/te_IN.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/vi.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/eo.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/or.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po - -commit 9cab3bc3601c9db55096e9918792d6f885dd1f70 -Author: Lucas Beeler -Date: Tue Mar 12 17:01:26 2013 -0700 - - Increases the time Shotwell allows the shotwell-video-thumbnailer - helper process to run before killing it. Mitigates some GStreamer - 1.0 issues. Closes #6519. - -M src/VideoSupport.vala - -commit 77453a84f41cfb827e20e1aa09b79d75420c1d01 -Author: clinton -Date: Mon Mar 11 15:57:26 2013 -0700 - - Corrects a problem where the extended properties box could show stale - information after a raw was highlighted, then de-selected. Fixes - #6500. - -M src/Properties.vala - -commit 32ff79ee74a8a2369ce4319adb64fd36580d114d -Author: Lucas Beeler -Date: Fri Mar 8 14:47:45 2013 -0800 - - The video thumbnailer now seeks to a fixed value of 1 second into the - video's duration in all cases. Previously, it seeked to a timecode - that was determined dynamically by taking a percentage of the total - video length. - -M thumbnailer/shotwell-video-thumbnailer.vala - -commit d532d2f09486c0dd44b74f1e3129eae8a4dd8f6b -Author: Clint Rogers -Date: Fri Mar 8 11:45:32 2013 -0800 - - Corrects a problem where .BMPs couldn't be rotated correctly if - metadata-writing were turned on; fixes #3845. - -M src/photos/BmpSupport.vala - -commit e3b949b69af07e762bdb4c2c9c31bd2bfb26af7f -Author: Clint Rogers -Date: Thu Mar 7 16:58:00 2013 -0800 - - Consumes 'F2' keypresses when nothing is selected in an event to - prevent the sidebar from acting on them; fixes #4436. - -M src/events/EventPage.vala - -commit 60bce610f62c8a9216ce17d5aa7ca47fe92d1c29 -Author: Clint Rogers -Date: Thu Mar 7 16:55:55 2013 -0800 - - Relaxes an assertion that could fail while removing media sources from - a view tracker (and logs the condition that causes the assertion); - fixes #6481. - -M src/MediaViewTracker.vala - -commit edd5b0e96a23408264e787eb7e679b81b4b4521a -Author: Clint Rogers -Date: Thu Mar 7 16:48:53 2013 -0800 - - Removes an unneeded dependency; fixes #6173. - -M Makefile -M debian/control - -commit 2ac161617906bf453fd61d1d590903afa3f3646f -Author: Jim Nelson -Date: Wed Mar 6 12:28:32 2013 -0800 - - Update debian/changelog for Daily Build PPA - -M debian/changelog - -commit 18585950ca73cb21ee246cc608d3a193c4bbb085 -Author: Lucas Beeler -Date: Tue Mar 5 17:59:47 2013 -0800 - - Replaces an assertion with a short-circuit return and a debug - message. Closes #5155. - -M src/DirectoryMonitor.vala - -commit 274ccc57e40da0b923a8e5a8256e9560e8a6b803 -Author: Clint Rogers -Date: Tue Mar 5 17:56:08 2013 -0800 - - Prevents the background-task progress bar from appearing if there - are too few tasks pending to justify it; fixes #2512. - -M src/library/LibraryWindow.vala - -commit 7428233fef4bfdcf288c1849121eab8350ec795a -Author: Clint Rogers -Date: Tue Mar 5 17:21:36 2013 -0800 - - Relaxes an assertion that could occasionally fail in the - SourceHoldingTank, as well as adds some logging for the problem to - help us address it in the future; ref #3981. - -M src/core/SourceHoldingTank.vala - -commit e4464bfc6b11ea92bc4981467e95ac87247e7eee -Author: Lucas Beeler -Date: Tue Mar 5 13:06:36 2013 -0800 - - Updates version number to 0.14.0pr1+trunk. - -M Makefile - -commit 801f7d40e03692de539c6ad443782fd9afb1546f -Author: Lucas Beeler -Date: Mon Mar 4 18:56:41 2013 -0800 - - Updates version number in Makefile and translation files for the - Shotwell 0.14.0PR1 pre-release. - -M Makefile -M po/shotwell-core/cs.po -M po/shotwell-core/de.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/fr.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/sr.po -M po/shotwell-core/uk.po -M po/shotwell-core/zh_CN.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/zh_CN.po - -commit 7e042cf668e32a7750d9b3730f7a562c2b13a25f -Author: Clint Rogers -Date: Mon Mar 4 18:20:43 2013 -0800 - - Works around a problem where a TreeSet could leak references when - going out of scope (this led to a leak and crash in Geary); fixes - #6478. - -M plugins/common/RESTSupport.vala -M src/Commands.vala -M src/Dialogs.vala -M src/MediaDataRepresentation.vala -M src/Tag.vala -M src/photos/PhotoMetadata.vala -M src/plugins/Plugins.vala -M src/sidebar/Branch.vala -M src/slideshow/TransitionEffects.vala -M src/tags/Branch.vala -M src/tags/HierarchicalTagIndex.vala -M src/util/misc.vala - -commit 5dd2d302755626896d32466c25a93c83bad37fbc -Author: Joseph Bylund -Date: Mon Mar 4 15:56:03 2013 -0800 - - Allows compilation with both valac 0.18.x and 0.19.x. Closes #6406. - -M src/Page.vala - -commit 723a2a01b044fb1e4054130b191aba0a5b4fdb79 -Author: Joseph Bylund -Date: Mon Mar 4 15:35:18 2013 -0800 - - Fixes an issue where charset annotations could migrate their way - into the content text of photo comments. Closes #6359. - -M src/photos/PhotoMetadata.vala - -commit 630a57bea7241313d9f355b096d6475559f027d0 -Author: Clint Rogers -Date: Thu Feb 28 17:14:58 2013 -0800 - - Patch adds a progress bar dialogue if more than 1000 media sources - are being flagged or unflagged at once. Fixes #2937. - -M src/Commands.vala - -commit c147a5751bea712ad942bbbb4373edd0885ed945 -Author: Clint Rogers -Date: Wed Feb 27 17:46:30 2013 -0800 - - Proposed patch would make it possible to change the raw developer - from the context menus; fixes #4058. - -M ui/collection.ui -M ui/photo_context.ui - -commit dc3066ab44833a380175c93669821318fb243fa4 -Author: Clint Rogers -Date: Wed Feb 27 13:11:48 2013 -0800 - - Causes the 'undated' entry to remain at the next-to-last part of - the list, right before 'no event'. Ref #1632. - -M src/events/Branch.vala - -commit b2e8f8b022e2e5261ced48369592b8abab7ff53f -Author: Lucas Beeler -Date: Wed Feb 27 13:42:09 2013 -0800 - - Fixes an issue in which Shotwell was unable to produce thumbnails for - -- and thus import -- photos generated by a recent-model Blackberry - camera. Closes #6053. - -M src/ThumbnailCache.vala - -commit ee05eb4eba6f17a669ba5fd7a3fc77569d9acbbb -Author: Lucas Beeler -Date: Tue Feb 26 19:25:40 2013 -0800 - - Makes the search/filter bar's visibility state a persistent property, - so Shotwell now remembers whether the search/filter toolbar is - visible between runs. Closes #6416. - -M misc/org.yorba.shotwell.gschema.xml -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/library/LibraryWindow.vala - -commit c1d632876bddae33178419f3e6cba563c3cb9812 -Author: Clint Rogers -Date: Tue Feb 26 19:25:28 2013 -0800 - - Corrects a problem where the 'Shotwell' development could be - inappropriately rotated twice for portrait camera-raw images; - fixes #4262. - -M src/Photo.vala - -commit 26bd2b051612648a0b2b60f2e975ba38af3a8f64 -Author: Clint Rogers -Date: Tue Feb 26 18:29:54 2013 -0800 - - Corrects an issue where the master's orientation could be - inappropriately written to after an external edit; fixes #6430 - -M src/MetadataWriter.vala - -commit caf40ebdeb32612b48ba230934bc4a7ba4f2aef5 -Author: Lucas Beeler -Date: Tue Feb 26 16:22:49 2013 -0800 - - Ensures that rejected photos are not visible at startup. Closes #4300. - -M src/SearchFilter.vala -M src/library/LibraryWindow.vala - -commit 2c2bdfd9da6861d27e6c9952652d71698a83013e -Author: Clint Rogers -Date: Tue Feb 26 11:17:29 2013 -0800 - - Instead of rotating the pixels and dimensions on export, if we're - being asked to write a JPEG, we write the pixels normally and let - the orientation field do the rotation for us, fixes #1938. - - NOTE: this does _not_ fix the case where reverting after an external - editor has set the _modified.jpg to top-left; this was broken out - into its own bug. - -M src/Photo.vala - -commit 3516fe74d8700765b2c064b3b03f965c5f3988a5 -Author: Lucas Beeler -Date: Mon Feb 25 19:22:51 2013 -0800 - - Updates POT files in the wake of the Shotwell 0.14 string freeze to - prepare for the upcoming release. - -M po/shotwell-core/shotwell.pot -M po/shotwell-extras/shotwell-extras.pot - -commit d156042160060f4513a7bcb7da0777ac47316fca -Author: Norbert Preining -Date: Mon Feb 25 14:09:55 2013 -0800 - - Allows uploading of event comments to Piwigo. Closes #6381. - -M plugins/shotwell-publishing/PiwigoPublishing.vala -M plugins/shotwell-publishing/piwigo_publishing_options_pane.glade -M src/plugins/PublishingInterfaces.vala -M src/publishing/APIGlue.vala - -commit 886689c4bdac889bca149ac46580eb2526a504de -Author: Jens B -Date: Fri Feb 22 13:39:23 2013 -0800 - - Adds three additional slideshow transition effects. Closes #6411. - -M misc/org.yorba.shotwell.gschema.xml -A plugins/shotwell-transitions/ChessEffect.vala -M plugins/shotwell-transitions/Makefile -A plugins/shotwell-transitions/SquaresEffect.vala -A plugins/shotwell-transitions/StripesEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M src/slideshow/Slideshow.vala - -commit c10d3d8465b8ceae54928f17ea07eaf626e7676f -Author: Clint Rogers -Date: Thu Feb 21 19:25:07 2013 -0800 - - Makes permissions problems leading to write failures show up under - manifest.write_failed; closes #5786. - -M src/BatchImport.vala - -commit c64ac7f11abfeb3f47eec0db0a50a12c0be98b31 -Author: Clint Rogers -Date: Thu Feb 21 18:15:22 2013 -0800 - - Proposed patch would add the path to the currently-displayed - development for a raw file to the extended information window; - closes #6408. - -M src/Properties.vala - -commit f6065c18d236e2b9ed9973269195bc04058227bd -Author: Lucas Beeler -Date: Thu Feb 21 17:47:30 2013 -0800 - - Adds special-case, date and time correction logic that works around - a date encoding problem present in some HTC Android phones. Closes - #3314. - -M src/VideoMetadata.vala - -commit 725d941b91f23490cd7ad61cd639b4131ce34597 -Author: Clint Rogers -Date: Thu Feb 21 16:45:52 2013 -0800 - - Proposed patch would show the filesize of the master raw, rather - than the development, in extended info; closes #6407. - -M src/Properties.vala - -commit c55c84397715fa54c94df0efb2591fe0a3e1edd9 -Author: Clint Rogers -Date: Thu Feb 21 15:30:48 2013 -0800 - - Prevents multiple spurious copies of the same image from being - generated when the developer is changed; closes #5681. - -M src/Photo.vala -M src/Properties.vala - -commit d76751a3963646840afc4a42eb6ce5a754b6a568 -Author: Jens B -Date: Thu Feb 21 14:31:41 2013 -0800 - - Uses sort-by-title as a fallback when the configuration system - (GSettings or GConf) gives an invalid sort criteria value. This is - a major improvement over the previous behavior where Shotwell would - error out and crash. Closes #6253. - -M src/MediaPage.vala - -commit 87fe246aef7aa0325e42cbcbf94c9383abe9e244 -Author: Jens B -Date: Thu Feb 21 14:17:18 2013 -0800 - - Adds a random slideshow transition. Closes #6275. - -M src/SlideshowPage.vala -M src/slideshow/TransitionEffects.vala - -commit a65dacd2c9afb8d89f19e505075e135eb0b69805 -Author: Clint Rogers -Date: Tue Feb 19 18:06:56 2013 -0800 - - Modified the text on the straighten tool's affirmative button, - fixes #4822. - -M src/editing_tools/StraightenTool.vala - -commit c22865f4d629845c64def21e589f5ece3dfe5b85 -Author: Clint Rogers -Date: Tue Feb 19 18:04:28 2013 -0800 - - Proposed patch would put these in the right place the next time the - .pot generator is run; closes #5973. - -M src/main.vala - -commit 8772949de961b0eef371b94836b7bcb8a8f65f38 -Author: Lucas Beeler -Date: Tue Feb 19 16:40:37 2013 -0800 - - Allows the user to save a detailed log of any import complications - (duplicates, file errors, etc.). Closes #2593 and #3126. - -M src/BatchImport.vala -M src/Dialogs.vala -M src/Photo.vala -M src/VideoSupport.vala -M src/camera/ImportPage.vala - -commit bdd33e68928fda6aab23540a1c7c07d0e925c9b1 -Author: Clint Rogers -Date: Fri Feb 15 18:31:47 2013 -0800 - - Corrected a typo that broke compilation. - -M src/db/PhotoTable.vala - -commit dc735dde7a6faec422867771ebefc46874dea9ca -Author: Clint Rogers -Date: Fri Feb 15 18:28:42 2013 -0800 - - Corrects a problem where the developer in the photo row could be - re-set inappropriately after deleting a stale development .jpeg; - closes #6390. - -M src/db/PhotoTable.vala - -commit 06a7b16e48aa5a7cf7284bf450e1aac3121b0201 -Author: Clint Rogers -Date: Thu Feb 14 14:31:08 2013 -0800 - - Checks whether we're running on an RTL locale or not, and if so, flips - the arrow glyph before adding it to the affected string; fixes #5900. - -M src/Dialogs.vala - -commit 2cf442548474376ed518ed72215ed50ae2ed56d9 -Author: Clint Rogers -Date: Thu Feb 14 14:12:11 2013 -0800 - - Fixes some broken pango markup in ja.po; ref #6385. - -M po/shotwell-core/ja.po - -commit d786232dc3ad78881339206238ee5b08e6db58fe -Author: Clint Rogers -Date: Thu Feb 14 12:51:29 2013 -0800 - - Makes RawDeveloper.CAMERA the default; closes #4702. - -M misc/org.yorba.shotwell.gschema.xml -M src/Dialogs.vala -M src/config/ConfigurationInterfaces.vala -M src/db/PhotoTable.vala - -commit 0c9b9a38bbd884085b20ecf70526e5b1829beb98 -Author: Norbert Preining -Date: Wed Feb 13 14:13:41 2013 -0800 - - Adds support for uploading photo comments to the Piwigo Connector. - -M misc/org.yorba.shotwell.gschema.xml -M plugins/shotwell-publishing/PiwigoPublishing.vala -M plugins/shotwell-publishing/piwigo_publishing_options_pane.glade -M src/plugins/PublishingInterfaces.vala -M src/publishing/APIGlue.vala - -commit c7e666372a846ce650b36e1cfb4586c1009e1a2b -Author: Joseph Bylund -Date: Wed Feb 13 12:33:39 2013 -0800 - - Displays seconds in photo exposure date/time in the extended - information pane. Closes #5709. - -M src/Properties.vala -M src/Resources.vala - -commit aae8ca3bcbbcb2f79b5f8330697fafcc6566281e -Author: Joseph Bylund -Date: Wed Feb 13 12:04:29 2013 -0800 - - Fixes a UI nit in which the "Edit Title" and "Edit Tags" dialogs - failed to conform to the GNOME HIG. Closes #6262. - -M src/Dialogs.vala - -commit 895ca4b09b6f50151b54fe5cbe2ffd128581c2e3 -Author: Norbert Preining -Date: Wed Feb 13 11:52:11 2013 -0800 - - Fixes a variety of user experience nits related to adding comments - to photos and events. Closes #6353. - -M src/Dialogs.vala -M src/MediaDataRepresentation.vala -M src/events/EventDirectoryItem.vala -M ui/shotwell.glade - -commit 569952f8efd05981aa06ff0418419c725d90cfd5 -Author: Jens B -Date: Wed Feb 13 11:25:42 2013 -0800 - - Adds four additional core slideshow transitions. Closes #6347. - -M misc/org.yorba.shotwell.gschema.xml -A plugins/shotwell-transitions/BlindsEffect.vala -A plugins/shotwell-transitions/CircleEffect.vala -A plugins/shotwell-transitions/CirclesEffect.vala -A plugins/shotwell-transitions/ClockEffect.vala -M plugins/shotwell-transitions/Makefile -M plugins/shotwell-transitions/shotwell-transitions.vala -M src/slideshow/Slideshow.vala - -commit 921e0bd92622ded6ac358b02fc6bbf620f661776 -Author: Lucas Beeler -Date: Wed Feb 13 10:39:18 2013 -0800 - - Shotwell no longer runs the gsettings-data-convert tool on - startup. Closes #6369 and #6252. - -M src/config/GSettingsEngine.vala -M src/main.vala - -commit 301ca7b9cb56415d6b51f0a0ea0a832e61972868 -Author: Clint Rogers -Date: Fri Feb 8 17:49:00 2013 -0800 - - Fixes up 'stale' RAW thumbnails that were generated by older, - buggier versions of Shotwell when the developer was set to 'camera'; - ref #6315. - -M src/Application.vala -M src/Upgrades.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala - -commit f7480c924303166d4ce3528674b50f08a563206a -Author: Lucas Beeler -Date: Fri Feb 8 15:57:27 2013 -0800 - - Fixes a Raring-specific crash in the new, Graph API-based Facebook - Connector. Closes #6345. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit b3a2d47c8e624a052a79b894a53cd1ee85535bcf -Author: Norbert Preining -Date: Fri Feb 8 14:32:24 2013 -0800 - - Adds the capability to annotate events with comments. Closes #6271. - -M misc/org.yorba.shotwell.gschema.xml -M src/Commands.vala -M src/Event.vala -M src/MediaDataRepresentation.vala -M src/Photo.vala -M src/Properties.vala -M src/VideoSupport.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/core/DataSourceTypes.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/EventTable.vala -M src/events/EventDirectoryItem.vala -M src/events/EventsDirectoryPage.vala -M ui/events_directory.ui - -commit 7d382d19446bd8fba9bf4ee3467951240c246d28 -Author: Clint Rogers -Date: Fri Feb 8 11:24:48 2013 -0800 - - Adds a breadcrumb comment to a seemingly-unusual snippet of code - in EditingTools.vala. - -M src/editing_tools/EditingTools.vala - -commit 7d5326352378d4df468bbb329063f79434cbd434 -Author: Lucas Beeler -Date: Thu Feb 7 14:45:20 2013 -0800 - - Adds all of the user's photo albums to the album selector list in - the publishing options pane of the Facebook Connector regardless - of the value of the Facebook can_upload flag for that album. This - change may need to be undone later as Facebook policies change. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 4628d43c2b315cbf46710bef60bb59f6143e5efd -Author: Lucas Beeler -Date: Thu Feb 7 12:34:13 2013 -0800 - - Changes the way the startup progress bar calculates progress - percentage. Closes #3572. - -M src/main.vala - -commit 9b0469399dbeb278851ae6b412fc3cacb3d12ed9 -Author: Clint Rogers -Date: Wed Feb 6 16:01:02 2013 -0800 - - Fixes up raw developer on images imported from a camera after - importing is complete; fixes #4149, fixes #4692. - -M src/camera/ImportPage.vala - -commit 71eb4dda8d41396065682211280cf8459f6fb2d2 -Author: Lucas Beeler -Date: Mon Feb 4 16:55:37 2013 -0800 - - Re-implements support for publishing videos and mixed media (photos - and videos) to Facebook. Closes #6312. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit aaef7f7d6d77e6476216320510935ea0eca1b6b6 -Author: Tomáš Hnyk -Date: Mon Feb 4 14:28:53 2013 -0800 - - Increases the size of the Edit Title, Add Tags, and Modify Tags - dialogs, making entry of long titles or many tags much easier. Closes - #6313. - -M THANKS -M src/Dialogs.vala - -commit be22fdaad3d8d4b8eb06aa7d4ce36642ef56736d -Author: Lucas Beeler -Date: Sun Feb 3 21:33:06 2013 -0800 - - Migrates the Facebook Connector to the new Graph API. Closes #4110, - #5873, #6111, #6103. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 7ab4f6882fd07741fc8dbdd6f9b32f07a6ed9a8a -Author: Clint Rogers -Date: Fri Feb 1 14:26:00 2013 -0800 - - Makes the 'extended information' window display the path to the - master file, rather than the currently-displayed one; closes #4137 . - -M src/Properties.vala - -commit 416865c7e2800d9260cae02ef335cce204d4e12a -Author: Clint Rogers -Date: Thu Jan 31 18:24:05 2013 -0800 - - Causes a null string set to be considered equal to an empty one, - since it follows that they both have 0 elements. Closes #4297. - -M src/util/misc.vala - -commit d511de5b38f18d7fecb7968ca9ed71608864701e -Author: Clint Rogers -Date: Thu Jan 31 16:12:15 2013 -0800 - - Prevents the application from inappropriately renaming 'sister' - JPEG files -and- forces the application to always prefer the camera - development over the embedded one if it's available; closes #4149. - -M src/BatchImport.vala -M src/Photo.vala -M src/camera/ImportPage.vala -M src/photos/RawSupport.vala - -commit 69fc87f45362d73e5a3a94a3e1de2577b3591df0 -Author: Jim Nelson -Date: Tue Jan 29 22:15:29 2013 -0800 - - Updating Debian control to gexiv2 0.5.0 - - This is technically not required for building Shotwell, but we - want to move automated packaging builds now and in the future - to newer versions. - -M debian/control - -commit f21921ce5e9b2ca892ac82b548e4d59caf9184ff -Author: Norbert Preining -Date: Mon Jan 28 14:35:44 2013 -0800 - - Implements a major new feature: the ability to add comments to - photos. Closes #1573. - -M misc/org.yorba.shotwell.gschema.xml -M src/CheckerboardLayout.vala -M src/Commands.vala -M src/Dialogs.vala -M src/MediaDataRepresentation.vala -M src/MediaMetadata.vala -M src/MediaPage.vala -M src/MetadataWriter.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Properties.vala -M src/Resources.vala -M src/Thumbnail.vala -M src/VideoMetadata.vala -M src/VideoSupport.vala -M src/camera/ImportPage.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/PhotoTable.vala -M src/db/VideoTable.vala -M src/events/EventDirectoryItem.vala -M src/photos/PhotoMetadata.vala -M ui/collection.ui -M ui/media.ui -M ui/photo.ui -M ui/photo_context.ui -M ui/shotwell.glade - -commit 0fb5d20c4c8df73effabdbdd4e881777c288ac55 -Author: Jens B -Date: Mon Jan 28 12:29:59 2013 -0800 - - Corrects a problem in which pushing the left arrow key mapped - to a rightward transition to the previous photo in the slideshow - view. Closes #6258. - -M THANKS -M src/util/ui.vala - -commit 66c2ffaa70cd2bbe539c8324511ca243394e5db2 -Author: Joseph Bylund -Date: Mon Jan 28 11:47:48 2013 -0800 - - Displays a more user-friendly error message when the Vala compiler - is not present or is the wrong version. Closes #1856. - -M Makefile - -commit 82f70dd64101634abf23c28ec68f407e6b46062b -Author: Clint Rogers -Date: Wed Jan 23 18:22:13 2013 -0800 - - Prevents inappropriate deletion of camera-generated raw developments, - closes #4207, closes #6238. - -M src/MediaDataRepresentation.vala -M src/Photo.vala - -commit 1df3e40ded9fd64d5e2e8f1837c69958be89f0ab -Author: Lucas Beeler -Date: Wed Jan 23 17:09:49 2013 -0800 - - Corrects some spacing issues. - -M src/folders/Page.vala - -commit cd89cc3da3fcf48701482f33fb2adb0f7481c23c -Author: Joseph Bylund -Date: Wed Jan 23 13:34:21 2013 -0800 - - Fixes a build system issue in which the GSchema XML files would not - be properly recompiled. Closes #6178. - -M Makefile - -commit 0e1e308e4f63deea8df1d35c8499d20748d617fb -Author: Joseph Bylund -Date: Wed Jan 23 13:21:47 2013 -0800 - - Adds icons to the publishing service selector drop-down menu; - closes #1321. - -M src/publishing/PublishingUI.vala - -commit 96574501096431983cf462251542602f7c73b49b -Author: Joseph Bylund -Date: Tue Jan 22 17:33:10 2013 -0800 - - Expands the set of desktop keywords. Closes #6075. - -M Makefile -M misc/shotwell.desktop.head - -commit 5e55ae4cbd33303051ef8d5c65623143efa8bc6c -Author: Clint Rogers -Date: Tue Jan 22 17:23:47 2013 -0800 - - Causes the application to regenerate a missing raw development as - needed; closes #6237. - -M src/Photo.vala -M src/PhotoPage.vala - -commit e933a37e7a94e485b8d94690aec42a66a806d00b -Author: Joseph Bylund -Date: Tue Jan 22 16:47:54 2013 -0800 - - Makes the folders view in the sidebar recursively display folder - contents. Closes #6211. - -M src/folders/Page.vala - -commit 9da2cd0d39a03a6df7f4933d600004980e92198f -Author: Roumano -Date: Tue Jan 22 16:24:21 2013 -0800 - - Fixes a French translation issue. Closes #6213. - -M THANKS -M po/shotwell-core/fr.po - -commit 349ca68e5bb70586c2e030720a7e8fcb3a92b2fa -Author: Joseph Bylund -Date: Tue Jan 22 12:49:11 2013 -0800 - - Copies the Tumblr publishing service icon to the appropriate system - resource directory when "make install" is invoked. Closes #6242. - -M plugins/plugins.mk - -commit 6619b39d86307820d1ee8586b8bda543eb7c6cdf -Author: Clint Rogers -Date: Mon Jan 21 18:29:52 2013 -0800 - - Deletes 'stale' development .jpg when the user switches RAW - developers*; closes #4141. - - *...if and only if the 'stale' image is not a - user-supplied/camera-created one (to wit, the JPEG file of a - RAW+JPEG pair). - -M src/Photo.vala - -commit 1b40207998dad4cd4161c4ecbe11d558ec4fbc2f -Author: Clint Rogers -Date: Mon Jan 21 14:08:07 2013 -0800 - - Prevents the library directory itself from getting deleted as we - walk up the parent tree; closes #6241. - -M src/MediaDataRepresentation.vala - -commit a4ece6744fa39a3a93f04f276b54b642f19967fd -Author: Joseph Bylund -Date: Mon Jan 21 13:16:09 2013 -0800 - - Updates copyrights to 2013 across all source files, translations, - and custom vapis. Closes #6194. - -M INSTALL -M README -M chkver -M configure -M debian/copyright -M help/C/Makefile -M mkunit -M mkvala -M plugins/common/RESTSupport.vala -M plugins/common/Resources.vala -M plugins/common/SqliteSupport.vala -M plugins/common/VersionNumber.vala -M plugins/common/ui.vala -M plugins/shotwell-data-imports/FSpotDatabase.vala -M plugins/shotwell-data-imports/FSpotDatabaseBehavior.vala -M plugins/shotwell-data-imports/FSpotDatabaseTable.vala -M plugins/shotwell-data-imports/FSpotImporter.vala -M plugins/shotwell-data-imports/FSpotMetaTable.vala -M plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala -M plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala -M plugins/shotwell-data-imports/FSpotPhotosTable.vala -M plugins/shotwell-data-imports/FSpotRollsTable.vala -M plugins/shotwell-data-imports/FSpotTableBehavior.vala -M plugins/shotwell-data-imports/FSpotTagsTable.vala -M plugins/shotwell-data-imports/shotwell-data-imports.vala -M plugins/shotwell-publishing-extras/TumblrPublishing.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -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 -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/CrumbleEffect.vala -M plugins/shotwell-transitions/FadeEffect.vala -M plugins/shotwell-transitions/SlideEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M po/shotwell-core/af.po -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hi.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/ia.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/km.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/or.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/shotwell.pot -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/ta_IN.po -M po/shotwell-core/te.po -M po/shotwell-core/te_IN.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/vi.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/eo.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/or.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/shotwell-extras.pot -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po -M samples/simple-plugin/README -M samples/simple-plugin/simple-plugin.vala -M settings-migrator/shotwell-settings-migrator -M src/AppDirs.vala -M src/AppWindow.vala -M src/Application.vala -M src/BatchImport.vala -M src/Box.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/CommandManager.vala -M src/Commands.vala -M src/CustomComponents.vala -M src/Debug.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/Exporter.vala -M src/International.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/MediaDataRepresentation.vala -M src/MediaInterfaces.vala -M src/MediaMetadata.vala -M src/MediaMonitor.vala -M src/MediaPage.vala -M src/MediaViewTracker.vala -M src/MetadataWriter.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoMonitor.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Printing.vala -M src/Properties.vala -M src/Resources.vala -M src/Screensaver.vala -M src/SearchFilter.vala -M src/SlideshowPage.vala -M src/SortedList.vala -M src/SortedListTests.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/TimedQueue.vala -M src/Tombstone.vala -M src/UnityProgressBar.vala -M src/Upgrades.vala -M src/VideoMetadata.vala -M src/VideoMonitor.vala -M src/VideoSupport.vala -M src/camera/Branch.vala -M src/camera/Camera.vala -M src/camera/CameraTable.vala -M src/camera/GPhoto.vala -M src/camera/ImportPage.vala -M src/config/Config.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/core/Alteration.vala -M src/core/ContainerSourceCollection.vala -M src/core/Core.vala -M src/core/DataCollection.vala -M src/core/DataObject.vala -M src/core/DataSet.vala -M src/core/DataSource.vala -M src/core/DataSourceTypes.vala -M src/core/DataView.vala -M src/core/DataViewTypes.vala -M src/core/DatabaseSourceCollection.vala -M src/core/SourceCollection.vala -M src/core/SourceHoldingTank.vala -M src/core/SourceInterfaces.vala -M src/core/Tracker.vala -M src/core/ViewCollection.vala -M src/core/util.vala -M src/data_imports/DataImportJob.vala -M src/data_imports/DataImportSource.vala -M src/data_imports/DataImports.vala -M src/data_imports/DataImportsPluginHost.vala -M src/data_imports/DataImportsUI.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/EventTable.vala -M src/db/PhotoTable.vala -M src/db/SavedSearchDBTable.vala -M src/db/TagTable.vala -M src/db/TombstoneTable.vala -M src/db/VersionTable.vala -M src/db/VideoTable.vala -M src/direct/Direct.vala -M src/direct/DirectPhoto.vala -M src/direct/DirectPhotoPage.vala -M src/direct/DirectView.vala -M src/direct/DirectWindow.vala -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala -M src/events/Branch.vala -M src/events/EventDirectoryItem.vala -M src/events/EventPage.vala -M src/events/Events.vala -M src/events/EventsDirectoryPage.vala -M src/folders/Page.vala -M src/library/Branch.vala -M src/library/FlaggedBranch.vala -M src/library/FlaggedPage.vala -M src/library/ImportQueueBranch.vala -M src/library/ImportQueuePage.vala -M src/library/LastImportBranch.vala -M src/library/LastImportPage.vala -M src/library/Library.vala -M src/library/LibraryWindow.vala -M src/library/OfflineBranch.vala -M src/library/OfflinePage.vala -M src/library/TrashBranch.vala -M src/library/TrashPage.vala -M src/main.vala -M src/photos/BmpSupport.vala -M src/photos/GRaw.vala -M src/photos/GdkSupport.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoFileAdapter.vala -M src/photos/PhotoFileFormat.vala -M src/photos/PhotoFileSniffer.vala -M src/photos/PhotoMetadata.vala -M src/photos/Photos.vala -M src/photos/PngSupport.vala -M src/photos/RawSupport.vala -M src/photos/TiffSupport.vala -M src/plugins/DataImportsInterfaces.vala -M src/plugins/ManifestWidget.vala -M src/plugins/Plugins.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/StandardHostInterface.vala -M src/plugins/TransitionsInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/Publishing.vala -M src/publishing/PublishingPluginHost.vala -M src/publishing/PublishingUI.vala -M src/searches/Branch.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SavedSearchPage.vala -M src/searches/SearchBoolean.vala -M src/searches/Searches.vala -M src/sidebar/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Sidebar.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala -M src/slideshow/Slideshow.vala -M src/slideshow/TransitionEffects.vala -M src/tags/Branch.vala -M src/tags/HierarchicalTagIndex.vala -M src/tags/HierarchicalTagUtilities.vala -M src/tags/TagPage.vala -M src/tags/Tags.vala -M src/threads/BackgroundJob.vala -M src/threads/Semaphore.vala -M src/threads/Threads.vala -M src/threads/Workers.vala -M src/unit/Unit.vala -M src/unit/rc/Unit.m4 -M src/unit/rc/UnitInternals.m4 -M src/unit/rc/template.vala -M src/unit/rc/unitize_entry.m4 -M src/util/KeyValueMap.vala -M src/util/Util.vala -M src/util/file.vala -M src/util/image.vala -M src/util/misc.vala -M src/util/string.vala -M src/util/system.vala -M src/util/ui.vala -M thumbnailer/shotwell-video-thumbnailer.vala -M vapi/ExtendedPosix.vapi -M vapi/LConv.vapi -M vapi/gphoto-2.4/libgphoto2.vapi -M vapi/gphoto-2.5/libgphoto2.vapi -M vapi/gphoto.h -M vapi/libexif.vapi -M vapi/libraw.vapi - -commit 05c10b9c6107dc785808732216498ef5f3f6b87d -Author: Clint Rogers -Date: Tue Jan 15 16:09:42 2013 -0800 - - Causes video thumbnails to get regenerated if lost; closes #6152. - - Also moves some code around so regeneration for both stills and - videos happens in the same spot, improving code navigability. - -M src/PhotoMonitor.vala -M src/ThumbnailCache.vala - -commit 43bc638af6bc410d55c679a710fbe4262bcc5bdd -Author: Joseph Bylund -Date: Fri Jan 11 18:35:35 2013 -0800 - - Makes text entry dialogs resizable. Closes #6097. - -M src/Dialogs.vala - -commit 0cbf60b5ec721028b551900c0b0adbbe486fbae4 -Author: Jim Nelson -Date: Fri Jan 11 16:19:58 2013 -0800 - - Implements a basic folder tree in the sidebar. Closes #1594. - -M src/Resources.vala -A src/folders/Branch.vala -A src/folders/Folders.vala -A src/folders/Page.vala -C071 src/library/mk/library.mk src/folders/mk/folders.mk -M src/library/LibraryWindow.vala -M src/library/mk/library.mk -M units.mk - -commit e32f610752fd8bc32aacea46b85715f10707e07e -Author: Joseph Bylund -Date: Fri Jan 11 11:55:46 2013 -0800 - - Error in documentation: Closes #6117 - -M help/C/share-export.page - -commit cf7132f1fd673952d7cd3a6e00927be0d399c2f2 -Author: Clint Rogers -Date: Wed Jan 9 17:36:18 2013 -0800 - - Corrects a problem where ./configure would blithely accept bogus - arguments; closes #6015. - -M configure - -commit bf8498669743c22633b9d0ce7f7eb31b301418d5 -Author: Lucas Beeler -Date: Tue Jan 8 17:13:25 2013 -0800 - - Increases MIN_VALAC_VERSION to the earliest version of valac that - ships with vapi files for GStreamer 1.0. - -M Makefile - -commit 4db67e385c9c2d89947077f1520aa31af2538d65 -Author: Alban Browaeys -Date: Tue Jan 8 17:11:27 2013 -0800 - - Ports Shotwell to GStreamer 1.0. Closes #6055. - -M Makefile -M THANKS -M debian/control -M src/VideoSupport.vala -M thumbnailer/shotwell-video-thumbnailer.vala - -commit 6da387d589ee7d8c35ac0f5f79d21e0d43e2d5a0 -Author: Clint Rogers -Date: Tue Jan 8 17:08:51 2013 -0800 - - Fixes an issue where we were supplying an invalid argument to the - configure script; closes #6016. - -M debian/rules - -commit 3995e0b129bc5745c011367e09560a4a9aa6c992 -Author: Norbert Preining -Date: Mon Jan 7 16:41:55 2013 -0800 - - Allows selection of a sub-album or category when publishing to - Piwigo. Closes #3749. - -M plugins/shotwell-publishing/PiwigoPublishing.vala -M plugins/shotwell-publishing/piwigo_publishing_options_pane.glade - -commit 9a6fa02e15514394ec9d2885de00e298914e955e -Author: Ash Balgimbayev -Date: Mon Jan 7 13:13:50 2013 -0800 - - Allows the user to show & hide the sidebar. Closes #5346. - -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 8126010972408b341a5672f73c529bf31225239b -Author: Clint Rogers -Date: Fri Jan 4 15:42:05 2013 -0800 - - Prevents file discovery and metadata writing from starting before - ALL initialization, including tag list population, is completed. - - Fixes #5992. - -M src/Application.vala -M src/MediaDataRepresentation.vala -M src/MetadataWriter.vala -M src/main.vala - -commit 75ac7e2ffbe72d99ccf97337a5ce6bb5914db129 -Author: Gert Wollny -Date: Fri Jan 4 15:49:04 2013 -0800 - - Modifies thumbnail cache system to correctly support multiple - libraries. Closes #5986. - -M THANKS -M src/AppDirs.vala - -commit 764bad1bb8f69a144732f6564a69ea8fb909a9df -Author: Lucas Beeler -Date: Fri Jan 4 13:16:44 2013 -0800 - - Adds Joseph Bylund to the THANKS file. - -M THANKS - -commit 8ec4a8095f33e24c9cd0a17fc952f0c25f8f7b68 -Author: Joseph Bylund -Date: Fri Jan 4 13:14:46 2013 -0800 - - Modifies RAW photo development logic to properly copy original photo - metadata into generated developments. Closes #4372. - -M src/Photo.vala - -commit 33a72313c66a5edae75887ea3b2df5f60b622bd6 -Author: Norbert Preining -Date: Fri Jan 4 12:31:19 2013 -0800 - - Allows the user to suppress the upload of tags when publishing to - Piwigo. Closes #6156. - -M misc/org.yorba.shotwell.gschema.xml -M plugins/shotwell-publishing/PiwigoPublishing.vala -M plugins/shotwell-publishing/piwigo_publishing_options_pane.glade - -commit cf090048cbb1616d56bfb83781dd93eb21d681b7 -Author: Clint Rogers -Date: Wed Jan 2 12:15:27 2013 -0800 - - Made sure that the required versions in debian/control match what's - in Makefile. Fixes #5965. - -M Makefile -M debian/control - -commit c4f09c5f0ecd0044a0f0c2616eff71f0b12ba63f -Author: Lucas Beeler -Date: Mon Nov 26 12:28:41 2012 -0800 - - Updates the help documentation to correct an outdated help entry. - -M help/C/share-upload.page - -commit a08abac5ecfe1f636b915f5bb1007c41aa391409 -Author: mnemo -Date: Tue Oct 23 17:35:07 2012 -0700 - - Fixes assorted spelling errors. Closes #5926. - -M THANKS -M help/C/view-sidebar.page -M plugins/Makefile.plugin.mk -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/PiwigoPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M po/shotwell-core/shotwell.pot -M src/AppDirs.vala -M src/Commands.vala -M src/CustomComponents.vala -M src/DirectoryMonitor.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Tombstone.vala -M src/camera/ImportPage.vala -M src/core/DataSource.vala -M src/core/DatabaseSourceCollection.vala -M src/plugins/DataImportsInterfaces.vala -M src/plugins/PublishingInterfaces.vala -M src/searches/SearchBoolean.vala -M src/util/file.vala -M src/util/misc.vala -M thumbnailer/shotwell-video-thumbnailer.vala - -commit 001f2538213e2eabcdd8bf11c75682fe4888ff72 -Author: Carlos Penichet -Date: Tue Oct 23 16:56:01 2012 -0700 - - Flattens hierarchical tags before publishing them to Picasa. Closes - #5909. - -M THANKS -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit 226e45057dcfa066a5c0452f9a5f3eda628d3981 -Author: Norbert Preining -Date: Tue Oct 23 15:28:36 2012 -0700 - - Adds the ability to use the Shotwell title of a photo as its Piwigo - description instead of its Piwigo title. Closes #5999. - -M THANKS -M misc/org.yorba.shotwell.gschema.xml -M plugins/shotwell-publishing/PiwigoPublishing.vala -M plugins/shotwell-publishing/piwigo_publishing_options_pane.glade - -commit 647baa2b796ac7b63cd9f28083b1d0f1cdb8f63e -Author: Lucas Beeler -Date: Fri Oct 5 14:04:30 2012 -0700 - - Updates version number to 0.13.1+trunk, merges in changes to NEWS - and debian/changelog from the 0.13.1 release. - -M Makefile -M NEWS -M debian/changelog - -commit 9bec6d2b4faf7c0b8f95f995a2846aab00ab3ea1 -Author: Clint Rogers -Date: Thu Oct 4 17:13:36 2012 -0700 - - Uninstalls the filter when the search bar is dismissed; fixes #5912. - -M src/library/LibraryWindow.vala - -commit f5f8b20f2769ca0404b22932b5a3a0d8c56c79d5 -Author: Clint Rogers -Date: Thu Oct 4 16:08:16 2012 -0700 - - Attempts to guard against obviously-malformed XML responses -and- - checks whether the freshly-parsed Xml.Doc* has zero children; closes - #5822, closes #5907. - -M plugins/common/RESTSupport.vala - -commit 51cb25c2796e32390417d93cfb85136b2cd5c232 -Author: Lucas Beeler -Date: Thu Oct 4 15:25:52 2012 -0700 - - Changes the logic of spin_event_loop() such that it is - the same as the canonical form for interstitial event - processing as described in the Gtk+ 3 documentation (see - http://developer.gnome.org/gtk3/stable/gtk3-General.html#gtk-events-pending). - Closes #5844. - -M src/AppWindow.vala -M src/util/ui.vala - -commit 2b397d181987591603bd72b1b8915de8446ca341 -Author: Clint Rogers -Date: Thu Oct 4 14:48:01 2012 -0700 - - Forces the search bar to be visible whenever the star filter is - changed from the menus; closes #5912. - -M src/SearchFilter.vala - -commit 8c9a424767ca10880231ef1665727d686e3b2409 -Author: Clint Rogers -Date: Wed Oct 3 14:23:42 2012 -0700 - - Removes a bit of unneeded code that worked around a no-longer-existant - binding problem. - -M src/AppWindow.vala - -commit 9518bb3a895ac94d88f9bbd3d905a0afb3331b30 -Author: Clint Rogers -Date: Wed Oct 3 12:12:01 2012 -0700 - - Tries to use Gtk.Application.inhibit() and friends instead of calling - directly into dbus; closes #5903. - -M src/Application.vala -M src/Screensaver.vala - -commit 8be51587fb776e5c398dedd67138e105e93011e2 -Author: Clint Rogers -Date: Tue Oct 2 15:30:02 2012 -0700 - - Closes #4523; corrects an issue where the parent directory of the - desired import location would occasionally be seen as the import - location. - -M src/Dialogs.vala - -commit 31b12644173e51c6b5734fbe478c0c5fc170c290 -Author: Lucas Beeler -Date: Tue Oct 2 14:43:28 2012 -0700 - - Suppresses spinning the event loop during one of the two status - reporting callbacks made during the export process. Closes #5827. - -M src/Dialogs.vala -M src/Exporter.vala -M src/core/util.vala - -commit 6536e0c958d7ce1ca03c56181d25b705420b06b0 -Author: Clint Rogers -Date: Tue Oct 2 14:10:36 2012 -0700 - - Don't attempt to restore the cursor if there are 0 thumbnails in - the current checkerboard; closes #5919. - -M src/MediaPage.vala - -commit c438499b2c1a9b33d9159853ffecea474fe56245 -Author: Lucas Beeler -Date: Tue Oct 2 12:15:47 2012 -0700 - - Fixes an error in the German shotwell-core translation file; - closes #5931. - -M po/shotwell-core/de.po - -commit 6eb4f790a7279911e6ce40657e64d741cb888ecf -Author: Clint Rogers -Date: Mon Oct 1 15:51:54 2012 -0700 - - Migrates the print dialogue's custom image settings tab to Glade; - part of #5838. - -M src/Printing.vala -M src/util/ui.vala -M ui/shotwell.glade - -commit 4c79ab6bc9c1c4e5625811621658edf4150638ca -Author: Clint Rogers -Date: Wed Sep 26 17:18:29 2012 -0700 - - Adds missing semicolons to Arabic, Spanish, Chinese-TW and German - .po files; closes #5860. - - Many thanks to Damien Lallement for his gracious help. - -M THANKS -M po/shotwell-core/ar.po -M po/shotwell-core/de.po -M po/shotwell-core/es.po -M po/shotwell-core/zh_TW.po - -commit cf32357294ef00a131d6366087715891695b100f -Author: Clint Rogers -Date: Wed Sep 26 16:58:28 2012 -0700 - - Closes #5050, closes #5086; moves the settings migrator someplace - sensible, causes the migrator to clean up old paths. - -M Makefile -M settings-migrator/shotwell-settings-migrator -M src/AppDirs.vala -M src/config/GSettingsEngine.vala - -commit d7871125ae2a5f10d0616cf057f2613fad5da6da -Author: Clint Rogers -Date: Wed Sep 26 15:57:58 2012 -0700 - - Moves the Piwigo schema to be with the other core publishing plugins' - schemata; closes #5646 - -M misc/org.yorba.shotwell-extras.gschema.xml -M misc/org.yorba.shotwell.gschema.xml - -commit 1ff46ea3c0ae4ae35d7e129bd944216e3d828211 -Author: clinton -Date: Tue Sep 25 13:57:29 2012 -0700 - - Proposed patch would fix #3520, #5160; explicitly whitelists some - more common video storage paths for Sony cameras. - -M src/camera/ImportPage.vala - -commit ffbcb0ecb49bcb6bd0cd5bf4faa263e1f3db7d79 -Author: Clint Rogers -Date: Mon Sep 24 14:25:47 2012 -0700 - - Corrects a problem where a signal callback could inadvertently get - disconnected after the object the signal lived in was destroyed; - closes #5841. - -M plugins/shotwell-publishing-extras/TumblrPublishing.vala - -commit 2bbd5e53001f4e25aa99ac9b9fb66451a3a02ce3 -Author: Lucas Beeler -Date: Mon Sep 24 11:51:43 2012 -0700 - - Updates master Makefile version number to 0.13.0+trunk - -M Makefile - -commit c3c98fc83abb802d58a72c7d9c6153b7d9d173f6 -Author: Lucas Beeler -Date: Wed Sep 19 16:39:06 2012 -0700 - - Updated NEWS, debian/changelog, and Makefile to prepare for 0.13.0 - release. - -M Makefile -M NEWS -M debian/changelog - -commit 5022332fafba56d8c89cf411133f87a12be3b0cc -Author: Lucas Beeler -Date: Wed Sep 19 15:56:28 2012 -0700 - - Simplifies debian/control by removing phantom libunity dependency, - removing unnecessary runtime dependencies already managed by - shlibs:Depends, and adds a dconf-tools runtime dependency for the - gsettings migrator tool. Closes #5853, #5852, #5851. - -M debian/control - -commit 4b282e9b64dc2cbce51c61bd8bb29fa071c24e21 -Author: Lucas Beeler -Date: Wed Sep 19 15:18:44 2012 -0700 - - Updated Shotwell Extra Plugins translations for the Shotwell 0.13 - release. - -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -A po/shotwell-extras/eo.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -A po/shotwell-extras/or.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/shotwell-extras.pot -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -M po/shotwell-extras/uk.po -D po/shotwell-extras/vi.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po - -commit c7cdd9b57048c15f98702d45c74054bdd88ccdde -Author: Lucas Beeler -Date: Wed Sep 19 14:09:08 2012 -0700 - - Updates the Shotwell core translation set for the Shotwell 0.13 - release. - -M po/shotwell-core/af.po -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hi.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/ia.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -C066 po/shotwell-core/shotwell.pot po/shotwell-core/km.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -A po/shotwell-core/or.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/shotwell.pot -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/ta_IN.po -M po/shotwell-core/te.po -M po/shotwell-core/te_IN.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/vi.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po - -commit b8f16f72177e045f4e2208610d8693de583e57d2 -Author: Clint Rogers -Date: Tue Sep 18 16:41:43 2012 -0700 - - Causes rejected photos to not be chosen as event thumbnails (unless - the event contains nothing but rejected photos); closes #3682. - -M src/Event.vala -M src/core/ViewCollection.vala - -commit 64d70f86f8d050e749ab1bb80691fd7eb1f2343d -Author: Clint Rogers -Date: Tue Sep 18 13:15:53 2012 -0700 - - Allows the application to build with Vala 17.7; closes #5803. - -M plugins/Makefile.plugin.mk - -commit 6d4bd49d4c57a90572314d0dad9fc8a71fde0c60 -Author: Adam Dingle -Date: Mon Sep 17 12:59:37 2012 -0700 - - Fixed #5048 (PPA build with Unity support). - -M debian/control -M debian/rules - -commit aaa1087ad92b69497bd57ea9e692f90bd7286f59 -Author: Ash Balgimbayev -Date: Sun Sep 16 12:03:38 2012 -0700 - - Fixed broken build. - -M THANKS -M src/library/LibraryWindow.vala - -commit 29cdf25daf651590f8c237dcac2e784a10817c45 -Author: Clint Rogers -Date: Fri Sep 14 18:56:19 2012 -0700 - - Closes #5774; corrects an error where the library window would - incorrectly assume all pages it was handling were checkerboard pages. - -M src/library/LibraryWindow.vala - -commit 58c45082815adbfc09fc17f43e69f8296a3e72ab -Author: Clint Rogers -Date: Fri Sep 14 18:49:02 2012 -0700 - - Closes #5050; moves settings path to /org/yorba/shotwell and copies - over old settings data from /apps/. - -M Makefile -M misc/org.yorba.shotwell-extras.gschema.xml -M misc/org.yorba.shotwell.gschema.xml -A settings-migrator/shotwell-settings-migrator -M src/AppDirs.vala -M src/config/GSettingsEngine.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala - -commit c9b40dfe1bd3cf0a9ad9361753cce7f62710846e -Author: Clint Rogers -Date: Fri Sep 14 17:00:07 2012 -0700 - - Allows time and date strings to be drawn from the locale in LC_TIME - if it's different from the one in LC_MESSAGES; closes #2462. - -M src/Properties.vala -M src/Resources.vala -M src/util/misc.vala - -commit d7408ed8bfb46fd047f1e5bcb44fae5ee8c579d8 -Author: Adam Dingle -Date: Fri Sep 14 15:47:48 2012 -0700 - - Fixed #5213 (add "bottom-toolbar" class to bottom toolbar). - -M src/Page.vala - -commit 5a9b35c28e802ff6a8cd63efb2482f689bfd1e53 -Author: Clint Rogers -Date: Fri Sep 14 15:44:37 2012 -0700 - - Removes test to see whether incoming photo is in pending or not; - closes #5761. - -M src/MetadataWriter.vala - -commit 4b73ffd589e085db69d25d1c5900daae38e9018b -Author: Clint Rogers -Date: Fri Sep 14 14:06:20 2012 -0700 - - Re-closes #5160; adds support for some Sony cameras that put stills - in DCIM, but videos in /PRIVATE/SONY/... - -M src/camera/ImportPage.vala - -commit a182daa4f52953db69cc28a586476744be296a65 -Author: Clint Rogers -Date: Fri Sep 14 14:05:07 2012 -0700 - - Proposed patch would ensure key commands get propagated from - full-screen mode to other parts of the app correctly; closes #3883. - -M src/AppWindow.vala - -commit 8d902d486205ec7cdf8827122074dd402f2f815c -Author: Lucas Beeler -Date: Thu Sep 13 11:37:43 2012 -0700 - - Adds a Keywords entry to the desktop integration file template. Closes - #5550. - -M misc/shotwell.desktop.head - -commit ec0d0b9a3b6b48bd07ce0349d1fa0cfbc2a7a36d -Author: Lucas Beeler -Date: Thu Sep 13 11:22:39 2012 -0700 - - Fixes a build breakage that occurs with valac 0.17.6. Re-closes #5431. - -M plugins/shotwell-publishing-extras/TumblrPublishing.vala - -commit d13e876a15790e5a98f2ec0799ee6f4aacb3ca28 -Author: Jeroen Arnoldus -Date: Thu Sep 13 10:34:50 2012 -0700 - - Adds support for Tumblr publishing to the Shotwell Extras plugin - pack. Closes #5431. - -M THANKS -M misc/org.yorba.shotwell-extras.gschema.xml -M misc/org.yorba.shotwell.gschema.xml -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing-extras/Makefile -A plugins/shotwell-publishing-extras/TumblrPublishing.vala -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -A plugins/shotwell-publishing-extras/tumblr.png -A -plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade -A -plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade - -commit 49d065ea345941d4ef52f985f323ab726268c191 -Author: Clint Rogers -Date: Tue Sep 11 11:12:20 2012 -0700 - - Added NEWS and changelog entries for 0.12.90; closes #5763. - -M NEWS -M debian/changelog - -commit b3128443a7638a09f2baeb8310993e7f1cd59ce8 -Author: Clint Rogers -Date: Wed Sep 5 10:57:49 2012 -0700 - - Closes #5744; Corrects an issue where the border around the histogram - would render incorrectly - on Ubuntu 12.10 with Ambiance and Radiance. - -M src/CustomComponents.vala - -commit 38bd4ca1135fb505762ee71123dccc60a0c9a14b -Author: Lucas Beeler -Date: Tue Sep 4 16:24:15 2012 -0700 - - Fixes an inconsistently formatted string pointed out by a user - (Roumano) on the mailing list. - -M plugins/shotwell-publishing/PiwigoPublishing.vala - -commit 64f064ab58aa39c56eb00783d81d91248981fe74 -Author: clinton -Date: Fri Aug 31 12:07:36 2012 -0700 - - Incremented version number to 0.12.90+trunk. - -M Makefile - -commit 5a92c9b1f64e5e1613be5951e067d52fb20737fe -Author: clinton -Date: Fri Aug 31 10:49:03 2012 -0700 - - Removes reference to Vala 0.10-specific directory; closes #5194. - -M debian/rules - -commit 4f40c9d9e91dd302c0302e35ea7e5955ba290394 -Author: Clint Rogers -Date: Thu Aug 30 15:09:39 2012 -0700 - - Prevents critical assertions from firing when the Adjust tool is - spawned; closes #5704. - -M src/CustomComponents.vala - -commit e90a1b574f49603358dcef9cb382e0b3f301f045 -Author: Clint Rogers -Date: Thu Aug 30 14:23:35 2012 -0700 - - Skips out on changing to the import page for cameras added during - the initial population of the camera table; closes #5717. - -M src/camera/CameraTable.vala - -commit 06b0775d7915e4693d0e0f48a39ade2fcac7470b -Author: Alexander Wilms -Date: Thu Aug 30 13:43:52 2012 -0700 - - Updates the Straighten Tool icon with a new version that features - simpler lines and more closely matches the Shotwell toolbar color - palette. - -M THANKS -M icons/straighten.svg - -commit eb2f4004b6373a0ee5ee7e3cbc7ede8ccb311603 -Author: Jonas Bushart -Date: Wed Aug 29 15:31:19 2012 -0700 - - Fixes #1550 by writing log messages to stderr when not previously - done. - - log_file_stream gets only set if a file is used, then all messages - will be - written in the file. If log_file_stream is null (means problem with - opening the file) the messages will be written to stdout and stderr - so no need to write them again to stderr. - -M src/Debug.vala - -commit 0f064da3828c5662c1b6f0855b4cee8485d604ed -Author: Lucas Beeler -Date: Tue Aug 28 17:07:12 2012 -0700 - - Added Tobe Deprez to the THANKS file. - -M THANKS - -commit 50362fdcd35fd7a506d3ad7e28b68e2c039e041c -Author: Tobe Deprez -Date: Tue Aug 28 17:02:40 2012 -0700 - - Adds the ability to display photo titles during slideshows. Closes - #1592. - -M misc/org.yorba.shotwell.gschema.xml -M misc/shotwell.convert -M src/SlideshowPage.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala - -commit 9e8991be86a71fea5dcd787910cf7b693ab1dbbe -Author: Eric Gregory -Date: Tue Aug 28 15:49:16 2012 -0700 - - Resolves minor issue where wrong signal was disconnected in "Flagged" - sidebar branch - -M src/library/FlaggedBranch.vala - -commit 239792594aafa2725a6e1be03b8b0d0eb4a9d7f2 -Author: Clint Rogers -Date: Thu Aug 23 15:48:33 2012 -0700 - - Incrementing version number in preparation for #5698. - -M Makefile - -commit 16aab4b5a0026f421d217de3dd2b35078351e7e5 -Author: Clint Rogers -Date: Thu Aug 23 14:27:07 2012 -0700 - - Prevents direct mode from crashing; closes #5702. - -M src/Application.vala - -commit b7b09067784321e652eb88dacc7e307a6cc25c0e -Author: Clint Rogers -Date: Thu Aug 23 14:25:24 2012 -0700 - - Prevents the application from crashing with a SIGSEGV on exit; - closes #5701. - -M src/Application.vala - -commit 0ce83ea7aeed3ff84915a968f1f047ffe6f3c3e7 -Author: Clint Rogers -Date: Wed Aug 22 17:18:33 2012 -0700 - - Ensure that the changes made for #5553 get propagated to any tarballs - we generate; part of #5698. - -M Makefile - -commit b278e452a9154e665c7569f985e18600f4a21b0c -Author: Clint Rogers -Date: Wed Aug 22 15:39:24 2012 -0700 - - Allows undated images to automagically move to the correct event - when time/date info is added to them; closes #1940. - -M src/Commands.vala -M src/Event.vala - -commit b36a1fcdbc4f652c83433686d7fff8ad9290a2ef -Author: Clint Rogers -Date: Tue Aug 21 18:04:55 2012 -0700 - - Allows building against both libgphoto2 2.4.x and 2.5.x; closes #5589. - -M Makefile -M configure -M src/camera/CameraTable.vala -M src/camera/GPhoto.vala -C100 vapi/libgphoto2.vapi vapi/gphoto-2.4/libgphoto2.vapi -R095 vapi/libgphoto2.vapi vapi/gphoto-2.5/libgphoto2.vapi - -commit c8ad51c9ae8edfb1cdcbc646c188badf4d974054 -Author: Clint Rogers -Date: Tue Aug 21 13:34:57 2012 -0700 - - Said source-code supplement supplies Shotwell some simple subsystems - to seamlessly strip sensitive stuff from published images; closes - #5589. - -M misc/org.yorba.shotwell-extras.gschema.xml -M misc/org.yorba.shotwell.gschema.xml -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/facebook_publishing_options_pane.glade -M plugins/shotwell-publishing/flickr_publishing_options_pane.glade -M plugins/shotwell-publishing/picasa_publishing_options_pane.glade -M plugins/shotwell-publishing/piwigo_publishing_options_pane.glade - -commit 75efd7c66b9bb0b53e6184b9bedcc1093775a5ad -Author: Alain Rpnpif -Date: Thu Aug 16 11:48:45 2012 -0700 - - Fixes a French translation bug. Closes #5653. - -M THANKS -M po/shotwell-core/fr.po - -commit 3212f1f4c4f51a742bfe7cc61719c1e064c253f6 -Author: Clint Rogers -Date: Tue Aug 14 18:07:48 2012 -0700 - - Fixes deprecated widgets in set-background dialogue; closes #5664. - -M ui/set_background_dialog.glade - -commit 14ac0750fcc6494e040bc11636abce3db2e55afa -Author: Clint Rogers -Date: Thu Aug 9 14:37:19 2012 -0700 - - Corrects an issue where a pathological Scaling object could be - created the first time a SinglePhotoPage was navigated to; closes - #5612. - -M src/Dimensions.vala - -commit 924ebf5d5ab6e7b8effd1cd4aa604fa3896e0c3a -Author: Clint Rogers -Date: Thu Aug 9 14:20:09 2012 -0700 - - Fixes up some 'old' style widgets in the Piwigo publishing options - pane to something - that Glade 3.x likes; closes #5610. - -M plugins/shotwell-publishing/piwigo_publishing_options_pane.glade - -commit 6856b0bc7fc07b6aeef0408307d364499770e2e0 -Author: Clint Rogers -Date: Wed Aug 8 15:53:16 2012 -0700 - - Causes the makefile to check for a dependency that has been left - out before; closes #5559. - -M Makefile - -commit f5d5190a6eab8242cfd6843562e6781128f5645e -Author: Jürg Billeter -Date: Mon Aug 6 15:53:31 2012 +0200 - - Do not access static members with instance references - -M src/Application.vala -M src/Photo.vala -M src/Printing.vala -M src/searches/SearchBoolean.vala - -commit 148ebd3905c216f2c37158ccf47ede67f9d1cba7 -Author: Clint Rogers -Date: Tue Jul 31 13:39:50 2012 -0700 - - Replaced hard tabs with spaces per Yorba coding standards. - -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit 2cd8361662df49f9c93080da60f6daa4e3429b18 -Author: Clint Rogers -Date: Fri Jul 27 12:22:35 2012 -0700 - - Relaxes an assertion that could occur when attempting to remove a - photo from a metadata-writing queue if the queue didn't contain the - photo to begin with; closes #3641. - -M src/MetadataWriter.vala - -commit 7c2e51d3bbf9457d4dd37c60e3f59055c3923cbf -Author: Clint Rogers -Date: Fri Jul 27 11:54:25 2012 -0700 - - Migrates away from libunique to GtkApplication; closes #5260. - -M src/Application.vala -M src/camera/ImportPage.vala -M src/library/LibraryWindow.vala -M src/main.vala - -commit da6e2fa25d65af18c678c32a5db21607bf1fd84a -Author: Clint Rogers -Date: Fri Jul 13 15:03:40 2012 -0700 - - Makes HierarchicalTagIndex.vala not be executable, fixes #5551. - -M src/tags/HierarchicalTagIndex.vala - -commit 9ce2d5be632c6c7f8cf8c131069ef32750ed08cf -Author: Clint Rogers -Date: Fri Jul 13 12:31:08 2012 -0700 - - Fixes #4805, relaxes an assertion that could occur when attempting - to remove a tombstone from a tombstone source collection if the - tombstone was never in the collection to begin with (that is, it's - already removed, so no need to assert here). - -M src/Tombstone.vala - -commit c5f40d35843832374e645a6fb2753416b0702f43 -Author: Clint Rogers -Date: Fri Jul 13 12:14:59 2012 -0700 - - Prevents application from jumping to newly-created tags; closes - #4721. - -M src/tags/Branch.vala - -commit 3e6989a0955ca4c65a3be32b62d20b774c1294eb -Author: Clint Rogers -Date: Tue Jul 10 14:21:48 2012 -0700 - - Forces arguments to Dimensions constructor to sensible default if - we get here and they're negative; closes #5527. - -M src/Dimensions.vala - -commit 2d889707a9710f3af90fb26c78287cbd38aaaa40 -Author: Sergey Davidoff -Date: Tue Jul 10 12:43:08 2012 -0700 - - Updates Shotwell's desktop integration file to reflect MIME types - newly supported since the previous update to the desktop integration - file. - -M THANKS -M misc/shotwell-viewer.desktop.head - -commit 07719453ea3fc64e284e8dfee6069b03eced25a3 -Author: Clint Rogers -Date: Tue Jul 10 12:41:49 2012 -0700 - - Corrects a problem where the application would occasionally try to - iterate through the keyword list when it was null; closes #5468. - -M src/MetadataWriter.vala - -commit 038f0a7e483360c385671a73a7b82576f16d10c6 -Author: Eric Gregory -Date: Mon Jul 2 11:58:10 2012 -0700 - - Closes #5460 Sidebar style class added - -M src/library/LibraryWindow.vala -M src/sidebar/Tree.vala - -commit 1b70d6393c33187f80e60454ed205dc1dead85bf -Author: Clint Rogers -Date: Mon Jul 2 11:51:56 2012 -0700 - - Makes a slight change to GRaw.vala to match a binding change in the - LibRaw .vapi; closes #5476. - -M src/photos/GRaw.vala - -commit 9edd7d12d9b428d91391b930caee11765c8d5d8e -Author: Clint Rogers -Date: Tue Jun 26 14:38:31 2012 -0700 - - Makes Shotwell explicitly require Vala 0.17.2 (needed due to binding - changes). - -M Makefile -M debian/control - -commit 35f856338c65ce13878098c40cd913fcb453a5c4 -Author: Clint Rogers -Date: Tue Jun 26 14:34:00 2012 -0700 - - Makes a minor modification to allow compilation by Vala 0.17.2; - closes #5453. - - (Due to a binding change, Gtk.TreeStore's remove() now requires a - 'ref' argument here.) - -M src/sidebar/Tree.vala - -commit 033873398a507bada47942ab79e0f767b521d927 -Author: Clint Rogers -Date: Mon Jun 25 14:22:10 2012 -0700 - - Uses Bruno's fix to correct problem when publishing image with a ' - in the title; closes #3880. - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 1455d92d43cd30c74a07ebc42dceccfef8b4927f -Author: Clint Rogers -Date: Fri Jun 15 16:30:40 2012 -0700 - - Removes an unneeded compilation flag. - -M Makefile -M plugins/Makefile.plugin.mk - -commit 31ee427b936f075dacb5fbc40b9860f133fb7059 -Author: Clint Rogers -Date: Thu Jun 14 11:57:09 2012 -0700 - - Causes a high-quality repaint to happen automatically 100ms after - the straighten slider was last moved, closes #4616. - -M src/editing_tools/StraightenTool.vala - -commit 5f5620fc55a2fa7e16ddd65592dab7aa199ef807 -Author: Clint Rogers -Date: Thu Jun 14 11:49:39 2012 -0700 - - Closes #4067, prevents application from offering to write exposure - time/date to video files inappropriately. - -M src/CollectionPage.vala -M src/Dialogs.vala - -commit 039cf996c8c91c2ecc84e1921998c62bd82fe260 -Author: Clint Rogers -Date: Wed Jun 13 17:24:03 2012 -0700 - - Closes #4724 by making the minimum allowed GLib version be set for - both the main makefile and the plugin makefile with a single variable, - keeping them synced. - -M Makefile -M plugins/Makefile.plugin.mk - -commit 5b3b87584d9011b98faf46957fab2166340671c8 -Author: Lucas Beeler -Date: Wed Jun 13 15:45:31 2012 -0700 - - Ports the Picasa Web Albums Connector to use OAuth - authentication. Closes #4759, #5374, #4299, #3752, #3307, and half - of #3445. - -M debian/control -M misc/org.yorba.shotwell.gschema.xml -M misc/shotwell.convert -M plugins/plugins.mk -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/PicasaPublishing.vala -A plugins/shotwell-publishing/picasa_auth_code_entry_pane.glade -A plugins/shotwell-publishing/picasa_not_set_up_pane.glade - -commit b24079554cb4958e7a2062e096efe08728c367e1 -Author: Michael Axiak -Date: Wed Jun 6 10:33:32 2012 -0700 - - Adds references to two .glade files to the plugins Makefile that - were mistakenly omitted during the migration of the publishing UI - to Glade. Closes #5350. - -M plugins/plugins.mk - -commit efa4856b6001817be6d190743641caa19eaa4209 -Author: clinton -Date: Tue Jun 5 15:35:55 2012 -0700 - - Proposed patch would allow 32-bit versions of the app to correctly - accept, display and sort photos with dates ranging between May, - 1904 and April, 2038. Closes #3040. - -M src/Dialogs.vala -M src/Thumbnail.vala - -commit 5ed056e091210e58cf55852325e64207a196f33b -Author: Michael Axiak -Date: Mon Jun 4 15:55:11 2012 -0700 - - Enables upload of titles & tags to Picasa Web Albums; closes part - of #1326. - -M THANKS -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit 1ee63593713ec29a70266d6ef3e868b4b928bbea -Author: Clint Rogers -Date: Mon Jun 4 14:59:13 2012 -0700 - - Forces the size combo to have a meaningful value; closes #5342. - -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit a0747b2b3088d1e728a21318935d58cf8a1e987b -Author: Clint Rogers -Date: Mon Jun 4 12:01:07 2012 -0700 - - Yet another attempt at fixing Oneiric 32 dailies... - -M Makefile -M plugins/Makefile.plugin.mk - -commit 63040cc13a5d00e327b50af96b4440d1d3d41f5d -Author: Luca Falavigna -Date: Mon Jun 4 10:09:43 2012 -0700 - - Fixed a typo in src/ThumbnailCache.vala. - -M src/ThumbnailCache.vala - -commit 8c429c7725cd12d1d5781db73af698018959bc88 -Author: Clint Rogers -Date: Fri Jun 1 17:32:34 2012 -0700 - - Adds support for common paper sizes as crop ratios; closes #4413. - -M src/editing_tools/EditingTools.vala - -commit 6b4b1b55b924a09ddc4a98840f9db5cf0368cbf0 -Author: Clint Rogers -Date: Fri Jun 1 14:33:29 2012 -0700 - - Patch removes nearly all the deprecated widget warnings, closes #4724. - -M src/Dialogs.vala -M src/MediaPage.vala -M src/PhotoPage.vala -M src/SlideshowPage.vala -M src/Tag.vala -M src/data_imports/DataImportsUI.vala -M src/library/LibraryWindow.vala -M src/publishing/PublishingUI.vala - -commit ddd81fd786f1790cd4bb70b82e0fd925ed4535df -Author: Clint Rogers -Date: Fri Jun 1 14:05:34 2012 -0700 - - Works around a problem where displaying the welcome dialog can - interfere with talking to a camera, closes #4997. - -M src/Dialogs.vala - -commit 15a2b28d8ed312269d9d2ed780d8f93ed1532b25 -Author: Clint Rogers -Date: Fri Jun 1 13:51:53 2012 -0700 - - This fix the 'g_mapped_file_free' warning, as well as all the - deprecated widget warnings in the editing tools. - -M plugins/Makefile.plugin.mk -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala - -commit 858be4f3890b644aee2ced52e42ad246e0135aef -Author: Lucas Beeler -Date: Fri Jun 1 13:41:18 2012 -0700 - - Added Ville Skyttä to the THANKS file. - -M THANKS - -commit 981bd54c42227979c7df9ac16fa3c4107974b0dc -Author: Ville Skyttä -Date: Fri Jun 1 13:38:28 2012 -0700 - - Removes a duplicate MIME type entry in the desktop integration file - that describes the types of files Shotwell handles in direct-edit - mode. - -M misc/shotwell-viewer.desktop.head - -commit de3e25a9e7bfd4f327a077b0ab3bcc2dabe0ee4b -Author: Clint Rogers -Date: Tue May 29 11:13:03 2012 -0700 - - Migrates the Youtube publishing options pane to Glade; closes #5170. - -M plugins/common/ui.vala -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/YouTubePublishing.vala -A plugins/shotwell-publishing/youtube_publishing_options_pane.glade - -commit 5d78d2bc7aaacd70dfd18f5b68419b69fcbcdeb8 -Author: Clint Rogers -Date: Tue May 29 15:43:00 2012 -0700 - - Sets the name of the required libgexiv2 package to what Precise needs; - closes #5289. - -M debian/control - -commit e868b3369da5f906b44c5035536f221877d952cd -Author: Clint Rogers -Date: Thu May 24 12:20:40 2012 -0700 - - Moves the common elements of the children of ConcreteDialogPane up - to the parent class; closes #5173. - -M src/publishing/PublishingUI.vala - -commit 3486eefe39c7836936784d103ee0be01364255af -Author: Clint Rogers -Date: Wed May 23 17:47:30 2012 -0700 - - Proposed patch would migrate the Flickr PIN entry pane to Glade, - closing #5295. - -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/Makefile -A plugins/shotwell-publishing/flickr_pin_entry_pane.glade - -commit ad25da60b488ff6f65d487f7551852fa12b582c7 -Author: Clint Rogers -Date: Wed May 23 12:38:20 2012 -0700 - - Proposed patch would migrate the StaticMessagePane into Glade, - closing part of #5173. - -M src/publishing/PublishingPluginHost.vala -M src/publishing/PublishingUI.vala -M ui/shotwell.glade - -commit 1835f5040cbcc553d5714b0800ede7baa6c38dcb -Author: Clint Rogers -Date: Wed May 23 11:23:26 2012 -0700 - - Adds some files that get left out when running make dist; closes - #5290 and #5293. - -M plugins/plugins.mk - -commit 361a5a1a269c3add0d4c3a77289577239db587e2 -Author: Clint Rogers -Date: Fri May 18 17:03:54 2012 -0700 - - Proposed patch would migrate the welcome pane over to Glade; addresses - part of #5173. - -M src/publishing/PublishingUI.vala -M ui/shotwell.glade - -commit e19a1f9d3dc8f371abdf4464b9fea713bb1561b4 -Author: Clint Rogers -Date: Fri May 18 13:21:38 2012 -0700 - - We now attempt to find missing thumbnails during the startup scan - and regenerate them in the background. Closes #2889. - -M src/Photo.vala -M src/PhotoMonitor.vala - -commit bc490559c2a25c2c4367a9489effff7f736c601c -Author: Clint Rogers -Date: Thu May 17 11:09:52 2012 -0700 - - Proposed patch would add a 'Report A Problem...' feature to the help - menu, closing #5211. - -M src/AppWindow.vala -M src/Resources.vala -M ui/direct.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/trash.ui - -commit 1dd71c331d6e0dfb4ddfe065fa8a490ba6cdb173 -Author: Clint Rogers -Date: Tue May 15 12:40:17 2012 -0700 - - Migrates the publishing progress bar to a Glade-based widget; closes - part of #5173. - -M src/publishing/PublishingUI.vala -M ui/shotwell.glade - -commit 50a881907461189f5df75b67ba89c0d9fa78b75b -Author: Clint Rogers -Date: Mon May 14 18:47:49 2012 -0700 - - Migrates Picasa publishing options pane to Glade; closes #5171. - -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/PicasaPublishing.vala -A plugins/shotwell-publishing/picasa_publishing_options_pane.glade - -commit 30af8f6bf097d7cbf4d8786335d7dd700a1c6319 -Author: Clint Rogers -Date: Mon May 14 17:51:08 2012 -0700 - - Corrects an issue where some context menus inappropriately used - the same key as a mnemonic more than once; closes #5197. - -M src/MediaPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M ui/collection.ui -M ui/photo_context.ui - -commit 7ce2f47eaf2b59b72a74943ea6f425cc1d33290b -Author: William Jon McCann -Date: Mon May 14 16:04:15 2012 -0700 - - Stores auxilliary Shotwell files in their XDG recommended locations; - closes #421. - -M THANKS -M src/AppDirs.vala -M src/ThumbnailCache.vala -M src/main.vala - -commit a17621b6b157d6173f3497611153570489de379d -Author: Lucas Beeler -Date: Thu May 10 16:53:11 2012 -0700 - - Added the names of recent external contributors to the THANKS file. - -M THANKS - -commit bf19b301c8b14d221a4045f563e85780e076206a -Author: Eser Aygün -Date: Thu May 10 16:49:14 2012 -0700 - - Allows more fine-grained control over viewing permissions of photos - published to Flickr. Closes #5182. - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 2857fb8d47ea9ac1484bc3b2a425a0a2ce313fd4 -Author: Laurent Rocher -Date: Thu May 10 16:43:38 2012 -0700 - - Uses a more generic scanf format string for parsing non-standard - EXIF dates. Closes #3850. - -M src/MediaMetadata.vala - -commit e9fc2899326919cfa519178b7267b014a06ad5a3 -Author: Alexander Sack -Date: Thu May 10 16:29:47 2012 -0700 - - Adds Google+-optimized publishing size to list of Picasa Web Albums - publishing sizes. Closes #5210. - -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit 0799f04280351b3d00de1463e098262698020b61 -Author: Clint Rogers -Date: Wed May 9 18:42:57 2012 -0700 - - Manually merging in makefile and debian changelog fixes from branch. - -M NEWS -M debian/changelog - -commit 802321390dd13bc70ae90bcc739aae8ed068d456 -Author: Clint Rogers -Date: Wed May 9 17:44:07 2012 -0700 - - Increment version number. - -M Makefile - -commit 907ad8b09f80468630db15a782fea289b96fdc8a -Author: Lucas Beeler -Date: Wed May 9 14:03:21 2012 -0700 - - Properly takes padding into account when doing custom hit-testing of - enable/disable checkboxes in the plugin manifest widget. Closes #5230. - -M src/plugins/ManifestWidget.vala - -commit 4f6aa2bfb6b64bdfd5eec7dc66be73e823a12652 -Author: Clint Rogers -Date: Tue May 8 14:44:58 2012 -0700 - - Corrects an issue in which the name of a symbol in the FSpot importer - shlib could collide with the name of a symbol inside the core; - closes #5078. - -M plugins/common/SqliteSupport.vala -M plugins/shotwell-data-imports/FSpotDatabaseTable.vala - -commit efdf9744cd0879cfadf3d7149ebd70ee03bfaed1 -Author: clinton -Date: Tue May 8 11:14:27 2012 -0700 - - Closes #5219; disables forced sidebar background colour and uses - the theme's instead. - -M src/library/LibraryWindow.vala - -commit 3d3c7a8df0422eee9b21f3df7e256cb8e944ae64 -Author: clinton -Date: Mon May 7 12:46:30 2012 -0700 - - Prevents tags with only one media source from being destroyed after - that media source is trashed and expunged, also prevents and fixes - #5068. - -M src/core/ContainerSourceCollection.vala - -commit cf0a3eb832ee735d3167fe83dc243f846aba24d2 -Author: clinton -Date: Thu May 3 16:59:01 2012 -0700 - - Moves the Flickr publishing option pane into Glade; closes #5172. - -M plugins/common/ui.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -A plugins/shotwell-publishing/flickr_publishing_options_pane.glade - -commit 8922dde898c95b3fa1a4b189f93954d89a3163cd -Author: clinton -Date: Wed May 2 10:44:01 2012 -0700 - - Proposed patch would fix #5147 by marking unwanted actions as - insensitive when we're on a SinglePhotoPage, and putting them back - like we found them when switching to a CheckerboardPage. - -M src/SearchFilter.vala - -commit 4dc989df6b0e923c9e4b11ec568588a8b8a5b9f2 -Author: Clint Rogers -Date: Mon Apr 30 15:43:02 2012 -0700 - - Migrates the Facebook publishing options pane into Glade, fixes part - of #3205. - -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/Makefile -A plugins/shotwell-publishing/facebook_publishing_options_pane.glade - -commit 7b0340f9b6c4fda7bab1c9efc00bd22ccac6672a -Author: Clint Rogers -Date: Mon Apr 30 14:54:00 2012 -0700 - - Attempts to enumerate several well-known directories where .MTS - cameras tend to put their movie files; closes #5160. - -M src/camera/ImportPage.vala - -commit 8ffe2a186503b42af7df710e8d9f40585832a073 -Author: Clint Rogers -Date: Mon Apr 30 14:43:56 2012 -0700 - - Corrects an issue where some confirmation dialogs would - inappropriately display raw pango markup; closes #5166. - -M src/AppWindow.vala - -commit 882c91b2a5f6996472f9f24edb32af2c9ce05979 -Author: Clint Rogers -Date: Thu Apr 26 11:44:29 2012 -0700 - - Closes #5134 (array subscript out-of-bounds). - -M src/Resources.vala - -commit 65f07e745a726b001109cee9922ac1cb89d8f8ce -Author: Clint Rogers -Date: Wed Apr 25 18:58:06 2012 -0700 - - Corrects an issue where pressing [Enter] in certain text entry - dialogs did not activate the default response; fixes #5086. - -M src/Dialogs.vala -M ui/shotwell.glade - -commit 46e39b3cd4a69f619d0c281cbdcacaa89be0783a -Author: Clint Rogers -Date: Wed Apr 25 12:51:37 2012 -0700 - - Corrects an issue where the Unity progress bar would stop animating - at 50% shortly after launching the app; closes #5100. - -M src/Dialogs.vala -M src/UnityProgressBar.vala -M src/camera/ImportPage.vala -M src/library/ImportQueuePage.vala -M src/library/LibraryWindow.vala - -commit 06892bdb0d95ad45672a7d8be7381b9f3f2212a0 -Author: Clint Rogers -Date: Tue Apr 24 17:09:41 2012 -0700 - - Corrects a soft-lockup that could occur when attempting to autoenhance - certain images; closes #5087. - -M src/ColorTransformation.vala - -commit e3014bdb79b533363ab23aeda5e1c9d99d113f7c -Author: Adam Dingle -Date: Mon Apr 23 10:02:47 2012 -0700 - - Improved a string in the F-Spot importer. - -M plugins/shotwell-data-imports/FSpotImporter.vala - -commit a4a5561c35f96152e7b613a55bc89ba1b3f489cc -Author: Clint Rogers -Date: Thu Apr 19 12:57:42 2012 -0700 - - Corrects a problem in which plugins.mk would look in the wrong place - for some of Piwigo's assets. - -M plugins/plugins.mk - -commit 26abd5225419455ad3e2f2a3304da74a78537b32 -Author: Clint Rogers -Date: Wed Apr 18 17:50:02 2012 -0700 - - Corrects a problem where writing of hierarchical tag data to image - files would inappropriately reoccur, closes #4297. - -M src/MetadataWriter.vala - -commit 09a1abe8e9fcb2cb2e3a7f096dbdcd193c64f8a5 -Author: Clint Rogers -Date: Wed Apr 18 17:12:28 2012 -0700 - - Attempts to make the text entry dialog modifiable from within Glade; - closes #4501. - -M src/Dialogs.vala -M ui/shotwell.glade - -commit d0878de79bf236a6db3f241619afed36bdbf48eb -Author: Clint Rogers -Date: Wed Apr 18 15:01:04 2012 -0700 - - Closes #4803, promotes Piwigo plugin to 'core'. - -M plugins/shotwell-publishing-extras/Makefile -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -M plugins/shotwell-publishing/Makefile -R097 plugins/shotwell-publishing-extras/PiwigoPublishing.vala -plugins/shotwell-publishing/PiwigoPublishing.vala -R100 plugins/shotwell-publishing-extras/piwigo.png -plugins/shotwell-publishing/piwigo.png -R100 -plugins/shotwell-publishing-extras/piwigo_authentication_pane.glade -plugins/shotwell-publishing/piwigo_authentication_pane.glade -R100 -plugins/shotwell-publishing-extras/piwigo_publishing_options_pane.glade -plugins/shotwell-publishing/piwigo_publishing_options_pane.glade -M plugins/shotwell-publishing/shotwell-publishing.vala - -commit fa30fd0433a689be71c72d9a23006d25acf8e67f -Author: Clint Rogers -Date: Mon Apr 16 17:04:14 2012 -0700 - - Corrects an issue where some text entry dialogs would fail to display; - closes #5066. - -M src/Dialogs.vala -M ui/shotwell.glade - -commit ccebfe754515f1dcb7f1b4e7403efbdc6c23f70f -Author: Clint Rogers -Date: Fri Apr 13 16:37:13 2012 -0700 - - Closes #5044, prevents a crash that could occur in direct mode - after saving edits, re-entering the saved photo, then entering and - exiting full-screen. - -M src/core/ViewCollection.vala - -commit c500bbb12a62089e788888a0cd1c748dc36a0417 -Author: Clint Rogers -Date: Fri Apr 13 16:16:39 2012 -0700 - - Closes #5043, makes the naming of the create-a-search feature in - menus consistent across the app. - -M src/searches/Branch.vala -M src/sidebar/Tree.vala - -commit ac8881404f4e5b9f99ea1722ae49e55efbcf6ae2 -Author: Clint Rogers -Date: Wed Apr 11 17:23:43 2012 -0700 - - Merging in changes from Shotwell 0.12.2 (manually merged component). - -M Makefile - -commit 6b1c3fa505c56ec2a76faa37d1d16864cc543b53 -Author: Clint Rogers -Date: Wed Apr 11 17:19:12 2012 -0700 - - Merging in changes from Shotwell 0.12.2 released version. - -M NEWS -M debian/changelog - -commit 18ba37abfca8a613d3c75b0f62f0939c57df6fae -Author: Clint Rogers -Date: Wed Apr 11 14:08:25 2012 -0700 - - Corrects a problem where certain Youtube publishing error messages - would display incorrectly; closes #5041. - - (Note that no strings are modified by this commit; existing strings - are merely re-ordered.) - -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 73872142e11053e51b52c3bf7b896f44ab16215c -Author: Clint Rogers -Date: Tue Apr 10 19:08:08 2012 -0700 - - Massaged shotwell.glade to play nice with modern versions of Glade, - removed reliance on nonexistant catalog file; closes #4501. - - Note: we no longer need to build the .so file to run Glade on - Shotwell; simply opening the .glade file directly is enough. - -M ui/shotwell.glade - -commit e8fc961576854e44ea398960c888006c3623f31f -Author: Lucas Beeler -Date: Tue Apr 10 18:49:25 2012 -0700 - - Added Camilo Polymeris to the THANKS file. - -M THANKS - -commit e6755cb9951c737c0ba5791ad5b937bede6e796e -Author: Camilo Polymeris -Date: Tue Apr 10 18:40:33 2012 -0700 - - Allows the user to draw a level-line in the straighten tool to - specify a level horizon. Closes #4940. - -M src/PhotoPage.vala -M src/editing_tools/StraightenTool.vala - -commit bea0280801de07c70e83256eb9f25d0e7853b2d0 -Author: Clint Rogers -Date: Tue Apr 10 16:45:49 2012 -0700 - - Removing this as part of #4962. - -D ui/faces.ui - -commit fd825189d68bdf48018cb593c8986f01c0e21838 -Author: Clint Rogers -Date: Tue Apr 10 16:01:31 2012 -0700 - - Switches tarball format over to .xz compression; closes #4979. - -M Makefile - -commit 121039d314b273f8cd3d1c1fa3f0f438fb8a2c91 -Author: Clint Rogers -Date: Tue Apr 10 15:42:20 2012 -0700 - - Improves handling of single quotes in path names when trying to - display a file in the filemanager; closes #4983. - -M src/AppWindow.vala - -commit 46148f17c79b9acce4eb8023d6e1969f92f631a5 -Author: Clint Rogers -Date: Tue Apr 10 15:27:22 2012 -0700 - - Corrects an issue where pressing Alt + D in the preferences dialog - would highlight the wrong widget; closes #4986. - -M src/Dialogs.vala -M ui/shotwell.glade - -commit e43061340ea8f7b3ee09ef4d1c00225be53a7d7d -Author: Clint Rogers -Date: Mon Apr 9 17:22:53 2012 -0700 - - Fixes #5028, puts in place a mechanism for pages with lengthy - startup procedures to initialize their - UI separately from the long startup. - -M src/Page.vala -M src/camera/ImportPage.vala -M src/library/LibraryWindow.vala - -commit 635d6f39b8b0326841598e4aff7afed95bb2c874 -Author: Lucas Beeler -Date: Mon Apr 9 13:14:51 2012 -0700 - - Added Chris Hemsing to the THANKS file. - -M THANKS - -commit ed42fbce19af9113ba8f2f07491cf7be893deb97 -Author: Chris Hemsing -Date: Mon Apr 9 13:13:17 2012 -0700 - - Fixes an issue in which rejected photos would be displayed at startup - even though the view filter was set merely to "All Photos" not "All + - Rejected." Closes #4300. - -M src/library/LibraryWindow.vala - -commit 29dcec3dcbd4f27b72fb80c68d69d9fe7eafb30e -Author: Adam Dingle -Date: Sun Apr 8 07:19:14 2012 -0700 - - Require libraw 0.13.2 or higher. Fixes #3062. Fixes #3534. - -M Makefile -D libraw-config - -commit ba96b4bdc312cfc2f86fffe0689a4ce4735e4e80 -Author: Adam Dingle -Date: Sat Apr 7 08:38:31 2012 -0700 - - Fixed #4962 (remove faces code from tree). - -M src/Commands.vala -M src/Dialogs.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/SearchFilter.vala -D src/db/FaceLocationTable.vala -D src/db/FaceTable.vala -M src/db/mk/db.mk -M src/editing_tools/EditingTools.vala -D src/faces/Branch.vala -D src/faces/Face.vala -D src/faces/FaceLocation.vala -D src/faces/FacePage.vala -D src/faces/FaceShape.vala -D src/faces/Faces.vala -D src/faces/mk/faces.mk -M src/library/LibraryWindow.vala -M src/library/mk/library.mk -M src/main.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala -M src/util/ui.vala -M ui/photo.ui -M units.mk - -commit 793399210d48cfdf5f99f5dc66dc551bce31b1ad -Author: Clint Rogers -Date: Thu Apr 5 17:09:08 2012 -0700 - - Adds some logic to fix up databases that are corrupted in a certain - manner and avoid a DB constraint failure; closes #4995. - -M src/Tag.vala - -commit 863d6b74b20fa68f43b21ec44613a2f9dac93802 -Author: Laura Khalil -Date: Thu Apr 5 14:25:09 2012 -0700 - - Updates to po translation files for Shotwell 0.12.2 - -M po/shotwell-core/en_GB.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/it.po -M po/shotwell-core/pl.po -M po/shotwell-core/sr.po -M po/shotwell-core/uk.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/uk.po - -commit fc2143afa47f20ab0b9364fc7e55264f246866e5 -Author: Clint Rogers -Date: Thu Apr 5 10:55:40 2012 -0700 - - Closes #4960; causes the Unity progress bar routines to be available - via a configure option after running make dist. - -M Makefile -M src/UnityProgressBar.vala - -commit 0d6ad16c5b71db2282cbeda258f596bbc09ab3f9 -Author: Clint Rogers -Date: Tue Apr 3 16:12:12 2012 -0700 - - Corrects an issue where event date ranges spanning exactly two days - would display incorrectly in ja_JP; part of #4976. - -M po/shotwell-core/ja.po - -commit 3f8ff37d3ee095f5fe81e0a7cc6d9f6bb23253e4 -Author: Lucas Beeler -Date: Tue Apr 3 14:34:26 2012 -0700 - - Fixes a minor POT file merge error. - -M po/shotwell-core/shotwell.pot - -commit 73daf0e17a49c23f94195a174b60c7f2d437188a -Author: Laura Khalil -Date: Tue Apr 3 14:19:02 2012 -0700 - - Merge commit. - -M po/shotwell-core/shotwell.pot -M po/shotwell-extras/shotwell-extras.pot - -commit 7a7ec600953380d3da84532c186a9e1730da147a -Author: Clint Rogers -Date: Tue Apr 3 13:32:32 2012 -0700 - - Adds a descriptive comment to pretty-printed date ranges spanning - exactly two days in shotwell.pot; closes #4976. - -M po/shotwell-core/shotwell.pot - -commit 0a1d925b0b64a2a18ba5513e589b74225e8f6031 -Author: Jonas Bushart -Date: Mon Apr 2 18:36:31 2012 -0700 - - Warns user that photo edits will be lost when switching development - modes for RAW photos. Closes #4060. - -M src/Dialogs.vala -M src/MediaPage.vala -M src/PhotoPage.vala - -commit be118c7bea13d7503b43bb66b173b20ab2b9bd6c -Author: Laura Khalil -Date: Mon Apr 2 18:14:09 2012 -0700 - - Updated Help instructions. Fixed #4946 - -M Makefile -M help/C/edit-rotate.page -A help/C/edit-straighten.page -M help/C/other-files.page -M help/C/other-plugins.page - -commit 34ef3d91e76384387aa3bce60447dceb746c0102 -Author: Adam Dingle -Date: Sat Mar 31 12:58:30 2012 -0700 - - New PPA build for Oneiric. - -M debian/changelog - -commit b0e30957e7d615de5c7382a6368b83ddc7982cae -Author: Luca Falavigna -Date: Sat Mar 31 09:06:50 2012 -0700 - - Fixed #4973 (FTBFS with gcc-4.6.3). - -M src/AppWindow.vala - -commit 2c2a25a4b848ea1b033d67e72faae1f6a6f5292e -Author: Clint Rogers -Date: Fri Mar 30 16:44:15 2012 -0700 - - Corrects an issue where certain pretty-printed date ranges could - display incorrectly in en_gb; closes #4976. - -M po/shotwell-core/en_GB.po - -commit 2f11dba9d34c792cc0740bb011743f0cf3b1f3ba -Author: Lucas Beeler -Date: Fri Mar 30 15:24:38 2012 -0700 - - This reverts commit 9c405d1942577bf15cc83754c52e766005c9e079. - -M src/Dialogs.vala - -commit 911199b41f6d7dede042376ec94e0c6fc80ef898 -Author: Clint Rogers -Date: Fri Mar 30 15:19:56 2012 -0700 - - Makes sure all the .help files needed for correct operation are - copied; closes #4961. - -M Makefile - -commit 9c405d1942577bf15cc83754c52e766005c9e079 -Author: Lucas Beeler -Date: Fri Mar 30 15:10:39 2012 -0700 - - Simplifies language in the Welcome Dialog to make it more - comprehensible to novice users. Closes #4956. - -M src/Dialogs.vala - -commit cacc39ec226c6fe683039b23eb1519d88f2b2c6e -Author: Lucas Beeler -Date: Fri Mar 30 15:05:06 2012 -0700 - - Fixes confusing strings that are shown to the user following an - ACCOUNT_NOT_SET_UP or an ADDITIONAL_SECURITY failure scenario in - the YouTube publisher. Closes #4941. - -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 6594d38396e40950f16b6326f7f9800b024b9eee -Author: Clint Rogers -Date: Fri Mar 30 14:54:57 2012 -0700 - - Eliminates a duplicate mnemonic in the preferences dialog. Closes - #4934. - -M ui/shotwell.glade - -commit c7f72906f7d101da05c7eddcb285f889c25bf34e -Author: Lucas Beeler -Date: Fri Mar 30 14:39:00 2012 -0700 - - Properly marks up strings in the Piwigo publishing dialog for - translation. Closes #4889. - -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala - -commit 49ce449a852747ac6172b24fd54e8bc7bfc8b41a -Author: Clint Rogers -Date: Fri Mar 30 11:27:12 2012 -0700 - - Restores the missing tooltip for the merge button; closes #4825. - -M src/Resources.vala -M src/events/EventsDirectoryPage.vala - -commit 25c1ba50120418bc4d2afda6a445b972d6d36013 -Author: Clint Rogers -Date: Thu Mar 29 17:11:56 2012 -0700 - - Prevent ourselves from attempting to call an instance method if the - import plugin host instance is null here. Closes #4955. - -M src/data_imports/DataImportsUI.vala - -commit 89a2c215947f8e9f9cdade545004dc3369dbbd4c -Author: Clint Rogers -Date: Thu Mar 29 14:20:38 2012 -0700 - - Rewords the 'new search' menu item to be more meaningful and less - confusing, closes #4855. Many thanks to Trevor Mehard and Scott - Rosenbrook for this patch. - -M src/library/LibraryWindow.vala - -commit 3479ab06e4eaa1996e8ed7a1da2e5dc41f419e15 -Author: Clint Rogers -Date: Thu Mar 29 14:13:11 2012 -0700 - - Increment version number to '+trunk'. - -M Makefile - -commit 02f3d9dda432cce70faf9181bab77c21abde51dd -Author: Clint Rogers -Date: Thu Mar 29 13:51:55 2012 -0700 - - Closes #4939, adds a missing 's'. - -M src/publishing/PublishingUI.vala - -commit 62735d4b71123563659cc8c61ba2e6746fc4e39d -Author: Clint Rogers -Date: Wed Mar 28 15:13:33 2012 -0700 - - Increment version number to 0.12.1. - -M Makefile -M NEWS -M debian/changelog - -commit 5876456621f2ae7afaabd8d93b0c33a8fdfa6eb9 -Author: Clint Rogers -Date: Wed Mar 28 15:01:14 2012 -0700 - - Corrects an issue where direct-edit mode was broken by the absence - of a certain .ui file in the tarball; closes #4959. - -M Makefile - -commit 67e6b3748733aa1d231968de82a8e47596921832 -Author: Clint Rogers -Date: Tue Mar 27 16:41:32 2012 -0700 - - Incrementing version number. - -M Makefile - -commit 98b2a749e9ef285e0e4caeb513e2beddb61ec878 -Author: Clint Rogers -Date: Tue Mar 27 14:08:58 2012 -0700 - - Release 0.12.0. - -M Makefile - -commit b7908f6694e89f50328e22d1dfd04f9872dc5a3d -Author: Clint Rogers -Date: Tue Mar 27 13:20:26 2012 -0700 - - Removed references to searchbox-clear.svg and searchbox-find.svg, - since we use the systemwide builtins for this now, instead of our own. - -M Makefile - -commit 882f3cfb9690cd5ac6680496e97ffd1fd0f0e700 -Author: Clint Rogers -Date: Tue Mar 27 13:19:41 2012 -0700 - - Updated NEWS and debian/changelog - -M NEWS -M debian/changelog - -commit c53c8ef81e7b9cd8aed18e19d1fd1a15f8d8fbbe -Author: Clint Rogers -Date: Tue Mar 27 12:03:18 2012 -0700 - - Closes #4935; corrects a problem where focus wasn't transferred - to the right widget in the preferences dialog after receiving an - Alt+P keypress. - -M ui/shotwell.glade - -commit 2e5ad4304daed820209a5d677f2695601f6163f8 -Author: Clint Rogers -Date: Mon Mar 26 18:29:42 2012 -0700 - - Gives the capability of controlling whether dialogs generated with - error_message_with_title() will have their body text escaped or not, - and fixes a dialog that didn't need escaping, closes #4930. - -M src/AppWindow.vala -M src/Dialogs.vala -M src/publishing/PublishingUI.vala - -commit 9fc8df8919204061307de291ccd06e957567f3ea -Author: Clint Rogers -Date: Mon Mar 26 18:25:59 2012 -0700 - - Disables the 'rotate' button in direct mode until a rotate has - actually finished; closes #4904. - - (This fixes the case where repeated clicks on the 'rotate' button - appear to do nothing on very large images and/or slower computers.) - -M src/Photo.vala -M src/PhotoPage.vala -M src/direct/DirectPhoto.vala -M src/direct/DirectPhotoPage.vala - -commit b46500533a2f40959fb381efa59a7270cc50ff12 -Author: Clint Rogers -Date: Mon Mar 26 15:48:44 2012 -0700 - - Corrects an issue where the timer in the publishing UI could get - into an inconsistent state if the user tried to publish with no - plugins enabled; closes #4929. - -M src/publishing/PublishingUI.vala - -commit fe3857abcc43ae62444d83f0ba97f02d2a241c23 -Author: Lucas Beeler -Date: Mon Mar 26 15:11:41 2012 -0700 - - The Flickr LegacyPublishingOptionsPane no longer attempts to - access the state of a widget that is indeterminate for video-only - uploads. Closes #4928. - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 38b160a8be8d9e281fb3e9e133e7ddf90d92a4bf -Author: Clint Rogers -Date: Mon Mar 26 14:26:10 2012 -0700 - - Fixes tool window positioning in direct mode; closes #4902. - -M src/PhotoPage.vala - -commit 095f56371a318c802c27429f4248afb736e64fff -Author: Jonas Bushart -Date: Mon Mar 26 13:37:44 2012 -0700 - - Eliminates a situation where a malicious user could stop other - users on the same system from being able to publish photos by taking - ownership of certain directories in the /tmp tree. Closes #4411. - -M src/AppDirs.vala - -commit e030f05cc378020da34e507e04bd50ff58259c23 -Author: Jonas Bushart -Date: Mon Mar 26 13:30:13 2012 -0700 - - Closes #4732. - -M src/Event.vala - -commit 42b378629ad503a7c6942220910722b087cd6981 -Author: Martin Olsson -Date: Mon Mar 26 13:22:54 2012 -0700 - - Fixes spelling and formatting issues in debug log output. - -M src/BatchImport.vala -M src/Photo.vala - -commit d75cf47866ff368b9477bc16211b9280043ad278 -Author: Lucas Beeler -Date: Mon Mar 26 13:18:14 2012 -0700 - - Fixes a mismatch in the ISO language and region codes for Slovenian - between Shotwell and Facebook. Allows Slovenian users to login to - Facebook inside Shotwell in their native language. Closes #4291. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit cfe5cc54378e0b015ee0b9efa2853c172958d2e1 -Author: Lucas Beeler -Date: Mon Mar 26 12:37:43 2012 -0700 - - Adds a guard condition to prevent TagTable.upgrade_for_htags( ) from - running when version 14 (Shotwell 0.11.x) databases are upgraded to - version 15 (Shotwell 0.12.x). - -M src/db/Db.vala - -commit 60af5c47c54afa5a427a9b1fd1d92b33a8f818ef -Author: Adam Dingle -Date: Mon Mar 26 10:49:42 2012 -0700 - - Added Clinton to AUTHORS. - -M AUTHORS -M THANKS -M src/Resources.vala - -commit 0bbbbd1d6a20d6623f5105dd1839fd5421b0a6f5 -Author: Clint Rogers -Date: Fri Mar 23 18:42:14 2012 -0700 - - Closes #4771, rearranges the grid slightly to prevent unwanted - blurring. - -M src/editing_tools/StraightenTool.vala - -commit 5aaaa912cd0512116b140f30e145391b549713f3 -Author: Lucas Beeler -Date: Fri Mar 23 16:50:21 2012 -0700 - - Eliminates the global shared adjustment for all page sliders. Closes - #4886. - -M src/MediaPage.vala -M src/library/LibraryWindow.vala - -commit 322e8d28d8b83c8eb0c17a1abcc81ed167d1f725 -Author: Clint Rogers -Date: Fri Mar 23 15:16:49 2012 -0700 - - Makes the default width for the sidebar slightly higher to fix a - problem where default event names could appear truncated - if the user's default font was either Ubuntu 11 or Cantarell 11 - (common defaults for recent Ubuntu and Fedora installations). - -M src/library/LibraryWindow.vala - -commit b3cdaa5a15bfbee9363f956272d59ffa3d1ba9c6 -Author: Adam Dingle -Date: Fri Mar 23 12:30:57 2012 -0700 - - Fixed #4885 (A crash occurs if an unhighlighted tag in the sidebar - is right-clicked upon). - -M src/sidebar/Tree.vala - -commit 90444ac95cc278ea73df2d2cc703ff2058a6525a -Author: Adam Dingle -Date: Fri Mar 23 12:29:23 2012 -0700 - - Fixed #4897 (menu key crashes Shotwell). - -M src/searches/Branch.vala -M src/sidebar/common.vala -M src/tags/Branch.vala - -commit f32d117acf79dcf6cb3c57f00309e67d90aa1c2a -Author: Clint Rogers -Date: Thu Mar 22 16:21:17 2012 -0700 - - Closes #4884, fixes a problem where the background colour slider - would default to the wrong value when reset. - -M src/Dialogs.vala - -commit 68b1f6c65eb79eb817df2129fbf30389a9e8ebac -Author: Lucas Beeler -Date: Thu Mar 22 15:27:40 2012 -0700 - - Tweaks auto-enhance behavior to make shadow correction less aggressive - and reduces the number of contexts in which shadow correction is - applied. Closes #3435. - -M src/ColorTransformation.vala - -commit 365df30aa622a0b39f27b0d7ac400542fedcba1c -Author: Adam Dingle -Date: Wed Mar 21 20:23:03 2012 -0700 - - Fixed #4562 (single shared menu for all Shotwell views) and #4841 - (sidebar and menu flash during import). - - With this change the LibraryWindow's UI Manager is shared by all - pages in the window. When you switch to any page, it swaps the - menus and toolbars it needs into the shared UI manager, and then - swaps them back out when you leave the page. - - Many of the changes here were because pages were assuming that their - widgets existed even when pages were not in view. With these changes, - pages can access widgets only when they are active. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/camera/ImportPage.vala -M src/direct/DirectPhotoPage.vala -M src/direct/DirectWindow.vala -M src/events/EventsDirectoryPage.vala -M src/library/ImportQueuePage.vala -M src/library/LibraryWindow.vala -M src/library/OfflinePage.vala -M src/library/TrashPage.vala -M ui/direct.ui -A ui/direct_context.ui -M ui/photo.ui -A ui/photo_context.ui -A ui/top.ui - -commit b002e909952fd88d1bf04d368e961dd38d9783af -Author: Clint Rogers -Date: Wed Mar 21 17:37:34 2012 -0700 - - Closes #4875 and #4874, fixes various UI annoyances with the - straighten tool. - -M src/editing_tools/StraightenTool.vala - -commit addf7074624f8e37c1f442ddd5ca9d21d4828d26 -Author: Clint Rogers -Date: Wed Mar 21 17:09:38 2012 -0700 - - Closes #4359, addresses an issue where the text didn't 'know' it - needed to change itself after bg_color_slider was reset. - -M src/Dialogs.vala - -commit 180e3547685718b4f2429650679bcf8460961423 -Author: Clint Rogers -Date: Wed Mar 21 11:31:15 2012 -0700 - - Closes #4837, removes a snippet of code that would cause the - hadjustment to get moved twice - under the right circumstances, resulting in the contents of a - CheckerboardPage walking off the top of the window. - -M src/CheckerboardLayout.vala - -commit d3a9bafca320a7d1de08e08c6c965f6a1e996c10 -Author: Lucas Beeler -Date: Tue Mar 20 18:44:55 2012 -0700 - - Changes the way hit-testing is performed in the hit-test hack - (see the comment above the button_press_event method of the - ManifestListView class for more information on the hit-test hack - and why it's used). Fixes #4760. - -M src/plugins/ManifestWidget.vala - -commit bacc3567b0f96633ea83e1b8a8a7ebaddd4b127a -Author: Clint Rogers -Date: Tue Mar 20 14:44:45 2012 -0700 - - Closes #4120, fixes a crash that could happen on exporting images - with metadata - by manually initializing the XMP parser in a thread-safe way prior - to spawning an AppWindow. - -M Makefile -M src/main.vala - -commit 05ed17304120ebd45cce824a8e276cf8e96a2514 -Author: Laura Khalil -Date: Tue Mar 20 13:32:30 2012 -0700 - - Fixed errors in Arabic and Thai translations. - -M po/shotwell-core/ar.po -M po/shotwell-core/th.po - -commit de1f2f9ee8e89f6a4ae300dd6b519cea1a370f8b -Author: Laura -Date: Tue Mar 20 13:13:55 2012 -0700 - - Updates makefile to reflect new languages, fixes incorrect header - in Vietnamese translation. - -M Makefile -M po/shotwell-extras/vi.po - -commit c8d35751b30350ae8d832d08877d6ff2d33d8065 -Author: Laura -Date: Tue Mar 20 13:05:17 2012 -0700 - - Updates translations for 0.12 release - -M po/shotwell-core/af.po -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -C057 po/shotwell-core/af.po po/shotwell-core/hi.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -C061 po/shotwell-core/ta.po po/shotwell-core/ia.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -C063 po/shotwell-core/ta.po po/shotwell-core/ta_IN.po -M po/shotwell-core/te.po -C060 po/shotwell-core/ta.po po/shotwell-core/te_IN.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/vi.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/te.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/vi.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po - -commit 4c6028562dc1453d849c2a49c4b4f0aaa3a107eb -Author: Clint Rogers -Date: Fri Mar 16 17:36:26 2012 -0700 - - Closes #4522, ensures that tags that are dragged to child tags, then - undone, have all tags removed, not just the current nesting level - (more work is planned on this, please see #4858). - -M src/Commands.vala - -commit 74c7fdf6a033e8500d934eb8bafcefa91c7b3888 -Author: Clint Rogers -Date: Fri Mar 16 14:44:36 2012 -0700 - - Closes #4857, stops us from inappropriately removing empty tags - (and occasionally crashing) when undoing certain tag operations. - -M src/Commands.vala - -commit 3263ceef163767c0c436bfad79ae7dfb1a2aa7f7 -Author: Adam Dingle -Date: Fri Mar 16 14:02:10 2012 -0700 - - Fixed #4829 (use "edit-clear-symbolic") and #4830 (use - "edit-find-symbolic"). - -D icons/searchbox-clear.svg -D icons/searchbox-find.svg -M src/Resources.vala -M src/SearchFilter.vala - -commit 39206470dac77ed147314ce95b0fd826e000b5a3 -Author: Clint Rogers -Date: Thu Mar 15 18:08:57 2012 -0700 - - Closes #4070, makes editing tools insensitive for missing photos as - appropriate (and re-sensitizes them if a missing photo is restored). - -M src/PhotoPage.vala -M src/editing_tools/StraightenTool.vala - -commit 741d15f449e986377b9c25a4a48837a9e124c26f -Author: Clint Rogers -Date: Thu Mar 15 14:33:03 2012 -0700 - - Closes #4325, causes '&' characters in fully-qualified paths to - be escaped. - -M src/Properties.vala - -commit 3919de37336ca7432a798e8b193defabb9ee9d89 -Author: Clint Rogers -Date: Thu Mar 15 13:45:06 2012 -0700 - - Closes #4840, makes using the mouse wheel in the PhotoPage work - reliably again. - -M src/Page.vala - -commit 5665ebf251cb0aa686dd674c1526701dbb23f1e5 -Author: Clint Rogers -Date: Thu Mar 15 13:38:22 2012 -0700 - - Closes #4575, temporarily makes the progress bar not be modal while - a confirmation dialog is present. - -M src/AppWindow.vala -M src/Exporter.vala - -commit 687204df6bcfd4fd649846d9315d8c615d4b6cc6 -Author: Clint Rogers -Date: Wed Mar 14 11:30:17 2012 -0700 - - Closes #4831, hides the 'clear' icon if there's no text present. - -M src/SearchFilter.vala - -commit fa4ba36a3eac1e70c29dd3ec05904bbeb23f008c -Author: Clint Rogers -Date: Tue Mar 13 18:32:23 2012 -0700 - - Fixes #4821, makes the confirm button for the crop tool actually read - "Crop". - -M src/editing_tools/EditingTools.vala - -commit c1329b1d34cc463469249f1879e52a6ccfde1b56 -Author: Adam Dingle -Date: Tue Mar 13 17:18:53 2012 -0700 - - Fixed #4832 (assertions publishing video to Facebook: - `GTK_IS_LIST_STORE - (store)' failed). - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 30923f74b292ce8e871a7b7618d2ea39c852a2dc -Author: Adam Dingle -Date: Tue Mar 13 10:50:44 2012 -0700 - - Partially fixed #2592 (menu flashing) and #4303 (sidebar flashing). - The flashing - still occurs while importing photos, unfortunately. - -M src/Resources.vala -M src/library/LibraryWindow.vala - -commit 29e4c3c105eeabc65c7862816f1aadff594dfa53 -Author: Adam Dingle -Date: Mon Mar 12 09:28:44 2012 -0700 - - Removed broken tooltip on Merge Events button. Partially fixes #4825. - -M src/events/EventsDirectoryPage.vala - -commit 0a4912e9228ccf6132e79e6621c615e864f0d150 -Author: Adam Dingle -Date: Fri Mar 9 17:05:36 2012 -0800 - - Fixed #4684 (some thumbnails grayed out on startup). - - The thumbnail fetching code was sometimes deadlocking in code which - held a lock while constructing a singleton JfifFileFormatDriver or - JfifFileFormatProperties object. Vala was unfortunately initializing - the lock only when the first instance of the class was created, - which could be when one or more threads had already acquired and were - waiting on the lock. So these threads never continued execution - after the lock was freed. I solved the problem by eliminating the - lock in these and similar classes. We now call a static init() - method earlier instead. - -M src/photos/BmpSupport.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoFileFormat.vala -M src/photos/Photos.vala -M src/photos/PngSupport.vala -M src/photos/RawSupport.vala -M src/photos/TiffSupport.vala - -commit 2bcf34589c1007e989682d92c2591b574e11062b -Author: Adam Dingle -Date: Thu Mar 8 15:01:33 2012 -0800 - - Enable Piwigo publishing by default. Closes #4802. - -M misc/org.yorba.shotwell.gschema.xml - -commit 597c46f44be55bffd3106e86786c786103b52050 -Author: Adam Dingle -Date: Thu Mar 8 14:47:37 2012 -0800 - - Updated version number in POT files. - -M po/shotwell-core/shotwell.pot -M po/shotwell-extras/shotwell-extras.pot - -commit c485ceea649dc4c29de987636d4d404f408ce034 -Author: Lucas Beeler -Date: Thu Mar 8 12:16:25 2012 -0800 - - Upgrades database schema version. Closes #4817. - -M src/db/DatabaseTable.vala -M src/db/Db.vala - -commit 91cc5aebf2c935c9bb57fec3ddd7c1b3f115358b -Author: Clint Rogers -Date: Tue Mar 6 14:38:45 2012 -0800 - - Tarballs delivered to QA have passed, releasing them and incrementing - version number. - -M Makefile - -commit 58ecb80e4df26872428c8b15cdef506d6f4f7bc0 -Author: Clint Rogers -Date: Tue Mar 6 11:36:19 2012 -0800 - - Makes some slight changes to the search bar's style sheet to make - the buttons and bottom border play nicely. Closes #4799. - -M src/Resources.vala -M src/SearchFilter.vala - -commit 30f78e12544eab6fd19f220d39766f862e663c1b -Author: Clint Rogers -Date: Mon Mar 5 17:58:17 2012 -0800 - - Closes #4345, fixes an issue where images that got modified, then - saved, wouldn't reimport properly, causing them to appear to have - reverted inappropriately. - -M src/Photo.vala -M src/direct/DirectPhoto.vala - -commit e13d60d2357732c004aae61735a04171fb0d4444 -Author: Clint Rogers -Date: Mon Mar 5 17:44:22 2012 -0800 - - Closes #4737, slightly modifies the search bar style sheet to prevent - twitch/wobble when the cursor enters or leaves a button. - -M src/Resources.vala - -commit fa68b1917ca72b9595e05731365d8bb227d7869e -Author: Clint Rogers -Date: Mon Mar 5 14:26:25 2012 -0800 - - Alters the way in which saving the background color is done and how - we interact with the BG color slider, closes #4787 and #4795. - -M src/Dialogs.vala -M src/config/Config.vala - -commit 8b9623df4f8518c07d8268509461f586b877b026 -Author: Lucas Beeler -Date: Mon Mar 5 13:57:38 2012 -0800 - - Fixes a subtle date problem in the French translation file. Closes - #4581. - -M po/shotwell-core/fr.po - -commit 1bb0cb0aeca4c19420ad5f026f875f39192ffc8c -Author: Clint Rogers -Date: Wed Feb 29 18:00:58 2012 -0800 - - Closes #3659, makes 'does not contain' searches work more like - human language. - -M src/searches/SearchBoolean.vala - -commit 47ee7f7ca912db8e677812986d0720eaeb3c4ef9 -Author: Clint Rogers -Date: Wed Feb 29 15:53:12 2012 -0800 - - Closes #4790, restores tooltips to the search bar buttons. - -M src/SearchFilter.vala - -commit 3609d08d37ad001cca6275c8f0aa16099fb179bf -Author: clinton -Date: Tue Feb 28 16:45:48 2012 -0800 - - Closes #4690, closes #4694, adds a proper keypress handler to the - straighten tool. - -M src/camera/ImportPage.vala -M src/editing_tools/StraightenTool.vala - -commit d11b11b364e9a14eed0a8e1dde49bee7ebdf80b3 -Author: Clint Rogers -Date: Mon Feb 27 16:24:44 2012 -0800 - - Adds a mnemonic for the 'Developer' menu item and moves some other - mnemonics around to avoid collisions; closes #3976. - -M src/MediaPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/direct/DirectPhotoPage.vala - -commit a9da4515785f660ca1a8a687f6ae8f95f6696c9c -Author: Clint Rogers -Date: Mon Feb 27 16:11:21 2012 -0800 - - Makes the app check for the presence of a /DCIM directory and respect - it if it's found; closes #1903. - -M src/camera/ImportPage.vala - -commit 57f061ef97d70ce78276bea2708450dda6863563 -Author: Clint Rogers -Date: Mon Feb 27 12:28:05 2012 -0800 - - Closes #4632, better positions tool windows so they're closer to - the horizontal center of the photo canvas. - -M src/PhotoPage.vala - -commit b779f5f3319ebe3c37d70c8f6f6d8cb88a5e9019 -Author: Adam Dingle -Date: Mon Feb 27 08:56:31 2012 -0800 - - Increased minimum Vala requirement to 0.15.2. - -M Makefile - -commit 77de7619dd1f4c35874946cf105ebdedf9e53919 -Author: Adam Dingle -Date: Sun Feb 26 14:33:18 2012 -0800 - - Fixed alignment in Flickr PIN entry pane. Closes #4788. - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 277f6eb7f8be0b7d4b3bd3d29270ad2260cdefff -Author: Lucas Beeler -Date: Sat Feb 25 16:01:15 2012 -0800 - - Fixes Flickr authentication problems by switching digital signature - generation to a known-good implementation of the HMAC-SHA1 - algorithm. Closes #4770. - -M Makefile -M debian/control -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/Makefile -D vapi/hmac-glib.vapi - -commit 0edb5790c2854c64c01b4ab9cc8bbd93d6938123 -Author: Clint Rogers -Date: Thu Feb 23 17:10:50 2012 -0800 - - Corrects a problem where the previous commit broke spawning a context - menu when right-clicking in an empty area. - -M src/sidebar/Tree.vala - -commit 7839d77eb53436795474084213ae9fd22551c0a5 -Author: Clint Rogers -Date: Thu Feb 23 16:58:31 2012 -0800 - - Closes #4704, prevents us from trying to perform operations on a - null tree path. - -M src/sidebar/Tree.vala - -commit c7ecd7cf20a3586fc8123e74d0eaf46d4aa49b76 -Author: Adam Dingle -Date: Thu Feb 23 15:31:44 2012 -0800 - - Removed almost all HBoxes and VBoxes from Shotwell, eliminating over - 100 deprecation - warnings when building with GTK 3.3. - -A plugins/common/ui.vala -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M src/Dialogs.vala -M src/MediaPage.vala -M src/PhotoPage.vala -M src/Printing.vala -M src/data_imports/DataImportsUI.vala -M src/direct/DirectWindow.vala -M src/editing_tools/EditingTools.vala -M src/editing_tools/StraightenTool.vala -M src/library/LibraryWindow.vala -M src/publishing/PublishingUI.vala -M src/searches/SavedSearchDialog.vala -M src/util/ui.vala - -commit debfeb2a1ccf415b12bedd2c8edab5c93af6c245 -Author: Clint Rogers -Date: Thu Feb 23 13:17:08 2012 -0800 - - Closes #4689, disables adjusting of date and time on RAW files in - direct mode. - -M src/direct/DirectPhotoPage.vala - -commit 58ce35ea8a5e8a7d50d7b0b0a6ea2c1a11fa40d3 -Author: Bruno Girin -Date: Wed Feb 22 18:47:43 2012 -0800 - - Shotwell now correctly displays an error message when no data imports - plugins are enabled. Closes #4758. - -M src/data_imports/DataImportsUI.vala - -commit b0b97b1a0670bcb0203698c109bec6463ab7b95e -Author: Adam Dingle -Date: Wed Feb 22 16:11:52 2012 -0800 - - Reenable GTK double buffering to work around background flashing. - Closes #4775. - -M src/Page.vala - -commit 2903a3d51ca2f860a8024054691547e976a2a26e -Author: Bruno Girin -Date: Wed Feb 22 13:46:27 2012 -0800 - - Fixes critical assertions when running "Import From - Application..." more than once. Closes #4766. - -M src/data_imports/DataImportsUI.vala - -commit 44fa2677a47f063c56430ffd02c2779bca4800a9 -Author: Timo Witte -Date: Wed Feb 22 13:31:49 2012 -0800 - - Nautilus now highlights the backing file itself (as opposed to merely - showing the enclosing directory) when the "Show in File Manager" - option is chosen from the "File" menu. Adds Timo Witte, the author - of this changeset, to the THANKS file. - -M THANKS -M src/AppWindow.vala -M src/util/system.vala - -commit e8a13a4f4fd949d0212e86bb130341a1bd6ae917 -Author: Clint Rogers -Date: Tue Feb 21 14:27:20 2012 -0800 - - Closes #4767, removes the mnemonic from this menu item. - -M src/library/LibraryWindow.vala - -commit d3ba803c9df48b54dac5a5deb4bd229f80a3a3fb -Author: Adam Dingle -Date: Tue Feb 21 08:03:50 2012 -0800 - - Ignore generated .desktop files. - -M .gitignore - -commit b247095eb353599f0cbe61f9d456cd4c5e7c163d -Author: Adam Dingle -Date: Tue Feb 21 08:00:05 2012 -0800 - - Ignore *~ (editor backup files). - -M .gitignore - -commit 3c1160bf74a21ef19a7dba96d8ae2ac5494baf4b -Author: Adam Dingle -Date: Tue Feb 21 07:36:49 2012 -0800 - - Post-release version number update. - -M Makefile - -commit 4f62cbf023018fb03bac56416b5e780fe53caa31 -Author: Adam Dingle -Date: Tue Feb 21 07:32:33 2012 -0800 - - Release 0.11.92. - -M Makefile - -commit 6b8782d01cb48ac7c6a89dfdaa14ca28de3cb689 -Author: Adam Dingle -Date: Mon Feb 20 17:10:37 2012 -0800 - - Fixed a bug which caused the crop rectangle to position incorrectly - for small images. - -M src/editing_tools/EditingTools.vala - -commit 29075b01df173600e703db6ca08a8646e089f49a -Author: Adam Dingle -Date: Mon Feb 20 16:51:56 2012 -0800 - - Added straighten.svg to Makefile. - -M Makefile - -commit d2b89133bb84772a24cec3822ba09aa83fa82faa -Author: Clint Rogers -Date: Mon Feb 20 13:11:20 2012 -0800 - - Closes #4744, gives the straighten tool a proper icon. - - (Stripped down a bit from what I originally submitted to try to make - it look cleaner at 24x24.) - -M icons/straighten.svg - -commit dd6251f9d628c0ec27bda64c4706f01d3661ae8b -Author: Clint Rogers -Date: Mon Feb 20 13:00:30 2012 -0800 - - Closes #4744, gives the straighten tool a proper icon. - -A icons/straighten.svg -M src/PhotoPage.vala -M src/Resources.vala - -commit 1075fbd03086c423de1cfc6547bb6c4544d394bd -Author: Lucas Beeler -Date: Mon Feb 20 13:29:17 2012 -0800 - - Re-titles the "Import from Another Application" dialog. Re-closes - #4761. - -M src/data_imports/DataImportsUI.vala - -commit 5d35cb409e84b87a89e8da5e85f041947f0eb0a4 -Author: Adam Dingle -Date: Mon Feb 20 13:28:53 2012 -0800 - - Added hmac-glib.vapi to VAPI_FILES in Makefile. - -M Makefile - -commit 617567add920c447ade42fa876dfb2ad1e13e60a -Author: Adam Dingle -Date: Mon Feb 20 12:48:37 2012 -0800 - - Keep the crop rectangle inside image bounds in the crop tool. - Closes #4612. - -M src/Box.vala -M src/editing_tools/EditingTools.vala -M src/util/image.vala - -commit 7194bb73764706c7de81215b4f2d18349d7d70a3 -Author: Lucas Stephen Beeler -Date: Mon Feb 20 11:31:39 2012 -0800 - - Simplifies the language of the "Import from Another - Application..." menu option and changes its capitalization scheme - to conform to GNOME guidelines. Closes #4761. - -M src/library/LibraryWindow.vala - -commit 168ac5c233f414b9c8cb81c07abf92f602ddc99d -Author: Adam Dingle -Date: Fri Feb 17 17:42:26 2012 -0800 - - Fixed a bug: rotate_arb() and friends weren't positioning the rotated - image quite correctly, which led to pixels being cut off in the - crop tool. Closes #4753. - -M src/util/image.vala - -commit b3b923bec8d8b81501c8200a7e62f6fb13007967 -Author: Adam Dingle -Date: Fri Feb 17 17:39:52 2012 -0800 - - Simplified bounding box calculation in compute_arb_rotated_size(). - -M src/util/image.vala - -commit d9f187f591d486b5e12dde2b6d27b50b030f6e78 -Author: Lucas Beeler -Date: Thu Feb 16 14:32:37 2012 -0800 - - Removes migration targets that no longer exist from our - gsettings-data-convert description file. Closes #4649. - -M misc/shotwell.convert - -commit 8cee92d2a9770d367cf2934da70ab0bc6d1487d5 -Author: Lucas Beeler -Date: Thu Feb 16 14:11:30 2012 -0800 - - Added Thomas Moschny to the THANKS file. - -M THANKS - -commit c70f5bff84ba8b4c44629d62a5a358ef7ce4c5b7 -Author: Thomas Moschyn -Date: Thu Feb 16 14:09:14 2012 -0800 - - The plugin build system now respects the VALAC environment variable - if it is set. Closes #4661. - -M plugins/Makefile.plugin.mk - -commit 21cc3f2f02283474d28ebbc393387037fe64b434 -Author: Bruno Girin -Date: Thu Feb 16 12:54:19 2012 -0800 - - Handles the case in which an F-Spot database can become deformed - whereby fields become null that should never be null, since F-Spot's - developers never set NOT NULL constraints on these rows in their - SQL DDL code. Improves handling of cases where F-Spot backing photos - are unavailable. Closes #4487. - -M plugins/shotwell-data-imports/FSpotImporter.vala -M plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala -M plugins/shotwell-data-imports/FSpotPhotosTable.vala -M src/data_imports/DataImportSource.vala -M src/data_imports/DataImportsPluginHost.vala - -commit 86dbca16454e2931eeea70fe90152acdc3dc65f4 -Author: Adam Dingle -Date: Thu Feb 16 11:49:32 2012 -0800 - - The straighten tool now keeps the crop rectangle within the image - bounds. Closes #4750. - -M src/Box.vala -M src/editing_tools/StraightenTool.vala - -commit ce3e2fad0da40eda9c2c635bfba5642bbe50e59b -Author: Adam Dingle -Date: Wed Feb 15 17:52:47 2012 -0800 - - 1. Refactored StraightenTool.activate() and - StraightenTool.on_resized_pixbuf() to share code. - - 2. Fixed bug whereby straighten tool displayed incorrect region. - Closes #4749. - -M src/Dimensions.vala -M src/editing_tools/StraightenTool.vala - -commit e84f019bf6ec057293b88d50d5188617e7d095a9 -Author: Adam Dingle -Date: Wed Feb 15 17:50:47 2012 -0800 - - Fixed red-eye correction on straightened images. Closes #4617. - -M src/Photo.vala -M src/editing_tools/EditingTools.vala - -commit 3114534035a3eabc099e14f1bbc2878da410ef64 -Author: Adam Dingle -Date: Wed Feb 15 17:48:37 2012 -0800 - - Implemented StraightenCommand. Closes #4475. - -M src/Commands.vala -M src/Resources.vala -M src/editing_tools/StraightenTool.vala - -commit 47a716297ab6c4af15888dfb88691ab43199da65 -Author: Lucas Beeler -Date: Wed Feb 15 16:40:35 2012 -0800 - - Switches to the OAuth authentication scheme in the Flickr - connector. Closes #4631, #4545, #3043, #2714. - -M misc/org.yorba.shotwell.gschema.xml -M plugins/Makefile.plugin.mk -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/Makefile -A vapi/hmac-glib.vapi - -commit 9d17eb8206f5cbaa1888bd7e0dbeebe24293f5c7 -Author: Clint Rogers -Date: Mon Feb 13 18:49:14 2012 -0800 - - Closes #4691, makes raw development changes display correctly whilst - avoiding a possible race/reentrancy issue where precache_unmodified - could be populated from two different places. - -M src/Photo.vala - -commit 1abb8497af628ecbf3cd851920714fbb8cfb0b16 -Author: Clint Rogers -Date: Mon Feb 13 17:55:32 2012 -0800 - - Closes #4747, corrects an issue where a DirectPhoto would try to - get its dimensions from the wrong place. - -M src/direct/DirectPhoto.vala - -commit f7cc0dc3fe48e7c9e9020bbdd806f6dc1aecfe38 -Author: Lucas Beeler -Date: Mon Feb 13 17:38:17 2012 -0800 - - Added Trevor Mehard to the THANKS file. - -M THANKS - -commit b806ea6fa0fc6d4d706eb274c5f663af56adc909 -Author: Trevor Mehard -Date: Mon Feb 13 17:35:57 2012 -0800 - - Ensures that date range boolean searches return all photos within - a closed interval (i.e., the endpoint dates are included). - -M src/searches/SearchBoolean.vala - -commit 631bf8cbb3ea35ce6a942e97261325944fea7680 -Author: Adam Dingle -Date: Mon Feb 13 16:08:46 2012 -0800 - - Added Straighten to Tools menu. Closes #4745. - -M src/PhotoPage.vala -M src/direct/DirectPhotoPage.vala -M ui/direct.ui -M ui/photo.ui - -commit 853a097c35c9fbf78800b258eb5cc22503111119 -Author: Clint Rogers -Date: Mon Feb 13 15:47:06 2012 -0800 - - Closes #3566, checks whether incoming photo has an existing crop - region, and, if so, uses that, along with 'unconstrained' as the - crop tool defaults instead of the saved constraint. - -M src/editing_tools/EditingTools.vala - -commit 9e1b3a99328dc6b80719f2d1d7ded7a4ca44f30d -Author: Adam Dingle -Date: Mon Feb 13 14:05:36 2012 -0800 - - Require GLib 2.30.0. - -M Makefile - -commit 7bfe891aa8b022c583d923ad355c652d70da7817 -Author: Adam Dingle -Date: Mon Feb 13 13:30:15 2012 -0800 - - Disable double buffering in SinglePhotoPage. Closes #4739. - -M src/Page.vala - -commit c5f3173855c864592c5d15dc2ddc36a804fcb73a -Author: Adam Dingle -Date: Mon Feb 13 13:19:26 2012 -0800 - - Upped minimum Vala requirement to 0.15.1. - -M Makefile - -commit 9fe7512217fe84fac7b6119c8610da15603f84bd -Author: Lucas Beeler -Date: Fri Feb 10 15:20:18 2012 -0800 - - Updates gexiv2 dependency to require GExiv2 0.3.90 or later. - -M Makefile -M debian/control - -commit 2fa8e4b9fe05a9141cb8caea771ea1c25d519666 -Author: Adam Dingle -Date: Fri Feb 10 15:20:28 2012 -0800 - - Enable double buffering in SinglePhotoPage. Closes #4715, #4716. - -M src/Page.vala - -commit 0ee2c7fa530472292808058f969c65884c5316b7 -Author: Clint Rogers -Date: Fri Feb 10 11:02:29 2012 -0800 - - Closes #4663; makes the straighten tool and crop tool interaction - much friendlier. - -M src/Photo.vala -M src/editing_tools/StraightenTool.vala -M src/util/image.vala - -commit 97001319f695acddbaff558d43a8d3be6cebae88 -Author: Adam Dingle -Date: Thu Feb 9 11:17:48 2012 -0800 - - Fixed theme parser warnings. Closes #4736. - -M src/Resources.vala - -commit ea315f3321db895cd6daf83a059b3e1e26b50740 -Author: Clint Rogers -Date: Mon Feb 6 12:49:31 2012 -0800 - - Closes #4578, closes #4611, adds a call to the parent class' - key handler for when the editing tool window wants to process the - incoming key, but not consume it. - -M src/Dialogs.vala -M src/editing_tools/EditingTools.vala -M src/util/misc.vala - -commit 90b83dc21bb5defaf35367c8e1bcb9cedbf1b0c5 -Author: Bruno Girin -Date: Mon Feb 6 12:38:13 2012 -0800 - - Cleans up old F-Spot and alien database import code obsoleted by - Bruno's new external application import plugin system. Closes #4714. - -M plugins/shotwell-data-imports/FSpotDatabase.vala -D src/alien_db/AlienDatabase.vala -D src/alien_db/AlienDatabaseDriver.vala -D src/alien_db/AlienDatabaseEvent.vala -D src/alien_db/AlienDatabaseHandler.vala -D src/alien_db/AlienDatabaseImportDialog.vala -D src/alien_db/AlienDatabaseImportDialogController.vala -D src/alien_db/AlienDatabaseImportJob.vala -D src/alien_db/AlienDatabaseImportSource.vala -D src/alien_db/AlienDatabasePhoto.vala -D src/alien_db/AlienDatabaseTag.vala -D src/alien_db/AlienDatabaseVersion.vala -D src/alien_db/AlienDb.vala -D src/alien_db/DiscoveredAlienDatabase.vala -D src/alien_db/f_spot/AlienDb.FSpot.vala -D src/alien_db/f_spot/FSpotDatabase.vala -D src/alien_db/f_spot/FSpotDatabaseBehavior.vala -D src/alien_db/f_spot/FSpotDatabaseDriver.vala -D src/alien_db/f_spot/FSpotDatabaseEvent.vala -D src/alien_db/f_spot/FSpotDatabasePhoto.vala -D src/alien_db/f_spot/FSpotDatabaseTable.vala -D src/alien_db/f_spot/FSpotDatabaseTag.vala -D src/alien_db/f_spot/FSpotMetaTable.vala -D src/alien_db/f_spot/FSpotPhotoTagsTable.vala -D src/alien_db/f_spot/FSpotPhotoVersionsTable.vala -D src/alien_db/f_spot/FSpotPhotosTable.vala -D src/alien_db/f_spot/FSpotRollsTable.vala -D src/alien_db/f_spot/FSpotTableBehavior.vala -D src/alien_db/f_spot/FSpotTagsTable.vala -D src/alien_db/f_spot/mk/f_spot.mk -D src/alien_db/mk/alien_db.mk -M src/library/mk/library.mk -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/shotwell.glade -M ui/shotwell.xml -M ui/trash.ui -M units.mk - -commit 2058ef220e978fc55635e50fa3034ec7837628da -Author: Lucas Beeler -Date: Mon Feb 6 12:15:22 2012 -0800 - - Adds Peter Seiderer to the THANKS file. - -M THANKS - -commit 76bfbc2edfe7e45664a4cf7c8be4101bc8c67b9d -Author: Peter Seiderer -Date: Mon Feb 6 12:04:07 2012 -0800 - - Alters the way a libgphoto2 function is called from Shotwell to - prevent an obscure crash that happens on some distros on the AMD64 - architecture. - -M src/camera/GPhoto.vala -M vapi/libgphoto2.vapi - -commit 091a56bb476f1efb8bf01800200bdf0d1e22a400 -Author: Eric Gregory -Date: Fri Feb 3 13:21:19 2012 -0800 - - Vala 0.15.1 support. Closes #4675 - -M Makefile -M src/CheckerboardLayout.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectoryMonitor.vala -M src/LibraryFiles.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Printing.vala -M src/Resources.vala -M src/SearchFilter.vala -M src/Tombstone.vala -M src/VideoSupport.vala -M src/camera/CameraTable.vala -M src/config/Config.vala -M src/db/DatabaseTable.vala -M src/db/PhotoTable.vala -M src/editing_tools/EditingTools.vala -M src/library/LibraryWindow.vala -M src/plugins/TransitionsInterfaces.vala -M src/sidebar/Tree.vala -M src/slideshow/TransitionEffects.vala -M src/util/file.vala -M src/util/image.vala -D vapi/gdk-3.0.vapi - -commit 818cf9410bb077098f21ff3baad8b020c6107999 -Author: Bruno Girin -Date: Thu Feb 2 15:15:57 2012 -0800 - - Improves layout of the login pane in the Piwigo publishing - plugin. Closes #4679. - -M -plugins/shotwell-publishing-extras/piwigo_authentication_pane.glade - -commit 5588287d6def0f6e9d6eb011c14dc4183f821d91 -Author: Bruno Girin -Date: Thu Feb 2 15:06:38 2012 -0800 - - Fixes an error handling issue in the Piwigo publisher and improves - the Piwigo publisher's diagnostic output. Closes #4678. - -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala - -commit 92ba8a5bd0c5bcf010e88286073ba4fc4741d3af -Author: Bruno Girin -Date: Thu Feb 2 14:56:06 2012 -0800 - - Adds a SPIT-based extension point and API for importing photos from - other applications; ports the existing F-Spot importer to use this - new API. Closes #3614. - -M misc/org.yorba.shotwell.gschema.xml -A plugins/common/SqliteSupport.vala -A plugins/common/VersionNumber.vala -M plugins/plugins.mk -A plugins/shotwell-data-imports/FSpotDatabase.vala -A plugins/shotwell-data-imports/FSpotDatabaseBehavior.vala -A plugins/shotwell-data-imports/FSpotDatabaseTable.vala -A plugins/shotwell-data-imports/FSpotImporter.vala -A plugins/shotwell-data-imports/FSpotMetaTable.vala -A plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala -A plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala -A plugins/shotwell-data-imports/FSpotPhotosTable.vala -A plugins/shotwell-data-imports/FSpotRollsTable.vala -A plugins/shotwell-data-imports/FSpotTableBehavior.vala -A plugins/shotwell-data-imports/FSpotTagsTable.vala -A plugins/shotwell-data-imports/Makefile -A plugins/shotwell-data-imports/f-spot-24.png -A plugins/shotwell-data-imports/shotwell-data-imports.vala -M src/Dialogs.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -A src/data_imports/DataImportJob.vala -A src/data_imports/DataImportSource.vala -A src/data_imports/DataImports.vala -A src/data_imports/DataImportsPluginHost.vala -A src/data_imports/DataImportsUI.vala -C081 src/plugins/mk/plugins.mk -src/data_imports/mk/data_imports.mk -M src/library/LibraryWindow.vala -M src/library/mk/library.mk -M src/main.vala -A src/plugins/DataImportsInterfaces.vala -M src/plugins/mk/interfaces.mk -M src/plugins/mk/plugins.mk -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/trash.ui -M units.mk - -commit 4e477819d26207b02b4d91c5b1dd37070869ecda -Author: Clint Rogers -Date: Tue Jan 31 18:03:15 2012 -0800 - - Closes #4683, makes sure both the internal value and the format - string have the same number of digits. - -M src/editing_tools/StraightenTool.vala - -commit bac49de73b41e7fb583cc53cf243332c213a6275 -Author: Clint Rogers -Date: Tue Jan 31 16:23:41 2012 -0800 - - Closes #4610, installs handlers for resize events. - -M src/Photo.vala -M src/editing_tools/StraightenTool.vala - -commit 8b80e760e8e83b59bca372f1cc6db57b8e02c1ee -Author: Clint Rogers -Date: Tue Jan 31 15:30:26 2012 -0800 - - Partially fixes #4616, improves the quality of the preview image - when the slider is released (more work is planned on this for 0.12.1). - -M src/editing_tools/StraightenTool.vala - -commit 377be2a0fa4fd7689b368f1b2bb0c508645be3ab -Author: Clint Rogers -Date: Tue Jan 31 15:19:03 2012 -0800 - - Changes 'apply' to 'OK',closes #4695. - -M src/editing_tools/StraightenTool.vala - -commit c3bbd3638557a7cefe6e27db341a3e91f281767d -Author: Clint Rogers -Date: Wed Jan 25 11:23:49 2012 -0800 - - Closes #4613, #4614 and #4615, as well as slightly improving - responsiveness of some editing tools; when preparing to work with - an image, we now precache a full-sized copy of how it looks prior to - modification, operate on a copy of that, and then scale the result, - rather than attempting a fetch every time the pipeline is run. - -M src/Photo.vala -M src/editing_tools/EditingTools.vala -M src/util/image.vala - -commit d867f19799592bf4dfb5273118f6d527054f7f83 -Author: Clint Rogers -Date: Thu Jan 19 17:12:09 2012 -0800 - - Removes the 'autocrop-on-straighten' mechanism, since it could - interfere with the crop tool. - - (This functionality will come back in a future patch, but it'll be - done as an actual crop - command, which is more like the right way of handling it.) - -M src/Photo.vala -M src/editing_tools/EditingTools.vala -M src/util/image.vala - -commit c83185625a081f31dcebb8d2feb68255c5475d56 -Author: Clint Rogers -Date: Tue Jan 17 13:34:51 2012 -0800 - - Closes #4599, closes #4597, use the raw dimensions as a starting - point when computing the after-pipeline dimensions. - -M src/Photo.vala - -commit cac6ae507447456e158a3e1398182c78f036fe96 -Author: Clint Rogers -Date: Tue Jan 17 13:06:55 2012 -0800 - - Closes #4618, moves straighten tool button to where the spec says - it should be. - -M src/PhotoPage.vala - -commit a0b06f73072b482a39d1a571d4779c7deba78651 -Author: Clint Rogers -Date: Thu Jan 12 17:17:07 2012 -0800 - - Closes #61. - -M src/MediaDataRepresentation.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/VideoSupport.vala -M src/editing_tools/EditingTools.vala -A src/editing_tools/StraightenTool.vala -M src/editing_tools/mk/editing_tools.mk -M src/util/image.vala - -commit e90e4112c2cab0fad36e824a7d87f26fc1cfb00b -Author: Adam Dingle -Date: Tue Jan 10 17:44:04 2012 -0800 - - Closes #4584 (update copyrights to 2012). - -M INSTALL -M README -M chkver -M configure -M debian/copyright -M help/C/Makefile -M libraw-config -M mkunit -M mkvala -M plugins/common/RESTSupport.vala -M plugins/common/Resources.vala -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/CrumbleEffect.vala -M plugins/shotwell-transitions/FadeEffect.vala -M plugins/shotwell-transitions/SlideEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M po/shotwell-core/af.po -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/shotwell.pot -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/te.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/vi.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/shotwell-extras.pot -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po -M samples/simple-plugin/README -M samples/simple-plugin/simple-plugin.vala -M src/AppDirs.vala -M src/AppWindow.vala -M src/Application.vala -M src/BatchImport.vala -M src/Box.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/CommandManager.vala -M src/Commands.vala -M src/CustomComponents.vala -M src/Debug.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/Exporter.vala -M src/International.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/MediaDataRepresentation.vala -M src/MediaInterfaces.vala -M src/MediaMetadata.vala -M src/MediaMonitor.vala -M src/MediaPage.vala -M src/MediaViewTracker.vala -M src/MetadataWriter.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoMonitor.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Printing.vala -M src/Properties.vala -M src/Resources.vala -M src/Screensaver.vala -M src/SearchFilter.vala -M src/SlideshowPage.vala -M src/SortedList.vala -M src/SortedListTests.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/TimedQueue.vala -M src/Tombstone.vala -M src/Upgrades.vala -M src/VideoMetadata.vala -M src/VideoMonitor.vala -M src/VideoSupport.vala -M src/alien_db/AlienDatabase.vala -M src/alien_db/AlienDatabaseDriver.vala -M src/alien_db/AlienDatabaseEvent.vala -M src/alien_db/AlienDatabaseHandler.vala -M src/alien_db/AlienDatabaseImportDialog.vala -M src/alien_db/AlienDatabaseImportDialogController.vala -M src/alien_db/AlienDatabaseImportJob.vala -M src/alien_db/AlienDatabaseImportSource.vala -M src/alien_db/AlienDatabasePhoto.vala -M src/alien_db/AlienDatabaseTag.vala -M src/alien_db/AlienDatabaseVersion.vala -M src/alien_db/AlienDb.vala -M src/alien_db/DiscoveredAlienDatabase.vala -M src/alien_db/f_spot/AlienDb.FSpot.vala -M src/alien_db/f_spot/FSpotDatabase.vala -M src/alien_db/f_spot/FSpotDatabaseBehavior.vala -M src/alien_db/f_spot/FSpotDatabaseDriver.vala -M src/alien_db/f_spot/FSpotDatabaseEvent.vala -M src/alien_db/f_spot/FSpotDatabasePhoto.vala -M src/alien_db/f_spot/FSpotDatabaseTable.vala -M src/alien_db/f_spot/FSpotDatabaseTag.vala -M src/alien_db/f_spot/FSpotMetaTable.vala -M src/alien_db/f_spot/FSpotPhotoTagsTable.vala -M src/alien_db/f_spot/FSpotPhotoVersionsTable.vala -M src/alien_db/f_spot/FSpotPhotosTable.vala -M src/alien_db/f_spot/FSpotRollsTable.vala -M src/alien_db/f_spot/FSpotTableBehavior.vala -M src/alien_db/f_spot/FSpotTagsTable.vala -M src/camera/Branch.vala -M src/camera/Camera.vala -M src/camera/CameraTable.vala -M src/camera/GPhoto.vala -M src/camera/ImportPage.vala -M src/config/Config.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala -M src/core/Alteration.vala -M src/core/ContainerSourceCollection.vala -M src/core/Core.vala -M src/core/DataCollection.vala -M src/core/DataObject.vala -M src/core/DataSet.vala -M src/core/DataSource.vala -M src/core/DataSourceTypes.vala -M src/core/DataView.vala -M src/core/DataViewTypes.vala -M src/core/DatabaseSourceCollection.vala -M src/core/SourceCollection.vala -M src/core/SourceHoldingTank.vala -M src/core/SourceInterfaces.vala -M src/core/Tracker.vala -M src/core/ViewCollection.vala -M src/core/util.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/EventTable.vala -M src/db/FaceLocationTable.vala -M src/db/FaceTable.vala -M src/db/PhotoTable.vala -M src/db/SavedSearchDBTable.vala -M src/db/TagTable.vala -M src/db/TombstoneTable.vala -M src/db/VersionTable.vala -M src/db/VideoTable.vala -M src/direct/Direct.vala -M src/direct/DirectPhoto.vala -M src/direct/DirectPhotoPage.vala -M src/direct/DirectView.vala -M src/direct/DirectWindow.vala -M src/editing_tools/EditingTools.vala -M src/events/Branch.vala -M src/events/EventDirectoryItem.vala -M src/events/EventPage.vala -M src/events/Events.vala -M src/events/EventsDirectoryPage.vala -M src/faces/Branch.vala -M src/faces/Face.vala -M src/faces/FaceLocation.vala -M src/faces/FacePage.vala -M src/faces/FaceShape.vala -M src/faces/Faces.vala -M src/library/Branch.vala -M src/library/FlaggedBranch.vala -M src/library/FlaggedPage.vala -M src/library/ImportQueueBranch.vala -M src/library/ImportQueuePage.vala -M src/library/LastImportBranch.vala -M src/library/LastImportPage.vala -M src/library/Library.vala -M src/library/LibraryWindow.vala -M src/library/OfflineBranch.vala -M src/library/OfflinePage.vala -M src/library/TrashBranch.vala -M src/library/TrashPage.vala -M src/main.vala -M src/photos/BmpSupport.vala -M src/photos/GRaw.vala -M src/photos/GdkSupport.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoFileAdapter.vala -M src/photos/PhotoFileFormat.vala -M src/photos/PhotoFileSniffer.vala -M src/photos/PhotoMetadata.vala -M src/photos/Photos.vala -M src/photos/PngSupport.vala -M src/photos/RawSupport.vala -M src/photos/TiffSupport.vala -M src/plugins/ManifestWidget.vala -M src/plugins/Plugins.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/StandardHostInterface.vala -M src/plugins/TransitionsInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/Publishing.vala -M src/publishing/PublishingPluginHost.vala -M src/publishing/PublishingUI.vala -M src/searches/Branch.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SavedSearchPage.vala -M src/searches/SearchBoolean.vala -M src/searches/Searches.vala -M src/sidebar/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Sidebar.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala -M src/slideshow/Slideshow.vala -M src/slideshow/TransitionEffects.vala -M src/tags/Branch.vala -M src/tags/HierarchicalTagIndex.vala -M src/tags/HierarchicalTagUtilities.vala -M src/tags/TagPage.vala -M src/tags/Tags.vala -M src/threads/BackgroundJob.vala -M src/threads/Semaphore.vala -M src/threads/Threads.vala -M src/threads/Workers.vala -M src/unit/Unit.vala -M src/unit/rc/Unit.m4 -M src/unit/rc/UnitInternals.m4 -M src/unit/rc/template.vala -M src/unit/rc/unitize_entry.m4 -M src/util/KeyValueMap.vala -M src/util/Util.vala -M src/util/file.vala -M src/util/image.vala -M src/util/misc.vala -M src/util/string.vala -M src/util/system.vala -M src/util/ui.vala -M thumbnailer/shotwell-video-thumbnailer.vala -M vapi/ExtendedPosix.vapi -M vapi/LConv.vapi -M vapi/gphoto.h -M vapi/libexif.vapi -M vapi/libgphoto2.vapi -M vapi/libraw.vapi - -commit a1d3971c5284f8f5f0f3a1586159d1b2e66f21f6 -Author: Clint Rogers -Date: Mon Jan 9 18:26:08 2012 -0800 - - Closes #4485, prevents us from accidentally calling deactivate_tool() - repeatedly. - -M src/PhotoPage.vala - -commit ca300c4810531622e59115d9b2f1e6ee6a9294df -Author: Clint Rogers -Date: Fri Jan 6 11:19:33 2012 -0800 - - Tarballs delivered to QA passed, releasing those at 0.11.91 unstable - and bumping version to 0.11.91+trunk. - -M Makefile - -commit d95fe7dd7fa4181b2deae012060f5a1f669405cf -Author: Eric Gregory -Date: Thu Jan 5 15:59:41 2012 -0800 - - Attempt #2 at fixing daily - -M debian/control - -commit ce17d44de155966c45f95e59cba126f4bda5afa7 -Author: Eric Gregory -Date: Thu Jan 5 15:46:40 2012 -0800 - - Changing control file in attempt to fix daily build - -M debian/control - -commit ab5f7e47db025bf671bcbd88829ab28d43e36041 -Author: Lucas Beeler -Date: Fri Dec 30 18:08:07 2011 -0800 - - Added Mihhail Afanasjev to the THANKS file for his gracious work - closing #4532. - -M THANKS - -commit 86d74906a7e684733f3e2d76b026090ea3b605dd -Author: Mihhail Afanasjev -Date: Fri Dec 30 17:56:46 2011 -0800 - - Alphabetizes the tag list appearing beneath each photo in the - checkerboard view. Closes #4532. - -M src/Tag.vala - -commit 5ef32dedd7af1f80dd2125167b130fb0e03f3b71 -Author: Clint Rogers -Date: Fri Dec 23 16:16:06 2011 -0800 - - Closes #4529, updates the required version of valac in - ./debian/control - to force Launchpad to pull in the correct version when automatically - building. - -M debian/control - -commit f7b7d82883f4ab4fb0769816891dc6413c387860 -Author: Clint Rogers -Date: Fri Dec 23 12:25:03 2011 -0800 - - Stripped trailing whitespaces, did not modify code. Pushing this to - test daily build fix. - -M src/editing_tools/EditingTools.vala - -commit 0c30749a96f37e9cc9520e8cfbe012b9a15e0fdd -Author: Clint Rogers -Date: Mon Dec 19 14:59:51 2011 -0800 - - Closes #4484, adds support for de-rotating points and makes redeye - work correctly with straightened images. - -M src/Photo.vala -M src/editing_tools/EditingTools.vala -M src/util/image.vala - -commit 5919a2bd8a19e5a05cb843f6b0401f981cafe829 -Author: Lucas Beeler -Date: Mon Dec 19 14:37:52 2011 -0800 - - Added Dan Nguyen to the THANKS file for his work on the Vietnamese - translation. - -M THANKS - -commit 46232946ccb399cccfda70d53a379f1ce378e1f6 -Author: Lucas Beeler -Date: Mon Dec 19 14:16:46 2011 -0800 - - Adds Vietnamese translations. Closes #4514. - -M Makefile -A po/shotwell-core/vi.po -A po/shotwell-extras/vi.po - -commit fb25f0aa77312ecceb77bcc83b4c4ad13b4b34aa -Author: Clint Rogers -Date: Mon Dec 19 14:11:30 2011 -0800 - - Closes #4515, allows empty tags to persist. - -M src/Tag.vala - -commit dcc952148791c5b8dd68044cb9126e2b292d5977 -Author: Clint Rogers -Date: Thu Dec 15 10:47:30 2011 -0800 - - Closes #4483 by making rotate_arb respect the original's aspect - ratio and removes some stray spaces git kept whining about. - -M src/util/image.vala - -commit 768ad32850bca7b1338c4c80dba38d593adef299 -Author: Clint Rogers -Date: Tue Dec 13 12:21:53 2011 -0800 - - Closes #4481, moves editing tools off into their own unit. - -M Makefile -M src/Commands.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/direct/DirectPhotoPage.vala -R099 src/EditingTools.vala src/editing_tools/EditingTools.vala -A src/editing_tools/mk/editing_tools.mk -M units.mk - -commit e0fddc246420ed60934e57fe265276ec0b8760ec -Author: Clint Rogers -Date: Mon Dec 12 11:59:33 2011 -0800 - - Proposed patch would close #4469 by working around a binding problem - and changing a single GLib call from a deprecated function to an - allowed one. - -M Makefile -M src/Properties.vala -A vapi/gdk-3.0.vapi - -commit 2eba121848cd1b106aac14ed57ba5c577e6c8d2d -Author: Clint Rogers -Date: Tue Dec 6 18:38:05 2011 -0800 - - Closes #4461, removes an assertion we don't need anymore from - TimedQueue(). - -M src/TimedQueue.vala - -commit fab9a6156608f0d6d23ad3c2d3b2ea4494026907 -Author: Clint Rogers -Date: Tue Dec 6 13:00:57 2011 -0800 - - Closes #4467, now builds cleanly with Vala 0.14.1. - -M Makefile -M src/CustomComponents.vala - -commit b61125da9b0fdcc05807c0245953436e5ae36d78 -Author: Clint Rogers -Date: Fri Dec 2 14:37:18 2011 -0800 - - Closes #4432, fixes the case where the app would try to skip out on - copying an exported file at an inappropriate time. - -M src/CollectionPage.vala -M src/DesktopIntegration.vala -M src/Exporter.vala -M src/Page.vala -M src/VideoSupport.vala - -commit c0973ba84e6e9547527dbdb004d8a61c57f718c9 -Author: Clint Rogers -Date: Thu Dec 1 11:26:10 2011 -0800 - - Added '+trunk' to version number. - -M Makefile - -commit ef031cdca0bb17c0eb995e0ebdecfed673c2dd43 -Author: Clint Rogers -Date: Wed Nov 30 19:06:46 2011 -0800 - - Closes #4463, fixes a problem where two .vapi files from the vapi/ - directory would get left out when running 'make dist'. - -M Makefile - -commit 0ad504979775b8ab3421f3d6cfa634dde490e0a2 -Author: Clint Rogers -Date: Wed Nov 30 17:50:37 2011 -0800 - - Closes #4366, prevents us from attempting to discard an - already-discarded widget. - -M src/sidebar/Tree.vala - -commit 7b2a9d2399a28f87c6754e5b7879a807dadf9d2f -Author: Clint Rogers -Date: Wed Nov 30 15:41:28 2011 -0800 - - Re-closes #4354 by adding some code to fix up an already corrupted - db and force bad photo orientations to a safe value. - -M src/db/PhotoTable.vala - -commit 82db80b777136c1afec0633a3396af41b9294f4c -Author: Clint Rogers -Date: Wed Nov 30 14:15:32 2011 -0800 - - Closes #4375, changes the suffix for modified images in the French - version to something Piwigo will accept. - -M po/shotwell-core/fr.po - -commit ee1a33c3dc70c6cf7e60f235e791b033e0c8de0a -Author: Clint Rogers -Date: Wed Nov 30 14:12:03 2011 -0800 - - Closes #4440, works around a weird problem in libgee that would - occasionally trigger the reaper at inappropriate times, causing - reparented tags to deparent and flatten themselves. - -M src/Tag.vala - -commit 56c8c41c28ba9120b3b8c78c3c1e6f265cf1b7a6 -Author: Adam Dingle -Date: Mon Nov 28 10:01:49 2011 -0800 - - Updated documentation to mention the F2 shortcut key for editing a - photo's title. - -M help/C/organize-title.page - -commit fbc2d39e775008ec0a04d48b394734ce2ac70a31 -Author: Clint Rogers -Date: Wed Nov 23 15:25:11 2011 -0800 - - Closes #4302 by adding a workaround to suppress the warning. - -M src/Dialogs.vala - -commit 0b07cabc754cbb17805eec318f1d63157891dc1b -Author: Clint Rogers -Date: Wed Nov 23 13:51:01 2011 -0800 - - Closes #4422 by saving the tag being reparented as a restore point, - waiting until the tree has been pruned, then switching back to the - restore point tag. - -M src/tags/Branch.vala - -commit 4c0b25a2f730e7cb7eb58df2f0a6977208afd539 -Author: Clint Rogers -Date: Tue Nov 22 11:00:49 2011 -0800 - - Closes #2364; saves the cursor position before trashing, and restores - it after. - -M src/MediaPage.vala - -commit cbddb51ffa0a69eece5a5d189b77e206b9597642 -Author: Clint Rogers -Date: Mon Nov 21 12:50:56 2011 -0800 - - Closes #3953 by adding the ability to create a new tag from an empty - area of the sidebar. - -M src/sidebar/Tree.vala -M src/tags/Branch.vala -M ui/sidebar_default_context.ui - -commit f348dd8711a86de5fe7f6bb7b4f72fbbd54d37cd -Author: Clint Rogers -Date: Fri Nov 18 12:45:44 2011 -0800 - - Closes #3639, prevents the app from crashing if it fails to load - a stock icon (warnings about the missing icon will appear in the - console; this is by design). - -M src/Resources.vala - -commit 1b02b7c88f50a0287ec2b8b32943ec217ffa6ef0 -Author: Clint Rogers -Date: Thu Nov 17 16:56:55 2011 -0800 - - Closes #4357 by adding a friendly message here. - -M src/camera/ImportPage.vala - -commit 867d110303027b3fabfc338c0b97060722c0e012 -Author: Clint Rogers -Date: Thu Nov 17 16:10:32 2011 -0800 - - Closes #4059 with a minor wording change. - -M src/Commands.vala - -commit 6a6360deab0a6b90c9371d066a5e287f247df1ca -Author: Clint Rogers -Date: Thu Nov 17 15:50:41 2011 -0800 - - Closes #3155 by preventing the external editor and external raw - editor menu choices from being out of range. - -M src/Dialogs.vala - -commit bbb90a1a86462cb358d63150bc5fa9939b18f3c3 -Author: Clint Rogers -Date: Thu Nov 17 12:06:39 2011 -0800 - - Closes #4344 by checking if a file has no embedded exposure date, - and if it doesn't, checking the row's exposure date against the - file's timestamp. - -M src/Photo.vala - -commit cf087489ea26ef5451f27ada34896972f69a6163 -Author: Clint Rogers -Date: Wed Nov 16 13:47:57 2011 -0800 - - Closes #4263 by temporarily disabling page switching while trashing - an image from an event from within the PhotoPage. - -M src/PhotoPage.vala -M src/library/LibraryWindow.vala - -commit 31514971f592a6c7ad0e832e854050f583b4029f -Author: Siddhesh Poyarekar -Date: Wed Nov 16 11:43:59 2011 -0800 - - Enables Shotwell to build with libraw 0.14.x. Note that as of libraw - 0.14.0, libraw is available as a shared library. At the time of this - commit, the most recent version of libraw was 0.14.3. This patch - was tested against that version. - -M src/photos/GRaw.vala -M vapi/libraw.vapi - -commit 6199368a3b913c7ecc9d4664c96fc9d58b7fa337 -Author: Jonas Bushart -Date: Tue Nov 15 15:53:39 2011 -0800 - - Improves Shotwell integration with the Unity progress bar - system. Closes #4001. - -M Makefile -M src/Dialogs.vala -A src/UnityProgressBar.vala -M src/camera/ImportPage.vala -M src/library/ImportQueuePage.vala -M src/library/LibraryWindow.vala - -commit 0f437519a88bbd54f6a674c333f4a3614bd10cf1 -Author: Clint Rogers -Date: Tue Nov 15 14:52:29 2011 -0800 - - Closes #4194 by ensuring that exported photos are properly fetched - before reimporting in direct-edit mode. - -M src/direct/DirectPhotoPage.vala - -commit 4de34b7b567973fc2c231c8b88c6691e6b443892 -Author: Lucas Beeler -Date: Mon Nov 14 18:34:13 2011 -0800 - - Ensures that the menu wrapping changes made in the last commit only - occur on systems without appmenu. - -M src/Resources.vala -M src/library/LibraryWindow.vala - -commit 43fba93b9dec9f7091d820e6e2fbeb2ec0edce3f -Author: Lucas Beeler -Date: Mon Nov 14 17:42:03 2011 -0800 - - Wraps the LibraryWindow menu bar in a fixed-size container to prevent - flickering when menu bars are swapped-in and swapped-out on page - switches. Closes #4303. - -M src/library/LibraryWindow.vala - -commit 83b9a153bf503fd7d507a3ea5c423eba717bf834 -Author: Clint Rogers -Date: Mon Nov 14 12:30:52 2011 -0800 - - Closes #3847, fixes a problem where Ctrl+Z did nothing when pressed - while an editing tool was open. - -M src/EditingTools.vala - -commit a6ab6573cad30b22e4060e56b52c88129b848e1c -Author: Clint Rogers -Date: Fri Nov 11 12:21:02 2011 -0800 - - Previous commit inadvertently added hard tabs; this commit fixes it. - -M src/Photo.vala - -commit 163bf4a114acd97734264eea7835137d804b67e1 -Author: Clint Rogers -Date: Thu Nov 10 18:37:01 2011 -0800 - - Closes #4345, #4363 and #4354. Works around a problem where class - instances passed as ref parameters would cause some methods to fail - silently and return without doing anything. - -M src/Photo.vala -M src/db/PhotoTable.vala - -commit 5dff0521cf79a111c83d1d7a912e990b0850bd7e -Author: Lucas Beeler -Date: Thu Nov 10 15:13:54 2011 -0800 - - Changes the window class of editing tool palettes to enable them to - be moved when the window manager is vanilla compiz as packaged in - FC 16. Closes #4360. - -M src/EditingTools.vala - -commit fa3c93a9ba6ee305e96354b20209cc879d20ba04 -Author: Lucas Beeler -Date: Wed Nov 9 17:16:04 2011 -0800 - - Fixes one of the most subtle bugs in Shotwell history; closes #3870. - -M src/CheckerboardLayout.vala - -commit 559f2a96e98d43f19093f2f3b89d55cf51e02ee2 -Author: Lucas Beeler -Date: Tue Nov 8 18:27:29 2011 -0800 - - The search bar is now styled correctly in Fedora Core 16. Closes - #4362. - -M src/Resources.vala - -commit ac6c777642fe9d21ca2abe39b9017b0ddbbd1f1c -Author: Clint Rogers -Date: Mon Nov 7 17:06:01 2011 -0800 - - Closes #4356 by enabling text on all progress bars. - -M src/Dialogs.vala -M src/camera/ImportPage.vala -M src/library/ImportQueuePage.vala -M src/library/LibraryWindow.vala - -commit 1728e51511476d4a5b0863cdad1a2897173b270d -Author: Lucas Beeler -Date: Mon Nov 7 16:13:47 2011 -0800 - - Updates version number and merges changes to the Makefile, NEWS file, - and debian/changelog file following the Shotwell 0.11.6 release. - -M Makefile -M NEWS -M debian/changelog - -commit 70dc7a40bc101482f949d1362964667b19293d7d -Author: Lucas Beeler -Date: Fri Nov 4 14:36:18 2011 -0700 - - Changes viewport styling in the PhotoPage. Closes #4319. - -M src/Page.vala - -commit c1f9e00accd18cbf485422aff40fcde9538bf692 -Author: Clint Rogers -Date: Wed Nov 2 19:52:42 2011 -0700 - - Closes #4244 by ensuring that the PhotoPage correctly hierarchicalizes - tags when adding them. - -M src/PhotoPage.vala - -commit f2810804ec02f22157d0067d29a76a53912e811e -Author: Lucas Beeler -Date: Tue Nov 1 15:38:10 2011 -0700 - - Adds more CSS styling to the sidebar. Fully closes #3873. - -M src/Resources.vala -M src/SearchFilter.vala - -commit b84b4f7d6bce40f08f3c6ec15847d16bd25bd5d4 -Author: Clint Rogers -Date: Mon Oct 31 13:11:11 2011 -0700 - - Closes #4307, ensures that crop and redeye menu options and hotkeys - respect minimum image size limits and match tool button state. - -M src/PhotoPage.vala -M src/direct/DirectPhotoPage.vala - -commit 97f1311d880c16090a3af2bb0ebc9cf85c6494bf -Author: Lucas Beeler -Date: Mon Oct 31 12:39:47 2011 -0700 - - Uses carefully chosen CSS that styles the search bar correctly on - both Fedora Core 15 (with Gtk+ 3.0) and Ubuntu Oneiric (with Gtk+ - 3.2). Mostly closes #3873. The outstanding problem involves the - "prelight" or "hover" state of the search bar buttons. This state - appears unresponsive to styling using either the CSS or legacy - APIs. I'll be in communication with some of the Gtk+ devs over the - next few days to see how we can force this state to by styled. - -M src/Resources.vala -M src/SearchFilter.vala - -commit 28787b7229e57c33b2ecede0abfb79a2ad509eba -Author: Clint Rogers -Date: Fri Oct 28 14:50:29 2011 -0700 - - Closes #4305 by checking for and handling the case where the array - itself is valid, but the strings within it are null. - -M src/Dialogs.vala - -commit 0a03708c59f59d6b83a2f76f8dd2eb35d83fe904 -Author: Clint Rogers -Date: Thu Oct 27 13:54:52 2011 -0700 - - Closes #4291 by ensuring that the image size is properly stored to - the backing row in direct-edit mode's in-memory DB. - -M src/Photo.vala -M src/direct/DirectPhoto.vala - -commit 4946dcb65a8888514b734594a943340b6b14c37b -Author: Clint Rogers -Date: Thu Oct 27 12:22:54 2011 -0700 - - Closes #4193 by making the widget in question get cast to a box, - rather than a vbox. - -M src/Dialogs.vala - -commit 71209d34a02fd6b975b67a27ac7ddf7a599bf64c -Author: Clint Rogers -Date: Wed Oct 26 15:21:51 2011 -0700 - - Closes #4250 by saving a copy of the metadata before writing out - the modified pixel data, which could sometimes strip it from the file. - -M src/Photo.vala -M src/direct/DirectPhotoPage.vala - -commit 3a3815d695bf74b8e12966bd68cce701dc3948cc -Author: Fryderyk Dziarmagowski -Date: Wed Oct 26 14:38:11 2011 -0700 - - Fixes plugin linkage problems on some platforms. Closes #3757. - -M THANKS -M plugins/Makefile.plugin.mk -M plugins/shotwell-publishing-extras/Makefile -M plugins/shotwell-publishing/Makefile - -commit 10b22474d145a709310ae4a98ef8ae2d9d4c8720 -Author: Lucas Beeler -Date: Tue Oct 25 18:57:30 2011 -0700 - - Styles ScrolledWindow, Viewport, and other widgets with CSS to restore - the GTK+ 2 look of the checkerboard view on Oneiric; closes #4220. - -M src/Page.vala -M src/Resources.vala -M src/library/LibraryWindow.vala - -commit 5c85a9a7361ffff9fd70b7f2c9d4f5e861f2fd75 -Author: Lucas Beeler -Date: Tue Oct 25 15:51:21 2011 -0700 - - Adds utility functions and constants for manipulating GTK+ - 3 CSS-styled widgets. We'll need these moving forward since it - looks like most of our GTK+ 3.0 visual glitches will be solved - widget styling. - -M src/Resources.vala -M src/library/LibraryWindow.vala - -commit bcbb169ae456322fdbdc5e67924c1fd5ccee15ce -Author: Clint Rogers -Date: Mon Oct 24 15:19:55 2011 -0700 - - Closes #4190 by appending tag parent paths with a trailing '/'. - -M src/Tag.vala - -commit c612ff49958859f6b0177fedd78922f4147b0352 -Author: Lucas Beeler -Date: Mon Oct 24 15:15:01 2011 -0700 - - Fixes an issue with popup combo boxes in the Piwigo Connector's - publishing options pane. Closes #3750. - -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala -M -plugins/shotwell-publishing-extras/piwigo_publishing_options_pane.glade - -commit 855d98e977f9ecebb72e233182e632df5f3a7daf -Author: Eric Gregory -Date: Mon Oct 24 14:21:02 2011 -0700 - - trunk build for daily - -M debian/changelog -M debian/control - -commit 61445071db87685039b8741431da5bb4b4e1e15e -Author: Clint Rogers -Date: Fri Oct 21 18:33:31 2011 -0700 - - Closes #4274 by adding support for double-click to get out of - fullscreen when running in direct-edit mode. - -M src/direct/DirectPhotoPage.vala -M src/direct/DirectWindow.vala - -commit 197565c515800095b4396f4e23752aa14d3f9ba5 -Author: Clint Rogers -Date: Fri Oct 21 17:52:46 2011 -0700 - - Closes #4272 by applying the same style we applied to the info box - to the scrollable part of the sidebar. - -M src/library/LibraryWindow.vala - -commit aaa4c05682017a987991c3237646500feaed1542 -Author: Adam Dingle -Date: Thu Oct 20 09:33:03 2011 -0700 - - Fixed malformed changelog entries. - -M debian/changelog - -commit 20cbec49c263e16e4c06a06ec0aef6f3bfddd832 -Author: Clint Rogers -Date: Tue Oct 18 17:46:07 2011 -0700 - - Closes #3874 by setting a proper CSS style for the frame in question. - -M src/library/LibraryWindow.vala - -commit fbbd826f405a00b144b4b2ac7cf8abc861a3546f -Author: Clint Rogers -Date: Tue Oct 18 17:34:03 2011 -0700 - - Closes #4201 by changing all structs with reference members to classes - to work around a change to the way Vala handles structs passed - as arguments; - please see https://bugzilla.gnome.org/show_bug.cgi?id=661041 for - details. - -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M src/EditingTools.vala -M src/Event.vala -M src/Page.vala -M src/Photo.vala -M src/Printing.vala -M src/Tag.vala -M src/VideoSupport.vala -M src/alien_db/AlienDatabase.vala -M src/alien_db/AlienDatabaseDriver.vala -M src/alien_db/f_spot/FSpotDatabase.vala -M src/alien_db/f_spot/FSpotDatabaseDriver.vala -M src/db/EventTable.vala -M src/db/FaceLocationTable.vala -M src/db/FaceTable.vala -M src/db/PhotoTable.vala -M src/db/SavedSearchDBTable.vala -M src/db/TagTable.vala -M src/db/TombstoneTable.vala -M src/db/VideoTable.vala -M src/direct/DirectPhoto.vala -M src/faces/Face.vala -M src/photos/PhotoMetadata.vala - -commit 37ccaae291ad457ec617aa10966e196b290a7e5f -Author: Clint Rogers -Date: Tue Oct 18 17:26:09 2011 -0700 - - Closes #3871 by forcing the 'Publishing x of y' message to be visible. - -M src/publishing/PublishingUI.vala - -commit 7bdb8282f126f5cbfb8ff8c4307f1b526aee8b7d -Author: Clint Rogers -Date: Tue Oct 18 17:19:11 2011 -0700 - - Closes #4195 by clamping out-of-range pixel data to between 0 and - 255, inclusive. - -M src/ColorTransformation.vala - -commit 22fd51f56987b4e2f7a0dfafd4b1b704901f5c66 -Author: Clint Rogers -Date: Tue Oct 18 16:26:39 2011 -0700 - - Closes #4178 by setting the resizability field of this type of dialog - to 'false'. - -M src/Dialogs.vala - -commit 1a3697431791fc232c3d338c588fff3a4ae809f8 -Author: Lucas Beeler -Date: Tue Oct 18 12:10:10 2011 -0700 - - Updates NEWS, debian/changelog, and Makefile for the 0.11.5 release. - Conflicts: - - Makefile - -M Makefile -M NEWS -M debian/changelog - -commit 91093ecc4d92c908394ca0616502472b840db8ce -Author: Lucas Beeler -Date: Mon Oct 17 14:10:44 2011 -0700 - - Jim and I believe this closes #4248. We'll now solicit community - input and try to repro in-house. - -M src/BatchImport.vala -M src/alien_db/AlienDatabaseImportJob.vala - -commit 9d8fb318451680efaa275dd57d59e2aeb2616a87 -Author: Lucas Beeler -Date: Thu Oct 13 13:01:31 2011 -0700 - - Updates the NEWS, debian/changelog, and Makefile version number in - preparation for the Shotwell 0.11.4 release. - Conflicts: - - Makefile - -M Makefile -M NEWS -M debian/changelog - -commit bae9537372c32543286def1728617391aeef58e0 -Author: Clint Rogers -Date: Thu Oct 13 16:58:57 2011 -0700 - - Closes #4245 and #4252 - missing details about external editing and - incorrect UI instructions in the yelp files. - -M help/C/edit-external.page - -commit 0add739d4fd602af0a5b6ccaf10a1d6a1a600f9f -Author: Lucas Beeler -Date: Thu Oct 13 12:22:31 2011 -0700 - - Fixes two collection concurrent access issues that could cause - Shotwell to crash. Closes #4248. - -M src/tags/HierarchicalTagIndex.vala - -commit 353e07fac94ed5b6ae7e784e3caa790241ee6d8b -Author: Clint Rogers -Date: Wed Oct 12 12:25:14 2011 -0700 - - Closes #4154, adds a little space between the visibility combo box - and the existing album combobox. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit a1d6e0018a892b227ebc8fe0e523de0c60d9b647 -Author: Lucas Beeler -Date: Tue Oct 11 17:05:27 2011 -0700 - - Merges changes from the 0.11.3 release and updates the version number - to 0.11.3+trunk - -M Makefile -M NEWS -M debian/changelog - -commit 67e8a93168c1c3710fab500baddded5e8d034488 -Author: Lucas Beeler -Date: Fri Oct 7 15:06:16 2011 -0700 - - Closes #4189. - -M src/tags/Branch.vala - -commit 95878514b661b7f82ca08f344b65fe550df884b6 -Author: Lucas Beeler -Date: Fri Oct 7 13:57:32 2011 -0700 - - Closes #4172. - -M src/Dialogs.vala - -commit 91a0fa750fa827439512de39780141dc2180d09c -Author: Lucas Beeler -Date: Fri Oct 7 11:07:30 2011 -0700 - - Improves visual styling of the new, GTK+ 3-compatible histogram - component on Oneiric. - -M src/CustomComponents.vala - -commit ad51e8fec1856f8434aa0782b045f6067d897124 -Author: Lucas Beeler -Date: Thu Oct 6 18:35:07 2011 -0700 - - Restores the Adjust Palette histogram control to full functionality - under GTK+ 3. Closes #3869. - -M src/CustomComponents.vala - -commit 5d8dbe2ea100968fb3193b65417d01e6e3130287 -Author: Clint Rogers -Date: Tue Oct 4 16:38:38 2011 -0700 - - Closes #3566, saves the most-recently-chosen crop options to GSettings - when OK is clicked, then restores them and simulates a UI event - when the - crop tool is activated again. - -M misc/org.yorba.shotwell.gschema.xml -M src/EditingTools.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GSettingsEngine.vala - -commit 2c79d05989fef32799e2d1a3f77c2bbb823078cc -Author: Lucas Stephen Beeler -Date: Mon Oct 3 16:03:05 2011 -0700 - - Partially fixes #3869. - -M src/CustomComponents.vala - -commit bd0eea4804e0478a2903ae59681dd58a3f65fbfc -Author: clinton -Date: Wed Sep 28 13:16:32 2011 -0700 - - Closes #4025, removes the resize grip from all application windows. - -M src/AppWindow.vala -M src/Dialogs.vala -M src/EditingTools.vala -M src/MediaPage.vala -M src/Properties.vala -M src/Resources.vala - -commit 88e50393db07c7215e956d8909790035d92a7e01 -Author: clinton -Date: Tue Sep 27 18:57:04 2011 -0700 - - Closes #4188, removes the hybrid engine, all GConf functionality, - and dependencies on gconf2 and libgconf2-dev. - -M Makefile -M debian/control -M src/config/Config.vala -M src/config/ConfigurationInterfaces.vala -D src/config/GConfEngine.vala -M src/config/GSettingsEngine.vala -D src/config/HybridEngine.vala -M src/config/mk/config.mk -M src/libshotwell.deps -M src/main.vala - -commit 64aec6b035f73de53f2f8300a55e7aac35b7256c -Author: Jim Nelson -Date: Tue Sep 27 18:16:08 2011 -0700 - - Now builds with (and requires) Vala 0.14: Closes #3760 - - Mostly grunt-work to ensure that all delegates may be stored as - unowned refs and that all - out parameters are assigned prior to exiting the method. One binding - change (Gdk.EventAny) - makes these changes incompatible with 0.12. - -M Makefile -M debian/control -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M src/AppWindow.vala -M src/BatchImport.vala -M src/Box.vala -M src/CheckerboardLayout.vala -M src/CustomComponents.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectoryMonitor.vala -M src/EditingTools.vala -M src/Event.vala -M src/Exporter.vala -M src/MediaMetadata.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoMonitor.vala -M src/PixbufCache.vala -M src/SortedList.vala -M src/ThumbnailCache.vala -M src/TimedQueue.vala -M src/VideoMonitor.vala -M src/VideoSupport.vala -M src/alien_db/AlienDatabaseImportDialog.vala -M src/alien_db/AlienDatabaseImportJob.vala -M src/camera/CameraTable.vala -M src/camera/GPhoto.vala -M src/camera/ImportPage.vala -M src/core/DataCollection.vala -M src/core/DataSet.vala -M src/core/DatabaseSourceCollection.vala -M src/core/SourceHoldingTank.vala -M src/core/ViewCollection.vala -M src/core/util.vala -M src/db/VersionTable.vala -M src/direct/DirectWindow.vala -M src/library/LibraryWindow.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoMetadata.vala -M src/plugins/ManifestWidget.vala -M src/plugins/Plugins.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/StandardHostInterface.vala -M src/publishing/PublishingPluginHost.vala -M src/publishing/PublishingUI.vala -M src/sidebar/Tree.vala -M src/slideshow/TransitionEffects.vala -M src/threads/BackgroundJob.vala -M src/util/misc.vala - -commit abf4f3c2c8c28b446d4677e5c8936f9a5418d7e9 -Author: Jim Nelson -Date: Fri Sep 23 15:58:57 2011 -0700 - - Port to GTK+3: #3455 - - This enables Shotwell to build and run under GTK+3. Note there are - many outstanding bugs - caused by this move; they will be dealt with in separate commits. - -M Makefile -M plugins/Makefile.plugin.mk -M plugins/shotwell-publishing-extras/Makefile -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M -plugins/shotwell-publishing-extras/piwigo_publishing_options_pane.glade -M plugins/shotwell-publishing-extras/yandex_publish_model.glade -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M src/AppWindow.vala -M src/CheckerboardLayout.vala -M src/CustomComponents.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/EditingTools.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Printing.vala -M src/Properties.vala -M src/Resources.vala -M src/SearchFilter.vala -M src/SlideshowPage.vala -M src/camera/ImportPage.vala -M src/faces/FaceShape.vala -M src/library/LibraryWindow.vala -M src/libshotwell.deps -M src/main.vala -M src/plugins/mk/interfaces.mk -M src/publishing/PublishingUI.vala -M src/searches/SavedSearchDialog.vala -M src/sidebar/Tree.vala -M src/slideshow/TransitionEffects.vala -M src/util/image.vala -M src/util/ui.vala -M ui/shotwell.glade -A vapi/unique-3.0.deps -A vapi/unique-3.0.vapi -A vapi/webkitgtk-3.0.deps -A vapi/webkitgtk-3.0.vapi - -commit 367e2a8280ff307ad915ec95b947721462124f25 -Author: Clint Rogers -Date: Thu Sep 22 11:45:57 2011 -0700 - - Fixes #4148, changed "RAW + JPEG" to read "RAW+JPEG" in user-facing - strings. - -M src/Properties.vala -M src/camera/ImportPage.vala - -commit e7bb57070bc10379be7ecff692c9372ebcbaf61f -Author: Clint Rogers -Date: Wed Sep 21 16:02:09 2011 -0700 - - Fixes #4151, tells the error pane to wrap its text properly. - -M src/publishing/PublishingPluginHost.vala -M src/publishing/PublishingUI.vala - -commit 389b9f963eaad1665e462aa984558d6e8316f08e -Author: Lucas Beeler -Date: Tue Sep 20 13:32:58 2011 -0700 - - Updates the NEWS and debian/changelog for the Shotwell 0.11.2 release. - -M NEWS -M debian/changelog - -commit d9cc59b27059e21cfc7ea60d9ae7de91f5aff9df -Author: Eric Gregory -Date: Thu Sep 8 15:27:45 2011 -0700 - - 0.11.1 release - -M po/shotwell-core/af.po -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/te.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po - -commit feddf6b57e08ff8084a6ed1b2eed205db41bb6e3 -Author: Eric Gregory -Date: Tue Aug 23 15:06:40 2011 -0700 - - added max valac version, +trunk to version - -M Makefile - -commit 421c0d42367de415c00c11fc692744a879db8b72 -Author: Clint Rogers -Date: Wed Sep 21 12:41:31 2011 -0700 - - Closes #4147 by adding the appropriate Pango markup here to make - the text smaller. - -M src/camera/ImportPage.vala - -commit 626c7eae76d3b41c60066f61d797648151e855e7 -Author: Lucas Beeler -Date: Mon Sep 19 17:43:26 2011 -0700 - - Properly traps Facebook session expiration following the shift to - OAuth. Closes #4153. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 4f826ff60410aa9f873964101e0680a41e2fc526 -Author: Lucas Beeler -Date: Mon Sep 19 17:25:08 2011 -0700 - - Fixes part of #4144. - -M src/Commands.vala - -commit 1ac28f48fbd9d4a0527b9237a086b72196646a9e -Author: Lucas Beeler -Date: Mon Sep 19 16:22:47 2011 -0700 - - Inserts proper checks for root tag form. Closes #4150. - -M src/Commands.vala - -commit d7df60490185e6f5899890c35133878ae6acb90d -Author: Lucas Beeler -Date: Mon Sep 19 15:04:13 2011 -0700 - - Makes dragging a top-level tag to the "Tags" grouping a no-op. Closes - #4145. - -M src/tags/Branch.vala - -commit 6d469dc786b8efd96aac4a94410d283629b93467 -Author: Lucas Beeler -Date: Sun Sep 18 16:17:19 2011 -0700 - - Changes implementation of the ReparentTagCommand such that it now - properly handles merge operations involving top-level tags. Closes - #4127 and #4128. - -M src/Commands.vala - -commit 67afbe314e992fa1600356912e62696f544f1f9c -Author: Clint Rogers -Date: Fri Sep 16 18:49:17 2011 -0700 - - Closes #4099. The application now reaps orphaned tags automatically, - preventing them from crashing via the sidebar tree-graft assertion. - -M src/Tag.vala - -commit fc278baef4da3227c99afc287aa90c713de1ede5 -Author: Jim Nelson -Date: Fri Sep 16 18:13:48 2011 -0700 - - Crash fixed when undoing tag merge: #4129 - - When undoing a complex series of tag merges and moves, Shotwell - would regularly crash. The - reparent tag command was holding on to Tag objects during its - lifetime. Proxies would be - better, but this is problematic because we can't use a proxy as a - map key. This patch uses - the tag's path (as a string) instead of a ref to the Tag itself. - -M src/Commands.vala - -commit 966fc3abddd6f4fc1a3470d130dbd94e57a626ac -Author: Jim Nelson -Date: Fri Sep 16 16:02:30 2011 -0700 - - Soft assertions during F-Spot import of duplicates: #4126 - - I believe this could happen any time duplicates were detected - during import. This might - solve other bugs where import is not reporting the right results. - -M src/Dialogs.vala - -commit ba9de3ce8197cea19085d4ba8551361d0e865811 -Author: Jim Nelson -Date: Fri Sep 16 15:55:22 2011 -0700 - - Problems with Samsung NV10: #4117 - - Photos taken with Samsung NV10 have improper EXIF date/time format. - This patch allows for - Shotwell to interpret them. The reporter also had trouble with - video creation time. This - doesn't appear to be an issue with Shotwell, as the dates were - corrupted in the file. - However, they exposed an overflow bug, which this patch corrects - as well. - -M src/MediaMetadata.vala -M src/VideoMetadata.vala - -commit 0d00bf1160a85c9c0fc89138f977406a4f8aa482 -Author: Lucas Beeler -Date: Fri Sep 16 13:43:05 2011 -0700 - - Changes the way tag exclusion works; closes #4051. - -M src/Photo.vala -M src/alien_db/AlienDatabaseImportJob.vala - -commit 32e64e7e76b0e8f119676217c80bf9278cc3f918 -Author: Gavrilov Maksim -Date: Fri Sep 16 13:31:45 2011 -0700 - - Makefile now respects VALAC and LDFLAGS environment variables: #4123 - - Courtesy Gavrilov Maksim. - -M Makefile - -commit aec8b56eb1660b79691040d6ad5a9e5aafca6ed8 -Author: Jim Nelson -Date: Thu Sep 15 17:53:34 2011 -0700 - - Crash in progress dialog monitor: #4119 - - This has proven to be difficult to reproduce, but I believe this - patch fixes a problem where - the progress dialog might be destroyed while inside its own monitor - callback. - -M src/Dialogs.vala - -commit e05acdc89ca7e9e4b46b1a36aaf07d4df94270df -Author: Jim Nelson -Date: Thu Sep 15 17:34:18 2011 -0700 - - Nautilus send-to no longer invoked if the user cancels the operation: - #4121 - - This has been around since Nautilus send-to was added. Additionally, - this fixes the same - bug if the user cancels the operation to install multiple desktop - backgrounds. - -M src/DesktopIntegration.vala -M src/Exporter.vala - -commit 86650695c92f907c3d69425faf462e56da5c22eb -Author: Lucas Beeler -Date: Thu Sep 15 17:16:03 2011 -0700 - - Changes the way string replacement is done during tag rename and - adds enhanced safety checks. Closes #4118. - -M src/Tag.vala - -commit b3f5e049798a0be7885c5108e03ab97ba62b442d -Author: Bruno Girin -Date: Wed Sep 14 15:28:53 2011 -0700 - - Allows images to be published to Piwigo servers at several different - preset sizes. Closes #3750. - -M misc/org.yorba.shotwell-extras.gschema.xml -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala -M -plugins/shotwell-publishing-extras/piwigo_publishing_options_pane.glade - -commit 690f1e4d62686b467e9e279ce920b5d159e5a72f -Author: Lucas Beeler -Date: Wed Sep 14 12:27:10 2011 -0700 - - Corrects item count errors involving mixed media (e.g., photos - and videos) in the basic properties pane and the events directory - page. Closes #4113. - -M src/MediaDataRepresentation.vala -M src/Properties.vala - -commit 2f380a70c80b8a73c8aa908d4b88df3cf164d368 -Author: Lucas Beeler -Date: Tue Sep 13 17:21:14 2011 -0700 - - Modifies the Facebook connector significantly to use OAuth for - authentication. This definitively closes #4107 and #4018 and I'm - highly confident it closes #3022 as well. - -M misc/org.yorba.shotwell.gschema.xml -M plugins/shotwell-publishing/FacebookPublishing.vala -M src/plugins/PublishingInterfaces.vala -M src/publishing/PublishingUI.vala - -commit 65711da21a66f3cad2a98080ce0c380790f9faed -Author: Jim Nelson -Date: Tue Sep 13 17:19:23 2011 -0700 - - Double-clicking an event in the Events or a Year directory now moves - cursor: #4114 - - If the event being jumped to wasn't visible in the sidebar tree, - the cursor would not move - when jumping to a particular event. It turns out the tree needs to - be expanded to show the - sidebar entry prior to moving the cursor. - -M src/sidebar/Tree.vala - -commit 55f54e6c1a9274e252160a094673f3a144b114b0 -Author: Lucas Beeler -Date: Mon Sep 12 17:43:05 2011 -0700 - - Relaxes a guard condition allowing F-Spot tags to be more aggressively - sanitized. Closes #4081. - -M src/alien_db/AlienDatabaseImportJob.vala - -commit 6adebcd0bdf0389679263e2872cdb70317e7f37d -Author: Clint Rogers -Date: Fri Sep 9 14:27:52 2011 -0700 - - Closes #4108, makes sure we sanitize path components before adding - them. - -M src/alien_db/AlienDatabaseImportJob.vala - -commit d3d74334c540d156a8ba1d9783bbfdef04f0bafc -Author: Clint Rogers -Date: Fri Sep 9 12:33:27 2011 -0700 - - Closes #4030 by removing some checks whether we needed to re-sort - or not that could break in unexpected ways. - -M src/MediaPage.vala - -commit b180588faa2fb1b268de3f88bef0727b87fb5928 -Author: Eric Gregory -Date: Thu Sep 8 15:33:49 2011 -0700 - - pulling changes from 0.11.1 - -M Makefile -M NEWS -M debian/changelog - -commit 600c11f446fc00b19c3342b8fe322ac0f45e1ddf -Author: Lucas Beeler -Date: Thu Sep 8 11:50:08 2011 -0700 - - Adds updated Chinese (Taiwan) and Ukrainian translations. - -M po/shotwell-core/uk.po -M po/shotwell-core/zh_TW.po - -commit 3bb4adaca2cbce53e67431a86051bcff69f7dc90 -Author: Lucas Beeler -Date: Thu Sep 8 11:12:05 2011 -0700 - - Removes an extraneous string in the POT file. Closes #4082. - -M po/shotwell-core/shotwell.pot - -commit 906a5bcd821daabbb5ae32ebdd8c4f3ff94a62a2 -Author: Jim Nelson -Date: Wed Sep 7 18:44:07 2011 -0700 - - Exclude installation of gsettings-data-convert file: #4102 - - A configure option now allows the user to avoid installing the - gsettings-data-convert file - (shotwell.convert). This is useful because the file must be - installed in - /usr/share/GConf/gsettings (and not /usr/local) for the program to - locate it, which is a - problem for folks who want to install as a user and not root. - - Also cleaned up the configure script help, which was still reflecting - options no longer - available. - -M Makefile -M configure - -commit 6108a19b7ee27ae1198ba48dedc062540c050b4a -Author: clinton -Date: Wed Sep 7 17:16:45 2011 -0700 - - Re-closes 4061, removed the 'cannot import raw+jpeg from filesystem' - blurb. - -M help/C/import-file.page -M help/C/raw.page - -commit d5ec2d29cb29c37c1eca6ed07a34aa1b41aa059c -Author: Vincent Untz -Date: Wed Sep 7 16:53:02 2011 -0700 - - No longer need to install or compile GConf schemas. Courtesy Vincent - Untz. - -M Makefile -M THANKS -M configure -D misc/shotwell.schemas - -commit 2aca73567a01d176ba69de6222cb57590d1a1cfe -Author: Lucas Beeler -Date: Wed Sep 7 16:50:06 2011 -0700 - - Introduces enhanced tag state safety checks during import from - F-Spot. Closes #4090 and #4081. - -M src/alien_db/AlienDatabaseImportJob.vala - -commit c59cc117b1aa89fe6e71f638ef5f1aae14546ebf -Author: Lucas Beeler -Date: Wed Sep 7 16:11:36 2011 -0700 - - Solves several issues with tag duplication related to the Import - from F-Spot feature. - -M src/alien_db/AlienDatabaseImportJob.vala - -commit 92b7c0d255d37e8963b326f13f722aab3083a919 -Author: Eric Gregory -Date: Wed Sep 7 16:49:00 2011 -0700 - - 4104 fix for sidebar null pointer crash - -M src/sidebar/Tree.vala - -commit b2417d8b2482ba229a4b6cad6cb0166b007d8cd1 -Author: Eric Gregory -Date: Wed Sep 7 16:46:39 2011 -0700 - - 3977 fix from prev commit - -M src/BatchImport.vala - -commit a05506bf67b8504c1d90ee7a65aadea8852e7131 -Author: Eric Gregory -Date: Wed Sep 7 16:39:53 2011 -0700 - - 3977 import raw+jpeg pair from folder - -M src/BatchImport.vala - -commit 0d4c39f3ea77b93d43295366ede3b96edce97104 -Author: Eric Gregory -Date: Tue Sep 6 14:50:28 2011 -0700 - - 4093 photo duplicate now copies raw developments - -M src/Photo.vala -M src/db/PhotoTable.vala - -commit 036071b3db2ce6e6d55aa5057c2025feb702e448 -Author: Eric Gregory -Date: Tue Sep 6 14:48:54 2011 -0700 - - 4077 JPEG from trashed RAW+JPEG or editable is auto-imported on - startup - -M src/Photo.vala - -commit 5da85af71ee77f4d8b9223ed017ed88001769970 -Author: Lucas Beeler -Date: Tue Sep 6 12:29:15 2011 -0700 - - Fixes a plethora of metadata writing and reimport issues. Closes - #4096, #4074, #4071. Also fixes a previously unreported issue where - undoing and redoing stacks of tag drag-and-drop operations could - cause a segfault due to a missing null guard. - -M src/Commands.vala -M src/photos/PhotoMetadata.vala -M src/tags/HierarchicalTagUtilities.vala - -commit 22f8b1fdf900d0e10cbcc430b6845d13179bf40a -Merge: 2b98be9b eb47fe1e -Author: Clint Rogers -Date: Fri Sep 2 17:55:49 2011 -0700 - - Merge branch 'master' of ssh://git.yorba.org/git/shotwell - -commit eb47fe1e22781ddf3bbbd148cbe2e76440c5794c -Author: Lucas Beeler -Date: Fri Sep 2 17:52:58 2011 -0700 - - Refactors much of the HTags system so that it works properly with - the proxy system. Closes #4039. - -M src/Commands.vala -M src/Tag.vala -M src/tags/HierarchicalTagUtilities.vala - -commit 2b98be9b1b11078ef0770e5068094ba827ee1084 -Author: Clint Rogers -Date: Fri Sep 2 17:52:32 2011 -0700 - - Closes #4076, disables editing if the currently-selected item is - clicked, but reenables it if we've gotten either a 'rename' menu - choice or an f2 keypress. - -M src/sidebar/Tree.vala - -commit 00f6dbc8f09c5a6840facb39c2df5b71e4492737 -Author: Clint Rogers -Date: Fri Sep 2 12:02:26 2011 -0700 - - Closes #4061, adds info about enhanced RAW support and RAW+JPEG - handling. - -M help/C/formats.page -M help/C/import-file.page -A help/C/raw.page - -commit fe82212d67b9e0c1c9b2f7558ef5be7169cecb48 -Author: Eric Gregory -Date: Fri Sep 2 11:38:03 2011 -0700 - - 4089 Camera developed RAW images don't keep transformations between - sessions - - The images were having their developers changed by the menu - system. This is a result of the juggling between "camera" and - "embedded" RAW developers we do to make this transparent to our users. - -M src/MediaPage.vala -M src/PhotoPage.vala -M src/photos/RawSupport.vala - -commit 17aaa5660ad635bb899afe50c2091acf6a37321b -Author: Eric Gregory -Date: Thu Sep 1 17:58:17 2011 -0700 - - 4069 exported camera-developed photo has wrong crop region - -M src/Photo.vala - -commit 36170cd36ed225808f1e0c6dee5c10e6485d7b71 -Author: Jim Nelson -Date: Thu Sep 1 17:36:58 2011 -0700 - - Crasher when duplicates of paired JPEG found in XDG Pictures - directory: #4088 - - Bounds-checking problem. - -M src/PhotoMonitor.vala - -commit e49c6d75529e56a8997283de6e3a67be8aac95a4 -Author: Eric Gregory -Date: Thu Sep 1 15:20:06 2011 -0700 - - 4062 develop RAW photos on demand - -M src/BatchImport.vala -M src/Photo.vala -M src/PixbufCache.vala -M src/library/Library.vala - -commit 6a33fa8f4c62da39bad29da31098379a9b009b81 -Author: Eric Gregory -Date: Thu Sep 1 15:12:12 2011 -0700 - - 4064 transformations re-applied after undoing photo developer - -M src/Commands.vala - -commit a4f63279ae9efc7190e46a43ab60c0d8630e3163 -Author: Lucas Beeler -Date: Thu Sep 1 13:09:28 2011 -0700 - - Closes #4085. - -M src/tags/Branch.vala - -commit 05ac3bb538dd3f402c3c243204b6973d28b6a07f -Author: Jim Nelson -Date: Wed Aug 31 17:40:05 2011 -0700 - - org.yorba.shotwell.sharing.default-service not in gsettings schema: - #4073 - - Because this value wasn't in the schema, the gsettings-data-convert - program was aborting. - - This *may* fix #4072, but I can't reproduce it on my machine to - start with. This commit may - also close #4056, but more investigation is required. - -M misc/org.yorba.shotwell.gschema.xml - -commit dac7de99a51a18449d98a0637ed8f0d295e103dc -Author: Jim Nelson -Date: Wed Aug 31 17:03:23 2011 -0700 - - Undoing parent tag remove now properly undoable: #4047 - - Problem was that when a photo was detached from a Tag, that might - result in numerous - detaches from other Tags (namely, children of the parent being - removed). These need to be - stored (and proxied) in the TagUntagCommand. - - Note that I also noticed some proxy problems in DeleteTag, and I've - made some changes there - as well. - -M src/Commands.vala -M src/Tag.vala -M src/core/DataSource.vala - -commit a2081535bf8f4caef09ba9f8e3cf05b8dd30a129 -Author: Lucas Beeler -Date: Wed Aug 31 13:52:16 2011 -0700 - - Closes #4033. - -M src/Tag.vala - -commit 1a5612b6e4557c85d07439c3a0a442ab397011dc -Author: Clint Rogers -Date: Wed Aug 31 12:03:44 2011 -0700 - - Closes #3887, causes the editing host page to use the dimensions of - the photo whenever possible, preventing the unwanted scaling. - -M src/PhotoPage.vala - -commit 08756db9fe0573eb7c294124191fc58c867e2aa4 -Author: Lucas Beeler -Date: Tue Aug 30 19:20:36 2011 -0700 - - Corrects an issue in which the tag move operation (drag-and-drop) - didn't take the number of child tag attachments for a given soure - into account. Closes #4044. - -M src/Commands.vala -M src/Tag.vala - -commit 68c932d4df50c12f0044ba1787213943ac9fa66d -Author: Eric Gregory -Date: Tue Aug 30 18:32:48 2011 -0700 - - 4065 default developer set on all photos upon import - -M src/BatchImport.vala -M src/camera/ImportPage.vala - -commit 53f8e47fdb86911684e24d23ab40783baf10f11d -Author: Eric Gregory -Date: Tue Aug 30 18:28:07 2011 -0700 - - 4063 opening a raw photo in single photo mode executes an undoable - command - -M src/MediaPage.vala -M src/PhotoPage.vala - -commit 28096e56f615c1c3e8a38487c046e36cc9ae91fc -Author: Lucas Beeler -Date: Tue Aug 30 18:16:07 2011 -0700 - - Dragging a tag onto itself is now a no-op. Closes #4036. - -M src/Commands.vala -M src/tags/Branch.vala - -commit 89a41b017af098677f77ec83e940ce3d91b2ce2e -Author: Lucas Beeler -Date: Tue Aug 30 18:01:12 2011 -0700 - - Makes dragging a tag to its parent a no-op. Closes #4035. - -M src/Commands.vala -M src/tags/Branch.vala - -commit f12f7b1db6c347cf7315cea526b157f5e75d134f -Author: Lucas Beeler -Date: Tue Aug 30 17:41:30 2011 -0700 - - Disallows dragging a parent tag onto one of its children; closes - #4045. - -M src/Commands.vala - -commit eb247af89fad6c742b714a2ff50df60e45cc42d8 -Author: Lucas Beeler -Date: Tue Aug 30 16:45:18 2011 -0700 - - Makes the Tags grouping a proper drop source. Closes #4046. - -M src/sidebar/Tree.vala -M src/tags/Branch.vala - -commit 8670e10bbc8be710d8ddc9604b0bf3eacb8455bb -Author: Eric Gregory -Date: Tue Aug 30 12:22:27 2011 -0700 - - 4037 subtags and top-level tags can't have the same name - -M src/Commands.vala -M src/Tag.vala -M src/tags/Branch.vala - -commit a47ce93aff7b1a171f2918e435726bb15f3f793e -Author: Eric Gregory -Date: Tue Aug 30 12:14:20 2011 -0700 - - 4038 don't prompt when deleting empty tag - -M src/Dialogs.vala - -commit a900c2388a0211948ef8b2d8f8d103f1e253c021 -Author: Jim Nelson -Date: Mon Aug 29 19:40:36 2011 -0700 - - Moving tag in heirarchy now undoable: #4034 - - Problem was due to reparenting tag Command being executed but not - added to the - CommandManager stack. - - Note that this does not fix #4039, which Adam thought it might. - -M src/tags/Branch.vala - -commit 619818ebb71b9f85a64b4227b0e3f1bac0ba7f31 -Author: Clint Rogers -Date: Mon Aug 29 15:51:12 2011 -0700 - - Closes #4052 (text change to German) - -M po/shotwell-core/de.po - -commit 433f52f5ba7014c7720e0d936c7272a87152f1f2 -Author: Clint Rogers -Date: Wed Aug 24 12:14:24 2011 -0700 - - Fixes _part_ of 3887 by filling the entire background, rather than - just the part beneath the image. - - The unrequested resize issue will be broken out into a separate - ticket. - -M src/EditingTools.vala - -commit 3caa65a166eac7cad8920163ed47aaaadf1e0131 -Author: Eric Gregory -Date: Tue Aug 23 15:06:40 2011 -0700 - - added max valac version, +trunk to version - -M Makefile - -commit e4c3c107974dfbd6a8f9730c6d82bc868776ae81 -Author: Jonas Bushart -Date: Tue Aug 23 13:48:27 2011 -0700 - - Adds the ability for Shotwell to interoperate with the Ubuntu Unity - launcher progress bar. Closes #3992. - -M Makefile -M configure -M src/library/LibraryWindow.vala - -commit 673745271e5aaa5698da4acef1420323f728526c -Author: Eric Gregory -Date: Tue Aug 23 13:16:06 2011 -0700 - - 0.11.0 commit - -M Makefile -M NEWS -M debian/changelog - -commit 3af94b9b7537b867703b822ea4511ed6a4d1d3c4 -Author: Eric Gregory -Date: Mon Aug 22 19:57:41 2011 -0700 - - 4012 Search filter bar on import page displays photo button as - ungreyed when only RAW is present - -M src/camera/ImportPage.vala - -commit 4e81748b79bc35559f64d1755470e06c5919abb2 -Author: Lucas Beeler -Date: Mon Aug 22 19:46:39 2011 -0700 - - Fixes an issue in which the Catalan translation used an invalid - format specifier in its date format string. Closes #3943. - -M po/shotwell-core/ca.po - -commit effe08c78d7478b5b3422b04b5c6d47f42bfc92d -Author: Lucas Beeler -Date: Mon Aug 22 19:33:49 2011 -0700 - - Updates language translation files for the Shotwell Extra Plugins. All - translation files versioned at 0.11.0. - -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/shotwell-extras.pot -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po - -commit 8851d4039e0729292acb3f9a4f97493799afae9c -Author: Eric Gregory -Date: Mon Aug 22 19:12:34 2011 -0700 - - 3968 further enhancements to monitoring raw files - -M src/Photo.vala - -commit 754e46fa1254bfd84652727eb2ca60fe01ebdf90 -Author: Eric Gregory -Date: Mon Aug 22 18:35:53 2011 -0700 - - 4011 when RAW deleted, delete the +JPEG - -M src/Photo.vala - -commit 9907fd50016943b57275b6b011f075eb2c2d010d -Author: Eric Gregory -Date: Mon Aug 22 18:33:40 2011 -0700 - - 3974 indicate RAW+JPEG in basic info pane - -M src/Properties.vala - -commit 028a7e37d814205d0191ba8178948158c17e6ce4 -Author: Lucas Beeler -Date: Mon Aug 22 18:25:08 2011 -0700 - - Fixed an issue with the updated Slovenian translation that caused - msgfmt to yarf. - -M po/shotwell-core/sl.po - -commit d036170b303bd12683d19306e60d0f21219cc63c -Author: Lucas Beeler -Date: Mon Aug 22 18:17:44 2011 -0700 - - Updates all language translations for Shotwell Core. Translation - files are versioned at 0.11.0 - -C086 po/shotwell-core/shotwell.pot po/shotwell-core/af.po -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/shotwell.pot -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/te.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/sl.po - -commit e32e0e69688f96172dfe13bd75fbc7703777ec35 -Author: clinton -Date: Mon Aug 22 17:23:48 2011 -0700 - - Closes #4004, makes text more explicit about the fact that %d and - %m will produce day or month numbers with leading zeros. - -M help/C/other-files.page - -commit 34708315088f2061de103f95ae991f2a1a8f19aa -Author: Lucas Beeler -Date: Mon Aug 22 16:34:32 2011 -0700 - - Fixed an issue in which some UI files were not included in the - distribution packages produced by "make dist." - -M Makefile - -commit 340a84c9dbf4465814884b72287dafdfca2af115 -Author: Lucas Beeler -Date: Mon Aug 22 16:15:16 2011 -0700 - - Fixes an issue where some persistent publishing settings - weren't saved. In fact, before this fix was applied, none of the - shotwell-extras publishers were able to persist their settings - at all. This issue was a side-effect of our GConf to GSettings - migration. Closes #4006 and #3972. - -M misc/org.yorba.shotwell.gschema.xml -M src/config/GSettingsEngine.vala - -commit 1f871b4bdfb73a53d9442655c2fde019df62d324 -Author: Clint Rogers -Date: Mon Aug 22 14:32:06 2011 -0700 - - Closes #4009, corrects some outdated URLs in Resources.vala. - -M src/Resources.vala - -commit 03cf63e9f7f0e4eed3c64036ade1bd2454146279 -Author: Eric Gregory -Date: Mon Aug 22 13:56:42 2011 -0700 - - 3968 library monitor now works with RAW+JPEG - -M src/BatchImport.vala -M src/Photo.vala -M src/PhotoMonitor.vala - -commit 696273c45a8f8f3f0d6f8ec9fe3b320ae091ad2c -Author: Jonas Bushart -Date: Mon Aug 22 13:44:14 2011 -0700 - - Closes #3964, adds information about new features and supported - image types. - -M help/C/edit-adjustments.page -M help/C/edit-crop.page -M help/C/edit-enhance.page -M help/C/edit-external.page -M help/C/edit-nondestructive.page -M help/C/edit-redeye.page -M help/C/edit-rotate.page -M help/C/edit-time-date.page -M help/C/edit-undo.page -M help/C/formats.page -M help/C/import-camera.page -M help/C/import-f-spot.page -M help/C/import-file.page -M help/C/import-memorycard.page -M help/C/organize-event.page -M help/C/organize-flag.page -M help/C/organize-rating.page -M help/C/organize-remove.page -M help/C/organize-search.page -M help/C/organize-tag.page -M help/C/organize-title.page -M help/C/other-files.page -M help/C/other-missing.page -M help/C/other-multiple.page -M help/C/other-plugins.page -M help/C/running.page -M help/C/share-background.page -M help/C/share-export.page -M help/C/share-print.page -M help/C/share-send.page -M help/C/share-slideshow.page -M help/C/share-upload.page -M help/C/view-displaying.page -M help/C/view-information.page -M help/C/view-sidebar.page - -commit 4e08d96091b047636b5d1585c7921d06f33d1427 -Author: Jonas Bushart -Date: Mon Aug 22 12:19:21 2011 -0700 - - Changes the way sensitivity is determined for the "Export metadata" - option in the export dialog. Closes #3988. - -M src/Dialogs.vala - -commit 36431384ed296c71923a0e3046be70df1e73fbac -Author: Valentín Barros -Date: Mon Aug 22 12:09:50 2011 -0700 - - Fixes a problem in which an event sort order changed signal wasn't - being fired by the HybridConfigurationEngine. Fixes #3979. - -M src/config/HybridEngine.vala - -commit 2111b2e46324e12511143b6a1683dc71e1be3451 -Merge: 949612a6 8303d2cb -Author: Clint Rogers -Date: Mon Aug 22 12:08:40 2011 -0700 - - Merge branch 'master' of ssh://git.yorba.org/git/shotwell - -commit 949612a6412c217b8ad62a4a2e1c0c6fc018634b -Author: Clint Rogers -Date: Mon Aug 22 12:08:00 2011 -0700 - - Closes #3275 by inserting an 8-pixel spacer between the rightmost - edge of the zoom tool and the edge of the window. - -M src/MediaPage.vala -M src/Properties.vala -M src/Resources.vala - -commit 8303d2cbaf952203521f1de721881f0bb218cc38 -Author: Evgeniy Polyakov -Date: Mon Aug 22 12:02:18 2011 -0700 - - Fixes an issue where the Yandex.Fotki publishing plugin didn't - properly extract a session auth token. - -M plugins/shotwell-publishing-extras/YandexPublishing.vala - -commit 651aa27834150c8c737f830f96ade4289f3ad47a -Author: Clint Rogers -Date: Sun Aug 21 16:15:35 2011 -0700 - - Closes 3946 by moving the adjustment definition to before the hscale - gets created. - -M ui/set_background_dialog.glade - -commit 66bc749975d2ee1b84ea0a29390e5352043892f5 -Author: Jim Nelson -Date: Sun Aug 21 12:23:52 2011 +0200 - - RAW developer settings stored in wrong gsettings path: #3967 - - This moves the RAW developer settings from the .ui path to the .files - path in gsettings, which mimics where it was stored in GConf. - -M misc/org.yorba.shotwell.gschema.xml -M misc/shotwell.convert -M src/config/GSettingsEngine.vala - -commit 05df37d1e68f9e2f67846558d6d6f798018c64bd -Author: Lucas Beeler -Date: Sat Aug 20 17:50:11 2011 -0700 - - Closes #4005. - -M src/Tag.vala -M src/searches/SearchBoolean.vala - -commit 89d83a902fce77ab8ccd3811966003ed8f2b755d -Author: Clint Oneiric Sandbox -Date: Fri Aug 19 18:36:43 2011 -0700 - - Addresses #3921, temporarily disables the 'face' feature. - -M src/Commands.vala -M src/Dialogs.vala -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/SearchFilter.vala -M src/db/FaceLocationTable.vala -M src/faces/Branch.vala -M src/faces/Face.vala -M src/faces/FaceLocation.vala -M src/faces/FacePage.vala -M src/faces/FaceShape.vala -M src/faces/Faces.vala -M src/library/LibraryWindow.vala -M src/main.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala -M src/util/ui.vala -M ui/photo.ui - -commit db96fa343505c4b8e0e5571102a3ea9e8dbb3bdf -Author: Bruno Girin -Date: Thu Aug 18 17:31:56 2011 -0700 - - Adds hierarchical tag support to the Import from F-Spot feature; - closes #3328. - -M src/alien_db/AlienDatabaseImportJob.vala -M src/alien_db/AlienDatabaseTag.vala -M src/alien_db/f_spot/FSpotDatabase.vala -M src/alien_db/f_spot/FSpotDatabaseTag.vala -M src/alien_db/f_spot/FSpotTagsTable.vala -M src/tags/HierarchicalTagUtilities.vala - -commit d370f7e1e1e213c149186fa22bb9e6bda8de0148 -Author: Lucas Beeler -Date: Thu Aug 18 15:57:35 2011 -0700 - - Fixes an issue where undoing an "Add Tags" operation would leave an - orphan tag in the sidebar. Closes #3947. - -M src/Commands.vala - -commit 57951cd1d510455d2abb7fbc8a74eddfb435b506 -Author: Lucas Beeler -Date: Thu Aug 18 14:06:27 2011 -0700 - - Removes a diagnostic warning that is now superfluous given the change - in the tag data model introduced with HTags. Closes #3954. - -M src/Tag.vala - -commit d4924552eebbb2fb190014b04954a0c4f1aeb3f6 -Author: clinton -Date: Thu Aug 18 14:00:49 2011 -0700 - - Closes 3999; removed debian/control.maverick as Ubuntu 10.10 is no - longer officially supported. - -D debian/control.maverick - -commit 886b037ebe68165729cd55774f71edf29b9ab5c8 -Author: clinton -Date: Thu Aug 18 12:48:07 2011 -0700 - - Removes reference to library we don't actually use in the app anymore. - -M debian/control -M debian/control.maverick -M plugins/shotwell-publishing-extras/Makefile - -commit 610ae19c0ccd241baeb3ec5efd1fdd853fdd4ea9 -Author: Lucas Beeler -Date: Wed Aug 17 16:56:18 2011 -0700 - - Fixes a critical problem where running hierarchical tags-enabled - builds of Shotwell with older libraries having tags whose named - contained slash characters caused a crash. Closes #3993. - -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/TagTable.vala - -commit 4e66683420a61e68b6719b413d2b7361d3f310e3 -Author: Eric Gregory -Date: Wed Aug 17 12:58:37 2011 -0700 - - 3966 assertion on default sidebar context menu - -M src/sidebar/Tree.vala -A ui/sidebar_default_context.ui - -commit b24548bbc8b7648fcf913ae8dc8d90e4f52e7479 -Author: Lucas Beeler -Date: Tue Aug 16 12:46:42 2011 -0700 - - Allows drag-n-drop of tags in the sidebar. Closes #3913. - -M src/Commands.vala -M src/events/Branch.vala -M src/library/FlaggedBranch.vala -M src/library/LibraryWindow.vala -M src/library/TrashBranch.vala -M src/sidebar/Entry.vala -M src/sidebar/Tree.vala -M src/tags/Branch.vala - -commit e82be9b77216f944e23c532764d44f5e0c964466 -Author: Jim Nelson -Date: Sat Aug 13 11:37:15 2011 +0200 - - Removed debug message from GConf -> gsettings conversion that was - printing at each execution. - -M src/config/GConfEngine.vala - -commit 4d039f74b7769a4dd273c6512597019e2336ee03 -Author: Jim Nelson -Date: Fri Aug 12 14:36:21 2011 +0200 - - GConf to gsettings conversion: #3785 - - This code will use gsettings-data-convert to move the user's GConf - settings to gsettings when Shotwell executes. It searches through - gsettings-data-convert's keyfile to see if Shotwell's settings have - been converted before spawning the process. - -M Makefile -A misc/org.yorba.shotwell-extras.gschema.xml -M misc/org.yorba.shotwell.gschema.xml -A misc/shotwell.convert -M src/config/GConfEngine.vala -M src/main.vala - -commit 526b579a48363ff02f1168a594961d577d8b3399 -Author: Jonas Bushart -Date: Fri Aug 12 13:39:06 2011 +0200 - - Remember "Hide photos already imported" setting: #3090 - - Persists the "hide photos already imported" checkbox on the camera - import page. Courtesy Jonas Bushart. - -M misc/org.yorba.shotwell.gschema.xml -M misc/shotwell.schemas -M src/camera/ImportPage.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GConfEngine.vala -M src/config/GSettingsEngine.vala - -commit d1845ec2bfaee952969595b893e5895e02dc7191 -Author: Eric Gregory -Date: Wed Aug 10 09:00:34 2011 -0700 - - 3880 Flickr uploads with apostrophe in title - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit cf11262ab96b9a40f39ff7486c4fe9a2284c0ec0 -Author: Lucas Beeler -Date: Wed Aug 10 05:16:59 2011 -0700 - - Eliminates serious problems manipulating HTags through the "Add Tags" - and "Modify Tags" dialog boxes. Closes 3956. - -M src/Commands.vala -M src/Dialogs.vala -M src/MediaPage.vala -M src/Resources.vala -M src/tags/HierarchicalTagIndex.vala - -commit 389fcdb2cecdb1d053798c897e9f12e9590dbb7d -Author: Eric Gregory -Date: Wed Aug 10 04:01:12 2011 -0700 - - 3671 (part 3) correction to pkg-config name of gstreamer-pbutils - -M Makefile - -commit 8729525fe62c0d429ba138360879e2d6a7db9823 -Author: Eric Gregory -Date: Wed Aug 10 02:35:31 2011 -0700 - - 3671 (part 2) fixed packaging issue related to Gst.Discoverer - -M Makefile -M debian/control - -commit bb4ed7d5029a52b3c70ecb7f0ff637097666ff03 -Author: Eric Gregory -Date: Tue Aug 9 06:52:49 2011 -0700 - - 3927 moved video re-thumbnailing to background thread in video monitor - -M src/VideoMonitor.vala - -commit f2854d7c0f5fb88fc61e950eb3acb12e76b404aa -Author: Eric Gregory -Date: Tue Aug 9 06:38:53 2011 -0700 - - 3941 added "hybrid" configuration system - -M Makefile -M configure -M src/config/Config.vala -M src/config/GConfEngine.vala -A src/config/HybridEngine.vala -M src/config/mk/config.mk - -commit f608c2d9c1afebebb731f3227302a7848815140b -Author: Eric Gregory -Date: Tue Aug 9 03:31:09 2011 -0700 - - 3671 Video date using Gst.Discoverer - - Gets a video date from GStreamer when we can't get a timestamp - ourselves - Adds new GStreamer dependency - -M Makefile -M debian/control -M src/LibraryFiles.vala -M src/VideoSupport.vala - -commit d43b4b975daee06af0d226978d30a00d3d4f16df -Author: Lucas Beeler -Date: Mon Aug 8 04:56:57 2011 -0700 - - Closes 3939. Fixes an extremely subtle database bug related to HTags. - -M src/Tag.vala -M src/core/DataSource.vala - -commit 3c5c34382f1ae39ccf2839fb45d6c23500f3c316 -Author: Eric Gregory -Date: Sun Aug 7 08:48:19 2011 -0700 - - 3931 Tags in sidebar has context menu to create a new top-level tag - -M src/Commands.vala -M src/Tag.vala -M src/searches/Branch.vala -M src/sidebar/Tree.vala -M src/tags/Branch.vala -R066 ui/sidebar_default.ui ui/search_sidebar_context.ui -A ui/tag_sidebar_context.ui - -commit 103df9f12e413306bece0f0a8bc9cc06e43e4ae1 -Author: Eric Gregory -Date: Sun Aug 7 07:02:09 2011 -0700 - - 3928 and 3929 Video thumbnail length gibberish when no codec installed - - Now it's no longer shown. Additionally, the video length is corrected - when the codec gets installed. - -M src/VideoSupport.vala - -commit f03c2ae2828fb95b370f4f9423c838c059f23e46 -Author: Eric Gregory -Date: Sun Aug 7 06:59:24 2011 -0700 - - 3907 When duplicating photo, duplicate Faces - -M src/Photo.vala - -commit 7f1110ccead2935397536ba165fc5ec791ef02bc -Author: Eric Gregory -Date: Sun Aug 7 06:49:07 2011 -0700 - - 3904 Delete RAW+JPEG pair when deleting from a camera after import. - -M src/camera/ImportPage.vala - -commit 94b7f1d8b692cdd92959cf563733cd5cbd440208 -Author: Valentín Barros -Date: Fri Aug 5 11:49:01 2011 +0200 - - Click-in-region to edit Faces is broken under Unity: #3896 - - This works around a Unity bug where the leave_notify_event is fired - when the mouse pointer is still over the region. The work around - is to verify the mouse has indeed left the window before processing. - Courtesy Valentin Barros. - -M src/EditingTools.vala -M src/util/ui.vala - -commit 8c2aaf7d04330d03a77ba1475b84745c622c6d16 -Author: Lucas Beeler -Date: Wed Aug 3 18:52:32 2011 -0700 - - Generated new POT files for the upcoming Shotwell 0.11 release. - These POT files are versioned "Shotwell-0.10.90+trunk," indicating - their anticipation of the Shotwell 0.11 release. The version number - in the Makefile has also been updated to Shotwell-0.10.90+trunk. - -M Makefile -M po/shotwell-core/shotwell.pot -M po/shotwell-extras/shotwell-extras.pot - -commit 4589998095aa22e0bb9b9f85a9ba17cc4d9e159e -Author: Lucas Beeler -Date: Tue Aug 2 19:30:42 2011 -0700 - - Implements basic hierarchical tag support. Closes #1401. - -M src/Commands.vala -M src/Dialogs.vala -M src/Photo.vala -M src/Properties.vala -M src/Resources.vala -M src/Tag.vala -M src/alien_db/AlienDatabaseImportJob.vala -M src/events/Branch.vala -M src/library/LibraryWindow.vala -M src/photos/PhotoMetadata.vala -M src/sidebar/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala -M src/tags/Branch.vala -A src/tags/HierarchicalTagIndex.vala -A src/tags/HierarchicalTagUtilities.vala -M src/tags/TagPage.vala -M src/tags/mk/tags.mk -M ui/tags.ui - -commit b6e52a2eeb2a1139e8171134b6a24e5eb1d785b8 -Author: Eric Gregory -Date: Tue Aug 2 18:08:00 2011 -0700 - - 3900 Faces support in find toolbar - -M src/SearchFilter.vala - -commit 0bb3007fe4c39ae20a5a6c9c8b357c12e6404eea -Author: Eric Gregory -Date: Tue Aug 2 15:49:22 2011 -0700 - - 3899 faces in saved search - -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit d7395b08d79d384463a43257bf663f7907fa65cb -Author: Mike Auty -Date: Mon Aug 1 19:33:42 2011 -0700 - - libraw-config not checking pkg-config correctly: #3901 - - Goof in the libraw-config script wasn't calling pkg-config correctly. - Thanks to Mike Auty - for catching and fixing this. - -M libraw-config - -commit 9373d88426be8c2985bdd048c6e707265cf50dc1 -Author: Eric Gregory -Date: Mon Aug 1 13:09:24 2011 -0700 - - 2293 re-thumbnail videos when GStreamer cookie changes - - This fix: - * Forces VideoMonitor to redo video thumbnails when the GStreamer - cookie changes - * Fixes a translatable string "todo" - * Removes an unnecessary call to Video.init() - * Provides a workaround for newly-discovered Vala bug #655594 - -M src/MediaMonitor.vala -M src/VideoMonitor.vala -M src/VideoSupport.vala -M src/main.vala - -commit 5e0d8e0c91dd71013da7cb2ac099a3a8e60eb76b -Author: Eric Gregory -Date: Mon Aug 1 12:56:27 2011 -0700 - - Added Timo Westkämper to THANKS file - -M THANKS - -commit 11fa4e9d2af6c50dd7cb217bc541e7f8e3ab0fd9 -Author: Eric Gregory -Date: Mon Aug 1 12:50:19 2011 -0700 - - 1304 Shadows under photos. Contributed by Timo Westkämper - -M src/CheckerboardLayout.vala -M src/config/Config.vala -M src/events/EventDirectoryItem.vala - -commit 3ffdfc87cdd3a4d3c62ab2f8ec90041001e987eb -Author: Eric Gregory -Date: Fri Jul 29 18:59:25 2011 -0700 - - 3785 escape pango text in sidebar - - This escapes text in a couple important places in the sidebar. It - also escapes text in the dialogs that appear when you right-click - on certain sidebar entries and hit "delete." - -M src/Dialogs.vala -M src/sidebar/Tree.vala - -commit c792dda6ba81ae3f0b7565e035f07b740fe08dc1 -Author: Valentín Barros -Date: Fri Jul 29 14:27:48 2011 -0700 - - Implements faces/people management in Shotwell. Closes #3894. Many - THANKS to our GSoC student Valentin Barros! - -M THANKS -A icons/faces-tool.png -A icons/many-faces.png -A icons/one-face.png -M src/Commands.vala -M src/Dialogs.vala -M src/EditingTools.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -A src/db/FaceLocationTable.vala -A src/db/FaceTable.vala -M src/db/mk/db.mk -A src/faces/Branch.vala -A src/faces/Face.vala -A src/faces/FaceLocation.vala -A src/faces/FacePage.vala -A src/faces/FaceShape.vala -A src/faces/Faces.vala -C080 src/db/mk/db.mk src/faces/mk/faces.mk -M src/library/LibraryWindow.vala -M src/library/mk/library.mk -M src/main.vala -M ui/collection.ui -A ui/faces.ui -M ui/media.ui -M ui/photo.ui -M units.mk - -commit 68b09bca38304184e34c61134dd282ea578338a8 -Author: Eric Gregory -Date: Fri Jul 29 13:05:35 2011 -0700 - - 1502 deadlock in slideshow fix - - This eliminates a deadlock in BackgroundJob and moves the - next/previous controls into SinglePhotoPage along with the hacky - fix we have for when the user holds down the next/prev key. - - This does uncover two more issues, which I've filed tickets for. - 1. The hacky fix is entirely time-dependent. On a slow enough computer - it won't work. Ticket #3892 - 2. Slideshow transitions shouldn't be occurring when I use - next/prev. It should just jump to the next photo asap. Ticket #3891 - -M src/Page.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/SlideshowPage.vala -M src/threads/BackgroundJob.vala - -commit 3d33f199b659f971dbc860d36ab175e2ddb01668 -Author: Jonas Bushart -Date: Tue Jul 26 18:02:19 2011 -0700 - - Uses the plugin's service id instead of its name when storing the - last used publishing plugin to the configuration system. - Closes #3254. - -M src/publishing/PublishingUI.vala - -commit 5cde344182a8253019114ac8515a9eb28f428099 -Author: Jonas Bushart -Date: Tue Jul 26 17:17:37 2011 -0700 - - Closes #2556 - Allows metadata to be optionally stripped when photos are exported - from Shotwell. - -M THANKS -M src/CollectionPage.vala -M src/Dialogs.vala -M src/Exporter.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/publishing/APIGlue.vala - -commit d2da162b92ed56890a8288c48a549470b0d55b91 -Author: Valentin David -Date: Tue Jul 26 16:12:22 2011 -0700 - - Problems with libraw 0.13.6 and 0.13.7: #3868 - - Newer versions of libraw aren't initializing an out variable before - returning. Switching to - ref solves the problem. Courtesy Valentin David. - -M src/photos/GRaw.vala -M vapi/libraw.vapi - -commit 9612279d03613511092e39f033e63a50d5337b62 -Author: Eric Gregory -Date: Mon Jul 25 14:02:01 2011 -0700 - - 3866 fixed zoom in direct edit mode - -M src/Photo.vala -M src/db/PhotoTable.vala - -commit b161824c16e6f6bd9dc7fa34aee54557513ef426 -Author: Eric Gregory -Date: Fri Jul 22 12:21:27 2011 -0700 - - 3085 photo button in filter bar now excludes RAWs - -M src/MediaViewTracker.vala -M src/SearchFilter.vala -M src/camera/ImportPage.vala - -commit 4af327a5b6178f3b58b7dbb041b27923a0a919e5 -Author: Eric Gregory -Date: Wed Jul 20 16:53:35 2011 -0700 - - 3621 Enter key closes editing dialogs - - This adds handling for the Enter key in editing dialogs. For crop - and adjust, enter means OK. For redeye, enter is the same as close. - -M src/EditingTools.vala - -commit 94a2c11f22e66e7782b8e3a8fec7f5e889e68b1e -Author: Eric Gregory -Date: Wed Jul 20 14:35:17 2011 -0700 - - 3837 delete mimics on upgrade - - Adds a new Upgrades system - -M Makefile -M src/Photo.vala -A src/Upgrades.vala -M src/library/LibraryWindow.vala -M src/main.vala -M src/photos/PhotoFileFormat.vala -M src/photos/RawSupport.vala -M src/util/file.vala - -commit df5c1aaa72fa2028f3573cf01eddbd34f21a2a53 -Author: Eric Gregory -Date: Mon Jul 18 15:21:53 2011 -0700 - - 3842 orientation fixes for direct mode - - Fixes not one but TWO cases where photos appear rotated in direct - mode. One is a simple "stomping on values" problem, the other is - a more subtle race condition that only appears if you click fast - enough when Shotwell loads. - -M src/Photo.vala -M src/PixbufCache.vala - -commit 5a317eac52c86f7fc5a843befd7a228cd96c8468 -Author: Eric Gregory -Date: Thu Jul 14 16:23:21 2011 -0700 - - 3427 timezone correction for import folder - -M src/AppDirs.vala - -commit 705e641cc789a0d868f6d0a8892873db86b42a9f -Author: Eric Gregory -Date: Thu Jul 14 16:15:48 2011 -0700 - - 3836 Show original now works with RAW - - Previously, the Shotwell developed photo would always be shown - when pressing shift in single photo mode. Now it will display the - selected development. - -M src/Photo.vala -M src/PhotoPage.vala - -commit 371debeb6eee402db02babb0026ab5c18d68555b -Author: Eric Gregory -Date: Wed Jul 13 17:52:57 2011 -0700 - - 3838 Default RAW developer preference. - - Newly imported RAW photos are set to the developer set in the - preferences dialog. - -M misc/org.yorba.shotwell.gschema.xml -M src/BatchImport.vala -M src/Dialogs.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/camera/ImportPage.vala -M src/config/ConfigurationInterfaces.vala -M src/config/GConfEngine.vala -M src/config/GSettingsEngine.vala -M ui/shotwell.glade - -commit d7a9bd2df589b365a71beb15aa77e8e13b73bc2b -Author: Clint Rogers -Date: Wed Jul 13 13:32:52 2011 -0700 - - Adds protection against GDK errors by forcing the crop region's - boundaries to be inside the image's boundaries. - - (The crop box has to move when an image is straightened, and, - under pathological - circumstances, one or more corners could end up outside the pixbuf; - this forces the sub- - pixbuf region we get after cropping to be fully within the image.) - -M src/Photo.vala - -commit 5a3db2debb4d0f82568f92991f3599319008b986 -Author: Clint Rogers -Date: Tue Jul 12 13:16:06 2011 -0700 - - Closes 3840 by adding a range check to stop us from writing outside - the pixel array. - -M src/Photo.vala - -commit 73ea98a567fb9ac8b5d1f2ed69e27227bda3b8ba -Author: Eric Gregory -Date: Mon Jul 11 18:27:59 2011 -0700 - - 3663 Simplified tag and search sidebar context menues - - This simplifies the sidebar context menus for saved searches and tags. - But it does oh-so-much-more! It also removes a few translated strings - that were not being used, and flips the order of the two options in - the tag sidebar context menu so that Rename is before Delete to be - more consistent with other parts of Shotwell. - -M src/Commands.vala -M src/Resources.vala -M src/searches/SavedSearchPage.vala -M src/tags/TagPage.vala -M ui/tags.ui - -commit 5a95d4adc50e9ba082c3065605e0adf7c74ab3ab -Author: Eric Gregory -Date: Mon Jul 11 18:25:26 2011 -0700 - - adding valencia prefs to gitignore - -M .gitignore - -commit 5cd3ad9cfbafc21943566b93763059f0670c1a08 -Author: Eric Gregory -Date: Mon Jul 11 13:10:16 2011 -0700 - - 3730 selectable RAW developer - - This adds the ability to switch between Shotwell developed RAW images - and camera developed RAW images. It will automatically group newly - imported RAW+JPEG pairs, using the JPEG as the camera developed - image when available. - -M Makefile -M src/BatchImport.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/MediaDataRepresentation.vala -M src/MediaPage.vala -D src/MimicManager.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoMonitor.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Properties.vala -M src/ThumbnailCache.vala -M src/alien_db/AlienDatabaseImportJob.vala -M src/camera/ImportPage.vala -M src/db/DatabaseTable.vala -M src/db/Db.vala -M src/db/PhotoTable.vala -M src/library/LibraryWindow.vala -M src/photos/RawSupport.vala -M ui/media.ui -M ui/photo.ui - -commit 2ee9167ca480cb610e953d50d1123320c587238b -Author: Lucas Beeler -Date: Mon Jul 11 13:02:14 2011 -0700 - - Fixes an issue introduced by commit - e00236c79ff42b1e6cd7da627fc0c88c3cb97d55 in which Shotwell would - build with Vala 0.12.1 but not with Vala 0.12.0 - -M src/config/GConfEngine.vala - -commit e00236c79ff42b1e6cd7da627fc0c88c3cb97d55 -Author: Lucas Stephen Beeler -Date: Mon Jul 11 12:16:31 2011 -0700 - - Closes #3833. - Fixed a mismatch between null strings and empty strings in the - configuration subsystem that caused setting a custom directory path - to fail. - -M src/config/ConfigurationInterfaces.vala -M src/config/GConfEngine.vala -M src/config/GSettingsEngine.vala - -commit 23e510a354d8b56ff9a7726160db417347b42fa4 -Author: Eric Gregory -Date: Thu Jul 7 19:05:20 2011 -0700 - - 3755 crash while deleting last photo in fullscreen mode - -M src/AppWindow.vala -M src/PhotoPage.vala - -commit 0f7975db1e372b6dcc85aa2b6a69b4deb0f165ac -Author: Eric Gregory -Date: Thu Jul 7 19:03:51 2011 -0700 - - 3743 crash on startup when two events have the same name - -M src/events/Branch.vala - -commit 49da369cb1cf579ffb25da9eb87cd487425c8323 -Author: Eric Gregory -Date: Thu Jul 7 15:36:55 2011 -0700 - - 3637 fixes assertion in fullscreen mode when pressing enter - - This takes care of an assertion in full screen mode. All you have - to do to hit this is go to full screen, hit Enter and then change - to another photo (left, right, etc.) - - Why did this happen? Well the LibraryPhotoPage interprets "Escape" - and "Enter" as going back to the collection. FullscreenWindow - overrides Escape to mean leaving the full screen view; but it didn't - handle Enter. So what you were left with is a full screen view of - your photo with no LibraryPhotoPage underneath. - -M src/PhotoPage.vala - -commit 54497120c8c651a922a1cf9cc90743f68100a025 -Author: Eric Gregory -Date: Thu Jul 7 12:05:35 2011 -0700 - - 3787 segmentation fault on tags selection from sidebar - -M src/core/DataSet.vala - -commit 8332df4e2721c3b2b3e620a6ba2487e450518899 -Author: Eric Gregory -Date: Tue Jun 28 12:31:13 2011 -0700 - - 3736 direct view ordering fix - - Mirroring now respects the comparator, additionally the view type - must be set to DirectView. - -M src/PhotoPage.vala -M src/core/DataCollection.vala -M src/core/DataSet.vala -M src/core/ViewCollection.vala -M src/direct/DirectPhotoPage.vala - -commit 8ab28b0c3cad6acc0da26390bd5d3cce7e4b77b8 -Author: Evgeniy Polyakov -Date: Mon Jun 27 12:35:03 2011 -0700 - - Closes #3731. - Allows full-size uploads to Yandex.Fotki. - -M plugins/shotwell-publishing-extras/YandexPublishing.vala - -commit efe7d92b4d1a177dc29f6c3bb1f23e308c606bc1 -Merge: a30225a8 86624e84 -Author: Clint Rogers -Date: Fri Jun 24 13:05:38 2011 -0700 - - Merge branch 'master' of ssh://yorba.org/git/shotwell - -commit a30225a87b3cc9ecd0943e88789cbf766d22d797 -Author: Clint Rogers -Date: Fri Jun 24 13:04:33 2011 -0700 - - 3667 - Adds ability to rotate an image by an arbitrary amount to - the pipeline. - -M src/Commands.vala -M src/Photo.vala -M src/Resources.vala -M src/core/util.vala -M src/util/image.vala - -commit 86624e84884233f4ea2909bb82c082b13e5bcd59 -Author: Eric Gregory -Date: Fri Jun 24 13:04:05 2011 -0700 - - 3529 "New Search" context menu on search branch - - ContextableEntry is refactored to Contextable so that context menus - can be added to branches. - -M src/searches/Branch.vala -M src/sidebar/Branch.vala -M src/sidebar/Entry.vala -M src/sidebar/Tree.vala -M src/sidebar/common.vala - -commit dd3b22b8934b8a5665232f621d901a468628d9cf -Author: Jani Monoses -Date: Mon Jun 20 14:12:33 2011 -0700 - - Closes #3757. - Fixes a plugin linkage problem that occurs on the Oneiric alpha. - -M plugins/Makefile.plugin.mk - -commit c9dfc513f8d26b609a53d8c1d143ed0375d69a5d -Author: Bruno Girin -Date: Mon Jun 20 14:03:22 2011 -0700 - - Closes #3758. - Excludes the compiled GSettings schema file from Git version control. - -M .gitignore - -commit 9571e8044cdee3282776f1b48814adb4eb92ef0e -Author: Lucas Beeler -Date: Fri Jun 17 16:33:50 2011 -0700 - - Fixes a minor Makefile issue introduced by the last commit. Fixes - a regression introduced by the last commit in which the desktop - background wouldn't be properly set on GNOME 3 systems. - -M Makefile -M src/config/GConfEngine.vala -M src/config/GSettingsEngine.vala - -commit 40208a6020af1d3a630769b51f6b2d71b862ae65 -Author: Lucas Beeler -Date: Fri Jun 17 16:00:53 2011 -0700 - - Closes #1958. - Enables use of either GConf or GSettings as a configuration backend. - -M Makefile -M configure -A misc/org.yorba.shotwell.gschema.xml -M src/AppDirs.vala -M src/AppWindow.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -D src/Config.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/MediaDataRepresentation.vala -M src/MediaPage.vala -M src/MetadataWriter.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Printing.vala -M src/SearchFilter.vala -M src/SlideshowPage.vala -M src/VideoSupport.vala -M src/camera/ImportPage.vala -A src/config/Config.vala -A src/config/ConfigurationInterfaces.vala -A src/config/GConfEngine.vala -A src/config/GSettingsEngine.vala -A src/config/mk/config.mk -M src/direct/DirectWindow.vala -M src/events/Branch.vala -M src/events/EventPage.vala -M src/events/EventsDirectoryPage.vala -M src/library/Branch.vala -M src/library/FlaggedPage.vala -M src/library/LastImportPage.vala -M src/library/LibraryWindow.vala -M src/main.vala -M src/plugins/Plugins.vala -M src/plugins/StandardHostInterface.vala -M src/publishing/PublishingUI.vala -M src/searches/SavedSearchPage.vala -M src/tags/TagPage.vala -M units.mk - -commit 4b5feb64dac81a9d68d80b8726ff29d5f8d6da4a -Author: Bruno Girin -Date: Thu Jun 16 13:33:04 2011 -0700 - - Closes #3753. - Fixes an encoding glitch in the Piwigo publishing plugin. Thanks - Bruno! - -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala - -commit 0a9c565d7f2cedc5e880c93a7bff87124abb60b6 -Author: Bruno Girin -Date: Wed Jun 8 14:35:45 2011 -0700 - - Fixes an issue in which Glade resource files needed by the Piwigo - publishing plugin weren't properly installed. Closes #3729. - -M plugins/plugins.mk -M plugins/shotwell-publishing-extras/Makefile - -commit ce0c320a96eabcf7a6ec20386de346aa6712a075 -Author: Eric Gregory -Date: Tue Jun 7 12:19:56 2011 -0700 - - 3716 reverting 3671 - -M Makefile -M debian/control -M src/LibraryFiles.vala -M src/VideoSupport.vala - -commit ccaebfadb9285646efffc8e360a6137b37006296 -Author: Eric Gregory -Date: Mon Jun 6 18:24:15 2011 -0700 - - 3672 fixed opening raw photos in direct mode - - The format needs to be detected upfront; delaying this had unforseen - consequences. Since there's no other place in Shotwell where a - format could change after import, it makes sense just to do it in - the pre-pre-import step for direct mode. - -M src/Photo.vala - -commit 59642db1937703065edb5d65463ff914113e8f99 -Author: clinton -Date: Mon Jun 6 16:28:08 2011 -0700 - - 2154 - Add BMP support. - -A src/photos/BmpSupport.vala -M src/photos/PhotoFileFormat.vala -M src/photos/mk/photos.mk - -commit d9d917e8322e3fbf71fce7a772cef2286cf9c613 -Author: Vera Yin -Date: Fri Jun 3 12:26:49 2011 -0700 - - Corrected translations for any, all, and none. - -M po/shotwell-core/cs.po -M po/shotwell-core/es.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/ja.po -M po/shotwell-core/nb.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ru.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po - -commit d23e03ecbe25afeb4f4a9f2fcf86bc10da9b9694 -Author: Eric Gregory -Date: Thu Jun 2 15:00:55 2011 -0700 - - 3610 saved search by date - -M src/db/SavedSearchDBTable.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit 99dcfc1d175d3544f5de8b3a24fba9ffa245ed43 -Author: Vera Yin -Date: Thu Jun 2 11:43:56 2011 -0700 - - Translation updates. - -M po/shotwell-core/ja.po -M po/shotwell-core/ru.po - -commit 355d87557debd3bd096335e35b7e2e8b161a1e46 -Author: Eric Gregory -Date: Thu Jun 2 11:47:19 2011 -0700 - - 3664 changed criteria to criterion - -M help/C/organize-search.page - -commit 32bedc4e4ce34ec26f8cee65ab03c9aa8b98e2f7 -Author: Clint Rogers -Date: Thu Jun 2 11:32:34 2011 -0700 - - 3683 - Fixes artifacting that used to happen when resizing the window - while the crop tool was open - -M src/EditingTools.vala - -commit ce35d8a63953fbbd5f0b38f07c2be4f0936e56d6 -Author: Lucas Beeler -Date: Thu Jun 2 11:11:48 2011 -0700 - - Fixes an issue in which certain Makefile dependencies weren't checked - prior to building any Shotwell component. - -M Makefile - -commit 491c241c3457f0b8b803c584deec8c1eeeec1cc7 -Author: Eric Gregory -Date: Thu Jun 2 11:04:50 2011 -0700 - - 2059 refresh hide all imported filter when switching back to - camera page - -M src/camera/ImportPage.vala - -commit 31d2d1e44ca202feaecbbc4b3d5dc20f317a5613 -Author: Clint Rogers -Date: Wed Jun 1 14:39:09 2011 -0700 - - 3656 - Prevents crashing by adding protection against drawing or - sampling 0-pixel sized regions (GTK hates these). - -M src/Dimensions.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 1e561d4399c55a46f254724594410bb61114f253 -Author: Eric Gregory -Date: Wed Jun 1 13:26:30 2011 -0700 - - 3671 fall back to date provided by gstreamer for videos - - Also removes the direct calls to the GStreamer pipeline, replacing - it with Gst.Discoverer provided in pbutils - -M Makefile -M debian/control -M src/LibraryFiles.vala -M src/VideoSupport.vala - -commit e4a8ad9b4583e6fda71911c9cbb4a6f1ec7e34a4 -Author: Eric Gregory -Date: Wed Jun 1 13:01:18 2011 -0700 - - 2059 fixes for "hide already imported" on import page - - * ViewCollections can now have multiple ViewFilters. In this case, - the import page has both a search filter and a new filter that just - does hide imported. - * Filename comparisons for video and RAW photos is now case - insensitive, due to the lower-case on import feature. - -M src/Photo.vala -M src/VideoSupport.vala -M src/camera/ImportPage.vala -M src/core/ViewCollection.vala -M src/library/LibraryWindow.vala - -commit 7acd648150e0070c3c0939ee3a4d76146c63598e -Author: clinton -Date: Tue May 31 17:05:50 2011 -0700 - - 3283 - we now get the master pixbuf here instead of the current one - -M src/PhotoPage.vala - -commit 2253bb4e06900e2c213b7a975567cc1b7e1eb488 -Author: Gavrilov Maksim -Date: Tue May 31 16:19:09 2011 -0700 - - Closes #3670. - Modifies "make install" logic to make it compatible with the Gentoo - packaging system. - -M Makefile -M THANKS - -commit a0534741f49b364a0621d888ece44475f15d1d71 -Author: Wolfgang Steitz -Date: Tue May 31 16:11:04 2011 -0700 - - Fixes #2887. - Shotwell's crop tool now allows the crop reticle to pivoted regardless - of the constraint setting. - -M src/EditingTools.vala - -commit 9c024da230a9935493ed8bfcfe884ae2e9742d25 -Author: Bruno Girin -Date: Tue May 31 16:05:55 2011 -0700 - - Closes #3677. - Piwigo publisher now properly persists password between publishing - sessions. - -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala -M -plugins/shotwell-publishing-extras/piwigo_authentication_pane.glade - -commit ec0895b692584fbbba6241658c90505c18153002 -Author: Bruno Girin -Date: Tue May 31 16:02:26 2011 -0700 - - Closes #3676 - Fixes a regression in which a photo's title wasn't properly set when - publishing to a Piwigo server. - -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala - -commit 1ca5a848a66071e5d7a2e6bb47c618042d89f7e6 -Author: Bruno Girin -Date: Tue May 31 15:58:42 2011 -0700 - - Closes #3678. - Ensures Piwigo plugin doesn't attempt to create duplicate categories. - -M plugins/shotwell-publishing-extras/PiwigoPublishing.vala - -commit 852cc53a58b14d165dc0a5b62d46041dd1d8b385 -Author: Bruno Girin -Date: Tue May 31 15:25:06 2011 -0700 - - Fixes an issue in which code and a documenation comment got out of - sync, potentially confusing plugin authors. - -M src/plugins/PublishingInterfaces.vala - -commit 82c3707613e4d3756a5a57d17dc48455d97b83f6 -Author: Eric Gregory -Date: Mon May 30 19:39:36 2011 -0700 - - 3664 documented saved searches - -M help/C/organize-search.page - -commit ca594d072ea29feb6f93ae57a1c47de978f69227 -Author: Eric Gregory -Date: Mon May 30 19:33:29 2011 -0700 - - 3679 fixed crash when two or more cameras have the same name - -M src/camera/Branch.vala - -commit f04d8b921d9bb9e89cfded1bd276987bc75c27df -Author: clinton -Date: Mon May 30 18:52:41 2011 -0700 - - 3618 - makes 'x' come before 'y' when entering custom crop aspect - ratio - -M src/EditingTools.vala - -commit e4cec3dfd6ccf357f1c1b66bc338a5cbfa633f4a -Author: Eric Gregory -Date: Thu May 26 16:49:38 2011 -0700 - - 0.10.0+trunk version - -M Makefile - -commit 8d39a139b7f9fdea1dfa3dc266884528706eb6bc -Merge: 6b8e5dae 80750b13 -Author: Eric Gregory -Date: Thu May 26 16:44:50 2011 -0700 - - Merge branch 'shotwell-0.10' - -commit 80750b133c1bbdcae736eab0d0793996c0296d6d -Author: Eric Gregory -Date: Thu May 26 16:31:15 2011 -0700 - - branch version (0.10.0+branch) - -M Makefile - -commit cb709d6f8c6b1993acc4e74da7913f5fef1f2f4b -Author: Eric Gregory -Date: Thu May 26 15:39:51 2011 -0700 - - shotwell 0.10 release - -M Makefile -M NEWS -M debian/changelog -M debian/control -C100 debian/control debian/control.maverick - -commit 3829a468278f57f0d66112879cc2c01490d519f1 -Author: clinton -Date: Wed May 25 13:48:04 2011 -0700 - - 3548 - Adds a sanity check query and automatic backup copying for - photo.db - -M src/db/DatabaseTable.vala -M src/main.vala - -commit 73e72089dd5aef2f2c81296509cffa8677ddc0b8 -Author: Vera Yin -Date: Wed May 25 12:42:39 2011 -0700 - - Updated translations. - -M po/shotwell-core/cs.po -M po/shotwell-core/nl.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/id.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/th.po - -commit f0312a7aec76922e3747cbab47ddd4be1d0f9077 -Author: Lucas Beeler -Date: Tue May 24 17:20:24 2011 -0700 - - Closes #3294. - Runs Shotwell core program pkg-config checks and prints useful error - messages before attempting to build Shotwell plugins. - -M Makefile - -commit 2c4164371f2c4126b4b136fce58b16dde12564bc -Author: Bruno Girin -Date: Tue May 24 16:21:35 2011 -0700 - - Closes #3203. - Ports Piwigo publishing connector to the new pluggable publishing - API introduced in Shotwell 0.9.x. - -M plugins/common/RESTSupport.vala -M plugins/plugins.mk -M plugins/shotwell-publishing-extras/Makefile -A plugins/shotwell-publishing-extras/PiwigoPublishing.vala -A plugins/shotwell-publishing-extras/piwigo.png -A -plugins/shotwell-publishing-extras/piwigo_authentication_pane.glade -A -plugins/shotwell-publishing-extras/piwigo_publishing_options_pane.glade -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala - -commit 6b8e5dae12356e94fbf9b647731f2676f9e47f70 -Author: Bruno Girin -Date: Tue May 24 16:21:35 2011 -0700 - - Closes #3203. - Ports Piwigo publishing connector to the new pluggable publishing - API introduced in Shotwell 0.9.x. - -M plugins/common/RESTSupport.vala -M plugins/plugins.mk -M plugins/shotwell-publishing-extras/Makefile -A plugins/shotwell-publishing-extras/PiwigoPublishing.vala -A plugins/shotwell-publishing-extras/piwigo.png -A -plugins/shotwell-publishing-extras/piwigo_authentication_pane.glade -A -plugins/shotwell-publishing-extras/piwigo_publishing_options_pane.glade -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala - -commit ee11e7141896106449dcf34b6efd1c1cd6e8763e -Author: Eric Gregory -Date: Tue May 24 14:47:12 2011 -0700 - - 3654 Saved Search: text box re-appears when editing "is not set" - search - -M src/searches/SavedSearchDialog.vala - -commit 1f1aa17ab05d8e6645d3a5f2e8e1a0bbabffce0a -Author: clinton -Date: Mon May 23 16:20:37 2011 -0700 - - 3466 - react to Enter as well as KP_Enter here. - -M src/EditingTools.vala - -commit 8388a134b270ea49d293e7893f95bc08cfca42ff -Author: Eric Gregory -Date: Mon May 23 16:00:33 2011 -0700 - - 3634 fixed crash on new event - - This fixes a rather subtle crash left over from the sidebar - refactoring. Creating a new event always creates an undated event, - then populates the date when the photos are added in a second - step. But the code to add undated events accidentally had swapped - the comparator (used to sort the undated events) between the parent - and child. - -M src/events/Branch.vala - -commit c7c1ef588c566fa0cf7396f340cfcfff4b8e75df -Author: Vera Yin -Date: Mon May 23 13:18:23 2011 -0700 - - Fixed errors in Slovenian translation. - -M po/shotwell-core/sl.po - -commit 7e8fb0a624a71471cd52350102a2c7d737d4ffb5 -Author: Lucas Beeler -Date: Mon May 23 13:13:19 2011 -0700 - - Fixes #3631. - Resolves a critical issue in which Shotwell could crash if publishing - was cancelled during the file serialization phase. - -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M src/publishing/PublishingPluginHost.vala - -commit 0c455385978860c5297af385245b56f3bb02d95f -Author: Vera Yin -Date: Mon May 23 13:12:00 2011 -0700 - - Updated translations. - -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/te.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/id.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/th.po -M po/shotwell-extras/zh_CN.po - -commit 821ac97b73688b8adbc933ce5ccf15d44519c6c2 -Author: Vera Yin -Date: Mon May 23 11:40:37 2011 -0700 - - Added strings from ratings search to pot file. - -M po/shotwell-core/shotwell.pot -M po/shotwell-extras/shotwell-extras.pot - -commit 30a569de3babf6b67e8616e175f198b97115075a -Author: Eric Gregory -Date: Fri May 20 19:10:38 2011 -0700 - - 3633 translatable strings for rating search - -M src/searches/SavedSearchDialog.vala - -commit d7916c229c3c3768b97181d438c4db71efec4de3 -Author: Eric Gregory -Date: Fri May 20 11:36:08 2011 -0700 - - 3629 send-to with multiple users (and other multi-user /tmp bugs) - - Previously we used /tmp/shotwell for exporting temp files before - e-mailing or publishing. The problem with this is that if multiple - users are signed in to the same machine using Shotwell, only the - first user to write to /tmp/shotwell will be successful since they - own the write permissions to that folder. Rather than making the - folder world-writable, we're now using the folder /tmp/shotwell-{uid} - so each user has their own folder. - -M src/AppDirs.vala - -commit 1a9ab6970678759f66e53f1c187b49fd34a4b0a2 -Author: Clint Rogers -Date: Fri May 20 11:19:35 2011 -0700 - - 3547 - don't call export_fullsized_backing for non-lossy images, - since they don't need it. - -M src/Photo.vala - -commit afb9bb5a825e8b3e635b8aff9708ad2974eac613 -Author: Eric Gregory -Date: Thu May 19 17:22:59 2011 -0700 - - 3628 alphabetize publishing service names - -M src/publishing/PublishingUI.vala - -commit e018182b251e38618d2462efd00178c3be200600 -Author: Clint Rogers -Date: Thu May 19 15:42:56 2011 -0700 - - 3617 - prevents user from entering zero as a crop ratio divisor - or dividend - and defends against several crashes that could result from weird - custom crop ratios - -M src/Box.vala -M src/EditingTools.vala -M src/Orientation.vala - -commit 54844d17477d5d4c736f3cffdc95432733985fb0 -Author: Eric Gregory -Date: Thu May 19 15:33:05 2011 -0700 - - 3625 search filter no longer persists between sessions - -M src/Config.vala -M src/SearchFilter.vala -M src/library/LibraryWindow.vala - -commit 8edcaaa7cf068928a2e846a26df56c8926282d11 -Author: Lucas Beeler -Date: Thu May 19 15:21:57 2011 -0700 - - Closes #3421. - -M Makefile -M src/AppDirs.vala -M src/Resources.vala - -commit 20e35a41208d895a5f697345ba44154a9476b8e7 -Author: Valentín Barros -Date: Thu May 19 15:04:03 2011 -0700 - - Closes #2644. - -M src/Page.vala - -commit 760722604ac3244b1e792a6c7c69626f335dfa31 -Author: Lucas Beeler -Date: Thu May 19 14:57:07 2011 -0700 - - Correctly adds external contributor of previous commit to THANKS file. - -M THANKS - -commit 1f45bfd88f81fa0e9f16ca761bd6a732cfb97ab3 -Author: Alexandre Rosenfeld -Date: Thu May 19 14:55:41 2011 -0700 - - Closes #3007. Adds external contributor of patch (Alexandre Rosenfeld) - to THANKS file. - -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit b288d44d35d1116dd3fe4cda20bd1b1bc5d63447 -Author: Valentín Barros -Date: Thu May 19 14:46:58 2011 -0700 - - Closes #2792. - -M src/Thumbnail.vala - -commit b6357e07a7e773c0142a4ae28038f0fb31a9c458 -Author: Valentín Barros -Date: Thu May 19 14:38:17 2011 -0700 - - Closes #3579. - -M src/AppWindow.vala - -commit 7ef7635e3f5afb614e86bcad8c35e17f9761523a -Author: Lucas Beeler -Date: Thu May 19 13:23:00 2011 -0700 - - Closes #3623. - -M src/publishing/PublishingUI.vala - -commit 3d646abb99f2a506b63487bc8d78d1aaaf488e7d -Merge: 8cb6c4fd fbf5893c -Author: Eric Gregory -Date: Thu May 19 12:45:00 2011 -0700 - - Merge branch 'master' of ssh://yorba.org/git/shotwell - -commit fbf5893cf8e72e047a59ad5a1b2c9db5be42b323 -Author: Vera Yin -Date: Thu May 19 12:41:08 2011 -0700 - - Fixed errors in Slovenian translation. - -M po/shotwell-core/sl.po - -commit 8cb6c4fd1e8fa1d2a52676d28295a9f2fc36056e -Author: Eric Gregory -Date: Thu May 19 12:40:32 2011 -0700 - - 3576 plugins can now differentiate between the title and the filename - -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M src/plugins/PublishingInterfaces.vala -M src/publishing/APIGlue.vala - -commit 115e42c75245b51f27740108667c317a068d1198 -Author: Vera Yin -Date: Thu May 19 12:27:45 2011 -0700 - - Updated translations. - -M po/shotwell-core/fr.po -M po/shotwell-core/sl.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/id.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/th.po - -commit b13e3f1b5604c7bce3b5f86c60a9b5799bdd6697 -Author: Clint Rogers -Date: Thu May 19 12:08:41 2011 -0700 - - 3571 - Adds a close button for people using window managers or themes - that don't expose 'close' in the titlebar. - -M src/Properties.vala - -commit a0880783e5b15dcebf07ef05ff1e509f5ffeffc1 -Author: Lucas Beeler -Date: Wed May 18 21:18:09 2011 -0700 - - Eliminates old publishing API; closes #3387. - -M Makefile -M src/CollectionPage.vala -M src/PhotoPage.vala -D src/PiwigoConnector.vala -D src/WebConnectors.vala -M src/publishing/APIGlue.vala -M src/publishing/PublishingPluginHost.vala -A src/publishing/PublishingUI.vala -M src/publishing/mk/publishing.mk - -commit 8c21be4ca0010139779907a8e4d367c9951c60f1 -Author: Vera Yin -Date: Tue May 17 15:35:28 2011 -0700 - - Restored French translation again. - -M po/shotwell-core/fr.po - -commit 931b4ee06f1733a3e6836aa6f7baa4d03ccb8237 -Author: Eric Gregory -Date: Tue May 17 15:28:59 2011 -0700 - - 3580 facebook photo title fix - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit de6cd133d6bf230e4ad03489ff72ca1fbc54a469 -Author: Eric Gregory -Date: Tue May 17 15:10:40 2011 -0700 - - 3598 flickr upload where multiple photos have the same timestamp - - Previously we used a tree set with a timestamp comparator to sort - photos prior to uploading to Flickr. This had a flaw because multiple - photos could have the same timestamp -- and because we were using - a set, only one of those photos would be included. - - Bug originally reported at: - http://askubuntu.com/questions/42063/shotwell-refusing-to-publish-more-than-one-photo-at-a-time - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit b0d6661c9d7b9694b06408b99a89777be2391e55 -Author: Eric Gregory -Date: Tue May 17 15:03:00 2011 -0700 - - 3609 "is not set" on text searches changes - - When selecting "is not set", the user isno longer offered a text - box. More importantly, it's possible to hit OK after setting an - "is not set" search. - -M src/searches/SavedSearchDialog.vala - -commit 745542c62daf4dbdd421d62dd0f62a3adcc8373d -Author: Lucas Beeler -Date: Tue May 17 14:50:48 2011 -0700 - - Closes #3615. - -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 748c5753ac441da0125bad04f3c2bf8dbf7934ac -Author: Vera Yin -Date: Tue May 17 14:50:25 2011 -0700 - - Updated translations. - -M po/shotwell-core/ca.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/he.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/ko.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/te.po -M po/shotwell-core/uk.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/et.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/he.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/th.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/zh_TW.po - -commit 7c2f811947b92a3591e9e3aafdba5897c3413598 -Author: Clint Rogers -Date: Tue May 17 14:31:45 2011 -0700 - - 3613 - build_alert_body_text() now correctly handles null strings. - -M src/AppWindow.vala -M src/Dialogs.vala - -commit b01fff9993a283b87dd1ad5094928cb7bbbbc22e -Author: Lucas Stephen Beeler -Date: Mon May 16 20:14:02 2011 -0700 - - Hurts Natty; closes #3606. - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 74d233aeea878d1239c53bfd666a44d065c5c986 -Author: Clint Rogers -Date: Mon May 16 16:10:20 2011 -0700 - - 3600 - increased the fudge value to prevent crash when user has an - image with insane aspect ratios after cropping. - -M src/Photo.vala - -commit b86e909650d2424a659dc7d1134bbeaa293df3a7 -Author: Clint Rogers -Date: Mon May 16 15:27:30 2011 -0700 - - 3555 - rewrote the instructions on how to merge events; docs now - match what the app does. - -M help/C/organize-event.page - -commit cbad5e441a9b3f3bfd8255249335c9dfbaafe06b -Author: Eric Gregory -Date: Mon May 16 15:05:43 2011 -0700 - - 3607 synced makefile resources with ui folder - -M Makefile - -commit 85c2abc836f8f88953fd1fd3c52ff4ddcf84c115 -Author: Clint Rogers -Date: Mon May 16 12:32:32 2011 -0700 - - 3492 - we now set is_pivotable in the ConstraintDescriptions for - these to true. - -M src/EditingTools.vala - -commit 22226db0114f50b8bf084c2900a8251aba73cac5 -Author: Clint Rogers -Date: Mon May 16 12:28:26 2011 -0700 - - 3601 - fixes a problem where clicks on an already-highlighted sidebar - element were getting ignored inappropriately. - -M src/sidebar/Tree.vala - -commit bdd2194e949c8bb58682cd58b914bc2aa9bd9433 -Author: Eric Gregory -Date: Mon May 16 12:10:35 2011 -0700 - - 3542 search types are now alphabetized - -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit 8180d391596cbc748f381f84e5858ac306780122 -Author: Eric Gregory -Date: Mon May 16 11:53:56 2011 -0700 - - 3585 tag view has same sort-order as event view - -M src/tags/TagPage.vala - -commit 1fe8e5bd007812247b0b3feae16f9181b782b64b -Author: Eric Gregory -Date: Mon May 16 11:40:56 2011 -0700 - - 3591 fixes direct-edit mode - - Provides a workaround for the database file read-only check when - using an in-memory database. - -M src/db/DatabaseTable.vala -M src/db/Db.vala - -commit c68763521af73bfea30c4aa088dd7e79c1c6da1a -Author: Clint Rogers -Date: Mon May 16 11:35:20 2011 -0700 - - 3063 - fixed incorrect key combo in mallard files. - -M help/C/organize-flag.page - -commit 63e5c6c96d40d09ac1750a46928eb09448230cc7 -Author: Vera Yin -Date: Thu May 12 19:30:17 2011 -0700 - - Restored French translation, updated THANKS. - -M THANKS -M po/shotwell-core/fr.po - -commit 75d77b92c57f14237d28a86a281f0e230238889e -Author: Vera Yin -Date: Thu May 12 18:08:27 2011 -0700 - - Updated pot files after string freeze, updated translations. - -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/shotwell.pot -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/te.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/shotwell-extras.pot -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po - -commit 8c7ebebe04f2d38ca9618a83978da539844ec37e -Author: Eric Gregory -Date: Thu May 12 16:40:03 2011 -0700 - - 3562 "New saved search" option in context menu of empty sidebar area - -M src/sidebar/Tree.vala -A ui/sidebar_default.ui - -commit 5c8cbb87df1562c165c020ae310c45753352b4e2 -Merge: e70cbd0d 17cc6173 -Author: Clint Rogers -Date: Thu May 12 16:22:10 2011 -0700 - - Merge branch 'master' of ssh://yorba.org/git/shotwell - -commit 17cc6173103eaafffa8472117fff8a3a93eea96c -Author: Lucas Beeler -Date: Thu May 12 16:09:05 2011 -0700 - - Closes #3433. - Fixes use of ngettext in plural strings with no explicit number - present. - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/Resources.vala -M src/library/TrashPage.vala - -commit e70cbd0d727abc0f8a3fcb059ac169c2ade8ce99 -Author: Clint Rogers -Date: Thu May 12 12:06:35 2011 -0700 - - Removed a duplicate definition argument from the gcc command line. - -M Makefile - -commit 3122c5edf5a39d25ae6c0adc0e57ee0dc267956a -Author: Clint Rogers -Date: Tue May 10 13:28:45 2011 -0700 - - Put the line that launches the compiler back like I found it. - -M Makefile - -commit 29f07ae8d03883035fd529188e2333f4053153b7 -Author: Clint Rogers -Date: Tue May 10 13:15:15 2011 -0700 - - Added more testcases, wrote a proper int comparator. - -M src/SortedListTests.vala - -commit ff95ada5051cb2b1a5f8c11dcb12b21a47710c5a -Author: Clint Rogers -Date: Mon May 9 23:07:08 2011 -0700 - - Added SortedListTests.vala. - -M Makefile - -commit 51ef1fedb766b6bb92b1d177b5d1e28aff200576 -Author: Clint Rogers -Date: Mon May 9 22:48:22 2011 -0700 - - This file adds tests for SortedList. - -A src/SortedListTests.vala - -commit f071f34820e65b53fba3e108ae09233282daad3f -Author: Clint Rogers -Date: Mon May 9 22:24:40 2011 -0700 - - Adding dependency file so Valadate can find and pull in all VAPIs - needed - to correctly handle libshotwell.vapi . - -A src/libshotwell.deps - -commit d63abd9d804b74948d72cbcae380bbe1f5287893 -Author: Clint Rogers -Date: Mon May 9 21:42:49 2011 -0700 - - Don't attempt to generate libshotwell.deps anymore. - -M Makefile - -commit 48993088512e97c596fc63d30ba9a0069e95e409 -Author: Clint Rogers -Date: Mon May 9 20:32:23 2011 -0700 - - Caused 'src/libshotwell.vapi' to be ignored, since it's generated - at compile - time and should not be versioned. - -M .gitignore - -commit 40e1cfd6e9272094490784472604b20c3cd23175 -Author: Clint Rogers -Date: Mon May 9 20:30:58 2011 -0700 - - Made MetadataDateTimeError be public. - - This is needed for automatic tests that can exercise functionality - that - can throw this error. - -M src/MediaMetadata.vala - -commit fe0e2db6a011835d64fa0fa4f50125f43305179e -Author: Clint Rogers -Date: Mon May 9 20:26:42 2011 -0700 - - Altered configure and Makefile to support automatic testing. - - Running 'make check' now tests to see if the user has valadate - installed - before continuing with the build. - - Reworded help in configure to make it more concise. - -M Makefile -M configure - -commit d847941a826b481e6f49317aadaa9d70fe1cfa74 -Merge: 8932d5fa 5034bcd4 -Author: Clint Rogers -Date: Mon May 9 11:30:30 2011 -0700 - - Merge branch 'master' of ssh://yorba.org/git/shotwell - -commit 8932d5fa28fd0ba8774cd6413ecad7354257a616 -Author: Clint Rogers -Date: Mon May 9 11:29:36 2011 -0700 - - #3403: Removed many unused strings. - Should make translation easier. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/MediaPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/direct/DirectPhotoPage.vala -M src/events/EventPage.vala -M src/events/EventsDirectoryPage.vala -M src/library/LibraryWindow.vala - -commit 5034bcd44d253a3b8dc137b3c61f0fd68e9323ee -Author: Eric Gregory -Date: Fri May 6 17:29:29 2011 -0700 - - 3577/3575 resolves crash while entering full screen on a filtered-out - item and assertion on single photo mode prev/next - -M src/PhotoPage.vala -M src/library/LibraryWindow.vala - -commit 03e68bf8b0228236f16f07041aff279651201b35 -Author: Eric Gregory -Date: Fri May 6 17:25:02 2011 -0700 - - 3539 removed mirroring order - - Previously, a mirrored collection respected the ordering of what it - was mirroring. This wasn't necessary and introduced a subtle bug - where tags and events were shown out-of-order. - -M src/core/ViewCollection.vala - -commit 53742e15922a576290c5449fab041c2fe4d81ad8 -Author: Eric Gregory -Date: Thu May 5 17:50:46 2011 -0700 - - 3557 unique name generated for saved searches - -M src/Resources.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit 4b0a6fb621390b1f851b0144fe24bd5beb53b1ff -Author: Eric Gregory -Date: Thu May 5 17:48:38 2011 -0700 - - 3515 saved search dialog disables OK button until search is valid - -M src/searches/SavedSearchDialog.vala - -commit 8e357305940c7b34093ea4c4ef28bd4e3caab369 -Author: Lucas Stephen Beeler -Date: Thu May 5 15:18:09 2011 -0700 - - Phase 8 of the translation migration. - -M Makefile -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala - -commit 0ab5cff8de47bdb6405245b7f013980b663497a0 -Author: Lucas Stephen Beeler -Date: Wed May 4 13:21:57 2011 -0700 - - Removed duplicate message keys from shotwell.pot; all POT files are - now ready. - -M po/shotwell-core/shotwell.pot - -commit 7760d5c023cc93b2ce3f9c49f1b39297783eb791 -Author: Lucas Stephen Beeler -Date: Wed May 4 13:15:14 2011 -0700 - - Phase 6 of the translation migration. - -M po/shotwell-core/shotwell.pot -M po/shotwell-extras/shotwell-extras.pot - -commit a55221a69c95efb1bb0965d6dd1c77f20cc29590 -Author: Lucas Stephen Beeler -Date: Wed May 4 12:54:11 2011 -0700 - - Phase 5 of translation migration. - -M po/shotwell-core/ar.po -M po/shotwell-core/ast.po -M po/shotwell-core/bg.po -M po/shotwell-core/bn.po -M po/shotwell-core/ca.po -M po/shotwell-core/cs.po -M po/shotwell-core/da.po -M po/shotwell-core/de.po -M po/shotwell-core/el.po -M po/shotwell-core/en_GB.po -M po/shotwell-core/es.po -M po/shotwell-core/et.po -M po/shotwell-core/eu.po -M po/shotwell-core/fi.po -M po/shotwell-core/fr.po -M po/shotwell-core/gl.po -M po/shotwell-core/he.po -M po/shotwell-core/hr.po -M po/shotwell-core/hu.po -M po/shotwell-core/id.po -M po/shotwell-core/it.po -M po/shotwell-core/ja.po -M po/shotwell-core/kk.po -M po/shotwell-core/ko.po -M po/shotwell-core/lt.po -M po/shotwell-core/lv.po -M po/shotwell-core/mk.po -M po/shotwell-core/nb.po -M po/shotwell-core/nl.po -M po/shotwell-core/pa.po -M po/shotwell-core/pl.po -M po/shotwell-core/pt.po -M po/shotwell-core/pt_BR.po -M po/shotwell-core/ro.po -M po/shotwell-core/ru.po -M po/shotwell-core/sk.po -M po/shotwell-core/sl.po -M po/shotwell-core/sr.po -M po/shotwell-core/sv.po -M po/shotwell-core/ta.po -M po/shotwell-core/te.po -M po/shotwell-core/th.po -M po/shotwell-core/tr.po -M po/shotwell-core/uk.po -M po/shotwell-core/zh_CN.po -M po/shotwell-core/zh_TW.po -M po/shotwell-extras/ar.po -M po/shotwell-extras/ast.po -M po/shotwell-extras/bg.po -M po/shotwell-extras/bn.po -M po/shotwell-extras/ca.po -M po/shotwell-extras/cs.po -M po/shotwell-extras/da.po -M po/shotwell-extras/de.po -M po/shotwell-extras/el.po -M po/shotwell-extras/en_GB.po -M po/shotwell-extras/es.po -M po/shotwell-extras/et.po -M po/shotwell-extras/eu.po -M po/shotwell-extras/fi.po -M po/shotwell-extras/fr.po -M po/shotwell-extras/gl.po -M po/shotwell-extras/he.po -M po/shotwell-extras/hr.po -M po/shotwell-extras/hu.po -M po/shotwell-extras/id.po -M po/shotwell-extras/it.po -M po/shotwell-extras/ja.po -M po/shotwell-extras/kk.po -M po/shotwell-extras/ko.po -M po/shotwell-extras/lt.po -M po/shotwell-extras/lv.po -M po/shotwell-extras/mk.po -M po/shotwell-extras/nb.po -M po/shotwell-extras/nl.po -M po/shotwell-extras/pa.po -M po/shotwell-extras/pl.po -M po/shotwell-extras/pt.po -M po/shotwell-extras/pt_BR.po -M po/shotwell-extras/ro.po -M po/shotwell-extras/ru.po -M po/shotwell-extras/sk.po -M po/shotwell-extras/sl.po -M po/shotwell-extras/sr.po -M po/shotwell-extras/sv.po -M po/shotwell-extras/ta.po -M po/shotwell-extras/te.po -M po/shotwell-extras/th.po -M po/shotwell-extras/tr.po -M po/shotwell-extras/uk.po -M po/shotwell-extras/zh_CN.po -M po/shotwell-extras/zh_TW.po - -commit ecff8fe33412d279520aa90c1181768a6cac409b -Author: Lucas Stephen Beeler -Date: Wed May 4 12:21:01 2011 -0700 - - Stage 4 of the translation migration. - -R100 po/shotwell/ar.po po/shotwell-core/ar.po -R100 po/shotwell/ast.po po/shotwell-core/ast.po -R100 po/shotwell/bg.po po/shotwell-core/bg.po -R100 po/shotwell/bn.po po/shotwell-core/bn.po -R100 po/shotwell/ca.po po/shotwell-core/ca.po -R100 po/shotwell/cs.po po/shotwell-core/cs.po -R100 po/shotwell/da.po po/shotwell-core/da.po -R100 po/shotwell/de.po po/shotwell-core/de.po -R100 po/shotwell/el.po po/shotwell-core/el.po -R100 po/shotwell/en_GB.po po/shotwell-core/en_GB.po -R100 po/shotwell/es.po po/shotwell-core/es.po -R100 po/shotwell/et.po po/shotwell-core/et.po -R100 po/shotwell/eu.po po/shotwell-core/eu.po -R100 po/shotwell/fi.po po/shotwell-core/fi.po -R100 po/shotwell/fr.po po/shotwell-core/fr.po -R100 po/shotwell/gl.po po/shotwell-core/gl.po -R100 po/shotwell/he.po po/shotwell-core/he.po -R100 po/shotwell/hr.po po/shotwell-core/hr.po -R100 po/shotwell/hu.po po/shotwell-core/hu.po -R100 po/shotwell/id.po po/shotwell-core/id.po -R100 po/shotwell/it.po po/shotwell-core/it.po -R100 po/shotwell/ja.po po/shotwell-core/ja.po -R100 po/shotwell/kk.po po/shotwell-core/kk.po -R100 po/shotwell/ko.po po/shotwell-core/ko.po -R100 po/shotwell/lt.po po/shotwell-core/lt.po -R100 po/shotwell/lv.po po/shotwell-core/lv.po -R100 po/shotwell/mk.po po/shotwell-core/mk.po -R100 po/shotwell/nb.po po/shotwell-core/nb.po -R100 po/shotwell/nl.po po/shotwell-core/nl.po -R100 po/shotwell/pa.po po/shotwell-core/pa.po -R100 po/shotwell/pl.po po/shotwell-core/pl.po -R100 po/shotwell/pt.po po/shotwell-core/pt.po -R100 po/shotwell/pt_BR.po po/shotwell-core/pt_BR.po -R100 po/shotwell/ro.po po/shotwell-core/ro.po -R100 po/shotwell/ru.po po/shotwell-core/ru.po -R100 po/shotwell/shotwell.pot po/shotwell-core/shotwell.pot -R100 po/shotwell/sk.po po/shotwell-core/sk.po -R100 po/shotwell/sl.po po/shotwell-core/sl.po -R100 po/shotwell/sr.po po/shotwell-core/sr.po -R100 po/shotwell/sv.po po/shotwell-core/sv.po -R100 po/shotwell/ta.po po/shotwell-core/ta.po -R100 po/shotwell/te.po po/shotwell-core/te.po -R100 po/shotwell/th.po po/shotwell-core/th.po -R100 po/shotwell/tr.po po/shotwell-core/tr.po -R100 po/shotwell/uk.po po/shotwell-core/uk.po -R100 po/shotwell/zh_CN.po po/shotwell-core/zh_CN.po -R100 po/shotwell/zh_TW.po po/shotwell-core/zh_TW.po - -commit 26a6e0977686f80e4cbc35ebd1f75369e1721ece -Author: Lucas Stephen Beeler -Date: Wed May 4 12:17:53 2011 -0700 - - Phase 3 of the forking of the shotwell translation namespace. - -M po/shotwell/ar.po -M po/shotwell/ast.po -M po/shotwell/bg.po -M po/shotwell/bn.po -M po/shotwell/ca.po -M po/shotwell/cs.po -M po/shotwell/da.po -M po/shotwell/de.po -M po/shotwell/el.po -M po/shotwell/en_GB.po -M po/shotwell/es.po -M po/shotwell/et.po -M po/shotwell/eu.po -M po/shotwell/fi.po -M po/shotwell/fr.po -M po/shotwell/gl.po -M po/shotwell/he.po -M po/shotwell/hr.po -M po/shotwell/hu.po -M po/shotwell/id.po -M po/shotwell/it.po -M po/shotwell/ja.po -M po/shotwell/kk.po -M po/shotwell/ko.po -M po/shotwell/lt.po -M po/shotwell/lv.po -M po/shotwell/mk.po -M po/shotwell/nb.po -M po/shotwell/nl.po -M po/shotwell/pa.po -M po/shotwell/pl.po -M po/shotwell/pt.po -M po/shotwell/pt_BR.po -M po/shotwell/ro.po -M po/shotwell/ru.po -M po/shotwell/sk.po -M po/shotwell/sl.po -M po/shotwell/sr.po -M po/shotwell/sv.po -M po/shotwell/ta.po -M po/shotwell/te.po -M po/shotwell/th.po -M po/shotwell/tr.po -M po/shotwell/uk.po -M po/shotwell/zh_CN.po -M po/shotwell/zh_TW.po - -commit f4c317a2ccf62ffeccfc4bfc8bff5db005d18c9c -Author: Lucas Stephen Beeler -Date: Tue May 3 18:45:24 2011 -0700 - - Stage 2 of previously mentioned directory hierarchy restructuring - -A po/shotwell-extras/shotwell-extras.pot -A po/shotwell/ar.po -A po/shotwell/ast.po -A po/shotwell/bg.po -A po/shotwell/bn.po -A po/shotwell/ca.po -A po/shotwell/cs.po -A po/shotwell/da.po -A po/shotwell/de.po -A po/shotwell/el.po -A po/shotwell/en_GB.po -A po/shotwell/es.po -A po/shotwell/et.po -A po/shotwell/eu.po -A po/shotwell/fi.po -A po/shotwell/fr.po -A po/shotwell/gl.po -A po/shotwell/he.po -A po/shotwell/hr.po -A po/shotwell/hu.po -A po/shotwell/id.po -A po/shotwell/it.po -A po/shotwell/ja.po -A po/shotwell/kk.po -A po/shotwell/ko.po -A po/shotwell/lt.po -A po/shotwell/lv.po -A po/shotwell/mk.po -A po/shotwell/nb.po -A po/shotwell/nl.po -A po/shotwell/pa.po -A po/shotwell/pl.po -A po/shotwell/pt.po -A po/shotwell/pt_BR.po -A po/shotwell/ro.po -A po/shotwell/ru.po -A po/shotwell/shotwell.pot -A po/shotwell/sk.po -A po/shotwell/sl.po -A po/shotwell/sr.po -A po/shotwell/sv.po -A po/shotwell/ta.po -A po/shotwell/te.po -A po/shotwell/th.po -A po/shotwell/tr.po -A po/shotwell/uk.po -A po/shotwell/zh_CN.po -A po/shotwell/zh_TW.po - -commit c084b7554fa59704454496c4430647a7df36df56 -Author: Lucas Stephen Beeler -Date: Tue May 3 18:43:06 2011 -0700 - - Restructured po/ directory hierarchy to support a separate - shotwell-extras translation domain - -D po/ar.po -D po/ast.po -D po/bg.po -D po/bn.po -D po/ca.po -D po/cs.po -D po/da.po -D po/de.po -D po/el.po -D po/en_GB.po -D po/es.po -D po/et.po -D po/eu.po -D po/fi.po -D po/fr.po -D po/gl.po -D po/he.po -D po/hr.po -D po/hu.po -D po/id.po -D po/it.po -D po/ja.po -D po/kk.po -D po/ko.po -D po/lt.po -D po/lv.po -D po/mk.po -D po/nb.po -D po/nl.po -D po/pa.po -D po/pl.po -D po/pt.po -D po/pt_BR.po -D po/ro.po -D po/ru.po -A po/shotwell-extras/ar.po -A po/shotwell-extras/ast.po -A po/shotwell-extras/bg.po -A po/shotwell-extras/bn.po -A po/shotwell-extras/ca.po -A po/shotwell-extras/cs.po -A po/shotwell-extras/da.po -A po/shotwell-extras/de.po -A po/shotwell-extras/el.po -A po/shotwell-extras/en_GB.po -A po/shotwell-extras/es.po -A po/shotwell-extras/et.po -A po/shotwell-extras/eu.po -A po/shotwell-extras/fi.po -A po/shotwell-extras/fr.po -A po/shotwell-extras/gl.po -A po/shotwell-extras/he.po -A po/shotwell-extras/hr.po -A po/shotwell-extras/hu.po -A po/shotwell-extras/id.po -A po/shotwell-extras/it.po -A po/shotwell-extras/ja.po -A po/shotwell-extras/kk.po -A po/shotwell-extras/ko.po -A po/shotwell-extras/lt.po -A po/shotwell-extras/lv.po -A po/shotwell-extras/mk.po -A po/shotwell-extras/nb.po -A po/shotwell-extras/nl.po -A po/shotwell-extras/pa.po -A po/shotwell-extras/pl.po -A po/shotwell-extras/pt.po -A po/shotwell-extras/pt_BR.po -A po/shotwell-extras/ro.po -A po/shotwell-extras/ru.po -A po/shotwell-extras/sk.po -A po/shotwell-extras/sl.po -A po/shotwell-extras/sr.po -A po/shotwell-extras/sv.po -A po/shotwell-extras/ta.po -A po/shotwell-extras/te.po -A po/shotwell-extras/th.po -A po/shotwell-extras/tr.po -A po/shotwell-extras/uk.po -A po/shotwell-extras/zh_CN.po -A po/shotwell-extras/zh_TW.po -D po/shotwell.pot -D po/sk.po -D po/sl.po -D po/sr.po -D po/sv.po -D po/ta.po -D po/te.po -D po/th.po -D po/tr.po -D po/uk.po -D po/zh_CN.po -D po/zh_TW.po - -commit e6f575bde46a19b087115470b7793aefa55a009c -Author: Clint Rogers -Date: Thu May 5 15:29:16 2011 -0700 - - This addresses #3482 by allowing more exotic crop aspect ratios. - - It also makes Box smarter by allowing it to handle invalid arguments - to its - constructor gracefully, rather than just exceptioning out. - -M src/Box.vala -M src/EditingTools.vala -M src/Photo.vala - -commit c8cd8f4ee5722b8a8f53b940206ee8e2873dd55b -Author: Clint Rogers -Date: Tue May 3 15:31:06 2011 -0700 - - This fixes #3466 by adding a handler for keypress events on KP_Enter - and connecting to it. - -M src/EditingTools.vala - -commit b676dc80e3542c56daec9d5216350e452a7ae151 -Author: Eric Gregory -Date: Mon May 2 19:12:14 2011 -0700 - - 3528 keyboard mnemonics in New Search dialog - -M ui/shotwell.glade - -commit 316657f7e4537495d0bdd1e8ba04de7204e0a86b -Author: Eric Gregory -Date: Fri Apr 29 17:45:20 2011 -0700 - - 3530 Delete key on sidebar can remove a saved search - -M src/searches/Branch.vala - -commit f1847bcb16c1b804dce5254507353fc6bd185ad1 -Author: Eric Gregory -Date: Mon May 2 18:38:56 2011 -0700 - - 3439 video thumbnailer: missing file from previous commit - -A thumbnailer/shotwell-video-thumbnailer.vala - -commit 661313b1a07d26b3784fab6fa241a737cd321580 -Author: Eric Gregory -Date: Mon May 2 18:36:07 2011 -0700 - - 3511 search editing and 3558 search criteria removed when search - deleted - -M src/Resources.vala -M src/db/SavedSearchDBTable.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SavedSearchPage.vala -M src/searches/SearchBoolean.vala -M ui/savedsearch.ui - -commit 53ce5e3b6cc69dbe83e40c2119be101569e411c0 -Author: Eric Gregory -Date: Mon May 2 18:18:34 2011 -0700 - - 2999 panic if db is read-only - -M src/db/DatabaseTable.vala - -commit 96fe5e59724bd3592add9ebcf073f6c464d77ff0 -Merge: ed6a2f1f 7c4d4ee5 -Author: Eric Gregory -Date: Mon May 2 17:50:33 2011 -0700 - - Merge branch 'master' of ssh://yorba.org/git/shotwell - -commit ed6a2f1f486b3d400cff63f3d6a866ab6144ae95 -Author: Eric Gregory -Date: Mon May 2 17:50:09 2011 -0700 - - 3439 shotwell-video-thumbnailer replaces Totem depedency - -M .gitignore -M Makefile -M debian/control -M src/AppDirs.vala -M src/VideoSupport.vala - -commit 7c4d4ee59917dd0ef7ead3d8d93df3bcd032c2bb -Author: Vera Yin -Date: Mon May 2 17:49:49 2011 -0700 - - Translation updates. - -M THANKS -M po/ca.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/nb.po -M po/nl.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/sr.po -M po/sv.po -M po/ta.po -M po/te.po -M po/th.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit faab91e51e412dc7bca6e07de683009108e62716 -Author: Eric Gregory -Date: Thu Apr 28 19:17:44 2011 -0700 - - 3541 Crash while adjusting ratings in single photo view - - The single photo view's parent ViewCollection no longer had the - photo after changing its rating, so it could not be selected - when switching between photos. Solved by creating a new version - of get_view_for_source() that respects view filtering (called - get_view_for_source_filtered()) - -M src/PhotoPage.vala -M src/core/ViewCollection.vala - -commit 5e27ed1fc4a4630d18aeffa22e73383b48d2a869 -Author: Lucas Beeler -Date: Wed Apr 27 16:19:25 2011 -0700 - - Fixes a crash introduced during the sidebar refactoring. Closes - #3531. Introduces additional sidebar safety checks. - -M src/sidebar/Branch.vala - -commit 6f67991eedc41a539a1d44e4697476b6d8537019 -Author: Lucas Beeler -Date: Wed Apr 27 15:08:08 2011 -0700 - - Fixes an issue where context-clicking the Trash would cause a - segfault. Closes #3507. - -M src/library/TrashBranch.vala - -commit 83be41c703c2915a921a6f67f2d89feec6e0b6b9 -Author: Eric Gregory -Date: Wed Apr 27 14:27:12 2011 -0700 - - 3527 ctrl-s shortcut - -M src/library/LibraryWindow.vala -M ui/photo.ui - -commit 6ee765e2abab61ac36afa6cb8d76224daa9e85d3 -Author: Eric Gregory -Date: Tue Apr 26 18:14:00 2011 -0700 - - 3545 simplified rating and flagged language - -M src/searches/SavedSearchDialog.vala - -commit 05e787ef12fe4cac190f73e275af4c3eda9b32c9 -Author: Eric Gregory -Date: Tue Apr 26 13:14:40 2011 -0700 - - 3551 "none" search option - -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit b807fdcb03b1e825b8f8e5f2006427e03880b2a6 -Author: Eric Gregory -Date: Tue Apr 26 13:35:01 2011 -0700 - - 3543 moved new search to edit menu - -M ui/events_directory.ui -M ui/media.ui -M ui/offline.ui -M ui/trash.ui - -commit 816f6ec60aa15a3c6a6f514b2609404cdeb490b9 -Author: Clint Rogers -Date: Tue Apr 26 13:34:58 2011 -0700 - - This fixes #3066 by adding support for the ability to change the - exposure date of a video file (in the database only, currently). - -M src/CollectionPage.vala -M src/Commands.vala -M src/Dialogs.vala -M src/MediaInterfaces.vala -M src/Photo.vala -M src/VideoSupport.vala - -commit bf6a76134ff4404e0c84c700e7c67637ec46d9c9 -Author: Lucas Beeler -Date: Tue Apr 26 13:05:51 2011 -0700 - - Removes the GNOME vfs dependency from the Makefile and debian/control - file. - -M Makefile -M debian/control - -commit 624f827c21cff6faf1d3920f0a2be0bcb689ceb1 -Author: Benedikt Sauer -Date: Tue Apr 26 12:57:36 2011 -0700 - - Enables elimination of GNOME vfs dependency. Special thanks to - Benedikt Sauer. - -M THANKS -M src/VideoSupport.vala - -commit 942b72648042d4643e8acd977f0816f2b6a5a64d -Author: Valentín Barros -Date: Thu Apr 14 22:23:06 2011 +0200 - - Fix to #2613 (event photos appear pixellated). - -M src/Photo.vala - -commit 572db9b31ace42cdab81dbedf9d2d84826ede68e -Author: Valentín Barros -Date: Tue Apr 26 12:41:15 2011 -0700 - - Fixes an issue in which menu labels failed to update when the name - of a tag was changed. Special thanks to Valentin Barros. - -M src/tags/TagPage.vala - -commit 1501a35470b79258ee2b7253a84c18814f06acd1 -Author: Lucas Beeler -Date: Tue Apr 26 12:35:13 2011 -0700 - - Added Valentín Barros to the THANKS file. - -M THANKS - -commit 7f7ec52a268eca3b7e7af57d32f88cd6bf9d991a -Author: Valentín Barros -Date: Tue Apr 26 12:25:49 2011 -0700 - - Adds tabs to and rearranges the Preferences dialog so that it fits - comfortably on netbook screens. Special thanks to Valentín Barros. - -M ui/shotwell.glade - -commit a69a2467b430fbab3db42954e9f0b16114136632 -Author: Eric Gregory -Date: Mon Apr 25 19:14:53 2011 -0700 - - 3517 boolean search by flagged and rating - -M src/Resources.vala -M src/db/SavedSearchDBTable.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit 206e7c259d4f5ed3294c1964f8e03bb5928575f6 -Author: Marcel Stimberg -Date: Mon Apr 25 19:00:02 2011 -0700 - - Fixes an issue with using internationalized characters in tags. Closes - #2612. Special thanks to Marcel Stimberg. - -M src/Dialogs.vala - -commit 2e93f617f293bb41a1021b0955b7c1effe433333 -Author: Jim Nelson -Date: Wed Mar 23 00:35:52 2011 +0000 - - #3397: If video file in a container our metadata reader doesn't - recognize and the user is copying on import, the file will not - be imported. Fixed by Tobias Rapp. - -M THANKS -M src/LibraryFiles.vala - -commit a40fbe3f987dfa74ae45d10c427b4f0668f277f5 -Author: Eric Gregory -Date: Wed Apr 20 18:31:06 2011 -0700 - - 3514 enter is the same as hitting OK in search box - -M src/searches/SavedSearchDialog.vala - -commit 4999a561b23f7b58ced5d690e34a8369e9397a78 -Author: Eric Gregory -Date: Thu Apr 21 19:00:44 2011 -0700 - - updated version numbers, news, and changelog following 0.9.3 - -M Makefile -M NEWS -M debian/changelog -M po/shotwell.pot - -commit f7e761752fa61b0afb94583c835738c86b997068 -Merge: 0e810be0 be61743b -Author: Lucas Beeler -Date: Thu Apr 21 13:12:00 2011 -0700 - - Merge branch 'DesktopHotfix' - -commit be61743b19467ef45a688d8ca6467b6daf492616 -Author: Lucas Beeler -Date: Thu Apr 21 12:54:17 2011 -0700 - - Preliminary fix for #3532. Will have Vera pull and verify. - -M src/Config.vala - -commit 0e810be0f45757842686af5e82ab3d332a0c7458 -Merge: 60c59ae4 56da5c08 -Author: Eric Gregory -Date: Wed Apr 20 16:31:32 2011 -0700 - - Merge branch '3513' - -commit 60c59ae487372840af4b343320d5119c782cc483 -Author: Eric Gregory -Date: Wed Apr 20 12:54:20 2011 -0700 - - 3506 corrected version # - -M Makefile - -commit 81f0dffd8e372722e327cf991c1416b4e7e5827b -Author: Vera Yin -Date: Wed Apr 20 12:44:27 2011 -0700 - - Edited THANKS. - -M THANKS - -commit 91bdc9832f495a3eb1ee954c6e1f7931c3940caa -Author: Vera Yin -Date: Wed Apr 20 12:26:07 2011 -0700 - - Updated Estonian and Latvian translations. - -M po/et.po -M po/lv.po - -commit 1b7f1c654fb8479665e6f402ecd32fbd04e32ecf -Author: Adam Dingle -Date: Wed Apr 20 10:04:26 2011 -0700 - - Shortened a Russian string that was too long. Fixes #3495. - -M po/ru.po - -commit d4cd7fbd59e02403ce331eec0719756956af0cee -Merge: bad6f3d4 a1f2d406 -Author: Vera Yin -Date: Tue Apr 19 19:54:57 2011 -0700 - - Merge branch 'master' of yorba.org:/git/shotwell - -commit bad6f3d45d47357e9ee9dcffd1c9010b3bc0880c -Author: Vera Yin -Date: Tue Apr 19 19:54:17 2011 -0700 - - Updated import directory (year, month, day) translations. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/ta.po -M po/te.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 56da5c08f63b35fc4fff6897ed6d26dc24c89c2f -Author: Eric Gregory -Date: Tue Apr 19 16:29:55 2011 -0700 - - removed some unecessary code - -M src/searches/SavedSearchDialog.vala - -commit 9bae9f9d3f95eeaf825013ecd487f517b35b8fce -Merge: 8d3bc465 a1f2d406 -Author: Eric Gregory -Date: Tue Apr 19 16:16:51 2011 -0700 - - Merge branch 'master' into 3513 - -commit 8d3bc4652c6196be349aa19fc82d7695aca8c7b1 -Author: Eric Gregory -Date: Tue Apr 19 15:56:43 2011 -0700 - - saved search: by media type - -M src/db/SavedSearchDBTable.vala -M src/searches/SavedSearchDialog.vala -M src/searches/SearchBoolean.vala - -commit a1f2d40675e42108d84024d89a39f8e1d4587859 -Author: Lucas Beeler -Date: Tue Apr 19 15:43:55 2011 -0700 - - Changed a string in the Commonwealth English (en_GB) translation - that was non-sensical. Closes #3500. - -M po/en_GB.po - -commit 2540112134bd6c7143c030d341692bd177f4ae0e -Author: Lucas Beeler -Date: Tue Apr 19 15:19:28 2011 -0700 - - Displays the event name and the event date range only once if they're - the same. Closes #3512. - -M src/events/EventDirectoryItem.vala - -commit 747faf7661410833e3334b612ed779017e7f44fe -Author: Lucas Beeler -Date: Tue Apr 19 14:39:11 2011 -0700 - - Adds GSettings adapter support to the Config module. Via GSettings, - we can now set the desktop background on GNOME 3 systems. Fixes #3496. - -M src/Config.vala - -commit 2e527c986c896835824cefb8f780de715220e645 -Author: Lucas Beeler -Date: Mon Apr 18 15:34:59 2011 -0700 - - Refixed #3501 in the wake of a little git snafu. - -M src/MimicManager.vala - -commit 8f66a0a07b014579ad28a8124e7d807587836d4c -Author: Lucas Beeler -Date: Tue Apr 19 12:29:32 2011 -0700 - - Test commit. - -M NEWS - -commit 4803854e948bb4ccd1a830e82c6c3a7ef82bbcce -Author: Adam Dingle -Date: Tue Apr 19 08:03:08 2011 -0700 - - Listed Lucas as Shotwell maintainer. - -M MAINTAINERS - -commit 22e17f3a80d9941abb01409821a367605fe70905 -Author: Eric Gregory -Date: Mon Apr 18 16:42:56 2011 -0700 - - non-working changes - -M src/searches/SearchBoolean.vala - -commit 22bdb60e88140f3b1b4878788d6ef9630aaf3dab -Merge: 350d7ce6 23a8a0ab -Author: Eric Gregory -Date: Mon Apr 18 12:53:09 2011 -0700 - - Merge branch 'foo' into 1587-recover - -commit 23a8a0ab235c2890ec8d3af896f490a8e8ccacd5 -Author: Adam Dingle -Date: Sat Apr 16 07:23:25 2011 -0700 - - Revert "#2987: GnomeVFS dependency eliminated. Courtesy Jon Dill." - That proposed fix broke video importing from cameras. - - This reverts commit 5e3535bd8896fb23f75900e1ab04c139c9e10a6e. - -M Makefile -M THANKS -M debian/control -M src/VideoSupport.vala - -commit 350d7ce6c260181c8ec1391cb1975dcd07eb29da -Author: Eric Gregory -Date: Fri Apr 15 16:23:36 2011 -0700 - - fixes recommended by lucas - -M src/searches/SearchBoolean.vala -M ui/events_directory.ui -M ui/media.ui -M ui/offline.ui -M ui/trash.ui - -commit 792ca40c37337a099a3df2e61e585c2b355186f0 -Author: Eric Gregory -Date: Fri Apr 15 15:35:08 2011 -0700 - - initial commit for 1587 - -M src/Commands.vala -M src/Dialogs.vala -M src/Resources.vala -A src/db/SavedSearchDBTable.vala -M src/db/mk/db.mk -M src/library/LibraryWindow.vala -M src/library/mk/library.mk -A src/searches/Branch.vala -A src/searches/SavedSearchDialog.vala -A src/searches/SavedSearchPage.vala -A src/searches/SearchBoolean.vala -A src/searches/Searches.vala -C084 src/db/mk/db.mk src/searches/mk/searches.mk -M src/util/ui.vala -M ui/media.ui -M ui/photo.ui -A ui/savedsearch.ui -M ui/shotwell.glade -M units.mk - -commit 4b2232c927c7a14c84d95ed2c70b067e647c30c3 -Author: Eric Gregory -Date: Thu Apr 14 13:07:50 2011 -0700 - - adding gitignore - -A .gitignore - -commit 22be1e0a1ab66861ffea0c8694328c1ae1ea86fa -Author: Eric Gregory -Date: Wed Apr 13 19:18:09 2011 +0000 - - #3369 removes plugin warning - (note: my last commit was actually for removing page.get_controller(), - not for the plugin warning. sorry for the confusion!) - -M src/plugins/Plugins.vala - -commit d5812595dcacd005e696216ee577ec2fae3c6a63 -Author: Eric Gregory -Date: Wed Apr 13 18:57:30 2011 +0000 - - #3450 removed plugin warning - -M src/Page.vala -M src/PhotoPage.vala -M src/direct/DirectPhotoPage.vala - -commit 8dc4a523e5c94e62b97da873ff6c102c50e45b3e -Author: Lucas Beeler -Date: Wed Apr 13 17:51:33 2011 +0000 - - Properly marks several strings in the preferences dialog for - translation. Closes #3497. - -M src/Dialogs.vala - -commit 07bc85d1e1543cf854f3a4044c48537a5527a37e -Author: Eric Gregory -Date: Wed Apr 13 01:25:38 2011 +0000 - - merging in news/changelog from 0.9.2 - -M NEWS -M debian/changelog - -commit 050986ed346bf52f89b3095b6153c7f51544f0c3 -Author: Lucas Beeler -Date: Tue Apr 12 21:08:39 2011 +0000 - - The Makefile no longer uses GNU-style defines when invoking m4 macros - for compatibility with BSD systems. Closes #3493. - -M Makefile - -commit 5383a445d0a72d0a7445d6a9a87da4b23e6a2894 -Author: Eric Gregory -Date: Tue Apr 12 20:43:47 2011 +0000 - - #3490 search bar now appears when a rating filter is selected - -M src/SearchFilter.vala -M src/library/LibraryWindow.vala - -commit 1e3a677bea6754bf616de8ea56e2edcd5fea07d8 -Author: Lucas Beeler -Date: Tue Apr 12 18:34:45 2011 +0000 - - Potentially fixes bug #3489; Vera will verify if this fix works. - -M src/MetadataWriter.vala - -commit 4fc25df4da71ab838e95221ab942790be88b4fa2 -Author: Lucas Beeler -Date: Fri Apr 8 00:13:18 2011 +0000 - - Fixes an issue in which text could get cut off in several dialog - panes. Closes #3476. - -M plugins/shotwell-publishing/PicasaPublishing.vala -M src/WebConnectors.vala - -commit d65e225ac3d671c34c2dec528bf69914d4601657 -Author: Lucas Beeler -Date: Thu Apr 7 22:41:27 2011 +0000 - - Re-closes bug #3475. - -M plugins/common/RESTSupport.vala - -commit 93e61d4278056795dc2eb4f8e4824185200fe2e5 -Author: Lucas Beeler -Date: Thu Apr 7 20:33:04 2011 +0000 - - Properly encodes the ampersand when doing XML decimal entity encoding - for GData-based services. Closes #3475. - -M plugins/common/RESTSupport.vala - -commit 9dab1549b15e9ec24dee9f34ad687ea4ab67fd72 -Author: Lucas Beeler -Date: Thu Apr 7 20:10:02 2011 +0000 - - Fixes a serious build system issue in which the name of the - translation file search directory wasn't properly being passed from - a Makefile variable to a compiler #define. Closes #3478. - -M Makefile - -commit ed99e18d95f7b5393b7898d696bef5771f1af574 -Author: Lucas Beeler -Date: Wed Apr 6 02:33:44 2011 +0000 - - Fixes a bug in which some publishing operations would continue even - after the user had cancelled publishing. Closes #3472. - -M src/publishing/PublishingPluginHost.vala - -commit 0ddec7cf10ead511662853a662ceb8faca87146d -Author: Lucas Beeler -Date: Wed Apr 6 02:09:25 2011 +0000 - - Fixes a critical publishing bug. Closes #3471. - -M plugins/common/RESTSupport.vala -M src/publishing/APIGlue.vala - -commit e96a63ac1a2a56a2402455140a8e6bd78c1816ab -Author: Lucas Beeler -Date: Wed Apr 6 01:49:27 2011 +0000 - - Fixes a serious publishing regression affecting publishing a photo - in the single-photo (aka "full window") view. Closes #3470. - -M src/PhotoPage.vala - -commit b2c1b90d770231f61b1ca45ce0bd31377bf0b330 -Author: Clinton Rogers -Date: Wed Apr 6 01:39:14 2011 +0000 - - This fixes 3457 by making the 'unable to publish' dialog - HIG-compliant, and adding a workaround the problem where - Gtk.MessageDialog.with_markup() doesn't seem to work. - -M src/AppWindow.vala -M src/WebConnectors.vala - -commit 62e065397791ae56080a5a976880e1d723044ac3 -Author: Clinton Rogers -Date: Wed Apr 6 00:33:25 2011 +0000 - - Made alert dialogs comply with GNOME HIG - -M src/AppWindow.vala -M src/Dialogs.vala - -commit 10356182da8864869bc393473551b68d09ae4263 -Author: Eric Gregory -Date: Tue Apr 5 02:51:05 2011 +0000 - - merging changes from 0.9.1 - -M NEWS -M debian/changelog - -commit b6a03414b8dadcae86a277059daf83be4ba00fe4 -Author: Lucas Beeler -Date: Tue Apr 5 00:34:14 2011 +0000 - - Adds the REQUIRED_CFLAGS to the Makefile, which forces the setting - of the PIC flag on 64-bit systems. - -M Makefile - -commit 20a22dcd49c55ed3b809655b08d3aeedd79733b7 -Author: Jim Nelson -Date: Mon Apr 4 23:01:51 2011 +0000 - - If CFLAGS was set externally (environment variable, command-line, - or in configure.mk) we want to honor those flags. However, the code - to do that also cleared all flags passed to the plugins. This fixes - that problem. - -M Makefile - -commit 27145ea952b8f5a0d07392e2187813e56dc6b689 -Author: Lucas Beeler -Date: Fri Apr 1 18:52:44 2011 +0000 - - Fixes a quibble one of the Fedora guys mentioned with the way we - were naming the system library directory name option in our configure - script. Re-closes #3421. - -M configure - -commit 43d67a205f7a73bda4a1a17fe24a1acd54492c1f -Author: Lucas Beeler -Date: Fri Apr 1 18:46:41 2011 +0000 - - Fixes a regression in which the Flickr publisher wouldn't properly - log the user out if the user's session key had expired. Closes #3442. - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit ea28c360ead67eac98fece9d9da88b3a7723f393 -Author: Lucas Beeler -Date: Fri Apr 1 18:27:43 2011 +0000 - - Following McCann's suggestion for better compliance with GNOME 3 - naming standards, shortens the application name in the desktop files - for both the manager and viewer. - -M Makefile -M misc/shotwell-viewer.desktop.head -M misc/shotwell.desktop.head - -commit 95b13510e94f3aef1a178ecf4c877b7881d39f0d -Author: Vera Yin -Date: Fri Apr 1 17:47:23 2011 +0000 - - Updated translations. - -M po/ta.po -M po/te.po - -commit aae7fc3fd0dc335b6e78298155cf2e6d33e93a4e -Author: Jim Nelson -Date: Fri Apr 1 08:54:55 2011 +0000 - - Taking advantage of the new units in the last commit, I've moved - some of the pages into their appropriate units. - -M Makefile -R100 src/CameraTable.vala src/camera/CameraTable.vala -R100 src/GPhoto.vala src/camera/GPhoto.vala -R089 src/ImportPage.vala src/camera/ImportPage.vala -M src/camera/mk/camera.mk -A src/events/EventDirectoryItem.vala -A src/events/EventPage.vala -R050 src/EventsDirectoryPage.vala -src/events/EventsDirectoryPage.vala -M src/events/mk/events.mk -R100 src/FlaggedPage.vala src/library/FlaggedPage.vala -A src/library/ImportQueuePage.vala -R100 src/LastImportPage.vala src/library/LastImportPage.vala -R100 src/OfflinePage.vala src/library/OfflinePage.vala -R100 src/TrashPage.vala src/library/TrashPage.vala -M src/library/mk/library.mk -R100 src/TagPage.vala src/tags/TagPage.vala -M src/tags/mk/tags.mk - -commit dd601ce7cefe0746ebdb50e400f7b4f9de567e09 -Author: Jim Nelson -Date: Fri Apr 1 08:33:40 2011 +0000 - - Sidebar refactoring. Large commit, to be sure, but this should - make it much easier to manage the sidebar going into the future as - well as put the intelligence for managing each branch in a separate - compartment, where it belongs. Other minor bugs were discovered - while testing the code, fixed as well. - -M Makefile -M src/CollectionPage.vala -M src/Commands.vala -M src/Config.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/FlaggedPage.vala -M src/ImportPage.vala -M src/LastImportPage.vala -M src/MediaPage.vala -M src/OfflinePage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/SearchFilter.vala -D src/Sidebar.vala -M src/TagPage.vala -M src/TrashPage.vala -A src/camera/Branch.vala -C077 src/library/Library.vala src/camera/Camera.vala -C085 src/library/mk/library.mk src/camera/mk/camera.mk -M src/core/Tracker.vala -M src/core/ViewCollection.vala -A src/events/Branch.vala -C077 src/library/Library.vala src/events/Events.vala -C085 src/library/mk/library.mk src/events/mk/events.mk -A src/library/Branch.vala -A src/library/FlaggedBranch.vala -A src/library/ImportQueueBranch.vala -A src/library/LastImportBranch.vala -M src/library/Library.vala -M src/library/LibraryWindow.vala -A src/library/OfflineBranch.vala -A src/library/TrashBranch.vala -M src/library/mk/library.mk -A src/sidebar/Branch.vala -A src/sidebar/Entry.vala -C092 src/library/Library.vala src/sidebar/Sidebar.vala -A src/sidebar/Tree.vala -A src/sidebar/common.vala -C084 src/library/mk/library.mk src/sidebar/mk/sidebar.mk -A src/tags/Branch.vala -C075 src/library/Library.vala src/tags/Tags.vala -C085 src/library/mk/library.mk src/tags/mk/tags.mk -M units.mk - -commit 72aad88f57630886a7b021a101a316721db88663 -Author: Lucas Beeler -Date: Thu Mar 31 21:17:50 2011 +0000 - - Allows configuring the name of the system library directory at build - time. Closes #3421. - -M Makefile -M configure -M shotwell-plugin-dev-1.0.m4 -M src/AppDirs.vala -M src/Resources.vala - -commit cc92de41e670923ea5f63ec0364f8bfa1e217424 -Author: Jim Nelson -Date: Thu Mar 31 21:07:53 2011 +0000 - - #3453: Undated event producing "(null)" in the date range UI field. - -M src/EventsDirectoryPage.vala - -commit 6cd22f39e298a157bdc208480780dd9674ea059a -Author: Lucas Beeler -Date: Thu Mar 31 21:07:46 2011 +0000 - - Fixes an appearance regression in which the red-eye rectangle was - not drawn correctly. Closes #3434. - -M src/EditingTools.vala - -commit 53f99ea4fc8954aa7fd9dae29af745b23aba4ae1 -Author: Jim Nelson -Date: Thu Mar 31 20:53:07 2011 +0000 - - #3436: Compiz packaged with Natty revealed bug in tool window - placement code. - -M src/PhotoPage.vala - -commit d221a53e35640576cc996b0ac75a92aee9b66381 -Author: Vera Yin -Date: Thu Mar 31 03:54:54 2011 +0000 - - Updated translations. - -M Makefile -M THANKS -M po/et.po -M po/fr.po -M po/ja.po -M po/ru.po -C095 po/te_IN.po po/ta.po -R100 po/te_IN.po po/te.po -M po/th.po -M po/tr.po - -commit 993b8d6bc8d6511433a0917cb936c1fc7ebf9ccb -Author: Lucas Beeler -Date: Thu Mar 31 02:10:29 2011 +0000 - - Fixes #3413. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 33f59099ad5eec3836b07a4253a9542f786e0e93 -Author: Jim Nelson -Date: Wed Mar 30 17:14:26 2011 +0000 - - #3437: Plugins will now build with -O0 with ./configure --debug - -M Makefile -M plugins/Makefile -M plugins/Makefile.plugin.mk - -commit 7787d12f53ffe386fc90cc5078681a5a25816fd5 -Author: Lucas Beeler -Date: Tue Mar 29 22:21:51 2011 +0000 - - Closes #3412. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit fb4e6a5bd03c60fb9b08f03c98a4fbe979513353 -Author: Clinton Rogers -Date: Mon Mar 28 20:32:34 2011 +0000 - - This addresses #3371 by using the absolute file and path as source - and dest identifier when making the new BatchImportResult, instead - of just using the job source and dest. - -M src/BatchImport.vala - -commit bd71d526b688c3567a77a2fb793766ae96ea4741 -Author: Clinton Rogers -Date: Mon Mar 28 20:24:57 2011 +0000 - - This fixes #3163 by adding the absolute path to the rejected file - to the newly-created BatchImportResult, rather than just the job path. - -M src/BatchImport.vala - -commit 5e3535bd8896fb23f75900e1ab04c139c9e10a6e -Author: Jim Nelson -Date: Mon Mar 28 20:14:39 2011 +0000 - - #2987: GnomeVFS dependency eliminated. Courtesy Jon Dill. - -M Makefile -M THANKS -M debian/control -M src/VideoSupport.vala - -commit bcd0f17445ececb31f7c188826869c39d565d936 -Author: Eric Gregory -Date: Thu Mar 24 18:24:52 2011 +0000 - - #3347 file import error message strings - -M src/Dialogs.vala -M src/ImportPage.vala - -commit 1f9d46faa14a77cb02c8f9959487c1e24011bf1c -Author: Clinton Rogers -Date: Wed Mar 23 23:25:14 2011 +0000 - - This fixes #3399 by making sure that, when looking for a service, - we check that it supports exactly the media we want. - -M src/WebConnectors.vala - -commit f78a88b02234bc372db175e7ba6d077ad707775d -Author: Lucas Beeler -Date: Wed Mar 23 23:16:19 2011 +0000 - - Properly handles account-not-set-up situations in the YouTube - connector. Fixes a problem in which the service selector box in - the publishing dialog could become permanently locked, preventing - service changes. Closes #3398 and #3405. - -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit bac670cf38b7c5c82f4f2c2c97fee02e8bafee91 -Author: Eric Gregory -Date: Wed Mar 23 23:14:15 2011 +0000 - - #3352 removed array copy hack needed for vala 0.10 - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 5704c255acb0707a18213b830107efc7c56fb294 -Author: Eric Gregory -Date: Wed Mar 23 19:00:28 2011 +0000 - - #3400 search keyword behavior on event and camera import pages - -M src/EventsDirectoryPage.vala -M src/ImportPage.vala - -commit ee821058737544c8775326e226f05bc40b2fb342 -Author: Jim Nelson -Date: Wed Mar 23 04:02:28 2011 +0000 - - Moved LibraryWindow to Library unit. - -M Makefile -R100 src/LibraryWindow.vala src/library/LibraryWindow.vala -M src/library/mk/library.mk - -commit c96effe6cec92f89aaabbd7156aec3ff50714565 -Author: Jim Nelson -Date: Wed Mar 23 03:26:33 2011 +0000 - - Created Library unit which represents Shotwell in library mode. - This and the Direct unit greatly simplifies unit initialization, - as initializing the respective unit will initialize all their - dependencies automatically. - -M Makefile -M src/VideoSupport.vala -M src/direct/mk/direct.mk -A src/library/Library.vala -C083 src/direct/mk/direct.mk src/library/mk/library.mk -M src/main.vala -M src/unit/Unit.vala -M src/unit/rc/unitize_entry.m4 -M units.mk - -commit 8783510f20d3f86b77a0a85a68879894909aeb42 -Merge: 6d6c06ca f0a46515 -Author: Jim Nelson -Date: Tue Mar 22 21:47:51 2011 +0000 - - Merged from 0.9 branch. - -commit f0a465151d83aa42bcf8bac1d4f8d714403fd930 -Author: Eric Gregory -Date: Tue Mar 22 21:43:00 2011 +0000 - - fix to m4 version - -M debian/control - -commit 6d6c06ca4b3b5e6d9ea52f438bf60837fd170a33 -Author: Clinton Rogers -Date: Tue Mar 22 20:49:06 2011 +0000 - - Fixed a duplicate mnemonic (#3386) - -M ui/shotwell.glade - -commit 1958d8e9272c851a5ffc79205dd3a1dbf5474541 -Author: Jim Nelson -Date: Tue Mar 22 20:47:24 2011 +0000 - - Updating version number for trunk after branch. - -M Makefile - -commit e625748ef4e32081d12ff46c3f373ba1ad26b78a -Merge: a5321df6 85206d1e -Author: Eric Gregory -Date: Tue Mar 22 20:45:50 2011 +0000 - - merging over changes to changelog - -commit a5321df66c168387f2faa393f67f562332983dc6 -Author: Jim Nelson -Date: Tue Mar 22 20:40:09 2011 +0000 - - Branching trunk to 0.9. - -commit 85206d1e9fba51a3e1ff7597594e45fe3249122f -Author: Eric Gregory -Date: Tue Mar 22 20:40:07 2011 +0000 - - change log updated - -M NEWS -M debian/changelog - -commit ffad6c6be777cdf375add6a731f67e2096ee5f1b -Author: Jim Nelson -Date: Tue Mar 22 20:37:03 2011 +0000 - - A file was added to the help system. - -M Makefile - -commit 1f3209f85ad2172204e107fba0c289e311dbee34 -Author: Jim Nelson -Date: Tue Mar 22 20:32:46 2011 +0000 - - #3166: Debian dependencies updated. - -M Makefile -M debian/control -M plugins/Makefile.plugin.mk - -commit fe9421e72dfaae660a1fbcf0ed51938d3c970eca -Author: Eric Gregory -Date: Tue Mar 22 20:12:55 2011 +0000 - - #3394 going to full screen accidentally reset the search bar - -M src/LibraryWindow.vala - -commit 449ee80f73b74793057c379278bda38bc0b12b50 -Author: Jim Nelson -Date: Tue Mar 22 18:53:22 2011 +0000 - - Took out some Makefile debug code. - -M plugins/Makefile -M plugins/Makefile.plugin.mk - -commit d1148b0d2daf9ae1ae235da3cd244bc6f8a2b3ff -Author: Vera Yin -Date: Tue Mar 22 18:51:02 2011 +0000 - - Translation updates. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/te_IN.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit c8c6d1361d905b92cde133db70acd56a85b69cef -Author: Eric Gregory -Date: Tue Mar 22 18:47:56 2011 +0000 - - prep for 0.9: changes to makefiles, debian package, news - -M Makefile -M NEWS -M debian/changelog -M debian/control -M debian/dirs -M debian/rules -M plugins/Makefile -M plugins/Makefile.plugin.mk - -commit 55d43c414ddeed9cc05bdba905b3cff1b65be084 -Author: Jim Nelson -Date: Tue Mar 22 18:36:37 2011 +0000 - - Plugin resource files weren't being added to the tarball. - -M plugins/Makefile.plugin.mk -M plugins/shotwell-publishing-extras/Makefile -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-transitions/Makefile - -commit 4fd6fce4ec1127913210f334fd310fbfa14cdbb9 -Author: Jim Nelson -Date: Tue Mar 22 02:21:03 2011 +0000 - - Removed spaces from valadoc comments that valadoc doesn't like. - -M src/plugins/SpitInterfaces.vala - -commit 5a07a4204be9bc73d82015d4cf46ea4b46d029bf -Author: Eric Gregory -Date: Mon Mar 21 23:34:07 2011 +0000 - - #3385 issue with toolbar not functioning after changing page and - toggling it on - -M src/LibraryWindow.vala - -commit e4c8553f505dfd566955cd5c6eca1e26bc5283ea -Author: Jim Nelson -Date: Mon Mar 21 23:09:29 2011 +0000 - - #3389: Logging out of Flickr attempted to go through the public - start() interface, which was interpreted as a restart, a no-no in - the publishing API. This corrects that. - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit 87e2b14c81c48e96f2630e7dfe1f902aac0da7c5 -Author: Jim Nelson -Date: Mon Mar 21 22:40:05 2011 +0000 - - #3388: Adding tags to a lot of photos would hang the system. - Problem lies in signal reflection from DataSources to DataViews of - alterations, but "altered" signal handlers should also be examining - alterations before processing. This does the latter. - -M src/CollectionPage.vala -M src/MediaPage.vala - -commit 90ef09460e3356f4e5896b133ae36e329ef9ca1b -Author: Clinton Rogers -Date: Mon Mar 21 21:01:10 2011 +0000 - - Adds gnome-help documentation for 0.9 version. - -M help/C/edit-adjustments.page -M help/C/edit-crop.page -M help/C/edit-enhance.page -M help/C/edit-external.page -M help/C/formats.page -M help/C/import-camera.page -A help/C/organize-search.page -M help/C/other-files.page -A help/C/other-plugins.page -M help/C/share-print.page -M help/C/share-upload.page - -commit dfc0a5aa21ccebf4dce43687183a085896bded1c -Author: Jim Nelson -Date: Sun Mar 20 18:38:03 2011 +0000 - - Noticed that soft assertions were happening with BackgroundJobs - in the workers threads. This was due to a change in Vala 0.11. - This fixes that problem. - -M src/threads/Workers.vala - -commit e249c3bcb0a8a5704aaea728f2e015faa197139f -Author: Jim Nelson -Date: Sat Mar 19 00:13:19 2011 +0000 - - #3372: Fixed crop problem. Only occurred when search bar was visible, - which causes caching problems. See also #3381. - -M src/LibraryWindow.vala -M src/PhotoPage.vala -M src/PixbufCache.vala - -commit 9e49ea6409b2a18a17564f158c872637f0aa23a8 -Author: Eric Gregory -Date: Fri Mar 18 23:56:52 2011 +0000 - - added two missing icon files to makefile - -M Makefile - -commit 6b5a6b8cb87ab9b3fd2b976d99477039906928a2 -Author: Eric Gregory -Date: Fri Mar 18 22:10:50 2011 +0000 - - #3370 sidebar behavior caused by vala 0.11 - -M src/Sidebar.vala - -commit 21ec11cbc59791a1585d5659542ea5cc0f8379af -Author: Jim Nelson -Date: Fri Mar 18 19:52:26 2011 +0000 - - Related to #3366, fixed a couple of places that were using the owned - keyword where it's unnecessary or ref should be used instead. - -M src/ColorTransformation.vala -M src/Photo.vala - -commit bd1a2a82c22a0e7b358d294fec964ecb55802ecc -Author: Clinton Rogers -Date: Fri Mar 18 01:00:19 2011 +0000 - - This addresses #3162 by moving the custom directory naming blurb - from the website to this file. - -M help/C/other-files.page - -commit fbb1103129e79dc555f1c2382265aaa6e30550ae -Author: Clinton Rogers -Date: Fri Mar 18 00:58:25 2011 +0000 - - This fixes #3162 by giving us the ability to manually handle the - help link ourselves for non-system-wide help files, and the ability - to direct launch_help to try to get us a particular page, if needed. - -M src/Dialogs.vala -M src/Resources.vala - -commit f7e008547235e59de6c1ea8525ff0023be80db67 -Author: Eric Gregory -Date: Fri Mar 18 00:51:40 2011 +0000 - - #3368 youtube publishing regression - -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit cfa910a9e3cfa77d31f2f3fc88f0f8bbc9f7b4b4 -Author: Eric Gregory -Date: Fri Mar 18 00:47:12 2011 +0000 - - #3362 video thumbnailing issue (reprise) - -M src/VideoSupport.vala - -commit dbd049ab85a8ec65719574ff4515410075d14659 -Author: Jim Nelson -Date: Fri Mar 18 00:04:23 2011 +0000 - - #3366: owned keyword is causing a Pixbuf memory leak w/ 0.11.7. - Fixed. - -M src/Orientation.vala - -commit ea3879ceea875ca52c5674c9b36550b0b212326c -Author: Clinton Rogers -Date: Thu Mar 17 20:11:26 2011 +0000 - - This addresses #3367 by splitting out the mechanism that gets the - current help path into its own method. - -M src/Resources.vala - -commit a6d9144f3024f2fd4ac344ece82707674bd840dd -Author: Jim Nelson -Date: Thu Mar 17 19:07:45 2011 +0000 - - #3365: Command-line processing fixed. - -M src/main.vala - -commit 86997587dc17b843921d4e1e7d6aa3e85275a5b7 -Author: Eric Gregory -Date: Thu Mar 17 18:53:05 2011 +0000 - - #3362 fix for video thumbnailing with vala 0.11 - -M src/VideoSupport.vala -M src/util/system.vala - -commit faa44d15be76ac1a9afb8c92e555f4ce0ce019c2 -Author: Jim Nelson -Date: Thu Mar 17 18:15:33 2011 +0000 - - #3364: Desktop file didn't have the trailing semi on the mime-type - list. Courtesy Michel Alexandre Salim. - -M THANKS -M misc/shotwell-viewer.desktop.head - -commit 04df3462760ad9b5744c0e44483ce39bbb962e6a -Author: Jim Nelson -Date: Thu Mar 17 04:01:02 2011 +0000 - - #3282: Problem linking shotwell-publishing on 64-bit Maverick fixed. - -M Makefile -M plugins/Makefile.plugin.mk -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/shotwell-transitions.vala - -commit 797ca0b66a4a2fda79330270838416a22d5fde0e -Author: Clinton Rogers -Date: Thu Mar 17 02:13:42 2011 +0000 - - This fixes #3260 by adding the ability to close the search bar from - a context menu. - -M src/SearchFilter.vala - -commit 9d66fad2fd233601dbebf0acd6131a6db3881a4d -Author: Lucas Beeler -Date: Thu Mar 17 01:51:06 2011 +0000 - - Fixes a fatal error that occurred when attempting to publish to - Flickr when no network connection was available. Closes #3361. - -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit d7c0a4213d5d1df6ce4c176a007efe6198d9533b -Author: Jim Nelson -Date: Thu Mar 17 01:08:16 2011 +0000 - - #3297: Fixed so progress bar appears when library is large enough. - -M src/Dialogs.vala -M src/Event.vala -M src/Photo.vala -M src/Tag.vala -M src/VideoSupport.vala -M src/main.vala - -commit 6fb19d66f903addb6b86412381fbe3e75cf4d50d -Author: Eric Gregory -Date: Wed Mar 16 23:24:57 2011 +0000 - - #3350 save flag in direct mode - -M src/direct/DirectPhoto.vala -M src/direct/DirectPhotoPage.vala - -commit ac93358561ec9fd232cdb6a806942d1545e51358 -Author: Jim Nelson -Date: Wed Mar 16 23:11:50 2011 +0000 - - #2638: Migration to Vala 0.11.7. - -M Makefile -M plugins/common/RESTSupport.vala -M plugins/shotwell-publishing-extras/YandexPublishing.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M src/AppWindow.vala -M src/BatchImport.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/DirectoryMonitor.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/MediaDataRepresentation.vala -M src/MediaPage.vala -M src/OfflinePage.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PiwigoConnector.vala -M src/Printing.vala -M src/SlideshowPage.vala -M src/Thumbnail.vala -M src/TrashPage.vala -M src/VideoMetadata.vala -M src/WebConnectors.vala -M src/alien_db/AlienDatabaseVersion.vala -M src/alien_db/f_spot/FSpotMetaTable.vala -M src/core/DataSource.vala -M src/db/TagTable.vala -M src/direct/DirectPhotoPage.vala -M src/main.vala -M src/photos/GRaw.vala -M src/photos/GdkSupport.vala -M src/photos/JfifSupport.vala -M src/photos/PhotoMetadata.vala -M src/photos/PngSupport.vala -M src/threads/BackgroundJob.vala -M src/threads/Workers.vala -M src/unit/rc/unitize_entry.m4 -M src/util/KeyValueMap.vala -M src/util/misc.vala -M src/util/string.vala - -commit 63181b1cfeb95a0c121243552162bbd4527e69ed -Author: Lucas Beeler -Date: Wed Mar 16 22:14:16 2011 +0000 - - Mutes search box icons. Closes #3256. - -A icons/searchbox-clear.svg -A icons/searchbox-find.svg -M src/Resources.vala -M src/SearchFilter.vala - -commit c2bb583caeeffd4ab018374ef8a93efd70280238 -Author: Lucas Beeler -Date: Wed Mar 16 22:12:34 2011 +0000 - - Almost dynamically changes the prelight and active colors of the - search bar buttons when the user changes the checkerboard view - background color. Closes #3276. - -M src/Config.vala -M src/SearchFilter.vala - -commit ddee73e17e6ec96cee9551a3c72d3a94932aa104 -Author: Eric Gregory -Date: Wed Mar 16 19:24:59 2011 +0000 - - #3344 search toolbar buttons are greyed-out instead of disabled - -M src/Resources.vala -M src/SearchFilter.vala -M src/util/image.vala - -commit 4ad5ca2de7afcfa251ce1b0511e48c5887c9fe90 -Author: Eric Gregory -Date: Wed Mar 16 18:02:18 2011 +0000 - - #3357 corrected folder for videos during file import - -M src/LibraryFiles.vala - -commit e9ce203ecf09cca3d721bb2516118f039658f113 -Author: Clinton Rogers -Date: Wed Mar 16 00:09:57 2011 +0000 - - This addresses #3255 by re-selecting the current photograph in - switching_from(). - -M src/PhotoPage.vala - -commit 707feb7105add855aab64e658b61bad2636d63d4 -Author: Clinton Rogers -Date: Wed Mar 16 00:02:39 2011 +0000 - - This fixes #3321 by altering the way we set the initial value of the - radio action group, as well as making sure that the events directory - page gets constructed with the proper sort setting (by making it - read from the config). - -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala - -commit 32f59a906013b536d6f8ffc3ced080703908d69c -Author: Clinton Rogers -Date: Tue Mar 15 23:59:11 2011 +0000 - - This addresses #3351 by making it so we get a photo's base name - (that is, the master filename), rather than just the name (which is - the current title) for this dialog. - -M src/direct/DirectPhotoPage.vala - -commit c7686897cf41f04e6568dab291760884de233681 -Author: Adam Dingle -Date: Tue Mar 15 23:34:53 2011 +0000 - - Fixed #3108 (ubuntu 10.10 ppa shotwell binary deb depends on - libraw-dev). - -M debian/control - -commit 9ce8e47e9f863030bba8e660ce5ff9aac1e1d8cc -Author: Vera Yin -Date: Tue Mar 15 22:47:57 2011 +0000 - - Translation updates. - -M po/da.po -M po/hr.po -M po/it.po -M po/uk.po - -commit fd7e68eacb932c0916968a2b3324232b7b910946 -Author: Vera Yin -Date: Tue Mar 15 19:56:27 2011 +0000 - - Updated translations. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/te_IN.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 886c37688dc5978c8c238eb1e93f6e080dc93de9 -Author: Eric Gregory -Date: Tue Mar 15 19:28:14 2011 +0000 - - #3353 color of message text on checkerboard page - -M src/CheckerboardLayout.vala - -commit 0a5c844e07f0da81e80522bff72b766ad75c03d2 -Author: Eric Gregory -Date: Tue Mar 15 18:31:37 2011 +0000 - - #3102 correction to flickr sorting - -M src/publishing/APIGlue.vala - -commit e3a78b0cb21d456c129a4168076c7f567641da04 -Author: Clinton Rogers -Date: Tue Mar 15 03:17:22 2011 +0000 - - This addresses #3343 by preventing the search bar's text entry field - from ever being made insensitive. - -M src/SearchFilter.vala - -commit 125bfbe994692fbb4a0051766bf0d72a8e02eb31 -Author: Jim Nelson -Date: Tue Mar 15 00:14:12 2011 +0000 - - #1118: Mild improvements to startup time. - -M src/MediaViewTracker.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/core/ViewCollection.vala - -commit 44e4e608f9dba6f6fe6a5b0e5339b58307b38d1a -Author: Adam Dingle -Date: Mon Mar 14 23:54:22 2011 +0000 - - Removed Ubuntu-specific version number dependency. This fixes #3295. - -M Makefile - -commit 9a36d4b54a7f2b39197c9d4a522dcb875fe304d1 -Author: Lucas Beeler -Date: Mon Mar 14 23:41:40 2011 +0000 - - Refines search bar icons; closes #3190 and #3194. - -M Makefile -A icons/filter-flagged.png -A icons/filter-photos.png -A icons/filter-raw.png -A icons/filter-videos.png -M src/Resources.vala -M src/SearchFilter.vala - -commit 6b86429a4ea425395f0e416618493fe278fb7835 -Author: Eric Gregory -Date: Mon Mar 14 23:27:35 2011 +0000 - - #3340 fatal error importing from unreadable directory - -M src/BatchImport.vala -M src/Dialogs.vala -M src/ImportPage.vala - -commit 4180964daf3faca7522d7eb810d70e0987435113 -Author: Eric Gregory -Date: Mon Mar 14 23:22:08 2011 +0000 - - #3102 for Flickr, sort uploads in reverse chronological order prior - to upload - -M plugins/shotwell-publishing/FlickrPublishing.vala -M src/plugins/PublishingInterfaces.vala -M src/publishing/APIGlue.vala - -commit ec536486d2f719e56eae62f8a842340a49e47871 -Author: Jim Nelson -Date: Mon Mar 14 22:13:00 2011 +0000 - - #1926: Edit multiple titles at once. Courtesy Wolfgang Steitz. - -M src/Commands.vala -M src/Dialogs.vala -M src/MediaPage.vala -M src/SortedList.vala -M src/core/DataSet.vala -M src/core/ViewCollection.vala - -commit 4c74b5cefe841fee14b3637c1ba332f9df92c1aa -Author: Jim Nelson -Date: Mon Mar 14 21:31:35 2011 +0000 - - #3337: Shotwell now builds on 0.10.4 (which becomes the baseline - requirement). - -M Makefile -M src/CheckerboardLayout.vala - -commit 26db81922c025bdf1b6539f69996b0c261670516 -Author: Jim Nelson -Date: Sat Mar 12 00:41:09 2011 +0000 - - Added debug and fatal-warning options to plugins' valac command. - -M plugins/Makefile.plugin.mk - -commit 87bfb6550a7f40ab039c2d3e01807ef652d3ce29 -Author: Lucas Beeler -Date: Sat Mar 12 00:40:31 2011 +0000 - - Whoa. That last check-in generated a build warning. Fixed. - -M plugins/common/Resources.vala - -commit aed5fac7ec93467a876bf602eee078d24ae635ca -Author: Jim Nelson -Date: Sat Mar 12 00:36:20 2011 +0000 - - #3309: The icon cache in the sidebar was broken and growing without - bounds. This was exacerbated by Vera's test set, which has 10,000 - photos creating 10,000 events. - -M src/Sidebar.vala - -commit b05381ab1bde0966cacf3de059d42aee18cead17 -Author: Lucas Beeler -Date: Sat Mar 12 00:35:23 2011 +0000 - - Improves plug-in icons. Adds service-specific icons for publishing - plugins and defines a generic plugin icon. - -M Makefile -A icons/generic-plugin.png -A icons/slideshow-extension-point.png -M plugins/common/Resources.vala -M plugins/plugins.mk -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -A plugins/shotwell-publishing/facebook.png -A plugins/shotwell-publishing/flickr.png -A plugins/shotwell-publishing/picasa.png -M plugins/shotwell-publishing/shotwell-publishing.vala -A plugins/shotwell-publishing/youtube.png -M plugins/shotwell-transitions/CrumbleEffect.vala -M plugins/shotwell-transitions/FadeEffect.vala -M plugins/shotwell-transitions/SlideEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -A plugins/shotwell-transitions/slideshow-plugin.png -M src/Resources.vala -M src/plugins/ManifestWidget.vala -M src/slideshow/Slideshow.vala - -commit 205217eeab37aa23f508cdf233d582f5835b851a -Author: Clinton Rogers -Date: Sat Mar 12 00:31:47 2011 +0000 - - This fixes #3290 by 1) adding a new signal in SearchFilterAction to - indicate the Criteria has changed 2) connecting to this signal in - SearchToolbar and changing the visibility of the appropriate widgets - when receiving it. - -M src/SearchFilter.vala - -commit cb6924a34ea013f233cbb2903dab50fc668742a9 -Author: Clinton Rogers -Date: Fri Mar 11 23:34:44 2011 +0000 - - Addresses #3304 by overiding get_view_empty_message(). - -M src/ImportPage.vala - -commit c2edafc121c48ec6591364a9a6743d4b2c8cd2a5 -Author: Eric Gregory -Date: Fri Mar 11 02:45:20 2011 +0000 - - #3319 view event for photo disappeared - -M src/AppWindow.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala - -commit 12afc04c131c661bdde9f5ec2433439856645bc2 -Author: Eric Gregory -Date: Fri Mar 11 02:22:02 2011 +0000 - - #3288 fixes for direct mode with large folders - -M src/AppWindow.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/core/DataSource.vala -M src/core/DataView.vala -M src/direct/Direct.vala -M src/direct/DirectPhoto.vala -M src/direct/DirectPhotoPage.vala -D src/direct/DirectPhotoPlaceholder.vala -M src/direct/DirectView.vala -M src/direct/mk/direct.mk -M src/util/ui.vala - -commit cdb878bc32cc3681a2443352347b4dd33235e1ea -Author: Jim Nelson -Date: Fri Mar 11 01:30:04 2011 +0000 - - Changed SPIT to pass Spit.EntryPointParams struct rather than plain - values to allow for future expansion. This was precipitated by - the publishing plugins needed to know their module file early so - they can load their icons. Also updated the simple-plugin, which - suffered from bitrot after some earlier interface changes. - -M plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M samples/simple-plugin/simple-plugin.vala -M src/plugins/Plugins.vala -M src/plugins/SpitInterfaces.vala - -commit 54e44f78e5dc560c8e5a7e824d0aff47ee3a0268 -Author: Jim Nelson -Date: Thu Mar 10 21:04:14 2011 +0000 - - #3132: When a duplicate file is imported and a match is marked - offline, the match will be brought back online pointing to the - new file. - -M src/BatchImport.vala -M src/LibraryMonitor.vala -M src/Photo.vala - -commit 0ccc9f1cb51429f04716c2aa0a48f50598cd9ef2 -Author: Eric Gregory -Date: Thu Mar 10 20:56:18 2011 +0000 - - #3308 search bar was appearing on single photo page when returning - from full screen - -M src/LibraryWindow.vala - -commit 3a8a776c11aac33273ef4f5d26f3c0472a394472 -Author: Jim Nelson -Date: Thu Mar 10 19:29:26 2011 +0000 - - #3202: Additional fix for Yandex.Fotki plugin. Courtest Evgeniy - Polyakov. - -M plugins/shotwell-publishing-extras/YandexPublishing.vala - -commit b1f9160443ecd0c1f28806eb8971be991552f058 -Author: Jim Nelson -Date: Thu Mar 10 03:38:17 2011 +0000 - - #3313: Hot keys now routed through Gtk.Actions, so they only activate - if the action is sensitive. - -M src/CollectionPage.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/direct/DirectPhotoPage.vala - -commit dc0c6d976f478c8230c4fe7c891c34c69fa02fa6 -Author: Jim Nelson -Date: Thu Mar 10 01:23:47 2011 +0000 - - #3172: Will no longer recompile Vala code when nothing to be done. - Had to do with temporary directory and a hidden timestamp in it, and - the compilation files (.c, .o) being generated after the stamp file - (making the temporary directory newer than the stamp). - -M Makefile - -commit 5fb16f8f8af4ec025255abcf3b9457dfb0a73a7b -Author: Clinton Rogers -Date: Wed Mar 9 20:06:17 2011 +0000 - - This fixes #3196 by adding a length parameter to prepare_input_string - that tells it to truncate an incoming string after this many - characters if positive, or do not truncate if negative. - -M src/Event.vala -M src/MediaDataRepresentation.vala -M src/Tag.vala -M src/alien_db/AlienDatabaseImportJob.vala -M src/photos/PhotoMetadata.vala -M src/plugins/Plugins.vala -M src/util/string.vala - -commit 18e1686d94f220e1329f04cee244ebfac2bf6ffe -Author: Jim Nelson -Date: Wed Mar 9 04:10:40 2011 +0000 - - "make clean" was leaving behind some detritus in the plugins - directory. Fixed. - -M plugins/Makefile.plugin.mk - -commit 21416a6cce7a1c477835a5200693f1f2dc067af1 -Author: Jim Nelson -Date: Wed Mar 9 03:56:59 2011 +0000 - - #3306: Pluggables may now provide icons at multiple sizes. - -M plugins/Makefile.plugin.mk -M src/plugins/ManifestWidget.vala -M src/plugins/SpitInterfaces.vala - -commit 60c61d68793e334963f77a8639503a14d1c375e6 -Author: Jim Nelson -Date: Wed Mar 9 03:19:40 2011 +0000 - - #3152: Fixes crasher where two different Hirigana tag names collated - as equal when they plainly were not. Also fixes a bug I discovered - while investigating that a soft assertion was triggered when pages - were destroyed. - -M src/LibraryWindow.vala -M src/Page.vala -M src/Tag.vala -M src/TagPage.vala -M src/util/misc.vala -M src/util/string.vala - -commit ae16f579bb322e53485341a83083e409d495b2ca -Author: Jim Nelson -Date: Wed Mar 9 01:04:14 2011 +0000 - - #3287: Common accelerators now only respond on pages they're - supposed to. - -M src/AppWindow.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/util/ui.vala - -commit 40cc57d404e27e05969ed0cf0c69f720d121ba4e -Author: Jim Nelson -Date: Tue Mar 8 04:47:22 2011 +0000 - - #3284: Created shotwell-publishing-extras, which holds the - Yandex.Fotki connector. - -M Makefile -M configure -M plugins/Makefile -R099 plugins/shotwell-publishing/RESTSupport.vala -plugins/common/RESTSupport.vala -M plugins/plugins.mk -A plugins/shotwell-publishing-extras/Makefile -A plugins/shotwell-publishing-extras/YandexPublishing.vala -A plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala -R100 ui/yandex_publish_model.glade -plugins/shotwell-publishing-extras/yandex_publish_model.glade -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M src/WebConnectors.vala -D src/YandexConnector.vala -M src/plugins/Plugins.vala -M src/plugins/SpitInterfaces.vala - -commit 6746a69a8c9b0288792300881001fc9283ef40bc -Author: Jim Nelson -Date: Tue Mar 8 03:37:42 2011 +0000 - - #3291: Performance improvements with free-text keyword searching. - -M src/Event.vala -M src/MediaDataRepresentation.vala -M src/Photo.vala -M src/SearchFilter.vala -M src/Tag.vala -M src/VideoSupport.vala -A src/core/SourceInterfaces.vala -M src/core/mk/core.mk - -commit a9ae9644bc3f30766b953adb4ef9e3411e86a107 -Author: Jim Nelson -Date: Tue Mar 8 03:26:24 2011 +0000 - - Added optional timers to view filtering to measure search. - -M src/core/ViewCollection.vala - -commit dd3cf7f1a3e3b1d98ac3fe9fd8544765110ccad8 -Author: Lucas Beeler -Date: Mon Mar 7 22:37:00 2011 +0000 - - Makes sure all network transactions are properly stopped when - publishing is cancelled. Closes #3296. - -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/RESTSupport.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit 3a7be98d20cf6eb9c73f93745d20b0d9c443533e -Author: Eric Gregory -Date: Mon Mar 7 22:22:46 2011 +0000 - - #3280 #3281 ctrl-a crash in single photo mode, ctrl-shift-a added - -M src/AppWindow.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 10335124ec086120b1da7c3839f383d623fcd7da -Author: Eric Gregory -Date: Mon Mar 7 22:15:04 2011 +0000 - - #3215 search bar text/background - -M src/SearchFilter.vala - -commit efd60afafc56ae0ed3053cb52155ac038430e5e7 -Author: Vera Yin -Date: Fri Mar 4 02:39:56 2011 +0000 - - Updated translator list in THANKS. - -M THANKS - -commit 842baf0bf1763a2f4c3f1cf93e03ea99172db59e -Author: Jim Nelson -Date: Fri Mar 4 00:38:31 2011 +0000 - - #3265: Added license to publishing plugins. Also added authors and - cleaned up how common strings are handled in the core plugins code. - -M plugins/Makefile.plugin.mk -A plugins/common/Resources.vala -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/YouTubePublishing.vala -M plugins/shotwell-transitions/shotwell-transitions.vala - -commit cc9cce15cd4c4853fc170126f66007cca4b83658 -Author: Jim Nelson -Date: Fri Mar 4 00:11:56 2011 +0000 - - Even stupider. Code just needs to go away. - -M src/SearchFilter.vala - -commit 367cdb034796fd6d32b56484532c0cb9985f9205 -Author: Jim Nelson -Date: Fri Mar 4 00:10:53 2011 +0000 - - Fixes bug Eric found where the Flagged toggle was being cleared when - switching to and from the full-window view. - -M src/SearchFilter.vala - -commit bdda71948c5d4c6035d8ae0e82ce8cb67af38c79 -Author: Lucas Beeler -Date: Fri Mar 4 00:07:29 2011 +0000 - - Adds valadoc documentation for the publishing interfaces. - -M src/plugins/PublishingInterfaces.vala - -commit e1017083cb3998f65bf663463c2134b9eda7bc6b -Author: Eric Gregory -Date: Thu Mar 3 23:49:58 2011 +0000 - - #3277 accidentally checked in commented-out code - -M src/LibraryWindow.vala - -commit 04fc9b9b37983f4900689e954cc4ab22e2173fb0 -Author: Eric Gregory -Date: Thu Mar 3 23:42:13 2011 +0000 - - #3277 escape key for clearing search filter, fixes to make - key-press-event signal honor contract - -M src/LibraryWindow.vala -M src/Sidebar.vala - -commit 539682c700716a661a21942b0ffe1f9ac6dacb36 -Author: Jim Nelson -Date: Thu Mar 3 23:26:17 2011 +0000 - - #3259: Search bar now dynamically indicates the availability of - content on each page and makes those filters insensitive when - it's not. - -M Makefile -M src/AppWindow.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/MediaPage.vala -A src/MediaViewTracker.vala -M src/OfflinePage.vala -M src/Page.vala -M src/SearchFilter.vala -M src/TrashPage.vala -A src/core/Tracker.vala -M src/core/mk/core.mk - -commit 7c23ea352d542a8a2113f76d9213a9a38234624e -Author: Clinton Rogers -Date: Thu Mar 3 21:11:20 2011 +0000 - - This fixes #3226 by correcting a minor typo in paint_sprockets() - - the extra sprocket hole for the straggler pixels was accidentally - being drawn on the left twice. - -M src/MediaPage.vala - -commit 8192b7a0c687f65ab2dd198b9f18b8c6d014c6a3 -Author: Vera Yin -Date: Thu Mar 3 20:48:11 2011 +0000 - - Corrected error in shotwell.pot, updated translations. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/te_IN.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit dfb28da69112835e2545bab279b3c1ba3826a59b -Author: Eric Gregory -Date: Thu Mar 3 20:27:34 2011 +0000 - - #3262 removed key lock/unlock system for text entry - -M src/AppWindow.vala -M src/LibraryWindow.vala -M src/SearchFilter.vala -M src/Sidebar.vala - -commit bc435490452d7dc8dda1f21cf328944c96f5f333 -Author: Lucas Beeler -Date: Thu Mar 3 19:58:41 2011 +0000 - - Fixed a problem in which a non-ASCII character appeared in a string - marked for translation, preventing generation of the POT file. - -M src/WebConnectors.vala - -commit 2d5d9ce4a9141dd84fe655cc7b1abcaad1e7be44 -Author: Lucas Beeler -Date: Thu Mar 3 19:30:24 2011 +0000 - - Some strings marked for translation had been broken apart with the - string concatenation ("+") operator. This is not compatible with - GNU gettext. This had caused a bad POT file to be generated. These - strings were fixed. - -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/RESTSupport.vala -M src/Dialogs.vala -M src/WebConnectors.vala - -commit 3f59daa641e2b30cbdaea6c8b6f6e0a99d2ba9f1 -Author: Vera Yin -Date: Thu Mar 3 03:27:25 2011 +0000 - - Updated shotwell.pot and po files after string freeze. Added Telugu - (India) translation. - -M Makefile -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -C058 po/shotwell.pot po/te_IN.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 7f989bec9c06a168cb17ae5ffc76ff5cce4c38ee -Author: Jim Nelson -Date: Thu Mar 3 01:20:35 2011 +0000 - - Latest version of Valadoc in trunk chokes on two spaces after a period - (but, ironically, they can be placed anywhere else in the sentence). - Removed the offensive whitespace. - -M src/plugins/SpitInterfaces.vala -M src/plugins/TransitionsInterfaces.vala - -commit afe8d3d2deef1227d8086436e66e57800acea3a4 -Author: Clinton Rogers -Date: Thu Mar 3 00:22:20 2011 +0000 - - This addresses #3245 by adding the option to replace \r and \n - characters in prepare_input_text() with the STRIP_CRLF option, making - sure that event renaming properly uses this option, and reaps some - unused code from PhotoMetadata.vala as well. - -M src/Event.vala -M src/photos/PhotoMetadata.vala -M src/util/string.vala - -commit 65350a6991805c0621281c4ced5e33844b47b637 -Author: Clinton Rogers -Date: Thu Mar 3 00:10:45 2011 +0000 - - Small code tidiness issue. - -M src/WebConnectors.vala - -commit 40a27c73e9b935339a32506224a95cfeba29b23b -Author: Clinton Rogers -Date: Thu Mar 3 00:06:58 2011 +0000 - - This fixes #3253 by checking whether a publishing service is available - to handle the selected type of media, and if none can, instead of - throwing an exception, it now sends up a dialog. - -M src/WebConnectors.vala - -commit 7fe4a3066cf419743a8e8233aae37e9a336484bd -Author: Lucas Beeler -Date: Wed Mar 2 20:53:26 2011 +0000 - - Improves messages displayed when view collections are empty or when - no items in the collection match the search filter. Closes #3213. - -M src/EventsDirectoryPage.vala -M src/Page.vala -M src/TrashPage.vala - -commit 9a5d9bb508be1884a8f86eff21e562bf15d87204 -Author: Eric Gregory -Date: Wed Mar 2 20:14:01 2011 +0000 - - #3210 "no items" message appears after changes - -M src/Page.vala - -commit 0b3c60aacc57b6162b86ae420e0f11bb11b56157 -Author: Jim Nelson -Date: Wed Mar 2 18:53:47 2011 +0000 - - #3192: Implicit AND in the search box. Courtesy Wolfgang Steitz. - -M src/SearchFilter.vala - -commit fd6ef57d1be0683753d58702530b37f5d4f4999f -Author: Jim Nelson -Date: Wed Mar 2 18:22:55 2011 +0000 - - #3214: Media page is now Library page. - -M src/CollectionPage.vala - -commit a6f03835c4d299da8241c02b6235011210f2181b -Author: Jim Nelson -Date: Tue Mar 1 23:06:16 2011 +0000 - - Moved DataObject/DataCollection heirarchy into core unit and split - them up into more logical file groupings. - -M Makefile -D src/DataCollection.vala -A src/core/Alteration.vala -A src/core/ContainerSourceCollection.vala -A src/core/Core.vala -A src/core/DataCollection.vala -A src/core/DataObject.vala -A src/core/DataSet.vala -R052 src/DataObject.vala src/core/DataSource.vala -A src/core/DataSourceTypes.vala -A src/core/DataView.vala -A src/core/DataViewTypes.vala -A src/core/DatabaseSourceCollection.vala -A src/core/SourceCollection.vala -A src/core/SourceHoldingTank.vala -A src/core/ViewCollection.vala -A src/core/mk/core.mk -A src/core/util.vala -M units.mk - -commit e74793a0ada34ae091d34cff0bab8b29d2b21159 -Author: Jim Nelson -Date: Tue Mar 1 22:34:41 2011 +0000 - - Adds some additional functionality to ViewCollection. - -M src/DataCollection.vala - -commit b9958cbfdde322ac0e1483c58671ed631ec36b2b -Author: Lucas Beeler -Date: Tue Mar 1 22:16:14 2011 +0000 - - The Facebook login WebKit control now displays the loaded HTML page - in the user's system language (if Facebook supports it). Closes #3022. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit b9c7523ae227daf9e7586dbfc18324dea030b6e2 -Author: Lucas Beeler -Date: Tue Mar 1 22:07:43 2011 +0000 - - Appends null pointers to selected string arrays as a workaround for - #3264. Closes #3257. - -M plugins/shotwell-publishing/FlickrPublishing.vala -M src/photos/PhotoMetadata.vala - -commit 208a8721b887bffad000221d0dca0890440f9eab -Author: Clinton Rogers -Date: Tue Mar 1 20:39:16 2011 +0000 - - This fixes #3240 by altering the way a date span is pretty printed - if the start and end dates are two consecutive days in the same - calendar month. - -M src/util/misc.vala - -commit 8915227dd7cdbc7f374761f974323069e80dbb50 -Author: Eric Gregory -Date: Tue Mar 1 20:05:44 2011 +0000 - - #3246 #3247 scrollbar fixed after returning from single image view - -M src/CheckerboardLayout.vala - -commit 286baefadc1cd874d5577bdbd31c5c7e07d30551 -Author: Jim Nelson -Date: Tue Mar 1 18:51:11 2011 +0000 - - Upped version to 0.8.90+trunk. - -M Makefile - -commit cf9a5de64e4b26daf7ae63a2ec24425a55f4e6c7 -Author: Jim Nelson -Date: Tue Mar 1 18:45:56 2011 +0000 - - Updated to build 0.8.90 prerelease. Also fixed a bug Vera found - where disabling a plugin would cause Shotwell to crash. - -M Makefile -M plugins/Makefile -M plugins/Makefile.plugin.mk -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po -M src/plugins/ManifestWidget.vala -M src/plugins/mk/plugins.mk - -commit 655c75f89f8f41d1f90f162404afe0436e995456 -Author: Jim Nelson -Date: Mon Feb 28 21:09:30 2011 +0000 - - #3261: Shotwell role (library/direct) and version number now first - thing logged. - -M src/main.vala - -commit 7083b967be2e8a688f34e561b8089c730f433007 -Author: Jim Nelson -Date: Mon Feb 28 20:43:25 2011 +0000 - - #3241: Search bar is activated (made visible) when the user makes - any change to filtering. - -M src/DataCollection.vala -M src/LibraryWindow.vala - -commit 3344ae2ae0832d0b2060e0d1d577f69c29618112 -Author: Jim Nelson -Date: Sat Feb 26 02:23:58 2011 +0000 - - #3207: Added text labels to search bar. #3228: Moved the filter - toggle buttons to left side of bar while keeping text box to the - right. - -M src/SearchFilter.vala - -commit b2d6cefe4e5e7285cdafc98f52194c9aaba72ab9 -Author: Jim Nelson -Date: Sat Feb 26 01:11:43 2011 +0000 - - #3188: Find button added to toolbars on pages that show media - (but not pages that show events). Some other code cleanup too, - including moving to a single Gtk.ActionGroup for common actions, - meaning that LibraryWindow doesn't have to synchronize actions when - pages are switched from (and that pages can monitor those actions - for their own state, which cleans up EventDirectoryPage a bit). - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/MediaPage.vala -M src/OfflinePage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/TrashPage.vala -M src/util/misc.vala -M src/util/mk/util.mk -A src/util/ui.vala -M ui/collection.ui -M ui/offline.ui -M ui/trash.ui - -commit 2f11b89a7fd7031410de8d6efaa1d27370080604 -Author: Clinton Rogers -Date: Sat Feb 26 00:09:00 2011 +0000 - - This addresses #3212 by not creating or showing the size-chooser - widgets if the current media types don't include photographs. - -M plugins/shotwell-publishing/PicasaPublishing.vala - -commit 85a22da9ae0ec72e8f001cba0f38d71274b9eeba -Author: Clinton Rogers -Date: Fri Feb 25 23:26:58 2011 +0000 - - This addresses #3232 by saving the user's size choice to, and - restoring it from, gconf. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit 48d1cd3c7b2f3f2477f96cf7680c7d3f732c78af -Author: Clinton Rogers -Date: Fri Feb 25 22:12:45 2011 +0000 - - This fixes 3230 by restoring the ui object for this dialog box - (it had gone missing as of 2640, Glade bug suspected) - -M ui/shotwell.glade -M ui/shotwell.xml - -commit e16619498958385d24a694f4330f8e798f8d7f28 -Author: Jim Nelson -Date: Fri Feb 25 04:28:57 2011 +0000 - - #3185: Selection time on a page would grow each time a page was - switched back to. Fixed. - -M src/DataCollection.vala -M src/DesktopIntegration.vala -M src/Page.vala - -commit 1b51e6d1776be7658cc05eb97ddf7b772d962715 -Author: Jim Nelson -Date: Thu Feb 24 22:27:37 2011 +0000 - - #3250: Progress bar now displayed while printing. Operation can be - cancelled from its Cancel button. - -M src/CollectionPage.vala -M src/DataCollection.vala -M src/Dialogs.vala -M src/PhotoPage.vala -M src/Printing.vala -M src/direct/DirectPhotoPage.vala - -commit cc32c498ed802841068e41e4e29d127c0be840f4 -Author: Clinton Rogers -Date: Thu Feb 24 21:19:01 2011 +0000 - - This addresses #3216 by making SuccessPane's constructor take an - argument that tells how many media items have been uploaded, and - altering the displayed string based on whether that argument is - equal to one or not. - - When the pane is created and installed, we pass publishables.length, - which should tell us how many media items the user was trying - to publish. - -M src/WebConnectors.vala -M src/plugins/PublishingInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/PublishingPluginHost.vala - -commit 6598329a28aafc8e98ada384b3bec4f1a5c9aa12 -Author: Lucas Beeler -Date: Thu Feb 24 21:00:33 2011 +0000 - - Fixes a problem in which publishing to Picasa Web Albums and - YouTube would fail if a media item's title contained non-ASCII - characters. Closes #3081. - -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/RESTSupport.vala -M plugins/shotwell-publishing/YouTubePublishing.vala - -commit eaf6b26fbc501293efd012467231153752d292f0 -Author: Lucas Beeler -Date: Thu Feb 24 20:55:20 2011 +0000 - - Fixes two regressions introduced when the Flickr and Facebook - connectors were ported from the legacy publishing API to the new - pluggable publishing API. Closes #3171 and #3252. - -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala - -commit f4378c91f382ae2f86b85fec103d9d7d0afeed42 -Author: Jim Nelson -Date: Thu Feb 24 20:42:01 2011 +0000 - - #3233: Fixes crasher caused by marking a photo Rejected and then - back to Unrated while in full-window mode. This cleans up some of - the bookkeeping in ViewCollection with how hidden items are dealt - with when they're selected as well. - -M src/DataCollection.vala -M src/PhotoPage.vala - -commit f6b73798591a4fec581cd4f9930550ee445f96de -Author: Clinton Rogers -Date: Thu Feb 24 19:55:14 2011 +0000 - - This addresses #3016 by checking whether any of the media items in an - event have altered exposure times (as opposed to the alteration type - "metadata, time" which is valid for whole events, but not individual - images or videos). If one or more media items has an exposure time - change, the entire event is marked as 'dirty' so the sidebar will - know to re-examine the fields and refresh them. - - In addition, if the event doesn't yet have user-assigned name, a - "metadata, name" alteration is sent up, since the name displayed - for the event will need to change from 'Event XXXX' to the start - date of the event. - -M src/Event.vala - -commit c76c6607bc3b2b43699a013091b803b9939617d2 -Author: Jim Nelson -Date: Thu Feb 24 03:42:00 2011 +0000 - - #3243: Problematic printf format strings fixed. - -M src/alien_db/f_spot/FSpotDatabase.vala - -commit d76d6dfe3bf6d8b264c4d06fd66f6e761e3b512f -Author: Jim Nelson -Date: Thu Feb 24 03:38:53 2011 +0000 - - #3248: Fixes critical assertion when null string is passed to - guarded_markup_escape_text(). - -M src/util/string.vala - -commit d46d1d31afbab5f55046c84cdc876456cb0a6708 -Author: Jim Nelson -Date: Thu Feb 24 03:25:35 2011 +0000 - - #1188: Print multiple photos per page in various layouts. #3159: - Print multiple photos on successive pages. Both courtesy Nikola - Radovanovic. - -M THANKS -M src/CollectionPage.vala -M src/Config.vala -M src/PhotoPage.vala -M src/Printing.vala -M src/direct/DirectPhotoPage.vala - -commit 74e259dcb6ee9f26ba6bbe7998e93cb2e592246d -Author: Lucas Beeler -Date: Thu Feb 24 03:06:07 2011 +0000 - - Migrates the YouTube connector to the new pluggable, publishing API. - -M Makefile -M plugins/shotwell-publishing/Makefile -R052 src/YouTubeConnector.vala -plugins/shotwell-publishing/YouTubePublishing.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M src/WebConnectors.vala -M src/plugins/StandardHostInterface.vala -M src/publishing/Publishing.vala - -commit afc218e77a2595d847c1f45607fd06c6a3929e46 -Author: Jim Nelson -Date: Thu Feb 24 01:47:32 2011 +0000 - - #3225: Thought I made these string changes in a prior commit but - did not. - -M src/SearchFilter.vala - -commit ac77504b6bd745e7cb5186876ee9898d7249153c -Author: Clinton Rogers -Date: Thu Feb 24 00:02:09 2011 +0000 - - This addresses #3218 by changing how the user input is prepared and - sanitized so that we accept empty strings. This makes renaming an - event to "" in the dialog box function exactly the same as it does - in the sidebar. - -M src/Event.vala - -commit 9017ec77b4c163a99212fd1c04b4aca3e56d72bb -Author: Adam Dingle -Date: Wed Feb 23 20:13:30 2011 +0000 - - Moved Clinton to top section of THANKS file. - -M THANKS - -commit a5d2ee012779887830679826b5e2ec840af405ad -Author: Jim Nelson -Date: Wed Feb 23 05:39:24 2011 +0000 - - Valadoc-ed the SPIT and transitions interfaces and added a docs - target in the Makefile to generate Valadoc for Shotwell's plugin API. - -M Makefile -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M src/plugins/ManifestWidget.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/TransitionsInterfaces.vala -M src/publishing/APIGlue.vala - -commit 946fe7ef6fb996b61e1a6a606126b85760036125 -Author: Jim Nelson -Date: Wed Feb 23 01:26:45 2011 +0000 - - #3215: The search bar's background is now dynamically updated as - the user changes the background color in the Preferences dialog. - -M src/SearchFilter.vala - -commit ce4020480877e8c3829b44cd205108df1a7506b5 -Author: Lucas Beeler -Date: Tue Feb 22 22:25:52 2011 +0000 - - Ports the Flickr connector to new pluggable publishing API. Closes - #3200. - -M Makefile -R054 src/FlickrConnector.vala -plugins/shotwell-publishing/FlickrPublishing.vala -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-publishing/RESTSupport.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M src/WebConnectors.vala -M src/plugins/StandardHostInterface.vala -M src/publishing/Publishing.vala -M src/util/string.vala - -commit f3cfec401b18538e583fb79f3053777caf45c712 -Author: Jim Nelson -Date: Tue Feb 22 21:53:07 2011 +0000 - - #3044: Now writing metadata to all 3 domains on an update. - -M src/photos/PhotoMetadata.vala - -commit 350127aac6cf9e02636c6a6c9d6f041be18a81bf -Author: Clinton Rogers -Date: Tue Feb 22 20:57:38 2011 +0000 - - This fixes 3124; we now use the GConf system to remember whether - the user had the find bar hidden or shown, and on start up, we set - it to this. - -M src/Config.vala -M src/LibraryWindow.vala - -commit 19c49b0af8deb301f7f338b81d81a648a4aaf4c3 -Author: Jim Nelson -Date: Tue Feb 22 20:43:52 2011 +0000 - - #3211: Brought back View -> Filter Photos, which is now available - whenever the search bar is available. #3225: Adjusted the search - filter tooltips. Reworked search filter to split out the Gtk.Actions - (which are then shared among all pages). - -M src/AppWindow.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/SearchFilter.vala -M ui/import.ui -M ui/media.ui -M ui/offline.ui -M ui/search_bar.ui -M ui/trash.ui - -commit 8011fa15af24961f2bfe7d4d2a90b71d499afe67 -Author: Clinton Rogers -Date: Tue Feb 22 20:38:32 2011 +0000 - - This addresses #3124; it's copied and pasted from the original fix - (see r2615) - -M src/SearchFilter.vala - -commit 0d9a2fca23a956eede24990c6ab4d70a3c941f97 -Author: Adam Dingle -Date: Mon Feb 21 22:58:06 2011 +0000 - - Make the toolbar button background color match the toolbar background. - - This partially fixes http://trac.yorba.org/ticket/3215 . - -M src/SearchFilter.vala - -commit 2d51356cb95e8e55d6ccf0890357c6b3b6f3abfa -Author: Jim Nelson -Date: Sat Feb 19 00:22:31 2011 +0000 - - #3188: Added back Ctrl+F to set cursor focus to the text entry box in - the search bar. This patch also allows the search bar to be hidden - and available through View -> Search Bar. - -M Makefile -M src/CollectionPage.vala -M src/LibraryWindow.vala -M src/PhotoPage.vala -M src/SearchFilter.vala -M ui/events_directory.ui -M ui/import.ui -M ui/media.ui -M ui/offline.ui -M ui/trash.ui -D ui/video.ui - -commit 02c69e909b6d6290e771e4abe3133a806da193fa -Author: Clinton Rogers -Date: Fri Feb 18 21:47:26 2011 +0000 - - This fixes 2916 by doing the following: - 1. Adds an enum with values for the standard (720 px) and large - (2048 px) picture sizes. - 2. Adds support to the various publishing-related methods - (do_upload(), on_publishing_options_pane_publish(), etc) for a - third parameter telling us what resolution the user chose. - 3. Adds a combobox to the legacy options pane in which the user - may choose their desired resolution, along with a label and any - ancillary layout stuff. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit a27a0cf2b3d6e04f4cf029315944317320339afb -Author: Jim Nelson -Date: Fri Feb 18 21:25:21 2011 +0000 - - #2229: Event name is now a date range for events spanning multiple - days. #2599: If an event is named, the date (or date range) appears - in its tooltip along with its name. Both courtesy Wolfgang Steitz. - -M THANKS -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/Page.vala -M src/Sidebar.vala -M src/util/misc.vala -M src/util/string.vala - -commit 76304ef3341384605ef71c4c4bd4289e23cc9c52 -Author: Jim Nelson -Date: Fri Feb 18 04:00:18 2011 +0000 - - #3170: Plugins can now be enabled/disabled via the Preferences dialog. - -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/PicasaPublishing.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/CrumbleEffect.vala -M plugins/shotwell-transitions/FadeEffect.vala -M plugins/shotwell-transitions/SlideEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M src/Config.vala -M src/Dialogs.vala -M src/Resources.vala -M src/Sidebar.vala -M src/WebConnectors.vala -A src/plugins/ManifestWidget.vala -M src/plugins/Plugins.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/StandardHostInterface.vala -M src/plugins/mk/plugins.mk -M src/publishing/APIGlue.vala -M src/publishing/Publishing.vala -M src/slideshow/Slideshow.vala -M src/slideshow/TransitionEffects.vala -M sw-glade -M ui/shotwell.glade - -commit 2759ed8b45e31b081579ecf65f4113dacbeb1272 -Author: Clinton Rogers -Date: Fri Feb 18 01:20:49 2011 +0000 - - This fixes 3175 by checking whether we're making a new gallery - or uploading a video. If neither is true, we set the combo box - to insensitive. - -M plugins/shotwell-publishing/FacebookPublishing.vala - -commit d090288948a412767d1d45d710336ecc3e7d15e3 -Author: Lucas Beeler -Date: Fri Feb 18 01:05:05 2011 +0000 - - Ports the Picasa publishing client to the new pluggable publishing - API. Services discovered dynamically now automatically have their - names placed in the service selector box. - -M Makefile -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/Makefile -R060 src/PicasaConnector.vala -plugins/shotwell-publishing/PicasaPublishing.vala -A plugins/shotwell-publishing/RESTSupport.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -D src/FacebookConnector.vala -M src/WebConnectors.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/StandardHostInterface.vala -M src/publishing/APIGlue.vala -M src/publishing/PublishingPluginHost.vala - -commit 36484811454c9d3f327355bcf654b1f34df577d6 -Author: Adam Dingle -Date: Thu Feb 17 20:28:05 2011 +0000 - - Fixed #3208 (toolbar items shift when rating filter changes). - -M src/SearchFilter.vala - -commit 152ba16694cc03deb0dd33c529d2986693afc153 -Author: Jim Nelson -Date: Thu Feb 17 19:11:39 2011 +0000 - - #3157: Use more processors (when available) for generating mimics. - -M src/MimicManager.vala - -commit a7682276e4b7e3e38c819e08844957c766a4e536 -Author: Clinton Rogers -Date: Thu Feb 17 00:36:01 2011 +0000 - - This addresses ticket #3004 by checking to see whether we're getting - a close or delete event back from the dialog box. If so, we treat - this as cancel and stay on the current photo, - since the user didn't yet decide whether to keep or revert their - edits. - -M src/direct/DirectPhotoPage.vala - -commit 807ccf1facf4abc7cc5d430ef14dd84c002cde21 -Author: Jim Nelson -Date: Tue Feb 15 06:27:53 2011 +0000 - - #3100: Search bar, from Eric. - -M Makefile -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Config.vala -M src/DataCollection.vala -M src/EventsDirectoryPage.vala -M src/FlaggedPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/MediaPage.vala -M src/OfflinePage.vala -M src/Page.vala -M src/Resources.vala -A src/SearchFilter.vala -M src/TrashPage.vala -D src/VideosPage.vala -M ui/media.ui -A ui/search_bar.ui - -commit d124215063c742e8899ad599be8e699af0ccb9a0 -Author: Vera Yin -Date: Tue Feb 15 01:08:18 2011 +0000 - - Updated copyright to 2011 in PO files. Updated English (UK), Finnish, - Hebrew, Hungarian, Korean, Portuguese, Russian, Spanish, Swedish, - and Turkish translations. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit b05838acb1b22e094f196e776b0d5cf549196c3d -Author: Jim Nelson -Date: Sat Feb 12 02:56:11 2011 +0000 - - #182: Further work on plugins. Added reserved symbols to plugin - interfaces to make room for future expansion. - -M src/plugins/PublishingInterfaces.vala -M src/plugins/SpitInterfaces.vala -M src/plugins/TransitionsInterfaces.vala - -commit 6345489529f8ad7435a12df10f5a3b99fc857298 -Author: Jim Nelson -Date: Sat Feb 12 01:59:56 2011 +0000 - - #3143: New data model for direct-edit mode to fix navigation problem. - -M Makefile -M src/BatchImport.vala -M src/DataCollection.vala -M src/DataObject.vala -D src/DelayedQueue.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/LibraryMonitor.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Tag.vala -M src/TimedQueue.vala -A src/direct/Direct.vala -A src/direct/DirectPhoto.vala -A src/direct/DirectPhotoPage.vala -A src/direct/DirectPhotoPlaceholder.vala -A src/direct/DirectView.vala -R096 src/DirectWindow.vala src/direct/DirectWindow.vala -A src/direct/mk/direct.mk -M src/main.vala -M src/photos/PhotoFileSniffer.vala -M src/util/misc.vala -M units.mk - -commit b6bb10e61603de9701a4cfcbbbc8d5eafe6f6a4f -Author: Eric Gregory -Date: Sat Feb 12 01:45:04 2011 +0000 - - #2606 fullscreen toolbar fix - -M src/AppWindow.vala - -commit a6273c7bba879970b31bf926a27a8bad83c5778c -Author: Eric Gregory -Date: Fri Feb 11 02:13:08 2011 +0000 - - #2611 prevent sidebar scrolling when deleting tags and events - -M src/LibraryWindow.vala -M src/Sidebar.vala - -commit 921bbf046259ffd57ba8fa39e86b9601fb9b63f0 -Author: Clinton Rogers -Date: Fri Feb 11 01:32:47 2011 +0000 - - This addresses ticker #853 - holding down ctrl+shift while clicking - to choose items works like it does in Nautilus file manager. - -M src/Page.vala - -commit f73012ba357e83c21077ac622cd406bd4ea1fb30 -Author: Lucas Beeler -Date: Thu Feb 10 21:03:30 2011 +0000 - - Simplified names in the publishing API; fixed a problem with Facebook - logout that should've been in my previous commit but wasn't. ;-) - -M plugins/shotwell-publishing/FacebookPublishing.vala -M src/plugins/PublishingInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/PublishingPluginHost.vala - -commit 8beb036282cccc0172af02e97ec85178cec130c2 -Author: Lucas Beeler -Date: Thu Feb 10 19:58:23 2011 +0000 - - Simplifies and refines the new publishing API; at this point, the - API is "stable" but not yet "frozen". - -M plugins/shotwell-publishing/FacebookPublishing.vala -M src/plugins/PublishingInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/PublishingPluginHost.vala - -commit 2acf162a4e91159f6365b674764dec7a739ebc3f -Author: Clinton Rogers -Date: Thu Feb 10 04:47:57 2011 +0000 - - This fixes #3146 by slightly increasing the size of the 'dirty' - region when preparing to erase the clip box from the previous frame. - -M src/EditingTools.vala - -commit e391cf4809cc053c14d54c5ae7bfa4f47dbb5cf9 -Author: Clinton Rogers -Date: Thu Feb 10 03:12:15 2011 +0000 - - Fix for #3144 - this adds the ability to press Ctrl-F in any area - of the app that has the search box to send focus to it. - -M src/MediaPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M ui/media.ui - -commit 29d7bce6ba19e20a170e318230c490fe2ad5892e -Author: Clinton Rogers -Date: Thu Feb 10 03:10:35 2011 +0000 - - Fix for #3023; we now check whether a failed external edit file - creation is due to insufficient permissions, and if so, display a - friendlier error message. - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/PhotoPage.vala - -commit 8ba6f59f8f12e3656c9a04e5ababa64e3785da6f -Author: Jim Nelson -Date: Thu Feb 10 02:10:01 2011 +0000 - - Removed spitter plugin, as it was only intended to test out early - implementations of the plugin loader. samples/simple-plugin is a - better place for what spitter set out to achieve. - -M plugins/plugins.mk -D plugins/spitter/Makefile -D plugins/spitter/spitter.vala - -commit 7cf599a0fe91f7052d6f1a17620c487edab4b578 -Author: Jim Nelson -Date: Thu Feb 10 01:50:56 2011 +0000 - - #3160: Plugin headers and VAPI files are now installable. Must be - enabled with the configure script. A .pc file is also installed. - #2535: Now that all valac warnings have been eliminated and we require - Vala 0.10.0 or above, added --fatal-warnings option to Makefile. - #3167: Fixed "unreachable catch clause" build warning. Also added - sample plugin to source tree. - -M Makefile -M configure -M plugins/Makefile.plugin.mk -M plugins/shotwell-publishing/Makefile -M plugins/shotwell-transitions/Makefile -M plugins/spitter/Makefile -A samples/simple-plugin/Makefile -A samples/simple-plugin/README -A samples/simple-plugin/simple-plugin.vala -A shotwell-plugin-dev-1.0.m4 -M src/VideoSupport.vala -M src/plugins/mk/interfaces.mk - -commit 1f813bacd23ce99342eb0ce1e967efd1218e7c40 -Author: Eric Gregory -Date: Wed Feb 9 20:03:39 2011 +0000 - - #3147 switch to totem-video-thumbnailer - -M Makefile -M src/VideoSupport.vala - -commit f6e0d5d35c0155082b4e4ed33221c0208e5bcff4 -Author: Eric Gregory -Date: Wed Feb 9 19:42:39 2011 +0000 - - #3129 fixed segfault when opening photo with missing backing file - -M src/CheckerboardLayout.vala -M src/PhotoPage.vala - -commit c0dbe8e620cb13f758b3e7e3968a84d48845ba41 -Author: Eric Gregory -Date: Wed Feb 9 19:29:19 2011 +0000 - - #3059 jump to last import page after import - -M src/LibraryWindow.vala - -commit da9a203490966b0f98e2c5a3a9ce5948be95b5c3 -Author: Jim Nelson -Date: Wed Feb 9 02:44:15 2011 +0000 - - #182: Further work on plugins interfaces. - -M plugins/Makefile.plugin.mk -M plugins/shotwell-publishing/FacebookPublishing.vala -M plugins/shotwell-publishing/shotwell-publishing.vala -M plugins/shotwell-transitions/CrumbleEffect.vala -M plugins/shotwell-transitions/FadeEffect.vala -M plugins/shotwell-transitions/SlideEffect.vala -M plugins/shotwell-transitions/shotwell-transitions.vala -M plugins/spitter/spitter.vala -M src/AppDirs.vala -M src/Config.vala -M src/plugins/Plugins.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/SpitInterfaces.vala -A src/plugins/StandardHostInterface.vala -M src/plugins/TransitionsInterfaces.vala -M src/plugins/mk/interfaces.mk -M src/plugins/mk/plugins.mk -M src/publishing/APIGlue.vala -M src/slideshow/TransitionEffects.vala - -commit b80664e8247acc47b3e860aa343309d97b8b4231 -Author: Adam Dingle -Date: Wed Feb 9 00:12:20 2011 +0000 - - Added Eric to AUTHORS. - -M AUTHORS -M THANKS -M src/Resources.vala -M src/photos/GRaw.vala - -commit 24caa52ea8c4ff7a9414542d62bfd748c758242a -Author: Clinton Rogers -Date: Tue Feb 8 21:13:25 2011 +0000 - - Fix for #3124. We now track whether we've gotten an event for the - escape key, and if so, we clear the search box, otherwise, we let - the event proceed normally. - -M src/MediaPage.vala - -commit 14447961692c0292ad44778bdf3a117d807ff5e9 -Author: Adam Dingle -Date: Tue Feb 8 20:12:45 2011 +0000 - - Added Clinton to THANKS file. - -M THANKS - -commit 1e13a3d237c4b284ab6315705971646131574e60 -Author: Lucas Beeler -Date: Tue Feb 8 02:11:28 2011 +0000 - - The Facebook Connector, previously ported to the new publishing API, - has now been packaged in a separate .so file as a dynamically loadable - plug-in. This is the result of both code and build system changes. - -M plugins/Makefile.plugin.mk -M plugins/plugins.mk -R098 src/publishing/FacebookPublishing.vala -plugins/shotwell-publishing/FacebookPublishing.vala -A plugins/shotwell-publishing/Makefile -A plugins/shotwell-publishing/shotwell-publishing.vala -M src/FacebookConnector.vala -M src/plugins/PublishingInterfaces.vala -M src/plugins/mk/interfaces.mk -M src/publishing/APIGlue.vala -M src/publishing/mk/publishing.mk - -commit 044eb8993049ed17b0f2b93d5aed6f9d5386f471 -Author: Adam Dingle -Date: Mon Feb 7 18:49:17 2011 +0000 - - Updated minimum Vala version to 0.10.0. - -M Makefile - -commit 2be5ac16086c46416e2ee873349f42149f048469 -Author: Eric Gregory -Date: Fri Feb 4 23:59:52 2011 +0000 - - #1579 customizable directory structure - -M src/AppDirs.vala -M src/Config.vala -M src/Dialogs.vala -M src/LibraryFiles.vala -M src/MediaDataRepresentation.vala -M src/Resources.vala -M ui/shotwell.glade - -commit 0e6b31b82553cf5f177d5ce8f0071b2ffc94d758 -Author: Jim Nelson -Date: Fri Feb 4 23:43:36 2011 +0000 - - Build system now removes temp file leftover during VAPI creation. - -M src/plugins/mk/interfaces.mk - -commit 3499ae9535d2404bdc10e044d1f75da51d642704 -Author: Jim Nelson -Date: Fri Feb 4 23:31:57 2011 +0000 - - #3121: Fixed critical warning in progress bar. Needed to wait for - realize signal (which means the GDK window object has been created) - before calling methods on the GDK window. - -M src/Dialogs.vala - -commit 535317def33a6ec7015c022926fb623fa25519fa -Author: Clinton Rogers -Date: Fri Feb 4 00:32:05 2011 +0000 - - Dialogs: made the Preferences dialog regain focus if the user chooses - 'Edit -> Preferences' a second time (trac #3001) - PiwigoConnector: changed the mnemonic for the 'Username' field from - 'U' to 'N' (#3002) - -M src/Dialogs.vala -M src/PiwigoConnector.vala - -commit 6210207f931d85dd0abbb7980962223552ff2a06 -Author: Jim Nelson -Date: Thu Feb 3 23:24:20 2011 +0000 - - #2450: Toolbar now remains pinned in fullscreen mode. Courtesy Philip - Beam. - -M src/AppWindow.vala -M src/PhotoPage.vala - -commit 2d4a043b1395c57466baa98b15893bfe59ddd079 -Author: Lucas Beeler -Date: Thu Feb 3 03:24:01 2011 +0000 - - Refines the new publishing API so that the plugin host completely - encapsulates operations on temporary files. This way, plugin writers - don't have to deal with temporaries. Changed the reference Facebook - plugin to conform to the changed API. - -M src/WebConnectors.vala -M src/plugins/PublishingInterfaces.vala -M src/publishing/APIGlue.vala -M src/publishing/FacebookPublishing.vala -M src/publishing/PublishingPluginHost.vala - -commit bcb052e528ef88bad218a2e9384ce31122d00669 -Author: Jim Nelson -Date: Thu Feb 3 01:16:56 2011 +0000 - - #601: Import TIFF files. This represents basic TIFF support, 8-bit - pipeline only, using gdk-pixbuf as the support library. - -M Makefile -M misc/shotwell-viewer.desktop.head -M src/BatchImport.vala -M src/Photo.vala -R100 src/GRaw.vala src/photos/GRaw.vala -R092 src/GdkSupport.vala src/photos/GdkSupport.vala -R100 src/JfifSupport.vala src/photos/JfifSupport.vala -R100 src/PhotoFileAdapter.vala src/photos/PhotoFileAdapter.vala -R092 src/PhotoFileFormat.vala src/photos/PhotoFileFormat.vala -R100 src/PhotoFileSniffer.vala src/photos/PhotoFileSniffer.vala -R100 src/PhotoMetadata.vala src/photos/PhotoMetadata.vala -A src/photos/Photos.vala -R100 src/PngSupport.vala src/photos/PngSupport.vala -R100 src/RawSupport.vala src/photos/RawSupport.vala -A src/photos/TiffSupport.vala -A src/photos/mk/photos.mk -M units.mk - -commit 30102cc21ff921875a2e3d198d7413473dd67e33 -Author: Jim Nelson -Date: Thu Feb 3 00:53:26 2011 +0000 - - #3148: Moved AlienDb/F-Spot import menu actions into LibraryWindow - as a common action. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/MediaPage.vala -M src/OfflinePage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/TrashPage.vala -M src/VideosPage.vala -M ui/direct.ui -M ui/event.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/tags.ui -M ui/trash.ui - -commit 40dde946f7418065c554cdb3f9459c37ca1bbcfa -Author: Jim Nelson -Date: Wed Feb 2 23:54:49 2011 +0000 - - #3096: Unitize the alien database/F-Spot import code. Courtesy Bruno - Girin. - -M Makefile -D src/AlienDatabase.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -D src/FSpotDatabaseDriver.vala -D src/FSpotDatabaseTables.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/MediaPage.vala -M src/OfflinePage.vala -M src/PhotoPage.vala -M src/TrashPage.vala -A src/alien_db/AlienDatabase.vala -A src/alien_db/AlienDatabaseDriver.vala -A src/alien_db/AlienDatabaseEvent.vala -A src/alien_db/AlienDatabaseHandler.vala -R093 src/AlienDatabaseImportDialog.vala -src/alien_db/AlienDatabaseImportDialog.vala -A src/alien_db/AlienDatabaseImportDialogController.vala -A src/alien_db/AlienDatabaseImportJob.vala -R054 src/AlienDatabaseImportJob.vala -src/alien_db/AlienDatabaseImportSource.vala -A src/alien_db/AlienDatabasePhoto.vala -A src/alien_db/AlienDatabaseTag.vala -A src/alien_db/AlienDatabaseVersion.vala -A src/alien_db/AlienDb.vala -A src/alien_db/DiscoveredAlienDatabase.vala -A src/alien_db/f_spot/AlienDb.FSpot.vala -A src/alien_db/f_spot/FSpotDatabase.vala -A src/alien_db/f_spot/FSpotDatabaseBehavior.vala -A src/alien_db/f_spot/FSpotDatabaseDriver.vala -A src/alien_db/f_spot/FSpotDatabaseEvent.vala -A src/alien_db/f_spot/FSpotDatabasePhoto.vala -A src/alien_db/f_spot/FSpotDatabaseTable.vala -A src/alien_db/f_spot/FSpotDatabaseTag.vala -A src/alien_db/f_spot/FSpotMetaTable.vala -A src/alien_db/f_spot/FSpotPhotoTagsTable.vala -A src/alien_db/f_spot/FSpotPhotoVersionsTable.vala -A src/alien_db/f_spot/FSpotPhotosTable.vala -A src/alien_db/f_spot/FSpotRollsTable.vala -A src/alien_db/f_spot/FSpotTableBehavior.vala -A src/alien_db/f_spot/FSpotTagsTable.vala -A src/alien_db/f_spot/mk/f_spot.mk -A src/alien_db/mk/alien_db.mk -M src/main.vala -M ui/shotwell.glade -M units.mk - -commit 0b1cd2bc538a9b7e5f5aa66756789bf39f9d1813 -Author: Lucas Beeler -Date: Wed Feb 2 02:28:13 2011 +0000 - - Ports the Facebook connector to the new publishing API. Includes - refinements to the publishing API to support the ported Facebook - connector as well as the soon-to-be-ported Picasa connector. - -M src/Config.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/PicasaConnector.vala -M src/PiwigoConnector.vala -M src/WebConnectors.vala -M src/YandexConnector.vala -M src/YouTubeConnector.vala -M src/plugins/Plugins.vala -M src/plugins/PublishingInterfaces.vala -A src/publishing/APIGlue.vala -A src/publishing/FacebookPublishing.vala -A src/publishing/Publishing.vala -A src/publishing/PublishingPluginHost.vala -A src/publishing/mk/publishing.mk -M units.mk - -commit c708b1b6875e33ae351b5e2e1cda3a65f2331ae0 -Author: Jim Nelson -Date: Wed Feb 2 01:04:59 2011 +0000 - - #2705: Maximum Vala compiler version now checked during build. - -M Makefile -A chkver -D minver -M src/plugins/mk/interfaces.mk - -commit 61f1440c12517de2024096d8bb616601484fbc76 -Author: Jim Nelson -Date: Tue Feb 1 23:26:53 2011 +0000 - - #2519: Migration from DBus GLib to GDBus. - -M Makefile -M debian/control -M src/Screensaver.vala - -commit ef9c4b4bf527da5c345dc7f47c5f74d06027bf0c -Author: Jim Nelson -Date: Tue Feb 1 21:20:34 2011 +0000 - - #3142: Fixes segfault if a transition is occurring when the window - is destroyed. - -M src/Page.vala - -commit 87e6fdcf9ea1d4e50535dca62ac240ca85bf9885 -Author: Jim Nelson -Date: Tue Feb 1 21:15:36 2011 +0000 - - #2527: Cairo now used for all drawing. Courtesy Siddhesh Poyarekar. - -M THANKS -M src/CheckerboardLayout.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/slideshow/TransitionEffects.vala -M src/util/image.vala - -commit 3aea9ec212919bcec87d184b6c4a760b54de03bc -Author: Jim Nelson -Date: Tue Feb 1 02:59:31 2011 +0000 - - #3114: mkunit and Makefile now handle subunits properly. Courtesy - Bruno Girin. - -M Makefile -M mkunit - -commit 1514b4ab387883e1c9837750d0029a1aff2d9e7b -Author: Jim Nelson -Date: Tue Feb 1 00:24:40 2011 +0000 - - #2869: Delete tag with the Delete button. Courtesy Philip Beam. - -M src/LibraryWindow.vala -M src/Page.vala -M src/Sidebar.vala -M src/TagPage.vala - -commit 87354b7a7e16a38b0cc210d518ba26079b45b4d0 -Author: Jim Nelson -Date: Mon Jan 31 23:03:37 2011 +0000 - - #2987: Now using VFS to retrieve file's mime-type to verify it's a - video rather than a hard-coded list of extensions. Courtesy Bruno - Girin. - -M Makefile -M src/VideoSupport.vala - -commit ec3f579adef5300958b9b34d08cb0ee9f3df21f3 -Author: Adam Dingle -Date: Wed Jan 26 18:29:11 2011 +0000 - - Fixed #3127 (Shotwell fails to build on trunk), replacing a - non-portable - echo command with printf. - -M src/plugins/mk/interfaces.mk - -commit 212a7309ca0260be779b18da0f8b20bc8ef7a5b8 -Author: Adam Dingle -Date: Mon Jan 24 18:42:59 2011 +0000 - - A patch from Bruno Girin: - Fixed #3113 (Original date displayed as 01/m/2011 in adjust date - and time - dialog). - -M po/en_GB.po -M po/tr.po - -commit fe1aed931f607f2d45ba8eb37dda4a78b320dc5a -Author: Jim Nelson -Date: Fri Jan 21 01:31:01 2011 +0000 - - #182: Further work on the plugins interface. First live - implementation of Shotwell plugins included in this commit: Slideshow - transitions. - -M Makefile -M plugins/Makefile -M plugins/Makefile.plugin.mk -M plugins/plugins.mk -A plugins/shotwell-transitions/CrumbleEffect.vala -A plugins/shotwell-transitions/FadeEffect.vala -A plugins/shotwell-transitions/Makefile -A plugins/shotwell-transitions/SlideEffect.vala -A plugins/shotwell-transitions/shotwell-transitions.vala -M plugins/spitter/Makefile -M plugins/spitter/spitter.vala -M src/Config.vala -M src/Page.vala -M src/SlideshowPage.vala -M src/plugins/Plugins.vala -M src/plugins/SpitInterfaces.vala -A src/plugins/TransitionsInterfaces.vala -A src/plugins/mk/interfaces.mk -M src/plugins/mk/plugins.mk -M src/slideshow/Slideshow.vala -M src/slideshow/TransitionEffects.vala -M src/slideshow/mk/slideshow.mk -M src/util/misc.vala - -commit 1b6c3c4362f22ea2c2dd3f27b747271d4ce3c792 -Author: Jim Nelson -Date: Tue Jan 18 23:32:06 2011 +0000 - - #1081: Slideshow transitions, including Fade, Shift, and Tear down. - Courtesy Maxim Kartashev. - -M THANKS -M src/AppWindow.vala -M src/Config.vala -M src/Page.vala -M src/SlideshowPage.vala -M src/plugins/Plugins.vala -M src/plugins/mk/plugins.mk -A src/slideshow/Slideshow.vala -A src/slideshow/TransitionEffects.vala -C085 src/unit/rc/template.mk src/slideshow/mk/slideshow.mk -M src/unit/rc/template.mk -M src/util/misc.vala -M src/util/string.vala -M units.mk - -commit d0a1fdf2ec5a25889ffcabd0545b70d3fd328655 -Author: Jim Nelson -Date: Tue Jan 18 02:41:35 2011 +0000 - - #182: Further work in building infrastructure to support plug-ins. - -M Makefile -A plugins/Makefile -A plugins/Makefile.plugin.mk -A plugins/plugins.mk -A plugins/spitter/Makefile -A plugins/spitter/spitter.vala -M src/AppDirs.vala -M src/DirectoryMonitor.vala -M src/plugins/Plugins.vala -A src/plugins/SpitInterfaces.vala -M src/plugins/mk/plugins.mk -M src/util/Util.vala - -commit ca262ebc3334fcb51cfe65e4ec426f49d623b4bb -Author: Eric Gregory -Date: Sat Jan 15 01:45:50 2011 +0000 - - #80 search filter! - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Config.vala -M src/DataCollection.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/MediaPage.vala -M src/PhotoPage.vala -M src/VideosPage.vala - -commit ff4367cb8f70f38c8b4f2db0d6dd321ca4c5cae9 -Author: Lucas Beeler -Date: Sat Jan 15 01:24:57 2011 +0000 - - This commits the "chilled" version of the Publishing Plugins API - that will be used to develop the first reference plugin. - -M src/plugins/PublishingInterfaces.vala - -commit dd0844f0a9d4033fe5cba4adf2fcb894a2c4b8e1 -Author: Jim Nelson -Date: Fri Jan 14 20:07:45 2011 +0000 - - #3097: Fixes problem in sidebar where renaming one event renames - a second. Courtesy Philip Beam. - -M src/Sidebar.vala - -commit a2335d6fae3d0241ef68e7b1a885da4c52464d93 -Author: Jim Nelson -Date: Fri Jan 14 00:51:19 2011 +0000 - - #182: First step toward publishing plugins. This establishes the - plugins unit and makes first-stab declarations toward interfaces - that will be used in the publishing process. - -M mkunit -A src/plugins/Plugins.vala -A src/plugins/PublishingInterfaces.vala -C092 src/unit/rc/template.mk src/plugins/mk/plugins.mk -M src/unit/rc/template.mk -M units.mk - -commit 0ccb3d1fe7d99dc26fc7ca77cf6550513941992e -Author: Eric Gregory -Date: Wed Jan 12 20:07:48 2011 +0000 - - #3065 crank it up to 2011 - -M INSTALL -M README -M configure -M debian/copyright -M help/C/Makefile -M libraw-config -M minver -M src/AlienDatabase.vala -M src/AlienDatabaseImportDialog.vala -M src/AlienDatabaseImportJob.vala -M src/AppDirs.vala -M src/AppWindow.vala -M src/Application.vala -M src/BatchImport.vala -M src/Box.vala -M src/CameraTable.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/CommandManager.vala -M src/Commands.vala -M src/Config.vala -M src/CustomComponents.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Debug.vala -M src/DelayedQueue.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectWindow.vala -M src/DirectoryMonitor.vala -M src/EditingTools.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/Exporter.vala -M src/FSpotDatabaseDriver.vala -M src/FSpotDatabaseTables.vala -M src/FacebookConnector.vala -M src/FlaggedPage.vala -M src/FlickrConnector.vala -M src/GPhoto.vala -M src/GRaw.vala -M src/GdkSupport.vala -M src/ImportPage.vala -M src/International.vala -M src/JfifSupport.vala -M src/LastImportPage.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/MediaDataRepresentation.vala -M src/MediaInterfaces.vala -M src/MediaMetadata.vala -M src/MediaMonitor.vala -M src/MediaPage.vala -M src/MetadataWriter.vala -M src/MimicManager.vala -M src/OfflinePage.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoFileAdapter.vala -M src/PhotoFileFormat.vala -M src/PhotoFileSniffer.vala -M src/PhotoMetadata.vala -M src/PhotoMonitor.vala -M src/PhotoPage.vala -M src/PicasaConnector.vala -M src/PixbufCache.vala -M src/PngSupport.vala -M src/Printing.vala -M src/Properties.vala -M src/RawSupport.vala -M src/Resources.vala -M src/Screensaver.vala -M src/Sidebar.vala -M src/SlideshowPage.vala -M src/SortedList.vala -M src/Tag.vala -M src/TagPage.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/TimedQueue.vala -M src/Tombstone.vala -M src/TrashPage.vala -M src/VideoMetadata.vala -M src/VideoMonitor.vala -M src/VideoSupport.vala -M src/VideosPage.vala -M src/WebConnectors.vala -M src/YouTubeConnector.vala -M src/db/DatabaseTable.vala -M src/main.vala -M src/threads/Workers.vala -M src/util/file.vala -M src/util/image.vala -M src/util/misc.vala -M src/util/string.vala -M src/util/system.vala -M vapi/ExtendedPosix.vapi -M vapi/LConv.vapi -M vapi/gphoto.h -M vapi/libexif.vapi -M vapi/libgphoto2.vapi -M vapi/libraw.vapi - -commit ffa14fb2aa8fd1310fdd4f33c6002594b89a6349 -Author: Jim Nelson -Date: Wed Jan 12 02:36:32 2011 +0000 - - Termination order was incorrect. - -M src/unit/rc/UnitInternals.m4 - -commit d0973db72c9af793b1d29d8a3976e51929476abf -Author: Jim Nelson -Date: Wed Jan 12 00:56:55 2011 +0000 - - #2650: Major reorganization of Shotwell source into units, which - puts code of related or similar functionality into logical groupings. - Code is now "unitized" or "ununitized". Four new units are introduced - here (unit, util, db, and threads). More will follow, so that the - reorg is in small stages and not one fell swoop. - -M Makefile -A mkunit -A mkvala -D src/DatabaseTables.vala -A src/db/DatabaseTable.vala -A src/db/Db.vala -A src/db/EventTable.vala -A src/db/PhotoTable.vala -A src/db/TagTable.vala -A src/db/TombstoneTable.vala -A src/db/VersionTable.vala -A src/db/VideoTable.vala -A src/db/mk/db.mk -M src/main.vala -R059 src/Workers.vala src/threads/BackgroundJob.vala -A src/threads/Semaphore.vala -A src/threads/Threads.vala -A src/threads/Workers.vala -A src/threads/mk/threads.mk -A src/unit/Unit.vala -A src/unit/mk/unit.mk -A src/unit/rc/Unit.m4 -A src/unit/rc/UnitInternals.m4 -A src/unit/rc/template.mk -A src/unit/rc/template.vala -A src/unit/rc/unitize_entry.m4 -A src/util/KeyValueMap.vala -A src/util/Util.vala -R100 src/file_util.vala src/util/file.vala -R100 src/image_util.vala src/util/image.vala -R084 src/util.vala src/util/misc.vala -A src/util/mk/util.mk -R100 src/string_util.vala src/util/string.vala -R100 src/system.vala src/util/system.vala -A unitize.mk -A units.mk - -commit 3cdf4ab28597c554dd4cd4d917198a82cc9f2b20 -Author: Eric Gregory -Date: Wed Jan 12 00:39:35 2011 +0000 - - #2981 added FAQ - -M src/AppWindow.vala -M src/Resources.vala -M ui/direct.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/trash.ui - -commit 88524ca6b187a946afc098a5f20cf66ed97463e6 -Author: Eric Gregory -Date: Tue Jan 11 21:04:04 2011 +0000 - - #2846 #2647 view collection now copied when entering single photo mode - -M src/DataCollection.vala -M src/DataObject.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 90cf27c28dcf0e700697dfeab0fdfee7d21eb743 -Author: Jim Nelson -Date: Tue Jan 11 21:03:53 2011 +0000 - - #2490: Renaming event or tag now sticks when Enter or clicked away. - Courtesy Philip Beam. - -M src/Sidebar.vala - -commit dcaebd1fb027d97d9ee48ebfef8670f3651eb687 -Author: Lucas Beeler -Date: Tue Jan 11 04:04:22 2011 +0000 - - Updated version numbers of the Makefile, POT file, and all PO files - to 0.8.1+trunk following the Shotwell 0.8.1 release. - -M Makefile -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 414e0d5f23cd44d6974f9ed0e605deda37676c92 -Author: Lucas Beeler -Date: Tue Jan 11 04:01:54 2011 +0000 - - Merged the debian/changelog file from the 0.8.x branch into trunk - following the release of Shotwell 0.8.1. - -M debian/changelog - -commit 17346e4a372fd59172b3bb545debab50419c6e8a -Author: Lucas Beeler -Date: Tue Jan 11 03:59:57 2011 +0000 - - Merged NEWS file from the 0.8.x release branch following the relase - of Shotwell 0.8.1. - -M NEWS - -commit 86a8c6f3f4b6b2133d6333b1df927caebc6caae2 -Author: Eric Gregory -Date: Tue Jan 11 02:57:29 2011 +0000 - - #2979 specific error when unable to import to library folder - -M src/BatchImport.vala -M src/Dialogs.vala -M src/Photo.vala - -commit d8059e5ae0e06fcab446b3d012e59759d7c13b03 -Author: Jim Nelson -Date: Mon Jan 10 23:11:48 2011 +0000 - - #2874: Only show the progress dialog box after a small amount of - time has elapsed, to prevent it flashing on the screen for quick - operations. Courtesy Maxim. - -M src/Dialogs.vala - -commit 30fb90b3f6a53f84bc4a178cefeb7ca03c18b4a9 -Merge: dcda7c93 3434f5c6 -Author: Jim Nelson -Date: Fri Jan 7 23:10:44 2011 +0000 - - Merge from branch shotwell-0.8. - -commit 3434f5c6564742026576c174080fe68b973ba08e -Author: Jim Nelson -Date: Fri Jan 7 23:09:06 2011 +0000 - - #3076: ImportPage wasn't deleting videos if the user requested it. - -M src/ImportPage.vala - -commit 176553cf0e83737afe17072f4958975fdb9bf69f -Author: Jim Nelson -Date: Fri Jan 7 22:47:55 2011 +0000 - - #3075: Add/Modify Tags was missing in Videos context menu. - Courtesty Richard B. Kreckel. - -M THANKS -M ui/video.ui - -commit dcda7c9344f4cb21ef16a63617d225fdcaf78c9b -Merge: 678e772b e8930156 -Author: Jim Nelson -Date: Fri Jan 7 00:58:08 2011 +0000 - - Merge from 0.8 branch. - -commit e89301566b2d7afd5650b58ba9ab7ba341603f0b -Author: Jim Nelson -Date: Fri Jan 7 00:52:07 2011 +0000 - - #3020: Fixes a situation where an invalid tag name (blank or all - spaces) makes it way into the database and then can't be added to - a tag lookup table at startup. - -M src/Photo.vala -M src/Tag.vala - -commit cddc373eaa368c6f7e4f9361a11cbb00cce18632 -Author: Eric Gregory -Date: Thu Jan 6 00:24:12 2011 +0000 - - #3041 removed FLUSH flag - -M src/VideoSupport.vala - -commit 678e772bdcfc98edce921f456e948b96abb47e27 -Author: Eric Gregory -Date: Thu Jan 6 00:19:54 2011 +0000 - - #3041 removed FLUSH flag - -M src/VideoSupport.vala - -commit e66d51505845aa053bd17e24e9a7e40e7c72a63f -Author: Jim Nelson -Date: Thu Jan 6 00:13:42 2011 +0000 - - #3014: Similar to #3033, but this deals not with an empty keyword - list but when the keyword list is nothing but spaces. - -M src/MetadataWriter.vala -M src/PhotoMetadata.vala - -commit 4d27bbf23c7757cfcba6e8685ebf99b98ee0de9c -Merge: 25f0eb52 31333fee -Author: Jim Nelson -Date: Wed Jan 5 02:17:11 2011 +0000 - - Merge of 0.8.0+branch to trunk. - -commit 31333fee721b0d4830be0bd2a0181a8ca4702eea -Author: Jim Nelson -Date: Wed Jan 5 02:10:34 2011 +0000 - - #3057: Fixes problem reading video metadata from certain MP4/Quicktime - files. - -M src/VideoMetadata.vala - -commit d77de150b1f94cd409ccf474db965c1331fce33e -Author: Vera Yin -Date: Wed Jan 5 01:04:56 2011 +0000 - - Updated Italian and Portuguese translations in 0.8 branch. - -M po/it.po -M po/pt.po - -commit 09af5174121e5b8d752078df543759e42b5b5fee -Author: Jim Nelson -Date: Wed Jan 5 00:18:22 2011 +0000 - - #3056: Added support for the Samsung RAW format (.srw) - -M src/Photo.vala -M src/RawSupport.vala - -commit cc8d2972911c167f4fcfcb648ca46853e283c13a -Author: Jim Nelson -Date: Tue Jan 4 21:00:57 2011 +0000 - - #3033: Importing a file with an empty keyword list in its metadata - caused Shotwell to segfault. - -M src/PhotoMetadata.vala - -commit 0116f5d4bdb25430782f1ca1ced14730ce62492c -Author: Jim Nelson -Date: Tue Jan 4 00:30:17 2011 +0000 - - #3030: 3GP support (originally added to trunk in r2529) merged into - 0.8 branch. - -M src/VideoSupport.vala - -commit ee4b4f883ce3b22038fff47af8eb86bc5b5c72f0 -Author: Jim Nelson -Date: Tue Jan 4 00:00:44 2011 +0000 - - #3050: Fixes build error with Vala 0.10.2. Also discovered during - testing that we no longer build on Vala 0.9.7 (our stated minimum - version). We now require 0.9.8. - -M Makefile -M debian/control -M src/Dialogs.vala - -commit 0f74aa7604c7b39fdbff1ceac60fe468fe732ccf -Author: Jim Nelson -Date: Mon Jan 3 20:02:03 2011 +0000 - - Oops! Never committed necessary changes to packaging 0.8. - Here they are. - -M Makefile -M NEWS -M README -M debian/changelog -M debian/control - -commit 25f0eb524a5773c76a5f67c26d5c978beb8e6af4 -Author: Eric Gregory -Date: Wed Dec 29 20:27:30 2010 +0000 - - Reverting change from r2530 - -M src/Sidebar.vala - -commit f36a021b2c21248c02ce5d01a87f73382411ad9a -Author: Eric Gregory -Date: Wed Dec 29 20:21:00 2010 +0000 - - #2869 delete tag on sidebar - -M src/Sidebar.vala - -commit 6fa3d6e926cc99339660df957cf8413963adcc1a -Author: Adam Dingle -Date: Mon Dec 27 14:31:14 2010 +0000 - - Added .3gp and .3g2 to the list of video file extensions. - -M src/VideoSupport.vala - -commit c65b5a29255415d26a9a4f678b5d1811789feec6 -Author: Eric Gregory -Date: Fri Dec 24 00:38:47 2010 +0000 - - #2310 date comparison will compare against filenames when dates - are equal - -M src/Thumbnail.vala - -commit 6e9864587c36d25e17dc0695b27dc478c4f0b8ac -Author: Eric Gregory -Date: Fri Dec 24 00:33:17 2010 +0000 - - #2905 strip extra bytes off end of GPhoto thumbnails - -M src/GPhoto.vala - -commit 374be5aa69a6025f50073503be588695a965a98e -Author: Eric Gregory -Date: Fri Dec 24 00:24:35 2010 +0000 - - #2877 Camera icons from GIO - -M src/CameraTable.vala -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/FlaggedPage.vala -M src/ImportPage.vala -M src/LastImportPage.vala -M src/LibraryWindow.vala -M src/OfflinePage.vala -M src/Page.vala -M src/Sidebar.vala -M src/TagPage.vala -M src/TrashPage.vala -M src/VideosPage.vala - -commit 2e39f98e84b34705225acb010374e5734e6a6ccf -Author: Vera Yin -Date: Thu Dec 23 22:55:34 2010 +0000 - - Langtouched newest translations. - -M po/hu.po -M po/sv.po -M po/tr.po - -commit 023d62c6241a7ae448bdacca2d5234d78a91da8a -Author: Vera Yin -Date: Thu Dec 23 22:52:37 2010 +0000 - - Updated Hungarian, Swedish, and Turkish translations in shotwell-0.8 - branch. - -M po/hu.po -M po/sv.po -M po/tr.po - -commit 03e474e4d577226b62b16475ebcafef470c91ad6 -Author: Vera Yin -Date: Thu Dec 23 20:31:47 2010 +0000 - - Langtouched po files to version shotwell-0.8.0 in branch. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit d5f90aead104018188afa577eb67979736fa8551 -Author: Jim Nelson -Date: Thu Dec 23 20:07:45 2010 +0000 - - Updating trunk version to 0.8.0+trunk. - -M Makefile - -commit 56ebcd8aa00ef89fc8e8c9dcf08d619bc5b2a9b9 -Author: Jim Nelson -Date: Thu Dec 23 20:06:01 2010 +0000 - - 0.8 branch. - -commit 2b4a4b038de27615c0930390b43de4497137ac7c -Author: Jim Nelson -Date: Thu Dec 23 20:03:05 2010 +0000 - - #3010: Fixed warnings in full-window mode (usually only appear when - a file is missing). - -M src/PhotoPage.vala - -commit da2d50ee071c53bc494da281da031fa3df33e052 -Author: Jim Nelson -Date: Thu Dec 23 16:34:01 2010 +0000 - - Cleaning up the Mallard Makefile. - -M help/C/Makefile - -commit 177aa77cf50996265ba458f8099489f27b175e7d -Author: Vera Yin -Date: Thu Dec 23 03:57:30 2010 +0000 - - The Makefile that Mallard should have supplied. - -A help/C/Makefile - -commit 16b82ecea3dd2a2d33f425094b78f13eccdf90ae -Author: Jim Nelson -Date: Thu Dec 23 02:09:16 2010 +0000 - - Fixed a mistake in the Print help page. - -M help/C/share-print.page - -commit 7d99e750516194c1c5aba48a26f24cb861831d20 -Author: Adam Dingle -Date: Thu Dec 23 01:43:58 2010 +0000 - - Three new help pages. - -A help/C/organize-flag.page -A help/C/other-files.page -A help/C/share-send.page - -commit e6a15fbadf73d5da8b321a783885b69010602e5f -Author: Vera Yin -Date: Thu Dec 23 01:39:32 2010 +0000 - - Updated documentation - fixed href links. - -M help/C/index.page -M help/C/share-upload.page - -commit 355ebdd8e36c98c590fb6544e38b7d46cbea3c7f -Author: Jim Nelson -Date: Wed Dec 22 17:51:54 2010 +0000 - - #2998: Solves memory leak problem without causing problem discovered - in #3006. - -M src/BatchImport.vala - -commit 8f9bebac81e34e851188374994352b7a1f6726a8 -Author: Adam Dingle -Date: Wed Dec 22 13:22:02 2010 +0000 - - Backed out r2509 since it broke importing. - -M src/BatchImport.vala - -commit 53c9df3742c9122ccb52a5ed7d6e1b0329009dd6 -Author: Jim Nelson -Date: Wed Dec 22 02:42:03 2010 +0000 - - #2998: Solves memory leak when importing photos. - -M src/BatchImport.vala - -commit 753843f838d944cfe8b027f1825380f16420cc78 -Author: Eric Gregory -Date: Wed Dec 22 02:41:08 2010 +0000 - - #3000 can now select pre-selected library folder - -M src/Dialogs.vala - -commit 467b34f8ffe0d62d39d42eaaed9252b424346333 -Author: Eric Gregory -Date: Wed Dec 22 01:53:58 2010 +0000 - - #3000 allow invalid photo lib folder - -M src/Dialogs.vala - -commit 4b1b0c77f3ad6c829b848a0e82f24e6690067010 -Author: Jim Nelson -Date: Wed Dec 22 01:35:26 2010 +0000 - - #2988 and #2502: When keywords are altered in the master or editable - file, now replacing Shotwell tags with those in the file. Lucas did - prelim on this ticket. - -M src/Photo.vala -M src/Tag.vala -M src/util.vala - -commit 25a9e638d1c6f3afb6f4a5ec558f624a2ae997cf -Author: Jim Nelson -Date: Tue Dec 21 23:31:32 2010 +0000 - - A warning that was leftover from r2504. - -M src/BatchImport.vala - -commit b08022ff8b3b4ddc2e957f1f1b0582347629dc40 -Author: Jim Nelson -Date: Tue Dec 21 22:52:36 2010 +0000 - - A user sent me a file that Shotwell would not import. It turns out - BatchImport was not handling the error case of a file with unreadable - metadata (which can happen with RAW files) properly, treating it as - a hard error. This fixes that problem. - -M src/BatchImport.vala - -commit 7ae8c964e5e21c0dc653f1a7f0d3cfa401d52227 -Author: Jim Nelson -Date: Tue Dec 21 19:53:44 2010 +0000 - - #2969: Auto-import was not detecting content duplicates and importing - them. BatchImport would then detect the MD5 duplicate and untrash - the matching file. This fixes that. - -M src/BatchImport.vala -M src/LibraryMonitor.vala - -commit b68704d3ad54d1c8f0d7248b72e8188e23f6e5d1 -Author: Jim Nelson -Date: Tue Dec 21 06:27:22 2010 +0000 - - #2994: Fixed regression with handling fullscreen mode with photos - and videos present. - -M src/CollectionPage.vala -M src/Event.vala -M src/EventsDirectoryPage.vala - -commit e991aee3d22fd5d327841020b14c03cf636449ee -Author: Jim Nelson -Date: Tue Dec 21 05:52:54 2010 +0000 - - #2990 and #2991: Nasty, nasty memory leak caused by three bugs working - in concert to keep the HTTP payload (worse case, an entire video file) - in memory. - -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/PicasaConnector.vala -M src/PiwigoConnector.vala -M src/WebConnectors.vala -M src/YandexConnector.vala -M src/YouTubeConnector.vala - -commit 33b60c9edb901df87ac3a71f3ef7fe770ab036a7 -Author: Jim Nelson -Date: Tue Dec 21 05:47:19 2010 +0000 - - #3003: The command (undo/redo) stack is reset when a new file is - loaded into the photo viewer (saving a photo entails a re-load, - so it works for this as well). - -M src/PhotoPage.vala - -commit 8612d155ca753116170d16befebd33458b941d36 -Author: Jim Nelson -Date: Mon Dec 20 21:36:15 2010 +0000 - - Recent change to handle fullscreen mode didn't take into account how - the ImportPage guards against fullscreen mode. Shouldn't error out, - returning null is the proper way. - -M src/ImportPage.vala - -commit b9f28d27232d136770cb72f5b11df16383646d26 -Author: Eric Gregory -Date: Mon Dec 20 21:20:59 2010 +0000 - - #2997 crash when video wasn't readable - -M src/BatchImport.vala - -commit e186d2cbc1986c1dcc7ca26d4dbe1b80fb0f41e8 -Author: Lucas Beeler -Date: Mon Dec 20 21:11:11 2010 +0000 - - Fixes #2973. - -M src/DatabaseTables.vala -M src/Photo.vala - -commit 1e1cd92bc30143a08e45881ac00bec2087976924 -Author: Adam Dingle -Date: Mon Dec 20 20:23:36 2010 +0000 - - Updated documentation. - -M help/C/edit-adjustments.page -M help/C/edit-enhance.page -M help/C/edit-nondestructive.page -M help/C/edit-redeye.page -M help/C/edit-undo.page -M help/C/formats.page -M help/C/organize-remove.page -M help/C/organize-title.page -M help/C/other-missing.page -M help/C/other-multiple.page -M help/C/share-upload.page -M help/C/view-displaying.page -M help/C/view-information.page -M help/C/view-sidebar.page - -commit a2f0862c73d645c650799e3360b9beea585cd330 -Author: Jim Nelson -Date: Mon Dec 20 20:18:39 2010 +0000 - - #2994: Fixed how Fullscreen mode works, both in verifying that only - a photo may be the source of fullscreen mode and the Gtk.Action's - sensitivity. - -M src/AppWindow.vala -M src/LibraryWindow.vala -M src/Page.vala - -commit 4e6ea41b7bd95e8321d8c7dd4bf1943ec383ec92 -Author: Jim Nelson -Date: Mon Dec 20 19:34:29 2010 +0000 - - This fixes a crasher I found over the weekend where DirectoryMonitor - would assert if a directory was created and renamed or deleted before - the monitor was notified of the creation. - -M src/DirectoryMonitor.vala - -commit 270245459e8517fc155fa76a6370627c9c9b5c86 -Author: Eric Gregory -Date: Sat Dec 18 02:58:38 2010 +0000 - - #2893 #2587 use full image for batch import dupe detection, thread - issue in file import - -M src/BatchImport.vala - -commit daee5770dac49699d8dafe0246cdecea0728fe5c -Author: Jim Nelson -Date: Sat Dec 18 02:00:37 2010 +0000 - - #2982: Video duplicates now detected on camera import page. - -M src/ImportPage.vala -M src/Photo.vala -M src/VideoSupport.vala -M src/util.vala - -commit 34c120ce842544e27d55807292c2902dac45d1e9 -Author: Jim Nelson -Date: Sat Dec 18 00:42:02 2010 +0000 - - #2986: WMV video support. Courtesy Jani Monoses. - -M src/VideoSupport.vala - -commit 299ebe24b8f1ed41f1b9e6d7dc5f875d37746ed5 -Author: Adam Dingle -Date: Sat Dec 18 00:38:54 2010 +0000 - - First batch of documentation updates for 0.8. - -M help/C/edit-rotate.page -M help/C/formats.page -M help/C/import-file.page -M help/C/organize-event.page -M help/C/share-background.page -M help/C/share-export.page -M help/C/view-displaying.page -M help/C/view-sidebar.page - -commit 276b6bf7926b6ccfb0675dbcd8b28c75080a7481 -Author: Jim Nelson -Date: Fri Dec 17 23:50:14 2010 +0000 - - Assertions unnecessary and are triggered when importing video. - -M src/MetadataWriter.vala - -commit 6a5c9c820b881584bf812a2e7cb3d84106f9374e -Author: Jim Nelson -Date: Fri Dec 17 23:35:48 2010 +0000 - - #2984: MetadataWriter now knows when photos added to the - LibraryPhotoSourceCollection are coming in due to an import, and - will not see if they need to be updated. - -M src/AlienDatabaseImportJob.vala -M src/BatchImport.vala -M src/MediaDataRepresentation.vala -M src/MetadataWriter.vala -M src/Photo.vala - -commit 9b468d38ebe94d04df44fbff681cbd4a402e5b17 -Author: Lucas Beeler -Date: Fri Dec 17 23:19:33 2010 +0000 - - Pwns bug #2977. Hard. - -M src/PhotoMonitor.vala - -commit d4895b1a9e3b4a71ac87679b5a9dcfe23dcc302f -Author: Jim Nelson -Date: Fri Dec 17 01:29:06 2010 +0000 - - #2952: Now displaying Korean text properly. Using composed Unicode - within Shotwell for user text now. - -M src/Event.vala -M src/Photo.vala -M src/Tag.vala -M src/VideoSupport.vala -M src/string_util.vala - -commit 42b686d9ebc6a847f9c85eaf4628b03209b73be9 -Author: Jim Nelson -Date: Fri Dec 17 01:21:08 2010 +0000 - - Found a problem similar to one Eric encountered in - LibraryPhotoSourceCollection, which is that it's possible for - duplicate files (with same MD5) to be tombstoned, causing problems - with an internal lookup map. - -M src/BatchImport.vala -M src/LibraryMonitor.vala -M src/Tombstone.vala - -commit 4e222aafe298103bd2a494a612f529c142fc9953 -Author: Jim Nelson -Date: Thu Dec 16 23:57:57 2010 +0000 - - #2307: Symbolic links now fully supported in library monitoring and - auto-import. Symlinks still not supported in user-initiated import. - -M src/DirectoryMonitor.vala -M src/LibraryMonitor.vala - -commit b3d1402b565777eeea6711501211d5e8ccbf80b2 -Author: Adam Dingle -Date: Thu Dec 16 22:46:18 2010 +0000 - - Implemented #2980 (remove Help->User Manual command). - -M src/AppWindow.vala -M src/Resources.vala -M src/main.vala -M ui/direct.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/media.ui -M ui/offline.ui -M ui/photo.ui -M ui/trash.ui - -commit 4ae6cb07b19a83013918df195e4be9e5c41ab8fa -Author: Lucas Beeler -Date: Thu Dec 16 22:33:43 2010 +0000 - - Fixes #2971. Special thanks to marcel for the submitting this patch! - -M src/MediaDataRepresentation.vala - -commit 2c835082935a9abfe7b75284d95a8ec89cb17967 -Author: Lucas Beeler -Date: Thu Dec 16 22:27:29 2010 +0000 - - Fixes #2976. - -M src/EditingTools.vala - -commit 9c82e011bc23565927876f8e19a58e1b25affa42 -Author: Eric Gregory -Date: Thu Dec 16 22:26:32 2010 +0000 - - #2975 left/right buttons appear correctly in direct mode - -M src/PhotoPage.vala - -commit 48f05ac67106cfa04b717a7ae6d0b95efca9b449 -Author: Jim Nelson -Date: Thu Dec 16 08:20:01 2010 +0000 - - #2487: Modified photos no longer imported as separate photos. - -M src/BatchImport.vala - -commit 914962251a2b4c5c2a9a8d2acceed76ced5fd85c -Author: Jim Nelson -Date: Thu Dec 16 08:04:59 2010 +0000 - - #2974: Lucas suggested a HashSet makes more sense here. - -M src/MetadataWriter.vala - -commit eb4db6fd2520ae51a7600b7f969551453dfdb2dc -Author: Jim Nelson -Date: Thu Dec 16 07:58:44 2010 +0000 - - Some reworking of MetadataWriter to make it less intrusive in - the system and to fix some of its bugs. There is also auxilliary - work here to make some of the commands more responsive. #2976: No - more assertion when undoing a move to trash while MetadataWriter - was at work. #2941 and #2978: MetadataWriter's progress bar is - more consistent now. #2974: Renamed tags are now written out to - master files. - -M src/Commands.vala -M src/DataCollection.vala -M src/Event.vala -M src/ImportPage.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/MediaInterfaces.vala -M src/MetadataWriter.vala -M src/Photo.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/TimedQueue.vala - -commit 969de6583ba78e847aa5fad4cdc21cfe0c91c6f2 -Author: Lucas Beeler -Date: Thu Dec 16 01:06:14 2010 +0000 - - Closes #2967. - -M src/DesktopIntegration.vala -M src/VideoSupport.vala - -commit 7338782817dea11e239121a69cc2cad8821f6912 -Author: Eric Gregory -Date: Thu Dec 16 00:57:02 2010 +0000 - - #2963 add write permission on import - -M src/LibraryFiles.vala - -commit 357cebb6dfa3be8e1089335e0867b6cc434c005f -Author: Eric Gregory -Date: Wed Dec 15 19:19:41 2010 +0000 - - #2894 moved SendTo in various menus - -M src/CollectionPage.vala -M src/VideosPage.vala -M ui/collection.ui -M ui/direct.ui -M ui/media.ui -M ui/photo.ui -M ui/video.ui - -commit f24e4912c7c2b16448b2bb029ec55f8f3cba425a -Author: Jim Nelson -Date: Wed Dec 15 05:18:20 2010 +0000 - - #2773: Fixed this problem by using gexiv2_get_tag_multiple(), which - returns an array of strings for a particular value. We're simply - using the first one for the title and description. - -M src/PhotoMetadata.vala - -commit 2f13c2edf86bf7c7ae5a149f09a39bff211c4e05 -Author: Jim Nelson -Date: Wed Dec 15 04:10:23 2010 +0000 - - #2830: When library directory is changed, a new LibrayMonitor object - is installed and the old one is closed. - -M src/Config.vala -M src/Dialogs.vala -M src/DirectoryMonitor.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/MediaDataRepresentation.vala -M src/Photo.vala -M src/main.vala - -commit 890dd88f56f4eaf1c7b81f6b06a5e9dcfc52ae20 -Author: Eric Gregory -Date: Wed Dec 15 04:06:48 2010 +0000 - - #2879 and #2944 event firing unnecessary signals - -M src/Event.vala - -commit b03cb673d391f5c1eecb1950981a0ac559c8b1fb -Author: Eric Gregory -Date: Wed Dec 15 04:05:17 2010 +0000 - - #2603 tag renaming ui issue - -M src/LibraryWindow.vala - -commit 7b7803e52951a3bae7d88533ba81379076928995 -Author: Lucas Beeler -Date: Wed Dec 15 04:01:12 2010 +0000 - - Fixes #2766. - -M src/Config.vala -M src/WebConnectors.vala - -commit a97375bcbf1222f98b2b762e0ea81cc2593e965d -Author: Lucas Beeler -Date: Wed Dec 15 03:31:08 2010 +0000 - - Fixes #2542 and #2946. - -M src/PhotoPage.vala - -commit 848026801b90fa7707e0f1929f532fdbb2e1256f -Author: Eric Gregory -Date: Tue Dec 14 23:57:00 2010 +0000 - - #2914 undo event merges - -M src/Commands.vala - -commit 876effc163974b6fea3dbed9a7a98c0c375056c1 -Author: Vera Yin -Date: Tue Dec 14 02:26:46 2010 +0000 - - Updated all translations to include new Flickr sizes. - -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/eu.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/he.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/mk.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit b2320d402d884bc4b8b2f24661edf31fab1d36ae -Author: Jim Nelson -Date: Tue Dec 14 02:01:32 2010 +0000 - - #2896: Current photo being imported is now logged. - -M src/BatchImport.vala - -commit 596dfa5e1855f6a1e56e4021b9d73fa2064ab24b -Author: Jim Nelson -Date: Tue Dec 14 01:48:19 2010 +0000 - - #2953: Fixed navigation in full-window mode to skip (rather than stop) - at videos in controller collection. - -M src/PhotoPage.vala - -commit f939a964cad727ef08fc5499c01e4a0cd6d9c2d0 -Author: Jim Nelson -Date: Tue Dec 14 01:34:35 2010 +0000 - - Fixed a bug introduced in r2458 where there's a need to search a - SortedList for an item whose underlying state has changed and is no - longer in sorted order. - -M src/DataCollection.vala -M src/SortedList.vala - -commit a14231bb0ec09b07403fed43b768e4cbd881b92b -Author: Jim Nelson -Date: Tue Dec 14 01:10:33 2010 +0000 - - #2907: Auto-import no longer starts on photos imported via a camera. - -M src/ImportPage.vala -M src/LibraryMonitor.vala - -commit 9cb72ac58c2f8ec6e9839b824248d01ff060952b -Author: Jim Nelson -Date: Tue Dec 14 00:36:56 2010 +0000 - - #2936: Fixed flag/unflag option going out of sync in full-window mode. - -M src/PhotoPage.vala - -commit b545691a54e53aa08991a1d0b5a7509057e408b4 -Author: Jim Nelson -Date: Tue Dec 14 00:02:22 2010 +0000 - - #2935: Tag assertion fixed. Images that were being imported had - UTF-8 issues and weren't being normalized. - -M src/AlienDatabaseImportJob.vala - -commit ebcaa8a7cb591c298d6f01e6eba05008c1ba6a63 -Author: Vera Yin -Date: Mon Dec 13 23:39:07 2010 +0000 - - Updated shotwell.pot with new Flickr upload sizes. - -M po/shotwell.pot - -commit 611f80f7f75f4503881c0ba8dcd2377a31b1fe59 -Author: Jim Nelson -Date: Mon Dec 13 23:29:57 2010 +0000 - - Changed searches in two locations to binary search, which makes a - noticeable difference with large collections (even simple operations, - like clicking on a photo toward the bottom of the Photos page). - -M src/CheckerboardLayout.vala -M src/SortedList.vala - -commit 10b89cdbee727c12752def8140aaffc6817fe583 -Author: Jim Nelson -Date: Mon Dec 13 23:06:21 2010 +0000 - - #2956: Fixed database assertion when upgrading from 0.7.2. Hopefully - using this new method, we won't be bitten by this going forward. - -M src/DatabaseTables.vala - -commit 4b846d008780631da1d0a2227c4cdd5cd4f2b492 -Author: Adam Dingle -Date: Mon Dec 13 22:45:44 2010 +0000 - - Added 2 new resolutions for Flickr publishing. - -M src/FlickrConnector.vala - -commit f01fe02a7aa24077dc5e86cd8b9d0e1793acbcc0 -Author: Eric Gregory -Date: Mon Dec 13 21:11:57 2010 +0000 - - #2960 removing duplicate photo triggers assertion - -M src/MediaDataRepresentation.vala - -commit f241f0212942c09df48cbd804eb7dd3387d63ffb -Author: Vera Yin -Date: Mon Dec 13 20:36:48 2010 +0000 - - Updated Russian translation to display 24-hour time. - -M po/ru.po - -commit b44fd0de2bfadcfcab2323136cfdfafaa37987ec -Author: Jim Nelson -Date: Sat Dec 11 05:05:17 2010 +0000 - - #2876: No longer monitoring hidden directories. - -M src/DirectoryMonitor.vala -M src/VideoMonitor.vala - -commit b62ac5e4723caefeafbf4f348fc2b6835af5155a -Author: Jim Nelson -Date: Sat Dec 11 04:52:58 2010 +0000 - - #2950: Improper ViewCollection filtering caused mass confusion when - items destined to be hidden were added. - -M src/CheckerboardLayout.vala -M src/DataCollection.vala - -commit 67308a399c8ba28e53a9fea0c16d239edf6364f6 -Author: Jim Nelson -Date: Sat Dec 11 02:52:54 2010 +0000 - - Further tweaks I found after the changes I made this morning. - -M src/VideoMetadata.vala - -commit ec302fba3f425d558c8fea07aba66ebfb33ef8d7 -Author: Jim Nelson -Date: Sat Dec 11 02:25:57 2010 +0000 - - Change to TRACE_MONITORING message to make it easier to track - notifications. - -M src/DirectoryMonitor.vala - -commit 7c880a61d1c33fa075cd436ffc907ff8e3b87a8e -Author: Eric Gregory -Date: Sat Dec 11 01:50:44 2010 +0000 - - #2927 resolved some assertion issues when removing photos - -M src/DataCollection.vala -M src/PhotoPage.vala - -commit fa1cef2778c642a3632fc09f4649798515e0d1f6 -Author: Eric Gregory -Date: Sat Dec 11 01:44:42 2010 +0000 - - #2873 duplicate photo now adds itself to the event and tags - -M src/Photo.vala - -commit 0de100a2e0246304766470fb05e7018252f44ca6 -Author: Jim Nelson -Date: Sat Dec 11 01:13:48 2010 +0000 - - #2924: Duplicates detected during auto-import are now tombstoned so - they are not auto-imported later. Also various changes to make the - system more reponsive during the startup scan. - -M src/DatabaseTables.vala -M src/DirectoryMonitor.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/MediaDataRepresentation.vala -M src/Photo.vala -M src/Tombstone.vala -M src/VideoMetadata.vala -M src/VideoSupport.vala - -commit 47dbbd1935040dd7b3e1abe375daa06e251815d5 -Author: Eric Gregory -Date: Fri Dec 10 19:07:42 2010 +0000 - - #2069 show file path on import failed - -M src/BatchImport.vala - -commit a3e8492b3c172a2c9bc24433f7867ce2e9d9963b -Author: Lucas Beeler -Date: Fri Dec 10 19:06:10 2010 +0000 - - Fixes #2929. - -M src/FacebookConnector.vala - -commit 5fff1acac52a87239132a0317d6caf7346117bbb -Author: Lucas Beeler -Date: Fri Dec 10 18:59:45 2010 +0000 - - Closes #2629. - -M src/FlickrConnector.vala -M src/WebConnectors.vala -M src/string_util.vala - -commit c772f98690cd5863e13afbde2fd18a591b29aa0d -Author: Jim Nelson -Date: Fri Dec 10 05:18:44 2010 +0000 - - #2691: Runtime monitoring and auto-import for videos added. - This patch separates concerns as far as the two's requirements for - monitoring as well as maximizes common code between them. ##2663: - Tombstoning of videos now enabled. - -M Makefile -M src/DataCollection.vala -M src/DatabaseTables.vala -M src/Event.vala -M src/ImportPage.vala -M src/LibraryMonitor.vala -M src/MediaDataRepresentation.vala -M src/MediaInterfaces.vala -A src/MediaMonitor.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -A src/PhotoMonitor.vala -M src/Tag.vala -M src/Tombstone.vala -A src/VideoMonitor.vala -M src/VideoSupport.vala -M src/main.vala - -commit c513750567e73ebcf125d7fb81c6115d74e04d6c -Author: Lucas Beeler -Date: Thu Dec 9 22:17:15 2010 +0000 - - Darkens the flag icon colors as per Adam's request. Closes #2930. - -M icons/flag-page.png -M icons/flag-trinket.png - -commit e58f0ffa3ac3bda329631eed9238ad425055e2b7 -Author: Vera Yin -Date: Thu Dec 9 19:35:33 2010 +0000 - - Correct format error in Slovenian translation. - -M po/sl.po - -commit 488edcec5a7bc0e9f6839de54ac75787925be415 -Author: Vera Yin -Date: Thu Dec 9 19:27:35 2010 +0000 - - Updated Hungarian and Slovenian translations. - -M po/hu.po -M po/sl.po - -commit 9520b69788fc1b2b3deb6b25244ecac0db22627b -Author: Vera Yin -Date: Thu Dec 9 06:46:12 2010 +0000 - - Now the complete POT file. Corrected format errors in Czech, German, - Hebrew translations. - -M po/cs.po -M po/de.po -M po/he.po -M po/shotwell.pot - -commit 9fd19bee7de127122ca22f823eaa5ac25d0bdabc -Author: Vera Yin -Date: Thu Dec 9 05:21:07 2010 +0000 - - Regenerated POT file. - -M po/shotwell.pot - -commit 7c8eb057691fd6defd13460dc17cf98024c3064b -Author: Vera Yin -Date: Thu Dec 9 05:17:29 2010 +0000 - - Added Macedonian translation. Updated Chinese (Taiwan), Croatian, - Czech, Danish, Estonian, Finnish, German, Greek, Hebrew, Hungarian, - Japanese, Korean, Norwegian, Russian, Serbian, Spanish translations. - -M Makefile -M THANKS -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/es.po -M po/et.po -M po/fi.po -M po/he.po -M po/hr.po -M po/hu.po -M po/ja.po -M po/ko.po -C051 po/sr.po po/mk.po -M po/nb.po -M po/ru.po -M po/sr.po -M po/zh_TW.po - -commit 9696f02c7d16fc1b82aecd3657bd7bc7772808bc -Author: Adam Dingle -Date: Thu Dec 9 04:44:15 2010 +0000 - - Implemented #2932 (replace Last Import icon). - -M Makefile -D icons/last-import-roll.png -M src/Resources.vala - -commit 3d6b6a15d23da33b91bdf08e05e1728023bda8e2 -Author: Eric Gregory -Date: Thu Dec 9 01:48:41 2010 +0000 - - #2871 #2917 event photos were being mangled in database - -M src/DatabaseTables.vala -M src/MediaDataRepresentation.vala -M src/Photo.vala -M src/VideoSupport.vala - -commit 8fdd12ca87e7f3ef7cab029bdcd4073add233930 -Author: Lucas Beeler -Date: Thu Dec 9 01:16:05 2010 +0000 - - Fixes string bugs #2909 and #2912. - -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/MediaDataRepresentation.vala -M src/Page.vala -M src/VideosPage.vala - -commit f724371e01a3fced9d606a87b78f332805e5acbf -Author: Vera Yin -Date: Wed Dec 8 20:14:19 2010 +0000 - - Corrected format error in Italian translation. - -M po/it.po - -commit 234cfe540f264af86602110ecb263177bbe8992e -Author: Vera Yin -Date: Wed Dec 8 20:08:22 2010 +0000 - - Updated Dutch and Italian translations. - -M THANKS -M po/it.po -M po/nl.po - -commit 293bcff365c61d2f648c50fae298fb460ba9f189 -Author: Jim Nelson -Date: Wed Dec 8 18:54:34 2010 +0000 - - #2922: Fixed problem with two Tags menus appearing on Tag page. - Event page had the same problem with the Events menu; fixed as well. - Finally, at some point the "Remove Photo From Tag 'Foo'" was dropped - from the Tag page context menu. I've re-added it. - -M ui/event.ui -M ui/tags.ui - -commit 035a7cd9f02d4541d77f0d8e2b0951aa745e36b3 -Author: Jim Nelson -Date: Wed Dec 8 18:03:14 2010 +0000 - - Fixes a crasher I found when the sort value in GConf is monkeyed with. - -M src/Config.vala -M src/MediaPage.vala - -commit a844a82a18ff275f481d4d008b5d227ef2d9e7f0 -Author: Jim Nelson -Date: Wed Dec 8 17:55:54 2010 +0000 - - #2755: Removed Slideshow button from CollectionPage. #2768: Removed - Play icon from Slideshow action, as we're using it for Play Video now. - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit 93eaa462cf1dff4fcf731c4626022552f1c455ba -Author: Lucas Beeler -Date: Tue Dec 7 23:32:34 2010 +0000 - - Properly displays the new flagged icon on the PhotoPage. Closes #2926. - -M src/PhotoPage.vala - -commit d96b1a39919a41776e2f175c5618bf1f0b934f89 -Author: Adam Dingle -Date: Tue Dec 7 23:13:21 2010 +0000 - - Fixed #2908 (mellot out sprocket contrast). - -M icons/sprocket.png - -commit f4f82ddc8872c81ba9551ae40b6781143473bf84 -Author: Lucas Beeler -Date: Tue Dec 7 20:51:08 2010 +0000 - - Fixes several regressions in the Properties class introduced through - the refactoring of the Source and Import hierarchies to support - video. Closes #2904 and #2803. - -M src/Properties.vala - -commit ff54a2927cf1cd30ac40e2fc22a85816f188cef2 -Author: Lucas Beeler -Date: Tue Dec 7 20:36:03 2010 +0000 - - Adds a flagged trinket icon as well as a page icon for the Flagged - page. Closes #2809. - -M Makefile -A icons/flag-page.png -A icons/flag-trinket.png -M src/FlaggedPage.vala -M src/Resources.vala -M src/Thumbnail.vala - -commit c30ef9dae862210a2e5730f43137ff9dade42d45 -Author: Adam Dingle -Date: Tue Dec 7 15:46:47 2010 +0000 - - Added a missing backslash in the Makefile. - -M Makefile - -commit 15afcc709bdd1b6cc8da6e0e05dbe10892f3117b -Author: Adam Dingle -Date: Mon Dec 6 22:05:52 2010 +0000 - - Exorcised Windows code (#2898). - -M Makefile -M libraw-config -M src/CameraTable.vala -M src/CollectionPage.vala -M src/Config.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -D src/GConf.vala -M src/GPhoto.vala -M src/GRaw.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M src/PhotoPage.vala -M src/PicasaConnector.vala -M src/PiwigoConnector.vala -M src/Printing.vala -M src/RawSupport.vala -M src/Screensaver.vala -M src/SlideshowPage.vala -M src/VideosPage.vala -M src/WebConnectors.vala -M src/YandexConnector.vala -M src/YouTubeConnector.vala -M src/file_util.vala -M src/main.vala -M src/system.vala -M src/util.vala -D src/windows.c -D windows/install-deps -D windows/shotwell.rc -D windows/winstall.iss - -commit 10e731fe9d2a58bfd50cd61d86b47c363826942b -Author: Eric Gregory -Date: Mon Dec 6 20:16:36 2010 +0000 - - #2069 list duplicates in camera import dialog - -M src/AlienDatabaseImportJob.vala -M src/BatchImport.vala -M src/Dialogs.vala -M src/ImportPage.vala - -commit ae3ef8c87a0bf65f2b6f2a45dc1afc1031dee635 -Author: Jim Nelson -Date: Mon Dec 6 18:50:13 2010 +0000 - - #2625: Fixes the thumbnails jumping around when scrolling. Was able - to repro this and see it had to do when tags and/or titles were - displayed. Also, minor fixes elsewhere in the code I detected over - the weekend, including a slight change to BatchImport to improve - performance when a lot of duplicates are detected. - -M src/AppDirs.vala -M src/BatchImport.vala -M src/CheckerboardLayout.vala -M src/MediaDataRepresentation.vala -M src/MediaPage.vala -M src/Photo.vala -M src/Thumbnail.vala -M src/VideoSupport.vala -M src/main.vala - -commit 699c47ef5847d8a69d4ccafbd6c68f450cba2cc8 -Author: Adam Dingle -Date: Fri Dec 3 17:19:53 2010 +0000 - - Updated COPYING to include license information for gnome-icon-theme - since we've just borrowed an icon from it. - -M COPYING - -commit 39b34d0402d63136a915ea1a1a233a5d8f09f310 -Author: Adam Dingle -Date: Fri Dec 3 16:57:50 2010 +0000 - - A Makefile fix from Norbert Preining . - -M Makefile - -commit ed0205221fff52c6f979a6609d4074422316d016 -Author: Lucas Beeler -Date: Fri Dec 3 00:51:38 2010 +0000 - - Adds an icon to the Videos sidebar entry; updates the - non-interpretable badge image to match; closes #2571. - -M Makefile -M icons/noninterpretable-video.png -A icons/videos-page.png -M src/Resources.vala -M src/VideosPage.vala - -commit a9ec6a33b9b4383cb7ce1dda87c2ca02026d9001 -Author: Lucas Beeler -Date: Thu Dec 2 22:50:18 2010 +0000 - - Fixes #2906. - -M src/MediaPage.vala - -commit 1cfe3cdcd51c426af39554624c5d913e4c7718fd -Author: Eric Gregory -Date: Thu Dec 2 22:48:23 2010 +0000 - - #854 added null check - -M src/CameraTable.vala - -commit 8fb233d2814e2d8f87fe9c08ee8f0528723a4547 -Author: Eric Gregory -Date: Thu Dec 2 22:42:40 2010 +0000 - - #1184 photo dates can now come from DateTimeDigitized and DateTime - tags - -M src/PhotoMetadata.vala - -commit 2f9856b27296d9c36a1933670124d596b9792d73 -Author: Lucas Beeler -Date: Thu Dec 2 21:11:40 2010 +0000 - - Closes #2695, #2736, #2762 and fixes a previously unreported critical - GLib cast warning. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/MediaPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Properties.vala -M ui/collection.ui -M ui/media.ui - -commit 2a23848583fc044bbe278070324b10bd71e000b1 -Author: Adam Dingle -Date: Thu Dec 2 20:00:25 2010 +0000 - - Fixed #2464 (improve icon in title bar, Applications menu, Alt+Tab - menu). - -M Makefile -M src/AppWindow.vala -M src/Resources.vala - -commit fa714d7939a800b9b9610e815d796cfabefe2581 -Author: Eric Gregory -Date: Thu Dec 2 19:52:45 2010 +0000 - - #2837 and #2890 Added AVI support, fixed bug in QuickTime detection - -M src/VideoMetadata.vala -M src/file_util.vala - -commit c824c351aefc5b8638409f92362e7e1a6d3201ec -Author: Adam Dingle -Date: Thu Dec 2 16:53:45 2010 +0000 - - Moved Eric upward in THANKS file. Thanks, Eric! - -M THANKS - -commit 4a1437980765c6277a36ea0c051a5f4a0860df44 -Author: Jim Nelson -Date: Thu Dec 2 05:38:58 2010 +0000 - - #2560: Solves crash when importing due to UTF-8 representation - differences. Need to be more thorough in code to validate and - normalize all text originating from outside the system -- user input, - metadata, and so forth. - -M Makefile -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Event.vala -M src/LibraryWindow.vala -M src/MediaDataRepresentation.vala -M src/Photo.vala -M src/PhotoMetadata.vala -M src/Tag.vala -M src/VideoSupport.vala -A src/string_util.vala -M src/util.vala - -commit 3aa6c2687fd0be34ba00f1cfa81bfcbea3d2c9a2 -Author: Jim Nelson -Date: Thu Dec 2 00:38:22 2010 +0000 - - #2799: Fixes the ordering of the toplevel items in the sidebar. - Now using an ordinal (an enum) to sort the toplevel items, so adding - new ones should not be so troublesome in the future. - -M src/LibraryWindow.vala -M src/Sidebar.vala - -commit 19ae76d5fe7bc59eb966daf114ea403a98cacf8c -Author: Jim Nelson -Date: Wed Dec 1 18:52:28 2010 +0000 - - #2888: Remove From Library now in MediaPage (therefore available - in VideosPage). - -M src/CollectionPage.vala -M src/MediaPage.vala -M ui/media.ui - -commit c40ffe4e2bc28a9876cbc5c1811b1569e7019a5b -Author: Jim Nelson -Date: Wed Dec 1 18:44:55 2010 +0000 - - #2884: Added Send To... to context menus. - -M ui/collection.ui -M ui/direct.ui -M ui/photo.ui -M ui/video.ui - -commit c5d12fa77ee15efb2ef398e2306dadd88f655606 -Author: Vera Yin -Date: Wed Dec 1 04:06:30 2010 +0000 - - Updated Chinese (Taiwan), Croatian, English (UK), Estonian, German, - Hebrew, Galician, Polish, Portuguese, Portuguese (Brazil), Romanian, - Russian, Serbian, Slovenian, Turkish translations. - -M THANKS -M po/de.po -M po/en_GB.po -M po/et.po -M po/gl.po -M po/he.po -M po/hr.po -M po/pl.po -M po/pt.po -M po/pt_BR.po -M po/ro.po -M po/ru.po -M po/sl.po -M po/sr.po -M po/tr.po -M po/zh_TW.po - -commit aaf1e0f896a11f4f7bc79b6565956a70c9b33b6d -Author: Lucas Beeler -Date: Wed Dec 1 03:22:45 2010 +0000 - - Draws sprocket holes as a differentiating visual indicator on video - thumbnails. Closes #2575. - -M Makefile -A icons/sprocket.png -M src/CheckerboardLayout.vala -M src/ImportPage.vala -M src/MediaPage.vala -M src/Thumbnail.vala - -commit eb70a9e2d0edc41f026a08afea0e76c3c1729de0 -Author: Lucas Beeler -Date: Wed Dec 1 02:49:30 2010 +0000 - - Video thumbnails are now generated from the frame whose timepoint - is 1/3 of the video's duration. This eliminates a problem where many - video thumbnails would appear black because of fade-in effects. Closes - #2568. - -M src/VideoSupport.vala - -commit 303065fea3395e93c4cb76dda766db3e31819981 -Author: Eric Gregory -Date: Wed Dec 1 01:28:34 2010 +0000 - - #854 Camera name - -M src/CameraTable.vala -M src/ImportPage.vala -M src/LibraryWindow.vala - -commit 0eb70247e62f2574a22988c024f2bd6fe87ff489 -Author: Jim Nelson -Date: Wed Dec 1 01:16:05 2010 +0000 - - This fixes a thrown exception I saw while importing a particular - video. It appears InputStream.skip() has problems with large values - that are within its count type's range. - -M src/VideoMetadata.vala - -commit 2feb9ecf3b4a138327126b7a2a91e189337415c9 -Author: Vera Yin -Date: Thu Nov 25 22:03:50 2010 +0000 - - Updated Basque, Chinese (Mainland PRC), Dutch, French, Galician, - Hebrew, Italian, Kazakh, Korean, Portuguese (Brazil), Russian, - Serbian, Slovenian, Spanish, and Ukrainian translations. - -M po/es.po -M po/eu.po -M po/fr.po -M po/gl.po -M po/he.po -M po/it.po -M po/kk.po -M po/ko.po -M po/nl.po -M po/pt_BR.po -M po/ru.po -M po/sl.po -M po/sr.po -M po/uk.po -M po/zh_CN.po - -commit e58c4834f709c9b20ec99347a25c5813021d75d8 -Author: Jim Nelson -Date: Thu Nov 25 04:55:35 2010 +0000 - - #2817: Directory monitor assertion failure with library over SSH. - The problem only occurred when the library directory was set to an - SSH directory. - -M src/DirectoryMonitor.vala - -commit be8a02f49e58fad8e3ebcde7123cf4a3e44c9e05 -Author: Vera Yin -Date: Thu Nov 25 02:38:58 2010 +0000 - - Generated new POT file following string freeze. - -M po/shotwell.pot - -commit 2607aea46e6bd6fb57a235a78e184de09895f7e8 -Author: Vera Yin -Date: Thu Nov 25 02:26:14 2010 +0000 - - Updated Portuguese translation. - -M po/pt.po - -commit 55bdc8fde17d3f48f31e6758a752b03cd8c0db3d -Author: Eric Gregory -Date: Thu Nov 25 01:41:02 2010 +0000 - - #2624 take care of error cases when moving to desktop trash - -M src/AppWindow.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Dialogs.vala -M src/MediaDataRepresentation.vala -M src/Photo.vala -M src/VideoSupport.vala -M src/util.vala - -commit bc4f9ef920a6d769a0ecdd6ff40b07e75ba35ec4 -Author: Jim Nelson -Date: Thu Nov 25 01:17:01 2010 +0000 - - #2864: Separate race condition discovered that was exacerbated on - duo-core machines. - -M src/BatchImport.vala -M src/Workers.vala - -commit ce21d1b0355ee062a9f7313a26a3db4a6f7d5a7c -Author: Jim Nelson -Date: Wed Nov 24 18:46:03 2010 +0000 - - Patch from Evgeniy Polyakov to change OAuth parsing in - YandexConnector. - -M src/YandexConnector.vala - -commit 6457596355d99ac138f51151a0980580e6f35e9f -Author: Jim Nelson -Date: Wed Nov 24 18:18:04 2010 +0000 - - #1296: Correcting problem with display time on desktop slideshow - dialog consistently. - -M src/Dialogs.vala - -commit ed53e927e63e938a077b0d2e07f21887afc5ad30 -Author: Jim Nelson -Date: Wed Nov 24 03:51:01 2010 +0000 - - #2833: Fixed soft assertion with TombstoneSourceCollection. - -M src/main.vala - -commit bfd348f956b733d74d3160aa6426f4c824b5f7fe -Author: Jim Nelson -Date: Wed Nov 24 02:16:34 2010 +0000 - - #2566: Re-committed import memory leak fix with the addition that - it corrects a tread starvation race condition. Also during testing - I discovered a data structure in LibraryMonitor not being locked - although it was used by a thread-safe function. This patch also - corrects that. In essence, this patch is a replacement for r2371 - and r2374 with code fixes. - -M src/AlienDatabaseImportJob.vala -M src/BatchImport.vala -M src/Event.vala -M src/LibraryMonitor.vala -M src/Workers.vala - -commit 510b4a5914c1e679f8abc069ef659c3d8599bd1d -Author: Eric Gregory -Date: Wed Nov 24 00:28:00 2010 +0000 - - #2837 removed libquicktime and added our own parsing for creation time - -M Makefile - -commit e50dfe310f8a1a93f26ee3cd6b2469e1398c7c57 -Author: Eric Gregory -Date: Tue Nov 23 23:20:40 2010 +0000 - - #2837 removed libquicktime and added our own parsing for creation time - -M src/Properties.vala -M src/VideoMetadata.vala - -commit 7c7168dee10354429372b243176f0fa992fdf9f0 -Author: Lucas Beeler -Date: Tue Nov 23 23:04:46 2010 +0000 - - Updates the Last Import page to be compatible with videos and multiple - monitoring. Closes #2816, #2823, and #2855. - -M src/LastImportPage.vala - -commit f545e8df54ef444cd09deaa93e0591e5f52afafa -Author: Lucas Beeler -Date: Tue Nov 23 20:34:14 2010 +0000 - - Adds better error handling throughout the publishing subsystem; - closes #2386. - -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/PicasaConnector.vala -M src/PiwigoConnector.vala -M src/WebConnectors.vala -M src/YandexConnector.vala -M src/YouTubeConnector.vala - -commit 7ba618e1f1ad987f644247c4ad8da4fe6acf99fb -Author: Jim Nelson -Date: Tue Nov 23 20:01:08 2010 +0000 - - #2639: Piwigo publishing. Courtesy guillaumev. - -M Makefile -M THANKS -A src/PiwigoConnector.vala -M src/WebConnectors.vala - -commit 571655ec808c7ecaa060731a2fe30da8660dfc49 -Author: Jim Nelson -Date: Tue Nov 23 19:03:19 2010 +0000 - - #2733: Moved Page Setup into the Print dialog. Courtesy Till - Kamppeter. Also, forgot to add Glade file for #1296. - -M THANKS -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Printing.vala -M src/Resources.vala -A ui/set_background_dialog.glade - -commit e10a4823cad90b404ea703e565753e4d31df7143 -Author: Jim Nelson -Date: Tue Nov 23 18:55:56 2010 +0000 - - #1296: Rotate desktop background now available when more than one - photo is selected. Courtesy Maxim. - -M THANKS -M src/AppWindow.vala -M src/CollectionPage.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/Exporter.vala -M src/MediaDataRepresentation.vala -M src/Resources.vala -M src/file_util.vala - -commit bb7afa9f4400dce6273a90e98a6a22552a5ded38 -Author: Lucas Beeler -Date: Mon Nov 22 23:38:25 2010 +0000 - - Disables plugins when instantiating WebKit; closes #2183. - -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/YandexConnector.vala - -commit 8f608697b8866b98b9a4b8b615d77f3e26485640 -Author: Eric Gregory -Date: Mon Nov 22 20:50:21 2010 +0000 - - #2489 import dialog text change - -M src/Dialogs.vala - -commit 109d080a05bb55540ff466061f9f0f618372632b -Author: Vera Yin -Date: Mon Nov 22 20:27:43 2010 +0000 - - Updated Estonian, Italian, and Portuguese translations. - -M po/et.po -M po/it.po -M po/pt.po - -commit d6eb123fc52ec6e0237c6c306adc5f2daee56b7f -Author: Adam Dingle -Date: Mon Nov 22 19:16:47 2010 +0000 - - Backed out changesets 2371 and 2374. 2374 broke importing, and the - comments in changeset 2374 - implied that 2371 was broken without it, so I've backed out 2371 - as well. Jim can look at this - when he's in tomorrow. - -M src/AlienDatabaseImportJob.vala -M src/BatchImport.vala -M src/Event.vala -M src/Workers.vala - -commit 02c01377343c328a10e4cfa3400221e4d940e3c1 -Author: Jim Nelson -Date: Sat Nov 20 03:31:35 2010 +0000 - - Recent patch for importing caused bug where events were not properly - generated. - -M src/Event.vala - -commit 9bb820caefa0cab2a43b73ee6c4fa196602fbcf5 -Author: Eric Gregory -Date: Sat Nov 20 00:47:15 2010 +0000 - - #2489 text in copy files dialog - -M src/Dialogs.vala - -commit fd15fb45e70fe793aee4034bf6bcfbad808f1ea5 -Author: Lucas Beeler -Date: Fri Nov 19 23:37:41 2010 +0000 - - Makes certain highly-visible strings media-specific (e.g., - they now report "photos" when operating on photos, "videos" when - operating on videos, or "photos/videos" when operating on mixed - collections). Closes #2692. - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/ImportPage.vala -M src/PicasaConnector.vala -M src/VideoSupport.vala -M src/WebConnectors.vala -M src/YandexConnector.vala -M src/YouTubeConnector.vala -M src/util.vala - -commit b4b6db599e38df8e6c82409f04f7ed56e5a361d8 -Author: Jim Nelson -Date: Fri Nov 19 22:04:33 2010 +0000 - - #2566: Reworking of BatchImport to keep the background threads - busy but never allow their queues to fill up. The memory leak was - actually all the Pixbufs (thumbnails) that were being held in the - queue waiting for processing. - -M src/AlienDatabaseImportJob.vala -M src/BatchImport.vala -M src/Event.vala -M src/Workers.vala - -commit a5c64e8b37362e485ee3ec0e71fa67a770f70901 -Author: Eric Gregory -Date: Thu Nov 18 23:18:01 2010 +0000 - - #2483 background color of sidebar - -M src/LibraryWindow.vala - -commit baed9f8ad419e6783e528449892b8b7ee9b1ea98 -Author: Jim Nelson -Date: Thu Nov 18 22:57:34 2010 +0000 - - #2784: Adjust Date/Time dialog checks and grays out "Modify original - file" if autocommit metadata is enabled. Courtesy wolfer. - -M src/Dialogs.vala - -commit c027be49ef81a1fe4704cf808b3022130aafb796 -Author: Lucas Beeler -Date: Thu Nov 18 07:15:30 2010 +0000 - - Closes #2763, #2793, #2800, and #2582. - -M src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/util.vala - -commit 585c9664693cf122897fe9e4522511ff29618d38 -Author: Vera Yin -Date: Thu Nov 18 04:19:20 2010 +0000 - - Updated Russian translation. - -M po/ru.po - -commit 0f4cb4bd2f7603160397ebab7d14f1edc13c1d01 -Author: Eric Gregory -Date: Thu Nov 18 01:50:26 2010 +0000 - - added slash as a shortcut for flagging images #2810 - -M src/MediaPage.vala -M src/PhotoPage.vala - -commit f3799af58ddf83487782ec78a340c1cefd83c97e -Author: Eric Gregory -Date: Thu Nov 18 01:31:40 2010 +0000 - - events and tags menus are now ordered consistently #2631 - -M src/CollectionPage.vala -M src/TagPage.vala -M ui/collection.ui -M ui/tags.ui - -commit 86fb3f0cd6b32841acfc29ca3cd43a349e5bfcb5 -Author: Eric Gregory -Date: Thu Nov 18 01:10:42 2010 +0000 - - rotation can now be performed by either ctrl-r and ctrl-shift-r, - or via the bracket keys #2700 - -M src/CollectionPage.vala -M src/MediaPage.vala -M src/PhotoPage.vala - -commit 3f9c9218207f5ddc5779d50e9914889fece82a15 -Author: Jim Nelson -Date: Thu Nov 18 00:59:18 2010 +0000 - - #2750: Enter to return from full-window to checkerboard. Courtesy - wolfer. - -M THANKS -M src/PhotoPage.vala - -commit d8333cc7275855d9ad657f956bc24639117c7e06 -Author: Eric Gregory -Date: Wed Nov 17 23:56:50 2010 +0000 - - larger and more re-sizable title and tag name editor #2727 - -M ui/shotwell.glade - -commit 144fe0f7e137ba32cf1064a315945b932f9c19fe -Author: Adam Dingle -Date: Wed Nov 17 14:25:45 2010 +0000 - - Added Eric to THANKS file. - -M THANKS - -commit 09402e19278d46f43f63b6930723a1c06fecf3a5 -Author: Eric Gregory -Date: Tue Nov 16 20:51:53 2010 +0000 - - improvements to prefs dialog Ticket #2789 - -M ui/shotwell.glade - -commit 0914a062847aed8b2965fd9c1f41c6313f402988 -Author: Lucas Beeler -Date: Tue Nov 16 20:24:40 2010 +0000 - - Implements a new export model that supports mixed exporting of photos, - videos, and original RAW files. Closes #2621. - -M src/CollectionPage.vala -M src/DesktopIntegration.vala -M src/Dialogs.vala -M src/Exporter.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/VideoSupport.vala -M src/VideosPage.vala - -commit b180c9fc0738137a84f278cf0b5484119d4e03b4 -Author: Eric Gregory -Date: Tue Nov 16 19:20:13 2010 +0000 - - Changed keyboard shortcuts for zooming #2558 - -M src/PhotoPage.vala - -commit f1bbf1d14e238cfa32373afe4f71b9fe845cff09 -Author: Eric Gregory -Date: Tue Nov 16 19:14:56 2010 +0000 - - Bumped size of library window - -M src/LibraryWindow.vala - -commit 5adb9ed6eb6c0d7922ffa692455887afe0f06c94 -Author: Vera Yin -Date: Mon Nov 15 19:20:44 2010 +0000 - - Updated Dutch and Italian translations. - -M THANKS -M po/it.po -M po/nl.po - -commit 05f2f06a9ad1e07799b80380904b94225ed63a14 -Author: Vera Yin -Date: Fri Nov 12 20:49:14 2010 +0000 - - Updated Russian translation. - -M po/ru.po - -commit c514dea3c4f2dd3d642614ded188a0e43e00ee3c -Author: Jim Nelson -Date: Fri Nov 12 19:25:37 2010 +0000 - - #2811: Fixed crash due to trying to scale pixbufs to -1. - -M src/Resources.vala - -commit 1fa7758b4625be19b223abd41cc36203acdb0d9b -Author: Jim Nelson -Date: Fri Nov 12 03:03:52 2010 +0000 - - #2796: Initial cut of VideoMetadata using libquicktime. A more - thorough and robust video metadata library would certainly improve - our support, but this is good for now. - -M Makefile -M src/BatchImport.vala -M src/DatabaseTables.vala -A src/MediaMetadata.vala -M src/PhotoMetadata.vala -A src/VideoMetadata.vala -M src/VideoSupport.vala - -commit 76cf3f79f76eafa552df9fd5907ba4923771e891 -Author: Jim Nelson -Date: Thu Nov 11 23:31:17 2010 +0000 - - #2492: Auto-import and auto-commit metadata only take affect - once the Preferences dialog has been closed. Also, changed two - chatty directory monitoring logging messages to only appear when - TRACE_MONITORING is enabled, and fixed a bug in FlaggedPage dropping - thumbnails when they'd had their metadata committed in the background. - -M src/DataCollection.vala -M src/Dialogs.vala -M src/DirectoryMonitor.vala - -commit 8e0904d57ff6afe3a4efad401470c8a6c3ec8edf -Author: Jim Nelson -Date: Thu Nov 11 23:10:02 2010 +0000 - - #2756: Flag photos. - -M Makefile -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DataObject.vala -A src/FlaggedPage.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/MediaDataRepresentation.vala -A src/MediaInterfaces.vala -M src/MediaPage.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/Thumbnail.vala -M src/VideoSupport.vala -M ui/collection.ui -M ui/media.ui -M ui/photo.ui -M ui/video.ui - -commit 8736acb3cbd479c81d48a2851c6d084e00a2ba96 -Author: Vera Yin -Date: Thu Nov 11 20:12:14 2010 +0000 - - Updated German translation. - -M THANKS -M po/de.po - -commit 458d0cccfeb76197d925c51b7292b5734a21fa3e -Author: Jim Nelson -Date: Wed Nov 10 03:09:23 2010 +0000 - - #2786: Rejected Only view filter. - -M src/MediaPage.vala -M src/Resources.vala -M ui/media.ui - -commit b57a0dfce5a9e273100fe2454dcd9fa718518243 -Author: Jim Nelson -Date: Wed Nov 10 01:57:15 2010 +0000 - - #2788: Store orientation in photo files when metadata auto-commit - is enabled. - -M src/DatabaseTables.vala -M src/MetadataWriter.vala -M src/Photo.vala - -commit be4ca126142177ba115ee817519c2cff3bef097a -Author: Jim Nelson -Date: Wed Nov 10 01:13:31 2010 +0000 - - #2492: When auto-import and auto-commit metadata is selected in - Preferences dialog, operations will begin almost immediately. - -M src/Config.vala -M src/DirectoryMonitor.vala -M src/LibraryMonitor.vala -M src/MetadataWriter.vala -M src/Photo.vala - -commit 160496321f33f40b7dc2f67b6362a63db85acf9a -Author: Vera Yin -Date: Tue Nov 9 23:05:59 2010 +0000 - - Updated Catalan, Chinese (Mainland China), Chinese (Taiwan), Estonian, - Hebrew, and Japanese translations. - -M Makefile -M THANKS -M po/ca.po -M po/et.po -C058 po/ja.po po/he.po -M po/ja.po -M po/zh_CN.po -M po/zh_TW.po - -commit a53cc97aa093ee1aefd1c20ebe0fc183edec8936 -Author: Jim Nelson -Date: Tue Nov 9 02:41:17 2010 +0000 - - #2492: Preferences checkboxes for auto-import and auto-commit - metadata. - -M misc/shotwell.schemas -M src/Config.vala -M src/Dialogs.vala -M src/LibraryMonitor.vala -M src/MetadataWriter.vala -M src/Photo.vala -M src/main.vala -M ui/shotwell.glade - -commit 83eeaa8e7a97f1dbff1064df3d029008bd008ddc -Author: Jim Nelson -Date: Tue Nov 9 00:25:40 2010 +0000 - - Minor cleanup: Placed all the command-line options into their own - namespace. - -M src/AppWindow.vala -M src/DirectWindow.vala -M src/LibraryMonitor.vala -M src/MetadataWriter.vala -M src/Page.vala -M src/Photo.vala -M src/main.vala - -commit fcfd94a4119d069d442d83a5d9fdd98b8c29a6f9 -Author: Jim Nelson -Date: Mon Nov 8 19:36:57 2010 +0000 - - #2769: Slideshow delay box is now internationalized, and simplified - greatly by using a Gtk.SpinButton. Courtesy Marcel Stimberg. - -M src/SlideshowPage.vala - -commit 4fce5ef15fd25c3c1e03275f42a6bc6e3c050abf -Author: Jim Nelson -Date: Mon Nov 8 19:30:43 2010 +0000 - - #2770: YouTube and PicasaWeb connectors remember user name if auth - token expires. - -M src/PicasaConnector.vala -M src/YouTubeConnector.vala - -commit 9ff93d92f9ee2a2e69afe4760cd3b747fbed307a -Author: Jim Nelson -Date: Mon Nov 8 19:23:47 2010 +0000 - - #1988: Facebook privacy control added. #2752: Last bit of Facebook - video uploading merged. Both courtesy Jani Monoses. - -M src/FacebookConnector.vala -M src/WebConnectors.vala - -commit fe7d592b4e81a52a283a7778110b06972d475558 -Author: Jim Nelson -Date: Sat Nov 6 00:36:10 2010 +0000 - - #2693: Context menu for Videos page. - -M src/VideosPage.vala -A ui/video.ui - -commit 77737716050ae0123825c9aaa366919b58e00c15 -Author: Jim Nelson -Date: Sat Nov 6 00:03:47 2010 +0000 - - #2752: Facebook video upload support. This and prior commit (Flickr - video support) courtesty Jani Monoses. - -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/PicasaConnector.vala -M src/WebConnectors.vala -M src/YandexConnector.vala -M src/YouTubeConnector.vala - -commit 80e80c318cdcfc2f9db84ae57ca14f7b938d4345 -Author: Jim Nelson -Date: Fri Nov 5 22:44:20 2010 +0000 - - #2767: Flickr video upload. - -M THANKS -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/WebConnectors.vala - -commit 42eaaad4918fbff324a0d76271ca328600e99128 -Author: Jim Nelson -Date: Fri Nov 5 02:04:33 2010 +0000 - - Fixed mnemonic conflict. - -M src/Resources.vala - -commit 86f3ec057697af3b90fdd1c388a24afd8d4c33a4 -Author: Jim Nelson -Date: Fri Nov 5 02:00:11 2010 +0000 - - #1110: Send pictures via Nautilus Send To integration. #2248: - Added View Event for Photo to the full-window page context menu. - #2735: Better temporary file management. Now using /tmp and relying - on the system to manage the files (i.e. delete them at boot time). - This change affects all users of temp files, the largest of which - right now are the WebConnectors and Send To. - -M Makefile -M src/AppDirs.vala -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Config.vala -M src/DataCollection.vala -A src/DesktopIntegration.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/Exporter.vala -M src/LibraryFiles.vala -M src/LibraryWindow.vala -M src/MediaDataRepresentation.vala -M src/MediaPage.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/VideosPage.vala -A src/file_util.vala -M src/image_util.vala -M src/main.vala -M src/util.vala -M ui/collection.ui -M ui/direct.ui -M ui/media.ui -M ui/photo.ui - -commit 94ff0331e388651e8a9ae5f7e842b7e3ad4235fe -Author: Jim Nelson -Date: Thu Nov 4 18:46:14 2010 +0000 - - #2765: Selecting both photos and videos will offer only services - that support both media types. - -M src/WebConnectors.vala - -commit fcfa3ce40328cd0181eecf3e70fa33fd60df3580 -Author: Jim Nelson -Date: Thu Nov 4 18:25:28 2010 +0000 - - #2764: Publish button now works for videos. - -M src/CollectionPage.vala -M src/Resources.vala - -commit 976f656d63429272d25109d8fb54e7067ccfa02c -Author: Lucas Beeler -Date: Thu Nov 4 01:27:42 2010 +0000 - - Enables seamless integration of photos and videos in tags and - events. Closes #2573. - -M Makefile -M src/AppWindow.vala -M src/BatchImport.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -A src/MediaDataRepresentation.vala -M src/MediaPage.vala -M src/MetadataWriter.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Properties.vala -M src/SlideshowPage.vala -M src/Tag.vala -M src/TagPage.vala -M src/Thumbnail.vala -M src/VideoSupport.vala -M src/VideosPage.vala -M src/YandexConnector.vala -M src/main.vala - -commit cfbb132601877280b80741e711b9eb882a558262 -Author: Jim Nelson -Date: Wed Nov 3 03:08:24 2010 +0000 - - #2030: Progress bar now updated as mimic manager generates mimics. - Also implemented a priority system so the various background tasks - can share the progress bar. (Worth discussing what the priorities - should be.) - -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/MimicManager.vala -M src/PixbufCache.vala -M src/Workers.vala - -commit 7bcb22bdaf5ab8ff5f4eab5efbf475a6b7d204d8 -Author: Jim Nelson -Date: Wed Nov 3 01:56:25 2010 +0000 - - #374: Real-time library monitoring. Currently only available through - command-line options --runtime-monitoring and --runtime-import. - Still testing to be done for scalability issues, but this represents - the fundamental architecture. - -M src/BatchImport.vala -M src/DataCollection.vala -M src/DataObject.vala -C083 src/TimedQueue.vala src/DelayedQueue.vala -M src/DirectoryMonitor.vala -M src/LastImportPage.vala -M src/LibraryFiles.vala -M src/LibraryMonitor.vala -M src/MetadataWriter.vala -M src/OfflinePage.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Tag.vala -M src/TimedQueue.vala -M src/VideoSupport.vala -M src/Workers.vala -M src/main.vala - -commit 7fb604f0a17ab5b31857d55b086413f2310c6e07 -Author: Jim Nelson -Date: Tue Nov 2 20:18:50 2010 +0000 - - Fixes bug reported by Милош Поповић. Assertion was - incorrect; it's possible for files to be removed from DirectoryMonitor - during discovery. This catches it and marks the photo as offline. - -M src/LibraryMonitor.vala - -commit 5050879973bf075267b25f0b300155d6096630e5 -Author: Jim Nelson -Date: Tue Nov 2 18:59:39 2010 +0000 - - #2694: Video files located outside of library directory are no longer - marked offline without verifying existance. - -M src/LibraryMonitor.vala - -commit 0976813dcb0af863a3613f5efbe848c6ed00e3eb -Author: Jim Nelson -Date: Tue Nov 2 18:20:52 2010 +0000 - - #2751: YouTube connector now handles 401 error. Courtesy Jani - Monoses. - -M src/YouTubeConnector.vala - -commit b2c116ce8a0a290a6ea7d4b7b4fad658f6e0228e -Author: Jim Nelson -Date: Mon Nov 1 20:36:25 2010 +0000 - - This adds schema version numbers to the warning dialog when attempting - to use Shotwell on a newer database. This could help with debugging - problems. - -M src/DatabaseTables.vala -M src/main.vala - -commit dd39b5a9c512810df2a254bef2fe33ea85f5e4ec -Author: Jim Nelson -Date: Mon Nov 1 20:26:39 2010 +0000 - - This fixes a soft assertion that appears when an issue with the - database is detected at startup. - -M src/Application.vala - -commit 317628ecb511663007b7544b8ca9280b13ed0482 -Author: Jim Nelson -Date: Tue Oct 26 18:48:19 2010 +0000 - - #2724: Remember last album in Picasa Web connector. Courtesy Jani - Monoses. - -M src/Config.vala -M src/PicasaConnector.vala - -commit 72fa5653df33dde3c1f51dc07c59f8021a02a91f -Author: Jim Nelson -Date: Tue Oct 26 18:26:08 2010 +0000 - - #2730: Picasa Web Album -> Albums. - -M src/PicasaConnector.vala - -commit 0215e3cd48f4d2f8702da05f30c699d67592a25e -Author: Vera Yin -Date: Tue Oct 26 01:54:44 2010 +0000 - - Updated Portuguese (Brazil) translation. - -M THANKS -M po/pt_BR.po - -commit d5078a038f025fdcf779a3fffab51b41c38f4b88 -Author: Vera Yin -Date: Tue Oct 26 00:42:20 2010 +0000 - - Updated French and Portuguese translations. - -M po/fr.po -M po/pt.po - -commit 6679402bfd7e2639e62d1b8dcdc2371b2d3d1795 -Author: Jim Nelson -Date: Sat Oct 23 01:41:55 2010 +0000 - - #1589: YouTube publishing. Courtesy Jani Monoses. - -M Makefile -M src/CollectionPage.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/PhotoPage.vala -M src/PicasaConnector.vala -M src/VideosPage.vala -M src/WebConnectors.vala -M src/YandexConnector.vala -C060 src/PicasaConnector.vala src/YouTubeConnector.vala -D ui/videos.ui - -commit f14ba7a700b12a1379ca5efee306eb0cf0e964e7 -Author: Vera Yin -Date: Fri Oct 22 23:11:44 2010 +0000 - - Updated no-c-format designation in pot file and affected translations. - -M po/cs.po -M po/es.po -M po/eu.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/nb.po -M po/pl.po -M po/shotwell.pot -M po/sr.po -M po/sv.po -M po/uk.po - -commit 4f4339799c0e4a1ee508cc19734b1f19b0f2d196 -Author: Vera Yin -Date: Thu Oct 21 22:09:47 2010 +0000 - - Added Basque translation, updated German translation. - -M Makefile -M THANKS -M po/de.po -A po/eu.po - -commit c7d7904f53f02958be6c1abcd6b67c05a5bec4d0 -Author: Jim Nelson -Date: Wed Oct 20 16:49:45 2010 +0000 - - #2712: Set json-glib-1.0 version requirements. - -M Makefile - -commit 1bfd76c662dbaa984a8a22a70bf0968929de70c3 -Author: Jim Nelson -Date: Wed Oct 20 01:29:31 2010 +0000 - - #2710: segfaults due to bad generated .c (calling a static method - through an instance variable). - -M src/Photo.vala - -commit 252a789f9cb186e6a283106285408776bc9fc5ef -Author: Lucas Beeler -Date: Tue Oct 19 22:34:37 2010 +0000 - - Added the user_photos permissions flag to the Facebook permissions - request. This may fix #2370. - -M src/FacebookConnector.vala - -commit 4b39e52610a9b23628ee12ac4e7f7465ecd5d6ae -Author: Jim Nelson -Date: Tue Oct 19 21:25:57 2010 +0000 - - #2698: Improved Preferences dialog. Courtesy Louis-Francis - Ratté-Boulianne. - -M THANKS -M src/Dialogs.vala -M ui/shotwell.glade - -commit f73770ba2ea043c110cb282ff3893307ddce46cb -Author: Vera Yin -Date: Mon Oct 18 17:40:58 2010 +0000 - - Updated Japanese and Swedish translations. - -M po/ja.po -M po/sv.po - -commit e8cdec72b7433048965f273e66d961f30f76da34 -Author: Vera Yin -Date: Fri Oct 15 17:26:30 2010 +0000 - - Updated Kazakh and Ukrainian translations. - -M po/kk.po -M po/uk.po - -commit 7709f41853db347b644637333ccf87742faaea10 -Author: Vera Yin -Date: Thu Oct 14 23:42:20 2010 +0000 - - Updated Polish and Serbian translations. - -M po/pl.po -M po/sr.po - -commit c8dd1110ed746a38358d0578d695733be5b62aad -Author: Jim Nelson -Date: Thu Oct 14 22:12:00 2010 +0000 - - #2536: Yandex.Fotki Web service support. Courtesy Evgeniy Polyakov. - -M Makefile -M THANKS -M src/Config.vala -M src/WebConnectors.vala -A src/YandexConnector.vala -A ui/yandex_publish_model.glade - -commit e2d46534520e013a5fbcb6502195a1b06feec90b -Author: Jim Nelson -Date: Thu Oct 14 21:42:07 2010 +0000 - - Cleaned up Thumbnail's implementation to take advantage of - MediaSource's genericities. - -M src/Thumbnail.vala - -commit cf963f2734020e695c0a1f4161d28f58298bd819 -Author: Vera Yin -Date: Thu Oct 14 21:22:25 2010 +0000 - - Removed Transifex verification token. - -D README.transifex - -commit d9c207e475907d65be9c92361f15b28d4f3096be -Author: Jim Nelson -Date: Thu Oct 14 21:20:20 2010 +0000 - - This takes some ideas added to MediaSource and genericizes them to - all DataSources. This simplifies persisting DataSources outside of - the database, such as in the thumbnail cache and backlinks. - -M src/DataObject.vala -M src/Event.vala -M src/ImportPage.vala -M src/LibraryMonitor.vala -M src/Photo.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/Tombstone.vala -M src/VideoSupport.vala - -commit b55be1b0f04556ac1e8777e9e873ca25754bfff4 -Author: Vera Yin -Date: Thu Oct 14 21:10:37 2010 +0000 - - Added Transifex token to verify new repository location. - -A README.transifex - -commit a17f611fbffb52d908d81caf26120b7208f134ae -Author: Vera Yin -Date: Thu Oct 14 18:14:31 2010 +0000 - - Updated Czech, Korean, Japanese, Norwegian, and Spanish translations. - -M po/cs.po -M po/es.po -M po/ja.po -M po/ko.po -M po/nb.po - -commit e0204e40e5bd9c01307557c7b16d697b3eb74a32 -Author: Jim Nelson -Date: Thu Oct 14 02:33:16 2010 +0000 - - #2666: Mark photo as dirty whenever the appropriate metadata is - updated, even if autocommit-metadata is disabled. This persists - the dirty flag at all times, meaning if it is enabled MetadataWriter - will commit all changes to the backing files. - -M Makefile -M src/DatabaseTables.vala -M src/MetadataWriter.vala -M src/Photo.vala -R083 src/DelayedQueue.vala src/TimedQueue.vala - -commit baa2f0ea56a9e0ebb924235fb218d1d67ce2fa2d -Author: Jim Nelson -Date: Tue Oct 12 23:01:06 2010 +0000 - - ViewCollection now supports multiple source monitors. This is made - necessary for video support. - -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LastImportPage.vala - -commit 12da481c0b483b39e21fc9d29a7db184b858549a -Author: Vera Yin -Date: Tue Oct 12 22:42:54 2010 +0000 - - Updated POT file. - -M po/shotwell.pot - -commit 74a6fdfab4db57ae0df0afd83f33b7b1f15e41a8 -Author: Jim Nelson -Date: Tue Oct 12 19:47:03 2010 +0000 - - #2658: Escape closes Extended Information window. Courtesy mcben. - -M src/Properties.vala - -commit ee47a9ff53ba2abb1003b51c3c272a7ca5e6c6b4 -Author: Jim Nelson -Date: Tue Oct 12 19:28:54 2010 +0000 - - #2566: Not technically a memory leak, but pixbufs being stacked - up in a queue during a disk import due. Implemented a hysteresis - algorithm on the queue to relieve the backlog if it grows too fast. - -M src/BatchImport.vala -M src/ImportPage.vala -M src/main.vala - -commit 9862cb2218fbf6560e464144c20238f55f84da10 -Author: Lucas Beeler -Date: Tue Oct 12 01:01:53 2010 +0000 - - Further refactors and stablizes video and data collection - systems. Enables videos to be marked offline and placed in the - trash can. Detects the installation of new system CODECs and tries - to update video thumbnails accordingly. - -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Commands.vala -M src/Config.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/MediaPage.vala -M src/OfflinePage.vala -M src/Photo.vala -M src/Tombstone.vala -M src/TrashPage.vala -M src/VideoSupport.vala -M src/VideosPage.vala -M src/util.vala -M ui/media.ui - -commit 02d40e8e01e0dd61c4fdbd2a667ac676df6e4af0 -Author: Jim Nelson -Date: Mon Oct 11 19:50:32 2010 +0000 - - #2654: Use Shift+Delete for Remove From Library. Courtest mcbenn. - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit e5e6f1aebc9b3651c20b69e93e938e7b074628ae -Author: Lucas Beeler -Date: Mon Oct 11 18:53:11 2010 +0000 - - Closes #2656. Based on a patch submitted by Jani Monosones. Credited - Jani in the THANKS file. - -M THANKS -M src/CollectionPage.vala - -commit 6716ef7dbcf4d02b3b6e0f0d3c60a25ef0270068 -Author: Vera Yin -Date: Mon Oct 11 18:28:12 2010 +0000 - - Updated Spanish translation. - -M THANKS -M po/es.po - -commit 6b20f17116a3494bd0f7add3ba6baea3354be558 -Author: Jim Nelson -Date: Fri Oct 8 23:33:45 2010 +0000 - - #2643: Fixed issue with photos displaying in a single column. - -M src/Thumbnail.vala - -commit 55a6f1e794ea65e844b11efbbb7310522b5d9063 -Author: Jim Nelson -Date: Fri Oct 8 19:28:04 2010 +0000 - - #1849: Removed FixedKeyFile.vapi and gdk-none.vapi, both binding - patches that were fixed a while back. - -M Makefile -M src/DatabaseTables.vala -M src/LibraryWindow.vala -D vapi/FixedKeyFile.vapi -D vapi/gdk-none.vapi - -commit 30ad28672e237e82cab5bd6b17da94e953af1567 -Author: Vera Yin -Date: Thu Oct 7 18:34:57 2010 +0000 - - Updated Norwegian translation. - -M po/nb.po - -commit 80f7b884392b3b25f8bf4bd48bd971229e843719 -Author: Vera Yin -Date: Tue Oct 5 02:38:50 2010 +0000 - - Updated Lithuanian translation. - -M THANKS -M po/lt.po - -commit 881d80b582df5a61f25c22c32946147b05f9c066 -Author: Jim Nelson -Date: Tue Oct 5 00:48:30 2010 +0000 - - Cade changes in preparation for 0.11 (but these do not require 0.11 - to compile). 0.11 features better code analysis, which is what it's - warning about here. - -M Makefile -M src/AppWindow.vala -M src/BatchImport.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Config.vala -M src/DirectWindow.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M src/PhotoPage.vala -M src/Properties.vala -M src/Sidebar.vala -M src/SlideshowPage.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/WebConnectors.vala - -commit 95ed7ae00f51d4a52c9b817dae4c90ad1d485ee4 -Author: Jim Nelson -Date: Mon Oct 4 21:23:28 2010 +0000 - - #2287: No more 64-bit printf modifiers. Courtesy mcben. - -M src/DataCollection.vala -M src/DatabaseTables.vala -M src/Event.vala -M src/JfifSupport.vala -M src/Photo.vala -M src/Tag.vala -M src/VideoSupport.vala - -commit cb12500495907abb3753088c265eba46c2a37e18 -Author: Jim Nelson -Date: Mon Oct 4 21:06:15 2010 +0000 - - #2634: -V/--version command-line option. Courtesy mcben. - -M THANKS -M src/main.vala - -commit 79185724d48f37baf3d06cbf9f326bdb74ac1958 -Author: Jim Nelson -Date: Mon Oct 4 19:49:28 2010 +0000 - - #2612: Fixed autocompletion with non-ASCII characters - -M src/Dialogs.vala - -commit c2e10190791dbd88e9e731d267fe6ea04a5eee28 -Author: Jim Nelson -Date: Fri Oct 1 23:08:29 2010 +0000 - - #1560: Switched to using Gtk.Actions entirely in our Page code. - I've also restructured how Actions are registered with the UI - Manager to deal better with multi-tiered class heirarchies (with - MediaPage, we now have three-deep Page classes with Actions that - must be registered). I've also made it easier to update the Actions - when ViewCollection state changes and pushed more common Action code - (i.e. Undo/Redo) into LibraryWindow. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/MediaPage.vala -M src/OfflinePage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/TagPage.vala -M src/TrashPage.vala -M src/VideosPage.vala - -commit 60d524b3b7aede32e14575ececae9388667d8874 -Author: Lucas Beeler -Date: Thu Sep 30 22:02:43 2010 +0000 - - Introduces the new MediaPage class that treats photos and videos - uniformly. As a consequence, allows editing titles and setting - ratings for videos. Closes #2584. - -M Makefile -M src/CollectionPage.vala -M src/Commands.vala -M src/Config.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -A src/MediaPage.vala -M src/Page.vala -M src/Photo.vala -M src/TagPage.vala -M src/Thumbnail.vala -M src/VideoSupport.vala -M src/VideosPage.vala -M ui/collection.ui -M ui/event.ui -C060 ui/collection.ui ui/media.ui -M ui/tags.ui -M ui/videos.ui - -commit e0fd446e20c5579650cef1252ddff900d87a3007 -Author: Vera Yin -Date: Thu Sep 30 19:55:53 2010 +0000 - - Updated Japanese translation in trunk. - -M THANKS -M po/ja.po - -commit 8ccaa7f67f7fbc42f88f542b7637b12937b8e9cc -Author: Jim Nelson -Date: Wed Sep 29 01:13:20 2010 +0000 - - #2475: Now adding Software version to metadata when exporting and - writing to master file. - -M src/MetadataWriter.vala -M src/Photo.vala -M src/PhotoMetadata.vala - -commit cc1031bd3b2b22c7188f2b59b66e08aaae8d90a2 -Author: Jim Nelson -Date: Wed Sep 29 00:42:20 2010 +0000 - - Fixed regression in DataSource's signal reflection to DataView. - This fixes #2598, #2597, and #2595.Also updated strings for #2591 - and #2610. - -M src/DataObject.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala - -commit 601b2d5faaf47512b558f31f85dca752ecf27f13 -Author: Jim Nelson -Date: Wed Sep 29 00:02:22 2010 +0000 - - Fixes a bug in last commit -- app won't close if no metadata was - auto-committed. - -M src/Workers.vala - -commit b4c6f9c6278b26098105eb0ed1966011a6bf302c -Author: Jim Nelson -Date: Tue Sep 28 22:54:34 2010 +0000 - - #1290: Store tags and other metadata (title/caption, rating, exposure - date/time) in photo files - -M Makefile -M src/AppWindow.vala -A src/Application.vala -M src/BatchImport.vala -M src/DatabaseTables.vala -A src/DelayedQueue.vala -M src/Dialogs.vala -M src/DirectoryMonitor.vala -M src/JfifSupport.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -A src/MetadataWriter.vala -M src/Photo.vala -M src/PhotoFileAdapter.vala -M src/PhotoFileFormat.vala -M src/PhotoMetadata.vala -M src/PhotoPage.vala -M src/PngSupport.vala -M src/RawSupport.vala -M src/SortedList.vala -M src/Workers.vala -M src/main.vala -M src/util.vala - -commit e9334e4d1b9ccde5cf5b0bad54fa79a0deee9e9f -Author: Vera Yin -Date: Mon Sep 27 20:16:29 2010 +0000 - - Updated Portuguese (Portgual) translation in trunk. - -M THANKS -M po/pt.po - -commit 0585b4d895065d0971e78dd7129e5bb857af181a -Author: Vera Yin -Date: Wed Sep 22 18:54:49 2010 +0000 - - Copied translation updates from 0.7 branch to trunk. - -M po/cs.po -M po/el.po - -commit ca21f76eb3f0b4136e6cb04bfe7064d3ee230619 -Author: Jim Nelson -Date: Wed Sep 22 17:19:29 2010 +0000 - - #2577: Support MTS video files. - -M src/VideoSupport.vala - -commit 2021775b0ce7e46629573a34ae1f4a3770e86c72 -Author: Vera Yin -Date: Tue Sep 21 18:42:24 2010 +0000 - - Copied translation update from 0.7 branch to trunk. - -M po/zh_CN.po - -commit d8c40caeaa56f22adb54475519e95b556a2fe41f -Author: Vera Yin -Date: Fri Sep 17 21:59:21 2010 +0000 - - Copied translation update from 0.7 branch to trunk. - -M THANKS -M po/el.po - -commit f9fb073443fa923b54120f1fbe112f75c9fd9e68 -Author: Vera Yin -Date: Fri Sep 17 18:02:17 2010 +0000 - - Copied translation update from 0.7 branch to trunk. - -M po/kk.po - -commit 456922c7c11ce42e36304cf11d0cbc2d35ddcad2 -Author: Lucas Beeler -Date: Fri Sep 17 01:40:43 2010 +0000 - - Enables Shotwell to import video files from cameras or the filesystem - and play them back in the system-defined media player. Closes #855. - -M Makefile -A icons/noninterpretable-video.png -M src/AlienDatabaseImportJob.vala -M src/BatchImport.vala -M src/CollectionPage.vala -M src/DataObject.vala -M src/DatabaseTables.vala -R068 src/PhotoExporter.vala src/Exporter.vala -M src/ImportPage.vala -M src/LibraryFiles.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M src/Properties.vala -M src/Resources.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -A src/VideoSupport.vala -A src/VideosPage.vala -M src/main.vala -M src/util.vala -A ui/videos.ui - -commit cb1f4e2798f96709d70e0c8aabcb94301350d914 -Author: Vera Yin -Date: Thu Sep 16 18:51:56 2010 +0000 - - Copied translation updates from 0.7 branch to trunk. - -M po/kk.po -M po/pt.po - -commit 0be0447bec288862da2be1c866dbddc9c0b673e0 -Author: Jim Nelson -Date: Wed Sep 15 17:00:04 2010 +0000 - - #2537: Checking for null refs before calling is_page_selected(). - -M src/LibraryWindow.vala - -commit 65adc2444b8f37331298152f3eb43acee81a7e71 -Author: Jim Nelson -Date: Wed Sep 15 16:53:49 2010 +0000 - - #2563: Startup scan no longer reimports if file is merely touched. - -M src/DatabaseTables.vala -M src/LibraryMonitor.vala - -commit 88611579bca5e5c476db5715b354a53c6823f24f -Author: Vera Yin -Date: Wed Sep 15 00:05:07 2010 +0000 - - Copied translation updates from 0.7 branch to trunk. - -M Makefile -M THANKS -M po/hu.po -M po/it.po -M po/pt.po -C088 po/pt.po po/pt_BR.po -M po/sr.po -M po/sv.po - -commit 192ca547af59c965113904e2c062a097c7909d9a -Merge: b9ae51a7 c5bd728d -Author: Jim Nelson -Date: Sat Sep 11 01:20:50 2010 +0000 - - Merge from 0.7.2. - -commit c5bd728da418f109794621b4529ee84299e76ea9 -Author: Jim Nelson -Date: Sat Sep 11 00:13:56 2010 +0000 - - Changes for packaging 0.7.2. - -M Makefile -M NEWS -M debian/changelog -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po -M windows/winstall.iss - -commit b4bd97d4252e258d14c02d67c424e30bfa6b1927 -Author: Jim Nelson -Date: Fri Sep 10 19:28:12 2010 +0000 - - #2526: A null reference was not handled properly, causing this - problem. - -M src/LibraryWindow.vala - -commit b9ae51a7e0410f26c56539956e5ceb4e404c9c1c -Author: Vera Yin -Date: Fri Sep 10 19:08:00 2010 +0000 - - Copied German and Korean translations from branch to trunk. - -M THANKS -M po/de.po -M po/ko.po - -commit 89c992e13b0a02adde4008bf12ccce388e482fc0 -Author: Vera Yin -Date: Fri Sep 10 19:02:28 2010 +0000 - - Updated German and Korean translations in 0.7 branch. - -M THANKS -M po/de.po -M po/ko.po - -commit 4f1a759006b5d9c40e9b6b73e5032cf93ff6866d -Author: Vera Yin -Date: Fri Sep 10 03:22:41 2010 +0000 - - Copied Slovak translation from branch to trunk. - -M po/sk.po - -commit 27f31f46d726520c6a5ab7b8a97f0c462ada9b47 -Author: Vera Yin -Date: Fri Sep 10 03:19:04 2010 +0000 - - Updated Slovak translation. - -M po/sk.po - -commit 66fd8fc3ed10fcf6108adc63c72377543ce78f03 -Author: Vera Yin -Date: Thu Sep 9 20:20:48 2010 +0000 - - Copied po files from 0.7 branch to trunk. - -M po/ar.po -M po/ast.po -M po/bn.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/gl.po -M po/hr.po -M po/id.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit cf531de2f544793e60d68cac7d79aee890e99836 -Author: Vera Yin -Date: Thu Sep 9 20:12:56 2010 +0000 - - Updated Bulgarian, Catalan, Chinese (Taiwan), Danish, Dutch, Finnish, - French, Hungarian, Italian, Japanese, Kazakh, Korean, Spanish, Thai, - and Ukrainian translations. Updated shotwell.pot (pulled from trunk - version which includes 'Import All' and 'Import Selected'). - -M po/bg.po -M po/ca.po -M po/da.po -M po/es.po -M po/fi.po -M po/fr.po -M po/hu.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/nl.po -M po/shotwell.pot -M po/th.po -M po/uk.po -M po/zh_TW.po - -commit 05fdcadfb8752a613892c1c60f0ed882ea5aadf9 -Author: Jim Nelson -Date: Thu Sep 9 20:01:34 2010 +0000 - - Fixes two debug messages only logged when TRACE_MD5 is set in the - configure script. - -M src/AlienDatabaseImportJob.vala -M src/Photo.vala - -commit 82e3caf8f09f71e8d98299cb862fefeac6d7278c -Author: Jim Nelson -Date: Thu Sep 9 02:20:30 2010 +0000 - - #2532: If Shotwell can't create vital data files/directories at - startup, instead of logging an error and exiting, it displays a - dialog box error and exits. NOTE: This introduces new translatable - strings that are not the .pot file. Although past string freeze, we - feel these are very rare cases and won't be seen by 99.9% of users, - but should be visible to that one-tenth of a percent that have done - something really odd with their permissions. - -M src/AppDirs.vala -M src/AppWindow.vala -M src/DatabaseTables.vala - -commit 614fea20f3f7835555bc74fb4aa48a2fd514c978 -Author: Lucas Beeler -Date: Thu Sep 9 01:31:50 2010 +0000 - - Fixes sidebar color when running under dark themes. Closes #2483. - -M src/LibraryWindow.vala - -commit 08831ebde8f98a5c3b62c3e29c8d2fe2a894952b -Author: Jim Nelson -Date: Thu Sep 9 00:08:48 2010 +0000 - - #2488: Shotwell will only ask user to copy or link on file import if - any of the files or directories are outside the library. If they're - all in the library, we always link. - -M src/AppDirs.vala -M src/LibraryWindow.vala - -commit 417034ea89cc847226ecae77e7ff326ba9972359 -Author: Jim Nelson -Date: Wed Sep 8 23:34:21 2010 +0000 - - #2528: libraw-config tries to find thread-safe version of libraw - package file (.pc), which is called libraw_r.pc on Gentoo, before - falling back to libraw.pc (which is what I *expect* other packages - to use when this is widespread), then going to the manual step. - - This will be a heckuva lot easier when libraw is properly packaged. - - Patch courtesy Valentin David. - -M THANKS -M libraw-config - -commit 67d4146fea47b13de9748e965f1f693a14034a10 -Author: Lucas Beeler -Date: Wed Sep 8 23:20:36 2010 +0000 - - Properly encodes the '+' character during the Picasa login - transaction. Closes #2533. - -M src/WebConnectors.vala - -commit 77d601532137dcae23ffd3990d05bbade757c179 -Author: Jim Nelson -Date: Wed Sep 8 17:52:38 2010 +0000 - - Fix I noticed while working on 0.8 that has been reported by 0.7.1 - user. Backported for inclusion in 0.7.2. - -M src/BatchImport.vala - -commit a5daf40ede749b5695f298a1fe5ca3b295bfa46e -Author: Jim Nelson -Date: Wed Sep 8 00:36:19 2010 +0000 - - Backmerged change to trunk to 0.7.1+branch for #2523. - -M src/WebConnectors.vala - -commit 38b3ac1afb97e56c3a6484a4937aa41d725a2db3 -Author: Lucas Beeler -Date: Wed Sep 8 00:25:12 2010 +0000 - - Adds null guards in PublishingDialog.go( ). Closes #2523. - -M src/WebConnectors.vala - -commit 7b2de4180264d97631d5fe36cd49e472a06d663f -Merge: 0f499a29 af61ecfc -Author: Jim Nelson -Date: Wed Sep 8 00:21:20 2010 +0000 - - Merge from 0.7.1+branch. - -commit af61ecfcc18f0e1287333c6ebc3bc8f7c44ebc05 -Author: Jim Nelson -Date: Tue Sep 7 21:39:02 2010 +0000 - - #2516: File monitor wasn't being created when externally editing a - previously-edited file. - -M src/Photo.vala - -commit caa10e0f3b16f4c1131bcde5708eeac8085179dc -Author: Jim Nelson -Date: Tue Sep 7 20:24:55 2010 +0000 - - #2520: Removed all references to deprecated string.len() method. - -M src/Dialogs.vala - -commit aeb08fd7391b3d1544ba4211a10a123bb72f1bbf -Author: Jim Nelson -Date: Tue Sep 7 19:48:00 2010 +0000 - - #2524: apport hook now distributed with tar ball. - -M Makefile - -commit ba8025b552037e9e401c137d093b650f63159404 -Author: Jim Nelson -Date: Fri Sep 3 22:38:05 2010 +0000 - - #2515: When the root of the library directory was a symbolic link, - DirectoryMonitor would fail to search (not following symbolic links) - and so all photos in the library would be marked offline. Then the - offline files were searched to see if they were online individually, - which they all were, and so they were marked online. This solves - the problem by following symbolic links *only* in the directory scan. - More thorough symbolic link support needs to happen. - -M src/DirectoryMonitor.vala -M src/LibraryMonitor.vala - -commit 5da3f5d41ff0e473948605a0e7b9c8bb2c329a56 -Author: Vera Yin -Date: Fri Sep 3 18:25:40 2010 +0000 - - Updated Korean translation. - -M po/ko.po - -commit 0f499a29fe52c2fbcf772d39ab71f6bda80601fd -Merge: 9ad4f31d 6024a6e1 -Author: Jim Nelson -Date: Thu Sep 2 20:29:46 2010 +0000 - - Merge from 0.7.1+branch (candidate fix for #2510) - -commit 9ad4f31d5821de339acb1f0eb4478200793162d0 -Author: Jim Nelson -Date: Thu Sep 2 19:56:01 2010 +0000 - - #2511: Vala 0.9.7 now required to build. - -M Makefile - -commit 6024a6e1e743af36c3beeb99e3a978a3a4d97b39 -Author: Jim Nelson -Date: Thu Sep 2 19:44:24 2010 +0000 - - #2510: This limits the number of directories that are traversed at - any one time to five. - -M Makefile -M src/DirectoryMonitor.vala - -commit 0e49db51567c0f8e742a8cd2b5ff5cf6db955c94 -Author: Vera Yin -Date: Thu Sep 2 18:53:30 2010 +0000 - - Updated Catalan, Chinese (Taiwan), French, and Italian translations. - -M THANKS -M po/ca.po -M po/fr.po -M po/it.po -M po/zh_TW.po - -commit 2507bea0b88196a600d13e120e4fa7da3095494b -Author: Jim Nelson -Date: Wed Sep 1 23:54:23 2010 +0000 - - #2504: VALAC makefile variable not used when detecting compiler - version number. Courtesy Elliot S. - -M Makefile -M THANKS - -commit c591e9670ab43521bc09d263dc8c77dc1f293dc7 -Author: Jim Nelson -Date: Wed Sep 1 23:46:38 2010 +0000 - - #2478: Files now added (auto-imported) when discovered at startup - (use --auto-import command-line option until #2492 is implemented). - #2491: Now have an update bar for background operations. More work - may need to be done if this is used by multiple background operations - at the same time. Note that this patch does NOT address symbolic - links, which is ticketed at #2307. - -M Makefile -M src/BatchImport.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/Photo.vala -A src/Tombstone.vala -M src/main.vala - -commit 203b20fd3421a383a9d14c2886e3683ed3908670 -Author: Lucas Beeler -Date: Tue Aug 31 23:33:20 2010 +0000 - - Added GNOME Gettext domain tags to desktop template files following - Canonical's changes in response to Launchpad bug #616856. - -M misc/shotwell-viewer.desktop.head -M misc/shotwell.desktop.head - -commit bd5254d53d12a471f8a6763e7c700d9ed237323d -Author: Patrick Tierney -Date: Tue Aug 31 20:20:36 2010 +0000 - - #2499: updated tooltip for rotate button - -M src/Resources.vala - -commit 9d5c5a29858e0515ab53584352edf577f4682411 -Author: Patrick Tierney -Date: Tue Aug 31 20:18:33 2010 +0000 - - #2484: added keyboard accelerator to Edit menu in DirectPhotoPage - -M src/PhotoPage.vala - -commit 9976f73152372c9799dbbc8112957fbaee47d31e -Author: Vera Yin -Date: Tue Aug 31 18:28:45 2010 +0000 - - Updated Dutch and Korean translations. - -M THANKS -M po/ko.po -M po/nl.po - -commit 4f076e4b572f4f6c9d78d6e8e918c7177f82084e -Author: Patrick Tierney -Date: Tue Aug 31 01:26:17 2010 +0000 - - #1712: added No Event page - -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala - -commit 80a242fa61b94a1bc730f0e8120c56a719de5d31 -Author: Vera Yin -Date: Mon Aug 30 21:20:12 2010 +0000 - - Updated French translation. - -M po/fr.po - -commit ad11e2f5edaf29007c99ad083ab33b82ce53e810 -Author: Vera Yin -Date: Mon Aug 30 18:51:05 2010 +0000 - - Updated Bulgarian, Chinese (Taiwan), and Japanese translations. - -M po/bg.po -M po/ja.po -M po/zh_TW.po - -commit d082bcbb0e77db39b2a2490b9a19bdc65bb355a1 -Author: Jim Nelson -Date: Mon Aug 30 18:34:54 2010 +0000 - - #2495: Four strings in ImportPage were not marked for translation. - Fix and Finnish translations courtesy Mikko Huhtala. - -M THANKS -M po/fi.po -M po/shotwell.pot -M src/ImportPage.vala - -commit f7303f52c2769bfcf8acb2260cd654c3cf460c74 -Author: Jim Nelson -Date: Fri Aug 27 21:36:27 2010 +0000 - - #2476: At startup (discovery) Shotwell will now notice if a photo's - been modified externally and update state, including regen'ing - thumbnails, importing new metadata, and discarding transformations. - There's also work done to speed up marking files online/offline. - -M src/DatabaseTables.vala -M src/LibraryMonitor.vala -M src/Photo.vala - -commit b4ae514bd45a47b9a3d3519f121aa6c8ba2084ef -Author: Jim Nelson -Date: Fri Aug 27 21:11:18 2010 +0000 - - #2248: Jump to event for selected photo. - -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M ui/collection.ui - -commit 6d71f62d9b57bb68e5e4fbbbe6ed4923111ea718 -Author: Vera Yin -Date: Fri Aug 27 18:29:58 2010 +0000 - - Updated Hungarian translation. - -M po/hu.po - -commit 3153d8f954d60212d3ff2bcde9a7cb15683b4407 -Author: Jim Nelson -Date: Fri Aug 27 00:53:05 2010 +0000 - - DataObjects no longer have an "altered" signal. All "altered" - signals come off their SourceCollection, which means it's easier to - aggregate and issue them in a single signal. - -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DirectWindow.vala -M src/EditingTools.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/SlideshowPage.vala -M src/Tag.vala -M src/TagPage.vala -M src/Thumbnail.vala - -commit 012dcd4500ba50c02b1d0fab576a0f4a80ae667b -Author: Jim Nelson -Date: Fri Aug 27 00:06:35 2010 +0000 - - Kazahk translation didn't merge properly. - -A po/kk.po - -commit 28ef3d0109f86e0c53c70cf0390b4d14b5fe2e0b -Merge: 66ac9e94 f065768b -Author: Jim Nelson -Date: Fri Aug 27 00:03:03 2010 +0000 - - Merge from 0.7.1. - -commit 66ac9e9436ad2574c31d7cf0f193a2a6bbbac4b7 -Author: Jim Nelson -Date: Thu Aug 26 23:20:17 2010 +0000 - - Versioned to 0.7.1+trunk. - -M Makefile - -commit f065768b2c508c4b38167e6110c4ef60aefaa97a -Author: Adam Dingle -Date: Thu Aug 26 20:31:16 2010 +0000 - - Updated Makefile given recent Mallard doc changes. - -M Makefile -M THANKS -M help/C/index.page - -commit 2414b82346ee3b27e2d15976c72a693e9f18b1da -Author: Lucas Beeler -Date: Thu Aug 26 20:20:04 2010 +0000 - - Updated version numbers, NEWS and debian/changelog file to prepare - for 0.7.1 release. - -M Makefile -M NEWS -M debian/changelog -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/kk.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po -M windows/winstall.iss - -commit 53fc6ef5a9bd2039e609b2311dc386b7b00fa44d -Author: Jim Nelson -Date: Thu Aug 26 20:02:21 2010 +0000 - - #2479: Although the same symptoms as the original report of - the ticket, it was manifesting itself in a very different way. - This solves the problem of unlocking the ViewCollection before - its destroyed. - -M src/AppWindow.vala -M src/DataCollection.vala -M src/PhotoPage.vala - -commit e4db6678ed554363ee5435d724b62427964b296f -Author: Adam Dingle -Date: Thu Aug 26 19:10:06 2010 +0000 - - A minor text fix. - -M help/C/running.page - -commit 68c97e7dfd24df1aac6923f8bef485c9e0493cfd -Author: Adam Dingle -Date: Thu Aug 26 18:55:49 2010 +0000 - - Added Mallard documentation fixes from Phil Bull along with various - further edits. - -M help/C/edit-adjustments.page -M help/C/edit-crop.page -M help/C/edit-enhance.page -M help/C/edit-external.page -R060 help/C/edit-introduction.page help/C/edit-nondestructive.page -M help/C/edit-redeye.page -M help/C/edit-rotate.page -M help/C/edit-time-date.page -M help/C/edit-undo.page -A help/C/figures/crop_thirds.jpg -A help/C/formats.page -M help/C/import-camera.page -M help/C/import-f-spot.page -M help/C/import-file.page -A help/C/import-memorycard.page -M help/C/index.page -D help/C/introduction.page -M help/C/organize-event.page -M help/C/organize-rating.page -M help/C/organize-remove.page -M help/C/organize-tag.page -M help/C/organize-title.page -M help/C/other-missing.page -M help/C/other-multiple.page -M help/C/running.page -M help/C/share-background.page -M help/C/share-export.page -M help/C/share-print.page -M help/C/share-slideshow.page -M help/C/share-upload.page -M help/C/view-displaying.page -M help/C/view-information.page -M help/C/view-sidebar.page - -commit da566ebd1115d8d6388d70500a989cbe5078d265 -Author: Vera Yin -Date: Thu Aug 26 18:29:01 2010 +0000 - - Corrected translation mistake in French. - -M po/fr.po - -commit 8b3abd85fd0ef8a818deef3d54af7384f5310bdb -Author: Vera Yin -Date: Thu Aug 26 18:18:02 2010 +0000 - - Added Kazakh translation, updated Estonian, Hungarian, and Japanese - translations. - -M Makefile -M THANKS -M po/et.po -M po/hu.po -M po/ja.po -C077 po/ja.po po/kk.po - -commit 355b9e8d5eaef5ff0b255b8663d54ea26c79cc2e -Author: Vera Yin -Date: Wed Aug 25 20:04:37 2010 +0000 - - Merged updated translations from trunk to 0.7 branch. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit ad89f5120ce288b98c95b84b4d8192bdb8fc0d53 -Author: Vera Yin -Date: Wed Aug 25 19:31:24 2010 +0000 - - Updated Japanese translation. - -M po/ja.po - -commit 7d16e14b56cdcfb0ed447b2cbd7308da904af7c6 -Author: Vera Yin -Date: Wed Aug 25 18:53:32 2010 +0000 - - Updated Czech, Galician, Hungarian, Portugese translations. - -M po/cs.po -M po/gl.po -M po/hu.po -M po/pt.po - -commit 740943d40bdab3ff91b59b52ef2e2dd664aa0399 -Author: Jim Nelson -Date: Tue Aug 24 23:43:11 2010 +0000 - - TransformablePhoto -> Photo - -M src/BatchImport.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DirectWindow.vala -M src/EditingTools.vala -M src/Event.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/LibraryMonitor.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PicasaConnector.vala -M src/Printing.vala -M src/Properties.vala -M src/WebConnectors.vala -M src/image_util.vala -M src/util.vala - -commit 787e50875e3901eba6a864f920054928e59075ee -Merge: 5f2f05d9 72b6b52e -Author: Jim Nelson -Date: Tue Aug 24 23:05:27 2010 +0000 - - Merge from 0.7 branch. - -commit 72b6b52e6335e81fdd5d8d06e9c6003f32aad000 -Author: Jim Nelson -Date: Tue Aug 24 18:59:58 2010 +0000 - - #2479: Fixed crash when removing last photo from an event in - full-window page. - -M src/PhotoPage.vala - -commit 519c17e91d2118a7f92ec453596809d75f35b2dd -Author: Patrick Tierney -Date: Tue Aug 24 17:34:05 2010 +0000 - - #2463: added context menu to missing photo page - -M src/OfflinePage.vala -M ui/offline.ui - -commit f51ea84da23167c6e62f3f919da907cc8c63eb9e -Author: Patrick Tierney -Date: Tue Aug 24 00:14:56 2010 +0000 - - #2472: fixed fullscreen F11 accelerator key - -M src/AppWindow.vala - -commit ce1b9857891379bc64a48d5a676f420d94784cec -Author: Patrick Tierney -Date: Mon Aug 23 22:45:32 2010 +0000 - - #2396: made zoom icons clickable - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit e0d03f9f9244db8d79e66da11d800b2d8ec3075f -Author: Jim Nelson -Date: Mon Aug 23 22:38:09 2010 +0000 - - #2465: F-Spot import skipped files imported from F-Spot 0.4.3.1 - (and perhaps later) because it did not have a photo_versions table. - This corrects that problem. Courtesy Bruno Girin. - -M src/FSpotDatabaseDriver.vala - -commit 055a2d53f3f6928e71a85872d5c28104376ea73c -Author: Jim Nelson -Date: Mon Aug 23 22:26:14 2010 +0000 - - Versioning. - -M Makefile - -commit 5f2f05d941fe1bb94fb127ebb1b4368cddd45880 -Author: Lucas Beeler -Date: Mon Aug 23 19:00:28 2010 +0000 - - Re-versioned PO files to have version number 0.7.0+trunk. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit c8caabd7ec1c6b4b357aa102467dae3d7ce893bd -Author: Vera Yin -Date: Mon Aug 23 18:43:36 2010 +0000 - - Updated Chinese (Taiwan), Italian, Japanese, Hungarian, Portuguese, - Russian, and Spanish translations. - -M THANKS -M po/es.po -M po/hu.po -M po/it.po -M po/ja.po -M po/pt.po -M po/ru.po -M po/zh_TW.po - -commit 9d37b9449966a3507e18b0d9173a78985a16233f -Merge: 2b8b5158 4bfac1e7 -Author: Adam Dingle -Date: Sat Aug 21 10:25:20 2010 +0000 - - Merged changes from branches/shotwell-0.7 to trunk. - -commit 4bfac1e7ee4332de753df21b0cabe6fa734f60e6 -Author: Vera Yin -Date: Sat Aug 21 00:06:38 2010 +0000 - - Changed the gexiv2 dependency version in the Makefile to agree with - the debian/control file. - -M Makefile - -commit 1e15cf3a9ce63e4cfa41d8a369dc9421516a8b41 -Author: Vera Yin -Date: Fri Aug 20 23:59:53 2010 +0000 - - Updated Mallard documentation. - -M help/C/edit-enhance.page -M help/C/edit-introduction.page -M help/C/edit-undo.page -M help/C/import-f-spot.page -M help/C/import-file.page -M help/C/organize-rating.page -M help/C/organize-remove.page -M help/C/running.page -M help/C/share-upload.page -M help/C/view-displaying.page - -commit 14dc1ebdf2d95acf8f957c0b4cb4e969d460e503 -Author: Lucas Beeler -Date: Fri Aug 20 21:55:57 2010 +0000 - - Prepared the debian and base directories for packaging Shotwell 0.7. - -M Makefile -M NEWS -M README -M debian/changelog -M debian/control -M debian/dirs -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po -M windows/winstall.iss - -commit 35cc3dbf5e6df85c17a237cd8510add4f207ff4d -Author: Adam Dingle -Date: Fri Aug 20 21:53:14 2010 +0000 - - More Mallard documentation changes. - -M help/C/edit-adjustments.page -M help/C/edit-external.page -M help/C/edit-introduction.page -M help/C/edit-rotate.page -M help/C/edit-undo.page -M help/C/organize-remove.page -M help/C/organize-tag.page -M help/C/organize-title.page -M help/C/other-missing.page -M help/C/running.page -M help/C/view-displaying.page - -commit f5b961a530abfb277a68b7297cd9b0ec92986e01 -Author: Lucas Beeler -Date: Fri Aug 20 20:02:18 2010 +0000 - - Branch for preparing the Shotwell 0.7 release image. - -commit 2b8b51589c9c1fbe0a1dd22c86397eee23e9c07d -Author: Jim Nelson -Date: Fri Aug 20 19:34:44 2010 +0000 - - Fixes a bug Vera found where Revert to Original wasn't working after - editing externally. - -M src/Photo.vala - -commit 34bac57ecde4fdd762ebc64e3a193abcc540210c -Author: Adam Dingle -Date: Fri Aug 20 19:13:42 2010 +0000 - - Removed a duplicate help page. - -M Makefile -D help/C/other-standalone.page - -commit add56afad1a2543330a533fc428a8fa802d26eaa -Author: Jim Nelson -Date: Fri Aug 20 19:05:13 2010 +0000 - - #2449: Full-window page was using wrong dimensions when displaying - master (original) image. - -M src/Photo.vala -M src/PhotoPage.vala - -commit c03734d8956871acc31faf3dc5eb0b4e6258a266 -Author: Patrick Tierney -Date: Fri Aug 20 18:53:11 2010 +0000 - - #2395: increased signals emitted after external edit to fix bug with - reverting external edits - -M src/CollectionPage.vala -M src/Photo.vala - -commit dd844dbf8025f09b61a12782ace70c03793c71c1 -Author: Jim Nelson -Date: Fri Aug 20 18:40:35 2010 +0000 - - Moving help documents from ./help to ./help/C broke loading help - when running from build directory. This fixes it. See #2451. - -M src/Resources.vala - -commit 9a0ba10a78296a307e4d6314cefa48676aa49820 -Author: Adam Dingle -Date: Fri Aug 20 18:14:44 2010 +0000 - - More Mallard documentation changes. - -M Makefile -A help/C/edit-adjustments.page -M help/C/edit-enhance.page -M help/C/edit-external.page -M help/C/edit-introduction.page -D help/C/edit-multiple.page -A help/C/edit-time-date.page -M help/C/index.page -M help/C/introduction.page -M help/C/organize-rating.page -M help/C/organize-tag.page -A help/C/other-missing.page -A help/C/other-multiple.page -A help/C/other-standalone.page -A help/C/running.page -M help/C/share-background.page -A help/C/share-export.page -M help/C/share-slideshow.page - -commit b0ff882eb8a32b8893cbac3a3fbe6470b766131d -Author: Lucas Beeler -Date: Fri Aug 20 01:34:02 2010 +0000 - - Moves Mallard docs to help/C directory. Closes #2438. - -M Makefile -R100 help/edit-crop.page help/C/edit-crop.page -R100 help/edit-enhance.page help/C/edit-enhance.page -R100 help/edit-external.page help/C/edit-external.page -R100 help/edit-introduction.page help/C/edit-introduction.page -R100 help/edit-multiple.page help/C/edit-multiple.page -R100 help/edit-redeye.page help/C/edit-redeye.page -R100 help/edit-rotate.page help/C/edit-rotate.page -R100 help/edit-undo.page help/C/edit-undo.page -R100 help/figures/edit_toolbar.png help/C/figures/edit_toolbar.png -R100 help/figures/editing_overview.png -help/C/figures/editing_overview.png -R100 help/figures/shotwell_logo.png help/C/figures/shotwell_logo.png -R100 help/figures/trash_process.png help/C/figures/trash_process.png -R100 help/import-camera.page help/C/import-camera.page -R100 help/import-f-spot.page help/C/import-f-spot.page -R100 help/import-file.page help/C/import-file.page -R100 help/index.page help/C/index.page -R100 help/introduction.page help/C/introduction.page -R100 help/organize-event.page help/C/organize-event.page -R100 help/organize-rating.page help/C/organize-rating.page -R100 help/organize-remove.page help/C/organize-remove.page -R100 help/organize-tag.page help/C/organize-tag.page -R100 help/organize-title.page help/C/organize-title.page -R100 help/share-background.page help/C/share-background.page -R100 help/share-print.page help/C/share-print.page -R100 help/share-slideshow.page help/C/share-slideshow.page -R100 help/share-upload.page help/C/share-upload.page -R100 help/view-displaying.page help/C/view-displaying.page -R100 help/view-information.page help/C/view-information.page -R100 help/view-sidebar.page help/C/view-sidebar.page - -commit cf56c441cc2e24ac370eb847878b74d5aafc3369 -Author: Patrick Tierney -Date: Fri Aug 20 01:20:04 2010 +0000 - - #2428: removed LibSoup code from PublishingDialog constructor. The - code was spinning the event loop and opening the possibility for - multiple PublishingDialog windows being created. - -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/WebConnectors.vala - -commit 8fe0a67d5de38a9be7b7a476bdc4a45af1a037b2 -Author: Jim Nelson -Date: Fri Aug 20 01:14:06 2010 +0000 - - #2433: Still faster than before, but now more responsive throughout - the operation. - -M src/Commands.vala - -commit 750f6d7fdbadf7fa7176a9db6fc36289617d1a9f -Author: Jim Nelson -Date: Fri Aug 20 01:05:13 2010 +0000 - - #2431: Memory leak was due to the Thumbnail exposure flag being - initialized to the wrong value, leading every Thumbnail to load its - thumbnail, thrashing on the cache. - -M src/Thumbnail.vala -M src/ThumbnailCache.vala - -commit a8a100c1fc1514fa7c9f32f60b71c42a79b0078d -Author: Adam Dingle -Date: Fri Aug 20 00:52:44 2010 +0000 - - Many changes to Mallard documentation. - -M Makefile -D help/advanced-startup.page -D help/advanced-where.page -D help/browse-navigate.page -D help/browse-view.page -D help/features-browsing.page -D help/features-editing.page -D help/features-importing.page -D help/features-introduction.page -D help/features-organizing.page -D help/features-sharing.page -D help/figures/adjust.png -D help/figures/autoenhance.png -D help/figures/crop.png -D help/figures/direct.png -D help/figures/fullwindow.png -D help/figures/grandma.png -D help/figures/grandma_favorites.png -D help/figures/key_photo.png -D help/figures/photos_collection.png -D help/figures/preferences.png -D help/figures/publish.png -D help/figures/select_rating.png -D help/figures/tags.png -D help/figures/time.png -M help/import-camera.page -M help/import-f-spot.page -M help/import-file.page -M help/index.page -A help/introduction.page -M help/organize-event.page -M help/organize-rating.page -R098 help/organize-delete.page help/organize-remove.page -R100 help/background.page help/share-background.page -M help/share-print.page -M help/share-upload.page -A help/view-displaying.page -A help/view-information.page -A help/view-sidebar.page - -commit 7fdcf293d7508c6f93764e63e0a63acc23f1c96b -Author: Lucas Beeler -Date: Fri Aug 20 00:06:12 2010 +0000 - - Closes #2448. - -M src/LibraryWindow.vala - -commit c1819b9970a318fa5e417260a462590988ad8bf1 -Author: Lucas Beeler -Date: Fri Aug 20 00:05:15 2010 +0000 - - Closes #2447. - -M src/OfflinePage.vala - -commit cb27e0d1b7895ae20034c264d2c453f78eda0f33 -Author: Lucas Beeler -Date: Fri Aug 20 00:04:18 2010 +0000 - - Fixes #2437. - -M src/AlienDatabaseImportDialog.vala -M src/FSpotDatabaseDriver.vala - -commit f38167aa28fc0edabbbe356d05c8b64ff0bae7f5 -Author: Lucas Beeler -Date: Thu Aug 19 22:00:50 2010 +0000 - - Changes the way ImportIDs are generated for F-Spot import operations - thereby ensuring that F-Spot imports properly appear on the Last - Import Page. Closes #2355. - -M src/AlienDatabaseImportJob.vala - -commit bd9eb00ece81f2b9ea521d1cedef82dbd8856094 -Author: Jim Nelson -Date: Thu Aug 19 21:09:33 2010 +0000 - - #2322: Stops renaming the Tags sidebar item when the locus is on it. - Courtesy Philip Beam. - -M src/Sidebar.vala - -commit 883879038ae198728cfb5619926b78a82e2bac60 -Author: Jim Nelson -Date: Thu Aug 19 21:05:37 2010 +0000 - - #2422: Patch to make Shotwell more responsive while marking photos - offline/online, as well as do the operation quicker than before. - -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LastImportPage.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 2b55bdb643ae42b6492d0a5be2d961321ebaa340 -Author: Lucas Beeler -Date: Thu Aug 19 19:42:29 2010 +0000 - - This is an evaluation check-in to determine how memebers of the - Shotwell team feel about moving the ratings icon flush-right in - the toolbar. - -M src/CollectionPage.vala - -commit bbe6180d1aca4fd7cefa8a5382801ab3bb1d91f4 -Author: Lucas Beeler -Date: Thu Aug 19 19:15:30 2010 +0000 - - Desaturated and darkened event icon. Closes #2405. - -M icons/multiple-events.png -M icons/one-event.png - -commit 9ea1f1c9f1fec1bceb1a3cbca576feb2ad4b4088 -Author: Jim Nelson -Date: Thu Aug 19 19:07:04 2010 +0000 - - Fixed a problem with installing help, courtesy Jürg Billeter. - -M Makefile -M THANKS - -commit d3b67c1e99936a22499f3c9f9706dc942fe9b0d1 -Author: Jim Nelson -Date: Thu Aug 19 03:21:59 2010 +0000 - - #2440: Fixes jarring behavior when navigating full-window with - missing backing files. - -M src/PhotoPage.vala -M src/PixbufCache.vala - -commit 37c425f0f0da1e396c9d75284084740b09b98c22 -Author: Lucas Beeler -Date: Thu Aug 19 01:46:46 2010 +0000 - - Last import page is now properly shown/hidden depending on import - roll state. Closes #2312. - -M src/LibraryWindow.vala - -commit 9f7fb8d557d8b806dc848a3be064f5566db26ff6 -Author: Jim Nelson -Date: Thu Aug 19 00:34:06 2010 +0000 - - Fixed a bug in how ImportIDs were being stored in memory. This may - affect #2355. - -M src/Photo.vala - -commit ce25d071fdd2cc1c88c867321c4b68268faa58cc -Author: Adam Dingle -Date: Thu Aug 19 00:33:17 2010 +0000 - - Renamed documentation pages in Makefile: I had changed these in - an earlier - commit but forgot to update the Makefile. - -M Makefile - -commit f780475f92021e92e670125dec944bbb124f726f -Author: Vera Yin -Date: Thu Aug 19 00:25:34 2010 +0000 - - Updated POT file to include "User Manual" string. - -M po/shotwell.pot - -commit a63abac447342ceea6628383d11950337e6c859f -Author: Vera Yin -Date: Thu Aug 19 00:13:28 2010 +0000 - - Added translations for "User Manual" to po files. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 5e6b7483206e3a6d84aaf599bcee6f8aeb6ff373 -Author: Lucas Beeler -Date: Wed Aug 18 23:46:19 2010 +0000 - - Slots in new custom icons as well as stock icons as per the work of - an outside contributor. Closes #2435. - -M Makefile -D icons/adjust.png -D icons/all-photos.svg -A icons/image-adjust.svg -D icons/object-flip-horizontal.svg -D icons/object-flip-vertical.svg -D icons/object-rotate-left.svg -D icons/object-rotate-right.svg -M icons/pin-toolbar.svg -D icons/shotwell-16.png -A icons/shotwell-16.svg -D icons/shotwell-24.png -A icons/shotwell-24.svg -M icons/shotwell.svg -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit d2eef14bf17cb6bac9166b78a121a45f255d3b28 -Author: Patrick Tierney -Date: Wed Aug 18 23:11:14 2010 +0000 - - #2427: grouped zoom slider and icons together so they disappear at - the same time - -M src/CollectionPage.vala - -commit a29372b7e958aba7e48ac182d15e8a6b39e046a1 -Author: Vera Yin -Date: Wed Aug 18 23:10:12 2010 +0000 - - Updated Japanese translation. - -M po/ja.po - -commit 882bac89f3d66bfe24898a82e43e8dc9cc3f6289 -Author: Jim Nelson -Date: Wed Aug 18 23:07:24 2010 +0000 - - Fixed a null deref. - -M src/BatchImport.vala - -commit 4d9df144aff19bf28d69815027e3c4550db839e6 -Author: Jim Nelson -Date: Wed Aug 18 22:58:52 2010 +0000 - - #2418: Added User Manual to Help menu. - -M src/AppWindow.vala -M ui/collection.ui -M ui/direct.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/offline.ui -M ui/photo.ui -M ui/trash.ui - -commit bd37e8233e125d0cad64cfb9d2a68cb1ba903f44 -Author: Adam Dingle -Date: Wed Aug 18 20:14:24 2010 +0000 - - Added Peter Smith's latest Mallard documentation changes along with - some minor edits of my own. - -M help/advanced-startup.page -M help/advanced-where.page -A help/edit-introduction.page -M help/features-introduction.page -R085 help/features-organising.page help/features-organizing.page -A help/figures/edit_toolbar.png -A help/figures/trash_process.png -M help/index.page -R068 help/organise-delete.page help/organize-delete.page -R100 help/organise-event.page help/organize-event.page -R100 help/organise-rating.page help/organize-rating.page -R096 help/organise-tag.page help/organize-tag.page -R100 help/organise-title.page help/organize-title.page - -commit 53f12a8ca7b8e6cfbe00b06d43e04c8a5af24503 -Author: Lucas Beeler -Date: Wed Aug 18 18:46:04 2010 +0000 - - Fixes Welcome dialog import behavior such that photos imported - during F-Spot import are no longer reported as duplicates during - the follow-on XDG pictures directory import. Closes #2379. - -M src/AlienDatabaseImportDialog.vala -M src/BatchImport.vala -M src/FSpotDatabaseDriver.vala -M src/LibraryWindow.vala -M src/main.vala - -commit 5c4210fcb62eae37c1d703a8b7391968bb527e70 -Author: Patrick Tierney -Date: Wed Aug 18 17:36:19 2010 +0000 - - #2409: added duplicate detection to trash for files copied into - the library - -M src/BatchImport.vala -M src/Photo.vala - -commit 2cc270d5caa361a7b1a5f71a4b65312b96199916 -Author: Jim Nelson -Date: Wed Aug 18 17:34:07 2010 +0000 - - #2433: Sped up time to rate multiple photos. - -M src/Commands.vala - -commit 0a495cefe6a79ded930a5960d211e5d740b0ae38 -Author: Jim Nelson -Date: Wed Aug 18 03:21:54 2010 +0000 - - #1143: First cut of Mallard documentation, courtesy Robert Ancell - and Peter DO Smith. - -M Makefile -M THANKS -M configure -A help/advanced-startup.page -A help/advanced-where.page -A help/background.page -A help/browse-navigate.page -A help/browse-view.page -A help/edit-crop.page -A help/edit-enhance.page -A help/edit-external.page -A help/edit-multiple.page -A help/edit-redeye.page -A help/edit-rotate.page -A help/edit-undo.page -A help/features-browsing.page -A help/features-editing.page -A help/features-importing.page -A help/features-introduction.page -A help/features-organising.page -A help/features-sharing.page -A help/figures/adjust.png -A help/figures/autoenhance.png -A help/figures/crop.png -A help/figures/direct.png -A help/figures/editing_overview.png -A help/figures/fullwindow.png -A help/figures/grandma.png -A help/figures/grandma_favorites.png -A help/figures/key_photo.png -A help/figures/photos_collection.png -A help/figures/preferences.png -A help/figures/publish.png -A help/figures/select_rating.png -A help/figures/shotwell_logo.png -A help/figures/tags.png -A help/figures/time.png -A help/import-camera.page -A help/import-f-spot.page -A help/import-file.page -A help/index.page -A help/organise-delete.page -A help/organise-event.page -A help/organise-rating.page -A help/organise-tag.page -A help/organise-title.page -A help/share-print.page -A help/share-slideshow.page -A help/share-upload.page -M src/AppDirs.vala -M src/AppWindow.vala -M src/Resources.vala -M src/main.vala - -commit b69d0a02c4ce446a840f2ee0597fdda947ceb739 -Author: Vera Yin -Date: Tue Aug 17 20:02:42 2010 +0000 - - Updated Russian translation. - -M po/ru.po - -commit 4b2fa8df065f76ca6647224a896f04df25d21e17 -Author: Jim Nelson -Date: Tue Aug 17 18:59:06 2010 +0000 - - #1334: Autocompletion for tags dialogs. Courtesy Marcel Stimberg. - -M src/Dialogs.vala -M src/Tag.vala - -commit e6fb2dc2721dba7802d7d386322097c7b360f6b7 -Author: Jim Nelson -Date: Tue Aug 17 01:43:29 2010 +0000 - - An edge case I discovered where the sensitivity of Select All wasn't - being updated properly. - -M src/AppWindow.vala - -commit 30cc5dd603b6f32cdad7f915ee8f05cdf9be6611 -Author: Patrick Tierney -Date: Tue Aug 17 01:35:15 2010 +0000 - - #2410: fixed bug in which shotwell exported tags when there were - nono on a photo - -M src/Photo.vala - -commit dc88421c393c6ad370ad260c86b8f9f1eead386a -Author: Jim Nelson -Date: Tue Aug 17 00:10:45 2010 +0000 - - #2407: Fixed assertion when moving from full-window page back to - originating page (which happened when the single-click on the sidebar - caused the element to be edited). - -M src/LibraryWindow.vala -M src/PhotoPage.vala -M src/Sidebar.vala -M src/ThumbnailCache.vala - -commit e42dd0d91e78a4c22bffb70a05fa48c19bbd1a8e -Author: Jim Nelson -Date: Mon Aug 16 22:39:02 2010 +0000 - - #2350: F-Spot import now available throughout application, courtesy - Bruno Girin. - -M src/AlienDatabase.vala -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/OfflinePage.vala -M src/PhotoPage.vala -M src/TrashPage.vala -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/offline.ui -M ui/photo.ui -M ui/trash.ui - -commit c7e30c58bc9659c4ebe5a7489e5618e3dae09585 -Author: Lucas Beeler -Date: Mon Aug 16 19:32:17 2010 +0000 - - Makes the All Photos and All+Rejected ratings filter icons fixed-size - PNGs to improve their appearnace. Closes #2415. - -M Makefile -A icons/all-rejected.png -D icons/all-rejected.svg -A icons/shotwell-24.png -M src/CollectionPage.vala -M src/Resources.vala - -commit 5eca5f87c6dd45c38cdf035af06fc8e8fc853d4d -Author: Vera Yin -Date: Mon Aug 16 18:08:51 2010 +0000 - - Updated Danish, Japanese, and Portuguese translations. - -M po/da.po -M po/ja.po -M po/pt.po - -commit 6faac38ba4fdc3a8dfc8cf5e343c058b98be6630 -Author: Adam Dingle -Date: Mon Aug 16 15:17:02 2010 +0000 - - Added Vera to THANKS file. - -M THANKS - -commit a4462cb828f2f1026d3219a87dc1246cfe578a6e -Author: Jim Nelson -Date: Sat Aug 14 01:08:40 2010 +0000 - - #2308: Now marking photos missing on the fly (when they double-click - on it). - -M src/DataCollection.vala -M src/DataObject.vala -M src/PhotoPage.vala - -commit 5e3edca72e71151050adfd39a7d75a47f542aa98 -Author: Jim Nelson -Date: Fri Aug 13 23:54:26 2010 +0000 - - #2404: Date displayed when event name is deleted, even after restart. - -M src/Event.vala - -commit 58502c50c2c0672b645334fc3419e9795681c550 -Author: Jim Nelson -Date: Fri Aug 13 23:44:09 2010 +0000 - - #2383: "No photos imported" now reported if no photos were imported - from F-Spot. Courtesy Bruno Girin. - -M src/AlienDatabaseImportDialog.vala - -commit d5d61974b540497d35c3351ff90207c3c0db2842 -Author: Lucas Beeler -Date: Fri Aug 13 23:25:51 2010 +0000 - - The Shotwell icon is now properly displayed next to the "Photos" - sidebar entry. Closes #2403. - -M Makefile -A icons/shotwell-16.png -M src/Resources.vala - -commit 92da881c75ecb1fbe8f372650e5931e930980fe1 -Author: Patrick Tierney -Date: Fri Aug 13 20:43:26 2010 +0000 - - #2392: enabled importing, exporting, and setting library directory - with network shares - -M src/Dialogs.vala -M src/LibraryWindow.vala -M src/PhotoPage.vala - -commit 885f90c023104ee1e99ae6ca8ae56cd85d1e3b18 -Author: Patrick Tierney -Date: Fri Aug 13 20:30:00 2010 +0000 - - #2360: removed from numeric accelerators due to conflicts - with non-english keyboard layouts - -M src/CollectionPage.vala - -commit 3e74755fc6d84daf548067fca3cec7f0c4643570 -Author: Vera Yin -Date: Fri Aug 13 20:02:16 2010 +0000 - - Updated German and Italian translations. - -M THANKS -M po/de.po -M po/it.po - -commit 745a00e96076bdcd76be4b96cf655f1128087fa4 -Author: Patrick Tierney -Date: Fri Aug 13 19:17:20 2010 +0000 - - #2345: changed slideshow delay time - -M misc/shotwell.schemas -M src/Config.vala - -commit b579b7479f80f1888d13e5428c998bf44ba3406c -Author: Lucas Beeler -Date: Fri Aug 13 01:43:22 2010 +0000 - - Cancels the overall printing operation when a photo fails to print - due its backing file being missing. Closes #2376. - -M src/Printing.vala - -commit 28fad8a8aa679a1d5d3b52e16fecf28e6453d3a8 -Author: Vera Yin -Date: Fri Aug 13 01:30:57 2010 +0000 - - Added +trunk tag following 0.6.91 release. - -M Makefile - -commit a3cdd68088bea0d99fc17ebcadafd0f479f172ec -Author: Vera Yin -Date: Fri Aug 13 01:29:44 2010 +0000 - - This is the Shotwell 0.6.91 release image. - -M Makefile -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/ko.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit ba77fe6e69ee8cf421a7cb9306d37cb23393556c -Author: Jim Nelson -Date: Fri Aug 13 00:16:09 2010 +0000 - - #2408: Critical assertion after edit and save in external editor - fixed. - -M src/Photo.vala - -commit c850d79928d9df7e5bf3c4f23ea5b77255c8ea0c -Author: Adam Dingle -Date: Thu Aug 12 23:17:27 2010 +0000 - - Updated THANKS file. - -M THANKS - -commit bc3e4847de0de509532dd61026314e857b7566bd -Author: Jim Nelson -Date: Thu Aug 12 22:40:58 2010 +0000 - - Forgotten extensions on Makefile - -M Makefile - -commit 3674201a847a8ec587486b5b79a744e1a6eb5e34 -Author: Lucas Beeler -Date: Thu Aug 12 22:38:16 2010 +0000 - - Updated Makefile such that the new sidebar and zoom slider end icons - are included in the distribution. - -M Makefile - -commit 607f4d43b429cbe58c218bb3f3f0f4068b4601e1 -Author: Lucas Beeler -Date: Thu Aug 12 22:10:12 2010 +0000 - - Adds improved sidebar icons; closes #2331. - -A icons/last-import-roll.png -A icons/multiple-events.png -A icons/multiple-tags.png -A icons/one-event.png -A icons/one-tag.png -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Resources.vala -M src/TagPage.vala - -commit 3c7b177fc1d9f23dc2b620a63ab195710434e37f -Author: Patrick Tierney -Date: Thu Aug 12 21:43:53 2010 +0000 - - #1614: added icons to the ends of the zoom slider - -A icons/zoom-in.png -A icons/zoom-out.png -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit 4863f4fc5122916861da089c19d455c9bce9de07 -Author: Patrick Tierney -Date: Thu Aug 12 21:41:46 2010 +0000 - - Addresses the issues in #2357, without solving it. Makes the All - Photas and All + Rejected icons slightly larger - -M src/CollectionPage.vala - -commit 29e060455d39027075c371e10d40cea7faca8b03 -Author: Jim Nelson -Date: Thu Aug 12 21:39:40 2010 +0000 - - Backed out 2058. - -M src/CollectionPage.vala - -commit a06c94af16be586ec297d9cd400306dacd4f4376 -Author: Patrick Tierney -Date: Thu Aug 12 21:12:31 2010 +0000 - - Addresses the issues in #2357, without solving it. Makes the All - Photas and All + Rejected icons slightly larger - -M src/CollectionPage.vala - -commit bd8d014168e232d4d7a3bcb85ffcb433a20d60ce -Author: Vera Yin -Date: Thu Aug 12 20:16:22 2010 +0000 - - Updated Portuguese translation. - -M po/pt.po - -commit f370cc32439f22eaeda97985a4b1292f71d6006e -Author: Jim Nelson -Date: Thu Aug 12 04:30:42 2010 +0000 - - #2377: Further work to speed up startup. Now only marking photos - online/offline, no attempt to reimport or discover renames. - Huge speed increase in unlinking/relinking tags and events. - -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/LibraryMonitor.vala -M src/Photo.vala -M src/Tag.vala -M src/Thumbnail.vala - -commit 05939e704d4109ddcd1b731de4035e615ceb3a65 -Author: Jim Nelson -Date: Thu Aug 12 00:43:30 2010 +0000 - - #2346: F-Spot import dialog now is cancellable if F-Spot database - is not present. - -M src/AlienDatabaseImportDialog.vala -M src/AlienDatabaseImportJob.vala -M src/FSpotDatabaseDriver.vala -M ui/shotwell.glade -M ui/shotwell.xml - -commit 0a9374e240cdfc93a3e3fe4311b235ff8391bda4 -Author: Jim Nelson -Date: Wed Aug 11 23:42:25 2010 +0000 - - Update to visibility interface in ViewCollection. - -M src/DataCollection.vala - -commit cf563d9a75504c1c8fd34e9a755f4c2244caf6fb -Author: Vera Yin -Date: Wed Aug 11 18:58:49 2010 +0000 - - Updated Japanese and Slovak translations. - -M po/ja.po -M po/sk.po - -commit 80e3c68c453743a5b745a9341f044a10d8b6b2a5 -Author: Lucas Beeler -Date: Wed Aug 11 01:45:58 2010 +0000 - - Fixes a critical bug in which Shotwell would crash when the user - attempted to publish a photo whose backing file was missing. Closes - #2254. - -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/PicasaConnector.vala -M src/WebConnectors.vala - -commit 6e54a5db7c6bfb9548d4e0372478367e8919636d -Author: Patrick Tierney -Date: Wed Aug 11 01:12:11 2010 +0000 - - #2374: added tooltips to rating filter button - -M src/CollectionPage.vala -M src/Resources.vala - -commit b6e39217d073765f698e45b2daf541630a76a18a -Author: Jim Nelson -Date: Wed Aug 11 00:28:46 2010 +0000 - - #2319: Improved detection of RAW duplicates on camera when thumbnail - is not present by comparing filesize and basename in library. - This prevents copying the (large) file off the camera only to match - it via MD5 once it's on local disk. - -M src/BatchImport.vala -M src/ImportPage.vala -M src/Photo.vala - -commit 01e1a5975bcb089e4ea4b167818c7693b459847a -Author: Jim Nelson -Date: Tue Aug 10 21:29:27 2010 +0000 - - #2377: Startup scan of library directory was taking too long when - a large number of files were present that weren't imported into - the database. This fix reduces the time to process these files. - -M src/DataCollection.vala -M src/DatabaseTables.vala -M src/Photo.vala -M src/util.vala - -commit 195ec5540bfc06c7a173076eef6cce91a442f997 -Author: Patrick Tierney -Date: Tue Aug 10 18:48:33 2010 +0000 - - #2185: fixed a PhotoPage navigation bug, and introduced changes to - the ViewCollection data structure - -M src/Commands.vala -M src/DataCollection.vala -M src/PhotoPage.vala - -commit bab48f3c0c367b4e4f62cda0b6708ff8c18d7b19 -Author: Jim Nelson -Date: Tue Aug 10 01:31:29 2010 +0000 - - #2335: F-Spot import now available from welcome dialog. - -M src/AlienDatabaseImportDialog.vala -M src/Dialogs.vala -M src/FSpotDatabaseDriver.vala -M src/main.vala - -commit dcfc014ca9bd1d8063e63bcbe8cb2a9494184f41 -Author: Jim Nelson -Date: Mon Aug 9 22:21:42 2010 +0000 - - #2348: Slideshow now available in full-window mode. - -M src/PhotoPage.vala -M ui/photo.ui - -commit 7ac4e31a783119ff302ae2be8ed5e327825f5ec3 -Author: Jim Nelson -Date: Mon Aug 9 22:11:40 2010 +0000 - - #2343: Crash after fullscreen red eye reduction fixed. - -M src/PhotoPage.vala - -commit f7bf5a065ffbf3d00a4c5c6436de3bc2834cbc9b -Author: Jim Nelson -Date: Mon Aug 9 22:00:39 2010 +0000 - - #2373: Print no longer crashes if the backing file is missing. - -M src/CollectionPage.vala -M src/Printing.vala - -commit 394a6c43c0168306d6da004bcd4baa7d8614f217 -Author: Vera Yin -Date: Mon Aug 9 20:13:50 2010 +0000 - - Removed c-format comment from strings containing '% ' in POT and - PO files. - -M po/ast.po -M po/ca.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/it.po -M po/ja.po -M po/ko.po -M po/lt.po -M po/nb.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sl.po -M po/sr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 6ae65908adabe7ed707d7783ea8cfda89b8a7554 -Author: Jim Nelson -Date: Mon Aug 9 19:54:59 2010 +0000 - - Additional optimizations ... plenty more work to be done in this - area, however. - -M src/DataCollection.vala -M src/Event.vala -M src/Photo.vala - -commit 93875fca4bf12a64b6550ef82b23f0b5f3b51a2f -Author: Jim Nelson -Date: Mon Aug 9 19:42:17 2010 +0000 - - #2371: valac 0.9.5 knows that error() will not return and so no - need to provide fake return values for code correctness. This patch - makes Shotwell unable to compile with earlier compilers. - -M Makefile -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/DatabaseTables.vala -M src/Dimensions.vala -M src/EditingTools.vala -M src/ImportPage.vala -M src/MimicManager.vala -M src/Orientation.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M src/PixbufCache.vala -M src/Printing.vala -M src/ThumbnailCache.vala -M src/WebConnectors.vala -M src/Workers.vala - -commit 2ba0e6ae8cdf7071fa5b89010a8729ac7a752553 -Author: Vera Yin -Date: Mon Aug 9 18:33:44 2010 +0000 - - Added Korean translation. Updated Catalan, Danish, Estonian, Italian, - Japanese, Lithuanian, and Romanian translations. - -M Makefile -M THANKS -M po/ca.po -M po/da.po -M po/et.po -M po/it.po -M po/ja.po -C060 po/et.po po/ko.po -M po/lt.po -M po/ro.po - -commit 4ff3dc5ebb88a3fec554ee19a36c513d719310d9 -Author: Jim Nelson -Date: Sat Aug 7 01:29:07 2010 +0000 - - Further optimizations and code refactoring to help speed up startup - time and trash/offline moves. - -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Event.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Sidebar.vala -M src/SortedList.vala -M src/Thumbnail.vala - -commit 005c3d5d31f903a03ba67613cfb292114b8c8280 -Author: Patrick Tierney -Date: Fri Aug 6 20:25:59 2010 +0000 - - #2361: fixed rating menu sensitivity bug - -M src/PhotoPage.vala - -commit 0b182b1ec4e4c6dbd63a536032a995dda70744c6 -Author: Jim Nelson -Date: Fri Aug 6 19:27:51 2010 +0000 - - Further optimizations in startup time. Almost all pages (the Photos - page is the lone hold-out) are stubs, the pages themselves created - as they're accessed. This has big wins on startup time. - -M src/Commands.vala -M src/EventsDirectoryPage.vala -M src/LastImportPage.vala -M src/LibraryWindow.vala -M src/OfflinePage.vala -M src/Page.vala -M src/TagPage.vala -M src/TrashPage.vala - -commit fdd472a11b2281bbac5a6902ee9b02617d86cea1 -Author: Patrick Tierney -Date: Fri Aug 6 19:12:24 2010 +0000 - - #2354: fixed set rating display bug when photo is missing - -M src/PhotoPage.vala - -commit b4de2e238b52f537077e9c11b9d3bc8a3046f60d -Author: Vera Yin -Date: Fri Aug 6 17:47:44 2010 +0000 - - Updated Galician, Polish, and Swedish translations. - -M po/gl.po -M po/pl.po -M po/sv.po - -commit cb1c5228cf79c2e635e1753d9d1bc154fb44126f -Author: Jim Nelson -Date: Thu Aug 5 21:47:30 2010 +0000 - - #2302: On startup, now checking all photos at startup for - online/offline status, including those outside the library directory. - This patch also includes various optimizations in linking/unlinking - and freezing/thawing DataCollections, which improves the performance - of marking online/offline status as well as moving to the trash. - -M src/CollectionPage.vala -M src/Commands.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DirectoryMonitor.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LastImportPage.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Thumbnail.vala -M src/main.vala - -commit 0b242b7e06168ba35cc2ea21e19fa865dedd5133 -Author: Vera Yin -Date: Thu Aug 5 18:16:31 2010 +0000 - - Updated Estonian, Greek, Japanese, Russian, and Ukrainian - translations. - -M po/el.po -M po/et.po -M po/ja.po -M po/ru.po -M po/uk.po - -commit 66e625cbd1a2f5a8f3df354e93c61f683f2df556 -Author: Jim Nelson -Date: Wed Aug 4 23:32:09 2010 +0000 - - Small update to the photo viewer and pixbuf cache, to better - prioritize background fetches. - -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/ThumbnailCache.vala -M src/Workers.vala - -commit 7a2dc435e85e54556f05e12baad414898b669932 -Author: Patrick Tierney -Date: Wed Aug 4 20:30:11 2010 +0000 - - #2353: fixed crashing bug relating to importing a photo while a view - filter is in place - -M src/DataCollection.vala - -commit 06bd621f7f86f4f87927922527d2613c6ac019a2 -Author: Vera Yin -Date: Tue Aug 3 23:33:20 2010 +0000 - - Added +trunk tag following 0.6.90 release. - -M Makefile - -commit 68521d6a63be9e619162d6bc68ffbaa3a820270a -Author: Vera Yin -Date: Tue Aug 3 23:31:50 2010 +0000 - - This is the Shotwell 0.6.90 release image. - -M Makefile -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/ca.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/gl.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/tr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 62cbf4193325c3685111ede61a365baea20447cd -Author: Patrick Tierney -Date: Tue Aug 3 22:59:24 2010 +0000 - - fixed bug involving ratings not being set in the database on photo - import - -M src/DatabaseTables.vala - -commit f0acb412911fd2eb7e14f95e90cd6bf8b6b5e46f -Author: Patrick Tierney -Date: Tue Aug 3 20:38:49 2010 +0000 - - #2235: added importing and exporting ratings - -M src/Photo.vala -M src/PhotoMetadata.vala - -commit 313c1b7ed161cf9317005867a3249118e95abded -Author: Vera Yin -Date: Tue Aug 3 02:21:12 2010 +0000 - - Updated English (Great Britain) and French translations. - -M po/en_GB.po -M po/fr.po - -commit 2e87f06952aa3db3530f0066720746085a905797 -Author: Patrick Tierney -Date: Mon Aug 2 22:18:50 2010 +0000 - - #2296: added filter button and menu to bottom chrome - -A icons/all-photos.svg -A icons/all-rejected.svg -A icons/five-star-filter.svg -A icons/four-star-filter-plus.svg -A icons/one-star-filter-plus.svg -A icons/three-star-filter-plus.svg -A icons/two-star-filter-plus.svg -M src/CollectionPage.vala -M src/Resources.vala -M ui/collection.ui - -commit 175ba689320a31006dd0c13959d22b704fc452f5 -Author: Jim Nelson -Date: Mon Aug 2 21:58:46 2010 +0000 - - #2334: F-Spot import requires less memory during run. - -M src/AlienDatabaseImportJob.vala - -commit bbe118a1781026b342a6d033e841eaff496d8ccd -Author: Jim Nelson -Date: Mon Aug 2 21:32:42 2010 +0000 - - #2333: Improved F-Spot import error handling. - -M src/AlienDatabase.vala -M src/AlienDatabaseImportDialog.vala -M src/FSpotDatabaseDriver.vala -M src/FSpotDatabaseTables.vala - -commit 3b052fed11eaba64a487895d754056c93e23d7fa -Author: Jim Nelson -Date: Mon Aug 2 21:04:44 2010 +0000 - - Changed calls deprecated in Gee 0.5.2. - -M src/DirectoryMonitor.vala -M src/PixbufCache.vala -M src/Tag.vala - -commit 599d686ed56cbdd107aabd0bb1e5074c149af608 -Author: Vera Yin -Date: Mon Aug 2 19:21:36 2010 +0000 - - Updated Asturian, Chinese (Mainland PRC), Chinese (Taiwan), German, - Serbian, Slovenian, and Ukrainian translations. - -M po/ast.po -M po/de.po -M po/sl.po -M po/sr.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit e9b14c16b24d383d7bbcbd5d1780dc376f8bde78 -Author: Vera Yin -Date: Fri Jul 30 23:40:23 2010 +0000 - - Updated Norwegian translation. - -M po/nb.po - -commit f80a971414957d86be7086ae1bffcabdba18c767 -Author: Vera Yin -Date: Fri Jul 30 22:58:28 2010 +0000 - - Updated Finnish and Ukrainian translations. - -M po/fi.po -M po/uk.po - -commit 49430992fb269cce28222dc940a90e67d766a4b9 -Author: Vera Yin -Date: Fri Jul 30 19:36:23 2010 +0000 - - Updated shotwell.pot after real string freeze. - -M po/shotwell.pot - -commit eac5ccae588cdf2709f221be70f59f07bda507e9 -Author: Lucas Beeler -Date: Fri Jul 30 14:42:41 2010 +0000 - - Fixes duplicate mnemonics. Closes #2341. - -M src/AppWindow.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit edfe805e86b202a30a985196700e6849d8ad8d91 -Author: Jim Nelson -Date: Fri Jul 30 13:41:06 2010 +0000 - - Added mnemonics to Welcome dialog checkboxes. - -M src/Dialogs.vala - -commit 415158ba649d1c0913b57de7ee2ba34c2e27988a -Author: Lucas Beeler -Date: Fri Jul 30 12:48:22 2010 +0000 - - Fixes Welcome Dialog nits, closes #2338. - -M src/Dialogs.vala - -commit 2d7c6dcfd80198c49301b3f64f4b40fd4847d2d4 -Author: Patrick Tierney -Date: Fri Jul 30 00:55:46 2010 +0000 - - #2337: default filter level now shows unrated or better photos - -M misc/shotwell.schemas -M src/Config.vala - -commit 1217a9520c0dfc0f2ee3204fa755c968576147bc -Author: Vera Yin -Date: Thu Jul 29 21:39:35 2010 +0000 - - Updated shotwell.pot following 0.7 string freeze. - -M po/shotwell.pot - -commit 27b5e3d0ea767e144d7fbd4d4e50135e9e327a97 -Author: Jim Nelson -Date: Thu Jul 29 21:12:13 2010 +0000 - - #2262: Always show master file when Shift key is pressed, even if - external edit is in place. - -M src/MimicManager.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/SlideshowPage.vala - -commit 5673e27fbe747c185947421a9cb19fb053932138 -Author: Jim Nelson -Date: Thu Jul 29 21:07:38 2010 +0000 - - #2336: Duplicate mnemonic taken care of. - -M src/Resources.vala - -commit 69a5ec870f9756dd4ec1e8aec82d8649ed19e000 -Author: Vera Yin -Date: Thu Jul 29 21:02:30 2010 +0000 - - Updated English (Great Britain) translation. - -M po/en_GB.po - -commit 6da895b38e1bc802adc1aa2e8b7b3c9be79973a7 -Author: Jim Nelson -Date: Thu Jul 29 14:32:39 2010 +0000 - - #324: Accelerators of hosted page now available in fullscreen mode. - -M src/AppWindow.vala - -commit efdc88b39005f43a13c2ecc5a3a3e63e9953ce41 -Author: Lucas Beeler -Date: Thu Jul 29 13:49:19 2010 +0000 - - Prompts the user to import from an existing F-spot library or - the system pictures directory when Shotwell is run for the first - time. Closes #1908. - -M src/Dialogs.vala -M src/LibraryWindow.vala -M src/main.vala - -commit 2cc23d0d9a71dd368bfa26209f03d2e7c64786d4 -Author: Jim Nelson -Date: Thu Jul 29 12:42:25 2010 +0000 - - #2329: 64-bit library support for libraw-config. - -M libraw-config - -commit 4791b737af61e0a523244b2c5f4ab46a650a4930 -Author: Jim Nelson -Date: Thu Jul 29 11:08:19 2010 +0000 - - #2304: "Already in library" changed to "duplicate photo" not imported. - -M src/Dialogs.vala - -commit fd5b59a120295f261725c8543e48b4c2d4903789 -Author: Jim Nelson -Date: Thu Jul 29 11:06:15 2010 +0000 - - #2327: Changed text for rating filter strings, as discussed. - -M src/Resources.vala - -commit 222cb80a6d395715bb3dceb94cfef6cceab9ab26 -Author: Jim Nelson -Date: Thu Jul 29 10:42:33 2010 +0000 - - #139: F-Spot migration. Courtesy the diligent and dedicated work - of Bruno Girin. Thanks, Bruno! - -M Makefile -M THANKS -A src/AlienDatabase.vala -A src/AlienDatabaseImportDialog.vala -A src/AlienDatabaseImportJob.vala -M src/BatchImport.vala -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/Event.vala -A src/FSpotDatabaseDriver.vala -A src/FSpotDatabaseTables.vala -M src/Photo.vala -M src/main.vala -M ui/collection.ui -M ui/shotwell.glade - -commit ccadbad0db0726783571e4bede4dd768c5b9ade1 -Author: Patrick Tierney -Date: Wed Jul 28 20:02:17 2010 +0000 - - #2279: user can now toggle display of photo ratings - -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Config.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/Thumbnail.vala -M ui/collection.ui -M ui/photo.ui - -commit 4af51bbc7987adb2fdc235f2b5fbdc6f2942416a -Author: Jim Nelson -Date: Wed Jul 28 15:09:59 2010 +0000 - - #2297: Reset to default background color with Ctrl+Click on Prefs - slider. Courtesy Philip Beam. - -M src/Dialogs.vala -M ui/shotwell.glade - -commit 983227894706fb8b28f6bfed0dc5f10136390884 -Author: Jim Nelson -Date: Wed Jul 28 15:02:38 2010 +0000 - - #295: Icons in sidebar, courtesy Philip Beam. - -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LastImportPage.vala -M src/LibraryWindow.vala -M src/OfflinePage.vala -M src/Page.vala -M src/Resources.vala -M src/Sidebar.vala -M src/TrashPage.vala - -commit 779002d58ec170de71cbc51cfe4e3d1c5aef57b9 -Author: Vera Yin -Date: Mon Jul 26 20:53:32 2010 +0000 - - Updated Catalan and Chinese (Taiwan) translations. - -M po/ca.po -M po/zh_TW.po - -commit 6d015ffdda55b5979a5d63a72b81fd36c40b6821 -Author: Vera Yin -Date: Thu Jul 22 18:44:01 2010 +0000 - - Added Catalan translation. - -M Makefile -M THANKS -A po/ca.po - -commit 2ea3dbc68838c5fad6e3052db271b639770f54bf -Author: Jim Nelson -Date: Thu Jul 22 01:38:54 2010 +0000 - - #2306: Remove files from the Missing Files page. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/OfflinePage.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/TrashPage.vala -M src/util.vala -M ui/collection.ui -M ui/events_directory.ui -M ui/import.ui -M ui/offline.ui -M ui/trash.ui - -commit 84282b93ce91993af93c0d28eaf18fbaa7a1f790 -Author: Jim Nelson -Date: Wed Jul 21 23:33:20 2010 +0000 - - #374: Auto-import files added to library directory. - -M src/BatchImport.vala -M src/ImportPage.vala -M src/LibraryMonitor.vala -M src/LibraryWindow.vala -M src/Photo.vala - -commit 195eda1afd0904e97fcb95ec9acaebd6fd32d899 -Author: Vera Yin -Date: Wed Jul 21 23:22:14 2010 +0000 - - Updated Czech translation. - -M THANKS -M po/cs.po - -commit d1fef52a9c840083f34561092b5c41b8ef30442c -Author: Jim Nelson -Date: Wed Jul 21 23:13:59 2010 +0000 - - #2210: Relative path now allowed when specifying database directory - on command-line. Courtesy Philip Beam. - -M src/main.vala - -commit dd25d9986ceec3989d1184cc8d43bd071fcf19d8 -Author: Jim Nelson -Date: Wed Jul 21 23:03:40 2010 +0000 - - Updated glib requirement to 2.24 (for directory monitoring). - -M Makefile -M debian/control -M src/DirectoryMonitor.vala - -commit 8d98fd85ad8eba1b6408f3209a0e4968fab97efe -Author: Patrick Tierney -Date: Wed Jul 21 18:42:56 2010 +0000 - - #2277: removed all code relating to hiding and favorites - -D icons/favorite.svg -R100 icons/hidden.svg icons/rejected.svg -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Commands.vala -M src/Config.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/Thumbnail.vala -M ui/collection.ui -M ui/photo.ui - -commit 6e397a7be6655c7a73d9849a69306e351f1e1011 -Author: Jim Nelson -Date: Wed Jul 21 01:46:56 2010 +0000 - - #897: Last Import page. - -M Makefile -M src/DatabaseTables.vala -A src/LastImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala - -commit 6a75fcfdf586d6477f5eae164473d022c2dcfb55 -Author: Patrick Tierney -Date: Tue Jul 20 20:33:30 2010 +0000 - - #2187: added progress window when deleting photos from a camera - -M src/ImportPage.vala - -commit 095bc2ed219503be9de1e8f442f634926bdd97a4 -Author: Patrick Tierney -Date: Tue Jul 20 20:29:52 2010 +0000 - - #2295: removed "or Better" from five star rating filter - -M src/Resources.vala - -commit 17b4d04280011a4e83a57bd8d3624f38b338716c -Author: Vera Yin -Date: Tue Jul 20 19:13:13 2010 +0000 - - Assertion fired if a duplicate tag was in the photo at import time. - This corrects the problem. - -M src/Tag.vala - -commit 3bfa37b88a601f402788041ddd931e35ed83a420 -Author: Jim Nelson -Date: Tue Jul 20 18:08:05 2010 +0000 - - #2294: Down arrow selects last photo on next row if none directly - below. Courtesy Philip Beam. - -M src/CheckerboardLayout.vala - -commit fd386f9b93729d7608e46b3e11ffca0ab65b256f -Author: Jim Nelson -Date: Tue Jul 20 02:24:10 2010 +0000 - - #374: First commit for library monitoring. Run with - --enable-monitoring to activate. Will scan library directory at - startup and the continue monitoring the entire tree. For now only - moves, alterations, and deletes are handled. Future work will - auto-import added files and (possibly) handle symbolic links. - -M Makefile -M src/DatabaseTables.vala -A src/DirectoryMonitor.vala -A src/LibraryMonitor.vala -M src/LibraryWindow.vala -A src/OfflinePage.vala -M src/Photo.vala -M src/main.vala -M src/util.vala -A ui/offline.ui - -commit a188d2cac0e5356902dd36921445c59dec2d2519 -Author: Patrick Tierney -Date: Tue Jul 20 00:44:03 2010 +0000 - - #2234: Rating filtering. Users can filter photo display based - on ratings. - -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Config.vala -M src/Resources.vala -M ui/collection.ui - -commit 78aac83d5595883e3d8229c3ae7737a15fbc5282 -Author: Lucas Beeler -Date: Tue Jul 20 00:33:54 2010 +0000 - - The ThumbnailCache now operates over ThumbnailSources, not - TransformablePhotos. This is to prepare for video handling. - -M src/DataObject.vala -M src/Event.vala -M src/ImportPage.vala -M src/Photo.vala -M src/ThumbnailCache.vala - -commit f67af9545b7ed4934e49b5ff196f6d4c30833476 -Author: Jim Nelson -Date: Mon Jul 19 21:06:25 2010 +0000 - - Added Tobias' last name to THANKS file. - -M THANKS - -commit 4e1a20dce79c50520bbcc73e4f23b06bb4ae5af5 -Author: Patrick Tierney -Date: Mon Jul 19 20:34:08 2010 +0000 - - #2281: rearranged rating menu items - -M ui/collection.ui -M ui/photo.ui - -commit 33b02ce54a56dffb2db17ac6dfa8ed6d87027c6d -Author: Jim Nelson -Date: Mon Jul 19 19:34:18 2010 +0000 - - #2025: Images with transparencies now painted with proper background - color. Courtesy Philip Beam. - -M src/CheckerboardLayout.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala - -commit 3f9a73f6dd762f744c6ba872ebae9479ac5f964f -Author: Patrick Tierney -Date: Mon Jul 19 19:05:58 2010 +0000 - - #2283: < and > keys now increase and decrease ratings - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit 8bc51366a3551bc00919e6accbb1f3e53721c744 -Author: Patrick Tierney -Date: Mon Jul 19 17:54:57 2010 +0000 - - #2280: user can set ratings via keypad - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit f81b867f4778c0f0f624807868a6d77f356c790c -Author: Vera Yin -Date: Fri Jul 16 23:48:51 2010 +0000 - - Added Turkish translation. - -M Makefile -M THANKS -A po/tr.po - -commit 28ed0f41c140bc4228e6be75d52c9cda81935a8c -Author: Vera Yin -Date: Fri Jul 16 19:08:08 2010 +0000 - - Updated Asturian, Chinese (Taiwan), Italian, and Thai translations. - -M po/ast.po -M po/it.po -M po/th.po -M po/zh_TW.po - -commit 855c95bbac70c446fa45358f744d456b81fe63a9 -Author: Jim Nelson -Date: Thu Jul 15 19:50:06 2010 +0000 - - #2276: Fixed to work with Vala 0.9.3. - -M src/ImportPage.vala -M src/util.vala - -commit 168fa569b89ec1cb9a677d0fa0ec5a782cefa2a2 -Author: Jim Nelson -Date: Thu Jul 15 18:48:06 2010 +0000 - - #2266: "Rename Photo" -> "Edit Title" - -M src/CollectionPage.vala -M src/Commands.vala -M src/Dialogs.vala -M src/PhotoPage.vala -M src/Resources.vala -M ui/collection.ui -M ui/photo.ui - -commit fa2559a5e4240369d51ab6e0569bf335b16838ea -Author: Jim Nelson -Date: Thu Jul 15 18:39:46 2010 +0000 - - #2259: Drag-and-drop was activated when a photo was selected and a - drag was initiated on a blank area of the checkerboard. - -M THANKS -M src/Page.vala - -commit 7efccc5f2e769c9db1a2b663c2006632b81d3bc7 -Author: Jim Nelson -Date: Thu Jul 15 18:26:44 2010 +0000 - - #2268: Mouse wheel was still adjusting slider, even if it was - insensitive (during editing, for example). - -M src/PhotoPage.vala - -commit 3c1305dc45662d6ffcdb8e40262659657c0e9e0c -Author: Jim Nelson -Date: Thu Jul 15 18:18:48 2010 +0000 - - #2267: Fixed configure script to work on FreeBSD (and other Unices) - where bash in not installed in /bin. - -M configure - -commit cfee921f0e13898c119426127170e7fa554da002 -Author: Jim Nelson -Date: Wed Jul 14 23:02:46 2010 +0000 - - Changed default cursor type in Page from ARROW to LEFT_PTR. See #1319 - and changeset 1142 for details. - -M src/Page.vala - -commit 10a06054175b0a5d962ee34ef4cd62468dac7183 -Author: Patrick Tierney -Date: Wed Jul 14 17:59:59 2010 +0000 - - #2233: adding star icon media - -A icons/five-stars.svg -A icons/four-stars.svg -A icons/one-star.svg -A icons/three-stars.svg -A icons/two-stars.svg - -commit 0a38982e3eac1cc336b38bfe09ee7fe38807537f -Author: Patrick Tierney -Date: Wed Jul 14 17:54:45 2010 +0000 - - #2233: Added 5 star rating system, and ability to sort photos - by rating. - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DatabaseTables.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/Thumbnail.vala -M ui/collection.ui -M ui/photo.ui - -commit ab9d9bd7feb5745d8d63eb837cc25759d4daa851 -Author: Jim Nelson -Date: Tue Jul 13 22:28:33 2010 +0000 - - This change addresses a long-standing issue in the - DataObject/DataCollection system, being able to be notified of what - was altered when an "altered" signal is fired. The Alteration object - gives details. This change gets rid of "metadata-altered" signal, - and could potentially be used to reduce other signals as well. - -M src/CheckerboardLayout.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DirectWindow.vala -M src/Event.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Tag.vala -M src/Thumbnail.vala - -commit 88362f158c2d83eca65ff5491ca7774e13b5f255 -Author: Allison Barlow -Date: Fri Jul 9 18:57:52 2010 +0000 - - fixes an unticketed scrolling prblem for rename in place. - -M src/Sidebar.vala - -commit 9b33d80783cfc59b157c93c1add53e970dbdf643 -Author: Jim Nelson -Date: Fri Jul 9 18:49:31 2010 +0000 - - There was one oversight in the Trash code: If a trashed - (i.e. unlinked) photo was destroyed (removed from - trash) and it was the last photo in an unlinked - ContainerSourceCollection (i.e. a Tag or an Event), the Tag or - Event would not be destroyed. This was being taken care of at - startup when the database is verified, but that's - not the right way to handle this. This patch adds a signal for - unlinked DataSources being destroyed as orphans, - allowing for the ContainerSourceCollections to clean up appropriately. - -M src/DataCollection.vala -M src/DataObject.vala - -commit e8a031b1f450de6d86ccf5fdefab219bbefb056a -Author: Jim Nelson -Date: Fri Jul 9 17:30:44 2010 +0000 - - Removed unusued icon (return-to-page). - -D icons/return-to-page.svg -M src/Resources.vala - -commit 3491a0e025bd97c4349f2a1f2dcf1980d0fbec8a -Author: Allison Barlow -Date: Fri Jul 9 16:26:17 2010 +0000 - - fixes #2219 Fullscreen does not work correctly with multiple monitors. - -M src/AppWindow.vala - -commit b907fdaef25762d24d5cde4dac1e800778cf6cee -Author: Allison Barlow -Date: Fri Jul 9 16:19:09 2010 +0000 - - Fixes #733 (rename events in place) and #2199 (allow me to rename - sidebar items using F2). - -M src/AppWindow.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Sidebar.vala -M src/TagPage.vala - -commit e1ab69cb0ed1089d19074c77544cf7f019ac49d8 -Author: Vera Yin -Date: Fri Jul 9 00:57:54 2010 +0000 - - Updated Thai translation. - -M po/th.po - -commit 070fc9470b02b7a2161ac91fe2e380a3bc1c2c91 -Author: Vera Yin -Date: Wed Jul 7 20:36:05 2010 +0000 - - Added Galician translation. - -M Makefile -M THANKS -A po/gl.po - -commit 85eba7609a84a8b4d2c1335ef6e572c0b744aed1 -Author: Vera Yin -Date: Wed Jul 7 20:13:49 2010 +0000 - - Updated Italian translation. - -M po/it.po - -commit ca4c9e3e75ea30d7501461be30a187d0c19f9118 -Author: Vera Yin -Date: Wed Jul 7 18:36:38 2010 +0000 - - Updated Thai translation. - -M THANKS -M po/th.po - -commit 00c46dc0eda59075e37c3508c395f21edaf4d551 -Author: Jim Nelson -Date: Tue Jul 6 19:40:09 2010 +0000 - - #2223: Mirror -> Flip Horizontally, Flip -> Flip Vertically - -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M ui/collection.ui -M ui/direct.ui -M ui/photo.ui - -commit 901733bf301dd81524ddb255c664cfa9ed8cf0b8 -Author: Patrick Tierney -Date: Tue Jul 6 19:36:11 2010 +0000 - - #1858: added cursor hiding to fullscreen mode and slideshow mode. - -M src/AppWindow.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 98352b02004ccc2e1cc5920f73f0eea10805f2b6 -Author: Jim Nelson -Date: Tue Jul 6 19:20:19 2010 +0000 - - #2243: Three strings were not internationalized. Fixed. - -M src/AppWindow.vala - -commit b4d62cf1c92fe4a2fb6f5f3dc2bc88f7fec03998 -Author: Jim Nelson -Date: Tue Jul 6 19:18:06 2010 +0000 - - #2244: Release notes for 0.6.1 and 0.5.1 were not added to NEWS file. - Added now. - -M NEWS - -commit a944351b2a3301cf967fb31bb3f83038ab38db13 -Author: Vera Yin -Date: Tue Jul 6 18:48:28 2010 +0000 - - Updated Estonian, French, and Italian translations. - -M po/et.po -M po/fr.po -M po/it.po - -commit 384327be5eff2ed0511e4743ae85152ad768bab0 -Author: Patrick Tierney -Date: Fri Jul 2 18:07:13 2010 +0000 - - #2169: added keyboard shortcuts for zooming to window, zooming 100%, - and zooming 200% - -M src/PhotoPage.vala -M ui/direct.ui -M ui/photo.ui - -commit f11686478214e030c40e4032578fef3f13721331 -Author: Vera Yin -Date: Thu Jul 1 18:20:45 2010 +0000 - - Updated Spanish translation. - -M po/es.po - -commit dabe06104126412ec5eb62267534736b45f1db39 -Merge: b59d0461 7bb29693 -Author: Allison Barlow -Date: Wed Jun 30 22:09:29 2010 +0000 - - Merge from 0.6 branch, includes all changes for 0.6.1 - -commit 7bb29693cb46ecf7f0536b667da9a1b63792f7e4 -Author: Allison Barlow -Date: Wed Jun 30 20:03:27 2010 +0000 - - Shotwell 0.6.1 packaging changes - -M Makefile -M debian/changelog -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/lt.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sr.po -M po/sv.po -M po/th.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po -M windows/winstall.iss - -commit e928ce4c53d10103688704bedb1c4930038c4c7d -Author: Jim Nelson -Date: Tue Jun 29 23:39:08 2010 +0000 - - #2225: Library directory now defaults to XDG Pictures directory if - no directory is specified by the user (entry - is cleared in Preferences dialog). If a relative path is specified, - it's made relative to user's home - directory, not Shotwell's cwd. - -M src/AppDirs.vala -M src/Dialogs.vala -M src/LibraryWindow.vala - -commit 52033c71febd046ed82d3f7b9925203642624fc5 -Author: Patrick Tierney -Date: Tue Jun 29 22:35:58 2010 +0000 - - #2228: Added keypad shortcuts for zooming - -M src/PhotoPage.vala - -commit 10e9f96136cfb8994203a3c7000fcd32326feb69 -Author: Jim Nelson -Date: Tue Jun 29 22:11:01 2010 +0000 - - #2048: Shotwell now only offers to delete photos that successfully - imported. This patch also fixes a segfault - that occurs if the user says to delete photos from a camera that is - no longer available (i.e. powered down). - -M src/Dialogs.vala -M src/ImportPage.vala - -commit 594713a2c22c340ad4b0ca038fe3f9d7e8222378 -Author: Jim Nelson -Date: Tue Jun 29 20:18:08 2010 +0000 - - #2224: Photos emptied from trash appear on next run fixed. - -M src/Photo.vala - -commit 7dccaaab0783f65cbaeeb08e3c90055736516fa0 -Author: Vera Yin -Date: Tue Jun 29 19:18:42 2010 +0000 - - (Re)versioned Makefile as 0.6.0+branch. - -M Makefile - -commit 5bfc8ae6d93e79c1ee8480f0af237445f37b9248 -Author: Vera Yin -Date: Tue Jun 29 19:13:26 2010 +0000 - - Added Lithuanian and Serbian translations, updated Italian and - Spanish translations in Shotwell-0.6 branch. - -M Makefile -M THANKS -M po/es.po -M po/it.po -C061 po/es.po po/lt.po -A po/sr.po - -commit b59d04610243767c5c0e072256c43c56147ff95e -Author: Vera Yin -Date: Tue Jun 29 19:03:58 2010 +0000 - - Updated Italian and Spanish translations. - -M po/es.po -M po/it.po - -commit 086a2fdf52d123d9dd6348a02a2e3e3746d87178 -Author: Jim Nelson -Date: Tue Jun 29 18:10:27 2010 +0000 - - Versioned as 0.6.0+branch; updated gexiv2 version requirement - to 0.1.0. - -M Makefile -M debian/control - -commit e435b6ae82f76a7b27cb63d42dee952fc31643f9 -Author: Vera Yin -Date: Tue Jun 29 03:26:58 2010 +0000 - - Added Lithuanian and Serbian translations. - -M Makefile -M THANKS -A po/lt.po -A po/sr.po - -commit b59fb19bced914f88955d40a4bc1395fbea3bff5 -Author: Jim Nelson -Date: Tue Jun 29 01:16:51 2010 +0000 - - Updated gexiv2 version requirement to 0.1.0. - -M Makefile - -commit b9ea83f46efae43c960a5dca96e09fb85b7d5034 -Merge: 42daba67 4608a461 -Author: Allison Barlow -Date: Tue Jun 29 00:29:47 2010 +0000 - - Merge from 0.6 branch - -commit 4608a4610cd072b51bedc8c150f9b18ca60bb5e0 -Author: Allison Barlow -Date: Mon Jun 28 23:50:44 2010 +0000 - - packaging changes - -M Makefile -M NEWS -M README -M debian/changelog -M debian/control -M windows/winstall.iss - -commit 42daba677196dfdc4f1419f266b9e87f14ec1679 -Author: Jim Nelson -Date: Mon Jun 28 19:11:13 2010 +0000 - - Versioned to 0.6.0+trunk. - -M Makefile - -commit 7637bc74c4d51f8892f690804d05d7894549661e -Author: Vera Yin -Date: Mon Jun 28 19:10:10 2010 +0000 - - Updated translation files to 0.6.0+trunk. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sv.po -M po/th.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 7d1d689638eefb32cbc34f36366f077fa9e074db -Author: Allison Barlow -Date: Mon Jun 28 18:38:50 2010 +0000 - - creating shotwell 0.6 branch - -commit d5102c69a8669faa667369637fa7f3d3f30adef8 -Author: Vera Yin -Date: Mon Jun 28 18:34:31 2010 +0000 - - Updated translation files to version 0.6.0. - -M po/ar.po -M po/ast.po -M po/bg.po -M po/bn.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ro.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sv.po -M po/th.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 58e894e771ce7d854e07206a81cecd4b950586ef -Author: Jim Nelson -Date: Sat Jun 26 00:26:18 2010 +0000 - - #2200: This patch fixes the second case Adam reported, photos being - imported with no thumbnails after an import. - (Simple change -- an overlooked call when BatchImport was re-factored - earlier this week). The problem of the - thumbnails not being available when the program is closed is a - tougher problem. - -M src/BatchImport.vala - -commit 58de2af0f7a7ee54d8fedbc2e980f8ab78cea485 -Author: Lucas Beeler -Date: Sat Jun 26 00:24:28 2010 +0000 - - Suppresses the close button on the progress dialogs of non-cancellable - operations. Closes #2207. - -M src/Dialogs.vala - -commit 2797b5bac0d314056ac2a1db4be669c1a960900e -Author: Jim Nelson -Date: Fri Jun 25 23:36:08 2010 +0000 - - #2213: Removing photos while importing caused assertion. Fixed. - -M src/BatchImport.vala -M src/Event.vala -M src/PhotoExporter.vala - -commit eb9f3318cb55199e30b2c1c43d0d5b49225aa02d -Author: Jim Nelson -Date: Fri Jun 25 22:58:28 2010 +0000 - - #2214/#2215: Sidebar changes to move the cameras and importing pages - up toward the top. - -M src/LibraryWindow.vala - -commit 15ff07e694045aade4e07b3b89ddbb4ccc626cc3 -Author: Jim Nelson -Date: Fri Jun 25 22:53:02 2010 +0000 - - #2205: Speed up removing large number of photos from library - (especially when there are few photos per event). - -M src/DataCollection.vala -M src/Photo.vala -M src/Tag.vala - -commit 990455258d41f673b6abc03bedc5ad5f0392f912 -Author: Vera Yin -Date: Fri Jun 25 18:17:19 2010 +0000 - - Updated Asturian translation. - -M po/ast.po - -commit 440a7fa2e4997943edd56834b774ddec1d62b707 -Author: Allison Barlow -Date: Fri Jun 25 18:04:20 2010 +0000 - - #2208: edit->undo is available when there are no actions to undo - -M src/Page.vala -M src/PhotoPage.vala - -commit 59ecee5ae5f772351f43a1959bc7959a5a89d5d1 -Author: Jim Nelson -Date: Fri Jun 25 00:07:44 2010 +0000 - - #2206: Original committer used state to track when Ctrl was - pressed/released in regards to the mousewheel zoom - functionality. Mousewheel events can fall through to the window - even when it does not have focus. If a - mousewheel event comes through when Shotwell loses focus with the - Ctrl key down (Shift+Ctrl+M), and then the - ctrl key is released, the state will not be reset until Shotwell - regains focus. Now using the modifier flags - provided by the GDK event. - -M src/CollectionPage.vala - -commit 0ea5bc0946c9c708ddc4f506f6bf554b264b8260 -Author: Lucas Beeler -Date: Thu Jun 24 23:52:01 2010 +0000 - - Fixes #2202 ("soft assertion: gtk_tree_path_compare: assertion `b != - NULL' failed"). - -M src/LibraryWindow.vala - -commit b5c73c96cfef83047f63fc7c746ae577229f49f0 -Author: Jim Nelson -Date: Thu Jun 24 23:47:38 2010 +0000 - - #2203: Keyboard shortcut for Show in File Manager. #2204: Keyboard - shortcut for Delete in Trash Page. - -M src/AppWindow.vala -M src/TrashPage.vala - -commit d94c34117d014078bc48e6eb71f4fe9c283c84c9 -Author: Jim Nelson -Date: Thu Jun 24 23:34:19 2010 +0000 - - #2197: Full-sized export some times caused soft assertion. - Subtle timing bug. - -M src/Dialogs.vala -M src/PhotoExporter.vala - -commit 2af9e641336b84003c8bd707b0e7dd94cce36077 -Author: Allison Barlow -Date: Thu Jun 24 22:51:17 2010 +0000 - - fix for #2141: Issues with Fullscreen mode and GNOME panel. - -M Makefile -M src/Config.vala -M src/PhotoPage.vala -M src/util.vala - -commit e0035993ea7600140119182a087b7d88f05d351c -Author: Jim Nelson -Date: Thu Jun 24 22:22:59 2010 +0000 - - #2201: Smoothed the progress bar by skipping over non-image files - during the WorkSniffer phase. - -M src/BatchImport.vala - -commit e0b60a4173bbb4952ce237ddd44f236f6ce279d3 -Author: Allison Barlow -Date: Thu Jun 24 21:56:01 2010 +0000 - - #2191: space items evenly in Preferences dialog. - -M ui/shotwell.glade - -commit 13c2e983a7620352815d69ed6bab619884c85122 -Author: Allison Barlow -Date: Thu Jun 24 21:41:52 2010 +0000 - - #2194: some programs which handle RAW photos missing in Preferences - dialog. - -M src/Dialogs.vala -M src/util.vala - -commit b4115309e09519ebb466c3e89930d05e8ac4116c -Author: Jim Nelson -Date: Thu Jun 24 21:34:58 2010 +0000 - - #2078: Logging to file only occurs in library mode. Direct edit - mode will still log to console if - SHOTWELL_LOG is set. - -M src/AppDirs.vala -M src/Debug.vala -M src/LibraryWindow.vala -M src/main.vala -M src/system.vala - -commit ba037dcac4f2aee370a4a99c8b141fd11558659c -Author: Patrick Tierney -Date: Thu Jun 24 21:20:45 2010 +0000 - - #2033: Allows user to set library directory via a text entry box. - -M src/Dialogs.vala -M ui/shotwell.glade - -commit b06ce2ea63ab90b31a91984293b1353a1b1acac6 -Author: Lucas Beeler -Date: Thu Jun 24 21:17:25 2010 +0000 - - Makes thumbnail sort order stable across the various checkerboard - views. Closes #1895. - -M src/Thumbnail.vala - -commit ff77549e17af3a232307d22c2967bdab527801d0 -Author: Jim Nelson -Date: Thu Jun 24 20:40:35 2010 +0000 - - #2188: Fatal abort after interrupted batch import fixed. Also, - BatchImport wasn't cleaning up all files - generated during import process after an abort; this is fixed as well. - -M src/BatchImport.vala -M src/ImportPage.vala - -commit 3339f7fd34225310a5b80afc68544ca322fafd78 -Author: Jim Nelson -Date: Thu Jun 24 19:11:25 2010 +0000 - - #2179: No longer recurse w/ segfault if go to fullscreen on a photo - with no backing file. - -M src/AppWindow.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 8642dd2f239f3b6653ce2851414731f2092515a0 -Author: Vera Yin -Date: Thu Jun 24 18:39:59 2010 +0000 - - Updated Hungarian translation. - -M THANKS -M po/hu.po - -commit d47726c91ce83edb955c401a19ed491fd0e860ac -Author: Patrick Tierney -Date: Thu Jun 24 18:17:09 2010 +0000 - - #1462: AppWindow now maintains its position after going to fullscreen - -M src/AppWindow.vala - -commit f6349be7db03148c62d8a5e103054d343f04853e -Author: Patrick Tierney -Date: Thu Jun 24 17:58:49 2010 +0000 - - #2184: fixed soft assertion when choosing an external editor in - Windows. Fixed several bugs regarding opening an external editor on - Windows relating to AppInfo quirks. - -M src/Config.vala -M src/Dialogs.vala -M src/Photo.vala -M src/util.vala - -commit 0cf69164b8e5029058217470f8650ef4a00e665a -Author: Lucas Beeler -Date: Wed Jun 23 20:30:07 2010 +0000 - - Updated the NEWS and debian changelog files to prepare for the - 0.6 release. - -M NEWS -M debian/changelog - -commit 9fab1ecc868095db86f443869e48746e2c3b76db -Author: Jim Nelson -Date: Wed Jun 23 01:20:11 2010 +0000 - - #1682: Makefile now does checking of libraw, even if not available - in packaged form. - -M Makefile -A libraw-config -M minver - -commit 0a50da4a199cf06f2fc49137c5e68dc6e8b614dc -Author: Lucas Beeler -Date: Wed Jun 23 00:35:06 2010 +0000 - - Changed the way the configure script is invoked in the debian rules - file to suppress extraneous warning messages. Closes #1555. - -M debian/rules - -commit 73defcb0f4225f57797726f479b16127660dd3a5 -Author: Lucas Beeler -Date: Wed Jun 23 00:16:40 2010 +0000 - - Updated the debian/control file add runtime dependencies on - librsvg2-common and dbus-x11. Closes #1766. - -M debian/control - -commit a4dd12655e25e92a964d4eb3e8980df4a78a5e22 -Author: Lucas Beeler -Date: Tue Jun 22 23:46:08 2010 +0000 - - Removes wildcards from the definition of the DIST_FILES variable. This - prevents temporary files from being included in Shotwell distribution - packages. Closes #2044. - -M Makefile - -commit d13902c833941a964eac85a0609738b6c4862f14 -Author: Jim Nelson -Date: Tue Jun 22 22:31:36 2010 +0000 - - Vera discovered a corner case where a single photo import did not - appear in Photos view until exiting the - application, nor was an Event generated for it. Order of operation - problem; fixed. - -M src/BatchImport.vala - -commit b6eddb7f07630eee863116977629425e9a5c683f -Author: Patrick Tierney -Date: Tue Jun 22 20:55:12 2010 +0000 - - #2158, #2159: Windows dialogs display and function correctly - -M Makefile - -commit 8cf7862dc6e4c8f830ee0e9beb43f1ae0148b1a0 -Author: Jim Nelson -Date: Tue Jun 22 18:19:13 2010 +0000 - - #2111: Refactoring of BatchImport to reduce the overhead of managing - background jobs and their completion - callbacks, to keep the UI responsive during an import while - (attempting) to not sacrifice speed. There remains - a corner case when a large number of small files (8,000 8K JPEGs in - my test case) will still swamp the UI, but - we will live with that for now ... importing that many in a responsive - way will require more work, and more - consideration of BatchImport's requirements. - -M src/BatchImport.vala -M src/DataCollection.vala -M src/Event.vala -M src/ImportPage.vala -M src/MimicManager.vala -M src/Photo.vala -M src/Tag.vala -M src/Workers.vala - -commit 7f9121d2c755f798721cf8b5c2e23369edf224aa -Author: Lucas Beeler -Date: Tue Jun 22 18:15:25 2010 +0000 - - Fixes a problem whereby the toolbar would disappear during a zoom - operation in fullscreen mode. Closes #2176. - -M src/AppWindow.vala -M src/PhotoPage.vala - -commit d3ddb690a21cfe2f644aaf0b0cba139da7e620e5 -Author: Patrick Tierney -Date: Tue Jun 22 18:14:27 2010 +0000 - - #2142: fixed menu senitivities when a photo is missing. - -M src/PhotoPage.vala - -commit 69dd8b55155c6753b8a80a62b695f51707377c41 -Author: Lucas Beeler -Date: Tue Jun 22 18:12:57 2010 +0000 - - Fixes a problem whereby the currently viewed photo in full-window - mode would disappear when the context menu was shown. Closes #2178. - -M src/PhotoPage.vala - -commit df1774120929b7776e2d4166b0fed1c1c46b9002 -Author: Lucas Beeler -Date: Mon Jun 21 20:50:15 2010 +0000 - - Made trivial changes to the ColorTransformation.vala module such - that it compiles with vala 0.9.2. Closes #2164. - -M src/ColorTransformation.vala - -commit f557b17db2c98a768f2adb418c82dfe99f49623b -Author: Lucas Beeler -Date: Mon Jun 21 20:34:29 2010 +0000 - - Fixes an problem whereby the transient toolbar in full screen mode - would disappear when a zoom drag was in progress, causing the zoom - state to become inconsistent then reset to default. Closes #2166. - -M src/AppWindow.vala - -commit aa8fb85e29cf52a83f99b61b31a8d632296bf643 -Author: Allison Barlow -Date: Mon Jun 21 19:46:59 2010 +0000 - - updated sw-glade to check for shared library libshotwell.so - -M sw-glade - -commit be677559b5ef2707332f052186c589b2b4928e09 -Author: Lucas Beeler -Date: Mon Jun 21 19:18:16 2010 +0000 - - Properly cancels batch operations when the progress dialog's close - button is clicked. Closes #2152. - -M src/Dialogs.vala - -commit a6caf3a13a9061dd03c85b21379653b691443be7 -Author: Allison Barlow -Date: Mon Jun 21 19:05:21 2010 +0000 - - #2155: always ask whether to copy or link - -M src/LibraryWindow.vala -M src/util.vala - -commit 075e5ba42e7f03f31106d485b5ec845f8c7ed433 -Author: Lucas Beeler -Date: Mon Jun 21 19:04:55 2010 +0000 - - Fixes a problem whereby opening a Foveon(tm) RAW image in direct-edit - mode caused Shotwell to silently fail to start. Closes #2126. - -M src/Photo.vala -M src/PhotoPage.vala - -commit 863e1eb00bfdd20402557148e564c8d08bef16ca -Author: Allison Barlow -Date: Mon Jun 21 19:02:16 2010 +0000 - - #2119: improve menu grouping - -M src/CollectionPage.vala -M src/PhotoPage.vala -M ui/collection.ui -M ui/direct.ui -M ui/photo.ui - -commit 3bcb911b0bdb1bce277222095f849f2b913f352a -Author: Vera Yin -Date: Mon Jun 21 18:18:54 2010 +0000 - - Updated Asturian, Portuguese, and Spanish translations. - -M po/ast.po -M po/es.po -M po/pt.po - -commit 14f7b7870539e578ab12412a0dbfe8ddc9e98cfc -Author: Lucas Beeler -Date: Fri Jun 18 18:05:37 2010 +0000 - - Short-circuits image scaling via the Gdk Pixbuf library during - thumbnail generation for PNG images under certain highly specific - conditions under which a floating point round-off error can - occur. Closes #2151. - -M src/PngSupport.vala - -commit 4508a3161c970dcc508eac2fe5af03c0fdf07a9c -Author: Allison Barlow -Date: Fri Jun 18 16:11:27 2010 +0000 - - fixes #2123 Open with RAW Editor visibility not updated properly. - reverts to old widget-based control instead of action-based--the - action-based had problems with setting visibility. When this gets - figured out, we'd like to go back to action-based. - -M src/CollectionPage.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 8afaabde747f491c39ea3966b80c5e1e7b0ef821 -Author: Allison Barlow -Date: Fri Jun 18 16:07:41 2010 +0000 - - fixes #2149 photo and raw editor combo boxes should have same length. - -M ui/shotwell.glade - -commit 079cfbc50a480c01a3224478954518783ed6b5e7 -Author: Allison Barlow -Date: Fri Jun 18 16:05:05 2010 +0000 - - this patch changes the default time format to be based on location - in the date/time adjust dialog (#2137). - -M src/Config.vala -M src/util.vala - -commit 2050f92751a4f9876dec4ddc2b3960dcdc976959 -Author: Lucas Beeler -Date: Fri Jun 18 01:35:01 2010 +0000 - - Modifies exposure and ISO number metadata fetching functions to - check their results for sanity. Closes #2140. - -M src/PhotoMetadata.vala - -commit cd669afa840aa665f392f1c2ee44c3638db2401f -Author: Patrick Tierney -Date: Fri Jun 18 01:10:44 2010 +0000 - - #1973: Removed rotate and set background from contextual menus - -M src/CollectionPage.vala -M src/PhotoPage.vala -M ui/collection.ui -M ui/direct.ui -M ui/photo.ui - -commit 598e138f87ff76232c233ed147773204d30e70ec -Author: Vera Yin -Date: Thu Jun 17 21:18:50 2010 +0000 - - Updated Bulgarian, Estonian, Italian, Spanish, and Thai translations. - -M THANKS -M po/bg.po -M po/es.po -M po/et.po -M po/it.po -M po/th.po - -commit 62927c6da321f9f160085168ebf325f495de9dad -Author: Jim Nelson -Date: Thu Jun 17 21:13:01 2010 +0000 - - #2145: Crash due to keyword with invalid UTF-8 fixed. The bad - Unicode was causing Markup.escape_text() to yarf. - -M src/EventsDirectoryPage.vala -M src/PhotoMetadata.vala -M src/Properties.vala -M src/Sidebar.vala -M src/Tag.vala -M src/util.vala - -commit 75c909e0c1e92049e7e5f64d9f70d66d9e870bda -Author: Allison Barlow -Date: Thu Jun 17 19:59:58 2010 +0000 - - removes a stray setting in glade which was causing a soft assertion - -M ui/shotwell.glade - -commit 6d6784d83159c82afb99496ed6b445a0bb09e139 -Author: Patrick Tierney -Date: Thu Jun 17 19:30:29 2010 +0000 - - #2143: Added keyboard accelerators for open with editor, Return, - and open with RAW editor, Return. - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit c4ee6ede0ea3d0573d1b1452b4888499b67c1ac2 -Author: Allison Barlow -Date: Thu Jun 17 19:05:27 2010 +0000 - - #2139 Markup escaping required in Properties Title: field - -M src/Properties.vala - -commit 3fddc876d8919c4fcc1d54e68b8aafdedd11d849 -Author: Patrick Tierney -Date: Thu Jun 17 18:46:32 2010 +0000 - - #2077: Show in File Manager command now appears on Trash - Page. Required code refractoring, so that menu appears in - DirectEditMode too. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/LibraryWindow.vala -M src/PhotoPage.vala -M ui/collection.ui -M ui/direct.ui -M ui/photo.ui -M ui/trash.ui - -commit 3684a7e1e49c3b064c5de71a9ca75439d61ea6e1 -Author: Allison Barlow -Date: Thu Jun 17 18:30:23 2010 +0000 - - fixes three preferences dialog tickets: #2132 Mnemonics issues - with Preferences dialog, #2130 More padding in Browse button in - Preferences, and #2131 Resizable Preferences dialog. - -M ui/shotwell.glade - -commit 7573b0de9f49820a1c99ff26f82deac38d1b004a -Author: Allison Barlow -Date: Thu Jun 17 18:17:58 2010 +0000 - - fixes #2125 Shotwell asks whether to copy or link when Pictures - directory is missing - -M src/LibraryWindow.vala - -commit 2828d5f96a4c4b862a556cf932f6eca7c63865f4 -Author: Allison Barlow -Date: Thu Jun 17 18:16:23 2010 +0000 - - updates icon per #2120 fix trash/delete icons - -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/TrashPage.vala - -commit 393eb4e8863594684dafa69dbffeeb7188cd72a8 -Author: Jim Nelson -Date: Thu Jun 17 02:35:40 2010 +0000 - - #2124: Import view was flashing wildly if window configured to a - specific size. Tricky bug! Single piece of - state was not being reset to zero when a recompute had to take place. - -M src/CheckerboardLayout.vala - -commit 09235b95611603cee600fdffe36d33caa2f72e4a -Author: Lucas Beeler -Date: Thu Jun 17 00:35:53 2010 +0000 - - Fixes bogus mnemonics in the Picasa Web Albums credentials capture - pane. Closes #2134. As a bonus, changes the sizes of action buttons - in the Picasa Web Albums credentials capture pane to accomodate long - internationalized text. - -M src/PicasaConnector.vala - -commit b07e30a54641f9ecc3420311c2ef1578af6cb112 -Author: Lucas Beeler -Date: Thu Jun 17 00:18:28 2010 +0000 - - Single-pixel images no longer generate critical GTK assertion failures - when the Adjust palette is opened. Closes #2122. - -M src/EditingTools.vala - -commit b4fb7b9a334bcb25efbe73401eed8276d167b5c7 -Author: Lucas Beeler -Date: Thu Jun 17 00:03:02 2010 +0000 - - Adjusts the layout of various panes in the publishing subsystem to - better accomodate internationalized text. Fixes #2127. - -M src/FacebookConnector.vala -M src/PicasaConnector.vala -M src/WebConnectors.vala - -commit 6abf46ad2e5f0912d9a413884891dad78df1db3d -Author: Patrick Tierney -Date: Wed Jun 16 23:57:12 2010 +0000 - - #2020: opens on external editor on super double click and ctrl-enter, - opens raw editor on ctrl-shift-enter - -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 7dec20a1a2a19ec9e630002a23236950f5ee5c71 -Author: Patrick Tierney -Date: Wed Jun 16 22:47:30 2010 +0000 - - #2098 added Add Tags \/ Modify Tags to context menu in full-window - mode. - -M src/PhotoPage.vala -M ui/photo.ui - -commit 0d0dfe3711aa903a623d8f0fe43959975cc3c008 -Author: Lucas Beeler -Date: Wed Jun 16 19:30:10 2010 +0000 - - Updates supported MIME types across source and desktop files to - reflect the addition of RAW and PNG support; closes #1882. - -M misc/shotwell-viewer.desktop.head -M src/RawSupport.vala - -commit 171294581ce4b28069cc640e9adadcafeb630cae -Author: Jim Nelson -Date: Wed Jun 16 17:41:44 2010 +0000 - - Additional debugging for TRACE_REFLOW. - -M src/CheckerboardLayout.vala - -commit 3b3ddd426b579ab08ce5a2d5c3b9a28eccb1a570 -Author: Patrick Tierney -Date: Wed Jun 16 00:57:58 2010 +0000 - - #1623: shotwell exports metadata when it can. Objects - derived from TransformablePhoto now need to implement - set_user_metadata_for_export(PhotoMetadata) - -M src/Photo.vala - -commit cc7da50d86cbc03a68267d37c489b740bd01489a -Author: Patrick Tierney -Date: Tue Jun 15 23:18:21 2010 +0000 - - #2112: removed ability to save RAW photo in direct edit mode. - -M src/PhotoPage.vala - -commit 3ff8781856ac9c443fd0a223cb0771bad10e27b8 -Author: Allison Barlow -Date: Tue Jun 15 23:15:47 2010 +0000 - - implements #1602 link rather than copy by default when importing - ...at long last - -M Makefile -M src/Dialogs.vala -M src/LibraryWindow.vala -M src/util.vala -A vapi/gdk-none.vapi - -commit adc19aebdc408e6a036a7d9d7f1830ef926bb8e8 -Author: Allison Barlow -Date: Tue Jun 15 23:11:36 2010 +0000 - - Implements some external editing changes. Fixes #2024 Update external - editor in Preferences dialog while Shotwell is running, #2093 show - Open With RAW Editor in context menu for RAW photos, #2094 eliminate - Revert External Edits command, #2095 gray out Open With External - Editor when no editor present, and #2096 Cancel button in Revert - External Edit dialog. - -M src/CollectionPage.vala -M src/Config.vala -M src/Dialogs.vala -M src/PhotoPage.vala -M src/util.vala -M ui/collection.ui -M ui/photo.ui - -commit b0b7aa4f0effecc80ee8101b73e3d9b198037f63 -Author: Lucas Beeler -Date: Tue Jun 15 22:57:36 2010 +0000 - - Enables the use of internationalized characters in PicasaWeb album - names. Closes #2112. As a side benefit, changes to the way PicasaWeb - XML is parsed also enables us to close #1637. - -M src/PicasaConnector.vala -M src/WebConnectors.vala - -commit 91e30d21c7e7cf28df38064f12f20647611d1871 -Author: Lucas Beeler -Date: Tue Jun 15 22:10:43 2010 +0000 - - Enables generation of PNG images directly from RAW pixel information, - without passing through a JPEG intermediate. Closes #1875. - -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 57ef0c6ceec3da7c242878b50e4e6d060c2d3fec -Author: Adam Dingle -Date: Tue Jun 15 16:02:09 2010 +0000 - - Added Patrick to THANKS file. - -M THANKS - -commit f4607b99c08e8ec9bc8cff8a1d1ddd536ad2b329 -Author: Jim Nelson -Date: Tue Jun 15 01:24:14 2010 +0000 - - #1951: Thumbnails don't distort as zoom level changes. - -M src/Thumbnail.vala -M src/ThumbnailCache.vala - -commit 06b594e473f5ed03c3413ac80d376f3364d3e8cd -Author: Jim Nelson -Date: Tue Jun 15 00:33:23 2010 +0000 - - #2009: $#%&@! daylight savings. - -M src/Event.vala - -commit 3c47226629f0ff4d5e24f9ae648063474a0c02e1 -Author: Allison Barlow -Date: Tue Jun 15 00:20:31 2010 +0000 - - fixes #2043 Remove From Library doesn't remove photo. - -M src/Photo.vala - -commit d317860ce28de6d297ac3453dab2ec6d7bb64f6a -Author: Jim Nelson -Date: Tue Jun 15 00:15:08 2010 +0000 - - #1900: XMP time format now supported. - -M src/PhotoMetadata.vala - -commit f6fb31cea066417f31de70d97e5297201237b5c6 -Author: Jim Nelson -Date: Mon Jun 14 23:10:40 2010 +0000 - - #1418: Shotwell detects duplicates in the current import set as well - as the library. - -M src/BatchImport.vala -M src/DataObject.vala - -commit b26df69f19f1efb14f6c8821a222cb5bca2996a4 -Author: Patrick Tierney -Date: Mon Jun 14 22:14:35 2010 +0000 - - Updated windows install-deps script to cache some of the downloaded - files. - -M windows/install-deps - -commit 810521738ff37d0c604f3ba46c9e6934c3232849 -Author: Patrick Tierney -Date: Mon Jun 14 22:00:16 2010 +0000 - - #2099: Removed NO_SVG code, duplicate PNG files, and all traces of - building on MacOS - -M Makefile -D icons/crop.png -D icons/import.png -D icons/make-primary.png -D icons/object-flip-horizontal.png -D icons/object-flip-vertical.png -D icons/object-rotate-left.png -D icons/object-rotate-right.png -D icons/pin-toolbar.png -D icons/return-to-page.png -D icons/shotwell.png -M src/GConf.vala -M src/LibraryWindow.vala -M src/Resources.vala -D vapi/ige-mac-integration.vapi - -commit b5889b3aaf6e0c2a77f602297c5bbdcdaf0d6e45 -Author: Jim Nelson -Date: Mon Jun 14 20:18:23 2010 +0000 - - #1151: Generate events continuously during import - -M src/BatchImport.vala -M src/Dialogs.vala -M src/Event.vala -M src/ImportPage.vala -M src/LibraryWindow.vala - -commit cafafcacd15e77824a3a15239829f7f7e40b3cde -Author: Vera Yin -Date: Mon Jun 14 19:01:12 2010 +0000 - - Added Arabic, Asturian, Romanian translations. Updated German, Greek, - Polish, Russian, Ukrainian translations. - -M Makefile -M THANKS -C059 po/pl.po po/ar.po -C060 po/de.po po/ast.po -M po/de.po -M po/el.po -M po/pl.po -C059 po/de.po po/ro.po -M po/ru.po -M po/uk.po - -commit 7a5e96f534f2ce6624f589962f28eabba132e23b -Author: Lucas Beeler -Date: Mon Jun 14 18:55:18 2010 +0000 - - Allows the user to resize the publishing dialog during interaction - phases where resizing is applicable. Closes #1923. - -M src/FacebookConnector.vala -M src/WebConnectors.vala - -commit ed05edc6fd4902db6c30e04bc6e8f26c0188250d -Author: Lucas Beeler -Date: Mon Jun 14 18:54:12 2010 +0000 - - Enables panning a zoomed photo in the single-photo view with the - numeric keypad even if num lock is on. - -M src/PhotoPage.vala - -commit 7069242a37d98d3b7a4513bf49e4b5d89fb31166 -Author: Jim Nelson -Date: Sat Jun 12 02:15:44 2010 +0000 - - #1166: Initial phase of import now in background thread and - cancellable by user. - -M src/BatchImport.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Workers.vala -M src/util.vala - -commit bc1a5920922929e772cfa1e49830847d5198ba78 -Author: Patrick Tierney -Date: Fri Jun 11 21:56:17 2010 +0000 - - Fixed unwrapped raw and GPhoto code in Shotwell source. Updated - windows install-deps file to work with Shotwell 0.6. Updated Makefile - to work with new dependencies, exiv2 and gexiv2. - -M Makefile -M src/CollectionPage.vala -M src/Config.vala -M src/Dialogs.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M src/PhotoPage.vala -M src/Resources.vala -M windows/install-deps -M windows/winstall.iss - -commit c3726fcdb89b7e0699b9b7a35dfab34bf608fed7 -Author: Vera Yin -Date: Fri Jun 11 02:14:10 2010 +0000 - - Added +trunk tag following 0.5.91 release. - -M Makefile - -commit e0e367832eb3b0e90386461523220b11cb69a00a -Author: Vera Yin -Date: Fri Jun 11 02:12:46 2010 +0000 - - This is the 0.5.91 release image. - -M Makefile -M po/bg.po -M po/bn.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sl.po -M po/sv.po -M po/th.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 8b96c4df70c4d9d4a23c587c43044a0d72c433fa -Author: Lucas Beeler -Date: Fri Jun 11 00:36:23 2010 +0000 - - Logs the user out of PicasaWeb if his or her authentication token - has become invalid (e.g., it could've expired, or invalidated by - the Google security manager, etc.). Closes #1987. - -M src/PicasaConnector.vala - -commit e9329b1c5819e2b6f67e544ae5f7a1508d6693df -Author: Lucas Beeler -Date: Fri Jun 11 00:15:14 2010 +0000 - - Enables panning over a photo when it is zoomed using the keyboard - arrow keys. Closes #2072. - -M src/PhotoPage.vala - -commit 6279ff1f8326c6a79c9b139f3f6e04accb7dad1c -Author: Lucas Beeler -Date: Fri Jun 11 00:05:28 2010 +0000 - - Fixes an issue whereby the Ctrl+= zoom accelerator behaved differently - depending on whether or not the zoom slider had keyboard focus. Closes - #2038. - -M src/PhotoPage.vala - -commit c9380b569e13ed322d23e2af8a374c209e166891 -Author: Lucas Beeler -Date: Thu Jun 10 23:52:07 2010 +0000 - - Enables the user to zoom the sizes of thumbnails up or down in any - CollectionPage-derived view by using the mouse wheel in conjunction - with the Ctrl key. Closes #1919. - -M src/CollectionPage.vala - -commit fd6541346618a6650e14158a58747be997cd32a2 -Author: Lucas Beeler -Date: Thu Jun 10 23:44:32 2010 +0000 - - Fixes the EditingHostPage's cursor handling such that the grip-hand - cursor is displayed when and only when panning is applicable, across - a wide variety of cases. Closes #1911. - -M src/PhotoPage.vala - -commit bac0b445280b05fa9b26a2aa11b4ec76f7b7b61b -Author: Adam Dingle -Date: Thu Jun 10 22:31:01 2010 +0000 - - Updated COPYING to reflect the fact that human-icon-theme icons are - now available under Creative Commons Attribution ShareAlike 3.0. - -M COPYING - -commit d4a9eb68ba012d7d8586748abb85bc07f0f63c16 -Author: Vera Yin -Date: Thu Jun 10 21:47:00 2010 +0000 - - Updated POT file to reflect newly marked up strings. - -M po/shotwell.pot - -commit 1f55cd5d516649bf9e90dd9d37dde3a7cf7c7dee -Author: Vera Yin -Date: Thu Jun 10 21:34:46 2010 +0000 - - Marked up strings for translation in Resources.vala that had been - overlooked by the original committer. - -M src/Resources.vala - -commit 59e28bf722a512ea2cf6620e50789bba8eca521b -Author: Vera Yin -Date: Thu Jun 10 20:41:37 2010 +0000 - - Updated Thai translation. - -M po/th.po - -commit 5551052a9c85d5f4230ded07004e2ede6b697608 -Author: Jim Nelson -Date: Thu Jun 10 17:47:46 2010 +0000 - - Fixes bug where Shotwell crashes if SHOTWELL_LOG_FILE=:console:. - -M src/Debug.vala - -commit 18971ed670183ff7bcc6d5e5bd9d4fd5fac8ff33 -Author: Lucas Beeler -Date: Thu Jun 10 01:05:26 2010 +0000 - - Implements zoom-in/zoom-out with the mousewheel that maintains the - position of the zoomed content relative to the cursor. Closes #1910. - -M src/Dimensions.vala -M src/Page.vala -M src/PhotoPage.vala -M src/image_util.vala - -commit 746101f76860ac66c95d921468ab4d76a4710b18 -Author: Vera Yin -Date: Thu Jun 10 00:18:15 2010 +0000 - - Updated Indonesian and Thai translations. - -M po/id.po -M po/th.po - -commit d26fa8d785297b7e2e760618eadc1c412cc115c1 -Author: Allison Barlow -Date: Wed Jun 9 21:58:45 2010 +0000 - - fixes #1844 Trash interferes with dupe detection. - -M src/BatchImport.vala -M src/DatabaseTables.vala -M src/ImportPage.vala -M src/Photo.vala - -commit 79c2d34dd5457a0460cd890c44c93110d8f2135c -Author: Jim Nelson -Date: Wed Jun 9 17:39:28 2010 +0000 - - #2063: Optionally install apport hook. Courtesy Bruno Girin. - -M Makefile -A apport/shotwell.py - -commit 0bb354843ee4df8396a02ad4908f67e745521269 -Author: Jim Nelson -Date: Wed Jun 9 17:35:02 2010 +0000 - - #2000: Write log while running. Courtest Bruno Girin. - -M src/AppDirs.vala -M src/Debug.vala -M src/main.vala - -commit 50d34f01581531cf24af438fae840edc27e7eb05 -Author: Vera Yin -Date: Wed Jun 9 00:27:46 2010 +0000 - - Updated Russian and Swedish translations. - -M po/ru.po -M po/sv.po - -commit 7fbc6262a9b67321a19f76716090293c63498095 -Author: Jim Nelson -Date: Tue Jun 8 23:42:24 2010 +0000 - - #1855: Recursive calculation of file size now properly handles - permission failures when enumerating a directory. - -M src/util.vala - -commit e11e3bfff6050e4b3bbf9a3145c8fc0c1affd547 -Author: Allison Barlow -Date: Tue Jun 8 23:12:20 2010 +0000 - - fixes #2037 Slideshow button grayed out. - -M src/CollectionPage.vala - -commit f348dba7d4d0689229308c6e979d3a5af2fafbc7 -Author: Jim Nelson -Date: Tue Jun 8 19:51:55 2010 +0000 - - #2061: Shotwell now compiles without error or warning with Vala 0.9.1. - -M src/AppWindow.vala -M src/BatchImport.vala -M src/CameraTable.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/CustomComponents.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Dialogs.vala -M src/DirectWindow.vala -M src/EditingTools.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/GRaw.vala -M src/GdkSupport.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/MimicManager.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PicasaConnector.vala -M src/PixbufCache.vala -M src/Printing.vala -M src/Properties.vala -M src/Sidebar.vala -M src/SlideshowPage.vala -M src/Tag.vala -M src/TagPage.vala -M src/Thumbnail.vala -M src/TrashPage.vala -M src/WebConnectors.vala -M src/main.vala -M vapi/libraw.vapi - -commit 3ffabb1288f98e47d618c1559987ab7fbac6976b -Author: Vera Yin -Date: Tue Jun 8 01:08:35 2010 +0000 - - Updated Chinese (Mainland China), Croatian, Czech, Danish, English - (Great Britain), Finnish, French, German, Greek, Polish, Punjabi, - Norwegian, Russian, Slovenian, Ukrainian translations following - string freeze for 0.6 release. - -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/fi.po -M po/fr.po -M po/hr.po -M po/nb.po -M po/pa.po -M po/pl.po -M po/ru.po -M po/sl.po -M po/uk.po -M po/zh_CN.po - -commit 005cf3ad2764c09750add9b43958c9f223a9d4cf -Author: Jim Nelson -Date: Mon Jun 7 23:27:11 2010 +0000 - - First round of commits for Canon EOS 50D fixes. Hope this will make - headway on #1852. - -M src/BatchImport.vala -M src/DatabaseTables.vala -M src/ImportPage.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M vapi/libgphoto2.vapi - -commit 3f3643abbe2f535e87d983e06751eec32cee3601 -Author: Lucas Beeler -Date: Mon Jun 7 21:59:47 2010 +0000 - - Evens out the zoom scale such that each tick corresponds to - multiplying the zoom level by a constant, adaptive factor. Closes - #1943. - -M src/Dimensions.vala - -commit 05db8a7c130f7b1a5706910553a83b403eff362c -Author: Jim Nelson -Date: Mon Jun 7 21:36:37 2010 +0000 - - #2004/#1344: No longer using libusb to map gPhoto camera objects to - USB ports. gudev gives us all the - information we need. Thanks to Bruno Girin. - -M Makefile -M THANKS -M debian/control -M src/CameraTable.vala - -commit 46f4dfca68dbf878a5d9c0fa65bf95417cf63bb4 -Author: Vera Yin -Date: Fri Jun 4 23:38:44 2010 +0000 - - Updated pot file following string freeze in anticipation for 0.6 - release. - -M po/shotwell.pot -M po/sl.po - -commit fc3d5338ba590730fdc72fa3ebbe3c326c56f1dd -Author: Patrick Tierney -Date: Fri Jun 4 22:10:31 2010 +0000 - - Changed importing dialogs and import menu strings - -M src/LibraryWindow.vala - -commit 242590085ad09ec73224889b8d1d3321df913a1c -Author: Allison Barlow -Date: Fri Jun 4 21:58:05 2010 +0000 - - fixes #2018 background color slider in preferences is too long, #2031 - [strings] warn user if Pictures directory is ~, #2041 [strings] - preferences dialog label nit, and changes the preferences dialog - alignment to be GNOME HIG compliant. - -M src/AppWindow.vala -M src/LibraryWindow.vala -M ui/shotwell.glade - -commit 216439e44ff85b823a725c85f094ad847c23dd7f -Author: Lucas Beeler -Date: Fri Jun 4 21:56:46 2010 +0000 - - Merged NEWS file from the 0.5.x branch into trunk so the release - history is properly reflected on the wiki. Closes #2007. - -M NEWS - -commit 2de64561f6c5d7c0158d63d62fb527084dc380a4 -Author: Lucas Beeler -Date: Fri Jun 4 21:22:43 2010 +0000 - - Changes the Facebook service welcome message in the publishing - dialog such that the user is informed that he/she must grant - Shotwell Connect certain permissions in order for it to function - properly. Closes #1982. - -M src/FacebookConnector.vala - -commit 33a2bf060b7e662b964f6cd24dab105eeec6f631 -Author: Vera Yin -Date: Fri Jun 4 20:43:31 2010 +0000 - - Updated Slovenian translation, added plural forms to Croation - translation. - -M po/hr.po -M po/sl.po - -commit 50052ce38160bc9627a842f520fdd0194f6db95b -Author: Patrick Tierney -Date: Fri Jun 4 18:45:50 2010 +0000 - - Removed mnemonic collisions in various menus - -M src/LibraryWindow.vala -M src/Resources.vala - -commit 45002a5832062b9971e35e7b918bed638700133b -Author: Lucas Beeler -Date: Fri Jun 4 01:43:17 2010 +0000 - - Updated all translation files to support gettext lookup on the - 'translator-credits' msgid to allow display of translator credits - in the "About..." box; changed "About..." box invocation code in - the AppWindow class to inject a translator credits pane. Closes #2005. - -M po/bg.po -M po/bn.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/hr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ru.po -M po/sk.po -M po/sl.po -M po/sv.po -M po/th.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po -M src/AppWindow.vala - -commit 03dedffa332af3d764f41f76ae287ed68b6545c4 -Author: Jim Nelson -Date: Thu Jun 3 23:58:19 2010 +0000 - - #2039: I18N "modified" suffix for externally editable files. - -M src/Photo.vala - -commit 3b30cdc859717ee0b690d36318f9ab02b9cbf1ce -Author: Patrick Tierney -Date: Thu Jun 3 23:05:28 2010 +0000 - - Changed dimensions to display multiplication sign rather than the - letter x - -M src/Properties.vala - -commit c3f897abd12765d8983989dfee1cd7a7350f5d7a -Author: Allison Barlow -Date: Thu Jun 3 23:01:17 2010 +0000 - - One liner fix for #1885 photo jumps when scaled. - -M src/Dimensions.vala - -commit 535d368a54f98564a446cfc6a72cabae5cb8c3c4 -Author: Allison Barlow -Date: Thu Jun 3 22:56:09 2010 +0000 - - fixes #2022 (direct-edit mode is broken), #1997 (Close image viewer - with Escape), and #2015 (in Preferences dialog, indent labels relative - to section headers). - -M src/DirectWindow.vala -M src/PhotoPage.vala -M ui/shotwell.glade - -commit 3cd161349d2bdb00575d6da6836dd9ee828892c1 -Author: Lucas Beeler -Date: Thu Jun 3 22:48:27 2010 +0000 - - Constitutes a total re-write of the zooming subsystem, introducing - the new ZoomBuffer class that takes advantage of parellelism and - clever case-specific optimizations to significantly improve zooming - performance. Closes #1906 as well. - -M src/ColorTransformation.vala -M src/Dimensions.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 4a42cb4ec45e1b6ad0d58f53ec784babd9a8998c -Author: Patrick Tierney -Date: Thu Jun 3 19:37:35 2010 +0000 - - Fix of DnD bug, now on_motion attempts to stop DnD events in addition - to on_left_click - -M src/PhotoPage.vala - -commit a34cc0e1993d58437163d0f64b29ecac4b4275aa -Author: Vera Yin -Date: Thu Jun 3 19:26:00 2010 +0000 - - Added Croatian translation. - -M Makefile -M THANKS -A po/hr.po - -commit aa7fded7d0d3d5800ad38f946a73c1597deaaf12 -Author: Jim Nelson -Date: Thu Jun 3 18:52:53 2010 +0000 - - Makefile tab thing and a minor bug fix. - -M Makefile -M src/Page.vala - -commit 846fa0391050a4e2ff9e074b7b391f116ab26918 -Author: Patrick Tierney -Date: Thu Jun 3 02:26:35 2010 +0000 - - Added PNG thumbnail support to ThumbnailCache, and changed the - interface with ThumbnailCache to use LibraryPhoto instead of PhotoID - -M src/Photo.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala - -commit 1beefe1a9d40a10e6e45b641d2a5d3f965494a39 -Author: Allison Barlow -Date: Thu Jun 3 02:09:08 2010 +0000 - - fixes #1974 Select external editor in Preferences dialog - -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Config.vala -M src/Dialogs.vala -M src/JfifSupport.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M src/PhotoPage.vala -M src/PngSupport.vala -M src/RawSupport.vala -M src/util.vala -M ui/shotwell.glade - -commit a331027bd408b7e64128f8c733bd4b27d87604b2 -Author: Patrick Tierney -Date: Thu Jun 3 01:23:37 2010 +0000 - - Added coment to EditingHostPage regarding assert statement - -M src/PhotoPage.vala - -commit e92a4820b5f6ac118be69e90565be4cec03f2f0b -Author: Jim Nelson -Date: Wed Jun 2 23:35:53 2010 +0000 - - #1834: Preferences dialog now non-modal thanks to Marcel Stimberg. - -M THANKS -M src/Dialogs.vala -M src/LibraryWindow.vala -M ui/shotwell.glade - -commit b14d0bcf8a4ebdc6a0b48ebd13767db73280a242 -Author: Vera Yin -Date: Wed Jun 2 21:09:55 2010 +0000 - - Added Slovenian translation. - -M Makefile -M THANKS -A po/sl.po - -commit e4d13afc00bbcb2b0010a98bd91964bbf4bec079 -Author: Jim Nelson -Date: Wed Jun 2 17:28:00 2010 +0000 - - #2002: Fullscreen no longer asserts. - -M src/LibraryWindow.vala - -commit d6088409e8b6333b7126f3e2866249540320f904 -Author: Jim Nelson -Date: Wed Jun 2 17:12:36 2010 +0000 - - #423: Small corruption when dragging crop tool corners resolved - courtesy Josh Freeman. - -M THANKS -M src/Box.vala - -commit 48b57a1c56bdd8696450c6d0f359facbdfcbc4e8 -Author: Jim Nelson -Date: Wed Jun 2 01:32:21 2010 +0000 - - #1851: Catches long filenames and skips them before calling gPhoto - functions which perform unchecked strcpy's. - -M src/GPhoto.vala -M src/ImportPage.vala - -commit f21d34c0c82146c3e0c7605403c728600cc4561f -Author: Patrick Tierney -Date: Tue Jun 1 23:39:19 2010 +0000 - - Fixed bug in Page::update_modifiers(), so that internal key modifier - variables are in sync with poll - -M src/Page.vala - -commit f51cb9574b839fb29e48327b431eeeb25941ea50 -Author: Jim Nelson -Date: Tue Jun 1 22:55:15 2010 +0000 - - #1995: Support for Canon's owner name in artist field. - -M src/PhotoMetadata.vala - -commit e91dc7936738b69dd84cc71c81519a8d48cecc6f -Author: Lucas Beeler -Date: Tue Jun 1 22:24:18 2010 +0000 - - Updated Thai translation. - -M po/th.po - -commit d5ba5a4fab69681086ecd03e277dbc415635470b -Author: Jim Nelson -Date: Tue Jun 1 19:19:17 2010 +0000 - - #1954: Exposure bias in extended properties. - -M src/PhotoMetadata.vala -M src/Properties.vala - -commit 0c779365d1aebf2c2420a29d0573e282213dfceb -Author: Patrick Tierney -Date: Sat May 29 01:56:45 2010 +0000 - - Fixed crash introduced to fix ticket 1991. Updated PageCommand to - allow it to properly restore the LibraryPhotoPage to its previous - state as undos are executed, and introduced assert in switched_to - to check for future bugs involving an empty view. - -M src/CollectionPage.vala -M src/Commands.vala -M src/LibraryWindow.vala -M src/PhotoPage.vala - -commit 189d671a09b6580bf5665c5807d637c338076e53 -Author: Allison Barlow -Date: Fri May 28 22:08:01 2010 +0000 - - fixes #1556 don't allow Page Up/Down to affect zoom slider (reopened - for home/end keys) and #1957 preferences dialog should be hidden - when Shotwell is minimized - -M src/CollectionPage.vala -M src/Dialogs.vala -M ui/shotwell.glade - -commit f72d49974bd59b055c85c4452e7a21ad88c21f5b -Author: Jim Nelson -Date: Fri May 28 21:38:05 2010 +0000 - - #1909: Faster export by parallelizing the exports in background - threads. This also keeps the UI thread free to - update. - -M Makefile -M src/CollectionPage.vala -M src/Dialogs.vala -M src/Page.vala -M src/Photo.vala -A src/PhotoExporter.vala -M src/Workers.vala - -commit 5a8a46cd05071446ac8b65508c7cc1a7ad83795b -Author: Patrick Tierney -Date: Fri May 28 20:53:46 2010 +0000 - - EditingHostPage now clears its ViewCollection in switching_from, - so non-active LibraryPhotoPages do reference a photo. - -M src/PhotoPage.vala - -commit f7cbc48fff046b2aecc1f1ec08ab581384da56f3 -Author: Allison Barlow -Date: Fri May 28 00:19:26 2010 +0000 - - adds Remove From Library Command, per ticket #1756. Also adds Delete - in the Trash Page. - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/TrashPage.vala -M src/util.vala -M ui/collection.ui -M ui/photo.ui -M ui/trash.ui - -commit 156c0ba7c379e6008aeea2a1dd154cbcce5cd643 -Author: Lucas Beeler -Date: Thu May 27 23:13:55 2010 +0000 - - Updated Spanish and Thai translations. - -M po/es.po -M po/th.po - -commit 391eada8c20d23b23e7fecf6a5f0279af4909fcf -Author: Patrick Tierney -Date: Thu May 27 22:43:51 2010 +0000 - - Added comment to EditingTools.vala regarding ticket 1946 - -M src/EditingTools.vala - -commit 74bb2c6f3896637b6b735b4b01bce5802317baeb -Author: Patrick Tierney -Date: Thu May 27 21:43:36 2010 +0000 - - Added preferences command to TrashPage. - -M ui/trash.ui - -commit 3097154b2e7e28066405c970e70dfd21cb6847d5 -Author: Patrick Tierney -Date: Thu May 27 18:36:03 2010 +0000 - - Added Tags menu to LibraryPhotoPage. Restructured ModifyTagsDialog - to accept a photo, and updated code in CollectionPage to use the - new ModifyTagsDialog constructor. - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/PhotoPage.vala -M ui/photo.ui - -commit e1de788c48ccb29c12d003ffc1392495b42a337e -Author: Jim Nelson -Date: Thu May 27 03:11:20 2010 +0000 - - #1552: Jump to file in file manager - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M ui/collection.ui -M ui/direct.ui -M ui/photo.ui - -commit 583c969c93e4e8e325109a289cdee2f8f6dc7320 -Author: Jim Nelson -Date: Thu May 27 01:31:24 2010 +0000 - - One slight change to the externally editable commit: orientation - (which is a transformation) should only be held - in PhotoTable. BackingPhotoTable should only hold the source file's - original_orientation. This keeps all - transformations in PhotoTable, freeing BackingPhotoTable to merely - store what the backing photo's pristine - state. - -M src/DatabaseTables.vala -M src/Photo.vala - -commit b2c99eedb7c0861de6f3e33287ec8d4ffc77b5f7 -Author: Allison Barlow -Date: Wed May 26 23:20:24 2010 +0000 - - fixes #1075 Allow User to specify import directory - -M misc/shotwell.schemas -M src/AppDirs.vala -M src/BatchImport.vala -M src/Config.vala -M src/Dialogs.vala -M src/LibraryFiles.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/util.vala -M ui/shotwell.glade - -commit 95c598f0b42527fc96372895be29488f39535222 -Author: Patrick Tierney -Date: Wed May 26 22:23:37 2010 +0000 - - Added check to PhotoRenameDialog for a null string return from - execute that was causing a soft assert. - -M src/Dialogs.vala - -commit 185021969cd0dd500fb5e82759750215d0dd5a5c -Author: Jim Nelson -Date: Wed May 26 21:57:40 2010 +0000 - - #1978: Close application properly when Alt+F4 is pressed in fullscreen - mode. - -M src/AppWindow.vala - -commit a4305775b23b4eb14425a2d0180f10302298cf2d -Author: Allison Barlow -Date: Wed May 26 18:22:51 2010 +0000 - - fixes #1956 by revamping the properties class - -M src/LibraryWindow.vala -M src/Properties.vala - -commit 854fb702b2a1982fb0132bea232d5fa73ea7bb63 -Author: Patrick Tierney -Date: Wed May 26 18:10:06 2010 +0000 - - Removed the Display Borders preference checkbox. Removed checkbox - object from Dialogs.vala, shotwell.glade, shotwell.schema. - Removed the save and load commands in Config.vala. Updated the - get_border_width() function in CheckerboardLayout.vala to reflect - a constant border with. - -M misc/shotwell.schemas -M src/CheckerboardLayout.vala -M src/Config.vala -M src/Dialogs.vala -M ui/shotwell.glade - -commit 8aae77d4ca9c3d33c416a01d3d7659b1c5020881 -Author: Jim Nelson -Date: Wed May 26 00:55:44 2010 +0000 - - #1479: Open with external editor. Currently the editor is hardcoded - as GIMP (/usr/bin/gimp), but this will - change with #1974 (Select external editor in Preferences dialog). - -M src/CollectionPage.vala -M src/Commands.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/LibraryFiles.vala -M src/MimicManager.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/main.vala -M ui/collection.ui -M ui/photo.ui - -commit fcd27a0fa82825e80f13a1db23d942983f42ac2f -Author: Patrick Tierney -Date: Tue May 25 23:18:42 2010 +0000 - - Removed "move to" comment from drag and drop import dialog, and - added keyboard mnemonics for import and copy. - -M src/LibraryWindow.vala - -commit 8045868067a9d13d366e03b9f47c02e19b9be8c5 -Author: Lucas Beeler -Date: Tue May 25 21:16:50 2010 +0000 - - Updated Spanish translation. - -M THANKS -M po/es.po - -commit d8d15f000777235fbd02eb59e3ddf3a9594a5a85 -Author: Jim Nelson -Date: Tue May 25 19:07:50 2010 +0000 - - #1939: Addresses oddball EXIF date/time format in Minolta DiMAGE E223. - -M THANKS -M src/PhotoMetadata.vala - -commit f77700e6f8312d71ff01e2f60d4523a46ea2dca4 -Author: Jim Nelson -Date: Tue May 25 18:38:27 2010 +0000 - - #1953: Sorting files using UTF8 collating. - -M THANKS -M src/SortedList.vala - -commit e9037eb171adac0eae31e300b1c62358b47629d5 -Author: Jim Nelson -Date: Tue May 25 18:22:08 2010 +0000 - - #1967: Added Restore label to button on Trash Page. - -M src/Resources.vala -M src/TrashPage.vala - -commit 944c8fe3211f5ae664015ed14474bcf9f099423b -Author: Jim Nelson -Date: Tue May 25 18:14:48 2010 +0000 - - #959: Center color adjustment sliders with Ctrl+LMB. - -M THANKS -M src/EditingTools.vala -M src/util.vala - -commit 20d11c3349838a0076e05557e3df4aa5b7f4f52e -Author: Lucas Beeler -Date: Tue May 25 00:34:03 2010 +0000 - - Added +trunk tag following 0.5.90 release. - -M Makefile -M po/bg.po -M po/bn.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ru.po -M po/sk.po -M po/sv.po -M po/th.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 61edad726c755dd319937b6ff82a996171f36dc0 -Author: Lucas Beeler -Date: Tue May 25 00:20:56 2010 +0000 - - This is the 0.5.90 release image. - -M INSTALL -M Makefile -M README -M po/bg.po -M po/bn.po -M po/cs.po -M po/da.po -M po/de.po -M po/el.po -M po/en_GB.po -M po/es.po -M po/et.po -M po/fi.po -M po/fr.po -M po/hu.po -M po/id.po -M po/it.po -M po/ja.po -M po/lv.po -M po/nb.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ru.po -M po/sk.po -M po/sv.po -M po/th.po -M po/uk.po -M po/zh_CN.po -M po/zh_TW.po - -commit 3661f334546967472eb23a972555b291e5291e73 -Author: Lucas Beeler -Date: Mon May 24 23:21:52 2010 +0000 - - Correct a software distribution error whereby the shotwell.glade - definition file wasn't included in the RESOURCE_FILES list. - -M Makefile - -commit 6442e427def1a2598fe9d2d7c48cd9286eb32dda -Author: Vera Yin -Date: Mon May 24 21:46:27 2010 +0000 - - Updated Ukrainian and Chinese (Taiwan) translations. - -M po/uk.po -M po/zh_TW.po - -commit 52c559527e612ab62d7fcfc0f95b486fedf02031 -Author: Allison Barlow -Date: Fri May 21 19:42:53 2010 +0000 - - fixes #1949 format f-number more nicely - -M src/PhotoMetadata.vala -M src/Properties.vala - -commit 31d817a51f8dd85bdbb1c5c83ae467a6e013e29b -Author: Vera Yin -Date: Fri May 21 18:26:10 2010 +0000 - - Added Thai translation, updated Czech translation. - -M Makefile -M THANKS -M po/cs.po -A po/th.po - -commit 6fdbdde08b039d02a238e0c0742e26dc82f52121 -Author: Jim Nelson -Date: Wed May 19 17:45:08 2010 +0000 - - #1944: MEASURE_PIPELINE now builds. - -M src/Photo.vala - -commit 17e57c06c9acebb117b5bde02cebf564fef87999 -Author: Jim Nelson -Date: Wed May 19 17:22:13 2010 +0000 - - Some of the rotations in Orientation were improperly mapped. - The recent Flip command exposed them. - -M src/Orientation.vala - -commit 736501d1ac6190acae48ad1e575fe7da5ee0db0c -Author: Vera Yin -Date: Tue May 18 05:54:23 2010 +0000 - - Updated Slovak translation. - -M po/sk.po - -commit d3d2640a150966f6162c50a673ad9d2450a5235b -Author: Lucas Beeler -Date: Tue May 18 01:18:44 2010 +0000 - - Eliminates GTK assertion errors that appeared when working with PNG - images in direct-edit mode. Closes #1937. - -M src/Photo.vala - -commit aa571f18f6e2674aa62a513011f48f89cf238514 -Author: Lucas Beeler -Date: Tue May 18 00:12:07 2010 +0000 - - Bumps the MAX_PHOTO_DIMENSION constant in the FacebookConnector to - 720 pixels. Closes #1922. - -M src/FacebookConnector.vala - -commit ca1138d99e7497b3c7836c6d0a15b9165c0fca80 -Author: Allison Barlow -Date: Mon May 17 22:45:27 2010 +0000 - - fixes #1912 welcome dialog shouldn't have a separator - -M src/Dialogs.vala -M ui/shotwell.glade - -commit 6a8f5d6fa955fcf3c24fb991406ef7dd351e3d30 -Author: Vera Yin -Date: Mon May 17 21:41:17 2010 +0000 - - Updated Italian translation. - -M po/it.po - -commit 47877774cd143591d8012e89aecedc3d1ce69db6 -Author: Vera Yin -Date: Mon May 17 21:37:01 2010 +0000 - - Updated Slovak translation. - -M po/sk.po - -commit 4e6ed6399218df8ab82c64a3a8cf41a85ba3fd29 -Author: Vera Yin -Date: Mon May 17 21:00:12 2010 +0000 - - Added Indonesian translation. - -M Makefile -M THANKS -A po/id.po - -commit 653533b514b20e72bc5db413b3c7ddd793012634 -Author: Vera Yin -Date: Mon May 17 20:42:11 2010 +0000 - - Updated Norwegian translation. - -M po/nb.po - -commit e2f1e998470ac0b3b540d054c0046f267cd04dc7 -Author: Allison Barlow -Date: Mon May 17 19:01:15 2010 +0000 - - fixes four tickets: #1820 (Don't reflow CheckerboardLayout if not - in view), #1866 (version compatibility message is confusing), #1881 - (crop, red-eye, adjust should have keyboard shortcuts), and #1915 - (flip image vertically). - -A icons/object-flip-vertical.png -A icons/object-flip-vertical.svg -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/EditingTools.vala -M src/PhotoPage.vala -M src/Resources.vala -M ui/collection.ui -M ui/direct.ui -M ui/photo.ui - -commit 9658661107418e1b6348d00dc065e79023525d5c -Author: Vera Yin -Date: Sat May 15 00:49:18 2010 +0000 - - Updated British English translation. - -M po/en_GB.po - -commit cda66bb8cd14df4c226028e7bda02e6240644360 -Author: Adam Dingle -Date: Fri May 14 22:42:13 2010 +0000 - - Autoenhanced the About box photo. - -M icons/shotwell-street.jpg - -commit 6792e8dc084b2954c9ac9abfa674314fca6e23fa -Author: Lucas Beeler -Date: Fri May 14 22:33:34 2010 +0000 - - Properly handles file extensions on Save As... in direct-edit - mode. Closes #1876. - -M src/PhotoPage.vala - -commit 1e94d58bf2d7655ceb86e039c2c45a755983975d -Author: Vera Yin -Date: Fri May 14 18:37:08 2010 +0000 - - Updated Norwegian translation. - -M po/nb.po - -commit 5727b7ec12a532a4bddceb1186e79188a2c08acb -Author: Vera Yin -Date: Thu May 13 22:34:42 2010 +0000 - - Added Norwegian Bokmal translation. - -M Makefile -M THANKS -A po/nb.po - -commit 076e7b16b5222783c940737db7c7d4cde7900603 -Author: Allison Barlow -Date: Thu May 13 20:54:59 2010 +0000 - - fixes #1535 (improve Import Complete dialog) and #1809 (jump to - camera view when camera is connected) - -M src/Dialogs.vala -M src/LibraryWindow.vala -M src/main.vala - -commit 81c2fb899e6f4e49b00b9b623cc22d7bec63c751 -Author: Allison Barlow -Date: Thu May 13 18:51:48 2010 +0000 - - fixes #1819 drag and drop export is broken - -M src/Page.vala - -commit 39e29eff6a51d6bf9d4f72866d9c37c2a15ed31c -Author: Allison Barlow -Date: Wed May 12 23:16:35 2010 +0000 - - fixes #1898 (direct edit crashes on loading photo with unexpected - orientation) and #1806 (Tag with ampersand in title causes Pango - warning) - -M src/PhotoMetadata.vala -M src/Tag.vala -M src/Thumbnail.vala - -commit dea0fc581a2a1efa93ed3e1d0a83f029a3452333 -Author: Jim Nelson -Date: Tue May 11 22:12:55 2010 +0000 - - This corrects a number of bugs uncovered by the Google Nexus One. - -M src/ImportPage.vala - -commit ebf9b48098d93b676f7c3b2752701c11936185e1 -Author: Lucas Beeler -Date: Tue May 11 19:00:21 2010 +0000 - - Fixes critical bug #1861. - -M src/Dialogs.vala - -commit 7c257bb4ae291779c046d998f5f0534c79192c47 -Author: Allison Barlow -Date: Tue May 11 16:11:14 2010 +0000 - - shaves off a few seconds for #1892 opening a a RAW photo in - direct-edit is slow - -M src/Photo.vala - -commit efb7cdc7dc33d9e4b6a14ad1570f58f9e867ba64 -Author: Jim Nelson -Date: Tue May 11 00:07:54 2010 +0000 - - #1893: iPhoto titles/descriptions now supported. Better metadata - tag coverage for title/descriptions in - general. - -M src/PhotoMetadata.vala - -commit e1c139dd8c88d244c3644bac22ed6e7441acec89 -Author: Vera Yin -Date: Mon May 10 22:56:40 2010 +0000 - - Added Czech translation, updated Finnish translation. - -M Makefile -M THANKS -A po/cs.po -M po/fi.po - -commit b5b72a2948cd5232c58d65a0830b64c40c40e6c8 -Author: Lucas Beeler -Date: Mon May 10 19:48:01 2010 +0000 - - Enables zooming via the mouse wheel in full window, direct edit and - full screen modes. Closes #1796. - -M src/Page.vala -M src/PhotoPage.vala - -commit 7d873510ecef04a8962f8055620113ce4488b941 -Author: Allison Barlow -Date: Mon May 10 17:15:13 2010 +0000 - - fixes #1731 RAW in direct-edit mode - -M misc/shotwell-viewer.desktop.head -M src/Photo.vala -M src/PhotoPage.vala - -commit 09ef4a594bec7ace000d9be840265d9ccaef8b94 -Author: Vera Yin -Date: Sat May 8 01:36:20 2010 +0000 - - Updated Portuguese translation. - -M po/pt.po - -commit dbe23b3971dea99ad22cde26efb65ffbd43ea39b -Author: Jim Nelson -Date: Sat May 8 00:40:41 2010 +0000 - - #1886: Set as Desktop Background no longer abends with RAW photos. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M src/image_util.vala - -commit 1b40568659012575085a78f3b517b8f526a8854b -Author: Jim Nelson -Date: Fri May 7 23:17:28 2010 +0000 - - #1852: Although I cannot reproduce this, I do see how this can occur. - I believe this fixes the problem. - -M src/DataCollection.vala -M src/ImportPage.vala - -commit eb5ebc31aef0bb36fff178dcd816a4dd35e22da0 -Author: Jim Nelson -Date: Fri May 7 23:04:16 2010 +0000 - - #1828: Added better null-checking for selection paths in the sidebar. - -M src/Sidebar.vala - -commit a0e82fd65488f748d1efe0f873630af419b4937d -Author: Jim Nelson -Date: Fri May 7 22:41:53 2010 +0000 - - This fixes a double-free in PhotoMetadata. - -M src/PhotoMetadata.vala - -commit 887c4c97640f0fb41a6a5d91e449bd4f6aed9bf6 -Author: Jim Nelson -Date: Fri May 7 22:25:20 2010 +0000 - - #1596: Import tags from photo files. - -M src/BatchImport.vala -M src/Photo.vala -M src/PhotoMetadata.vala - -commit df160a6408e0abf1acdd5e6ab40bcf699df22bd1 -Author: Lucas Beeler -Date: Fri May 7 21:04:06 2010 +0000 - - Enables the use of the 0, 1, and 2 keys as hotkeys that snap the image - zoom level to min, isomorphic, and max, respectively, in full-window, - full-screen, and direct-edit modes. Closes #1706. - -M src/Dimensions.vala -M src/PhotoPage.vala - -commit 0273cb44ee8a4fbd5652c5e7244e48a5aa3e50ef -Author: Jim Nelson -Date: Fri May 7 20:22:22 2010 +0000 - - #1714: Dupe detection works for RAW now. - -M src/BatchImport.vala -M src/DatabaseTables.vala -M src/ImportPage.vala -M src/Photo.vala -M src/PhotoMetadata.vala - -commit 6624163c193394bb6b448c40ae17084f5b065cf6 -Author: Vera Yin -Date: Fri May 7 20:03:07 2010 +0000 - - Troubleshot Danish and German translations. - -M po/da.po -M po/de.po - -commit 190bab07cf868633364788e597b432834813164b -Author: Vera Yin -Date: Fri May 7 19:51:49 2010 +0000 - - Updated Danish and German translations. - -M THANKS -M po/da.po -M po/de.po - -commit a380ad6c03d8bf301de932080001f0493b030987 -Author: Vera Yin -Date: Thu May 6 22:51:55 2010 +0000 - - Updated Portuguese translation. - -M THANKS -M po/pt.po - -commit 9f069eacee4197fa590a4f50018bb024e8d4b0a4 -Author: Allison Barlow -Date: Thu May 6 21:34:59 2010 +0000 - - fixes #1862 (exit full screen on double click). - -M src/PhotoPage.vala - -commit 4a1c1f322955dae83de144459c2f504e2ca86497 -Author: Jim Nelson -Date: Thu May 6 01:11:20 2010 +0000 - - #1863: RAW photos now oriented correctly. - -M src/MimicManager.vala -M src/Orientation.vala -M src/Photo.vala -M src/RawSupport.vala - -commit 1d8be10324d86d8617f156c7b6135c7dc320ea0e -Author: Vera Yin -Date: Thu May 6 00:08:55 2010 +0000 - - Updated French translation. - -M THANKS -M po/fr.po - -commit 698cd7b13d5aaddbfcd8670dcbf0ec9322b7047e -Author: Jim Nelson -Date: Wed May 5 22:31:20 2010 +0000 - - #1877: Typo and an oversight conspired to kill dupe detection. - -M src/GdkSupport.vala -M src/PhotoMetadata.vala - -commit 4cc96e66a52672b01f0a4f15ed7fcb226bb1f3ab -Author: Vera Yin -Date: Wed May 5 20:00:14 2010 +0000 - - Updated Polish translation. - -M po/pl.po - -commit efc417460a45b5c411d9dbae97d6599b6d99dc1d -Author: Jim Nelson -Date: Wed May 5 18:02:03 2010 +0000 - - #1291: Got tired of mucking around with directories to make sure I - wasn't putting my personal library at risk as I developed new code. - This is a basic command-line implementation, but it suffices. - -M src/AppDirs.vala -M src/main.vala - -commit 63889e03aa278299e2da7babd47fc9df61fe2d66 -Author: Allison Barlow -Date: Wed May 5 16:58:16 2010 +0000 - - a step forward on #894 (display selection rectangle in focus-specific - color) and #1873 (don't colorize photo text on selection). - exact colors can be re-examined later. - -M src/CheckerboardLayout.vala -M src/Config.vala - -commit 96319917c734ab62a1d76051b7f16093774b1e89 -Author: Allison Barlow -Date: Tue May 4 22:16:57 2010 +0000 - - improves selection borders (#1832) - -M src/CheckerboardLayout.vala -M src/EventsDirectoryPage.vala -M src/image_util.vala - -commit 7f7fbc2343d174f97809dafb1e6b3f1917632889 -Author: Vera Yin -Date: Tue May 4 21:40:54 2010 +0000 - - Updated Chinese (China) translation, added Chinese (Taiwan) - translation. - -M Makefile -M THANKS -M po/zh_CN.po -A po/zh_TW.po - -commit 39c8e4e4cca0749a5ae6cecb8f79e94c1ac801fa -Author: Jim Nelson -Date: Tue May 4 21:17:14 2010 +0000 - - This is something I've wanted to do for a while now: SortedList is - now a Gee.Collection and DataCollection - exports its lists as Gee.Collections. This will make it more flexible - for callers. It may be worthwhile to - make these read-only views, but that would require more testing. - -M src/DataCollection.vala -M src/Event.vala -M src/SortedList.vala -M src/system.vala - -commit ee5ecac9eac8ff0f01b486e60b89cb09466697cf -Author: Allison Barlow -Date: Tue May 4 20:52:31 2010 +0000 - - fixes tickets #1556 (don't allow Page Up/Down to affect zoom slider) - and #1576 (Right click support for import from camera). - -M src/CollectionPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Sidebar.vala -M ui/import.ui - -commit 49e72d98b228f48d60e5d44b40a219acd03b3c41 -Author: Jim Nelson -Date: Tue May 4 20:37:22 2010 +0000 - - #1868: Previews now load from camera without problem. - -M src/GPhoto.vala -M src/PhotoMetadata.vala - -commit 5eac068474411b5a3ebe0de87f1504ec68f01fbe -Author: Allison Barlow -Date: Tue May 4 20:18:36 2010 +0000 - - fixes tickets #1848 (multiline title messes up Basic Information pane) - and #1867 (use [ and ] for rotating left/right). - -M src/CollectionPage.vala -M src/PhotoMetadata.vala -M src/PhotoPage.vala - -commit e337e9a77bbbceb02875847ef733dc284bc360c0 -Author: Allison Barlow -Date: Tue May 4 20:05:22 2010 +0000 - - #1761 Selected picture not updated in single picture mode - -M src/Page.vala -M src/PhotoPage.vala - -commit 3c3910f622639b143b4c0293636d15fe9a8456fc -Author: Jim Nelson -Date: Tue May 4 18:11:38 2010 +0000 - - Being more selective about what constitutes a title now. - -M src/PhotoMetadata.vala - -commit 3b18a7647e670c51f3d4c2321d3cd9160b9e9e87 -Author: Allison Barlow -Date: Tue May 4 18:08:18 2010 +0000 - - fixes #1842 (Export dialog doesn't preserve settings between - invocations) and #1535 (improve Import Complete dialog). - -M src/Dialogs.vala -M src/PhotoPage.vala - -commit fe6563eed05bf5c626a93b3c6f2300d83c2b36d7 -Author: Jim Nelson -Date: Mon May 3 23:12:11 2010 +0000 - - #1693: Migrated from libexif to exiv2 via gexiv2. Note that libexif - is still a dependency due to an outstanding - issue obtaining the EXIF binary block for MD5 hashing. #1740: - EXIF <-> PNG operational. #1683: Display EXIF - information in RAW photos now fully functional (as much as Exiv2 - supports them). - -M Makefile -M src/BatchImport.vala -M src/DataObject.vala -M src/DatabaseTables.vala -D src/Exif.vala -M src/GPhoto.vala -M src/GdkSupport.vala -M src/ImportPage.vala -M src/JfifSupport.vala -M src/LibraryFiles.vala -M src/Photo.vala -M src/PhotoFileAdapter.vala -M src/PhotoFileFormat.vala -M src/PhotoFileSniffer.vala -A src/PhotoMetadata.vala -M src/PngSupport.vala -M src/Properties.vala -M src/RawSupport.vala - -commit eac3515548759c9b30f4298b91f2003038f664d1 -Author: Allison Barlow -Date: Mon May 3 19:48:07 2010 +0000 - - unmarked a string in glade so it will not be translated - -M ui/shotwell.glade - -commit d2987931d89e388b9ba7b186a93f9c8cc6ad36fe -Author: Allison Barlow -Date: Mon May 3 18:24:41 2010 +0000 - - implements #894 display selection rectangle in focus-specific color - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Dialogs.vala -M src/Page.vala - -commit 14f73dbcdd05a7e81b73b2a4814dc1472a1cbb97 -Author: Vera Yin -Date: Sat May 1 00:22:10 2010 +0000 - - Merged comments into POT file. This is the definitive version of - the POT file for this weekly POT regen. - -M po/shotwell.pot - -commit 8e53090c293cf1ecda10d5adff7d3378abd6b1b8 -Author: Vera Yin -Date: Sat May 1 00:17:24 2010 +0000 - - Injected temporary fixes into POT file as part of Transifex debuggin'. - -M po/shotwell.pot - -commit 2d3fc135a1365681f869bfe8954bcfec8896e88d -Author: Vera Yin -Date: Sat May 1 00:11:26 2010 +0000 - - Updated POT file. - -M po/shotwell.pot - -commit 66bf99e89e89e9497133b42cdb3eee951af1f485 -Author: Vera Yin -Date: Fri Apr 30 23:54:50 2010 +0000 - - Added Finnish translation. - -M Makefile -M THANKS -A po/fi.po - -commit b965e41e139bfe57ddad0534042115b136055026 -Author: Lucas Beeler -Date: Fri Apr 30 23:03:22 2010 +0000 - - Fixes significant user interface issues with single-photo zoom. Closes - #1774. - -M src/PhotoPage.vala - -commit 0d6c011cb916ca50aad64355197395dc0ef78023 -Author: Allison Barlow -Date: Fri Apr 30 00:14:42 2010 +0000 - - fixes #1595 Include Windows-specific files in source tarballs - -M Makefile - -commit c75d3340e01308ac4a5fe915f71a832d78696f81 -Author: Lucas Beeler -Date: Thu Apr 29 22:45:33 2010 +0000 - - Allows converting between image file formats at export time (and via - "Save As..." in direct-edit mode); this closes ticket #1598. As a - bonus, also resolves #1817 "exporting multiple scaled-down photos - broken". - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/JfifSupport.vala -M src/Page.vala -M src/PhotoFileFormat.vala -M src/PhotoPage.vala -M src/PngSupport.vala -M src/RawSupport.vala - -commit 3c64624a71dec6607be18b99f0346efb959a0ca8 -Author: Allison Barlow -Date: Thu Apr 29 19:49:08 2010 +0000 - - fixes tickets #1535, #1833, and #1621. - -M Makefile -M src/Dialogs.vala -M ui/shotwell.glade - -commit bb1f980ab34823bd66e402b9761d4c957875de4a -Author: Allison Barlow -Date: Wed Apr 28 21:54:23 2010 +0000 - - fixes #894 display selection rectangle in focus-specific color - -M src/AppWindow.vala -M src/CheckerboardLayout.vala -M src/Config.vala -M src/LibraryWindow.vala -M src/Page.vala - -commit 353866c2a2b16b58c8572956b7c5d44c3936775b -Author: Jim Nelson -Date: Wed Apr 28 21:45:10 2010 +0000 - - #1835: Move to Trash item properly sensitized. - -M src/CollectionPage.vala - -commit 5d9ebaaf2f9cf1444e51fc1052c4099dc4c903e4 -Author: Allison Barlow -Date: Wed Apr 28 17:26:37 2010 +0000 - - implements display border around each photo, which is part of #1304 - -M misc/shotwell.schemas -M src/CheckerboardLayout.vala -M src/Config.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/image_util.vala -M ui/shotwell.glade - -commit 79c8d5fe7908f9181a46b0bcf4051967ba64a4b6 -Author: Lucas Beeler -Date: Tue Apr 27 20:27:09 2010 +0000 - - Adds basic PNG support. Closes ticket #602. - -M Makefile -M src/CollectionPage.vala -M src/Dialogs.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/GdkSupport.vala -M src/Photo.vala -M src/PhotoFileFormat.vala -M src/PhotoPage.vala -M src/PicasaConnector.vala -A src/PngSupport.vala - -commit f4aa023b569ebc69bee6ec6f222c6223896de2d3 -Author: Allison Barlow -Date: Thu Apr 22 00:52:24 2010 +0000 - - #1708: update copyright lines in source code to 2010 - -M src/AppDirs.vala -M src/AppWindow.vala -M src/BatchImport.vala -M src/Box.vala -M src/CameraTable.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/CommandManager.vala -M src/Commands.vala -M src/Config.vala -M src/CustomComponents.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Debug.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/DirectWindow.vala -M src/EditingTools.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/Exif.vala -M src/GConf.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/International.vala -M src/LibraryFiles.vala -M src/LibraryWindow.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Properties.vala -M src/Resources.vala -M src/Sidebar.vala -M src/SortedList.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/Workers.vala -M src/image_util.vala -M src/main.vala -M src/system.vala -M src/util.vala - -commit 33d0366b2228005e5aa989fcdb10fa4e7532b994 -Author: Allison Barlow -Date: Wed Apr 21 18:02:46 2010 +0000 - - #1612 drag select while ctrl pressed - -M src/DataCollection.vala -M src/Page.vala - -commit 96da319664090419e8860f9341d5c0f9a062d433 -Author: Jim Nelson -Date: Tue Apr 20 22:44:52 2010 +0000 - - #937: Progress bar now expands to fill toolbar with text centered. - Patch courtesy Matt Jones. - -M THANKS -M src/ImportPage.vala - -commit 3913abc8f3a2c2beee2c2b7fbda3598b771cf8df -Author: Allison Barlow -Date: Tue Apr 20 21:41:07 2010 +0000 - - fixes #1762 Black screen after full screen and #1763 Photos with - blank ImageDescriptions should be treated as no title at all - -M src/AppWindow.vala -M src/Dialogs.vala -M src/Exif.vala -M src/PhotoPage.vala - -commit bfc9d06668ea19ae91d9ec1eb9b6da0d93cda2a2 -Author: Jim Nelson -Date: Tue Apr 20 18:05:32 2010 +0000 - - #1795: Fixed thanks to Paul Novak. - -M src/EditingTools.vala - -commit 97dcaab716fe02a323660dc2f435ce36436e1afb -Author: Allison Barlow -Date: Mon Apr 19 21:25:24 2010 +0000 - - fixes #1751: Checkerboard not updated when photo hidden or deleted - -M src/CheckerboardLayout.vala - -commit 429ecb3dd478e30e6fd1143aca5c3ce7bbf14e2a -Author: Vera Yin -Date: Mon Apr 19 20:35:13 2010 +0000 - - Updated Greek translation. - -M po/el.po - -commit ac559150a72f6c20e156a6c2a14938a9d5f47ec5 -Author: Vera Yin -Date: Fri Apr 16 22:39:16 2010 +0000 - - Updated Greek translation. - -M THANKS -M po/el.po - -commit 4662a43c9dc0752c5b9113976b5e7d93f8ede703 -Author: Vera Yin -Date: Fri Apr 16 21:40:23 2010 +0000 - - Updated Japanese translation. - -M po/ja.po -M src/AppWindow.vala - -commit b98d96a63e261747d704563b87b4d9067bcdda9a -Author: Jim Nelson -Date: Fri Apr 16 00:19:53 2010 +0000 - - #594: Shotwell trash can. - -M Makefile -M src/AppWindow.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/Tag.vala -M src/Thumbnail.vala -A src/TrashPage.vala -M ui/collection.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/photo.ui -C071 ui/events_directory.ui ui/trash.ui - -commit 8a3c522b38ce0f3c48f63beb84a54ee094ee0e08 -Author: Allison Barlow -Date: Thu Apr 15 18:11:49 2010 +0000 - - re-added deleted text_entry_dialog to glade file. - -M ui/shotwell.glade - -commit 09ee7990ae41b5adf50d30493193bb7bd6c8b256 -Author: Allison Barlow -Date: Wed Apr 14 22:25:55 2010 +0000 - - implements #1574: allow user to set thumbnail background color - -M misc/shotwell.schemas -M src/AppWindow.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Config.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Resources.vala -M src/image_util.vala -M ui/collection.ui -M ui/events_directory.ui -M ui/import.ui -M ui/photo.ui -M ui/shotwell.glade - -commit 238f344bb6cfc8cf2be6553e495d9be35bac1ed9 -Author: Allison Barlow -Date: Wed Apr 14 18:53:51 2010 +0000 - - fixes #1600 advance/back on Space/Backspace. - -M src/PhotoPage.vala - -commit 84379cbccc23439d69735af7238da552901c390b -Author: Lucas Beeler -Date: Fri Apr 9 23:51:30 2010 +0000 - - Allows user to zoom in and out of photos in the single picture library - view, the direct edit view, and the full screen view. Closes #1162. - -M src/Dimensions.vala -M src/Page.vala -M src/PhotoPage.vala -M ui/direct.ui -M ui/photo.ui - -commit 44479a9c4b8c89b2c270ef7baf09f7376288e34b -Author: Lucas Beeler -Date: Fri Apr 9 23:49:57 2010 +0000 - - Fixes a problem with the way login redirect urls are parsed with - new accounts in the facebook publishing subsystem. Closes bug #1696. - -M src/FacebookConnector.vala - -commit 6cf57d1a029ca1daa22726eee264c55e34118372 -Author: Vera Yin -Date: Fri Apr 9 23:29:00 2010 +0000 - - Updated Japanese translation. - -M Makefile -M po/ja.po - -commit 2d77b00871ff311cffc7723c6936956a4a75ff2a -Author: Jim Nelson -Date: Fri Apr 9 18:29:37 2010 +0000 - - Better handling of linking to libraw in the Makefile (specifically - for Vala build bot). Also, gudev #define - only added to gcc command if on Linux (which is the only platform - today with udev). - -M Makefile - -commit 7219aa9d7d1da091566516959ff0ee77c6fc5c81 -Author: Allison Barlow -Date: Thu Apr 8 18:49:31 2010 +0000 - - fixes #857, keeping the current photos in view when adjusting the - thumbnail slider - -M src/CheckerboardLayout.vala - -commit 3cd569b7d49c506b26b06437f59be837b71acb8b -Author: Jim Nelson -Date: Thu Apr 8 02:25:36 2010 +0000 - - Further work on the libraw bindings. - -M src/GRaw.vala -M vapi/libraw.vapi - -commit 0b6bea18e802c1c9e10523bd909af247adb76236 -Author: Vera Yin -Date: Thu Apr 8 02:03:59 2010 +0000 - - Added (empty) Japanese translation. - -M THANKS -A po/ja.po - -commit da907bdbbbbc6f5f6d7aa3716acd28e5f7e72123 -Author: Jim Nelson -Date: Wed Apr 7 00:45:21 2010 +0000 - - I went through and culled all references in the comments to Vala - bugzilla reports that have been resolved as of - 0.8.0. I corrected the code and removed the comment references. - I also updated a couple of the references that - were duplicates of other reports. - -M src/CameraTable.vala -M src/ColorTransformation.vala -M src/DataObject.vala -M src/Dialogs.vala -M src/GRaw.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Photo.vala -M src/PixbufCache.vala -M src/Sidebar.vala -M src/ThumbnailCache.vala -M src/Workers.vala -M vapi/FixedKeyFile.vapi - -commit 59369a7bc721fb80cbff73ece423950da8deabb9 -Author: Jim Nelson -Date: Tue Apr 6 23:18:40 2010 +0000 - - #1570: Removed GObject workarounds for - https://bugzilla.gnome.org/show_bug.cgi?id=611845 - -M src/BatchImport.vala -M src/CameraTable.vala -M src/DataObject.vala -M src/PicasaConnector.vala - -commit b536ff32c72fe5bf79d6a0f093254f56442efe34 -Author: Jim Nelson -Date: Tue Apr 6 23:10:58 2010 +0000 - - #1684: This is a first commit toward support for importing RAW files - from cameras. The current test case (Canon - S90) has this problem: gPhoto will return the thumbnail for the RAW - image, but no EXIF. When the CR2 file is - copied to the local machine, it's possible to extract the EXIF from - the embedded JPEG file, but not the EXIF - thumbnail. This mismatch kills dupe detection. - -M src/BatchImport.vala -M src/Exif.vala -M src/GPhoto.vala -M src/GRaw.vala -M src/GdkSupport.vala -M src/ImportPage.vala -M src/JfifSupport.vala -M src/LibraryFiles.vala -M src/PhotoFileFormat.vala -M src/RawSupport.vala -M vapi/libgphoto2.vapi - -commit 9ea596b3718318c842ba8cb040ad52254460c3e7 -Author: Vera Yin -Date: Tue Apr 6 21:10:10 2010 +0000 - - Updated Portguese translation. - -M THANKS -M po/pt.po - -commit d743d11e1f9442ac7fd8f147c069c1fc9954822b -Author: Adam Dingle -Date: Mon Apr 5 23:01:02 2010 +0000 - - Fixed #1691 (exit more gently on bad command-line argument). - -M src/main.vala - -commit 83d0cde40db2c1a0f5291a7f83ba831155cf352e -Author: Vera Yin -Date: Mon Apr 5 22:52:49 2010 +0000 - - Updated Russian translation. - -M THANKS -M po/ru.po - -commit e02a5d800e9383808a07354af56f5e2dc177b453 -Author: Allison Barlow -Date: Mon Apr 5 20:46:09 2010 +0000 - - implements #1533: ability to edit photo titles - -M src/CollectionPage.vala -M src/Commands.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/Exif.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/Thumbnail.vala -M ui/collection.ui -M ui/photo.ui -M vapi/libexif.vapi - -commit 2932545b705a798106355a9d7fc470aaed288f1b -Author: Jim Nelson -Date: Fri Apr 2 00:47:14 2010 +0000 - - #522: Using auto-brightness for RAW color correction. See #1694. - -M src/GRaw.vala - -commit 9b2bd84d0fc942cddf80bdb77b405c23fc21d266 -Author: Allison Barlow -Date: Fri Apr 2 00:46:30 2010 +0000 - - #1530 allows Shotwell to build using Glade dialogs. TextEntryDialog - is the working example. - -M Makefile -M configure -M src/AppWindow.vala -M src/Dialogs.vala -A sw-glade -A ui/shotwell.glade -A ui/shotwell.xml - -commit 52cb85a5793c8fdc4dd36094d783d764330a4df0 -Author: Jim Nelson -Date: Thu Apr 1 23:02:13 2010 +0000 - - Added thumbnail support to all PhotoReaders. - -M src/Exif.vala -M src/GRaw.vala -M src/JfifSupport.vala -M src/MimicManager.vala -M src/Photo.vala -M src/PhotoFileAdapter.vala -M src/RawSupport.vala -M vapi/libraw.vapi - -commit 7a1dfecb89d721bcc1336ab6411858f0cda31351 -Author: Jim Nelson -Date: Thu Apr 1 20:16:18 2010 +0000 - - This fix solves a problem in EditingHostPage where two requests for - the same pixbuf may occur: one in the - background as a prefetch and the other as a blocked fetch. - -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/Workers.vala - -commit fc4c76254d2f9667f1ad920ac0e63825ebea5207 -Author: Jim Nelson -Date: Thu Apr 1 20:13:52 2010 +0000 - - #1346: Removed our custom FStream.vapi now that FileStream supports - random access I/O. - -M Makefile -M src/Exif.vala -D vapi/FStream.vapi - -commit 4e006aa6712ca2b96d05368b09ae15551d0256bb -Author: Jim Nelson -Date: Wed Mar 31 22:46:55 2010 +0000 - - #1613: Removed local gudev bindings -- now part of Vala std dist. - -M Makefile -D vapi/gudev-1.0.vapi - -commit 79b445826c4d60c463d474057c9427565fbff0fc -Author: Jim Nelson -Date: Wed Mar 31 22:41:56 2010 +0000 - - #1577: Shotwell compiles with Vala 0.8.0. - -M Makefile -M src/Page.vala -M src/Sidebar.vala - -commit 6271f10bb2f478c57ac4de3f136329c9782dc463 -Author: Jim Nelson -Date: Wed Mar 31 19:24:06 2010 +0000 - - This fixes a dimensions problem with certain RAW files (those from - Fuji cameras, as it turns out) and improves - exception reporting in GRaw. - -M src/GRaw.vala -M src/RawSupport.vala - -commit 4a65fdf4f5eeadb066167783a3d0c4b0d7e8b96c -Author: Jim Nelson -Date: Wed Mar 31 01:36:09 2010 +0000 - - #522: Initial commit for 8-bit RAW support. This commit provides - support for file import (but not from camera), - JPEG mimicking (to prevent full-sized RAW decodes and processing - whenever possible), and a file format - abstraction layer in anticipation of PNG and TIFF support. - - Some RAW files do not display correctly; some have odd dimensions, - other have color problems. I'm investigating - these currently. Also, to improve import time, instead of displaying - a full-window pixbuf of each photo as it's - loaded, the largest thumbnail is displayed instead. This behavior - can be reinstated, if deemed important. - -M Makefile -M src/BatchImport.vala -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Exif.vala -A src/GRaw.vala -A src/GdkSupport.vala -M src/ImportPage.vala -A src/JfifSupport.vala -A src/MimicManager.vala -M src/Orientation.vala -M src/Photo.vala -A src/PhotoFileAdapter.vala -A src/PhotoFileFormat.vala -A src/PhotoFileSniffer.vala -M src/PhotoPage.vala -A src/RawSupport.vala -M src/ThumbnailCache.vala -M src/image_util.vala -M src/main.vala -M vapi/libexif.vapi -A vapi/libraw.vapi - -commit 9710ba80c17888a3e6d3bf7a961777425e01be14 -Author: Allison Barlow -Date: Fri Mar 26 22:23:41 2010 +0000 - - fixes #1152: photos with no/bogus time create 1969 events - -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala - -commit 3424f9df0d7581d9fcf7ecc2d27dc8901930769a -Author: Jim Nelson -Date: Fri Mar 26 18:41:12 2010 +0000 - - Further improvements to scaling operations on thumbnails and - CheckerboardLayout. - -M src/CheckerboardLayout.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala - -commit 9ff7eec785b5c867c63d7d85813a94470cf6a458 -Author: Jim Nelson -Date: Thu Mar 25 23:40:19 2010 +0000 - - This fixes a problem with large collections with loading thumbnails. - -M src/Thumbnail.vala -M src/ThumbnailCache.vala - -commit e061f00460ebd2c6a427c62833d72b4816e0908a -Author: Lucas Beeler -Date: Thu Mar 25 22:06:35 2010 +0000 - - Updated Ukranian translation. - -M po/uk.po - -commit 6b4320b2225ba9d741f8eae10bd3792a725f092b -Author: Jim Nelson -Date: Tue Mar 23 02:04:03 2010 +0000 - - Two missed "organizer" -> "manager" references. - -M README -M debian/control - -commit a41c70ec0b5dba14e4c10008f16fa0dfd8aa3d8f -Author: Jim Nelson -Date: Mon Mar 22 22:33:11 2010 +0000 - - Fixes a divide-by-zero error. - -M src/ThumbnailCache.vala - -commit 88da9eb2e548c93813c6d2e2a54e6a9903a05d70 -Author: Jim Nelson -Date: Mon Mar 22 21:19:06 2010 +0000 - - More fixed warnings for the next version of Vala. - -M src/CommandManager.vala -M src/Printing.vala - -commit f2b9e2a34593772d849e31a402905a24022d4492 -Author: Jim Nelson -Date: Mon Mar 22 19:04:31 2010 +0000 - - Removes warnings seen on the Vala buildbot (will be seen in the next - release of Vala). - -M vapi/FStream.vapi -M vapi/LConv.vapi -M vapi/libgphoto2.vapi - -commit 4a7a189a52866b5a8c371a7034379d1d32f9bfd0 -Author: Jim Nelson -Date: Fri Mar 19 22:16:14 2010 +0000 - - This simplifies the CheckerboardLayout code, which relied on a more - complicated scheme to reflow the layout and - report exposed/unexposed to the CheckerboardItems. This change - centralizes the state changes and handles them - in the expose-event in a more intelligent manner. - -M src/CheckerboardLayout.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala - -commit 2e199da23eeee9f3dfcedb3ea01efee37ee11baa -Author: Allison Barlow -Date: Fri Mar 19 21:54:53 2010 +0000 - - #1542 remember zoom level - -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Config.vala -M src/LibraryWindow.vala - -commit 9b9c6924e8d17cc3827602245bea0032408f002a -Author: Lucas Beeler -Date: Fri Mar 19 20:24:48 2010 +0000 - - Added Ukrainian translation ; updated Makefile to include language - code UK in SUPPORTED_LANGUAGES ; added translator's name to the - THANKS file. - -M Makefile -M THANKS -A po/uk.po - -commit 83bf7af0b7505533195208eade5a098da54f2304 -Author: Lucas Beeler -Date: Fri Mar 19 20:13:36 2010 +0000 - - Updated Russian translation. - -M po/ru.po - -commit a531b7d10dbabcb80d2c68cb846e39ae2830e770 -Author: Lucas Beeler -Date: Fri Mar 19 19:03:30 2010 +0000 - - Updated Hungarian translation. - -M po/hu.po - -commit e6d35454a7a8dcb59b2134f3617ee165138d5c36 -Author: Adam Dingle -Date: Thu Mar 18 18:37:06 2010 +0000 - - Fixed #1599 (inconsistent version numbers in debian/control). - -M debian/control - -commit e8b6640d7c020d044fb20442a6602487232ee413 -Merge: b9270b3d d9b9e584 -Author: Lucas Beeler -Date: Wed Mar 17 23:11:47 2010 +0000 - - Merged PO file changes, Makefile dependency corrections, and Windows - install bug fixes from the 0.5 branch into trunk. - -commit d9b9e58473e966d854b8814465e8d5f3dcdef208 -Author: Lucas Beeler -Date: Wed Mar 17 22:52:12 2010 +0000 - - Added English (Great Britain & Northern Ireland) translation ; - modified Makefile to add en_GB to SUPPORTED_LANGUAGES ; added - translators name to THANKS file. - -M Makefile -M THANKS -A po/en_GB.po - -commit 4922bf6355bed7133f719676602f6a8a0f9722b5 -Author: Lucas Beeler -Date: Wed Mar 17 22:36:24 2010 +0000 - - Updated Swedish translation. - -M po/sv.po - -commit 9c64fad4086b931c9c8c9dfdd0b5589c830cdf4c -Author: Lucas Beeler -Date: Wed Mar 17 22:30:16 2010 +0000 - - Added Hungarian PO file mistakenly omitted from last commit; updated - THANKS file to acknowledge name of translator. - -M THANKS -A po/hu.po - -commit 49f48c18ea826d963f3b017fc0efc0e061bf13e0 -Author: Lucas Beeler -Date: Wed Mar 17 22:28:11 2010 +0000 - - Updated PO and POT file version string to "shotwell-0.5.1+branch" - ; added Hungarian translation. - -M Makefile -M po/bg.po -M po/bn.po -M po/da.po -M po/de.po -M po/el.po -M po/es.po -M po/et.po -M po/fr.po -M po/it.po -M po/lv.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sv.po -M po/zh_CN.po - -commit 7f6f72fb4d3017198f89ae656e76242eb62327d2 -Author: Adam Dingle -Date: Tue Mar 16 20:55:24 2010 +0000 - - Changed the version number in winstall.iss to 0.5.1 ; this updates - the Shotwell 0.5.1 release image. - -M windows/winstall.iss - -commit d15a303e2d9b7cefa5bce9b521442559b0b507c4 -Author: Lucas Beeler -Date: Tue Mar 16 20:32:52 2010 +0000 - - Updated the README file to correct an outdated URL; this updates - the 0.5.1 release image. - -M README - -commit 636769b286da3b4590c9c16b71e8e8454a75320f -Author: Lucas Beeler -Date: Tue Mar 16 20:16:49 2010 +0000 - - This is the Shotwell 0.5.1 release image. Note that Shotwell 0.5.1 - is a minor, Windows-only release that fixes a broken installer - on Windows. - -M Makefile -M po/bg.po -M po/bn.po -M po/da.po -M po/de.po -M po/el.po -M po/es.po -M po/et.po -M po/fr.po -M po/it.po -M po/lv.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ru.po -M po/shotwell.pot -M po/sk.po -M po/sv.po -M po/zh_CN.po - -commit 2909d55bf5ebea1169dafd02785a45cebe14c4a9 -Author: Adam Dingle -Date: Mon Mar 15 21:41:58 2010 +0000 - - Backing off version number to 0.5.0+branch until final release. - -M Makefile -M windows/winstall.iss - -commit a0682a5bdcec0bed015862e131ff5b800756734b -Author: Adam Dingle -Date: Mon Mar 15 21:37:47 2010 +0000 - - Fixed Windows installer; updated version number to 0.5.1. - -M Makefile -M windows/install-deps -M windows/winstall.iss - -commit b9270b3d5e5af4a1e85487d63b7c498cb64fd496 -Author: Adam Dingle -Date: Mon Mar 15 20:57:28 2010 +0000 - - Back to GTK 2.18.1. - -M windows/install-deps - -commit 816f7e4558fe58625033aceb5c9eb0a6d588750a -Author: Adam Dingle -Date: Mon Mar 15 18:21:32 2010 +0000 - - Fall back to GTK 2.16.6 on Windows. - -M windows/install-deps - -commit 3b92a396f76089418761aee5431462bffe36bf56 -Author: Allison Barlow -Date: Mon Mar 15 16:57:50 2010 +0000 - - fixes 3 mnemonic tickets and updates version to +trunk (#1514, - #1515, #1516) - -M Makefile -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M windows/winstall.iss - -commit 39d0bd8a2ac178cecd283c1d038b7229986b4d6c -Author: Lucas Beeler -Date: Fri Mar 12 22:19:53 2010 +0000 - - Opening branch for the Shotwell 0.5.x release stream. - -commit 4b363ecffa72bfd276413f496983eb3b6a47d59f -Author: Lucas Beeler -Date: Fri Mar 12 22:15:48 2010 +0000 - - Updated rules and changelog files to strip symbols in lauchpad builds; - closes #1349. - -M debian/changelog -M debian/rules - -commit 7fb6e212e8147950260ab455c7a17bdd2a7f6c1b -Author: Lucas Beeler -Date: Fri Mar 12 21:33:51 2010 +0000 - - This revision is the 0.5.0 release image. - -M Makefile -M NEWS -M debian/changelog -M debian/control -M po/de.po -M po/el.po -M po/es.po -M po/et.po -M po/it.po -M po/lv.po -M po/pa.po -M po/ru.po -M po/sk.po -M po/sv.po -M windows/winstall.iss - -commit 19052da6b39fc8e23a50aaa27def67bc3e8a4a46 -Author: Lucas Beeler -Date: Fri Mar 12 02:49:09 2010 +0000 - - Updated Makefile to add dbus-glib dependency. - -M Makefile - -commit c18931e06d631577510a7466fb3448736dcb9170 -Author: Lucas Beeler -Date: Thu Mar 11 19:39:56 2010 +0000 - - Added X-Poedit-Language metadata fields to po files that were - lacking theme. - -M po/bn.po -M po/da.po -M po/de.po -M po/el.po -M po/fr.po -M po/it.po -M po/lv.po -M po/nl.po -M po/pa.po -M po/pl.po -M po/pt.po -M po/ru.po -M po/sk.po -M po/sv.po - -commit 32ea5a77a11b9cf717ecd6432c3747df4c4726b6 -Author: Jim Nelson -Date: Thu Mar 11 19:28:07 2010 +0000 - - #1485: Fixes it so current photo in full-window mode is always - selected when returning to the Photos page. Also - fixes a separate bug (reported in the same ticket) where the photo - is not selected if no navigation occurs in - full-window mode. - -M src/Page.vala -M src/PhotoPage.vala - -commit c1c0676bde6046bd146243ed129932acd5535f07 -Author: Jim Nelson -Date: Thu Mar 11 02:33:13 2010 +0000 - - Discovered a bug where if the user resizes the window while in - full-window mode then returns to the Photos page, - the thumbnails are missing. This is due to some changes in the - flicker reducing code checked in earlier. This - fixes the problem. - -M src/CheckerboardLayout.vala - -commit 13dfd90df9772650a7d71ff73a7d25e3ea2ac058 -Author: Jim Nelson -Date: Thu Mar 11 00:32:49 2010 +0000 - - #1548: Exported files are now copied with default target permissions. - -M src/Photo.vala - -commit d6b6d9e49e2dcc7b551121d6ed717ce1e968d7ca -Author: Allison Barlow -Date: Thu Mar 11 00:31:20 2010 +0000 - - fixes #1541 give initial focus to photo collection - -M src/LibraryWindow.vala - -commit ec7964692a16a50ccf58235c78a5bd7d9e51cf0d -Author: Jim Nelson -Date: Wed Mar 10 23:39:20 2010 +0000 - - #1474: These workarounds fix a bug that is current in Vala trunk - today: - https://bugzilla.gnome.org/show_bug.cgi?id=612315 - -M src/CameraTable.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Sidebar.vala -M src/ThumbnailCache.vala - -commit 1146433024637ff2301c34e5e354a43f0e546d2c -Author: Jim Nelson -Date: Wed Mar 10 22:50:21 2010 +0000 - - #1538/#1018/#1534: Various flicker problems in CheckerboardLayout - fixed by more aggressive batching of updates - into single queue_redraw_for_area() commands, as well as scheduling - the reflow higher in the event queue to - reduce the number of exposure events. - -M src/CheckerboardLayout.vala -M src/DataCollection.vala -M src/image_util.vala - -commit d20f3d0c07ed701c27d7b06466a7e56decd7e030 -Author: Lucas Beeler -Date: Wed Mar 10 22:32:39 2010 +0000 - - Updated Polish translation. - -M po/pl.po - -commit 87472d0ed4b388d0a9111d183668726403bf1b03 -Author: Lucas Beeler -Date: Wed Mar 10 22:26:18 2010 +0000 - - Updated Bengali translation. - -M po/bn.po - -commit 52bc711a2d64c45bf169edb8344f3700445fbd70 -Author: Lucas Beeler -Date: Wed Mar 10 22:11:08 2010 +0000 - - Updated Dutch translation. - -M po/nl.po - -commit 4d95d3d76f54467a58a5ac6ea40628540e86a0ba -Author: Lucas Beeler -Date: Wed Mar 10 22:01:07 2010 +0000 - - Updated Danish translation. - -M po/da.po - -commit 39a8f548cca9425fb22f994e0be93556982c0d01 -Author: Lucas Beeler -Date: Wed Mar 10 21:22:00 2010 +0000 - - Updated Italian translation. - -M po/it.po - -commit 1228de1bc28e7fda0287394306eae84f5c80f5b9 -Author: Lucas Beeler -Date: Wed Mar 10 21:02:34 2010 +0000 - - Updated Simplified Chinese (Mainland China/PRC dialect translation). - -M po/zh_CN.po - -commit 35ab6513a8c1560ac42c2287a30b377e6c081abd -Author: Lucas Beeler -Date: Wed Mar 10 02:34:52 2010 +0000 - - Updated Bulgarian translation. - -M po/bg.po - -commit 100e6ec4f4ba72cf96d0fba101d72b8b46dca579 -Author: Lucas Beeler -Date: Wed Mar 10 02:27:34 2010 +0000 - - Updated Portuguese translation. - -M po/pt.po - -commit 78074c2934ae9b15dafbf7f5d061455730ba09df -Author: Lucas Beeler -Date: Wed Mar 10 02:20:26 2010 +0000 - - Updated French translation; note that French translation now carries - version 0.5.0. - -M po/fr.po - -commit 188143c2f6feab6daecbcadac7c6d26d2bc32055 -Author: Jim Nelson -Date: Wed Mar 10 00:35:35 2010 +0000 - - #1525: Improved log message displayed when creating database. - -M src/DatabaseTables.vala - -commit 906d3eef59cf33f45c094b3309e18df3fd64ae91 -Author: Jim Nelson -Date: Wed Mar 10 00:23:46 2010 +0000 - - #1539: The reason the photos triggered a false positive in the dupe - detection code is that they have no - thumbnail but the exact same EXIF. Now dupe detection requires that - both EXIF and the thumbnail are present, - otherwise a full content comparision will be performed. - -M src/BatchImport.vala -M src/DatabaseTables.vala -M src/ImportPage.vala - -commit 36f56549545dd0a5646380464e843be831072fe6 -Author: Jim Nelson -Date: Tue Mar 9 22:44:31 2010 +0000 - - #1519: segault on import solved. Problem relates to #1520 (also - closed in this commit). Completion callback - was being re-entered due to the thumbnail import code calling - spin_event_loop() (which is a legacy aspect of the - old-style import, which was serialized in the main event thread). - Additionally, the BatchImport object was - being derefed and freed because the Workers/BackgroundJob system - does not maintain a reference to the object - with the callbacks; this has been remedied. - -M src/BatchImport.vala -M src/PixbufCache.vala -M src/ThumbnailCache.vala -M src/Workers.vala - -commit 31149daa550f3fef7997207438bf0bbf0abd2235 -Author: Allison Barlow -Date: Tue Mar 9 22:30:29 2010 +0000 - - fixes #1521 [lucid] Set as Desktop Background fails when run a second - time, #1522 suggested wallpaper changes and #1523 unable to export - background: permission denied - -M src/Config.vala -M src/image_util.vala - -commit d2b429f0226cc62d1f40fee6f747c8ca82ff0c60 -Author: Lucas Beeler -Date: Tue Mar 9 22:05:24 2010 +0000 - - Places Welcome dialog in the native Dialog position used by the - window manager; closes #1537. - -M src/Dialogs.vala - -commit 65d4e1ffaba03870dc7ddfb8c4ed3b4fc07351b8 -Author: Lucas Beeler -Date: Tue Mar 9 20:54:03 2010 +0000 - - Resolves progress dialog positioning issues; closes ticket #1051. - -M src/Dialogs.vala - -commit 5ce36a321b9ae0fb1d2ac72d2147e8c0e358e5ce -Author: Allison Barlow -Date: Tue Mar 9 19:20:47 2010 +0000 - - fixes #1492 assertion failure when exporting to Computer folder and - #1497 import from Trash hangs - -M src/BatchImport.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala - -commit 6b0dd7498effa2e392d7a1737585427bbbc92d66 -Author: Lucas Beeler -Date: Tue Mar 9 02:20:09 2010 +0000 - - Fixes Facebook ampersand encoding problem; closes #1531. - -M src/WebConnectors.vala - -commit 3aacbb959d1175e21c73d6f24a18cf8a1494a602 -Author: Lucas Beeler -Date: Tue Mar 9 00:41:13 2010 +0000 - - Disallows publishing to Picasa Web Albums when the user enters a - new album name that is solely whitespace (resolves #1526); HTML - entity encodes the characters '&', '>' and '<' when the user uses - them in the name of a new album when publishing to Picasa Web Albums - (resolves #1528). - -M src/PicasaConnector.vala -M src/WebConnectors.vala - -commit 1ec3930adc59822aaf1bf50e5519f4e4ab6c2144 -Author: Jim Nelson -Date: Tue Mar 9 00:09:42 2010 +0000 - - #1518: Duplicate after hide results in assertion fixed; problem due - to order of notifications being propagated - (subclasses of DataCollection needed to integrate the duplicated - objects in their data structures before the - objects themselves began performing operations). - -M src/DataCollection.vala -M src/DataObject.vala - -commit 5e8eda2406ec2aea632dffb22048764f74dad798 -Author: Jim Nelson -Date: Mon Mar 8 22:14:06 2010 +0000 - - #1517: Fixes Modify Tags command segfaulting if the photo has no tags. - -M src/Commands.vala - -commit bf0a6e91dd15906be1666f3c62bebfd6b9bc2e61 -Author: Allison Barlow -Date: Mon Mar 8 20:28:17 2010 +0000 - - #1496 (event is not visible in sidebar after time change) - -M src/LibraryWindow.vala - -commit f583af811f4e364d0d10d074c534326bd8ae88ec -Author: Lucas Beeler -Date: Mon Mar 8 20:19:26 2010 +0000 - - Improves the layout of the "Image Settings" pane in the Print dialog; - closes ticket #1476. - -M src/Printing.vala - -commit 3c2977a58d143e22e1edaf532c7f81cf67783971 -Author: Allison Barlow -Date: Mon Mar 8 19:01:21 2010 +0000 - - fixes #1510 don't show time adjustment options in direct edit - -M src/Dialogs.vala - -commit 6ee4708a5bbc6b0d90793592ff9822a9537e572d -Author: Jim Nelson -Date: Sat Mar 6 02:41:05 2010 +0000 - - #1513: Fixes moving photo from one event to another segfaulting. - -M src/CheckerboardLayout.vala -M src/DataCollection.vala -M src/DataObject.vala - -commit 45ec6d9b4c78f950f16868c77c2d317c6367be60 -Author: Jim Nelson -Date: Sat Mar 6 01:50:08 2010 +0000 - - #1504/#1505: Fixed drag-and-drop in full-window mode. - -M src/Page.vala -M src/PhotoPage.vala - -commit af5ec28f5e7ec80815421fb853a7d11f39e07abd -Author: Jim Nelson -Date: Sat Mar 6 00:34:03 2010 +0000 - - #1484: Using rounded corners instead of curved rectangles for - EventDirectoryPage. - -M src/image_util.vala - -commit ebbdd2c5f07d449ebacdd59972dcbce44e80a231 -Author: Lucas Beeler -Date: Sat Mar 6 00:16:59 2010 +0000 - - Removed nocona optimizations. - -M Makefile - -commit 24d64df74a2351d19c43c3114a8ed1873afeaed7 -Author: Allison Barlow -Date: Fri Mar 5 18:51:48 2010 +0000 - - fortgot to remove a printf before commit - -M src/ImportPage.vala - -commit 1649822b5adcbd5787c55b17a058c92eac35e4e9 -Author: Allison Barlow -Date: Fri Mar 5 18:47:37 2010 +0000 - - fixes #1507 Warning message about PrintPlaceholder in full-window mode - and #1509 Apply button should be called OK in Crop and Adjust windows - -M src/EditingTools.vala -M src/ImportPage.vala -M src/PhotoPage.vala - -commit 5de577974fcd9a22c086e3ebe90692c19f8b3eac -Author: Jim Nelson -Date: Fri Mar 5 18:10:22 2010 +0000 - - #1118: Further work to improve startup time. - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Thumbnail.vala -M src/util.vala - -commit e51c6fc0e8b4399bdb17a4d3365e670c1caf1365 -Author: Lucas Beeler -Date: Fri Mar 5 03:05:44 2010 +0000 - - Updated POT file; this is the Shotwell 0.5.0 release string-freeze - POT file. - -M po/shotwell.pot - -commit 9276c0310aa6d3684a6a2954d7747a8cf2a201a9 -Author: Lucas Beeler -Date: Fri Mar 5 02:29:35 2010 +0000 - - Updated Danish translation. - -M po/da.po - -commit e152c95db29c8d799297c519672d73a9a3b8cd0a -Author: Lucas Beeler -Date: Fri Mar 5 02:21:55 2010 +0000 - - Modified the Makefile and the .desktop files to enable translation - of desktop file entries through the normal PO/POT mechanism; updated - French translation to test this functionality. - -M Makefile -R076 misc/shotwell-viewer.desktop misc/shotwell-viewer.desktop.head -R088 misc/shotwell.desktop misc/shotwell.desktop.head -M po/fr.po - -commit fae9650a3c30a59297cfb32c0b2ee698af2d4f12 -Author: Jim Nelson -Date: Fri Mar 5 01:07:04 2010 +0000 - - #1481: Missed one. (Two, actually.) - -M src/BatchImport.vala -M src/ImportPage.vala - -commit ccbf20820621a80f77df12f07f2889a324068059 -Author: Jim Nelson -Date: Fri Mar 5 00:02:55 2010 +0000 - - #1481/#1482/#1483: Fixes a multitude of problems exposed by glib-2.23 - due to this bug in valac: - https://bugzilla.gnome.org/show_bug.cgi?id=611845 We must ensure - that all objects passed by signals inherit - from Object until this bug is fixed. - -M src/BatchImport.vala -M src/CameraTable.vala -M src/DataObject.vala -M src/PicasaConnector.vala - -commit e99525138dd6f24d9fd0de896aeea689b424ca6c -Author: Lucas Beeler -Date: Thu Mar 4 19:54:27 2010 +0000 - - The commit Implements asynchronous publishing across all supported - web services. It also closes the following tickets: #1135, #1138, - #1139, #1316, #1347, #1370, #1477, #1149. - -M src/CollectionPage.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/PhotoPage.vala -M src/PicasaConnector.vala -M src/WebConnectors.vala - -commit 762184f88b20b33e337ad82587adcd5bacc0e639 -Author: Lucas Beeler -Date: Thu Mar 4 03:50:36 2010 +0000 - - Updated Italian translation. - -M po/it.po - -commit bc6b0ebaecb9264e37f62d6ef835c2306ed4f366 -Author: Lucas Beeler -Date: Thu Mar 4 03:40:35 2010 +0000 - - Updated German translation. - -M po/de.po - -commit 02586625ec1d3f74c13834a55b4db09b7f4db131 -Author: Lucas Beeler -Date: Thu Mar 4 03:24:09 2010 +0000 - - Updated Estonian translation. - -M po/et.po - -commit 3caef9e2de311d90f2bf4b52a503c5bd0762f2b5 -Author: Lucas Beeler -Date: Thu Mar 4 03:13:56 2010 +0000 - - Updated Chinese (Mainland China/PRC dialect) and Polish translations. - -M po/pl.po -M po/zh_CN.po - -commit 83aa6fc2a47e06fa7c7e2e004f4a7c8845dfd07e -Author: Lucas Beeler -Date: Thu Mar 4 01:17:41 2010 +0000 - - Updated Bulgarian translation. - -M po/bg.po - -commit 5ded5dc919613019ff8cade82defb465ff58b0c2 -Author: Allison Barlow -Date: Wed Mar 3 23:50:14 2010 +0000 - - fixes #1500 single photo page to sidebar drag - -M src/LibraryWindow.vala -M src/util.vala - -commit 931971559c8c667c6003c09ebb057e4dd9416ac8 -Author: Allison Barlow -Date: Wed Mar 3 23:49:03 2010 +0000 - - fixes #1501 debug build crashes on startup - -M src/AppWindow.vala -M src/Resources.vala -M src/main.vala - -commit 44f2b51b7f81a2482567c808eb15279d078c6c43 -Author: Allison Barlow -Date: Wed Mar 3 23:43:00 2010 +0000 - - fixes two multi-monitor related bugs: #1461 External monitor - fullscreen toolbar misplaced and #1468 fullscreen view is not on - correct monitor - -M src/AppWindow.vala - -commit 7f6397cbe2fc5e2e0e9dd7082bd888cbfa6bd19c -Author: Allison Barlow -Date: Wed Mar 3 23:37:48 2010 +0000 - - updates man page per #1376 - -M debian/shotwell.1 - -commit 39c65dde90281cd09ea5952296ac8a880d850bfc -Author: Allison Barlow -Date: Wed Mar 3 19:54:50 2010 +0000 - - fixes tickets #1495 [strings] progress windows should conform to - interface guidelines and #1491 [strings] offer to Replace All in - export dialog - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/Dialogs.vala -M src/main.vala - -commit f5c6dbaa3891e7e8a65bcdf66a9eab5d8af8d642 -Author: Jim Nelson -Date: Wed Mar 3 01:46:55 2010 +0000 - - Fix for multiple trinkets from Martin Robinson. - -M THANKS -M src/CheckerboardLayout.vala - -commit 0595475f63a6199597eb84ce19dc88be37283694 -Author: Allison Barlow -Date: Tue Mar 2 19:38:48 2010 +0000 - - fixes three yes/no tickets: #1490, #1493, and #1494 - -M src/AppWindow.vala -M src/Dialogs.vala -M src/PhotoPage.vala -M src/TagPage.vala - -commit 1e8e3f0730fe07652359afbdb78fb27399832863 -Author: Allison Barlow -Date: Tue Mar 2 01:48:00 2010 +0000 - - fixes #1472 [strings] Modify Original -> Modify original (files) - and #1475 [strings] inconsistent capitalization - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit 71e793c1142c7e3bcbb92271be95648d973e7640 -Author: Allison Barlow -Date: Tue Mar 2 01:23:12 2010 +0000 - - fixes #1469 fullscreen segfault, #1470 remove New Event from context - menu#1471 duplicate mnemonic in Photos menu. - -M src/CollectionPage.vala -M src/Page.vala -M src/PhotoPage.vala -M ui/collection.ui - -commit c7c0317cdd61b11a72bf74cc0e8ff4e57dedba27 -Author: Jim Nelson -Date: Tue Mar 2 01:08:32 2010 +0000 - - #1417: Fixes problem of dragging hundreds of photos by using XDS - instead of standard GTK drag-and-drop when - dealing with Nautilus. Because of this change, photo export is - remarkably simpler. Also, refactored the DnD - export code out to a separate class, and the batch export code to - a separate function. Also, a case where - dropping 5000 photos onto a tag being excessively slow is fixed. - -M src/AppWindow.vala -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DataCollection.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PicasaConnector.vala -M src/Tag.vala -M src/Thumbnail.vala -M src/image_util.vala -M src/util.vala - -commit 9201324a806744f54afdd05b1748aa8f221d82e9 -Author: Allison Barlow -Date: Mon Mar 1 23:01:29 2010 +0000 - - fixes #1084 don't report import errors for non-image files and #1409 - Help->Contents should go to UsingShotwell0.5 - -M src/BatchImport.vala -M src/Dialogs.vala -M src/Photo.vala -M src/Resources.vala - -commit 28de7ae0a8ed91651eb64332e97725e6ff66b37c -Author: Allison Barlow -Date: Fri Feb 26 19:26:27 2010 +0000 - - fixes #1315 direct edit printing - -M src/Config.vala -M src/PhotoPage.vala -M ui/direct.ui - -commit 1ce6db2c61a3a3fa9a212ebf42e96ea3ce9846ef -Author: Allison Barlow -Date: Fri Feb 26 01:53:03 2010 +0000 - - fixes #1405 [windows] don't display Set as Desktop Background - -M Makefile -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/image_util.vala -M ui/collection.ui -M ui/photo.ui - -commit dd9e4459ca837493bc898682c188e4dbbfc5c7b2 -Author: Allison Barlow -Date: Thu Feb 25 21:56:56 2010 +0000 - - fixes #1379 and cleans up Photo.update() - -M src/Photo.vala -M src/PhotoPage.vala - -commit d43928bf9fdd976f2e7f868a37e4676ac0cf6857 -Author: Adam Dingle -Date: Thu Feb 25 19:13:40 2010 +0000 - - #1425: GValue warning fixed. - -M src/GConf.vala - -commit c088ff9a06463697dd8332b076550ecaf63d597a -Author: Adam Dingle -Date: Thu Feb 25 18:46:03 2010 +0000 - - Implemented #1314 (disable printing on Windows). - -M Makefile -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Printing.vala -M ui/collection.ui -M ui/photo.ui - -commit 61cf40c9632a4a2576bb94fb955e54d9932bf44f -Author: Allison Barlow -Date: Thu Feb 25 18:24:54 2010 +0000 - - fixes #1428 use typographic right arrow in welcome dialog - -M src/Dialogs.vala - -commit f6a1b5b8a81f8ece91a3a6e1074cafb15821f995 -Author: Adam Dingle -Date: Thu Feb 25 13:42:19 2010 +0000 - - Use GTK 2.18.1 on Windows; it was the last binary version built - without GTK+. - -M windows/install-deps - -commit 0bba560aaff9b4cba881785939d390dcc646fe4f -Author: Lucas Beeler -Date: Thu Feb 25 06:18:38 2010 +0000 - - Updated the POT file. - -M po/shotwell.pot - -commit 3c920c523cdfbbeafc0fe1f13cc9cafe315ee991 -Author: Lucas Beeler -Date: Thu Feb 25 05:50:50 2010 +0000 - - Changed three characters in one string in the Welcome dialog: - replaced three raw bullet characters ("•") with their corresponding - HTML character entity codes ("•" -- correctly interpreted - by Pango). This was necessary because the bullet character is a - Unicode character outside of the basic ASCII plane, and the GNU - gettext tools don't support strings containing characters outside - of the basic ASCII plane as inputs for translation. - -M src/Dialogs.vala - -commit 611f4b213adfe6ca42af226210700b3aacb7104d -Author: Lucas Beeler -Date: Thu Feb 25 05:37:00 2010 +0000 - - Replaced one character in one string: in the Welcome dialog, I - replaced a typographic right arrow ("▸") with a right angle bracket - (">"). This was necessary because the typographic right arrow is - a Unicode character outside of the basic ASCII plane and xgettext - doesn't support translation input strings that contain characters - outside of the basic ASCII plane. - -M src/Dialogs.vala - -commit 9eff919ccb6d954d0c7d3e220566ddd4b6b5ac4e -Author: Lucas Beeler -Date: Thu Feb 25 05:07:17 2010 +0000 - - Normalized copyright dates and version numbers (version == - shotwell-0.4.3+trunk) across all language files. - -M po/bg.po -M po/bn.po -M po/da.po -M po/de.po -M po/el.po -M po/es.po -M po/et.po -M po/fr.po -M po/it.po -M po/lv.po -M po/nl.po -M po/pl.po -M po/pt.po -M po/sk.po -M po/sv.po -M po/zh_CN.po - -commit 980ece0de749d64a9a940904651641b76cc16d93 -Author: Lucas Beeler -Date: Thu Feb 25 04:55:28 2010 +0000 - - Added Punjabi translation; updated Makefile to add ISO language code - PA to SUPPORTED_LANGUAGES; added translator's name to THANKS file. - -M Makefile -M THANKS -A po/pa.po - -commit 6ed2bc19a1ef0dcad4540e6b699d486511fb8169 -Author: Lucas Beeler -Date: Thu Feb 25 04:49:17 2010 +0000 - - Added Russian translation; updated Makefile to add ISO language - code RU to SUPPORTED_LANGUAGES list; added translator's name to - THANKS file. - -M Makefile -M THANKS -A po/ru.po - -commit 98b334b4801b120dc3bf214b4846b2cccd78d058 -Author: Lucas Beeler -Date: Thu Feb 25 04:42:05 2010 +0000 - - Added Greek translation; updated Makefile to add ISO language code - EL to SUPPORTED_LANGUAGES list; added translators name to THANKS file. - -M Makefile -M THANKS -A po/el.po - -commit 41cbf62fee1782bdd3ca3fcfa5995f2eff0b00fd -Author: Lucas Beeler -Date: Thu Feb 25 04:26:54 2010 +0000 - - Updated Chinese (Mainland China/PRC dialect) translation. - -M po/zh_CN.po - -commit 4e3a5cc5e76ef01c2be901c734711dd75e2bdf13 -Author: Jim Nelson -Date: Thu Feb 25 02:38:08 2010 +0000 - - #1413: If no tag in a row of photos, empty space is not consumed - (but bottom-alignment remains). - -M src/CheckerboardLayout.vala -M src/Thumbnail.vala - -commit f14e70fad09b8477e10c3aff6dcc5fd9cab6fc83 -Author: Allison Barlow -Date: Thu Feb 25 00:12:00 2010 +0000 - - adds feature #438 welcome screen for new users - -M misc/shotwell.schemas -M src/Config.vala -M src/Dialogs.vala -M src/main.vala - -commit 429cd95918d75e7d8dd3b586f4d364d582a233c7 -Author: Rob Powell -Date: Wed Feb 24 19:43:53 2010 +0000 - - Not an error if the theme file is missing. Force update even if - cache may - be up-to-date. - -M Makefile - -commit a269cb5c5d68294583e576f87014a133e8078c6e -Author: Jim Nelson -Date: Wed Feb 24 18:07:05 2010 +0000 - - #1412: Tags branch in sidebar now expanded at startup. #1360: Set - Tag (now Modify Tags) no longer leaves the selection cursor on the - tag although not viewing it. #1348: Likewise, tag drag-and-drop - doesn't leave the cursor on the tag. - -M src/LibraryWindow.vala -M src/Sidebar.vala - -commit 88a9634d52c36e83599838811336a0b0ad062d1a -Author: Jim Nelson -Date: Wed Feb 24 17:47:16 2010 +0000 - - #1419: Pluralization trouble. - -M src/Dialogs.vala - -commit 92afbd915a2fb487bbf33c42ba5c176982469c0d -Author: Allison Barlow -Date: Wed Feb 24 00:49:53 2010 +0000 - - #1313 Keep relativity in adjust date/time dialog was unclear, - so we added a radio buttons for each option: batch change and - relative shift. - -M src/Dialogs.vala - -commit 39aea52e77044089b4622baff60747cd2db51db4 -Author: Jim Nelson -Date: Tue Feb 23 22:28:48 2010 +0000 - - #1416: Oops. Needed to call virtual method before using context - menu object. - -M src/Page.vala - -commit a035795297aee5f231bc8cb9d7442cab6f8cae57 -Author: Jim Nelson -Date: Tue Feb 23 22:20:16 2010 +0000 - - #1090: Display Basic Information and View Tags default to true, - but GConf doesn't throw an error when a key is - missing, so our defaults are not used. - -M misc/shotwell.schemas -M src/Config.vala -M src/GConf.vala - -commit f10d72f667373be2758bc62104953cbbeff66ad0 -Author: Allison Barlow -Date: Tue Feb 23 21:54:59 2010 +0000 - - #1341 was mostly fixed as fallout of other fixes, but this fixes - the last remaining case - -M src/Photo.vala - -commit 0bdabb7b9fce5877e2439d5eaf508cf5dfe94613 -Author: Jim Nelson -Date: Tue Feb 23 21:41:00 2010 +0000 - - #1414: Adjust zoom via keypad +/- keys. - -M src/CollectionPage.vala - -commit c070658e2f5f59a9257debae42d02ff6a988656c -Author: Allison Barlow -Date: Tue Feb 23 20:09:44 2010 +0000 - - #1371 dragging to sidebar shouldn't offer insertion between rows - -M src/Sidebar.vala - -commit e76094af1aa931934124c0a02eb25aaac11b2879 -Author: Jim Nelson -Date: Tue Feb 23 03:38:12 2010 +0000 - - Design feature, per pRob. - -M Makefile - -commit d340cbc6d31089e0141f2e37d491d563170e3508 -Author: Jim Nelson -Date: Tue Feb 23 03:30:15 2010 +0000 - - #1233: Fixed SD card support. Needed to tell udev what subsystem - to monitor for SD support ("block"). - -M src/CameraTable.vala - -commit 8ae6ad1c3f2f9b5e66c70836fc960fcd8285c094 -Author: Jim Nelson -Date: Tue Feb 23 01:26:37 2010 +0000 - - #1400: Selection frame now drawn around the thumbnail image only, - with the title and tag text merely changing to - the selection color. - -M src/CheckerboardLayout.vala - -commit 5a3549881dd590ad52e922ce3f8ec3fc82875788 -Author: Jim Nelson -Date: Tue Feb 23 01:13:37 2010 +0000 - - #595: Move delete files to desktop trash can. I've implemented this - ahead of the trash can changes because I - realized there were some string changes required and wanted to get - them in ASAP. - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit fa2eb19685da8e32146f619601ecfc0ec0187bbb -Author: Jim Nelson -Date: Tue Feb 23 00:49:04 2010 +0000 - - #1357: Replace New Tag with Add Tags... Also, renamed Set Tags... to - Modify Tags... - -M src/CollectionPage.vala -M src/Commands.vala -M src/Dialogs.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Resources.vala -M ui/collection.ui - -commit 457174f49c12ce056efb1cbcdfd631bed8ad2647 -Author: Jim Nelson -Date: Mon Feb 22 19:28:01 2010 +0000 - - #1378: Exif.alloc_entry fixed. libexif appears to *never* set the - Exif.Data data_type (i.e. data arrangement) - field, so this must be done every time. Fixed in PhotoExif. - -M src/Exif.vala -M vapi/libexif.vapi - -commit 6baf51c153d25f85bf7d979c3b1b9d13c395559c -Author: Jim Nelson -Date: Sat Feb 20 02:26:23 2010 +0000 - - #1158: File -> Publish in full-window mode - -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Resources.vala -M ui/photo.ui - -commit 4a7243b7fb7e7c68e93160af99a6e75c31c3b5d3 -Author: Jim Nelson -Date: Sat Feb 20 02:00:08 2010 +0000 - - #1345: Local GTK bindings no longer necessary (fixed in 0.7.10). - -D vapi/gtk+-2.0.vapi - -commit 5f4bd6be0799fe695583688d4d561c54f7a7c0c6 -Author: Jim Nelson -Date: Sat Feb 20 01:32:25 2010 +0000 - - #1377: Fixed mouse selecting problem. - -M src/Page.vala - -commit 9e117d01214d06fd9849add90e67c821a299204e -Author: Jim Nelson -Date: Fri Feb 19 23:42:39 2010 +0000 - - #1374: Fixed problem with New Tags command and redoing and undone - command. - -M src/Commands.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Tag.vala -M src/Thumbnail.vala - -commit e5c8927c72f6af967f9f8ce3820cef36547ad569 -Author: Jim Nelson -Date: Fri Feb 19 19:29:46 2010 +0000 - - #1373: "Remove Tag from Photos" -> "Remove Tag From Photos". #1372: - Better input validation with New Tag and Rename Tag. - -M src/AppWindow.vala -M src/Dialogs.vala -M src/Resources.vala -M src/Tag.vala - -commit 7fad15e1fee023874d8669eee2a7afa9fe086cd8 -Author: Jim Nelson -Date: Fri Feb 19 02:06:48 2010 +0000 - - Added tooltips to checkerboard page, works for photo name and tags - (but especially useful for tags). - -M src/CheckerboardLayout.vala -M src/PhotoPage.vala -M src/image_util.vala -M src/util.vala - -commit 575199cc4e77c4cd814a41896adf2aabae93c7cd -Author: Jim Nelson -Date: Fri Feb 19 01:31:27 2010 +0000 - - #1369: Rename tag followed by delete tag yielded an assert. Map of - names -> Tags was kept but did not monitor - renames, hence the problem. - -M src/Tag.vala - -commit faad38c07c1473ebbf284323cfe186de94e85774 -Author: Jim Nelson -Date: Fri Feb 19 01:04:16 2010 +0000 - - #1366: Fatal error when renaming tag to name of existing tag resolved. - -M src/Commands.vala -M src/Dialogs.vala -M src/Resources.vala -M src/Tag.vala -M src/TagPage.vala - -commit f4b7ec57e593ee294f047cafdb904d5e55f35f1d -Author: Jim Nelson -Date: Fri Feb 19 00:47:28 2010 +0000 - - #1368: Fixed refreshing thumbnail tag list when tags renamed or - destroyed. - -M src/Tag.vala -M src/Thumbnail.vala - -commit 95e9079dd0f67d61579c4f002830aa6884c4f86f -Author: Jim Nelson -Date: Fri Feb 19 00:12:14 2010 +0000 - - Slideshow was never ported to the new PixbufCache (which uses - background threads), and continued to use the Idle - queue to load the next pixbuf. This remedies this situation. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/DataCollection.vala -M src/PhotoPage.vala -M src/PixbufCache.vala -M src/SlideshowPage.vala - -commit f39e113fe1f1b9ef28d6f314c6b602a2aa2bffd6 -Author: Allison Barlow -Date: Thu Feb 18 22:34:05 2010 +0000 - - fixes #882 synchronize selection between views - -M src/Page.vala -M src/PhotoPage.vala - -commit 3a366a61d96be7b13a9aa872faf38f97ec1730b6 -Author: Jim Nelson -Date: Thu Feb 18 22:17:38 2010 +0000 - - #1359: Tag name included in menu commands. - -M src/Commands.vala -M src/Resources.vala -M src/TagPage.vala - -commit 29f122733b4d1fdadb6072f1604802c3890bc0ae -Author: Jim Nelson -Date: Thu Feb 18 20:39:38 2010 +0000 - - #1358: Tags menu items reorganized, moving all to Tags menu. - Internationalizable plural extra credit included. - -M src/CollectionPage.vala -M src/Commands.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Resources.vala -M src/TagPage.vala -M ui/collection.ui -M ui/tags.ui - -commit 5b0dbf5b6eb18558c85fe573a454a0d3082b44f1 -Author: Jim Nelson -Date: Thu Feb 18 19:32:40 2010 +0000 - - #1356: Delete Tag now presents a confirmation dialog before - proceeding. - -M src/Resources.vala -M src/Tag.vala -M src/TagPage.vala - -commit 48cbc9a20e954a08337a5d8632253af0cb1f7e56 -Author: Jim Nelson -Date: Thu Feb 18 19:04:38 2010 +0000 - - #1355: This commit looks scarier than it really is for this ticket. - Displays each photo's tags beneath the - title, and can be toggled on and off. Changed the name of the - checkerboard item object (been meaning to do that - for some time), which is a lot of the diffs. Also added a mechanism - for setting properties on an entire - ViewCollection, which is a more centralized system than the way we - were toggling title and thumbnail size - before. - -M misc/shotwell.schemas -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Config.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Tag.vala -M src/Thumbnail.vala -M ui/collection.ui - -commit 910828e73975b81c0bf48ac6ec2e8917f7a9e201 -Author: Lucas Beeler -Date: Wed Feb 17 23:29:03 2010 +0000 - - [internationalization] Updated POT file. - -M po/shotwell.pot - -commit 12ab65e98430da549d4dd4b64964ae4ce28f0195 -Author: Lucas Beeler -Date: Wed Feb 17 23:12:47 2010 +0000 - - Updated Spanish translation. - -M po/es.po - -commit c19ab628acd94a50c11b253f6616fa25b8592db1 -Author: Allison Barlow -Date: Wed Feb 17 23:05:27 2010 +0000 - - implements #1195 inibit screensaver while slideshow running. - This is for gnome-screensver only, and we should implement X11 and - windows-specific screensaver disables as well. - -M Makefile -A src/Screensaver.vala -M src/SlideshowPage.vala - -commit 612378501a8453c64ed42ea91d173c9c64826128 -Author: Jim Nelson -Date: Wed Feb 17 01:30:41 2010 +0000 - - #1352: Import no longer hangs when importing nothing but photos - already in library. - -M src/BatchImport.vala - -commit fe71a1bc6ee7d4776843ae42e008a5992dfeb66d -Author: Jim Nelson -Date: Mon Feb 15 23:54:13 2010 +0000 - - #1331: Photos -> Remove Tag - -M src/CollectionPage.vala -M src/Commands.vala -M src/Dialogs.vala -M src/LibraryWindow.vala -M src/Resources.vala -M src/TagPage.vala -M ui/collection.ui - -commit 97cc2a29fcb463b2e2d12115d10f3e48f580d137 -Author: Lucas Beeler -Date: Mon Feb 15 22:24:04 2010 +0000 - - Enables Publishing to Google's Picasa Web Albums service; closes - bug #667. - -M Makefile -M misc/shotwell.schemas -M src/Config.vala -M src/FlickrConnector.vala -A src/PicasaConnector.vala -M src/WebConnectors.vala - -commit db3877036de602a21465d60f91d29e33b3c8dade -Author: Allison Barlow -Date: Mon Feb 15 21:55:06 2010 +0000 - - fixes #1338 Triple-click in Extended Properties info window should - select a single line of text and #1185 Mark as favorite in single - photo view. Also implemented mark as hidden in single photo view. - -M src/Commands.vala -M src/PhotoPage.vala -M src/Properties.vala -M ui/photo.ui - -commit 93d06d92db00a5f940879dce896bba25b2e70741 -Author: Allison Barlow -Date: Mon Feb 15 21:04:04 2010 +0000 - - fixes #1350 extended properties box floats above non-shotwell windows - and #1343 Context-menu not available in direct-edit mode - -M src/PhotoPage.vala -M src/Properties.vala - -commit c3c4638b01726c08279ff04b6e3f113cbe72a041 -Author: Jim Nelson -Date: Mon Feb 15 18:43:54 2010 +0000 - - String problems. - -M src/Dialogs.vala -M src/Resources.vala - -commit a79b5fe442c0bed2c4c66d2ea001bb81d61031d8 -Author: Allison Barlow -Date: Mon Feb 15 17:51:03 2010 +0000 - - #1299 direct-edit time/date adjust - -M src/Commands.vala -M src/Dialogs.vala -M src/DirectWindow.vala -M src/Exif.vala -M src/Photo.vala -M src/PhotoPage.vala -M ui/direct.ui -M vapi/libexif.vapi - -commit 51225a8778cfef9586af714063c52763c72a93e9 -Author: Lucas Beeler -Date: Mon Feb 15 17:33:25 2010 +0000 - - Updated Chinese (Mainland China/PRC) translation. - -M po/zh_CN.po - -commit 3e72b93d0028be741727148145334a854c856755 -Author: Jim Nelson -Date: Sat Feb 13 02:54:56 2010 +0000 - - Forgot to add tags.ui to project. - -M Makefile -A ui/tags.ui - -commit ce271f1497e278c54ebf0c8193b8fa57a906fb31 -Author: Jim Nelson -Date: Sat Feb 13 02:37:40 2010 +0000 - - #1329: Drag-and-drop photos onto tag. Still some wonkiness with - the sidebar selector, which needs to be addressed. - -M src/Commands.vala -M src/LibraryWindow.vala -M src/Resources.vala -M src/Sidebar.vala -M src/Tag.vala - -commit d3b5d65e20bc09b775f22e4b0914c83a57767c47 -Author: Jim Nelson -Date: Sat Feb 13 00:44:00 2010 +0000 - - #1332: Tag -> Rename - -M src/Commands.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/LibraryWindow.vala -M src/Resources.vala -M src/Sidebar.vala -M src/Tag.vala -M src/TagPage.vala - -commit 245f1e6b1ca9528d18dc56eb4846163e48f0d5ad -Author: Jim Nelson -Date: Fri Feb 12 23:23:50 2010 +0000 - - #1330: Tag -> Delete - -M src/Commands.vala -M src/Resources.vala -M src/Tag.vala -M src/TagPage.vala - -commit bd5eff4a9b85a6625ee40cd90e93d66ee0476807 -Author: Jim Nelson -Date: Fri Feb 12 02:14:32 2010 +0000 - - #1328: Tag -> New. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DataCollection.vala -M src/Dialogs.vala -M src/Event.vala -M src/Resources.vala -M src/Tag.vala -M ui/collection.ui - -commit 0e280b8bb77837e058a607934fa9529b38c4857e -Author: Jim Nelson -Date: Thu Feb 11 23:24:29 2010 +0000 - - #79: Tags. This first commit sets up the plumbing for tags and - implements a basic mechanism for adding/removing - tags to a single photo. - -M Makefile -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Event.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Properties.vala -M src/Resources.vala -A src/Tag.vala -A src/TagPage.vala -M src/main.vala -M src/util.vala -M ui/collection.ui - -commit 82ad2d95690c3fd990ee5e2b6f6af79bfdb95064 -Author: Jim Nelson -Date: Thu Feb 11 03:07:45 2010 +0000 - - #1206: Stricter EXIF checking. Possibly fixes #1310, but want to - wait and get photo file from user to verify. - -M minver -M src/BatchImport.vala -M src/DatabaseTables.vala -M src/Exif.vala -M src/LibraryFiles.vala -M src/Photo.vala -M src/image_util.vala -M vapi/libexif.vapi - -commit fc5ce470bdcb63c0433cba59b4b1a83f2f4967d5 -Author: Jim Nelson -Date: Thu Feb 11 01:08:08 2010 +0000 - - Photos were not being added to database in direct-edit mode. - -M src/Photo.vala - -commit 226f9d9551e59821f1cb57b7a0c5640741bdea27 -Author: Jim Nelson -Date: Wed Feb 10 20:26:51 2010 +0000 - - #1207: Photos in import/camera view now sorted by exposure time. - -M src/DataCollection.vala -M src/ImportPage.vala - -commit 0d1c430e75e63195fcb48e238987d2c87c446ad7 -Author: Lucas Beeler -Date: Tue Feb 9 20:08:18 2010 +0000 - - Added Simplified Chinese (Mainland China/PRC dialect) translation; - added ISO language code zh_CN to SUPPORTED_LANGUAGES list in Makefile - ; added translator's name to THANKS file. - -M Makefile -M THANKS -A po/zh_CN.po - -commit e98aeae607c520d06f33d3b6ca20c9d7bf80e16b -Author: Allison Barlow -Date: Mon Feb 8 22:04:45 2010 +0000 - - fixes #1200 Support context menu key, #1204 View original photo - should check for other modifier keys, and #1311 directories listed - as unimported photos. - -M src/BatchImport.vala -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Sidebar.vala - -commit c318b2a08545e58b67354c616cc2288afef084b4 -Author: Allison Barlow -Date: Mon Feb 8 20:45:05 2010 +0000 - - #1327 Extended Properties text selected when window opened - -M src/Properties.vala - -commit caf25ee28b0a550efd5fd8c435a44a4d3349f823 -Author: Jim Nelson -Date: Sun Feb 7 10:41:56 2010 +0000 - - #1324: Fixes to compile under Vala 0.7.10. - -M Makefile -M src/ColorTransformation.vala -M src/EditingTools.vala -M src/LibraryWindow.vala -M src/Properties.vala -M src/WebConnectors.vala -M vapi/libexif.vapi - -commit bd59c94d01b328bc18609e9be1df048c5b67a9cd -Author: Lucas Beeler -Date: Wed Feb 3 00:30:48 2010 +0000 - - Updated Spanish translation. - -M po/es.po - -commit f123720776cfbdf74cecb16f6dc29f94ac4bb048 -Author: Lucas Beeler -Date: Wed Feb 3 00:26:02 2010 +0000 - - Updated Polish translation. - -M po/pl.po - -commit 1ce8a3250e72e1e275eecf1b6ef6ad4a3889dbcc -Author: Lucas Beeler -Date: Wed Feb 3 00:20:39 2010 +0000 - - Updated Dutch translation. - -M po/nl.po - -commit 5a68bf37f79789641d8c79131e32809384da21f0 -Author: Lucas Beeler -Date: Wed Feb 3 00:12:54 2010 +0000 - - Added Danish translation; updated Makefile to add ISO language code DA - to SUPPORTED_LANGUAGES list; added translator's name to THANKS file. - -M Makefile -M THANKS -A po/da.po - -commit 5720548ed3e285ddadf8f2710aac53875f77707e -Author: Allison Barlow -Date: Tue Feb 2 22:54:43 2010 +0000 - - fixes the following three bugs: #1186 Exposure time fraction issues, - #1164 when scanning, exclude directories beginning with a period, - and #1302 text in Remove dialog should be pluralized when appropriate - -M src/BatchImport.vala -M src/CollectionPage.vala -M src/Exif.vala - -commit a41d5b0c7766c85c204ca462af4016d523dc1485 -Author: Adam Dingle -Date: Mon Feb 1 19:17:09 2010 +0000 - - Unbroke the Windows build. - -M src/GPhoto.vala - -commit 15d4e26848aaa3f044414907a67400b44c02cfe2 -Author: Adam Dingle -Date: Mon Feb 1 18:20:08 2010 +0000 - - From Paul Novak : - - Fixed #1319 (rightward pointing mouse cursor). - -M THANKS -M src/AppWindow.vala -M src/EditingTools.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala - -commit 9c2935b5e1ab6b4be51fc7ce179644d995ca95eb -Author: Allison Barlow -Date: Thu Jan 28 19:38:20 2010 +0000 - - fixes a bug (unticketed?) where photos without any exif data at all - aren't appropriately when the exposure time is changed. - -M src/Dialogs.vala -M src/Exif.vala -M src/Photo.vala - -commit da24c2e710857251048eef93e426b94072f9c0ef -Author: Allison Barlow -Date: Thu Jan 28 19:33:16 2010 +0000 - - fixes #1312 Adjust Date and Time displays 1969 when no EXIF data - -M src/Dialogs.vala - -commit 53621ae94b381c7168f597c8481011ffcf3629e1 -Author: Jim Nelson -Date: Thu Jan 28 19:33:13 2010 +0000 - - With Allison's recent changes to updating time/date adjustment, - need to notify DataCollection observers of a - possible re-sort when this happens. - -M src/DataCollection.vala - -commit 7174f5f48a5d7bf4763caec18e67491a347b28a2 -Author: Jim Nelson -Date: Thu Jan 28 19:21:56 2010 +0000 - - While testing found a bug when resizing for 1x1 pixel image - ... Gdk.Pixbuf.scale_simple will hang if resizing a - large image (its 360x360 thumbnail) to a 1x1 image, or anything - below 5x5. Added code to enforce sane minimums - when resizing. - -M src/Dimensions.vala -M src/Photo.vala -M src/image_util.vala - -commit d42fc8078fdce70b2199d3358b0d519031af94ad -Author: Allison Barlow -Date: Thu Jan 28 18:47:24 2010 +0000 - - fixes #1119 and #1120, making property info selectable - -M src/Properties.vala - -commit b85554be32615cdfe3ad15043c3e7f413025d6b7 -Author: Jim Nelson -Date: Thu Jan 28 18:20:22 2010 +0000 - - Rolled back gudev requirement to 145 for out-of-the-box Fedora - 12 support. - -M Makefile - -commit d81a0680fa3104de9fcf6502bbb4b743504b14d1 -Author: Lucas Beeler -Date: Tue Jan 26 22:05:39 2010 +0000 - - Updated French translation. Added Dutch and Spanish translations; - updated Makefile to add ISO language codes NL and ES to - SUPPORTED_LANGUAGES list; updated THANKS file to acknowledge - translators. - -M Makefile -M THANKS -A po/es.po -M po/fr.po -A po/nl.po - -commit 2dbbf7c71100e0cd81030d76cd4439f6845f2460 -Author: Jim Nelson -Date: Tue Jan 26 03:16:09 2010 +0000 - - #531: Disable synchronizing commits in database to speed up - insert/updates time (which helps import - tremendously). Also removed the essentially unused ThumbnailCache - tables, which helps when generating - thumbnails. - -M src/DatabaseTables.vala -M src/ThumbnailCache.vala -M src/util.vala - -commit 2132f3d3222c5660d4ed1606199e2d49f51f835c -Author: Lucas Beeler -Date: Tue Jan 26 02:40:39 2010 +0000 - - Added a comment to the POT file to remove an ambiguity pointed out - in a mailing list post. - -M po/shotwell.pot - -commit efe3d09f7ac1d46f1738faf5f843a96249b959d6 -Author: Lucas Beeler -Date: Tue Jan 26 02:21:39 2010 +0000 - - Fixed two string glitches that had caused trouble for translators -- - one string was broken over two lines and so was truncated in the - POT file; the other string lacked appropriate context. Updated the - POT file accordingly. - -M po/shotwell.pot -M src/Dialogs.vala -M src/FlickrConnector.vala - -commit e84fc18affa75aaf5d1c4df4be50b07a98850308 -Author: Adam Dingle -Date: Mon Jan 25 18:28:52 2010 +0000 - - Implemented #1142 (-h or --help should print command-line options). - -M src/main.vala - -commit 79f834473af5034d6d8c9a48bd2ada3a9cbf5236 -Author: Adam Dingle -Date: Fri Jan 22 19:37:37 2010 +0000 - - Fixed #1300: "Shotwell Photo Manager" in Applications menu - -M misc/shotwell.desktop -M src/Resources.vala - -commit 7c9e96dd82af20fbd190c62e7cfede90df2b0c19 -Author: Adam Dingle -Date: Fri Jan 22 17:45:01 2010 +0000 - - Fixed #1303 (Edit->Remove should use red minus sign icon). - -M src/CollectionPage.vala -M src/PhotoPage.vala - -commit 65cf716455d54c57e9629a072b1c1d26f4340691 -Author: Lucas Beeler -Date: Fri Jan 22 01:52:00 2010 +0000 - - Updated POT file. - -M po/shotwell.pot - -commit 22468b1a8c94ed110e224ff43001adde4fa5d9bd -Author: Jim Nelson -Date: Fri Jan 22 01:45:50 2010 +0000 - - Removed gettext() of command-line switch. - -M src/main.vala - -commit 5da129d5e9b9c96434eb6394e3285fd5ef4046f8 -Author: Lucas Beeler -Date: Fri Jan 22 01:01:56 2010 +0000 - - Updated French translation. - -M po/fr.po - -commit be169563a7cf9285ebb9096c595abb2c0d01c82f -Author: Jim Nelson -Date: Fri Jan 22 00:38:19 2010 +0000 - - #531: Importing now takes place completely in background threads. - Thumbnails are generated in background, but - they are written in the foreground; this could be avoided with - more work. - -M Makefile -M src/AppWindow.vala -M src/BatchImport.vala -M src/CheckerboardLayout.vala -M src/ColorTransformation.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Debug.vala -M src/Dialogs.vala -M src/Dimensions.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/LibraryFiles.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PixbufCache.vala -M src/ThumbnailCache.vala -M src/Workers.vala -M src/image_util.vala -M src/util.vala - -commit 68935da0b7b9f42509e7f33d465ef3c4bd08b25b -Author: Lucas Beeler -Date: Fri Jan 22 00:29:58 2010 +0000 - - Allows user to specify printing resolution in pixels per inch. Closes - #1277. - -M misc/shotwell.schemas -M src/Config.vala -M src/Printing.vala - -commit 72dc99229f5bbf1f3d72366be8c7385f3ddf9a79 -Author: Lucas Beeler -Date: Thu Jan 21 20:05:26 2010 +0000 - - Allows user to specify a custom size for printing or choose from a - pre-selected menu of standard photo frame sizes. Closes #1276. - -M Makefile -M misc/shotwell.schemas -M src/Config.vala -M src/Dimensions.vala -M src/Printing.vala -A vapi/LConv.vapi - -commit 2a6581253def024ab8fe4a6177a0ef11fc8b83ba -Author: Allison Barlow -Date: Wed Jan 20 21:46:30 2010 +0000 - - implements #1179, giving the user the option to update the exif data - when adjusting the date/time of a photo. also implements #1289, but - brought to our attention #1295 and that the feature isn't implemented - for direct edit (soon to be ticketed) - -M src/Commands.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Exif.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Properties.vala -M ui/photo.ui - -commit d4f7c2fcf93b704815d1bcff4e0b43a97c3e9f8b -Author: Allison Barlow -Date: Wed Jan 20 19:43:51 2010 +0000 - - implements set photo as desktop background feature - -M src/CollectionPage.vala -M src/Config.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/image_util.vala -M ui/collection.ui -M ui/direct.ui -M ui/photo.ui - -commit cd883d802a35841924b9da6abd31589d6cf8ac74 -Merge: 2bd7dbd4 02720bde -Author: Jim Nelson -Date: Mon Jan 18 22:59:44 2010 +0000 - - Merge of 0.4.3 branch. - -commit 02720bde7cbf3faf1063b10e1ad536bd64023ad6 -Author: Jim Nelson -Date: Mon Jan 18 22:36:12 2010 +0000 - - For 0.4.3 release. - -M Makefile -M NEWS -M debian/changelog -M po/shotwell.pot -M windows/winstall.iss - -commit 2bd7dbd441ac78a443c9f8b8bcb7bdc28b711eb5 -Author: Lucas Beeler -Date: Mon Jan 18 21:35:28 2010 +0000 - - Added Bengali translation file; updated Makefile to add ISO - language code BN to supported languages list; updated THANKS file - to acknowledge translator. - -M Makefile -M THANKS -A po/bn.po - -commit 346c5f19b3347964684a31476977b9e1a81d41a8 -Author: Lucas Beeler -Date: Mon Jan 18 21:25:21 2010 +0000 - - Updated French translation; added translator's name to THANKS file. - -M THANKS -M po/fr.po - -commit cc77e978e715e588b18edc4a6789a7f62fa8b283 -Author: Lucas Beeler -Date: Mon Jan 18 19:10:19 2010 +0000 - - Updated Italian translation. - -M po/it.po - -commit 3263781857a85ffe8049c99333e71474ec3efd35 -Author: Allison Barlow -Date: Thu Jan 14 17:31:09 2010 +0000 - - fixes #1131 by removing double inset - -M src/LibraryWindow.vala - -commit 83bd259b093dea6d740f897d6133d173ae775565 -Author: Jim Nelson -Date: Thu Jan 14 01:38:42 2010 +0000 - - This fixes the binding fix we have in the custom GTK+ vapi. It also - adds a comment and a link to the bug report - so we know when this vapi is no longer needed and we can use the - distributed version. - -M src/EditingTools.vala -M vapi/gtk+-2.0.vapi - -commit b71e56b22a809ebc4c622dbec6c07db2d58a580c -Author: Jim Nelson -Date: Tue Jan 12 20:32:34 2010 +0000 - - Further optimizations toward #1118. The big win in this round is - speeding up Page lookups in the Sidebar. - -M src/CheckerboardLayout.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/Sidebar.vala -M src/SortedList.vala -M src/Thumbnail.vala - -commit d5fffeeb333fbb3ca8937aaf741a9395145c0160 -Author: Jim Nelson -Date: Mon Jan 11 22:37:27 2010 +0000 - - More optimizations for #1118. - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Sidebar.vala -M src/SortedList.vala -M src/Thumbnail.vala -M src/main.vala - -commit 84ef969ac5c5448524e5321ca1c1d6224827ac32 -Author: Jim Nelson -Date: Fri Jan 8 21:19:13 2010 +0000 - - Bug. - -M src/SortedList.vala - -commit b4ca46dcb21623bd85d942a6794dd4bd5e0e5626 -Author: Jim Nelson -Date: Fri Jan 8 21:16:30 2010 +0000 - - #1118: A variety of patches to speed up startup time. More work - may follow, but this patch was getting large - enough I wanted to commit. SortedList has serious performance - improvements. - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Photo.vala -M src/SortedList.vala -M src/Thumbnail.vala -M src/main.vala - -commit dc3f2989d8e280d09f5beb44ac1cc16c0032d541 -Author: Lucas Beeler -Date: Fri Jan 8 18:51:54 2010 +0000 - - Adds support for the Gtk+ standard page setup dialog, closes #1275. - -M src/CollectionPage.vala -M src/PhotoPage.vala -M src/Printing.vala -M ui/collection.ui -M ui/photo.ui - -commit c807bcf80cb2227d0671aaf11e211ccafa8fbc2d -Author: Lucas Beeler -Date: Fri Jan 8 00:05:23 2010 +0000 - - Added basic printing support (closes #66). - -M Makefile -M src/CollectionPage.vala -M src/PhotoPage.vala -A src/Printing.vala -M ui/collection.ui -M ui/photo.ui - -commit 411da615e8694a2667b7fe04292d007b3ddf65e6 -Merge: a46fd2b8 4b2d8784 -Author: Jim Nelson -Date: Thu Jan 7 22:38:53 2010 +0000 - - Merge from 0.4.2+branch. - -commit a46fd2b8829eddbdb0de1b9b31aedbc9db9fdb02 -Author: Jim Nelson -Date: Thu Jan 7 22:36:55 2010 +0000 - - Fixed mnemonic for dialog. - -M src/ImportPage.vala - -commit 4b2d8784b0944088c0bcab90cbd6247ed38648fb -Author: Jim Nelson -Date: Thu Jan 7 22:16:27 2010 +0000 - - #1237: Fixed. Now attempting to initialize camera when the - "unmounted" signal is fired rather than when the - unmount callback is invoked. - -M Makefile -M src/ImportPage.vala - -commit c847cfea38f8d37ce4448385e651b8e91a04e0b2 -Author: Jim Nelson -Date: Wed Jan 6 22:34:44 2010 +0000 - - Fixes a bug in SortedList.resort_item(). - -M src/SortedList.vala - -commit 579a2f522053e64bfcf6bc083c55a8f13fb1e807 -Merge: e60183ea 74235cf8 -Author: Jim Nelson -Date: Wed Jan 6 02:34:20 2010 +0000 - - Merge Windows installation updates from 0.4 branch. - -commit e60183ea45bd1d830f089d7e911bd05da2d44e7b -Author: Jim Nelson -Date: Wed Jan 6 00:47:49 2010 +0000 - - #999: HAL dependency removed. Now using GUdev (GObject wrapper - around libudev). - -M Makefile -M debian/control -M src/CameraTable.vala -M src/Resources.vala -A vapi/gudev-1.0.vapi - -commit 74235cf80b063d54cadddd49458abe98136084f3 -Author: Adam Dingle -Date: Tue Jan 5 22:43:28 2010 +0000 - - Fixed #1238 ([windows] wrong theme when MinGW is not installed). - -M windows/winstall.iss - -commit 64842a6f22f43da45d62899aba6edb1d5d4675db -Author: Adam Dingle -Date: Tue Jan 5 20:52:25 2010 +0000 - - Remove gdk-pixbuf.loaders on uninstall. - -M Makefile -M windows/winstall.iss - -commit 0ec25dbdcb0984308034ef43df9f23fd0d9ad885 -Author: Adam Dingle -Date: Tue Jan 5 19:49:33 2010 +0000 - - Allow building the Windows installer from the command line. - -M Makefile - -commit cd9a204a3114a63482725439072df6ac1067c972 -Merge: 9296063c 8b5cc758 -Author: Jim Nelson -Date: Tue Jan 5 00:31:52 2010 +0000 - - Merge from 0.4.2. - -commit 8b5cc7589a48c0ddf2681950942d2f8da133b8f1 -Author: Jim Nelson -Date: Mon Jan 4 23:41:36 2010 +0000 - - 0.4.2 updates. - -M Makefile -M NEWS -M debian/changelog -M windows/winstall.iss - -commit a8d4a1300c6c15dc977b8bbfeff90ca201e1f50c -Author: Lucas Beeler -Date: Mon Jan 4 21:59:49 2010 +0000 - - Merged in new & changed translations from trunk; updated Makefile - to add new translations to SUPPORTED_LANGUAGES list; updated THANKS - file to acknowledge translators. - -M Makefile -M THANKS -C053 po/de.po po/bg.po -M po/de.po -M po/et.po -M po/it.po -C061 po/it.po po/lv.po -M po/pl.po -C063 po/sv.po po/pt.po -M po/shotwell.pot -C061 po/it.po po/sk.po -M po/sv.po - -commit 9296063c24c687a357321b9e20e154d3e2e490b8 -Author: Lucas Beeler -Date: Mon Jan 4 21:51:55 2010 +0000 - - Updated version number and header information in current translation - files to have version 0.4.2+trunk. - -M po/de.po -M po/et.po -M po/it.po -M po/lv.po -M po/pl.po -M po/pt.po -M po/shotwell.pot -M po/sk.po -M po/sv.po - -commit 46d094bebf04930f40a9420e918f97e72c694df7 -Author: Lucas Beeler -Date: Mon Jan 4 21:40:16 2010 +0000 - - Added Bulgarian translation; updated Makefile to add ISO langauge - code BG to SUPPORTED_LANGUAGES; updated THANKS file to acknowledge - translator. - -M Makefile -M THANKS -A po/bg.po - -commit 421285c129983282f239845492fa31416d501802 -Author: Adam Dingle -Date: Mon Jan 4 20:35:42 2010 +0000 - - Fixed #1229 ([windows] won't run without DLLs in c:\MinGW). - -M windows/winstall.iss - -commit 99d551947afcccefb7d0d85ade9000684adebe24 -Author: Lucas Beeler -Date: Thu Dec 31 22:44:48 2009 +0000 - - Added Portuguese translation; updated makefile to add ISO language - code PT to SUPPORTED_LANGUAGES; added translator to THANKS file. - -M Makefile -M THANKS -A po/pt.po - -commit 528d89b8fe5a501fc949a90be5b4c4c3be23728d -Author: Lucas Beeler -Date: Thu Dec 31 22:34:20 2009 +0000 - - Updated Slovak translation. - -M po/sk.po - -commit a920cd569594b968042cb3c2b7baa6c5a894ce95 -Author: Lucas Beeler -Date: Thu Dec 31 22:29:46 2009 +0000 - - Added new Latvian translation; updated Makefile to add ISO language - code LV (Latvian) to SUPPORTED_LANGUAGES; added translator's name - to THANKS file. - -M Makefile -M THANKS -A po/lv.po - -commit 417d7d663aaa4f901de508d031e91d9ebc1fd62a -Author: Lucas Beeler -Date: Thu Dec 31 22:21:06 2009 +0000 - - Updated Slovak translation. - -M po/sk.po - -commit 167259cda7a53c1eb81e94eee4c27516a1ddec56 -Author: Lucas Beeler -Date: Thu Dec 31 22:03:26 2009 +0000 - - Updated German translation. - -M po/de.po - -commit ab839e1f238c6659d2d143b0298e2bc1018a61c7 -Author: Jim Nelson -Date: Thu Dec 31 01:27:25 2009 +0000 - - Grooming DataCollection to consolidate code that had started to - creep between DataCollection and ViewCollection. - This will help us in the future when we optimize some of - DataCollection's code. Also fixed an unchecked - Exception in Dialogs.vala. - -M src/DataCollection.vala -M src/Dialogs.vala -M src/PhotoPage.vala -M src/SortedList.vala - -commit 7b702b8f054a116cd199ce5d4a9214136175ae2d -Author: Jim Nelson -Date: Wed Dec 30 20:39:36 2009 +0000 - - #1232: ImportSources were improperly removed from their - SourceCollection, causing the assertion. - -M Makefile -M src/CollectionPage.vala -M src/Commands.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Event.vala -M src/ImportPage.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 171b030e74ac7e2c815281e45b7b6e2517ed16a2 -Merge: 19107f19 ae7a8ebd -Author: Jim Nelson -Date: Tue Dec 29 19:11:12 2009 +0000 - - Merge from 0.4.1 branch. - -commit ae7a8ebd1a03c80d0fb5dac21e1d418439eddf29 -Author: Adam Dingle -Date: Thu Dec 24 13:15:40 2009 +0000 - - Updates in preparation for packaging 0.4.1. - -M Makefile -M NEWS -M debian/changelog -M windows/winstall.iss - -commit 709fc4b4634897b8bc13e7b3079efe48d644c3d7 -Author: Adam Dingle -Date: Thu Dec 24 12:39:02 2009 +0000 - - Added minver script to distribution. - -M Makefile - -commit 19107f19907e7d70f6b35975f15c6e2aa874ee3b -Merge: 2ea50d0a 8035f57a -Author: Jim Nelson -Date: Thu Dec 24 01:21:38 2009 +0000 - - Further merges from 0.4 branch. - -commit 8035f57a24ec4e0365264b3619d0d321bf75de69 -Author: Adam Dingle -Date: Thu Dec 24 00:03:07 2009 +0000 - - Windows version for release. - -M windows/winstall.iss - -commit 1e94d1635ff7921ec33b14f90a86f54e9bd622d2 -Author: Jim Nelson -Date: Wed Dec 23 22:58:21 2009 +0000 - - Updates in preparation for packaging 0.4.0. - -M Makefile -M NEWS -M README -M THANKS -M debian/changelog -M debian/control -M debian/copyright - -commit 2ea50d0a866e5407313a52478090d7dcf4378c70 -Merge: d57c15e5 39583c73 -Author: Jim Nelson -Date: Wed Dec 23 22:28:12 2009 +0000 - - Merge from 0.4 branch. - -commit 39583c731dbb4ed1587829d400697e3c7c048dcb -Author: Jim Nelson -Date: Wed Dec 23 22:20:25 2009 +0000 - - #1215: Now using a simple script to verify compiler version numbers. - -M Makefile -A minver - -commit d57c15e5a8a81a70371d15a619071c7133f156a3 -Author: Allison Barlow -Date: Wed Dec 23 18:58:27 2009 +0000 - - implements date/time adjustment per #76 - -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Commands.vala -M src/Config.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Event.vala -M src/Photo.vala -M src/Resources.vala -M ui/collection.ui - -commit 1f43a1ef48975a3a533a3f8351c4b07164f2d0bc -Author: Lucas Beeler -Date: Wed Dec 23 14:58:19 2009 +0000 - - Added Swedish translation; updated THANKS file to acknowledge - translator (Daniel Nylander). - -M Makefile -M THANKS -A po/sv.po - -commit c42aa881214b63424697268c981653676a54acd9 -Author: Lucas Beeler -Date: Wed Dec 23 03:50:29 2009 +0000 - - Updated German, Italian, and Swedish translations. Added Slovak - translation. Changed THANKS file and Makefile to reflect new languages - and contributors. - -M Makefile -M THANKS -M po/de.po -M po/it.po -C066 po/it.po po/sk.po -M po/sv.po - -commit d81d498c53bdbd561eeb3efa9075d190728d49f8 -Author: Jim Nelson -Date: Wed Dec 23 02:45:34 2009 +0000 - - #1217: Fixed import perf regression. Now relying on thumbnail - generation to detect bogus image files. - -M src/DataCollection.vala -M src/Photo.vala -M src/ThumbnailCache.vala -M src/image_util.vala - -commit f6a23b9c585a3a7b93119c511222e6ecb4605c0a -Author: Jim Nelson -Date: Wed Dec 23 01:59:15 2009 +0000 - - #1198: Display progress on startup if the user's library is large - enough to warrant it. Also some optimizations - to improve startup time. - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/main.vala - -commit f29de615d5c9b2159af99eb484da519fb1790b85 -Author: Jim Nelson -Date: Tue Dec 22 18:58:35 2009 +0000 - - German and Italian updates. - -M po/de.po -M po/it.po -M src/CheckerboardLayout.vala - -commit a2adfb823d8000707b58e4e6f2a484a776228feb -Author: Adam Dingle -Date: Mon Dec 21 23:55:32 2009 +0000 - - Updated version number in Windows install script. - -M windows/winstall.iss - -commit ac2e2af68a6e3ef2fe7a80ffdb8d2daa12795b5f -Author: Jim Nelson -Date: Mon Dec 21 22:45:17 2009 +0000 - - #1208: Red-eye failure due to a rounding error. - -M src/image_util.vala - -commit d6bfdfa3ba81bdd6d9c54c9fc2528a9c10c5cf66 -Author: Jim Nelson -Date: Mon Dec 21 21:07:22 2009 +0000 - - #1211: Made the PhotoInterrogator check the actual encoding of the - JPEG file. Previously it used PixbufLoader, - but only going so far as to the first decoded block. - -M src/image_util.vala - -commit 987db14d75286498f7e4aaf77eb119ce24f682b6 -Author: Adam Dingle -Date: Mon Dec 21 20:03:03 2009 +0000 - - Updated Windows icon. - -M icons/shotwell.ico - -commit 341d0c0f8a6404313de3246ee77353d7a5d9a6a8 -Author: Jim Nelson -Date: Mon Dec 21 19:43:47 2009 +0000 - - #1209/#1210: Strengthened malformed EXIF checking, removing assertions - and replacing them with error-handling - code. This fixes parsing EXIF structure for photos with bogus EXIF. - -M src/Exif.vala - -commit 8b7bb0e402cf8a3e9ab72eb20051370d49c42d9a -Author: Jim Nelson -Date: Mon Dec 21 19:23:20 2009 +0000 - - #1201: Export/publish no longer fails on photos that have EXIF but - no orientation tag. Also, Shotwell now - requires 0.7.9, as one of the bindings it relies upon has been fixed. - -M Makefile -M src/Exif.vala -M src/image_util.vala - -commit ebf4d9afbb028857c03661fdc93202bd9227aba8 -Author: Jim Nelson -Date: Sat Dec 19 02:27:22 2009 +0000 - - #1203: Photo caused crash on import due to rounding. The photo is - so wide and short its height was being scaled - to zero. Now, all scaled dimensions are returned floored at least - to one in both dimensions. This patch also - fixes a problem with the crop/redeye tools on small/narrow/short - photos (due to their displayed, scaled - size). - -M src/Dimensions.vala -M src/EditingTools.vala -M src/PhotoPage.vala - -commit aa241df6d289c7625e8581b9aeef399047fde45b -Author: Lucas Beeler -Date: Sat Dec 19 00:55:59 2009 +0000 - - Closes #1197. - -M src/ColorTransformation.vala - -commit ce64c24e5a3cc48bd0458f14f8c036efbfc27314 -Author: Lucas Beeler -Date: Sat Dec 19 00:51:44 2009 +0000 - - Added partial Swedish translation. - -A po/sv.po - -commit 4d9717f1cf0d3614e59c4e47c1b10a515cd13c2c -Author: Lucas Beeler -Date: Sat Dec 19 00:50:26 2009 +0000 - - Added partial Swedish translation. - -M Makefile - -commit 054667af0ce2bc4cdd5ffc43dca859ce76a45e3d -Author: Lucas Beeler -Date: Fri Dec 18 23:30:27 2009 +0000 - - Closes #1193; allows adjustment of bilevel images. - -M src/ColorTransformation.vala - -commit 3c3360ed9b23d329ded5a6e7f7175067ff5de484 -Author: Jim Nelson -Date: Fri Dec 18 23:20:20 2009 +0000 - - #1194: Now greying out the crop (and red-eye) tool when images are - too small for them. - -M src/EditingTools.vala -M src/PhotoPage.vala - -commit 861e19cbe857c15e5f264c04a99d82dbd3cab682 -Author: Allison Barlow -Date: Fri Dec 18 22:11:34 2009 +0000 - - fixes publish menu item bug #1192 - -M src/CollectionPage.vala - -commit 7aaf3fd63d7cbbbdb59e0e493efecef6072d9370 -Author: Lucas Beeler -Date: Fri Dec 18 22:05:49 2009 +0000 - - Updated German translation. - -M po/de.po - -commit 88702f9635dbd95ede0623e46a0e5083a7be4698 -Author: Lucas Beeler -Date: Fri Dec 18 22:04:54 2009 +0000 - - Updated German translation. - -M po/de.po - -commit fbf8b36574ce333a1ef577f56f5415e7ed4d8bbb -Author: Lucas Beeler -Date: Fri Dec 18 19:42:14 2009 +0000 - - Updated Estonian translation. - -M po/et.po - -commit 95a54868b9a75959133f552e6bb891b09a68fba7 -Author: Lucas Beeler -Date: Fri Dec 18 19:37:39 2009 +0000 - - Updated Estonian translation. - -M po/et.po - -commit a6ddfffabc3a2e38e362cbd0a444fb078e674584 -Author: Allison Barlow -Date: Fri Dec 18 18:23:46 2009 +0000 - - fixes #1191, allowing parts of the gconf schema to install properly. - -M misc/shotwell.schemas - -commit 670a708d5fc380e6ffb1b292cdd6690cb625d40e -Merge: 201d8572 e44d0ffa -Author: Jim Nelson -Date: Fri Dec 18 01:31:56 2009 +0000 - - Merge from 0.4 branch into trunk. - -commit e44d0ffa4ef4f44282c106ce8c4153446ca37ada -Author: Jim Nelson -Date: Fri Dec 18 01:12:06 2009 +0000 - - #1183: Now display ISO, exposure, and/or aperture when available, - even if not all are available. - -M src/Exif.vala -M src/Properties.vala - -commit ae4e1fac96153b64f75844dabf1e7e130eacb0ec -Author: Jim Nelson -Date: Fri Dec 18 00:50:04 2009 +0000 - - #1176: More event generation issues, this time when photos all are - in the morning before the event boundary - (4AM). #1174/#1181: We're now more aggressive searching the JPEG - file for EXIF. This solves the problem of - some photos (either from GIMP or from certain cameras) not being - recognized as having EXIF in them. - -M src/Event.vala -M src/Exif.vala - -commit 5f7efc30b8a827741c30795f0f86085f4cf7ed0f -Author: Allison Barlow -Date: Thu Dec 17 23:42:30 2009 +0000 - - removes publishing menu item on windows build. - -M src/CollectionPage.vala -M ui/collection.ui - -commit ee391daa327ad4745dfb54056403187ea7637b21 -Author: Jim Nelson -Date: Thu Dec 17 21:59:49 2009 +0000 - - #1165: Shotwell no longer aborts when import runs out of disk space. - The import will halt and the user will be - presented an error dialog. Also, fixed Events so small thumbnails - are enlarged to fit the square, guaranteeing - all are the same size in the checkerboard display. - -M src/BatchImport.vala -M src/Dimensions.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryFiles.vala -M src/Photo.vala -M src/util.vala - -commit 2a131f26e870264d5f23f65288f635d032c702d1 -Author: Allison Barlow -Date: Thu Dec 17 17:30:01 2009 +0000 - - reduces number of significant digits displayed for exposure. - -M src/Exif.vala - -commit 9508dbca0deb5fd8136a5bd73c8c39ddee2b4e21 -Author: Lucas Beeler -Date: Thu Dec 17 01:49:57 2009 +0000 - - Added new icons. - -M icons/shotwell.png -M icons/shotwell.svg - -commit ccdc497f67e326edd315db7336166d5eedc4e0a2 -Author: Jim Nelson -Date: Wed Dec 16 23:29:24 2009 +0000 - - #1163: Import of 160x3 image no longer causes assertion. #1168: - Shotwell would attempt to import files without - supported filename extensions if it was a directory import opertion. - This is now circumvented. Also, - fixed a rounding error in the EventDirectoryItem code related to - rounding-corners that caused some key - photos to not be displayed. - -M src/BatchImport.vala -M src/EventsDirectoryPage.vala -M src/Photo.vala - -commit bf985b04d4b719b6be2c26bc2af8cc89ea5e9b51 -Author: Allison Barlow -Date: Wed Dec 16 22:53:44 2009 +0000 - - changed selection color. - -M src/CheckerboardLayout.vala - -commit afc6cccc04ea93f6cb59bda9766f053e44385677 -Author: Lucas Beeler -Date: Wed Dec 16 22:28:20 2009 +0000 - - Fixed a multi-byte code point issue with the new Pango markup used in - the events directory page; merged translation files against current - POT file; verified that all translations function as expecte with - the 0.4 source tree. - -M po/de.po -M po/et.po -M po/fr.po -M po/it.po -M po/pl.po -M src/CheckerboardLayout.vala -M src/EventsDirectoryPage.vala - -commit 9e1fd6f936bd0463fbdd1dc8437b9392b49a5b56 -Author: Allison Barlow -Date: Wed Dec 16 20:04:36 2009 +0000 - - removes minimize and maximize decorations on extended info window, - fixing #1154 - -M src/LibraryWindow.vala -M src/Properties.vala - -commit e42d28fc96e207fb7980626a4269bc9484f26231 -Author: Jim Nelson -Date: Wed Dec 16 19:41:47 2009 +0000 - - #1155: Ctrl++ and Ctrl+- now accelerator keys for zooming. Code also - checks for unadorned plus and minus, or - those keys with any modifier key, in fact. - -M src/CollectionPage.vala -M src/Page.vala - -commit 98c43147ed38cc8d332dd75753fd20faef80d5b2 -Author: Jim Nelson -Date: Wed Dec 16 19:14:18 2009 +0000 - - #1153: Events now displayed as a squared key photo with rounded - corners, with its name centered and in boldface, - with the number of photos in the event below that in smaller font. - -M src/CheckerboardLayout.vala -M src/Dimensions.vala -M src/EventsDirectoryPage.vala -M src/image_util.vala - -commit 79a5b65e4ac5125b63eb98a184d8e3baffd7f39b -Author: Lucas Beeler -Date: Wed Dec 16 02:15:05 2009 +0000 - - Added new merge icon. - -A icons/merge.svg -M src/EventsDirectoryPage.vala -M src/Resources.vala - -commit 97fa76a716b12ceb9e5bb3ca524414b6a9f712b0 -Author: Lucas Beeler -Date: Tue Dec 15 22:59:05 2009 +0000 - - Added the new pin toolbar icon. - -M icons/pin-toolbar.svg - -commit 201d85728630904a7f0652f7b636fade9902b6cf -Author: Adam Dingle -Date: Tue Dec 15 22:23:35 2009 +0000 - - Fixed capitalization in the Extended Information window. - -M src/Properties.vala - -commit ca6897735d87804004a016583a7939795cc1ae82 -Author: Jim Nelson -Date: Tue Dec 15 22:14:49 2009 +0000 - - Fixes a problem with generating too many events when photos are on - the same day. - -M src/Event.vala - -commit 9163f24f6637ac8e1c47b51375e2545df580f73c -Author: Jim Nelson -Date: Tue Dec 15 20:33:57 2009 +0000 - - #1145/#1146: These were caused by the programmatic switching of pages. - Some of the other controls (in this - case, the Gtk.TreeView) allow for events to be processed in their - own handlers, and causing an expose_event to - be called before Page.switched_to() was invoked. This is safe, - but an assertion was in place to check for pages - being seen when they weren't supposed to. Since this can happen - during a switch, removing this assertion. - -M src/CheckerboardLayout.vala - -commit a20354871b5f960c89c4a5e2e97eb89c41d930dc -Author: Lucas Beeler -Date: Tue Dec 15 19:34:57 2009 +0000 - - Added new pin-toolbar icon. - -M icons/pin-toolbar.svg - -commit 84cc750d98e3c1035b187a3afad920ba3883d0f5 -Author: Jim Nelson -Date: Tue Dec 15 19:11:03 2009 +0000 - - #973: Display corruption when dragging below the last photo in - GTK+ 2.18. There appears to be a change in how - Gtk.Adjustment values are clamped between 2.16 and 2.18. This patch - enforces the limit. - -M src/Page.vala - -commit 962e5628cababce55d1881cdab2da4b9c14736b5 -Author: Lucas Beeler -Date: Tue Dec 15 19:11:03 2009 +0000 - - Touched-up favorites icon. - -M icons/favorite.svg - -commit 4f8dc09e89c17013b47da1ec63c41d7a9e533ce8 -Author: Jim Nelson -Date: Tue Dec 15 01:40:57 2009 +0000 - - #1130: Now detecting bogus EXIF timestamps and treating them as - through they're unset. Will need more work if - want to ignore them in some cases and use them in others. - -M src/Exif.vala -M src/WebConnectors.vala - -commit bc9fa2936c3961d713976c6cbccbc026166ef5cb -Author: Lucas Beeler -Date: Tue Dec 15 01:38:34 2009 +0000 - - Closes #1047 (Facebook publishing should fail gracefully if user - has deauthorized application); user is now gracefully logged out - when a 102 (session key has become invalid) error is detected. - -M src/FacebookConnector.vala -M src/WebConnectors.vala - -commit be9718c5d5618f432705e692bb9337738c3a4528 -Author: Lucas Beeler -Date: Tue Dec 15 01:32:25 2009 +0000 - - Closes #1089 (favorites star icon needs touching up). - -M icons/favorite.svg - -commit fe0824a3770ef4eb70a5e5d297dfb2e0936ca76e -Author: Jim Nelson -Date: Tue Dec 15 00:31:56 2009 +0000 - - #1122: Photos now imported into proper events, respecting the new - event boundary algorithm. #1134: Help -> - Contents now goes to new Wiki page. - -M src/Event.vala -M src/Resources.vala - -commit 8d11e9052798cf2f4405755ac456503aa34a6681 -Author: Jim Nelson -Date: Mon Dec 14 23:59:57 2009 +0000 - - Branching from trunk for 0.4. - -M Makefile - -commit 7e30c00f1d3cd0795d6ec49388a2c9f7f5f76ec9 -Author: Jim Nelson -Date: Mon Dec 14 23:58:39 2009 +0000 - - Trunk splitting from 0.4 branch. - -M Makefile - -commit 2377b139fc877c513ba0457f8a160bb134b0fd24 -Author: Jim Nelson -Date: Mon Dec 14 23:56:15 2009 +0000 - - Branching in preparation for the 0.4 release. - -commit c10e3df013f5a66274b4579cc9e4504e133d8409 -Author: Lucas Beeler -Date: Mon Dec 14 23:51:35 2009 +0000 - - Resolves #1136 ("can't publish to Facebook" -- occurred with newly - created Facebook accounts where no photo albums were present); makes - Publishing dialog taller to accomodate changed Facebook pane layout. - -M src/FacebookConnector.vala -M src/WebConnectors.vala - -commit f9e08f4a70f54d6e7494ad6c0bbcd2ebdf721b81 -Author: Jim Nelson -Date: Mon Dec 14 22:16:38 2009 +0000 - - #1137: Needed to monitor the destruction of the duplicated photo - and reset the command manager if it occurs. - -M src/Commands.vala - -commit 8683b445908122b4f202f30dc0385d0379c5fa3b -Author: Jim Nelson -Date: Mon Dec 14 22:02:08 2009 +0000 - - Refinement to the web publishing error reporting. - -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/WebConnectors.vala - -commit 4c9795b1bf58c1c59349c4355c612a4aa5ef02aa -Author: Jim Nelson -Date: Mon Dec 14 21:27:57 2009 +0000 - - #1124: More fine-grained error reporting in Web publishing. - PublishingError used more thoughly throughout to - facilitate error reporting. - -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/WebConnectors.vala - -commit ba839a152935cf95b689e950955c8f3cfe840c04 -Author: Allison Barlow -Date: Mon Dec 14 20:51:53 2009 +0000 - - changes view menu according to #1141 - -M ui/collection.ui - -commit 5bfa3146a666c0c7ccf63920bbfb5967cefe163a -Author: Lucas Beeler -Date: Sat Dec 12 02:41:36 2009 +0000 - - Closes #1128 and #1129. - -M misc/shotwell.schemas -M src/Config.vala -M src/FlickrConnector.vala -M src/WebConnectors.vala - -commit d08ad18852fe47dc96c685700e1f392813711f61 -Author: Lucas Beeler -Date: Sat Dec 12 02:34:28 2009 +0000 - - Adds new POT file with proper plural forms to the po/ directory; - closes #1079. - -M po/shotwell.pot - -commit 324f7c535001777616ddf3127566aa7fbae05345 -Author: Jim Nelson -Date: Sat Dec 12 02:16:41 2009 +0000 - - First commit toward #1124: Finer-grained exceptions in the publishing - code. Added preliminary strings for error - messages for string freeze. - -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/WebConnectors.vala - -commit 1464a2de299a1b39921c029256ead48ca636ce69 -Author: Lucas Beeler -Date: Sat Dec 12 00:25:42 2009 +0000 - - Resolves bug #1126 ("publishing dialog buttons should have access - keys") - -M src/Config.vala -M src/FacebookConnector.vala -M src/FlickrConnector.vala -M src/WebConnectors.vala - -commit 8cae88187f29c41f54c895477bd9f892664978bd -Author: Allison Barlow -Date: Sat Dec 12 00:12:56 2009 +0000 - - fixes #1121 (extended info window should be wider) and implements - #1019 (publish item in dropdown). - -M src/CollectionPage.vala -M src/Properties.vala -M src/Resources.vala -M ui/collection.ui - -commit 37e7575fb3c1703bbe5b29a11883384864a651c6 -Author: Lucas Beeler -Date: Sat Dec 12 00:06:36 2009 +0000 - - Changed all gettext invocations in strings with embedded numbers to - ngettext calls to support proper plural form handling for non-Western - languages. - -M src/CollectionPage.vala -M src/Commands.vala -M src/Dialogs.vala -M src/ImportPage.vala -M src/Properties.vala - -commit 82858c9fb7a8914bd9601c02f65926aa46788883 -Author: Allison Barlow -Date: Fri Dec 11 21:50:30 2009 +0000 - - adds persistence of sort settings for events, photos within events, - and library photos. #1104 and #1103. - -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Config.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala - -commit fe8187094b03e43c7d6f44e1d2d9be04e36c2313 -Author: Lucas Beeler -Date: Fri Dec 11 19:46:22 2009 +0000 - - Introduces a unified publishing subsystem, closes bug #181 ("Export - photos to Flickr"). - -M Makefile -M src/Config.vala -M src/FacebookConnector.vala -A src/FlickrConnector.vala -M src/WebConnectors.vala - -commit 34cc938f1b61e7890d64eea611d6b015b3b244e2 -Author: Adam Dingle -Date: Fri Dec 11 16:35:31 2009 +0000 - - Fixed #1116 (check for gettext in makefile). - -M Makefile - -commit 076e2e712f440216b3843e97483171ec74f70224 -Author: Jim Nelson -Date: Fri Dec 11 03:23:37 2009 +0000 - - #874: Gap threshold increased to one event per day, with the boundary - being 4AM. - -M src/Event.vala - -commit c3200cf25a5758536f9f4969088625d55b05d43b -Author: Adam Dingle -Date: Fri Dec 11 01:00:51 2009 +0000 - - Updated minimal version number for WebKit. - -M Makefile - -commit a02392dc6489ce7492ccc438545d56824d6610f5 -Author: Adam Dingle -Date: Fri Dec 11 00:52:10 2009 +0000 - - Added version checks for webkit, libsoup and libxml. This fixes - #1015. - -M Makefile - -commit 416ad04e3c4a49644985de0b9dcf12774970a230 -Author: Jim Nelson -Date: Thu Dec 10 22:19:54 2009 +0000 - - #1102: Bug due to rounding down to zero in integer division. - -M src/CheckerboardLayout.vala - -commit bf155ac86d4478f9258457a4dabc66076009f2e3 -Author: Jim Nelson -Date: Thu Dec 10 19:25:49 2009 +0000 - - #873: Import and directory reads were slowing down moving between - photos in direct-edit mode. Import is much - faster now (and faster for library mode as well!) and the directory - is only read once. Will need to later - monitor the directory for file additions/removals. #1106: Modified - asterisk now working. Also fixed other - little bit rots in direct-edit mode that had gone undetected. - -M src/CollectionPage.vala -M src/Dimensions.vala -M src/DirectWindow.vala -M src/EventsDirectoryPage.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/ThumbnailCache.vala -M src/image_util.vala -M ui/direct.ui - -commit 63397656e7d204af575edf65d46ecf1b82f75852 -Author: Adam Dingle -Date: Thu Dec 10 00:48:28 2009 +0000 - - Added get_int() and set_int() to the Windows GConf implementation. - -M src/GConf.vala - -commit 36fc0e32b1221b909f762ff2d8f7b05d0c5bc610 -Author: Allison Barlow -Date: Wed Dec 9 23:40:19 2009 +0000 - - implements 1042: persist sidebar width - -M misc/shotwell.schemas -M src/AppWindow.vala -M src/Config.vala -M src/DirectWindow.vala -M src/LibraryWindow.vala - -commit ba49b4341bf3abc46e9fe2e22882384d02ec44d0 -Author: Adam Dingle -Date: Wed Dec 9 22:53:42 2009 +0000 - - Updated w32api URL. - -M windows/install-deps - -commit d0a4cbebffbf986ea49548b541b82acad8d5da72 -Author: Allison Barlow -Date: Wed Dec 9 22:27:43 2009 +0000 - - takes care of ticket 1096--both of the cases where hiding photos - should make the toolbar buttons unavailable. - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DataCollection.vala - -commit f45dc59e6b0e6af14e3a4b2ddee270eac0a48ce3 -Author: Jim Nelson -Date: Wed Dec 9 22:20:49 2009 +0000 - - #1100: get_start_time()/get_end_time() fixed and now using all photos, - including hidden, when calculating. - -M src/Event.vala - -commit 2a453cca511f9a9e418d7a9a1ee2284d599b563b -Author: Allison Barlow -Date: Wed Dec 9 21:53:37 2009 +0000 - - Improves toolbar layout (#1045) by removing new event and adding in - a separator. - -M src/CollectionPage.vala - -commit bf3a1b00be046635646499bd357423f1ef72ae71 -Author: Allison Barlow -Date: Wed Dec 9 18:13:58 2009 +0000 - - fixes 1065: hidden photos remain selected. - -M src/DataCollection.vala - -commit f925e1b3eb5fe3b8deabab3a79bbaa5cbb07bdc4 -Author: Jim Nelson -Date: Wed Dec 9 00:10:14 2009 +0000 - - #1088: Rounding error. - -M src/image_util.vala - -commit 481dd44fa497d331f19ba1e544d3657e1e97b6c3 -Author: Allison Barlow -Date: Tue Dec 8 23:51:48 2009 +0000 - - fixes 1083 so maximization state and window dimensions are remembered. - also changes basic properties to default on - -M misc/shotwell.schemas -M src/AppWindow.vala -M src/Config.vala - -commit ada955c46fefe5ce8dffa24073c329da5010a298 -Author: Allison Barlow -Date: Tue Dec 8 23:36:26 2009 +0000 - - fixes 935, making select_all work for event directory pages. - -M src/EventsDirectoryPage.vala -M ui/events_directory.ui - -commit 76e143ba2d23562b03a85990c23a86db099332ef -Author: Adam Dingle -Date: Tue Dec 8 23:25:50 2009 +0000 - - Updated Help->Contents URL. - -M src/Resources.vala - -commit a6ab975aab20402096abaf81efb3e4356378934e -Author: Jim Nelson -Date: Tue Dec 8 23:20:17 2009 +0000 - - #774: In full-window/fullscreen mode, images now shown in actual size. - In slideshow, images shown fullscreen. - -M THANKS -M src/Dimensions.vala -M src/EditingTools.vala -M src/ImportPage.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/SlideshowPage.vala - -commit 146d6753bd2b14476bdb1af344baa2bd077ae812 -Author: Adam Dingle -Date: Tue Dec 8 16:08:48 2009 +0000 - - Added Mattias to THANKS file. Alphabetized names. - -M THANKS - -commit 9aa80094bb2c28f3b214ec2baaf74dee63cf6f1d -Author: Lucas Beeler -Date: Tue Dec 8 03:08:28 2009 +0000 - - Added Estonian translation file; updated Makefile languages line to - include "et". - -M Makefile -A po/et.po - -commit 332c733c3315b13391c2b3c8efcad862db435f0d -Author: Lucas Beeler -Date: Tue Dec 8 03:05:34 2009 +0000 - - Polish translation file is now complete. - -M po/pl.po - -commit 0bc696369d60623d064d8418c4375b6fed5d28d0 -Author: Jim Nelson -Date: Tue Dec 8 02:22:24 2009 +0000 - - #871: Mark as Favorite implemented. Some questions remain about - the favorite icon and whether the hidden icon - should be similarly sized/placed or back in its original - location/size. - -A icons/favorite.svg -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/Config.vala -M src/EventsDirectoryPage.vala -M src/Photo.vala -M src/Resources.vala -M src/Thumbnail.vala -M ui/collection.ui -M ui/event.ui -M ui/events_directory.ui -M ui/photo.ui - -commit 28b04008cd3a6db740461e58dbe8738c05b82d9e -Author: Allison Barlow -Date: Tue Dec 8 02:21:22 2009 +0000 - - fixes 956: empty progress bar reappears. - -M src/ImportPage.vala - -commit 509916fb4b7820bef1497b4ef69fd73f053ed70e -Author: Allison Barlow -Date: Tue Dec 8 02:01:02 2009 +0000 - - fixes 1070: app hangs while parsing events after large import. - added progress dialog. - -M src/Dialogs.vala -M src/Event.vala -M src/ImportPage.vala -M src/LibraryWindow.vala - -commit 34c1891cd1aad2d1f089aceeba2733ba094187ae -Author: Adam Dingle -Date: Mon Dec 7 22:48:24 2009 +0000 - - Fixed bug #1074 (about box links don't work). - -M src/AppWindow.vala - -commit 4334546ee10ec4db8d60bf279aa92b6b89bcfe84 -Author: Jim Nelson -Date: Mon Dec 7 18:59:04 2009 +0000 - - #1085: GTK assertion due to signal being fired before import queue - page was hidden. Assertion due to hidden - pages maintaining their PageLayout even when hidden. - -M src/ImportPage.vala -M src/LibraryWindow.vala - -commit 482b586aa4d1a5b5b255f69af891dca9c2a3fe01 -Author: Jim Nelson -Date: Sat Dec 5 01:31:16 2009 +0000 - - #1069: Pages are now destroyed when removed from LibraryWindow, - and each Page destroys all the widgets it - creates that are not contained/parented when the Page is destroyed - (i.e. the menu bar). This issue was - exacerbated by drag-and-drop, which obtains references on all widgets - in the application and releases them after - the Page was deref'ed. - -M src/CollectionPage.vala -M src/Commands.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala -M src/SlideshowPage.vala - -commit d6a8f33ff2b34ba7761e8f2fe91c89b66685d7be -Author: Allison Barlow -Date: Sat Dec 5 00:56:49 2009 +0000 - - fixes #1061 (hidden photo titles not displayed) and related hidden - thumbnail size not updating - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DataCollection.vala -M src/Page.vala - -commit 731aefa3f03732d0f03b4a1566389a2063cbbac7 -Author: Allison Barlow -Date: Fri Dec 4 20:28:42 2009 +0000 - - fixes #1056: hiding ellipsis - -M src/Commands.vala - -commit 14861edfde0f47b740655eaae4b1e052a51770cb -Author: Allison Barlow -Date: Fri Dec 4 01:57:35 2009 +0000 - - fixes 1044: Shift key does not work after window resize - -M src/PhotoPage.vala - -commit 9df92f848cd44a3c13692910ac423c36760e6738 -Author: Allison Barlow -Date: Fri Dec 4 01:03:07 2009 +0000 - - cleaning up how modifiers behave with change of focus, page switching, - etc. Inspired by #1049 - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 4bd814c69d61d8a3ee1688322c04c252e4db2600 -Author: Lucas Beeler -Date: Thu Dec 3 22:19:19 2009 +0000 - - Updated the THANKS file to include a translations section. - -M THANKS - -commit f90a533bd134b0975e57fff0ab52b2202487488b -Author: Lucas Beeler -Date: Thu Dec 3 22:07:48 2009 +0000 - - Added Polish translation file; updated German translation file - -M Makefile -M po/de.po -C052 po/de.po po/pl.po - -commit e92ec3aca935d75e2b17f4ba9738160463fe900e -Author: Allison Barlow -Date: Thu Dec 3 18:13:17 2009 +0000 - - fixes 1055, tool dialogs not appearing in fullscreen mode. - -M src/EditingTools.vala - -commit 55ecc77fd6b4fd20442c99e87a46dad837c09636 -Author: Jim Nelson -Date: Thu Dec 3 17:57:06 2009 +0000 - - #1067: Undo drag-and-drop move photos to event no longer asserts. - Also cleaned up some code that, in this - particular code path, was preventing Pages from being fully unref'ed. - -M THANKS -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/CommandManager.vala -M src/Commands.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/util.vala - -commit 211a38e716a43be05309f201184bddffaf134336 -Author: Allison Barlow -Date: Thu Dec 3 00:41:42 2009 +0000 - - fixes access key bugs 1060, 1062, and 1063. adds hide command to - photo context menu. - -M src/CollectionPage.vala -M src/EditingTools.vala -M src/LibraryWindow.vala -M src/PhotoPage.vala -M ui/collection.ui - -commit f32e8bde97c76d046c49646d9b1e67ba218c1619 -Author: Jim Nelson -Date: Thu Dec 3 00:07:15 2009 +0000 - - #1066: Fixed assertion triggered when using Ctrl+H to hide an item - while the mouse was hovering over it. - -M src/CheckerboardLayout.vala -M src/DataObject.vala -M src/Page.vala - -commit b698ee1d8c63631871d6696cefbc335b4dc8e4ea -Author: Jim Nelson -Date: Wed Dec 2 23:18:57 2009 +0000 - - Due to changes for Hide/Unhide, some assertions improperly fire - in DataCollection. This has to do with - ViewCollection filtering. This fixes that so the assertions are - properly checked. - -M src/DataCollection.vala - -commit 9ef095969f816eb2782053482607ad1b51bca3ae -Author: Jim Nelson -Date: Wed Dec 2 22:51:32 2009 +0000 - - #1032: Assertion due to pages being double-freed -- forgot to clear - the lists. - -M src/LibraryWindow.vala - -commit 97630233ac5b0474858eddcbf557dbdd9f0b7cfb -Author: Allison Barlow -Date: Wed Dec 2 22:21:16 2009 +0000 - - fixes 1064: remove mirror from context menu - -M src/CollectionPage.vala -M src/PhotoPage.vala -M ui/collection.ui -M ui/photo.ui - -commit 2e72e447f0e1cb986eb6f5c4c9d013877cf3b9ee -Author: Allison Barlow -Date: Wed Dec 2 22:18:06 2009 +0000 - - fixes 954: down arrow gives focus to toolbar, up arrow doesn't give - focus back - -M src/PhotoPage.vala - -commit 7313f20a86a3af22852e1ecc06ecdec9d17ca15d -Author: Lucas Beeler -Date: Wed Dec 2 21:48:57 2009 +0000 - - Resolves bug #1046 (can't log out of Facebook and log in as a - different user) - -M src/FacebookConnector.vala -M src/WebConnectors.vala - -commit 2d9fc337b0c3de9cddbb41dd5bbeed4e485f13cd -Author: Lucas Beeler -Date: Wed Dec 2 21:36:52 2009 +0000 - - Changed Makefile to support installing German and Italian - translations; changed Makefile such that POT strings template file - (shotwell.pot) is included in the distribution tarball. - -M Makefile - -commit 49ac227d0cf6c233a70e3bf4ea6583b3f08f4074 -Author: Lucas Beeler -Date: Wed Dec 2 21:07:40 2009 +0000 - - Added user-submitted German translation; fixed POEdit metadata in - French and Italian translation files; fixed POEdit metadata in POT - strings template file. - -C052 po/shotwell.pot po/de.po -M po/fr.po -M po/it.po -M po/shotwell.pot - -commit 65ef7f4e3eca30afcde2f7c006ce36b8fbe72a7f -Author: Jim Nelson -Date: Wed Dec 2 20:41:53 2009 +0000 - - #1058/#1059: Both were related to how hidden photos are handled - inside the ViewCollection. Now reinforcing - interface where a ViewFilter must be used to control hidden-ness. - Also, found a minor bug where the "View -> - Hidden Photos" was not keeping its state when switching between pages. - -M src/CollectionPage.vala -M src/DataCollection.vala - -commit 963831309140f9c04c34f1681821b5dab35531f3 -Author: Jim Nelson -Date: Wed Dec 2 19:24:52 2009 +0000 - - #1053: Missing ? in SQL command. - -M src/DatabaseTables.vala - -commit 2513627d795666f262c1d2f3f8093aff3eefb55e -Author: Allison Barlow -Date: Wed Dec 2 19:23:31 2009 +0000 - - fixes 940: Export Photo dialog should conform to interface, 960: - progress dialog should conform to interface, 972: uneven selection - margin - -M src/CheckerboardLayout.vala -M src/Dialogs.vala - -commit e60b7e7bc52d3d8432cc85c08ecd1d7081f34c5e -Author: Jim Nelson -Date: Wed Dec 2 19:20:31 2009 +0000 - - #1054: Direct-load icons need to be copied now if they're to be - modified (which the histogram control does to - theme the nubs). - -M src/CustomComponents.vala -M src/Resources.vala - -commit 5613d33747cc27fcaebd06c13ddf8f3b3e42d36d -Author: Lucas Beeler -Date: Wed Dec 2 19:06:58 2009 +0000 - - Fixes bug #1030, "Facebook login yields segmentation fault." - -M src/WebConnectors.vala - -commit dce4183aaa74e2b6f2e227d99013eb0a36d84409 -Author: Jim Nelson -Date: Wed Dec 2 02:24:41 2009 +0000 - - #73: Hide/Unhide photos implemented. - -A icons/hidden.svg -M misc/shotwell.schemas -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/Config.vala -M src/DatabaseTables.vala -M src/Photo.vala -M src/Resources.vala -M src/Thumbnail.vala -M src/main.vala -M ui/collection.ui - -commit 5bad8e9a4e4f76f6be6552b27338be9cbf8ff50b -Author: Allison Barlow -Date: Tue Dec 1 20:48:02 2009 +0000 - - implements 964: move photos between events and fixes 1004: move Zoom - In, Zoom Out to View menu, 1027: slideshow delay defaults to 1 second, - and 936: Make Key Photo in context menu is available when more than - one photo is selected - -M src/CollectionPage.vala -M src/Commands.vala -M src/Config.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/Sidebar.vala -M src/util.vala -M ui/collection.ui - -commit e87b37ddfe0c4bf0187dad21eea55f512c554e9a -Author: Adam Dingle -Date: Wed Nov 25 21:55:31 2009 +0000 - - Added a comment. - -M src/system.vala - -commit 779b13d7e81d91a334de9847d79566596ecb1349 -Author: Adam Dingle -Date: Wed Nov 25 21:52:41 2009 +0000 - - Fixed bug 1033 ([windows] Help->Contents does nothing). - -M src/AppWindow.vala -M src/system.vala -M src/windows.c - -commit d97228c5a00ddbb90414640c6775e163bb982313 -Author: Jim Nelson -Date: Wed Nov 25 01:25:55 2009 +0000 - - #1029: Fixes bug where second import would cause a crash. - -M src/LibraryWindow.vala - -commit 46a1eb568e318e45d5bf47be8a9d2f02198203c8 -Author: Jim Nelson -Date: Wed Nov 25 00:57:35 2009 +0000 - - #879: Delete open photo (i.e. when in full-window or fullscreen mode) - -M src/CollectionPage.vala -M src/Dialogs.vala -M src/Page.vala -M src/PhotoPage.vala -M ui/direct.ui -M ui/photo.ui - -commit fe00403d16e762b0b12fdf3567f2b6f948028ee2 -Author: Adam Dingle -Date: Tue Nov 24 22:40:36 2009 +0000 - - Eliminated a couple of build warnings on Windows. - -M src/LibraryWindow.vala - -commit 89d8dd310aa36848aecef4a032cbb6f272afadea -Author: Jim Nelson -Date: Tue Nov 24 22:30:13 2009 +0000 - - #72: Duplicate photo implemented. - -M Makefile -M src/BatchImport.vala -M src/CollectionPage.vala -M src/Commands.vala -M src/DatabaseTables.vala -M src/Exif.vala -M src/ImportPage.vala -A src/LibraryFiles.vala -M src/Photo.vala -M src/Properties.vala -M src/Resources.vala -M src/ThumbnailCache.vala -M ui/collection.ui - -commit 8d70f98f4cf118c9c65991e48e4c72b587029c59 -Author: Adam Dingle -Date: Tue Nov 24 21:21:20 2009 +0000 - - This change adds an alternate GConf implementation to be used only - on Windows and Mac OS. - It simply writes out GConf settings to an .ini file. - - This fixes bug #968 ([windows] wait cursor displays for 5 seconds - at startup). - -M Makefile -M src/Config.vala -A src/GConf.vala -M windows/install-deps -M windows/winstall.iss - -commit cfa188428b4acc530912c5b9832987639fefab6a -Author: Adam Dingle -Date: Tue Nov 24 19:06:56 2009 +0000 - - Fixed a typo in the extended properties view. - -M src/Properties.vala - -commit 46745b72a35f75d95fca0e5534dc286cb6d17bd7 -Author: Adam Dingle -Date: Tue Nov 24 18:12:39 2009 +0000 - - Added binutils as a Shotwell build dependency; it contains the - windres binary which - we use for adding an icon to the Shotwell executable. - -M windows/install-deps - -commit aec487140541a6f4fbe8eac25d46e8facfed76a4 -Author: Jim Nelson -Date: Mon Nov 23 22:32:19 2009 +0000 - - #65/#1001: Undo/redo implemented for all appropriate commands. - When undo/redo selected, switches back to page - the operation occurred on. Also detected during this patch that - Pages were not always being freed when removed; - this fixes that as well. - -M src/CheckerboardLayout.vala -M src/CommandManager.vala -M src/Commands.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Resources.vala - -commit 3628f9d39505421f78fbc59dc1f64def860586d0 -Author: Adam Dingle -Date: Mon Nov 23 20:36:53 2009 +0000 - - Fixed bugs #933 ([windows] Shift key does not work for before/after - comparison) and - #1023 ([windows] Ctrl key should reverse rotation direction). - -M src/AppWindow.vala -M src/Page.vala - -commit 1e89316d417167dc937bd57878327d7ddf47b784 -Author: Adam Dingle -Date: Mon Nov 23 18:34:51 2009 +0000 - - Fixed #910 ([windows] tool windows should not have title bars). - -M src/EditingTools.vala - -commit f0d3c613b83e87dca46d6fa48399a3aa0e2d74f5 -Author: Adam Dingle -Date: Mon Nov 23 16:17:40 2009 +0000 - - Fixed #967 ([windows] Start menu item should show Shotwell icon). - -M Makefile -A icons/shotwell.ico -A windows/shotwell.rc -M windows/winstall.iss - -commit 35d1aec427c334d56eb1ffe3f02fe71c69ddabed -Author: Adam Dingle -Date: Fri Nov 20 23:33:44 2009 +0000 - - Fixed bug 1020 (imported photos have date January 1900). - -M src/windows.c - -commit 5356d1401c620d266a93e7544dfb591378fbcfa8 -Author: Adam Dingle -Date: Fri Nov 20 22:54:13 2009 +0000 - - Eliminated two string literal build warnings. - -M src/CameraTable.vala -M src/FacebookConnector.vala - -commit 4356f57ea36e4666f5cc890a50e7bc3caf7ebebb -Author: Adam Dingle -Date: Fri Nov 20 22:00:33 2009 +0000 - - Added NO_PUBLISHING define which excludes Facebook/Flickr export - on Windows. - -M Makefile -M src/CollectionPage.vala -M src/FacebookConnector.vala -M src/WebConnectors.vala - -commit 13980e0d635a1aafad105bd97ec87dce871993bf -Author: Adam Dingle -Date: Fri Nov 20 20:15:06 2009 +0000 - - Added a script which downloads and installs build dependencies - on Windows. - -M src/windows.c -A windows/install-deps - -commit 362f0afa1f0760f6ebe4137a8225a0dc272872dd -Author: Jim Nelson -Date: Fri Nov 20 04:37:31 2009 +0000 - - For #65/#1001: Create Event now undoable. Allison needs this to - complete #964. - -M src/CollectionPage.vala -M src/Commands.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Event.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit 3c9780dd7643652ce19262bc30d5ab5712dcfb68 -Author: Lucas Beeler -Date: Wed Nov 18 19:34:34 2009 +0000 - - Enables publishing of photos to Facebook directly from Shotwell; - closes ticket #180. - -M Makefile -A icons/publish.png -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Config.vala -A src/FacebookConnector.vala -M src/Resources.vala -A src/WebConnectors.vala - -commit a5f02bb3f63229c1ad6b7f8116e2883a5394ffb8 -Author: Jim Nelson -Date: Wed Nov 18 19:11:19 2009 +0000 - - Updated to Emanuele's name. - -M THANKS - -commit 05abb62d5a86cbd650c787c7ddaa43fc6aac5157 -Author: Jim Nelson -Date: Wed Nov 18 19:10:00 2009 +0000 - - Updated configure script (with appropriate changes in Makefile) - to assist packagers. From Joeny Ang. - -M Makefile -M THANKS -M configure - -commit 8012c3c7e0cadf14137725f5cebaeafdf88e86b5 -Author: Jim Nelson -Date: Wed Nov 18 18:49:34 2009 +0000 - - Italian translation and type from caccolangrifata@gmail.com. - -M THANKS -A po/it.po -M src/AppWindow.vala - -commit 95a7ce9f92f9e9fcab8f4e6e36e7b21441b73027 -Author: Allison Barlow -Date: Wed Nov 18 18:05:28 2009 +0000 - - added extended information window - -M misc/shotwell.schemas -M src/Config.vala -M src/Exif.vala -M src/LibraryWindow.vala -M src/Properties.vala -M ui/collection.ui -M ui/events_directory.ui -M ui/import.ui -M ui/photo.ui -M vapi/libexif.vapi - -commit 5c29a2e0883a4dcd1ac74aaaa851ea589b52c304 -Author: Jim Nelson -Date: Wed Nov 18 04:16:23 2009 +0000 - - Part two of #65: All adjustments in the photo editor (including each - slider in the adjustments panel) are now - available as undo/redo. - -M src/ColorTransformation.vala -M src/CommandManager.vala -M src/Commands.vala -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/util.vala -M ui/direct.ui -M ui/photo.ui - -commit 74dc7f23144598ac3cf93db2624dc4b7e9f46c2b -Author: Jim Nelson -Date: Mon Nov 16 18:46:39 2009 +0000 - - Moved VAPI files into their own directory. - -M Makefile -R100 src/ExtendedPosix.vapi vapi/ExtendedPosix.vapi -R100 src/FStream.vapi vapi/FStream.vapi -R100 src/FixedKeyFile.vapi vapi/FixedKeyFile.vapi -R100 src/gphoto.h vapi/gphoto.h -R100 src/libexif.vapi vapi/libexif.vapi -R100 src/libgphoto2.vapi vapi/libgphoto2.vapi - -commit da35e8b137657f21a3ba0083400bf952257d741a -Author: Jim Nelson -Date: Sat Nov 14 03:18:20 2009 +0000 - - Minor fixes to the init/terminate logic. - -M src/AppDirs.vala -M src/AppWindow.vala -M src/Debug.vala -M src/main.vala - -commit 9432a48f2ca4f9c2f1e8bf01a39c77163ac3906b -Author: Jim Nelson -Date: Sat Nov 14 02:58:08 2009 +0000 - - Switching fully over to using a Singleton pattern for PhotoTable - and EventTable. - -M src/DatabaseTables.vala -M src/Event.vala -M src/ThumbnailCache.vala - -commit 4f70d3cf4b3ccf8e58ed3c7bcc440ff0bebb91b9 -Author: Jim Nelson -Date: Thu Nov 12 22:55:23 2009 +0000 - - First stage of #65/#1001. This patch was getting large and I wanted - to check it in. Undo and Redo are - functional for most operations on photos and renaming events. - Other operations in next commit. - -M Makefile -M src/AppDirs.vala -M src/AppWindow.vala -M src/CollectionPage.vala -A src/CommandManager.vala -A src/Commands.vala -M src/DatabaseTables.vala -M src/Dialogs.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -A src/SlideshowPage.vala -M src/image_util.vala -M ui/collection.ui -M ui/direct.ui -M ui/events_directory.ui -M ui/photo.ui - -commit 7649c34c185200712a58cb06c816759499330dc0 -Merge: a33ec8f5 ed7fb71c -Author: Jim Nelson -Date: Thu Nov 12 19:56:16 2009 +0000 - - Merge from 0.3 branch. - -commit ed7fb71c4e7f6f264d485c3954ae7012c871c473 -Author: Jim Nelson -Date: Thu Nov 12 19:55:19 2009 +0000 - - From Matthias Clasen. - -M Makefile - -commit a33ec8f5da69873d95d0c3977f05b5a0b05d45f6 -Merge: 9bb87f0c 166ccb58 -Author: Jim Nelson -Date: Thu Nov 12 00:08:37 2009 +0000 - - Merge from 0.3.2 branch. - -commit 166ccb58765ef474bef76e16446b8559b0198dfa -Author: Jim Nelson -Date: Wed Nov 11 23:47:51 2009 +0000 - - Marked for branch. - -M Makefile - -commit 85e2fe50a2af483e957ab2c145cda4be7bf1581a -Author: Jim Nelson -Date: Wed Nov 11 23:46:13 2009 +0000 - - Changes for 0.3.2. - -M Makefile -M NEWS -M debian/changelog - -commit 616f9df8c0a0ca02802c32b0056e5a7b6d5f2f77 -Author: Jim Nelson -Date: Wed Nov 11 23:04:51 2009 +0000 - - #1002: Loosened up the assertion that checks the pixbuf's dimensions - in the pipeline. Pixel-accuracy is too - much to ask here when considering all the subsystems involved. - Now the assertions just check that the pixbuf's - dimensions are in the ballpark. - -M src/Box.vala -M src/Dimensions.vala -M src/Photo.vala -M src/image_util.vala - -commit 9bb87f0c444c77ad73a554425429b0b9fec645e4 -Author: Adam Dingle -Date: Wed Nov 11 19:33:49 2009 +0000 - - Updated Windows installer generator to include SVG dependencies. - -M windows/winstall.iss - -commit 3ac58f189a9454abc2b406fc3c83aa17ca950b6a -Author: Jim Nelson -Date: Wed Nov 11 19:04:39 2009 +0000 - - #998: Now handles situation where hald is not running or ready - for connections. Shotwell will continue to run, - but won't be able to detect cameras. - -M Makefile -M src/CameraTable.vala - -commit 2a0262b18de17686282b27db81e83acdee78c453 -Author: Adam Dingle -Date: Wed Nov 11 18:41:31 2009 +0000 - - Removed NO_SVG in the Windows build since we've figured out how to - get SVG working on Windows. - -M Makefile - -commit 35c478d5165f25a3da85f245ae79b61803fc8ff3 -Author: Jim Nelson -Date: Wed Nov 11 00:28:36 2009 +0000 - - Updating version number to trunk. - -M Makefile - -commit c2fdd646e87dad08f993beffd2e6ba9cbf25aa42 -Author: Allison Barlow -Date: Tue Nov 10 19:35:39 2009 +0000 - - batch autoenhance feature (642) added and bug 994 fixed - -M src/CollectionPage.vala -M src/DataCollection.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/SortedList.vala -M ui/collection.ui - -commit fba1e5ada30c803312e073d41d07ada28251931f -Merge: 4f2830dc 8634ac02 -Author: Jim Nelson -Date: Mon Nov 9 23:55:16 2009 +0000 - - Merge of 0.3.0 branch. - -commit 8634ac02f55a5271e902eea1fbf906fbc51b3946 -Author: Jim Nelson -Date: Mon Nov 9 23:52:41 2009 +0000 - - #990: Binary dependencies fixed in Debian packaging. Other work in - prep for packaging 0.3.1. - -M Makefile -M NEWS -M THANKS -M debian/changelog -M debian/control -M debian/copyright - -commit 4f2830dcd570a2788b092749edc89d9744e16586 -Merge: 71b7914f 56135595 -Author: Jim Nelson -Date: Mon Nov 9 23:28:08 2009 +0000 - - Merge from 0.3.0 branch. - -commit 71b7914f34f17283d3b779ca5a265ebfcce6768c -Author: Allison Barlow -Date: Mon Nov 9 22:44:22 2009 +0000 - - creat new events from selected photos - -M src/CollectionPage.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/PhotoPage.vala -M ui/collection.ui -M ui/events_directory.ui - -commit 5613559571d86ab96b95d607711532088e1b5dec -Author: Jim Nelson -Date: Fri Nov 6 01:55:50 2009 +0000 - - Further changes for packagers. - -M Makefile - -commit 4d7b99494137736804213efdaedbbb1829064510 -Author: Allison Barlow -Date: Fri Nov 6 00:36:26 2009 +0000 - - altered items in DataCollections are properly re-sorted - -M src/DataCollection.vala -M src/Event.vala -M src/EventsDirectoryPage.vala - -commit 7d8c6cb03250bd758968c35fa47706f869144027 -Author: Jim Nelson -Date: Thu Nov 5 19:22:17 2009 +0000 - - Some changes to help package managers -- mkdir -p on every directory - during install (think DESTDIR) and - back-porting configure script changes made by Adam. - -M Makefile -M configure - -commit 486c905cc573a700d5efc2c3be7dac36a0b6ac1e -Author: Jim Nelson -Date: Thu Nov 5 00:36:11 2009 +0000 - - #963: Merge button now marked as important. Other buttons will come - in when the 0.3.0 branch is merged to - trunk. - -M src/EventsDirectoryPage.vala - -commit 526b4ad2ccea8cc915e774e40ae983447a18d28c -Author: Jim Nelson -Date: Thu Nov 5 00:34:17 2009 +0000 - - #963: Now marking toolbar items as important where appropriate. - -M src/CollectionPage.vala -M src/ImportPage.vala -M src/PhotoPage.vala - -commit 831417fa4fc56793569a1b61ff8b555a15fb23eb -Author: Jim Nelson -Date: Thu Nov 5 00:11:15 2009 +0000 - - Fixes unhandled exceptions caught by Vala 0.7.8. - -M src/AppWindow.vala -M src/CameraTable.vala -M src/DatabaseTables.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/Exif.vala -M src/Photo.vala - -commit 555368278f9e3dd77b52c60cb09589952013d21e -Author: Jim Nelson -Date: Wed Nov 4 22:23:07 2009 +0000 - - Makefile changes for better packaging support, from a patch submitted - by Matthias Clasen. - -M Makefile -M misc/shotwell-viewer.desktop - -commit e5bd957bb798467a0248748cc9853eb73324544e -Author: Adam Dingle -Date: Wed Nov 4 20:11:00 2009 +0000 - - Added an #if to fix the Windows build. - -M src/LibraryWindow.vala - -commit 1114af4885eaf3deeb648f1fa6264b127fa21131 -Author: Allison Barlow -Date: Tue Nov 3 20:32:19 2009 +0000 - - added progress bar for merging over 50 photos into an event - -M src/EventsDirectoryPage.vala - -commit 1b379f71b4b1826481d84426a41a8fc49da58be8 -Merge: 574cce1b f9b19cf5 -Author: Jim Nelson -Date: Tue Nov 3 19:32:46 2009 +0000 - - Final merge from 0.3.0 branch to trunk. These changes are largely - related to the packaging process. - -commit 574cce1b6cff20f837146acb15356592620df0e9 -Author: Jim Nelson -Date: Tue Nov 3 19:04:43 2009 +0000 - - For some reason, Queryable has returned. Bye. - -D src/Queryable.vala - -commit 50860377c2565184397674dd458b71f40dd0d359 -Author: Allison Barlow -Date: Tue Nov 3 00:46:55 2009 +0000 - - adds merge events feature. present in right-click context menu, - in the edit menu, and in the toolbar. - -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Sidebar.vala -M src/Thumbnail.vala -M src/Workers.vala -M ui/events_directory.ui - -commit f9b19cf5a281693b04c34470e839b8431a7567f7 -Author: Jim Nelson -Date: Mon Nov 2 22:49:02 2009 +0000 - - And yet more Debian goofery. - -M Makefile -M debian/control -M debian/dirs - -commit d8e23200c3ff6d47d65a5e7515db66b4a4393a59 -Author: Jim Nelson -Date: Mon Nov 2 21:45:50 2009 +0000 - - More changelog goofery. - -M debian/changelog - -commit 050e35cfc6c6d37d0332ef80e66656663c647244 -Author: Jim Nelson -Date: Mon Nov 2 21:25:42 2009 +0000 - - Forgot to sign the changelog. - -M debian/changelog - -commit 42c249659ef92ac075bdebb0631718ccb1efc23c -Author: Jim Nelson -Date: Mon Nov 2 20:15:12 2009 +0000 - - Changelog, readme, and Debian changes in preparation of packaging. - -M Makefile -M NEWS -M README -M debian/changelog -M debian/control -M debian/copyright - -commit da3433f47e2f0214da62cd877918ac2db8cd36f8 -Author: Lucas Beeler -Date: Mon Nov 2 19:45:15 2009 +0000 - - Updated POT translations template file so that it reflects the - set of strings present in the application after the shotwell 0.3 - string freeze. - -M po/shotwell.pot - -commit 9a9544bb6ca9ec883ed6271a94d1294b95c42e56 -Merge: 0ce4554f b9a5300b -Author: Jim Nelson -Date: Mon Nov 2 19:14:32 2009 +0000 - - Merge from Shotwell 0.3.0 branch. - -commit b9a5300b8a9538157c56d679bf2f46ec8102f1b8 -Author: Jim Nelson -Date: Mon Nov 2 19:11:08 2009 +0000 - - #970: Dialog is now Keep / Delete. - -M src/Dialogs.vala -M src/ImportPage.vala - -commit 0ce4554f314cae170fbbff9bca6f98aa7383ad78 -Merge: 05ab1943 bc7951bb -Author: Jim Nelson -Date: Mon Nov 2 18:59:23 2009 +0000 - - Merge from shotwell-0.3.0 branch. - -commit 05ab1943b8e80bafbaeeb3379fa1630f1506ef96 -Author: Adam Dingle -Date: Fri Oct 30 23:21:59 2009 +0000 - - 1. Factored out directory-related methods from AppWindow into a - new class - AppDirs. - - 2. On Windows, prepend the directory containing the Shotwell - executable to - the PATH on startup. This is necessary so that gconfd can find - its DLLs, - which live in the Shotwell executable directory. - -M Makefile -A src/AppDirs.vala -M src/AppWindow.vala -M src/BatchImport.vala -M src/GPhoto.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Resources.vala -M src/ThumbnailCache.vala -M src/main.vala -M src/system.vala - -commit bc7951bb636147a8db08c1d8a1ad21817602cdb9 -Author: Jim Nelson -Date: Fri Oct 30 23:10:35 2009 +0000 - - This fixes a bug Allison discovered in trunk. Migrating it to 0.3.0. - -M src/Thumbnail.vala - -commit acf9707ae51a1aaa53a4dd8740df8e4f2fff8cd9 -Author: Jim Nelson -Date: Fri Oct 30 21:29:51 2009 +0000 - - #956: Need to re-hide progress bar after pages are added to the - notebook, as this requires a show_all() on it, - which shows all hidden widgets. This fixes the problem by hiding - the progress_bar when necessary when the page - is switched to. - -M src/ImportPage.vala - -commit bd896a0c22874fcf714aacaa33447217ce09166e -Author: Jim Nelson -Date: Fri Oct 30 19:13:15 2009 +0000 - - #962: The full-window page was holding a ref to the Photo object - after it had been deleted, triggering the - assertion. This change ensures the ref is dropped when a photo - is deleted. - -M src/PhotoPage.vala - -commit a7b6053c5e73966f962de6e6dd5d50f4301ff685 -Author: Jim Nelson -Date: Fri Oct 30 17:49:28 2009 +0000 - - #957: A function used within the Photo pipeline needed to be performed - atomically and was not. This fixes that - problem and cleans up atomicity elsewhere in the pipeline. - -M src/Photo.vala - -commit 35d592bf52630a89c1545d1510597b92f74dc4b4 -Author: Adam Dingle -Date: Fri Oct 30 17:35:28 2009 +0000 - - Added an Inno Setup script which can generate a Windows installer. - -A windows/winstall.iss - -commit 05fd127079ac5f41f5d143b25f526a52c765fdca -Author: Jim Nelson -Date: Fri Oct 30 00:28:49 2009 +0000 - - #961: Fixed. A long-running problem was that SinglePhotoPage resized - the DrawingArea widget to match the - viewport. This was unnecessary (GtkViewport does this automatically) - and, with certain scrollbar policies, - would cause the described problem. - -M src/Page.vala - -commit c52960c4b5939d221b06407bdbdf55a22eb39752 -Author: Lucas Beeler -Date: Thu Oct 29 21:29:59 2009 +0000 - - Changed the event signalling mode of the adjustment palette sliders - from Discontinuous to Delayed. - -M src/EditingTools.vala - -commit 4857e5f162bf69040be658aa803e36e28c8ab005 -Author: Jim Nelson -Date: Thu Oct 29 21:03:57 2009 +0000 - - #995: Ellipses fixed when unmounting camera. #958: Double-clicking - slider and moving it is a feature of GTK. - Changed code to fix crash due to reference counting/signal disconnect - issues. - -M src/EditingTools.vala -M src/ImportPage.vala - -commit 9590df69dcd0bf52d0695ca066c20c4236d3bff2 -Author: Jim Nelson -Date: Wed Oct 28 23:57:50 2009 +0000 - - #656: Remove dialog reworded. Fixed an HIG issue with the dialog - title. - -M src/CollectionPage.vala - -commit 956f6d7e8257a60d250b37d41e25488b2fa903fe -Author: Jim Nelson -Date: Wed Oct 28 22:54:04 2009 +0000 - - #948: Folders no longer counted as part of the import manifest. - If absolutely nothing is imported, an - appropriate dialog is presented to the user. - -M src/BatchImport.vala -M src/Dialogs.vala - -commit d7cbd2105d53259d1b8ab75c1fe92f3caf4870e4 -Author: Adam Dingle -Date: Wed Oct 28 22:45:00 2009 +0000 - - Added code so that we can find the directory where Shotwell is - installed on either Linux or Windows. - -M Makefile -M src/AppWindow.vala -M src/system.vala - -commit 864a83fcccd4032b1fa60fdbaddf099e3613f086 -Author: Jim Nelson -Date: Wed Oct 28 22:20:39 2009 +0000 - - Fixed a bug where a month event page was triggering an assertion - when accessed immediately after it was created - by an import. This was due to Gtk.Notebook.show_all() not being - called after the page was added to the notebook - (which is a no-no). This fixes it, and hopefully ensures it's always - called when a page is added. - -M src/Event.vala -M src/LibraryWindow.vala -M src/Page.vala - -commit 7bd262055c99d702d1778e5a128fb8d9bf85bd14 -Author: Adam Dingle -Date: Wed Oct 28 21:20:35 2009 +0000 - - Use GConf on Windows. - -M Makefile - -commit 8ee8bb6d20758af5fc60e7682e5fadb363c21dff -Author: Adam Dingle -Date: Wed Oct 28 19:51:29 2009 +0000 - - Use /bin/bash to execute configure. This avoids a shell portability - problem since - different versions of /bin/sh may echo newlines differently. - -M configure - -commit 0478f27be43b8db1dbc54929565f51bf53da6dc8 -Author: Jim Nelson -Date: Wed Oct 28 19:26:19 2009 +0000 - - #728: Drag selection now works properly at the bottom of a large - collection. Related to a signed 16-bit - overflow bug when GDK window grab is enabled (reported at - https://bugzilla.gnome.org/show_bug.cgi?id=599937). - Also, we discovered that signals must be disconnected manually, - so have done that as well in places where - required. - -M src/BatchImport.vala -M src/CheckerboardLayout.vala -M src/DataCollection.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Thumbnail.vala - -commit 1afb19009e911934ac74fcad90fc9c6b958478ac -Author: Lucas Beeler -Date: Wed Oct 28 18:22:42 2009 +0000 - - Removed periods after "cm" abbreviation in crop tool aspect ratio - popup box. This change resolves ticket #941. - -M src/EditingTools.vala - -commit b7ea71fef191eca2092ef22514d19976fcb835b3 -Author: Jim Nelson -Date: Sat Oct 24 01:01:42 2009 +0000 - - #711: No full fixes for this, as it's been decided this is a Gtk - issue. However, did remove the scrollbars - flashing as the window is shrunk by the user, which helps. Also, - in the investigation found some - unused/unnecessary code paths. Also fine-tuned the readahead caching, - which was not quite right. Finally, - removing the flashing scrollbars revealed problems in fullscreen mode, - and fixed that as well. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/Dimensions.vala -M src/DirectWindow.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala -M src/PixbufCache.vala - -commit 897f634f5faa34d4b700a583d44fd60819d008f8 -Author: Adam Dingle -Date: Fri Oct 23 22:35:25 2009 +0000 - - Check the number of CPUs on Windows systems. - -M Makefile -M src/Workers.vala -M src/main.vala -A src/system.vala -M src/windows.c - -commit d8678b060548e7683ecabd67c70e1c7b70adbbc4 -Author: Adam Dingle -Date: Fri Oct 23 21:46:38 2009 +0000 - - Enabled building on a Mac via GTK-OSX. - -M Makefile -M src/LibraryWindow.vala -A vapi/ige-mac-integration.vapi - -commit 324b7ef97530e2d8bfdff85070c8965e4a8d1b54 -Author: Jim Nelson -Date: Thu Oct 22 22:17:54 2009 +0000 - - #874: Increased event lull duration (event gap threshold) to 4 hours. - -M src/Event.vala - -commit 44d47c1d9592823fd9f9738f52e04e29f6d1dd6d -Author: Jim Nelson -Date: Thu Oct 22 22:06:12 2009 +0000 - - #743: Now displaying a cancellable modal progress bar while rotating, - reverting, or deleting a large number of - photos at once. - -M src/CollectionPage.vala -M src/DataCollection.vala -M src/Dialogs.vala - -commit 3a58286d303a74aa3e6a269018ab98b01a0c93fa -Author: Adam Dingle -Date: Thu Oct 22 22:00:55 2009 +0000 - - 1. On Windows, allow files to be imported by dragging them into the - Shotwell window. - - 2. On Windows, added a linker flag which prevents a console window - from appearing each time we run Shotwell. - -M Makefile -M src/LibraryWindow.vala - -commit b46e5672c6d29a51dc5466476d5c5d10556c12e8 -Author: Jim Nelson -Date: Thu Oct 22 00:23:03 2009 +0000 - - #899: Fixed crash on import due to faulty EXIF data. Also fixed a - bug due to recent readahead commit. - -M src/Photo.vala -M src/PhotoPage.vala - -commit d08d436f039bdd0b04e7edff57fbba483e1423ee -Author: Jim Nelson -Date: Wed Oct 21 23:32:39 2009 +0000 - - This prevents readahead in the direct edit case, which only slows - it down (due to importing on the fly). Will - need to be revisited at a future point. - -M src/PhotoPage.vala - -commit c7469c915b42f10788993035d53f6d3027f48621 -Author: Jim Nelson -Date: Wed Oct 21 22:56:48 2009 +0000 - - #741: Now performing readaheads in full-window and fullscreen view - with a cache filled by background threads. - Also fixed some issues exposed by these readaheads in direct edit - mode and fullscreen mode. - -M Makefile -M src/AppWindow.vala -M src/ImportPage.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -A src/PixbufCache.vala -M src/ThumbnailCache.vala -M src/Workers.vala -M src/main.vala -M src/util.vala - -commit c469ac23b551d8a7f5fb8751850a8cfa2a01d6ab -Author: Adam Dingle -Date: Wed Oct 21 14:47:19 2009 +0000 - - Added PNG icons for Windows port. - -A icons/crop.png -A icons/import.png -A icons/make-primary.png -A icons/object-flip-horizontal.png -A icons/object-rotate-left.png -A icons/object-rotate-right.png -A icons/pin-toolbar.png -A icons/return-to-page.png -A icons/shotwell.png - -commit 4a202fa5e32d9f2f137e8fed659c16f1e79ca28d -Author: Adam Dingle -Date: Wed Oct 21 14:45:53 2009 +0000 - - Various changes to allow Shotwell to build on Windows. - - (The new .png files will arrive in a separate commit since I have - them on - a different machine.) - -M Makefile -M src/CameraTable.vala -M src/Config.vala -M src/CustomComponents.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Resources.vala -M src/Workers.vala -M src/main.vala -A src/windows.c - -commit 15496f2459759c50bea18105353d3710df487070 -Author: Allison Barlow -Date: Mon Oct 19 22:43:28 2009 +0000 - - generalized EventProxyPage code to StubPage, which is used to create - stubs for Event pages and EventDirectory pages. - -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala - -commit 716c866c73fee3cfe39a45a0378c5dd1560ebe88 -Author: Jim Nelson -Date: Fri Oct 16 22:56:56 2009 +0000 - - Upped to version 0.3.1 in preparation for 0.4.0 development. - -M Makefile - -commit 5d3b898ff001fbf2184c291982a8e85868344c37 -Author: Jim Nelson -Date: Fri Oct 16 22:54:37 2009 +0000 - - Branching to complete 0.3.0 tickets. Trunk now code repository - for 0.4.0. - -commit a599540dbfd79e2b6fca6cdf3e5dc172721a9a6b -Author: Allison Barlow -Date: Fri Oct 16 17:50:51 2009 +0000 - - proper conf install - -M Makefile - -commit 7b9d01a3ce5457d7b517fa4b5e5d93a75b35a96e -Author: Allison Barlow -Date: Fri Oct 16 00:01:36 2009 +0000 - - allows for sidebar navigation with keyboard - -M src/LibraryWindow.vala -M src/Page.vala -M src/Sidebar.vala - -commit 82624ecb694f34857e28068efc81b5129de5af31 -Author: Jim Nelson -Date: Thu Oct 15 23:42:39 2009 +0000 - - #893 exposed a bug in the import code where a file that was not - copied into the library directory (typically - ~/Pictures) because it was located inside the user photos directory - was deleted if the import failed. Shotwell - was deleting the file if it was supposed to be copied but wasn't. - Now, it only deletes if file was actually - copied. - -M src/AppWindow.vala -M src/BatchImport.vala - -commit f8c461b5ab105c914b263ce06d526f16b92952c3 -Author: Jim Nelson -Date: Thu Oct 15 20:55:32 2009 +0000 - - #534: User now asked at end of import if they want to delete the - photos on the camera. - -M Makefile -M src/BatchImport.vala -A src/Dialogs.vala -M src/Event.vala -D src/ExportDialog.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Sidebar.vala - -commit 0bdbc1dae13f486e2f4e32ca9bf3dd0bcdffb7ad -Author: Lucas Beeler -Date: Wed Oct 14 23:34:20 2009 +0000 - - Resolves bug #891 ("Image does not grow/shrink with window when - red-eye is activated, and may crash"). - -M src/EditingTools.vala - -commit 0d66130afa5e7abbb54d066112bad038f5183c0c -Author: Lucas Beeler -Date: Wed Oct 14 23:17:01 2009 +0000 - - I failed to add a vapi patch and binary icon file in the previous - commit; this commit adds these overlooked files. - -A icons/crop-pivot-reticle.png -A vapi/gtk+-2.0.vapi - -commit 8d1e0cce9be2993704479c7b22df6f4ac09d59ee -Author: Lucas Beeler -Date: Wed Oct 14 23:08:35 2009 +0000 - - Completes implementation of feature #199 (Crop aspect ratios). - -M Makefile -M src/EditingTools.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit f7a66cfc472f258b4690c38584d80f8de6d525fd -Author: Allison Barlow -Date: Wed Oct 14 20:03:05 2009 +0000 - - fixes for tickets 622 (tool placement in fullscreen), 835 (pixelated - fullscreen image), 878 (titles persist between event pages), 666 - (basic info pane padded), and 875 autoenhance shortcut) - -M misc/shotwell.schemas -M src/CollectionPage.vala -M src/Config.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala -M ui/import.ui -M ui/photo.ui - -commit f93231d60535a30114e951850595fca0010c32c3 -Author: Jim Nelson -Date: Tue Oct 13 22:59:52 2009 +0000 - - #535: Duplicates now detected on import and reported in summary - to user. This patch will check camera photos - for duplicates via their EXIF/thumbnail hashes as well drag-and-drop - files, either by EXIF/thumbnail (if - available) or by a full-file hash. - -M src/BatchImport.vala -M src/Exif.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/util.vala - -commit a83143f3b0831bec2d8ab84d25c69d9419213e8f -Author: Jim Nelson -Date: Tue Oct 13 19:23:24 2009 +0000 - - With libgphoto 2.4.6, EXIF data is garbage from the camera, so cannot - accurately count how many preview bytes - have to be downloaded when updating the progress bar. Now merely - reflecting the number of loaded photos - in the progress bar. - -M src/ImportPage.vala - -commit 5458fde50e1c4f7a957f8789c14684eea442a69e -Author: Jim Nelson -Date: Tue Oct 13 19:11:55 2009 +0000 - - #888: This is due to the code rework for #887 and a bug in libgphoto2 - 2.4.6 where garbage is returned - when querying for EXIF data on a camera photo. This fixes the - problem by querying for the EXIF and the - thumbnail separately. - -M src/Exif.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/Photo.vala -M src/main.vala - -commit 9e918504c071ebd16305a81395c755d193f4b643 -Author: Allison Barlow -Date: Tue Oct 13 16:17:44 2009 +0000 - - implements shift+arrow selection (393), the sidebar selection fix - (877), and changes the unmount diaglog (883) - -M src/CheckerboardLayout.vala -M src/ImportPage.vala -M src/Page.vala -M src/Sidebar.vala - -commit 6723fdde6ffb293bbce2e8ee4d919b036ca73cb4 -Author: Jim Nelson -Date: Tue Oct 13 03:31:53 2009 +0000 - - #536: Toggle button on import page allows user to hide photos that - have already been imported. - -M src/CheckerboardLayout.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/DatabaseTables.vala -M src/Exif.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/main.vala -M src/util.vala - -commit 27ed23b8b929648b28a594373a1e4845f9824c1c -Author: Allison Barlow -Date: Mon Oct 12 20:00:17 2009 +0000 - - changed all instances of name to title, titles default to off - -M src/CollectionPage.vala -M ui/collection.ui - -commit 15e431c3ca890ae6fc501d6bba29e92f018edfa4 -Author: Allison Barlow -Date: Mon Oct 12 19:59:03 2009 +0000 - - fixes export dialog pango errors - -M src/ExportDialog.vala - -commit 9ff2433c645620eff27c222771974939f9fcfc61 -Author: Allison Barlow -Date: Mon Oct 12 17:56:08 2009 +0000 - - shift+home and shift+end now work properly. - -M src/Page.vala - -commit f415c0d37d900c18226e389f75f1372bc011c1f2 -Author: Allison Barlow -Date: Fri Oct 9 22:18:31 2009 +0000 - - Fixes ampersand in event tooltip bug and corrects shift+click - selection to be linear. - -M src/LibraryWindow.vala -M src/Page.vala -M src/Sidebar.vala - -commit 7df9276bcccbbcd374103bb994f95f267165216f -Author: Jim Nelson -Date: Thu Oct 8 21:59:29 2009 +0000 - - #866: Updated to work with libgee 0.5.0. Deprecated calls now - replaced with new methods. - -M Makefile -M src/CameraTable.vala -M src/DataCollection.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/ThumbnailCache.vala -M src/util.vala - -commit 4d37a92aa9cda31e025c5299c9d401ca36510173 -Author: Jim Nelson -Date: Thu Oct 8 21:04:24 2009 +0000 - - #865: Direct editing fixed. Was not entirely integrated into the - new architecture. - -M src/Photo.vala -M src/PhotoPage.vala - -commit a65d569425c0b2a742a23a0a1c61e576d515f954 -Author: Adam Dingle -Date: Thu Oct 8 19:40:26 2009 +0000 - - Added David Jeske to THANKS file. - -M THANKS - -commit 7f7aec4c275c4e4c09fad31760928943752508be -Author: Jim Nelson -Date: Thu Oct 8 19:25:04 2009 +0000 - - #612: (Jeske) Escape cancels current tool, then returns to collection - page. Removed "Return to Photos" from - View menu. - -M src/EditingTools.vala -M src/PhotoPage.vala -M ui/photo.ui - -commit 4707ac0d95cd69a7a8572268ab4bb0d668db234b -Author: Jim Nelson -Date: Thu Oct 8 18:52:00 2009 +0000 - - #658: (Jeske) F11 and Esc now exit fullscreen mode. - -M src/AppWindow.vala - -commit ff2022c755ddd0d136926b5761dca8d9f696eb42 -Author: Allison Barlow -Date: Thu Oct 8 17:49:41 2009 +0000 - - These changes make it so Shotwell starts with only the most recent - event branch open, opens the tree containing an event when the event - is selected, scrolls appropriately to a newly selected event in the - sidebar, and maintains the expanded/collapsed state of the sidebar - tree when resorting events. - -M src/LibraryWindow.vala -M src/Sidebar.vala - -commit 3d1427dd9bb0945fce910b320156125131ace89a -Author: Jim Nelson -Date: Thu Oct 8 02:53:05 2009 +0000 - - #859: Reflow was not occuring after import. This fell out of some - of the recent optimizations (but is fixed - thanks to recent erchitecture change!) - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Page.vala - -commit 6da4dc626034a0e0f9f774ee79e4e57543ca0c81 -Author: Jim Nelson -Date: Wed Oct 7 21:34:19 2009 +0000 - - Fixed an issue where a reflow() wasn't being called when the new - EventPage was realized on the screen. This bug - popped up in Allison's work on heirarchical events. - -M src/CheckerboardLayout.vala - -commit 1cbc301c3b8a99a1c0423bfc95b041d3f04925b3 -Author: Jim Nelson -Date: Wed Oct 7 03:26:55 2009 +0000 - - #842: Fixed. #742: Fixed. #710: Fixed. Empty space shown on quick - drag if thumbnail not in cache. Good - enough for now. #709: Usable but could be better. Good enough - for now. - -M src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/Workers.vala -M src/util.vala - -commit 493a9445199993574af83a5acd690965ec97c36e -Author: Allison Barlow -Date: Tue Oct 6 16:16:36 2009 +0000 - - Added date hierarchy to event directory. - -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Sidebar.vala - -commit b3a95e720e350074d213b36b34da1e2edc145299 -Author: Adam Dingle -Date: Tue Oct 6 15:22:47 2009 +0000 - - Added Allison to AUTHORS list. - -M AUTHORS -M THANKS -M src/Resources.vala - -commit 03d4a6c1cc828b6d9a600e78564e864bf393b430 -Author: Jim Nelson -Date: Fri Oct 2 19:52:20 2009 +0000 - - More work on improving UI responsiveness. In particular, - CheckerboardLayout now maintains a spatial - (two-dimensional) data structure to allow for quicker traversal of - its laid-out items. This speeds up finding - items at pixel coordinates and intersections of area and items - (which in turn is a boost in expose_event() and - update_visible_page()). - -M src/CheckerboardLayout.vala -M src/DataCollection.vala -M src/main.vala - -commit 22cfc327a81585ee26ec0377172bf1c048d21966 -Author: Jim Nelson -Date: Fri Oct 2 00:46:46 2009 +0000 - - #710: Now using threads to load thumbnails in the background. - More work to be done to close ticket, but with - blocking I/O now in the background, the UI controls are much more - responsive. - -M Makefile -M src/CollectionPage.vala -M src/Dimensions.vala -M src/EventsDirectoryPage.vala -A src/ExtendedPosix.vapi -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Resources.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -A src/Workers.vala -M src/image_util.vala -M src/main.vala - -commit ab78f0f6e2c96fe374aa0195a64eca9b404c5ebb -Author: Lucas Beeler -Date: Thu Oct 1 23:16:02 2009 +0000 - - Improves auto-enhance performance by about 25%, closes #674. - -M misc/shotwell.schemas -M src/PhotoPage.vala - -commit b3b86439814234a6da3815fd7a1dd1492a1e6726 -Author: Lucas Beeler -Date: Thu Oct 1 18:40:18 2009 +0000 - - Closes ticket #818 (internationalize .desktop files) - -M misc/shotwell-viewer.desktop -M misc/shotwell.desktop - -commit f76ddfef9d7bd274c047a9af876573889a9f23e8 -Author: Jim Nelson -Date: Wed Sep 30 16:32:12 2009 +0000 - - Now require Vala 0.7.7 to compile. - -M Makefile - -commit 384e442b4523e83ee11f50ab1397aaf6f3acf634 -Author: Jim Nelson -Date: Tue Sep 29 23:45:15 2009 +0000 - - #710: Some work done to improve performance of scrollbar (with - large libraries). Specifically, this introduces - the difference for a ThumbnailView to have a view_altered (which - requires a repaint) and a geometry_altered - (which requires a reflow in the layout). - -M Makefile -R096 src/CollectionLayout.vala src/CheckerboardLayout.vala -M src/CollectionPage.vala -M src/DataCollection.vala -M src/DataObject.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Page.vala -M src/Photo.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/util.vala - -commit 05a3a3e11ad2dba6a7db4b9a4b5188582076170a -Author: Allison Barlow -Date: Mon Sep 28 21:18:00 2009 +0000 - - Fixes problems caused by missing photo files in slideshow. Regresses - on manual advance so that no low res image put up immediately, - but that should be fixed with readahead. - -M src/AppWindow.vala -M src/CollectionPage.vala - -commit 3fee29c960f1ed58196464403e15b5699cdad626 -Author: Jim Nelson -Date: Mon Sep 28 17:31:56 2009 +0000 - - #824: Fixes for 0.7.7, binding updates and compiler/syntax changes. - -M src/ColorTransformation.vala -M src/ExportDialog.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/util.vala - -commit 4165977134a0a448ce0e603187d801253a10f76c -Author: Jim Nelson -Date: Thu Sep 24 01:47:02 2009 +0000 - - #809: Final step of model/view refactoring. Data objects and their - collections are now maintained in the - classes in DataObject.vala and DataCollection.vala. All other - objects throughout the system can now access - photos and events in a unified way, and keep their own state - synchronized consistently. - -M Makefile -M src/AppWindow.vala -M src/BatchImport.vala -M src/CollectionLayout.vala -M src/CollectionPage.vala -A src/DataCollection.vala -A src/DataObject.vala -D src/DataSource.vala -M src/DatabaseTables.vala -M src/DirectWindow.vala -M src/EditingTools.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Properties.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala - -commit 276351094654497ea4947a81938ba9331ab192a8 -Author: Allison Barlow -Date: Tue Sep 22 22:31:10 2009 +0000 - - no longer crashes when photo file source is missing - -M src/CollectionPage.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 0e5647328a1328fadb207b02c93cced4e51524ae -Author: Lucas Beeler -Date: Fri Sep 18 23:56:00 2009 +0000 - - This revision implements full international support (enhancement - #625) in the codebase and build system, including installation of - translation files during make install. Enhancement #625 is now closed. - -M Makefile -M src/International.vala -M src/main.vala - -commit 0e63b8ba1496092469921b4f64602f36876b618a -Author: Jim Nelson -Date: Fri Sep 18 00:37:03 2009 +0000 - - #809: Part two of the model/view refactoring. Photo is now integrated - into the new architecture, now breaking - the other half of the Queryable system for Basic Properties. - After some consideration, didn't want to fold - these changes in with the next (which integrates Page with the new - architecture) because that represents another - large change, and the two together will be unwieldy. However, - the next commit will restore Basic Properties. - -M src/CollectionPage.vala -M src/DataSource.vala -M src/Event.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Queryable.vala -M src/Thumbnail.vala - -commit 03e0c268055fde50570a46ebb3f49c4d9cffcb19 -Author: Lucas Beeler -Date: Thu Sep 17 22:01:30 2009 +0000 - - This revision includes fully internationalized program - code. Internationalization support in the build process and packaging - are not yet complete. - -M Makefile -A po/fr.po -A po/shotwell.pot -M src/AppWindow.vala -M src/CollectionPage.vala -M src/CustomComponents.vala -M src/DatabaseTables.vala -M src/Dimensions.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/ExportDialog.vala -M src/ImportPage.vala -A src/International.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Properties.vala -M src/Resources.vala -M src/Sidebar.vala -M src/image_util.vala -M src/main.vala -M src/util.vala - -commit 143c3acbf1c0092c63637bc703941c0ebe9de6cb -Author: Jim Nelson -Date: Thu Sep 17 01:09:00 2009 +0000 - - #809: This is part one of the model/view refactoring. This adds - the new DataObject and DataCollection classes - which are the basis of all data objects in the system that need to - be organized. Event and EventSource were - refactored as part of this first pass. Note that the properties - sheet is broken when displaying events because - the refactoring is not complete. The next commit (or perhaps the - one after that) will fix this when Page and - its children are integrated with DataObject/DataCollection. - -M Makefile -A src/DataSource.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Queryable.vala - -commit 63689c41e1dcf4e9cc8087abf7fc50d79a23105f -Author: Jim Nelson -Date: Tue Sep 15 23:46:47 2009 +0000 - - Fixes an assertion bug in direct edit mode. Also, direct edit now - takes advantage of some scaling optimizations - recently made available. - -M src/Photo.vala -M src/PhotoPage.vala - -commit 5addd9d711f58ac5b612b74d759e217a3f103bbb -Author: Allison Barlow -Date: Thu Sep 10 23:17:18 2009 +0000 - - Implemented basic event rename, using a dialog. - -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Sidebar.vala -M ui/event.ui -M ui/events_directory.ui - -commit a6e0078ce5f359b7bfdc50bdb8a265ef00835045 -Author: Jim Nelson -Date: Thu Sep 10 23:01:42 2009 +0000 - - Regression: This speeds up the time it takes to display the Events - Directory. - -M src/EventsDirectoryPage.vala - -commit d5309be81003cbd3abffab9a081986c4e3c4cf1a -Author: Jim Nelson -Date: Thu Sep 10 22:29:38 2009 +0000 - - #257: Removed 64-pixel thumbnails. Do not think at this time we - need to have screen-sized thumbnails. #621 - and #677: Applying color transformations is much speedier. - Pipeline only runs once, to generate thumbnails, and - thumbnails are now generated in the idle queue. - -M Makefile -M src/CollectionPage.vala -M src/ColorTransformation.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala - -commit 08c2cad0ae6361660a409a35e1cbd9ddfef16685 -Author: Jim Nelson -Date: Tue Sep 8 01:14:53 2009 +0000 - - Added the Event class, which is akin to the Photo (now LibraryPhoto) - class. All event-related logic outside of - database queries belongs here. - -M Makefile -M src/BatchImport.vala -M src/DatabaseTables.vala -A src/Event.vala -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/Queryable.vala -M src/main.vala - -commit 45b64686df176df39b06b0c4b089582257a00871 -Author: Jim Nelson -Date: Mon Sep 7 20:47:27 2009 +0000 - - Fixes a couple of scaling bugs exposed with the recent changes to - load-and-decode. Also, tweaks and bug-fixes - in the thumbnail caching. - -M src/PhotoPage.vala -M src/ThumbnailCache.vala - -commit 9dd0e31d0ac1f7768050f9acc09d2375578cded0 -Author: Jim Nelson -Date: Mon Sep 7 19:24:49 2009 +0000 - - This is all work toward #677, attempting to avoid running the pipeline - when doing edit operations. Because the - pipeline must be run for generating thumbnails, that run is not - avoided with this check-in. (This may be - addressed with background threads.) This check-in avoids the pipeline - when possible with current architecture, - and attempts to reuse an old pixbuf if the user cancels the edit tool. - -M src/AppWindow.vala -M src/ColorTransformation.vala -M src/DatabaseTables.vala -M src/EditingTools.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 8f35cba88b6742ab3501049b65707ff08408f8b0 -Author: Jim Nelson -Date: Fri Sep 4 22:31:30 2009 +0000 - - Fixed scaled load-and-decode to properly scale images which are - re-oriented and/or have a crop. Assertions in - the code guarantee that the pixbuf should not be rescaled once it - leaves the pipeline. - -M src/Box.vala -M src/CollectionPage.vala -M src/CustomComponents.vala -M src/Dimensions.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Thumbnail.vala -M src/image_util.vala - -commit 4153a88271a997094747048e29ff119a4a97e748 -Author: Lucas Beeler -Date: Fri Sep 4 01:37:00 2009 +0000 - - Auto-enhance sets the Shadows slider in this revision, completing - implementation of enhancement #641. - -M src/ColorTransformation.vala -M src/PhotoPage.vala - -commit 2ee75b311e1de05609cda9fed725b3ad1491350a -Author: Jim Nelson -Date: Thu Sep 3 02:26:03 2009 +0000 - - Now using a scaled load-and-decode in the pipeline. Full-window - images are no longer requested at screen size - and then scaled to fit the window, but rather requested at window - (actually, viewport) size. Window resizing is - done with current pixbuf until the resize completes and the pipeline - is re-run. - -M src/Box.vala -M src/CollectionPage.vala -M src/Dimensions.vala -M src/ImportPage.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/image_util.vala -M src/util.vala - -commit 99e75b4d97072e977c421366e06f6ca9740e14cc -Author: Lucas Beeler -Date: Wed Sep 2 23:43:00 2009 +0000 - - Resolves bug #756. - -M src/ColorTransformation.vala - -commit 985233adaadfc1af2252b7c2c7dcaff80077a4c6 -Author: Lucas Beeler -Date: Wed Sep 2 21:05:33 2009 +0000 - - Adds a Shadows slider to the Adjustments palette, closing enhancement - request #640. - -M src/ColorTransformation.vala -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 0fc67a6005893423ab8d89a55c4f46c83b8c738f -Author: Jim Nelson -Date: Wed Sep 2 00:24:09 2009 +0000 - - #701: Changed translucency from 75% to 90%. - -M src/AppWindow.vala -M src/EditingTools.vala -M src/Resources.vala - -commit bdba810689ee660732222b9909d2fe11f4050913 -Author: Jim Nelson -Date: Wed Sep 2 00:12:07 2009 +0000 - - Optimizations to speed up the photo viewer, including using bilinear - rather than hyper interpolation for images - going to the screen. - -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit dad701c8d37a91b6937c524ac9fc7fe7745ec800 -Author: Lucas Beeler -Date: Tue Sep 1 21:38:54 2009 +0000 - - Resolves #738. Fixes a bug whereby the position of the exposure slider - wasn't set properly when the Adjustments palette was opened. Increases - image update performance when sliders are re-positioned in the - Adjustments palette. - -M src/ColorTransformation.vala -M src/EditingTools.vala -M src/Photo.vala - -commit 541e72f3be211ac5b15e411751f1df067d417264 -Author: Jim Nelson -Date: Tue Sep 1 17:51:34 2009 +0000 - - Added remove_transformation to Photo for set_adjustment(). - -M src/Photo.vala - -commit f171db6a5c5043c54b238b8d3fa94fed5ca9851f -Author: Jim Nelson -Date: Tue Sep 1 01:53:29 2009 +0000 - - #737: Fixes enhancement being run twice when activated while another - tool is open. - -M src/PhotoPage.vala - -commit ca21278ba944d3e153041af2f09639636f4e57ba -Author: Lucas Beeler -Date: Tue Sep 1 01:26:04 2009 +0000 - - Fixed a minor bug introduced in the previous revision whereby the - histogram graphic in the adjustment palette failed to update in - response to movement of the exposure slider. - -M src/EditingTools.vala - -commit fdc538f0ac2f9a2d435bcf92d2a652187ff3a189 -Author: Lucas Beeler -Date: Tue Sep 1 00:20:16 2009 +0000 - - Color adjustment and enhancement are condensed into one operation - in this revision (#678). This change was effected through a major - refactoring of the color transformation subsystem. This refactoring - provides other performance gains throughout the color transformation - subsystem. - -M src/ColorTransformation.vala -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 1d138acc1ae5f012096d062b0a9162a257720334 -Author: Jim Nelson -Date: Mon Aug 31 20:13:41 2009 +0000 - - Bug: Need a TransformablePhoto.has_transformation() to deal with a - null transformations map. - -M src/Photo.vala - -commit 21c159b8eddb25a70ae653fc25deb3d093ff33d9 -Author: Allison Barlow -Date: Mon Aug 31 16:31:08 2009 +0000 - - Added settings toolbar button in slideshow page. Settings dialog - allows user - to modify the delay (in seconds) between slideshow frames. - The slideshow - delay and display basic info menu option now persist between sessions. - -M Makefile -A misc/shotwell.schemas -M src/AppWindow.vala -M src/CollectionPage.vala -A src/Config.vala -M src/LibraryWindow.vala - -commit bebebeaa1000aad67c58a8f0c969978fd20c43db -Author: Jim Nelson -Date: Fri Aug 28 21:55:32 2009 +0000 - - Refactoring of the drag-select code into CollectionLayout. This is - to push drawing code out of - CheckerboardPage, which holds the selection list. This is part of - the refactoring for collections. - -M src/CollectionLayout.vala -M src/Page.vala - -commit c73e07c22a052f2a841dd107e1413210e29afb53 -Author: Jim Nelson -Date: Thu Aug 27 02:37:30 2009 +0000 - - Widgetless thumbnail implementation. This commit assists with #136. - Also added aggregate debug logging to - ThumbnailCache, as its log messages interfered with performance - testing. CameraTable initializes after a delay - to shave even more time off the app startup time. - -M src/CameraTable.vala -M src/CollectionLayout.vala -M src/CollectionPage.vala -M src/Page.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/util.vala - -commit 3fa29f91307f93160b388a2657c86f1c7560c054 -Author: Jim Nelson -Date: Tue Aug 25 02:04:18 2009 +0000 - - Nub icon not added to last commit. - -A icons/drag_nub.png - -commit 5a5653198cd57bc77eb0ceb2c9b9b9306e4511df -Author: Lucas Beeler -Date: Tue Aug 25 01:17:12 2009 +0000 - - Adjustment palette now includes histogram slider controls (#615) - that are automatically set by auto-enhance (#681). - -M Makefile -M src/ColorTransformation.vala -A src/CustomComponents.vala -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit ec535051f39e67b84f0087be5385d21b72e83e27 -Author: Jim Nelson -Date: Mon Aug 24 23:44:29 2009 +0000 - - All PhotoTable rows are not stored in memory, to speed up startup. - Database verification is looser now, as all - photos are not verified at initialization. - -M src/DatabaseTables.vala -M src/Photo.vala -M src/main.vala - -commit baad86116bf1c862edbe17ffced54151b1a6416d -Author: Jim Nelson -Date: Mon Aug 24 22:52:33 2009 +0000 - - EventPages now loaded on-demand rather than created all at once. - A similar strategy can be used with albums. - -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Sidebar.vala - -commit a6e387284392016b220cb138bc12e1d51179c8bb -Author: Jim Nelson -Date: Fri Aug 21 00:12:03 2009 +0000 - - As part of #136: CollectionPage was iterating its parent's list to - ensure the same photo was not added twice to - its view. Smart! CollectionPage now maintains a HashMap of - LibraryPhoto -> Thumbnail. - -M src/CollectionPage.vala - -commit ed09d96e9c65b29176b3cd847f1be0708035363d -Author: Allison Barlow -Date: Thu Aug 20 18:12:27 2009 +0000 - - the basic properties display now updates with multiple selection. - -M src/LibraryWindow.vala -M src/Properties.vala - -commit 39eeb57cb8380fa0f1194f4acaf99f0f7888b555 -Author: Jim Nelson -Date: Wed Aug 19 23:56:52 2009 +0000 - - Detected a bug when testing iPhone 3.0 with Rob's: the unmount failed - and the unmount progress bar remained - visible and the camera remained marked as busy. This fixes that - problem. Have not been able to reproduce the - unmount problem. - -M src/ImportPage.vala - -commit cac5dec7d92a675dcc536900d969e084bbb46eb4 -Author: Jim Nelson -Date: Wed Aug 19 21:31:17 2009 +0000 - - #670: When Shotwell first starts, it runs a verify_database() - function. This now looks for events with no - end_time set (due to #665) and sets it to the exposure_time of the - newest photo in the event. - -M src/DatabaseTables.vala - -commit 331f59909db182781f5e22ddbb16a419a9759fa1 -Author: Jim Nelson -Date: Wed Aug 19 21:08:27 2009 +0000 - - Gah ... corner-case in last commit. This solves it. - -M src/Page.vala - -commit 847307db72ea632eabd8701b10298701621e20a3 -Author: Jim Nelson -Date: Wed Aug 19 21:03:09 2009 +0000 - - #669: F11 now works as it should in the Events Directory page. - Also cleaned up SinglePhotoPage to be more - efficient about only creating a new pixmap when it's absolutely - required. - -M src/EventsDirectoryPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 359bf86ed1fbd2b26e2871d695728c164ede1d19 -Author: Jim Nelson -Date: Wed Aug 19 03:39:37 2009 +0000 - - #533: Holding down the arrow key doesn't hang Shotwell any longer. - #63: Quick compare holding down the Shift - key of a modified photo (works both in library and direct-edit mode). - #537: Slideshow now begins with selected - photo. #665: Last event now marked with its end time. #668: - Toolbar now remains in-place in fullscreen mode - when using compiz. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/SortedList.vala - -commit 9877aab228d183ab094b1590869d7ddddbb41ee4 -Author: Jim Nelson -Date: Wed Aug 19 00:28:38 2009 +0000 - - Fixed graying out Revert menu item in context menu. - -M src/DirectWindow.vala -M src/PhotoPage.vala - -commit dadcf26243c54cc3582bb0f339104e54ffa8310c -Author: Jim Nelson -Date: Tue Aug 18 22:53:43 2009 +0000 - - Fixes various problems in direct-edit identified by Adam, including - Save/Save As behavior and dialog titles, - displaying a dirty asterisk and path in the title bar (a la gedit), - and handling cases where a file is - unreadable or undecodable. - -M src/CollectionPage.vala -M src/DirectWindow.vala -M src/ExportDialog.vala -M src/ImportPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/util.vala - -commit 096727a84f382fc6282def4471093d27ca0f7b72 -Author: Allison Barlow -Date: Tue Aug 18 20:01:32 2009 +0000 - - added display basic photo info feature for single selection - -M Makefile -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/Exif.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala -A src/Properties.vala -M ui/collection.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/photo.ui - -commit df5c5c2e24785985cdc209f08ea1bdbfddb8004d -Author: Jim Nelson -Date: Tue Aug 18 18:50:49 2009 +0000 - - Regression in the refactoring for direct-edit mode; thumbnails were - being re-oriented twice when the user - rotated an image. (Caught by Allison.) - -M src/Photo.vala - -commit 362962c7d6dc3a3c8f1d09270d0f09c0a4609910 -Author: Jim Nelson -Date: Mon Aug 17 23:25:09 2009 +0000 - - #652: Shotwell will now register itself as a JPEG viewer when - installed. Fixed About box. - -M Makefile -A misc/shotwell-viewer.desktop -M src/AppWindow.vala -M src/DirectWindow.vala -M src/LibraryWindow.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit cea90792cfe7dcf38356b6d3bf23fbd744c26df4 -Author: Jim Nelson -Date: Mon Aug 17 22:11:37 2009 +0000 - - Edit/Undo -> Photo/Revert to Original. A better solution in the - future is for EditingHostPage to have its own - PhotoMenu and PhotoContextMenu that is shared by the subclasses. - -M src/PhotoPage.vala -M ui/direct.ui - -commit 94c22e1ccea5e497f53dec0c3614976b1b1ec2ba -Author: Jim Nelson -Date: Mon Aug 17 21:19:29 2009 +0000 - - #647: Context menu added to direct editing page. Queries before - losing changes to photo. Fixed thumbing - through directory. - -M src/AppWindow.vala -M src/DirectWindow.vala -M src/ExportDialog.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/main.vala -M ui/direct.ui - -commit 68b1f5abf7d8a75daecc10d7ff97bb3597ee7077 -Author: Adam Dingle -Date: Mon Aug 17 19:25:06 2009 +0000 - - Added Lucas to AUTHORS file. - -M AUTHORS -M THANKS -M src/Resources.vala - -commit 0539fd5348308b391a9ba1febdec98d7e759b2bb -Author: Jim Nelson -Date: Mon Aug 17 18:44:50 2009 +0000 - - Added Save and Save As ... to direct editing window. Moved more - functionality from LibraryPhoto into - TransformablePhoto. Thumbing through directory now operational. - -M Makefile -M src/AppWindow.vala -M src/CollectionPage.vala -M src/DirectWindow.vala -M src/ExportDialog.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/SortedList.vala -M src/main.vala -M ui/direct.ui - -commit 3fcba76bd5ccb90bb5e3388a062c9f55d3cfe5a6 -Author: Lucas Beeler -Date: Sat Aug 15 01:02:50 2009 +0000 - - implements one-touch, toggle-able auto-enhance functionality; - resolves ticket #62 - -A icons/enhance.png -M src/ColorTransformation.vala -M src/DatabaseTables.vala -M src/EditingTools.vala -M src/FixedKeyFile.vapi -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/util.vala - -commit 86d0bb11dac112cbcb5b5ee142d435b1f518f299 -Author: Jim Nelson -Date: Fri Aug 14 22:09:01 2009 +0000 - - Fixed mechanics of replacing photo object displayed in full-screen - view. - -M src/PhotoPage.vala - -commit 428e3579656ff23aedb7a68a9c02afa37b437cf2 -Author: Jim Nelson -Date: Fri Aug 14 18:39:40 2009 +0000 - - First stab at direct photo editing (#187); can open a single file - and edit it with our tool set. Fullscreen - mode supported. No save feature or directory traversal yet. - -M Makefile -M src/DatabaseTables.vala -A src/DirectWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/main.vala -A ui/direct.ui - -commit 43919b9d3f75324b6bfff3e816c60ba5f2ab20dc -Author: Jim Nelson -Date: Fri Aug 14 00:00:41 2009 +0000 - - #397: Fixed crop tool buttons for GNOME HIG. - -M src/EditingTools.vala - -commit 4ee5d0ca172622775fcb693493f53fc442115a40 -Author: Jim Nelson -Date: Thu Aug 13 23:38:54 2009 +0000 - - Broke PhotoPage into EditingHostPage and LibraryPhotoPage, in - preparation for direct editing. Also introduced - PhotoCollection, a grouping interface for EditingHostPage to - generically move through a group of photos. - -M src/CollectionPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit 2be1e084d7abbdf16cb9923d1e7d9d09d7882082 -Author: Jim Nelson -Date: Thu Aug 13 17:45:05 2009 +0000 - - Moved PhotoTransformer into TransformablePhoto, which is now properly - in the inheritance tree. Also prepped - PhotoPage for using TransformablePhoto rather than Photo (which is - now LibraryPhoto), so it can be reused for - direct edit mode. - -M Makefile -M src/BatchImport.vala -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/LibraryWindow.vala -M src/Photo.vala -M src/PhotoPage.vala -D src/PhotoTransformer.vala -M src/Queryable.vala -M src/Thumbnail.vala -M src/main.vala - -commit deee14d6533c138d901f7a8e18e7b8ae4d74e38c -Author: Jim Nelson -Date: Thu Aug 13 00:38:36 2009 +0000 - - Exeption enum was accepted as int for get_pixbuf() parameter - ... caused adjust tool to display psychadelic - image. - -M src/EditingTools.vala - -commit 3f12a8ccc2ee6d61659288875e973a1fdb1b5e2f -Author: Jim Nelson -Date: Wed Aug 12 19:25:21 2009 +0000 - - Callers to PhotoTransformer.get_pixbuf now must specify a scale, - to discourage pipeline transformations of - unscaled pixbufs. Support added for retrieving pixbufs at screen - size, which is adequate for most display - operations. Beefed-up the get_preview_pixbuf() method, which - encourages using lower-quality but - fully-transformed pixbufs when possible. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/EditingTools.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/PhotoTransformer.vala -M src/image_util.vala - -commit 1bccf59fe17d86a4e69e3bd11291df73cb87b65b -Author: Allison Barlow -Date: Wed Aug 12 16:00:27 2009 +0000 - - restructured queryable interfaces to return static types - -M src/CollectionLayout.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Photo.vala -M src/Queryable.vala -M src/Thumbnail.vala - -commit 52bc267176aec3174c2a076df3e4b9ac84a0728f -Author: Jim Nelson -Date: Tue Aug 11 22:33:58 2009 +0000 - - Part two of staged commit to refactor for #189: new PhotoTransformer - class deals with transformations without - knowledge of how they're backed. - -M Makefile -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala -A src/PhotoTransformer.vala - -commit d551ac021ce2a78672164dee3b82c4e0ae3e8a83 -Author: Jim Nelson -Date: Tue Aug 11 21:59:32 2009 +0000 - - Refactoring in preparation of direct-edit window (#187): AppWindow - now broken into AppWindow & LibraryWindow. - -M Makefile -M NEWS -M src/AppWindow.vala -M src/BatchImport.vala -A src/CameraTable.vala -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -A src/LibraryWindow.vala -M src/Page.vala -M src/PhotoPage.vala -M src/main.vala - -commit 4e3e9df4a4825ac46a7ff918e3aa6af373f78ef6 -Author: Adam Dingle -Date: Mon Aug 10 22:22:53 2009 +0000 - - Added Allison to THANKS file. - -M THANKS - -commit cdea6b984095370d84a4fdc10a113c75e1c45996 -Author: Allison Barlow -Date: Fri Aug 7 23:15:54 2009 +0000 - - Adds the Queryable class and classes for boxing stucts, changes - Photo's - query_filesize to get_filesize, and moves set/get_dimensions to - Exif from - PhotoExif. - -M Makefile -M src/CollectionLayout.vala -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/EventsDirectoryPage.vala -M src/Exif.vala -M src/ImportPage.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -A src/Queryable.vala -M src/Thumbnail.vala - -commit 210c130d9dda19fca147994714283796d3020bfa -Author: Jim Nelson -Date: Fri Aug 7 17:33:10 2009 +0000 - - In preparation for 0.2.0. - -M Makefile -M NEWS -M debian/changelog -M src/SortedList.vala - -commit 405c50d1aa3f835bab9e0ad17c4972c6807a9971 -Author: Jim Nelson -Date: Wed Aug 5 00:14:57 2009 +0000 - - #600: Now using user-defined pictures directory for default library - storage. - -M src/AppWindow.vala - -commit c322171ba18fe1aa0315762e58f316842d2293f7 -Author: Lucas Beeler -Date: Wed Aug 5 00:09:58 2009 +0000 - - Closes ticket #77. A dynamically-updating image histogram is now - displayed in the Adjustment palette. - -M src/ColorTransformation.vala -M src/EditingTools.vala - -commit abe13c5bfc22ad8263d56e59ce85bb83ac190bf0 -Author: Jim Nelson -Date: Tue Aug 4 19:48:03 2009 +0000 - - #372: Import DND modifier keys. Note that Move is not implemented, - for reasons I detail in #603. - -M Makefile -M src/AppWindow.vala -M src/Page.vala -M src/Photo.vala - -commit 03982eb87a4ed2a49085102fdc2c2b6f939afe64 -Author: Jim Nelson -Date: Tue Aug 4 18:41:08 2009 +0000 - - Added instrumentation to Photo pixbuf pipeline to measure absolute - time of each stage. Also added feature to - allow caller to declare a scale for the pixbuf; Photo can perform - the scale at an opportune time and reduce - overhead in certain operations. Also fixed bug where the Thumbnail - objects in the entire system were being - resized when the slider moved; now, only those that are in view are - resized, and the others resize when they - come into view. - -M Makefile -M configure -M src/CollectionPage.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit d47f3eb68344cd12ad1b5d13705b52a698308ed4 -Author: Jim Nelson -Date: Tue Aug 4 03:16:20 2009 +0000 - - #380: X server corruption when selecting with compositing WM fixed. - Different technique used, which should actually be faster and results - in nicer presentation. - -M src/Page.vala -M src/image_util.vala - -commit 397ba9f671fa476d23bf1e1a3c71530199142565 -Author: Jim Nelson -Date: Mon Aug 3 19:41:54 2009 +0000 - - Support for Vala 0.7.5. - -M NEWS -M debian/changelog -M src/AppWindow.vala -M src/ColorTransformation.vala -M src/Exif.vala -M src/libexif.vapi - -commit 5eaceca27ab09adbfd06b7860cf80393e2aec980 -Author: Jim Nelson -Date: Mon Aug 3 18:30:48 2009 +0000 - - Doc changes in preparation for 0.1.2. - -M NEWS -M README -M THANKS -M debian/changelog - -commit b3086e52a630fec4a8114d732051de36198d9539 -Author: Jim Nelson -Date: Mon Aug 3 18:16:04 2009 +0000 - - Previous version segfaults on 64-bit builds. Issue is a bad binding - for KeyFile; see - http://bugzilla.gnome.org/show_bug.cgi?id=588104 KeyFile is only - used in the database in PhotoTable. It - appears the adjustment code (when compiled for release) exposed the - binding problem. Now using a custom vapi - until the binding is fixed. - -M Makefile -M src/DatabaseTables.vala -R100 src/fstream.vapi src/FStream.vapi -A src/FixedKeyFile.vapi - -commit be0405268317daffd6d67b60045416e6e1b498ea -Author: Jim Nelson -Date: Fri Jul 31 20:41:55 2009 +0000 - - Not quite ... had to update toolbar controls as well. - -M src/CollectionPage.vala - -commit 711272180aee446b5c7cd8bdc8d541041d1546c9 -Author: Jim Nelson -Date: Fri Jul 31 20:33:06 2009 +0000 - - #504: Arrow keys move quicker through slideshow by using a 360 - thumbnail for initial display. #581: FP compiler - optimizations now included in release build. - -M Makefile -M src/CollectionPage.vala - -commit 66c3e2c2a6f7faa43daf8c707d6a45618b231fc0 -Author: Jim Nelson -Date: Fri Jul 31 01:42:21 2009 +0000 - - #506: Sped up opening photos by using large thumbnail is initial - image. #580: "Copy files to library" option - now available in File / Import. - -M Makefile -M src/AppWindow.vala -M src/BatchImport.vala -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/EventsDirectoryPage.vala -M src/Exif.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/image_util.vala -M src/libgphoto2.vapi - -commit 1daaf56140e8515567a1c4256c197b3f87b1f65e -Author: Lucas Beeler -Date: Thu Jul 30 22:20:55 2009 +0000 - - resolved bug #591 : assertion fails when null color adjustment - (i.e. all sliders set to zero) is applied - -M src/EditingTools.vala - -commit d13e7a3bccfa759909f77bf65da2900580774181 -Author: Lucas Beeler -Date: Thu Jul 30 01:53:41 2009 +0000 - - #78: added adjust control manipulating exposure, saturation, - temperature and tint - -M Makefile -A icons/adjust.png -A src/ColorTransformation.vala -M src/DatabaseTables.vala -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit 176c2ef7a8a84f12c82aff316ccd3b8e15f641fd -Author: Jim Nelson -Date: Wed Jul 29 03:31:09 2009 +0000 - - #439: Resorting photos with large collection does not take so - much time. This one has been bugging me for a - long time. I replaced SortedList's inane insertion sort with a - less-inane binary insertion sort. Photo now - caches exposure_time to speed up comparisons, as going out to the - database every time was too expensive. Both - changes result in a marked improvement for the user. Also made Sort - By Exposure Time / Descending the default, - as that's more interesting for the user. Also spotted a subtle bug - in fullscreen window; fixed. - -M src/BatchImport.vala -M src/CollectionLayout.vala -M src/CollectionPage.vala -M src/ImportPage.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/SortedList.vala - -commit 4e5ac0b8bc8eb3d49d39995a9ee9c3fe3c6b0a18 -Author: Jim Nelson -Date: Wed Jul 29 02:39:04 2009 +0000 - - #464: Makefile no longer broken for incremental builds (hard-tab - empty command fix). #451: --debug | --release - in ./configure. #452: Release build is default (-g -O2). - -M Makefile -M configure - -commit 91fdd120ba46a0a6301c277743fb2f16c1723044 -Author: Jim Nelson -Date: Tue Jul 28 03:39:59 2009 +0000 - - #441: Ubuntu packaging. #460: Cross-compilation under Launchpad. - #461: Man page. #462: Debian menu file. - #530: Tarball provides top-level directory. #538: configure.in -> - configure.mk #544: Proper "make distclean". - #554: Makefile builds .tar.gz. #572: Only require libgee 0.1.3. - -M Makefile -M NEWS -M configure -A debian/changelog -A debian/compat -A debian/control -A debian/copyright -A debian/dirs -A debian/docs -A debian/manpages -A debian/menu -A debian/rules -A debian/shotwell.1 -A debian/watch -M src/PhotoPage.vala -M src/SortedList.vala - -commit 5e0a4307b8c817209c1ebe44ff1ebe89f0b69f75 -Author: Lucas Beeler -Date: Wed Jul 22 19:08:40 2009 +0000 - - Resolved bugs #547 ("Crop reticle leaves artifacts in gutter") - and #548 ("Crop reticle can't be gripped if dropped in gutter") - -M src/EditingTools.vala - -commit ddfad85664ba8ee3998fc34123049d27f4669ad6 -Author: Allison Barlow -Date: Wed Jul 22 18:24:43 2009 +0000 - - fixed bugs #551 and #552: import/export menus now have ellipses and - dialog titles now match command names - -M src/CollectionPage.vala - -commit 7d8a8f337520d4b189d79619d3dfc554254180ca -Author: Allison Barlow -Date: Wed Jul 22 17:30:49 2009 +0000 - - fixed bugs #551 and #552: import/export menus now have ellipses and - dialog titles now match command names - -M src/AppWindow.vala -M src/ExportDialog.vala -M src/PhotoPage.vala -M ui/events_directory.ui - -commit f449e3758c7bd75863161bab6f48449c1810e02d -Author: Allison Barlow -Date: Wed Jul 22 15:57:15 2009 +0000 - - added enhancement #527: import from file menu option - -M src/AppWindow.vala -M ui/collection.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/photo.ui - -commit fd3c1db80ef95e7774d446013847e03c6677251d -Author: Lucas Beeler -Date: Wed Jul 22 01:12:56 2009 +0000 - - Implemented red-eye removal feature. - -A icons/redeye.png -M src/DatabaseTables.vala -M src/EditingTools.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/util.vala - -commit 1c495ed4ca076ab6d9064a3ecfb0b2a808147625 -Author: Jim Nelson -Date: Tue Jul 21 18:26:50 2009 +0000 - - Need to check for null with exif. - -M src/BatchImport.vala - -commit 2c661155df7c266d57ea2acf260796148846b55a -Author: Allison Barlow -Date: Mon Jul 20 18:35:40 2009 +0000 - - fixed bug #588: delete photos confirmation now uses Cancel and Delete, - buttons. changed dialog icon to Warning and edited dialog message - -M src/CollectionPage.vala - -commit 0b19fdca9fa8d4942af9146594afa1548b81fd57 -Author: Allison Barlow -Date: Fri Jul 17 21:34:52 2009 +0000 - - fix bug that last checkin caused--added 1900 to date - -M src/DatabaseTables.vala - -commit dfc5336f3e7f84e0584d30975638006503c3ac70 -Author: Allison Barlow -Date: Fri Jul 17 21:17:02 2009 +0000 - - fixed bug #502: extra space in event dates - -M src/DatabaseTables.vala - -commit ed4bedb1e93daaa5edcd1ef7399de6c9fd942fc2 -Author: Jim Nelson -Date: Fri Jul 10 14:44:10 2009 +0000 - - Imported photos are sorted by exposure time as they're imported. - -M src/BatchImport.vala -M src/Exif.vala -M src/ImportPage.vala - -commit 0bb904bff14d055956dbc7a6d9bd873b575bd063 -Author: Jim Nelson -Date: Fri Jul 10 13:59:56 2009 +0000 - - Crop code refactored into its own class of abstract type. This allows - PhotoPage to host more tools in the future via an abstract interface. - #456: THANKS file added. - -M Makefile -A THANKS -A src/EditingTools.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala - -commit a56ec5c718803fff72a1b04b757c8974e8742fd2 -Author: Jim Nelson -Date: Wed Jul 8 13:28:29 2009 +0000 - - #426: Parallel builds now supported. - -M Makefile -M configure - -commit 7aa77f0c73c50b4b09f8615be3dafa2ee9fd8f12 -Author: Jim Nelson -Date: Tue Jul 7 20:08:29 2009 +0000 - - Fixes importing from mass storage devices, especially card readers. - -M src/AppWindow.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/Sidebar.vala -M src/main.vala - -commit 6599730704cef512fa9426e5bc86e4639bcdcfa8 -Author: Jim Nelson -Date: Mon Jul 6 11:39:51 2009 +0000 - - Brighten thumbnails on mouse-over. - -M src/CollectionLayout.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Page.vala -M src/Thumbnail.vala - -commit 92c889bb73024d75203d9a8a6abc7fcadca21ab1 -Author: Jim Nelson -Date: Sat Jul 4 22:41:39 2009 +0000 - - #437: Select All in camera import view. - -M src/ImportPage.vala -M ui/import.ui - -commit 3b9be649f8646c61abcef82756809c806903171c -Author: Jim Nelson -Date: Sat Jul 4 22:26:54 2009 +0000 - - #435: Sidebar refactored into own class. This will pay dividends - later when more features come on line that incorporate more pages - and more sidebar requirements. - -M Makefile -M src/AppWindow.vala -M src/Page.vala -A src/Sidebar.vala - -commit 35648b6a3192948ed9dcce4c7efa37ca306bb61a -Author: Jim Nelson -Date: Thu Jul 2 00:35:56 2009 +0000 - - #433: Slideshow now paints high-quality without stepping up the - improvement. - -M src/CollectionPage.vala -M src/Page.vala -M src/PhotoPage.vala - -commit c05b387557e5a395cac646bd0679b9754eb14079 -Author: Jim Nelson -Date: Thu Jul 2 00:23:43 2009 +0000 - - #205: Sort events by date, reflected in sidebar and in the events - directory page. - -M Makefile -M src/AppWindow.vala -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Page.vala -M ui/collection.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/photo.ui - -commit 429194522ac1896e24e1e43a9e7d9e6deb918e55 -Author: Jim Nelson -Date: Wed Jul 1 00:15:32 2009 +0000 - - Upping version number to 0.1.2, for next release. - -M Makefile - -commit 156db6b8a3e467fc0134429ef4168c5a30558020 -Author: Jim Nelson -Date: Wed Jul 1 00:07:35 2009 +0000 - - #305: Base slideshow functionality. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/PhotoPage.vala -M ui/collection.ui - -commit f0174d4d69fe96a8563f417e5778bc2d7b914bf0 -Author: Jim Nelson -Date: Tue Jun 30 18:06:18 2009 +0000 - - Made changes for Shotwell to depend on gee-1.0 alone and not vala-1.0 - (save to compile). - -M Makefile -M NEWS -M src/SortedList.vala - -commit 9849bb9f6fdfbedd27761c3d721bcb5c5a7b1b0c -Author: Jim Nelson -Date: Tue Jun 30 01:54:35 2009 +0000 - - Fixes compile errors with valac 0.7.4. Explicitly checks for vala - 0.7.3 or above in Makefile for building, - separating the check from packages Shotwell depends on at runtime. - -M Makefile -M src/DatabaseTables.vala -M src/ImportPage.vala - -commit 63175f93e5311741d7edab2a942a7e3317d5f4de -Author: Jim Nelson -Date: Mon Jun 29 21:34:41 2009 +0000 - - An attempt to fix #380, although still reported in the wild. This, - however, fixes a serious problem in how the - selection rubberband is painted. - -M Makefile -M NEWS -M src/Page.vala - -commit 2890e13674675a9d40a262ec867fb51668a674db -Author: Adam Dingle -Date: Sat Jun 27 03:50:47 2009 +0000 - - Fixed version number in COPYING file. - -M COPYING - -commit 9749b5e3b03e02befa5554e27d60c81512fa1c45 -Author: Adam Dingle -Date: Fri Jun 26 18:13:15 2009 +0000 - - Various pre-release fixes. - -M AUTHORS -M COPYING -M Makefile -M NEWS -M README -M configure -M misc/shotwell.desktop -M src/AppWindow.vala -M src/Resources.vala - -commit 11197c81f51dbf929f3380f191332a28ae544947 -Author: Jim Nelson -Date: Fri Jun 26 02:13:09 2009 +0000 - - Fixed bug where was not switching to Camera view when desktop - indicated a new attached device. Fixed stepper - buttons on scrollbar to now work. - -M README -M misc/shotwell.desktop -M src/AppWindow.vala -M src/CollectionLayout.vala -M src/ImportPage.vala -M src/Page.vala - -commit 0977b61d6bfb373a99c943811e055d15ec775fb4 -Author: Jim Nelson -Date: Wed Jun 24 23:51:25 2009 +0000 - - Updated URLs - -M README -M src/Resources.vala - -commit edd31c2536d9024970354ac64a6dfbea7d43a4ed -Author: Jim Nelson -Date: Wed Jun 24 23:16:26 2009 +0000 - - #386: Renamed Subversion directory to "shotwell" - -commit 971d4d1eb01b4fc3f05ceb6023cd320cdafa62ab -Author: Jim Nelson -Date: Wed Jun 24 22:29:43 2009 +0000 - - #416: make dist now available. - -M Makefile -M src/AppWindow.vala -M src/DatabaseTables.vala -M src/Resources.vala -M src/main.vala - -commit b3566631762922615a73bfdf56a20f2e9fa23007 -Author: Jim Nelson -Date: Wed Jun 24 20:04:17 2009 +0000 - - #337: Added README, INSTALL, etc. files. #378: More thorough - About box. #389: Icon licensing information added to AUTHORS. - #413: Copyright/licensing added to all source files. - -A AUTHORS -A COPYING -A INSTALL -A MAINTAINERS -A NEWS -A README -M src/AppWindow.vala -M src/BatchImport.vala -M src/Box.vala -M src/CollectionLayout.vala -M src/CollectionPage.vala -M src/DatabaseTables.vala -M src/Debug.vala -M src/Dimensions.vala -M src/EventsDirectoryPage.vala -M src/Exif.vala -M src/ExportDialog.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/Orientation.vala -M src/Page.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/SortedList.vala -M src/Thumbnail.vala -M src/ThumbnailCache.vala -M src/fstream.vapi -M src/gphoto.h -M src/image_util.vala -M src/libexif.vapi -M src/libgphoto2.vapi -M src/main.vala -M src/util.vala - -commit 28070155e8a71c5be256a0fc195a09396d65af3a -Author: Jim Nelson -Date: Wed Jun 24 02:30:51 2009 +0000 - - #392: Arrow keys now available in all checkerboard views (Events - and Camera included). #342: Shift+Click now selects all in smallest - rectangle. - -M src/Box.vala -M src/CollectionPage.vala -M src/Page.vala - -commit 535511876e7095ac1b531261517d9039676bdec2 -Author: Jim Nelson -Date: Wed Jun 24 01:35:12 2009 +0000 - - #289: Check dependency versions, using Intrepid as base build system. - Vala 0.7.3 required, however. - -M Makefile -M configure - -commit 75055b10774ae5185174881e96908b823107e9ca -Author: Jim Nelson -Date: Tue Jun 23 19:32:05 2009 +0000 - - Improved installation: Application icon now installed. - -M Makefile -R100 icons/shotwell-icon.svg icons/shotwell.svg -M misc/shotwell.desktop -M src/Resources.vala - -commit 0d0e195d026150a763bc5644bac5f4e805494098 -Author: Jim Nelson -Date: Tue Jun 23 17:36:20 2009 +0000 - - Removed Gtk call that was 2.16 or above. Changed .desktop file to not - launch terminal window. - -M misc/shotwell.desktop -M src/PhotoPage.vala - -commit 57e5dd77fa861a016ecc9b5225c6809821fbaa5c -Author: Jim Nelson -Date: Tue Jun 23 01:07:31 2009 +0000 - - #396: Right-click on crop tool window no longer crashes. #339: Data - directory now ~/.shotwell. #394: Arrow keys to move next/previous - photo in full-window and fullscreen mode. - -M src/AppWindow.vala -M src/CollectionLayout.vala -M src/CollectionPage.vala -M src/Page.vala -M src/PhotoPage.vala - -commit 3df9d1b82e7f7fc446e8cb43444dd04bc051ee49 -Author: Jim Nelson -Date: Mon Jun 22 18:32:27 2009 +0000 - - #308: Icons for all current buttons. #388: Help/Contents URL. - -A icons/crop.svg -A icons/import-all.png -A icons/import.svg -A icons/make-primary.svg -A icons/object-flip-horizontal.svg -M icons/object-rotate-left.svg -M icons/object-rotate-right.svg -A icons/pin-toolbar.svg -A icons/return-to-page.svg -A icons/shotwell-icon.svg -A icons/shotwell-street.jpg -M src/AppWindow.vala -M src/CollectionLayout.vala -M src/CollectionPage.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Page.vala -M src/PhotoPage.vala -M src/Resources.vala -M src/ThumbnailCache.vala - -commit 94ecc1ce9814a8fa7cbf8c13888081f4d599f62e -Author: Jim Nelson -Date: Fri Jun 19 19:19:38 2009 +0000 - - #348: Now darkening area outside of crop rectangle. Lightening it - didn't look right; this can be easily changed, however. - -M src/BatchImport.vala -M src/DatabaseTables.vala -M src/EventsDirectoryPage.vala -M src/ImportPage.vala -M src/Photo.vala -M src/PhotoPage.vala -M src/image_util.vala - -commit 9e25c8613bde4de3f1516248e604906a5b713071 -Author: Jim Nelson -Date: Wed Jun 17 22:30:09 2009 +0000 - - #370: Photo file deleted when removed from library. User confirms - with dialog. - -M src/BatchImport.vala -M src/CollectionPage.vala -M src/Photo.vala -M src/util.vala - -commit 37e3b9131adf9e68594853070704b34f69f8f720 -Author: Jim Nelson -Date: Wed Jun 17 21:16:19 2009 +0000 - - #369: All imported files are now copied into the user's photo library. - -M src/AppWindow.vala -M src/BatchImport.vala -M src/ImportPage.vala -M src/util.vala - -commit 183e151330ba516e0d416162f21d019cad2c1ddc -Author: Jim Nelson -Date: Wed Jun 17 18:23:42 2009 +0000 - - Fixed up the About dialog a little bit. Still more work to be done - on it. - -M src/AppWindow.vala - -commit 5cc61071cc8efd2c195ce28043021719c6455d3f -Author: Jim Nelson -Date: Wed Jun 17 18:11:40 2009 +0000 - - #367: Help/Contents implemented. - -M Makefile -M src/AppWindow.vala -M ui/collection.ui -M ui/events_directory.ui -M ui/import.ui -M ui/import_queue.ui -M ui/photo.ui - -commit a2a159e7a19797d8cc69e9185480ea7131374e04 -Author: Jim Nelson -Date: Wed Jun 17 17:19:42 2009 +0000 - - #377: Forgot to add .ui file. - -A ui/import_queue.ui - -commit e5953f99692586375bf2ca44183e5db13d9c6186 -Author: Jim Nelson -Date: Wed Jun 17 02:48:10 2009 +0000 - - #314: Show photos in full-window view as they're imported. #315: - Stop Import button. #312: Drag-and-drop file import looks and acts - the same as camera import. - -M src/AppWindow.vala -M src/BatchImport.vala -M src/DatabaseTables.vala -M src/ImportPage.vala -M src/Photo.vala -M src/util.vala - -commit 34abe99eaf717b0ecbf509e42a44ba967e5c562e -Author: Jim Nelson -Date: Tue Jun 16 21:49:49 2009 +0000 - - Refactoring to prep for import queue page. - -M src/Page.vala -M src/PhotoPage.vala - -commit 3e788b7e4a8e8a94f906185dba7da2cb517d42a9 -Author: Jim Nelson -Date: Tue Jun 16 00:00:26 2009 +0000 - - #313: Smooth import progress bar. - -M src/BatchImport.vala -M src/GPhoto.vala -M src/ImportPage.vala -M src/Photo.vala - -commit 4244556354a28b7da5d4a086dc60fa89231e57ee -Author: Jim Nelson -Date: Mon Jun 15 20:49:27 2009 +0000 - - Fixed an edge case where the user exits the app during an import - and import is not cancelled. - -M src/AppWindow.vala -M src/BatchImport.vala -M src/ImportPage.vala -M src/Page.vala - -commit 47ea59ffeb183bf7652cad76cb06fedad6263de1 -Author: Jim Nelson -Date: Mon Jun 15 19:08:56 2009 +0000 - - #183: Major improvements to importing infrastructure to accumulate - errors, report them all at once to the user, and to import from camera - on-the-fly rather than copying all photos to local FS then importing. - -M Makefile -M src/AppWindow.vala -M src/BatchImport.vala -M src/DatabaseTables.vala -M src/ExportDialog.vala -M src/ImportPage.vala -D src/Makefile -M src/Photo.vala -M src/main.vala - -commit f130ccd74b7ce2f186bfa9840df0b4b6e23eb217 -Author: Jim Nelson -Date: Fri Jun 12 20:57:17 2009 +0000 - - #352: Crop tool window no longer steals focus. - -M src/PhotoPage.vala - -commit 0d438e1aacdddc592719711422275b1f7f8796e3 -Author: Jim Nelson -Date: Fri Jun 12 18:22:01 2009 +0000 - - #96: App exit now quick no matter if closed with close button or - File/Quit. - -M src/AppWindow.vala - -commit aef2df3dbcace7843bc4c2c2558dcf766184f9b9 -Author: Jim Nelson -Date: Fri Jun 12 18:05:37 2009 +0000 - - #338: "Cameras" row in sidebar only visible when cameras actually - present. - -M src/AppWindow.vala - -commit 9a6914051515939db37ca12bbf4db000766309ed -Author: Jim Nelson -Date: Fri Jun 12 02:24:33 2009 +0000 - - #344: Use arrow keys to move between photos, as well as Home/End. - Enter will load single-selected photo in full-window view. - -M src/CollectionLayout.vala -M src/CollectionPage.vala -M src/Page.vala -M src/util.vala - -commit 335ceb6e389b8e45bcff03871d8d9e4538a8ba04 -Author: Jim Nelson -Date: Thu Jun 11 23:48:30 2009 +0000 - - #353: Escape to exit fullscreen mode. - -M src/AppWindow.vala - -commit f91926c2190e1d55ad189966c24d2b0508f281e7 -Author: Jim Nelson -Date: Thu Jun 11 23:43:50 2009 +0000 - - #341: Zoom level shared between events and Photos view. - -M src/CollectionPage.vala -M src/Page.vala - -commit cddd2d7a74baba2d2478562def62541211c2517c -Author: Jim Nelson -Date: Thu Jun 11 22:40:24 2009 +0000 - - Error with package checking. - -M Makefile - -commit ad8d4abb6b77547ecbc1561cd39af3e192d6a9b6 -Author: Jim Nelson -Date: Thu Jun 11 19:28:35 2009 +0000 - - Decided to keep selection banding code inside CheckerboardPage, - so CollectionLayout can focus on layout. - -M src/CollectionLayout.vala -M src/Page.vala - -commit 5f0700ecf5cc37c2e7957605a29247c8b5baa9ce -Author: Jim Nelson -Date: Thu Jun 11 03:01:43 2009 +0000 - - #193: Drag selection now available. - -M src/Box.vala -M src/CollectionLayout.vala -M src/Page.vala -M src/PhotoPage.vala -M src/util.vala - -commit d1da9440ceac3713db513892e1be9d4781cf8d3a -Author: Jim Nelson -Date: Wed Jun 10 01:45:41 2009 +0000 - - #346: Context menu now available for multiple selected items. - -M src/CollectionPage.vala -M src/Page.vala -M src/Resources.vala - -commit 6a8395fa63e7d1bc1f40521d1a60be7365e7d92c -Author: Jim Nelson -Date: Wed Jun 10 01:14:34 2009 +0000 - - #347: All toolbar buttons now have tooltips. - -M src/AppWindow.vala -M src/CollectionPage.vala -M src/ImportPage.vala -M src/PhotoPage.vala -M src/Resources.vala - -commit 0451a8bb82e0279c51728a7aff04e848b4d2c994 -Author: Jim Nelson -Date: Tue Jun 9 23:50:53 2009 +0000 - - #345: Home/End/PgUp/PgDn now available to move the viewport around. - Sidebar does not maintain focus to make this happen. This may be - revisited later, esp. for accessibility review. - -M src/AppWindow.vala -A src/Makefile -M src/Page.vala - -commit 3c5c1704254eb6863bcec6eea8ec35d717bf7bcf -Author: Jim Nelson -Date: Tue Jun 9 21:28:04 2009 +0000 - - Further file organization in preparation for the first tarball. - -M Makefile -R100 shotwell.desktop misc/shotwell.desktop -R100 AppWindow.vala src/AppWindow.vala -R100 BatchImport.vala src/BatchImport.vala -R100 Box.vala src/Box.vala -R100 CollectionLayout.vala src/CollectionLayout.vala -R100 CollectionPage.vala src/CollectionPage.vala -R100 DatabaseTables.vala src/DatabaseTables.vala -R100 Debug.vala src/Debug.vala -R100 Dimensions.vala src/Dimensions.vala -R100 EventsDirectoryPage.vala src/EventsDirectoryPage.vala -R100 Exif.vala src/Exif.vala -R100 ExportDialog.vala src/ExportDialog.vala -R100 GPhoto.vala src/GPhoto.vala -R100 ImportPage.vala src/ImportPage.vala -R100 Orientation.vala src/Orientation.vala -R100 Page.vala src/Page.vala -R100 Photo.vala src/Photo.vala -R100 PhotoPage.vala src/PhotoPage.vala -R100 Resources.vala src/Resources.vala -R100 SortedList.vala src/SortedList.vala -R100 Thumbnail.vala src/Thumbnail.vala -R100 ThumbnailCache.vala src/ThumbnailCache.vala -R100 fstream.vapi src/fstream.vapi -R100 gphoto.h src/gphoto.h -R100 image_util.vala src/image_util.vala -R100 libexif.vapi src/libexif.vapi -R100 libgphoto2.vapi src/libgphoto2.vapi -R100 main.vala src/main.vala -R100 util.vala src/util.vala - -commit 8b483f917b0464e6d1fee5fe393fadcd5b015c59 -Author: Jim Nelson -Date: Tue Jun 9 21:13:21 2009 +0000 - - #340: Logging suppressed by default. Set environment variable - SHOTWELL_LOG to see all, SHOTWELL_DEBUG, SHOTWELL_MESSAGE, etc. to - see by level. - -A Debug.vala -M Makefile -M main.vala - -commit e0eaa97a70fd71152ecde1ad2d37a831da4705ca -Author: Jim Nelson -Date: Tue Jun 9 18:24:17 2009 +0000 - - #350: Ok button is now default in Export Photo dialog. - -M ExportDialog.vala - -commit 2d65406116a1fc282bca819c9921aa3022a7fbea -Author: Jim Nelson -Date: Tue Jun 9 01:13:11 2009 +0000 - - #342: Fixes assertion crash where item was not selected on mouse-up - due to unimplemented modifier key. - -M Page.vala - -commit e70c9f23fd68361936d71b2fd4f79e23a1a21807 -Author: Jim Nelson -Date: Sat Jun 6 01:20:28 2009 +0000 - - Minor fix to crop tool and DnD. Fixed regression with crop tool - window placement. - -M PhotoPage.vala - -commit 1f49f1606a2f10fcdf75a1f02a6f0415fd89444c -Author: Jim Nelson -Date: Fri Jun 5 23:29:59 2009 +0000 - - #296: Now with configure script to set installation prefix. Also, - moved all .ui files into separate directory. Shotwell determines - whether to use local or installed resources files at runtime. - -M AppWindow.vala -M CollectionPage.vala -M Makefile -M Page.vala -M PhotoPage.vala -A Resources.vala -M ThumbnailCache.vala -A configure -M main.vala -M shotwell.desktop -R100 collection.ui ui/collection.ui -R100 event.ui ui/event.ui -R100 events_directory.ui ui/events_directory.ui -R100 fullscreen.ui ui/fullscreen.ui -R100 import.ui ui/import.ui -R100 photo.ui ui/photo.ui - -commit 66f1ec318512e505aaf3b4367dfc6a0aa40522dd -Author: Jim Nelson -Date: Thu Jun 4 16:41:38 2009 +0000 - - Fixed bug reported by Vadim Peretokin. - -M PhotoPage.vala - -commit 15a242045bac88e32c5f095f22b2716f1ca1640c -Author: Jim Nelson -Date: Thu Jun 4 02:26:17 2009 +0000 - - Some cleaning up, esp. how groups of IDs are reported by the database - objects. - -M AppWindow.vala -M DatabaseTables.vala -M EventsDirectoryPage.vala -M Photo.vala - -commit 140359a8581b2de3d2cd52d6aa99bf4f453e8c65 -Author: Jim Nelson -Date: Thu Jun 4 00:33:12 2009 +0000 - - #151: Using square brackets rather than +/- for thumbnail zoom - accelerators. - -M AppWindow.vala -M CollectionPage.vala - -commit bfe16670a875d2758adaf7d7e2b7e1a6d0fd9d9b -Author: Jim Nelson -Date: Thu Jun 4 00:14:55 2009 +0000 - - #284: File/Export w/ scaling. - -M AppWindow.vala -M CollectionPage.vala -M Dimensions.vala -M Exif.vala -A ExportDialog.vala -M Makefile -M Photo.vala -M PhotoPage.vala -M collection.ui -M image_util.vala -M libexif.vapi -M photo.ui - -commit c0c45ca767878ad9b7ddc92d9880e14a7497917f -Author: Jim Nelson -Date: Tue Jun 2 17:44:17 2009 +0000 - - #321: Cameras item in sidebar unselectable. - -M AppWindow.vala - -commit 5b407559fe6278c0b76d566530d1291fb27503ad -Author: Jim Nelson -Date: Tue Jun 2 02:03:53 2009 +0000 - - #259: Database versioning. Also some long-needed refactoring of - database code. - -M AppWindow.vala -M DatabaseTables.vala -M main.vala - -commit 5a5c7a5d94a1a3d9f9d361af96d9f59c74185dd7 -Author: Jim Nelson -Date: Mon Jun 1 23:09:57 2009 +0000 - - Better image generation when exporting. Cleaned up photo updates - (performed when external image change is detected). - -M AppWindow.vala -M Exif.vala -M Photo.vala -M image_util.vala - -commit fd30d580f23fcb4fce01d76e7a5f2f54aebc7249 -Author: Jim Nelson -Date: Mon Jun 1 20:10:07 2009 +0000 - - #294: Off-white sidebar. #88: Blue photo selection color. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M Page.vala - -commit 6ca26236989bdc4c3f59846382f921d2fc013d90 -Author: Jim Nelson -Date: Mon Jun 1 19:14:05 2009 +0000 - - #229: Basic export via drag-and-drop. More work can be done on - the generated JPEG (if it's not simply a copy of the file stored - in the library, i.e. it's been modified). #293: Darker background, - although not configurable at this time. - -M AppWindow.vala -M BatchImport.vala -M CollectionPage.vala -M DatabaseTables.vala -M GPhoto.vala -M Page.vala -M Photo.vala -M PhotoPage.vala - -commit a7386215483b7572ed80eee70981bc52f4158df4 -Author: Jim Nelson -Date: Wed May 27 22:57:53 2009 +0000 - - #189: Bug in libgphoto2 + pausing between unmount and camera_init() - solved problem. #301: Vala 0.7.3 resolves. #192:Not a dirty flag - issue, but iPhone changing its mount point name every time it's - locked. Resolved. #196:Imported photos now saved in heirarchical - directories, and unique filenames are guaranteed. - -M AppWindow.vala -A BatchImport.vala -M CollectionPage.vala -M Exif.vala -M GPhoto.vala -M ImportPage.vala -M Makefile -M Photo.vala -M libgphoto2.vapi -M util.vala - -commit 97cff74da68ed6167bde3799dbcc64a01faaa32e -Author: Jim Nelson -Date: Fri May 22 18:00:40 2009 +0000 - - #292: Menu item capitalization fixed. Now using Rotate Right/Left - for menu labels. - -M CollectionPage.vala -M PhotoPage.vala - -commit 5d2301e5184867f2674352ac4a3a987ed1ef958c -Author: Jim Nelson -Date: Fri May 22 01:44:18 2009 +0000 - - #282: Cancel in crop tool window doesn't remove the crop. #283: - Standard icons in crop tool window buttons. #64: Revert to original. - -M CollectionLayout.vala -M CollectionPage.vala -M DatabaseTables.vala -M Page.vala -M Photo.vala -M PhotoPage.vala -M collection.ui -M image_util.vala -M photo.ui - -commit 02c4e07d23d72a7a2bdf517bbe023277a8a34733 -Author: Jim Nelson -Date: Thu May 21 02:40:56 2009 +0000 - - Prettier crop tool. Simplified some of the invalidation code. - Not going to mark #203 as done until more discussion. - -M Box.vala -M Dimensions.vala -M PhotoPage.vala -M image_util.vala - -commit e08099ad19b74560545db67af42105bc0421a9ac -Author: Jim Nelson -Date: Tue May 19 18:27:44 2009 +0000 - - Fixed issues with crop tool in fullscreen mode. Added opacity to - the fullscreen toolbar and sized it smaller. Opacity only works - with a compositing WM. Currently there's some flicker which needs - investigation. - -M AppWindow.vala -M CollectionPage.vala -M Page.vala -M PhotoPage.vala - -commit 759cbc61d70f989e1898e7aef5f193b7a957f324 -Author: Jim Nelson -Date: Mon May 18 21:53:21 2009 +0000 - - Crop toolbar window now follows window if moved or resized, unless - the user explicitly moves it to a position on the screen. - -M AppWindow.vala -M PhotoPage.vala - -commit 92429b9b9f874bd2954f0232b93c6b1d58bc6a23 -Author: Jim Nelson -Date: Mon May 18 18:59:26 2009 +0000 - - Fixed an off-by-one error when rotating and derotating crop - dimensions. - -M Box.vala -M Orientation.vala -M Photo.vala - -commit 79da4b6e13fe4d29909d3d23e3f1b6cfc4acb48c -Author: Jim Nelson -Date: Sat May 16 02:04:57 2009 +0000 - - Fixed bug in sorting code. - -M CollectionPage.vala -M Orientation.vala - -commit c02170e5ca7c8b4d78fd41ba32ae9554cbe63257 -Author: Jim Nelson -Date: Sat May 16 01:36:49 2009 +0000 - - Major overhaul to improve responsiveness of editing photos and - generating new thumbnails. All modifications to the photo stored in - the database are stored in the photo's original, unrotated coordinate - system, which means they do not have to be adjusted whenever the - image is rotated. Some refactoring, including making Orientation - a powerhouse of its own. - -M AppWindow.vala -M Box.vala -M CollectionLayout.vala -M CollectionPage.vala -M DatabaseTables.vala -M Dimensions.vala -M EventsDirectoryPage.vala -M Exif.vala -M ImportPage.vala -M Makefile -A Orientation.vala -M Photo.vala -M PhotoPage.vala -M Thumbnail.vala -M ThumbnailCache.vala -M image_util.vala -M main.vala -M util.vala - -commit 964e75adae4949349b2f59d64a66f0636284ac71 -Author: Jim Nelson -Date: Tue May 12 19:54:26 2009 +0000 - - Major improvement to performance when moving and resizing the - crop tool. For now, the crop tool is embedded in the PhotoPage - class; should be broken out in the near future. Probably will do - when another editing tool is introduced and the abstractions become - more necessary. - -M Box.vala -M Makefile -M PhotoPage.vala - -commit ce2e522b4a02f67dc4313c07ecc617c473ad963a -Author: Jim Nelson -Date: Fri May 8 19:23:21 2009 +0000 - - #201: Rule-of-thirds lines. However, moving and resizing the crop - is now unacceptably slow. - -M Exif.vala -M PhotoPage.vala - -commit 26304fd0809db7be4a8c7e7f1d17c727c30d7c6f -Author: Jim Nelson -Date: Fri May 8 18:23:25 2009 +0000 - - This fixes maintaining the crop for rotated images. Now, crop is - rotated along with image. - -M Box.vala -M Exif.vala -M Photo.vala -M PhotoPage.vala - -commit 145ddbb82552523f6559d51f2bf670e2868de008 -Author: Jim Nelson -Date: Fri May 8 02:27:45 2009 +0000 - - Crop now following photo orientation. - -M Box.vala -M CollectionPage.vala -M Photo.vala -M PhotoPage.vala - -commit 8a41e42bb67a6f0de2e0727add12fef821778152 -Author: Jim Nelson -Date: Fri May 8 00:29:38 2009 +0000 - - Fixed bug where crop would fail on small photos. - -M PhotoPage.vala -M ThumbnailCache.vala - -commit c1e79cd055c4e0792d19859822c3f39806d8d835 -Author: Jim Nelson -Date: Fri May 8 00:11:20 2009 +0000 - - #60: Crop tool. - -M Box.vala -M DatabaseTables.vala -M Photo.vala -M PhotoPage.vala - -commit b5a223f65bc88416d0270318f7c9f573f97508d0 -Author: Jim Nelson -Date: Thu May 7 22:33:28 2009 +0000 - - Fixed a bug in photo removal. - -M CollectionLayout.vala -M CollectionPage.vala -M Page.vala - -commit 55ee68492d0cfcf234acb4e3ae883fb96d01ba9a -Author: Jim Nelson -Date: Thu May 7 21:44:29 2009 +0000 - - Performance boost on resizing thumbnails in view ... came to me - over lunch. - -M ThumbnailCache.vala - -commit 83560c4d0d775390be290ed3b43f0666bd574242 -Author: Jim Nelson -Date: Thu May 7 20:26:08 2009 +0000 - - Major refactoring in preparation for photo editing. New Photo - object centralizes pixbuf generation and photo manipulation, and - introduces GObject signals into the system so various interested - parties (esp. various pages) are notified when a photo is modified - or removed. Also refactored Dimensions struct, as what started out as - a utility record has become a first-class citizen of Shotwell. Also, - while refactoring, went ahead and made changes to reflect Yorba's - coding style (i.e. camelCase for variables -> underscored_names). - In the process, knocked out #198: Databases and thumbnail cache - always in sync with modifications. #202: Black-and-white shading - with crop tool. - -M AppWindow.vala -A Box.vala -M CollectionLayout.vala -M CollectionPage.vala -M DatabaseTables.vala -A Dimensions.vala -M EventsDirectoryPage.vala -M Exif.vala -M GPhoto.vala -M ImportPage.vala -M Makefile -M Page.vala -A Photo.vala -M PhotoPage.vala -M Thumbnail.vala -M ThumbnailCache.vala -M image_util.vala -M main.vala -A util.vala - -commit afc5c855437b92d33f16d92de3e3f97060396341 -Author: Jim Nelson -Date: Tue May 5 18:23:35 2009 +0000 - - Basic crop UI functionality, although some UI spottiness and crop - is not persisted. - -M PhotoPage.vala -M image_util.vala - -commit 53f32f4b0af2f72719e9c1306d763c439c56a6a5 -Author: Jim Nelson -Date: Fri May 1 01:28:32 2009 +0000 - - Early crop functionality. - -M CollectionLayout.vala -M CollectionPage.vala -M EventsDirectoryPage.vala -M ImportPage.vala -M Page.vala -M PhotoPage.vala -M ThumbnailCache.vala -M image_util.vala - -commit 67e41c5423f9418eb307bc588560445bcb1020d8 -Author: Jim Nelson -Date: Wed Apr 29 22:43:10 2009 +0000 - - #191: Accelerators for fullscreen view. Crop button (but no - implementation!) added. - -M AppWindow.vala -M Makefile -M Page.vala -M PhotoPage.vala -A fullscreen.ui - -commit 912a935beec6e37b2c0d38a70b11c85d63958df3 -Author: Jim Nelson -Date: Wed Apr 29 21:58:29 2009 +0000 - - Fixed bug where rotating a photo in fullscreen was not reflected in - the events directory page. - -M AppWindow.vala -M EventsDirectoryPage.vala - -commit 5400a4219eb4a04918d6a805a3410be115b1762f -Author: Jim Nelson -Date: Wed Apr 29 21:28:05 2009 +0000 - - Now refreshing files & folders during import to workaround #192. - Optimization in CollectionLayout to deal with now having multiple - pages with large thumbnail collections. - -M CollectionLayout.vala -M CollectionPage.vala -M ImportPage.vala -M Page.vala -M libgphoto2.vapi - -commit 0dcf6b1ff8c0ebb811e57100c1b5731069219941 -Author: Jim Nelson -Date: Wed Apr 29 19:29:10 2009 +0000 - - This fixes the problem with fullscreen occassionally not displaying - the initial image. - -M AppWindow.vala -M Makefile -M PhotoPage.vala -M photo.ui - -commit e7f351d3223ac0205b2ec23e16005193945e97b2 -Author: Jim Nelson -Date: Wed Apr 29 03:50:53 2009 +0000 - - #177: Fullscreen F11 with floating control bar. #71: Let use select - key photo for each event. Added gphoto macros to prevent worrisome - compiler warnings. - -M AppWindow.vala -M CollectionPage.vala -M EventsDirectoryPage.vala -M GPhoto.vala -M ImportPage.vala -M Makefile -M Page.vala -M PhotoPage.vala -M collection.ui -A event.ui -M events_directory.ui -A gphoto.h -M libgphoto2.vapi -M photo.ui - -commit bf0a233aada415a702f8de47977ee58311468ebb -Author: Jim Nelson -Date: Mon Apr 27 23:14:35 2009 +0000 - - #185: pkg-config checks for package existance. - -M Makefile - -commit d37182a73cb8c58715c58f6f7d68d1162dc7e7de -Author: Jim Nelson -Date: Sat Apr 25 02:36:41 2009 +0000 - - Forgot to add .ui file. - -A events_directory.ui - -commit 7a9e8528b21191bf9b48a16197057eea2a215044 -Author: Jim Nelson -Date: Sat Apr 25 02:30:22 2009 +0000 - - #67: Events. Lots of refactoring to accomdate database and UI - changes. Another valac bug found in - CollectionLayout.vala, probably related to generics. Will fix soon. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M DatabaseTables.vala -A EventsDirectoryPage.vala -M Exif.vala -M ImportPage.vala -M Makefile -M Page.vala -M PhotoPage.vala -M Thumbnail.vala -M ThumbnailCache.vala - -commit e3afaf17684488c76f4c617f021999b1b0612d02 -Author: Jim Nelson -Date: Thu Apr 23 00:51:59 2009 +0000 - - Lots of changes working toward events, including some database work. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M DatabaseTables.vala -M Exif.vala -M ImportPage.vala -M Makefile -M Page.vala -A SortedList.vala -M Thumbnail.vala -M ThumbnailCache.vala - -commit a7c90ca10449288db92cb9bb59a0e0016099f888 -Author: Jim Nelson -Date: Wed Apr 22 02:12:34 2009 +0000 - - #56: Sort by EXIF date. - -M CollectionLayout.vala -M CollectionPage.vala -M Page.vala -M Thumbnail.vala -M collection.ui - -commit 5d3d128ff2344796f06c34f31ec8cdb8cb6bc236 -Author: Jim Nelson -Date: Tue Apr 21 18:55:03 2009 +0000 - - #148: View/Titles checkbox. - -M CollectionLayout.vala -M CollectionPage.vala -M Page.vala -M Thumbnail.vala - -commit c36e7a8458871c9d634e1d87a73f3a5abc73fc70 -Author: Jim Nelson -Date: Tue Apr 21 01:37:43 2009 +0000 - - #172: Now handle situations where we need to ask user to unmount - camera (or tell them to close application - holding the lock). - -M AppWindow.vala -M CollectionLayout.vala -M ImportPage.vala -M Page.vala - -commit 3157ff0521f223b9b55e13c12b26e7a877bd3839 -Author: Jim Nelson -Date: Mon Apr 20 22:22:07 2009 +0000 - - #170: Auto-unmount on startup (when notified by nautilus). #171: - Auto-unmount when running and notified by - nautilus. Added (sudo) make install and (sudo) make uninstall. - Added .desktop file (necessary for nautilus - integration). - -M AppWindow.vala -M ImportPage.vala -M Makefile -M Page.vala -M main.vala -A shotwell.desktop - -commit cbb211aadea23c5fee6d38c65a09e37a067a0577 -Author: Jim Nelson -Date: Fri Apr 17 22:02:13 2009 +0000 - - #167: libunique. #168:Switch to camera view on startup. #169:Switch - to camera view when user attaches on while - running. Also, get_instance() to reflect that Shotwell is - single-window app. - -M AppWindow.vala -M CollectionPage.vala -M ImportPage.vala -M Makefile -M Page.vala -M PhotoPage.vala -M main.vala - -commit 8fecedd2ce03a14ce0f071b05b5410277c4bee74 -Author: Jim Nelson -Date: Fri Apr 17 01:33:21 2009 +0000 - - #150: Progress bar is in better shape. Fine-tuning discussed in #92. - #145 and #146:Cameras detected - at initialization and runtime, and appear as children of "Cameras" - in the sidebar. - -M AppWindow.vala -M ImportPage.vala -M Makefile -M Page.vala -M PhotoPage.vala -M libgphoto2.vapi - -commit 29f6358e06e28bcaa1a506fc737d18fdec875cbd -Author: Jim Nelson -Date: Tue Apr 14 02:26:02 2009 +0000 - - #141: Next/Previous in full-window view added. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M ImportPage.vala -M Page.vala -M PhotoPage.vala -M Thumbnail.vala -M libgphoto2.vapi -M photo.ui - -commit cc39a5758910709b9d3d11fa13374fe2a3a97168 -Author: Jim Nelson -Date: Mon Apr 13 22:47:15 2009 +0000 - - #150: Ugly progress bar, but it's there. Useful even for development - to see what's going on. Finer-detailed UI - work to come. - -M ImportPage.vala - -commit 63a9da8573df65d96a10a35a5030f0d580acfec8 -Author: Jim Nelson -Date: Mon Apr 13 21:51:14 2009 +0000 - - #147: Fixed, although icons would be nice. #149:Import in background - added. Rotate buttons now have text. - -M AppWindow.vala -M CollectionPage.vala -M ImportPage.vala -M PhotoPage.vala -M libgphoto2.vapi - -commit 7e28a47be1cbb8c47716ababa5a79fca40e2878c -Author: Jim Nelson -Date: Sat Apr 11 01:56:14 2009 +0000 - - #138: Actions and ActionGroups now handled in intelligent manner. - Also added moveable thumb between sidebar and - view pages. - -M AppWindow.vala -M CollectionPage.vala -M ImportPage.vala -M Makefile -M Page.vala -M PhotoPage.vala -A collection.ui -A import.ui -M photo.ui - -commit 71a755413679e416f79c7eadc9b65e857faa746f -Author: Jim Nelson -Date: Fri Apr 10 19:40:40 2009 +0000 - - Whoops. - -M CollectionPage.vala - -commit 2b7e127061f90d9c52599cd8179183d22b42b6a4 -Author: Jim Nelson -Date: Fri Apr 10 04:14:53 2009 +0000 - - #57: Import photos from camera. Tons of refactoring to share layout - and functionality between multiple pages. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M Exif.vala -A GPhoto.vala -A ImportPage.vala -M Makefile -M Page.vala -M PhotoPage.vala -M Thumbnail.vala -M libexif.vapi -M libgphoto2.vapi -M photo.ui - -commit ae606325112a1f313127a06d90931e6008faa61f -Author: Jim Nelson -Date: Thu Apr 9 02:34:28 2009 +0000 - - Photo full-window view available by double-clicking on photo. - libgphoto.vapi. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M Exif.vala -M Makefile -A Page.vala -M PhotoPage.vala -M Thumbnail.vala -M image_util.vala -A libgphoto2.vapi -M photo.ui - -commit 39cf8e6e8aa7ebe1548fab60919539406203a4c0 -Author: Jim Nelson -Date: Tue Apr 7 18:29:07 2009 +0000 - - Forgot to commit icons in last update. Also added first steps - toward sorting. - -M CollectionPage.vala -M Exif.vala -M Thumbnail.vala -A icons/object-rotate-left.svg -A icons/object-rotate-right.svg -M photo.ui - -commit f6bcadf001464016da96d20ea07ddefdc8984b87 -Author: Jim Nelson -Date: Mon Apr 6 23:00:20 2009 +0000 - - #59: Rotate photo w/ EXIF, including toolbar button. - -M AppWindow.vala -M CollectionPage.vala -M Exif.vala -M Makefile -A fstream.vapi - -commit fe7822f8adf95367efc1c77a636cd6a69402e439 -Author: Jim Nelson -Date: Sat Apr 4 02:36:59 2009 +0000 - - JPEG/EXIF rotations implemented and stored in the photo file itself. - Further work to be done before marking off - the ticket. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M Exif.vala -M Makefile -M Thumbnail.vala -M image_util.vala -M libexif.vapi -M photo.ui - -commit 48241be178c12e00b68605ddb9ae6e650c02c463 -Author: Jim Nelson -Date: Thu Apr 2 02:08:34 2009 +0000 - - Backed out a strategy of incrementally loading EXIF data. - -M Thumbnail.vala - -commit 18a9f25a28e13db73a8c4792e8d1785ab497dbbe -Author: Jim Nelson -Date: Thu Apr 2 02:04:30 2009 +0000 - - libexif bindings built and now in use throughout app. Need to clean - up display before claiming tickets. Also, - first stab at adding a full-page view of photos. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M DatabaseTables.vala -A Exif.vala -M Makefile -A PhotoPage.vala -M Thumbnail.vala -M image_util.vala -A libexif.vapi -M photo.ui - -commit 20a84f4664f6426202053cdcf40784d8f00aca22 -Author: Jim Nelson -Date: Thu Mar 26 19:43:01 2009 +0000 - - Fixed a corner case in the layout code. - -M CollectionLayout.vala -M Thumbnail.vala - -commit 2473dcf7ce7a885b00dc866bfd55c706e55ebbb0 -Author: Jim Nelson -Date: Thu Mar 26 02:28:59 2009 +0000 - - Major tune-up of collection layout as well as appearance. This scales - well to 1200 photos, although resizing - the thumbs at that number leaves something to be desired. Fixes #89. - -M AppWindow.vala -M CollectionLayout.vala -M CollectionPage.vala -M Thumbnail.vala - -commit a81ea64bde0b67f50b2db46ebebe95e65e85b76c -Author: Jim Nelson -Date: Wed Mar 25 20:56:34 2009 +0000 - - More work to be done for aesthetics, but this fixes #93 in a big way. - -M AppWindow.vala -A CollectionLayout.vala -M CollectionPage.vala -M Makefile -M Thumbnail.vala - -commit 4d87f53d481abc620194db43096f1cdc167de491 -Author: Jim Nelson -Date: Tue Mar 24 19:05:24 2009 +0000 - - Fixed a bug where the thumbnails were not improved after a repack(). - Also, timing repacks. - -M CollectionPage.vala - -commit 6c9560293a5d8ad6dc896b5a82e39c5ee88c5a54 -Author: Jim Nelson -Date: Tue Mar 24 18:47:15 2009 +0000 - - Speed improvements for large photo collections. More work to be done. - #95: Three-tier thumbnail system in memory (JPEG -> unscaled pixbuf -> - scaled pixbuf). #94: Fixed. - -M CollectionPage.vala -M DatabaseTables.vala -M Thumbnail.vala -M ThumbnailCache.vala -M image_util.vala - -commit 14d2eb571a97493bc7867119ee674999d0315bfb -Author: Jim Nelson -Date: Mon Mar 23 23:17:17 2009 +0000 - - Improvement of scaling speed. Now storing three persistent thumbnail - caches (360px, 128px, 64px). How these work need to be reviewed. - -M AppWindow.vala -M CollectionPage.vala -M DatabaseTables.vala -M Thumbnail.vala -M ThumbnailCache.vala -M image_util.vala - -commit 72186fb18d55d726edae35265a70c4fbd673a4e7 -Author: Jim Nelson -Date: Sat Mar 21 01:42:06 2009 +0000 - - #55: Slider control added. Also, refactored code so CollectionPage - provides menu bar and tool bar. Eventually AppWindow will become a - controller merely switching between various pages (views). - -M AppWindow.vala -M CollectionPage.vala -M Thumbnail.vala -M ThumbnailCache.vala -M photo.ui - -commit b2636cea29a0a9038a1813f2a52269e175dba06e -Author: Jim Nelson -Date: Fri Mar 20 22:36:31 2009 +0000 - - #85: Added right-click/Remove on thumbnail. #87: Photo scaling is - improved by generating higher-quality thumbnails to disk and better - in-memory scaling. #90 and #91: Detailed in Wiki, implemented - throughout. - -M AppWindow.vala -M CollectionPage.vala -A DatabaseTables.vala -M Makefile -D PhotoTable.vala -M Thumbnail.vala -M ThumbnailCache.vala -D ThumbnailCacheTable.vala -M image_util.vala -M main.vala -M photo.ui - -commit bb471325440c8f2cd4abf63a4ea5d1c9aafc0809 -Author: Jim Nelson -Date: Thu Mar 19 19:02:56 2009 +0000 - - Thumbnail dimensions are now stored in a table rather than fetched - from - disk and examined. This speeds up init time, esp. with large - collections. - -M AppWindow.vala -M CollectionPage.vala -M Makefile -M PhotoTable.vala -M ThumbnailCache.vala -A ThumbnailCacheTable.vala - -commit c30b6ce94266033ac24f7b098ce8ab4a85d88359 -Author: Jim Nelson -Date: Thu Mar 19 02:39:27 2009 +0000 - - Updated the cache to store JPEG data in memory and convert to - pixbufs on - the fly. Thumbnails only hold pixbufs when they're on screen, - otherwise - they're tossed. Fixed #86. - -M AppWindow.vala -M CollectionPage.vala -M Makefile -M Thumbnail.vala -M ThumbnailCache.vala -M image_util.vala -M main.vala - -commit bf66ffeb733b43d4eaa4aa70dcea101958176d90 -Author: Jim Nelson -Date: Wed Mar 18 03:39:00 2009 +0000 - - Added adjustable thumbnail sizing, however, need to add UI slider for - ticket to be marked off. Implemented a persistent thumbnail cache. - Began work to have thumbnail objects on-screen load and unload their - pixbufs dynamically. - -M AppWindow.vala -M CollectionPage.vala -M Makefile -M PhotoTable.vala -M Thumbnail.vala -A ThumbnailCache.vala -A image_util.vala -M photo.ui - -commit b09360aef635affd7b94ff8f7b946569af4cffe4 -Author: Jim Nelson -Date: Tue Mar 17 18:32:02 2009 +0000 - - Adds #58. First stab at #83. - -M AppWindow.vala -M CollectionPage.vala -M PhotoTable.vala -M Thumbnail.vala -M photo.ui - -commit 4770cdc203c25c0610499c07e0f6eac946213575 -Author: Jim Nelson -Date: Tue Mar 17 01:10:04 2009 +0000 - - First stab at #54. Can now distinguish which photo has been - clicked on, - prelim work for selecting photos. - -M AppWindow.vala -M CollectionPage.vala -A PhotoTable.vala -M Thumbnail.vala - -commit 82d42056850958c5739654f33639c0a62df69257 -Author: Jim Nelson -Date: Wed Mar 11 21:05:41 2009 +0000 - - Cleanup. Thumbnails now bottom-aligned with white text. - -M AppWindow.vala -M CollectionPage.vala -M Makefile -M Thumbnail.vala - -commit 3b70ad9d6461c58374289fedb324ba932eee78ba -Author: Jim Nelson -Date: Wed Mar 11 01:16:11 2009 +0000 - - Photo organizer ho. - -A AppWindow.vala -A CollectionPage.vala -A Makefile -A Thumbnail.vala -A main.vala -A photo.ui -- cgit v1.2.3