[Pkg-cli-apps-commits] [SCM] Packaging for f-spot annotated tag, FSPOT_0_3_0, created. FSPOT_0_3_0

Larry Ewing lewing at src.gnome.org
Sat Aug 29 19:49:35 UTC 2009


The annotated tag, FSPOT_0_3_0 has been created
        at  096eb6c0be723a9951f463b274761211648bca40 (tag)
   tagging  fb80976f93ae3a0b25ceccfee331e623510dc3cd (commit)
  replaces  FSPOT_0_2_2
 tagged by  Larry Ewing
        on  Wed Nov 29 06:23:46 2006 +0000

- Shortlog ------------------------------------------------------------

Alexandre Prokoudine (1):
      Updated Russian translation.

Daniel Nylander (4):
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.

Djihed Afifi (1):
      Updated Arabic Translation.

Francisco Javier F. Serrador (1):
      Updated Spanish translation.

Gabor Kelemen (5):
      Translation updated.
      Translation updated.
      Translation updated by Kalman Kemenczy.
      Translation updated.
      Translation updated.

Gabriel Burt (11):
      When you drag a tag onto another tag in the find bar, show an indicator of
      Add hot new grab handles to tags in the find bar. Take away the
      Fix BGO #356978, the window would change size/position after being shown.
      Add F9 as an accellerator for showing/hiding the sidebar. Fixes BGO
      Revert the Send Mail handler.
      remove Widgets/ImageDisplay.cs from the build.
      Remove clear_tag_query handler, change Show Find Bar item into Hide Find
      Use icons for menu items. Fixes BGO #329049.
      Use the tag's icon in the IconView, or the first parent category that has
      Fix small bug where the Find -> [Show|Hide] Find Bar item would be out of
      Change 'Close' to 'Quit' in the file menu. Fixes BGO #363373.

Ignacio Casal Quinteiro (2):
      *** empty log message ***
      *** empty log message ***

Ilkka Tuohela (4):
      Updated Finnish translation
      Updated Finnish translation
      Updated Finnish translation
      Updated Finnish translation

Jakub Friedl (3):
      Updated Czech translation.
      Updated Czech translation.
      Updated Czech translation.

Jakub Steiner (2):
      icon updates
      remove icons from stylesheet

Josep Puigdemont i Casamajó (1):
      Updated Catalan translation.

Larry Ewing (70):
      adjust the makefiles so that they pass distcheck.
      actually fix the makefiles
      hopefully get this right this time.
      no comment
      new file.
      Handle invalid auth tokens in the exception handler. Fixes 362295.
      remove do cleanup in close.
      remove conflict marker
      remove strange constructor mess. I really need to import the modern
      change the way updates are queued, avoids the pending queue and the old
      synchronize the hashtable.
      use arguments in the keybindings.
      only reload the thumbnail if the generator managed to generate a
      abstract a bit more of the logic that was growing around the entry.
      new methods to work around a bug in gtk# and to wrap a gdk_xll_method.
      adjust the scale of exposure correction.
      make TagView an invisible EventBox so that it can manange it's own
      don't hide the control box if we are over it.
      More transitions and effects.
      only read the pointer if the window is realized.
      make the color dialog semi-transparent in fullscreen mode.
      Set the the desktop background to stretched by default.
      src/Widgets/CairoUtils.cs update the Cairo tree to the newer code in mcs
      Update the send mail UI slightly.
      add empty constructor.
      make the event boxes non-visible.
      Fix for b.g.o #367588.
      use xlib surfaces as buffers for the crossfade case.
      work on a new zoom interface.
      simple class to split up Rectangles.
      use the block processor to try to break the operations into chunks. Play
      fix for #374380.
      clean up a little.
      use block processor.
      use block processor.
      add handler for FindMissing.
      add a basic test of exif loading and saving.
      add unicode to the description test.
      check for mono-nunit.
      make the check for composite managers work for all reasonable gdk and
      load from the entry assembly not the calling assembly.
      remove unused variables and silence warnings. Occationally add a ToString
      use sinusoidal rather than linear fade.
      src/TagPopup.cs
      replace all references to Cairo.Graphics with Cairo.Context.
      add basic load/save tests.
      Add a short note about tests
      add some JpegHeader tests. clean up the tests slightly.
      set the nunit package name. use the NUNIT_PKG.
      disable tests completely if nunit doesn't exist use the NUNIT_DEFINES to
      disable crack
      remove QueryDisplay.cs as it is not part of the build.
      switch to Mono.Unix. remove temp files at the end of the test. add saving
      add some tests for thumbnail generation with strange paths.
      disable tests completely if nunit doesn't exist
      add saving test, check for safe roundtrip.
      ailGenerator+Tests.UriNames : Missing: /home/lewing/.thumbnails/large/21fc75f53e99e8d53769a8837bd4e07a.png created from file:
      isolate the point of failure \u00ff -> \u0100.
      Fix the opacity setting.
      Jump through some hoops to pass fully escaped strings to the thumbnail
      add basic load/save test including comments.
      remove unused file
      add an Add method and make the empty contructor public.
      i2006-11-27  Larry Ewing  <lewing at novell.com>
      start updating NEWS
      Prepare for release
      remove unused file.
      set the decoration strings to null to avoid new theme issues.
      remove debug output.
      missed changelog

Luca Ferretti (1):
      Updated Italian translation by Milo Casagrande.

Stephane Delcroix (58):
      Add missing files in docs. Larry, can you check the Makefiles again ?
      Handle .bmp files. Fixes bgo #361664
      Commit a fix for 362438
      quality in JpegFilter as an additional optional parameter
      Fixing the Filters usage in GalleryExport.cs
      adding missing .cvsignore in docs and docs/en
      No longer open a browser if upload to picasaweb fails.
      Fix the multiple 'Add acount' dialogs in export to gallery and picasa
      Store the export settings for FolderExport to gconf. Patch from massis
      makes autogen fail if no C# compiler
      Workaround to bgo #362016.
      check for 2.0 dll
      Patch for bgo 364973
      Patch from Thomas Van Machelen to fix bgo 353874
      Allow opening multiple uris in f-spot-view.desktop
      Use TagHighlight insead of TagSelection (no longer useful)
      Fixing bgo 366368 (thx Thomas)
      Catch possible exceptions in GetAlbums
      Fixes bgo #367166.
      Remove the old checkbox-based selection code in TagSelectionWidget.
      Quality code: fixed !
      Switch to gmcs everywhere (to no longer depends on both mcs and gmcs)
      Fixing a bug in MainWindow.cs. Sorry for the inconvenient.
      Fixing reference in Changelog entry
      Using the new tango-ified icons by jimmac in all sizes
      Explicitly disposing camera and camera_fs. Fixes bgo #168091, the second
      Adding the f-spot logo to the About dialog. Fixes bgo #369896.
      Re-enable the Autorotate checkbox in CDExport.cs. Fixes bgo #371548.
      src/Preferences.cs: embed Client.Set in a try/catch. No longer crash if gconf is read-only.
      re-flatten the icons directory
      Fixing bgo 365194 and 367687.
      Fixing bgo 372881, 372882 and 373017.
      Adding a photo count in the UI. Fixes bgo #357896.
      Fixes bgo #361874: enhanced status text.
      Refactored the properties in PhotoQuery. Fixes bgo 362120
      add menu items and keyboard shortcuts for rotation. Fixes bgo 373593.
      Some more tango love...
      Fixing the build
      Add fullscreen and slideshow buttons to toolbar in --view mode
      fix icon loading issues
      Display filename in --view mode
      add missing $(DESTDIR)
      fixes bgo 375911
      upgrade to google-sharp svn r67952
      quick fix for picasaweb
      use Mono.GetOptions instead of our own command line parser
      Fixing 376366 (check for nunit)
      upgrade to google-sharp r68309
      makes the tests pass with gnunit2
      tests speed enhancement
      Patch for 373423
      re-enable --uninstalled
      fixing a typo
      Remove --debug option from the --help message
      Fixes bgo 378907.
      Fixes for bgo 379188.
      Adding a f-spot-48.png icon
      Add names in NEWS

Thomas Van Machelen (1):
      Add the possibility to set current image as background from both menu bar

Vincent van Adrighem (1):
      Translation updated by George Willegers.

-----------------------------------------------------------------------

-- 
Packaging for f-spot



More information about the Pkg-cli-apps-commits mailing list