[Pkg-cli-apps-commits] [SCM] f-spot annotated tag, FSPOT_0_0_2, created. FSPOT_0_0_2

Larry Ewing lewing at src.gnome.org
Wed Sep 15 19:47:41 UTC 2010


The annotated tag, FSPOT_0_0_2 has been created
        at  4f7311e5b535fbf6334d7636017c43272a4cf185 (tag)
   tagging  65bd25591ff4fd093cbc94f4837d1d0a7e25c065 (commit)
  replaces  FSPOT_0_0_1
 tagged by  Larry Ewing
        on  Mon Aug 30 03:22:19 2004 +0000

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

Dave Camp (1):
      fixed the build

Federico Mena Quintero (3):
      Don't do anything if we are trying to set the same photo as the one we
      Set the step increment of the Vadjustment once we compute the cell_height
      Compare the result of Gtk.Global.CheckVersion() to "" rather than to null.

Joe Shaw (1):
      Set this.hidden to the hidden_tag.

Jon Trowbridge (2):
      If we seem to be sitting in f-spot/src and a copy of f-spot.exe is right
      chmod +x the f-spot wrapper script after generating it.  This makes

Larry Ewing (169):
      process most recently added requests first.
      add dnd to the icon view. Work around broken Gtk# SelectionData wrappers
      add a static ToUriList Method.
      add more set the drag icon, it probably shouldn't stay here but I want to
      Switch to Nearest mode on the tween images they don't matter and be a
      fixup constructor.
      Fix GValue as a value type, thanks to a patch from Peter Johanson
      Add tag drag handlers, add a lame properties handler for the time being.
      Rename properties handler.
      bump required gtk-sharp version.
      remove stray bits
      add a namespace so that we don't clash with the libeogfspot ImageView for
      commit a quick hack to upload photos in a thread. This is by no means
      pass the description along as the caption.
      i2004-05-25  Larry Ewing  <lewing at ximian.com>
      i2004-06-03  Larry Ewing  <lewing at ximian.com>
      add a method to remove all versions, Make generate thumbnail use the
      add AspectLoader and LoadAtMaxSize.
      Add delete command. Stub in fullscreen, rename window1 everywhere. Attach
      add TagMenu.cs.
      i2004-06-10  Larry Ewing  <lewing at ximian.com>
      fix off by one in entry sensitivity.
      add new util file. Mostly code from Miguel for the popup items. `
      add ToLocalPaths method.
      add a Scroll property to control the scrolling behavior as new photos are
      remove the strange win32 define, change the scheme check.
      remove the strange win32 define, change the scheme check.
      add Util.cs
      missed this a scond ago
      fix off by one in entry sensitivity.
      Add new SelectedIds method make dealing with the different modes more
      Integrate Icon view selection patch from Lee Willis <lee at leewillis.co.uk>
      TagAtPosition helper method, based on a dnd patch from Lee Willis
      Add GetByPath method based on patch from Lee Willis
      Add drop handlers for the TagSelection widget, modified from the dnd patch
      fix typo
      fix more issues with empty queries and invalid current photo seetings by
      i2004-06-13  Larry Ewing  <lewing at ximian.com>
      Add a Query overload with a start and end DateTime.
      fix the IconView drag handler.
      Make the IconView accept text/uri-list drops and import them. This should
      add a new source type application/x-fspot-photos make the tag selection
      add a handler to the attach TagMenu so that it actually works.
      argh I keep missing files
      bump the Gtk# requires.
      marshall all the strings types, I doubt this code is really correct but it
      Rebuild the menu each time populate is called.
      hook up the Remove tag item to the PhotoTagMenu.
      make sure we check our inputs.
      Track the IconView changes. Make some of the event handlers public for the
      store the parent_item and handle populating the menu internally.
      stop calling GC.Collect. try dispose instead.
      make the queue act in as last in first out to speed up the icon view
      actually use the auto rotate flag and set it to false.
      Set the cursor to busy when building a new query.
      fix the TagMenu constuctor to use the new format since the old one breaks.
      remove the old handlers from the glade file.
      missed this
      commit a patch from trow to make sure the DateTimes we return are
      Add TagView and try out a new layout for the PhotoView.
      add PhotoPopup.cs, remove IconViewPopup.cs.
      move existing requests to the front of the queue.
      Add big changes to the query to speed up the loading, still needs lots of
      add some cleanups, remove the hack to demand load the photo data since it
      more cleanups, combine query logic a little, remove outdated code.
      reorder the tables in the join, this speeds up the query drastically.
      remove bonobo.h include, it isn't needed.
      Add a horrible hack to make the hidden tag work for now, will fix shortly.
      remove the horrible hidden hack from earlier and move the hidden logic
      fix accidentally reversed logic in the reworked query.
      Go back to manual inspection for the hidden tag, the query based one is
      Try a query based hidden tag again, remove the external cruft. I think it
      rework the query again, use two nested queries instead of one, and remove
      my pointer is dead, see the ChangeLog ;)
      move the intervals to variables, add a fade mode flag. Add background
      move slide show start too an idle loop to allow the menu item to redraw.
      wrap to the begining cleanly.
      Make the photo range function smarter so that there is no need to select a
      Fix the array copying bounds.
      remove the sorting it is being handled in the query for now.
      add handlers for Find->Date commands.
      missed this last time
      missed this too
      remove fullscreenview that sliped in.
      add edit command menu item and dialog.
      add TagIconFromPixbuf helper function that simply does some croping and
      really fix attachment syntax. *sigh*
      use the pixdata Serialize/Deserialize now that they actually work.
      set tag icon to first image if no icon is set.
      add start of the basic timeline display code.
      add start of glass drawing.
      more drawing fixes.
      add the start of the limit boxes. Add scrolling support. Change drawing
      add the start of the limit boxes. Add scrolling support. Change drawing
      Add handle drawing to the glass.
      don't attach the style in the realize handler. Draw innactive boxes using
      Add prelighting to the glass, hook up event_window.
      refactor bounds checking add button press handler for click to move glass.
      refactor Glass and Limit into Manipulator (lame name) superclass. Move hit
      add dragging support.
      make the drag hit testing use just the X bounds.
      don't iterate over all the groups just the visible ones. When releasing
      draw limits as boxes, invalidate Union instead of just the two areas
      fix box drawing limit color.
      make this work with automake-1.8
      event and drawing boinds if the widget isn't located at 0x0.
      add GroupSelector.cs remove TimelineSelector.cs.
      add GroupSelector.cs remove TimelineSelector.cs.
      whoops forgot to commit this.
      move the group selector into the class.
      add TimeAdaptor.cs.
      rebuild the query when the limits change.
      remove some old debug output.
      remove some cruft.
      revert serialize change for hacking
      *** empty log message ***
      clean up some of the debug output and bounds setting.
      Make several of the methods private to clean up the public interface.
      change the selection drawing. This may not actually be better but it is a
      change the selection drawing. This may not actually be better but it is a
      check the source not the sender for dnd. Arg.
      Destroy the chooser
      call ScrollTo then Throb: on the selected cell.
      missed this last time
      Set the photoview current photo if they change the glass in photoview mode.
      Patch from trow to smooth out the throb.
      test for jpr
      remove the icons from the rotate buttons.
      fix sill typo.
      remove unused bits.
      load the whole range, this still needs work.
      more work
      load the whole range, this still needs work. Improve the end date
      fix typo, fix limits.
      use GroupAdaptor not TimeAdaptor.
      iterate over all the photos instead of doing a lot of queries.
      update now that glass set has moved.
      add missed file
      reset the limits each time
      hook up adaptor menu items.
      add Nat and Trow's preview hack, load fullsize version if smaller version
      set the fg and bg color on the preview.
      add zoom menu items.
      make get cell center public, remove motion event. From Trow.
      make the previow a popup.
      fix from trow
      Make zoom go through the icon modes too
      don't call uncommitted functions
      use the PhotoLoader.
      add a IntPtr ctor, bump the ThumbnailCache icon size to 256.
      use a subpixbuf hack to make the return value of the pixbuf disposable.
      Dispose the return values of GetThumbnailForPath whenever we can.
      copy the error pixbuf before putting it in the cache
      only dispose once we've actually removed the thumnail from the cache.
      expose CellIsSelected and FocusCell for the changes in mainwindow.cs
      Remove unused delegate that I missed before. Remove GetCell size stuff,
      remove debug line
      set the default icon, yes we need a new one I was just tired of looking at
      return Directory as GlassLabel.
      since we might for some reason get a size allocate before we have
      return Directory as GlassLabel.
      add the glass label while dragging.
      missed this
      F-Spot 0.0.2 - August 29 2004 - Ice Machine
      initial potfile
      add gettext bits
      Stub in es translation just to make sure the setup can work.
      bump required automake version, this is needed for the glib-gettextize I
      Release f-spot-0.0.2 -- Ice Machine

MOREAU Vincent (1):
      Make the PhotoView handle empty queries more gracefully. Patch from bug

Matt Jones (1):
      fix some cut-n-paste typos regarding default image names

Miguel de Icaza (2):
      Skip over thumbnail directories.
      Update

Nat Friedman (3):
      Use the new file selector.
      Allow multiselect.  Thanks to Duncan for helping me debug this!
      Spec file

Peter Johanson (1):
      add config file for the assemblies we are loading.

Todd Berman (2):
      update to gtk-sharp from cvs.
      fix makefile for mono from cvs.

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

-- 
f-spot



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