Captured Moments » Eventually interesting stuff about Linux, Programming, Software, Photography.

Tags

  Panorama     Usability     UFRaw     Photography     Programming     Weather     Windows     Ubuntu     Linux     PHP     GPS     F-Spot     Software     Live     Plugin     Nikon     Hugin     Work     Photoblog         Bibble     Gimp     Sony     Qt     Web     C++  

My Flickr Photos

Books on blurb.com

aus der ev. Kirche Sulzbach (Ts.)
Julia und Paul
Wellner Bou

Admin area

Aside from the fact that there is again a discussion around the time bug I updated my branch fixing this feature on gitorious.

To use it, just grap the sources and compile it.

git clone git://gitorious.org/~paulwb/f-spot/paulwbs-clone.git

As an alternative you can download the tarball linked on the gitorious page.

cd paulwbs-clone/
git checkout origin/ImportTimeHandling
./autogen.sh
make
sudo make install

Looking forward to have this fixed and working.

Update: Steve created a PPA for Ubuntu users which fixes this bug just as my branch is doing. And, for more information, the Ubuntu bug is here.

f-spot-version-sidebar-0.6.4.jpg

I committed and uploaded a bugfix for the Version Sidebar F-Spot Plugin. Version 0.6.4 fixes a bug affecting some other parts of F-Spot, too. The version sidebar is now clickable again.

By the way I branched the Addins and the master branch now depends on F-Spot’s core 0.7, which replaces Core with App.Instance.

Update: The tabbed sidebar is not working at the moment with 0.7 (git), due to a redesign in the f-spot source. I am still not sure how I redesign the tabbed sidebar code to get it work with the actual design or if the f-spot code will be changed again. 0.6 works fine.

See my F-Spot Addin page for more information.

Some more updates on the addins for F-Spot I wrote about lately.

Tabbed Sidebar

  • Saves open sidebar page on changing between view mode and browser mode

Version Sidebar

  • Fixed bug and crasher because of not using the correct id ranges in photo versions collection

You can find the source code as always on Gitorious, the extension url here:

http://purecodes.org/f-spot/0.6

Updates only available for 0.6.

Some updates on the addins for F-Spot I wrote about lately.

New Addin: Tabbed Sidebar

I announced that this wasn’t possible. Well, Ruben Vermeersch made the F-Spot Sidebar public, so that I can access it with a Service Addin. See my last post for a screenshot. This saves at least a click on each sidebar page change.

This is done using a service addin which accesses the F-Spot UI elements on startup. Restart F-Spot after installing this addin to to work.

Import Processed Files

  • Fixed crash: API change in latest git 0.6

DateTime Format

  • Added new config variable for long date display. F-Spot displays the date and the time, too, if the width of the thumbnails is wide enough. You can use this variables now:
    gconftool-2 --type string \
    --set "/apps/f-spot/ext/datetimeformat/shortdate" "yyyy-MM-dd"
    gconftool-2 --type string \
    --set "/apps/f-spot/ext/datetimeformat/longtime" "HH:mm"

    You have to restart F-Spot after installing this addin or changing the date patterns.

You can find the source code as always on Gitorious, the extension url here:

http://purecodes.org/f-spot/0.6

The addins for 0.5 did not change. The tabbed sidebar is not available for 0.5.

I updated the two F-Spot addins for Bibble 4 and I published two new ones. Furthermore, the URL of the repository has changed and I published the source on gitorious.

[Read More…]