[f-spot] Created tag 0.7.0
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Created tag 0.7.0
- Date: Wed, 16 Jun 2010 17:30:44 +0000 (UTC)
The signed tag '0.7.0' was created.
Tagger: Ruben Vermeersch <ruben savanne be>
Date: Wed Jun 16 19:29:56 2010 +0200
F-Spot 0.7.0
Changes since the last tag '0.6.2':
Andika Triwidada (2):
Initial Indonesian translation Added id to LINGUAS
Updated Indonesian translation
Andrej ŽnidarÅ¡iÄ? (5):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Anton Keks (20):
Avoid disposing of ErrorPixbuf
Skip missing photos in slideshow
Shows tag icons in tag selection menus.
Fix gtk 2.16 detection
Remove duplicate TagMenuItem class.
Detach version menu item added.
HIG-ified the Delete Version command.
Added confirmation to the reparenting command.
Reparenting will now try to preserve rating and description.
Better reparenting info message.
Call UpdateQuery() after detach to ensure that the new photo appears on screen
Order by filename ASC, so that detached versions appear always after the original photo, even if Reverse Order is used
Usability: select future parent before reparenting
moved the UpdateQuery() call to MainWindow
Try to derive reparented version name from its filename.
Better confirmation messages
Removed duplication in exception handling code
Choose the latest available version as the default one after deletion.
Remove ENABLE_REPARENTING #ifdefs
Rebasing fixes
Bertrand Lorentz (3):
[build] Don't call GNOME_DOC_INIT directly in configure.ac
[build] Tell gnome-doc-prepare to be silent
[build] Clean up gnome-doc.m4
Bruce Cowan (1):
Updated British English translation
Christian Kirbach (2):
Updated German translation
Updated German translation
Christian Krause (1):
remove empty default tags from schemas file
Christopher Halse Rogers (1):
Fix disposed pixmap bug in Adjust Colours tool
Claude Paroz (1):
Updated French translation
Daniel Köb (8):
Update commented logging statements to Hyena.
Replace some spaces with tabs.
Normalize query text before comparing with tag names.
Code refactoring to support unit testing.
More refactoring to test key replacement.
Add some basic unit tests for the find bar.
Remove diacritics from tag names.
Support for multi-word tags in find bar.
Fran Diéguez (3):
Updated Galician translations
Updated Galician translations
Updated Galician translations
Gabor Kelemen (2):
Updated Hungarian translation
Updated Hungarian translation
Gabriel Burt (5):
[build] dist the f-spot/*.m4 files too
Lower the gnome-doc-prepare requirement
[configure.ac] Echo some of the build variables
[GalleryExport] Add System.Web ref, fixing build
[build] Add make run target
Harold Schreckengost (1):
Add new f-spot topic based help
Iain Churcher (1):
Restrict timeline slider.
Iain Lane (3):
Fix for bgo#608216
Allow disabling of tests completely
Remove embedded copy of flickrnet
Jorge González (8):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Kjartan Maraas (1):
Added Norwegian bokmål translation
Lorenzo Milesi (11):
Fix build on Ubuntu 10.04
Increase Facebook photo size. Fix bgo#615607
Remove unused vfs refs
Update about dialog
Missing line...
Facebook Export: move album creation, so in case of error won't start uploading.
Fix Log.Debug statement
Fix underline in HigMessageDialog title
Fix image version naming in reparenting.
Fix POTFILES.in for new dialogs
Updated italian translation
Mario Blättermann (2):
Updated German translation
[i18n] Updated German translation
Michel Recondo (1):
Updated Brazilian Portuguese translation
Mike Gemünde (7):
allow RecursiveFileEnumerator to enumerate a single file
Delete completely unused file Scanning.cs
Ensure that FileInfo is disposed in RecursiveFileEnumerator
Ensure that POTFILES.in is sorted
Ensure that distcheck works
Clean-up build
Fix crash in Gallery-Export startup
MiloÅ¡ PopoviÄ? (2):
Updated Serbian translation
Updated Serbian translation
Nick Van Eeckhout (1):
Photoversionmenu shows selected version in bold
Paul Lange (2):
Port commandline options parsing to Hyena.CommandLine library.
Convert Mail Dialog to GtkBuilder
Paul Wellner Bou (15):
Fixes bug #618798, getting rid of gnomeVfs
Fix recursive copying for FolderExport
Avoid use of exceptions, fix directory type comparison
Fix critical GLib warning regarding canncellable
Use CopyRecursive as extension method
dialog messages and clean up
No need to check result as if result is false, an exception will be thrown before.
Cleanup, consistent debug and dialog messages, debug/error output
Fixing setting LocalOnly of dialog to false
Select selected URI in option menu
Remove unused method
Reload preview pixmap to default if empty collection is found
Prepare import when selecting previous option menu items
scroll to top on changing source
Check if file exists for GIO
Paul Werner Bou (3):
Resolving MainWindow.Toplevel dependency of QueryWidget
App.Instance.Organizer will never be null
Remove unnecessary lines (#601673)
Peter Goetz (2):
Replaced all FSpot.Utils.Log by Hyena.Log
Replaced Console.WriteLine by Logging calls.
Prema (1):
Fix build failure.
Ruben Vermeersch (174):
Remove embedded gnome-keyring-sharp.
More pkg-config file to build/pkg-config/
Eradicate last bits of embedded Mono.Addins.
Fix dist.
Move desktop files into data/desktop-files/
Fix translations.
Move FormClient into GalleryExport. Only used there.
Remove SimpleCalendar, not used anyway.
More cleaning: Remove the outdated spec file.
Add myself.
Update versions.
Clean semweb slightly, but it should just go.
Kill Gnome.VFS. GIO is the new king.
Rewrite import to be more sane.
Make sure ImageFiles always get disposed.
Small bug in dupe detection.
Remove unused variable.
Fix build breakages missed by bad rebuilds.
Add GIO# ref to FSpot.Core.
Keep an ID instead of a reference on import.
Don't immediately start caching photos on creation.
Disable Gphoto2. Crashes every time
Force GC collections during import.
Nuke broken MonoDevelop build files.
Generalize compare logic to IBrowsableItem.
Actually turn it into an extension method.
Log GIO critical warnings.
Remove unused method.
Fix extensions.
Stop implementing IBrowsableItem in PhotoVersion.
Kill more warnings.
More cleanups.
Add a comment about not being duplicate code.
Allow skipping over files with no permission in RecursiveFileEnumerator.
Add two more missing disposes.
Correct extension method usage.
Small code style fixes.
Install 128 pixel logo.
Also update (un)install bits of the icon.
Expose all Facebook exceptions.
Update Facebook XSD.
Replace hardcoded structs by XSD generated ones.
Fix Photo response parsing
Fix Facebook exporting, by bringing the API up-to-date.
Stop shipping dpap-sharp.
Remove needless message, shave makes build readable.
Drop DefaultVersionUri.
Replace Photo dependency in Core/App
Pull versioning up to IBrowsableItem.
Remove a dependency on PhotoChanges.
Get rid of PhotoArray.
Be stricter in core assemblies.
Relax some coupling on Photo.
Code style cleanups.
Add PointerMotionHintMask to fix mouse release.
Fix FacebookExport build with new IconView API.
Remove dpap-sharp from configure.ac to fix distcheck.
Bumping version to 0.7.0 for GIT tree.
Update copyright year in about.
Merge Anton's detaching/reparenting work.
Drop Mono.Cairo < 1.2.5 support.
Update to System.Uri killing gio-sharp.
Add SafeUri to replace broken System.Uri.
Kill direct gphoto2 support.
Removing a pile of obsolete code.
More obsolete code.
Fix User-Agent in GalleryExport.
Embed Hyena. No build yet.
Add the needed bits for Hyena building.
Fix breakage due to Mono.Data.Sqlite not serializing SafeUri.
Merge in the Hyena branch.
Add dependency check for flickrnet.
Remove TagStore test.
Fix extension detection for files without extension.
Remove more obsolete tests.
Sanitize debug output, add thread init note.
Fix folder tree parsing for broken Uris.
Change Extensions path.
Use FSPOT namespace for F-Spot macros.
Ignore file without translations.
Plug massive memory leak by replacing thumbnailing.
Modernize unit tests.
Ignore generated config files.
Forcefully dispose GdkImageLoader.
Delete two obsolete warnings, they aren't really.
Remove some obsolete code.
Remove obsolete glade widgets.
Remove "Add Tag" menu.
Remove unused code
Kill more unused code.
Start replacing import by a more clean version.
IOChannel has to die at some point.
Fully demolish the old import.
More fixes, now attaches tags on import.
Xmp importing and cleanup on abort.
Correctly clean up when cancelling.
Make it possible to click import during photo scan.
Show first images early on.
Prepare thumbnails during import, it's I/O bound anyway.
Indicate that you can start importing during scan.
Fix some Tiff errors
Disable DBusService for now.
Fix MergeDb extension.
Fix distcheck
Fixed import shortcut + menu item.
Move help into help folder, add to build.
Delete omf file.
Ignore Hyena files for translations.
Remove glade widgets which aren't used.
Clean up import UI a bit.
Make sure glade-3 understands color_prefs window.
Convert version_name_dialog to GtkBuilder.
Nuke obsolete TODO list.
Fix order of arguments for translation.
Update to newer hyena version.
Add usage line to help output.
Fix spaces between arguments in launcher.
Fix GtkBuilder vbox orientations for FacebookExport.
Fix errors during import, GIO streams don't know their length.
Only load photo dates when needed.
Fix bad uri comparison in non-copy import.
Decouple Updater from Db, so that it can be unit tested.
Add unit test for testing database updates.
Add 0.6.2 update test, silence Updater in tests.
Also dist 0.6.2 database.
Make dupe detect work on full-file hash during import.
Mo longer load filename and base_uri for Photo.
Make dupe detection even faster by only hashing once.
Add tests for photo versions.
Add updating routine to add original versions.
Update database to import_md5 schema.
Fix HashJob queries.
Remove unused parameter.
Add fallback dupe detect to make transition less painful.
Fix endless loops in import by ignoring symlinks.
Catch more errors in RecursiveFileEnumerator.
Update About dialog.
Update news in preparation of release.
Fixes in glade-3 file for main_window.
Make sure the query bar shows up correctly after import.
Remove unused code.
Remove deprecated GtkTooltips, replace by newer API.
[Cleaning] Remove a pile of unused code.
Fix cast to be less error-prone.
Correct DOC_ID.
Update NEWS, add Iain Churcher to about.
Avoid occasional crasher during foldertree refresh.
Don't import video thumbnails.
Fix date in NEWS.
Fix view mode launching.
Remove the DBus service.
Switch to using GIO 2.22.
Slightly decouple ImportController from ImageFile.
Change PhotoVersion such that it creates photos from IBrowsableItems.
Don't use ImageFile for Descriptions, prefer IBrowsableItem.
Fix some of the broken bits of Imaging.
Fix resource leak in MD5 calculation.
Always dispose ImageFile streams.
Avoid SQL error when importing files without description.
Automatically dispose FileInfo objects.
Try being less fragile in Tiff Date parsing.
Remove open-check in ImageFile.
Revert "Always dispose ImageFile streams."
Do the backwards compat args fix in C#.
Fix warnings in SendEmail
Remove bits from an unfinished feature.
Fix long style arguments without =.
Avoid exception when thumbnailed file is missing.
Remove some unused code in SendEmail.
Fix two potential problems with thumbnailing.
Add some IntPtr constructors to widgets.
Add Nick to about dialog.
Over 100 bugs closed in 0.7.0.
Don't crash on exit due to thread abortion.
Sira Nokyoongtong (1):
Updated Thai translation.
Vincent Pomey (2):
Mouse selection in Iconview
fix delta in rectangle top left point and fix delta in button release point when moving fast
Wojciech Dzierżanowski (5):
Basic panning support.
Cosmetics: use Gdk.Point for coordinates.
Indicate panning by changing the mouse pointer.
Move panning code into its own new region.
Mouse pointer handling when panning in FS mode.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]