Re: [Shotwell] Label import from f-spot

2013-10-20 Thread Bruno Girin
Hi Martino, The F-Spot import doesn't try to be smart and just imports all the labels it finds. >From memory, the problem results from the way labels are specified in the F-Spot database combined with the way F-Spot stores them in EXIF data: in the database, they are stored in nested format while

Re: [Shotwell] iPhoto importer

2012-12-10 Thread Bruno Girin
Hi Shaun, That looks good! I'm happy to help you make it into a Shotwell plugin if you want. The main complication of writing it in Vala will be that you will have to re-implement plistlib. It certainly doesn't look impossible as the parser is fairly simple (according to the code) but still a bit

Re: [Shotwell] Development stalled?

2012-12-02 Thread Bruno Girin
On 02/12/12 22:25, Norbert Preining wrote: > On Sa, 01 Dez 2012, Bruno Girin wrote: >>> I have committed several patches to trac, which all somehow get more >>> and more lost. >> Yorba moved to redmine some time ago: http://redmine.yorba.org/. So do >> you mean tha

Re: [Shotwell] Development stalled?

2012-12-01 Thread Bruno Girin
On 28/11/12 23:54, Norbert Preining wrote: > Hi everyone, > > is there anything that one can do to reactivate development? Practically > no commits, no changes since long time. > > I have committed several patches to trac, which all somehow get more > and more lost. Yorba moved to redmine some tim

Re: [Shotwell] Gallery3 Connection Status

2012-10-17 Thread Bruno Girin
On 16/10/12 22:42, Paulo J. Matos wrote: > On 15/10/12 23:13, Bruno Girin wrote: >> HI Paulo, >> >> Lucas is right: I was intending to do something for it until real life >> took over and my free time disappeared. If you have the time to work on >> it, I'm h

Re: [Shotwell] Gallery3 Connection Status

2012-10-15 Thread Bruno Girin
On 15/10/12 23:09, Paulo J. Matos wrote: > On 15/10/12 21:37, Lucas Beeler wrote: >> Hi Paulo, >> >> Bruno Girin told me that he had started on a Gallery 3 Web Connector, >> but that was more than a year and a half ago. If I recall correctly, >> he just didn'

Re: [Shotwell] Gallery3 Connection Status

2012-10-15 Thread Bruno Girin
rting point as the Gallery 3 API seems to be similar to the Piwigo one in the way it operates. Cheers, Bruno On 15/10/12 21:37, Lucas Beeler wrote: > Hi Paulo, > > Bruno Girin told me that he had started on a Gallery 3 Web Connector, > but that was more than a year and a half

Re: [Shotwell] f-spot import hangs

2012-10-02 Thread Bruno Girin
On 01/10/12 19:11, Lorenzo Milesi wrote: > updating more interesting stack calls. no ideas? :( > > #1 type_lookup_iface_vtable_I (vtable_ptr=, > iface_node=0x8569288, node=0x84aebc0) > at /build/buildd/glib2.0-2.32.3/./gobject/gtype.c:619 > #2 type_lookup_iface_vtable_I (vtable_ptr=, >

Re: [Shotwell] f-spot import hangs

2012-09-25 Thread Bruno Girin
riting JPEGs takes a bit of time. So in import > memory usage will spike due to the number of Pixbufs sitting in memory > waiting to be committed to disk. > > -- Jim > > On Tue, Sep 25, 2012 at 8:29 AM, Bruno Girin wrote: >> On 24/09/12 18:22, Lorenzo Milesi wrote: >> &

Re: [Shotwell] f-spot import hangs

2012-09-25 Thread Bruno Girin
On 25/09/12 16:52, Lorenzo Milesi wrote: >> Most of the memory (~94% by the end of the run) seems to be allocated >> to >> pixbuf structures (i.e. images), which is sort of understandable for >> a >> photo management application. 80% in gdk_pixbuf_new and the remainder >> in >> gdk_pixbuf_copy. How

Re: [Shotwell] f-spot import hangs

2012-09-25 Thread Bruno Girin
On 24/09/12 18:22, Lorenzo Milesi wrote: >> Are you sure you uploaded the file correctly? It claims it's 0 bytes >> when I download it. The massif output doesn't have to be huge but it >> should be more than 0 bytes :-) > ups, something went wrong during the upload. > this should work! > http://dl.

Re: [Shotwell] f-spot import hangs

2012-09-23 Thread Bruno Girin
On 22/09/12 23:09, Lorenzo Milesi wrote: >> For further reference, I did that a couple of years ago with the >> initial >> F-Spot import, using the "massif" tool in valgrind: >> http://redmine.yorba.org/issues/2334 > I tried running valgrind --tool=massif shotwell, it's running for 24h at > least,

Re: [Shotwell] f-spot import hangs

2012-09-21 Thread Bruno Girin
On 21/09/12 06:16, Lorenzo Milesi wrote: >> I'm attaching full shotwell.log and shotwell.gdb. I ran this >> procedure twice, and both times hung on: > Since the ml stripped the attachments, here they are: > http://dl.dropbox.com/u/706934/shotwell.log.gz > http://dl.dropbox.com/u/706934/shotwell.gdb

Re: [Shotwell] shotwell: Segfault, on invalid piwigo response

2012-09-17 Thread Bruno Girin
h here > https://github.com/h4ck3rm1k3/shotwell > > On Mon, Sep 17, 2012 at 3:42 PM, Bruno Girin wrote: >> Mike, >> >> We all agree that Shotwell should not crash like that. Thanks for >> reporting the issues. I'll have a look when I can. >> >>

Re: [Shotwell] shotwell: Segfault, on invalid piwigo response

2012-09-17 Thread Bruno Girin
just crash on invalid input. > > here, I have setup a simple rule in dancer to reproduce the problem : > > post '/piwigocrash/ws.php' => sub { > return "crash"; > }; > > https://github.com/h4ck3rm1k3/photo-librarian-server/commit/fbc6e93ff4fa3d87c

Re: [Shotwell] shotwell: Segfault, on invalid piwigo response

2012-09-17 Thread Bruno Girin
Hi Mike, I thought I had tested that particular scenario. Obviously not. Can you include the URL that you used so that I can debug? Thanks, Bruno On 17/09/12 10:06, Mike Dupont wrote: > Package: shotwell > Version: 0.12.3-2 > Severity: normal > > Dear Maintainer, > *** Please consider answering

Re: [Shotwell] FSpot Import - resume?

2012-09-03 Thread Bruno Girin
On 03/09/12 15:28, Lorenzo Milesi wrote: > Hi. > Is F-Spot import resumable? > I have a very huge collection that won't import in just one step. If I run it > once and cancel, can I start from where I aborted the operation? > > thanks > Lorenzo, It should resume where you left it as it will chec

Re: [Shotwell] Métadonnées

2012-06-14 Thread Bruno Girin
On 13/06/12 20:50, Christophe Drevet wrote: > Bonsoir, > Je remets la liste shotwell en copie si d'autres francophones ont des > idées. Mes réponses sont en-dessous. > > Le 13 juin 2012 14:05, leslulu a écrit : >> Merci beaucoup >> avec un lancement depuis le terminal, ca me donne: >> @lordi:~$ sh

Re: [Shotwell] Shotwell + OpenPhoto = Bliss

2012-04-19 Thread Bruno Girin
On 19/04/12 09:21, Benjamin Kerensa wrote: > Hello Shotwell Geeks, > > I'm writing you guys on behalf of OpenPhoto which is a new OpenSource > photo management platform that lets you liberate your photos. Our > users have shown interest for a Shotwell plugin and were wondering if > their are any fa

Re: [Shotwell] Bulk Import?

2012-04-08 Thread Bruno Girin
Hi Oliver, On 07/04/12 13:55, oliver wrote: > Hello, > > The import of my f-spot folder runs since last evening... > maxbe it's more than about ten hours running... > > When I tried it the first time, I used f-spot import. > When it took too long I tried strace and ltrace on it > (when shotwell al

Re: [Shotwell] Can't build trunk on Ubuntu 12.04

2012-04-04 Thread Bruno Girin
On 03/04/12 22:23, Adam Dingle wrote: > Bruno, > > you want the package librest-dev. It's there, trust me! :) That's because I was looking for librest-0.7-dev rather than librest-dev. Duh! Thanks Adam! Cheers, Bruno ___ Shotwell mailing list Shotwel

[Shotwell] Can't build trunk on Ubuntu 12.04

2012-04-03 Thread Bruno Girin
Hi all, I can't build Shotwell trunk on Ubuntu 12.04, I currently get this error: Package rest-0.7 was not found in the pkg-config search path. Perhaps you should add the directory containing `rest-0.7.pc' to the PKG_CONFIG_PATH environment variable No package 'rest-0.7' found First thing I chec

Re: [Shotwell] Final Call for Testing: Shotwell 0.12

2012-03-23 Thread Bruno Girin
Hi all, In addition to the list of features listed below by Adam, 0.12 includes quite a few fixes to the Piwigo plugin that should make it more reliable and better at handling errors so I would appreciate if Piwigo users could give it a go. Similarly, the re-factoring of the F-Spot import was the

Re: [Shotwell] src/Properties.vala compilation error

2012-02-13 Thread Bruno Girin
On 13/02/12 21:20, Adam Dingle wrote: On 02/13/2012 01:17 PM, Bruno Girin wrote: On 13/02/12 21:02, Jan Kopecký wrote: Dne 13.2.2012 21:58, Jan Kopecký napsal(a): Dne 13.2.2012 21:45, Mattias Põldaru napsal(a): 13.02.2012 22:24, Jan Kopecký kirjutas: Hi, i like Shotwell project very much

Re: [Shotwell] src/Properties.vala compilation error

2012-02-13 Thread Bruno Girin
On 13/02/12 21:02, Jan Kopecký wrote: Dne 13.2.2012 21:58, Jan Kopecký napsal(a): Dne 13.2.2012 21:45, Mattias Põldaru napsal(a): 13.02.2012 22:24, Jan Kopecký kirjutas: Hi, i like Shotwell project very much, so first of all thank you! I hope you guys could help me. I am getting error when t

Re: [Shotwell] option to have separate video/image import directories

2012-01-30 Thread Bruno Girin
On 30/01/12 19:52, Mark Edgington wrote: Maybe an alternative to doing this which would be more useful would be to implement feature #2782 (http://redmine.yorba.org/issues/2872), allowing some of the virtual directories of the FUSE filesystem to split on filetype. By the way, I assume that just

Re: [Shotwell] 3 small F-Spot import hickups, version 0.11.6

2012-01-04 Thread Bruno Girin
On 04/01/12 21:52, Michiel Detailleur wrote: Ok, so as I said in my previous message, I had 2 small F-Spot import hickups, well, actually 3 now that I think of it: * Shotwell used to crash badly (with ugliness at the terminal) at earlier attempts of importing my F-Spot library. But I think I f

Re: [Shotwell] More info on segfault

2012-01-02 Thread Bruno Girin
d never crash, no matter how malformed your F-Spot database is. You'll be happy to know that Bruno Girin, one of our top Shotwell contributors, is working on this problem and we hope to have it fixed in the next major release of Shotwell (0.12). Cheers, Lucas On Sun, Jan 1, 2012 at 6:

Re: [Shotwell] crash importing f-spot database photos

2012-01-01 Thread Bruno Girin
Hi all, The main problem is that the F-Spot import feature loads the whole F-Spot database in memory and performs a single large batch import. So even if it was tuned, there would always be a possibility that a very large database would make it run out of memory. So the only way to fix this i

Re: [Shotwell] Faces fixes and other stuff

2011-11-25 Thread Bruno Girin
layya $URL git pull playya my-fixed-branch /* test stuff */ git push btw. there's a git send-mail to send patches directly (needs to be recompiled on ubuntu to get ssl support IIRC) Regards, Frederik 2011/11/25 Bruno Girin <mailto:brunogi...@gmail.com>> I'm not su

Re: [Shotwell] Faces fixes and other stuff

2011-11-24 Thread Bruno Girin
't push my patches. That's the reason for loosing this patches. Is it possible to send a pull request instead of sending a lot of packages via email? Am 24.11.2011 19:09, schrieb Bruno Girin: Hi Frederik, The Yorba team are the only ones to have the ability to push commits to

Re: [Shotwell] Faces fixes and other stuff

2011-11-24 Thread Bruno Girin
Hi Frederik, The Yorba team are the only ones to have the ability to push commits to master so I'm not surprised that yours got lost. The best way to get the team to review and integrate your patches is to use git format-patch and to attach the resulting file(s) to the redmine ticket. If there

Re: [Shotwell] Export to piwigo does result in empty pictures

2011-11-04 Thread Bruno Girin
On 04/11/11 09:18, Rainer M Krug wrote: Hi when I publish pictures to piwigo, it results in empty pictures: http://thekrugs.free.fr/piwigo/index.php?/category/4 I publish in original size. Hi Rainer, Can you confirm what version of Piwigo you're using please? The current plugin requires Pi

Re: [Shotwell] Two issues while trying to import from f-spot

2011-09-10 Thread Bruno Girin
On 10/09/11 01:06, pt wrote: Hi Lucas On 10 September 2011 01:28, Lucas Beeler wrote: The bug you're referring to is actually this one: http://redmine.yorba.org/issues/4081, which is special for the F-Spot case. It should've been fixed in 0.11.1. Are you still seeing this behavior with Shotwe

Re: [Shotwell] Two issues while trying to import from f-spot

2011-09-09 Thread Bruno Girin
Thanks for fixing my naive implementation! I don't think I would have found how to code it properly... Cheers, Bruno On 09/09/11 18:59, Lucas Beeler wrote: Hi, Thanks for reporting this! This is indeed a bug, because Shotwell includes code that "sanitizes" (i.e. removes forward slash charact

Re: [Shotwell] Vagaries of building Shotwell from source

2011-09-08 Thread Bruno Girin
On 07/09/11 03:27, Adam Dingle wrote: On 09/05/2011 11:52 PM, Eric Gregory wrote: On Mon, Sep 5, 2011 at 12:47 PM, Bruno Girin wrote: I'm in a bit of a quandary, trying to build Shotwell from source. I happen to have 2 laptops: one runs Ubuntu Maverick, the other one Oneiric beta. Sho

[Shotwell] Vagaries of building Shotwell from source

2011-09-05 Thread Bruno Girin
Hi all, I'm in a bit of a quandary, trying to build Shotwell from source. I happen to have 2 laptops: one runs Ubuntu Maverick, the other one Oneiric beta. Shotwell won't build on the former because the version of gstreamer is too old while it won't build on the latter because the version of Vala

Re: [Shotwell] piwigo shotwell plugin

2011-09-05 Thread Bruno Girin
On 2 September 2011 20:39, Pierre Willaime wrote: > Le Fri, 2 Sep 2011 12:34:28 -0700, > Jim Nelson a écrit : > >> Pierre, >> >> Does this ticket describe what you're asking for? >> >> http://redmine.yorba.org/issues/3750 >> >> -- Jim > > Exactly ! > > Sorry did not see this ticket. > > Thanks P

[Shotwell] Missing dependency in build from source instructions

2011-08-14 Thread Bruno Girin
Hi all, I just found out that the instructions to build from source found here: http://yorba.org/shotwell/install/#source are missing one dependency on Ubuntu: libjson-glib-dev. So if you're trying to build from source and get an error message when building the publishing plugins that it cannot fi

Re: [Shotwell] RAWs from F-Spot

2011-07-20 Thread Bruno Girin
On 18 July 2011 19:26, Eric Gregory wrote: > On Sat, Jul 16, 2011 at 2:09 AM, Bruno Girin wrote: >> >> Eric, >> >> Will the F-Spot import need to change in order to support the RAW+JPEG >> functionality or will it happen automatically? If the former,

Re: [Shotwell] Problem with shotwell 0.9.3 and piwigo 2.2.3

2011-07-16 Thread Bruno Girin
Federico, The Piwigo plugin in the git version should work. If it doesn't it's a bug. However, from your email I am not sure whether you have managed to compile Shotwell or not. Can you confirm whether your compilation was successful or not and if not what the error messages are? Cheers, Bruno

Re: [Shotwell] how to get the UserComment of the Image Data into SW?

2011-07-16 Thread Bruno Girin
On Thu, 2011-07-14 at 00:09 +0300, Christoph Schilling wrote: > Hi, > I would like to move my pictures from fspot to SW, but the the > UserComment of the Image Data, where f-spot puts my comments to the > pictures, are not recognized by SW. Does someone has an idea, what to do? > Thank you > Christ

Re: [Shotwell] RAWs from F-Spot

2011-07-16 Thread Bruno Girin
On Tue, 2011-07-12 at 11:43 -0700, Eric Gregory wrote: > On Mon, Jul 11, 2011 at 11:07 PM, Lorenzo Milesi A couple of things: > > 1. RAW development using external editors has been a part of Shotwell for a > long time -- but all we can do is send the RAW file to an external editor. > That hasn't

Re: [Shotwell] Feature Request - hierarchic tags

2011-06-27 Thread Bruno Girin
On Mon, 2011-06-27 at 15:46 +0200, Valentín wrote: > Hi Dennis, > > You can see your request already tracked here: > http://trac.yorba.org/ticket/1401 > > As you can see, there is many people interested in having that, and if I > remember correctly, people form Shotwell had said that they would b

Re: [Shotwell] [PATCH] Fix crash on publishing on Ubuntu

2011-06-17 Thread Bruno Girin
On Sat, 2011-06-18 at 01:07 +0300, Jani Monoses wrote: > Hello, > > When trying to export photos Shotwell crashes on Ubuntu 11.10 devel. > > shotwell: symbol lookup error: > /usr/lib/shotwell/plugins/builtin/shotwell-publishing.so: undefined > symbol: soup_message_get_type > > > The cause is

Re: [Shotwell] Piwigo plugin - Apostrophe in the title field gives an error

2011-06-14 Thread Bruno Girin
On Tue, 2011-06-14 at 20:50 +0100, Bruno Girin wrote: > On Mon, 2011-06-13 at 23:44 +0200, Thierry Le Guillou wrote: > > Hi all, > > the Piwigo publishing plugin works very nicely now, even with french > > accentuated characters in the title of the picture. > > But I

Re: [Shotwell] Piwigo plugin - Apostrophe in the title field gives an error

2011-06-14 Thread Bruno Girin
On Mon, 2011-06-13 at 23:44 +0200, Thierry Le Guillou wrote: > Hi all, > the Piwigo publishing plugin works very nicely now, even with french > accentuated characters in the title of the picture. > But I have got "HTTP status code 405 Method Not Allowed" > when there is an apostrophe in the title

Re: [Shotwell] support for zenphoto?

2011-06-13 Thread Bruno Girin
On Sun, 2011-06-12 at 23:05 +0200, Miguel Ortiz Lombardia wrote: > Hi Bruno, > > Great, thank you! > > In the ticket you ask about a Zenphoto web API. It looks like there > should be one: > > http://www.elementalshoots.com/blog/scripts/lightroom-2-zenphoto-publishing-service/ > > but I must co

Re: [Shotwell] support for zenphoto?

2011-06-12 Thread Bruno Girin
Hi Miguel, Shotwell does not currently support Zenphoto. I created a ticket on the Shotwell trac for this: http://trac.yorba.org/ticket/3746 So if someone wants to provide support, they can contribute a patch to that ticket. Cheers, Bruno On Sun, 2011-06-12 at 12:17 +0200, Miguel Ortiz Lombard

Re: [Shotwell] Export Piwigo

2011-06-07 Thread Bruno Girin
h http://guiyou.dyndns-home.com/piwigo > user : shotwell > pwd : yorba > > I have an other piwigo site on www.redheberg.com with the same problem. > > If necessary I can build a new site just for testing. Tell me if you > think you need it. > Thierry > > > Le 30/05/2011 0

Re: [Shotwell] RPM package?

2011-05-30 Thread Bruno Girin
On Mon, 2011-05-30 at 10:31 +0100, Chris Game wrote: > Thanks Mateusz and Bruno, > > I mashed together the instructions list from Mateusz (I'd already > seen that when it was posted earlier) and the useful instructions on > the Shotwell site and worked it through. Good! > The only sticking poin

Re: [Shotwell] Export Piwigo

2011-05-29 Thread Bruno Girin
Thierry, Can you run Shotwell with the following command? SHOTWELL_LOG=1 shotwell Then post the content of .cache/shotwell/shotwell.log I tested the new plugin against an account on piwigo.com so I may have overlooked some configuration options that your server uses. Otherwise, if there is any

Re: [Shotwell] RPM package?

2011-05-29 Thread Bruno Girin
Chris, Check the build from source instructions for Fedora on the install page: http://www.yorba.org/shotwell/install/ I know this is not what you asked for as you really want a .rpm but building from source is not that complicated once you have the correct dependencies. Cheers, Bruno On Sun,

Re: [Shotwell] Saved Searches Rock

2011-05-28 Thread Bruno Girin
Lu, Isn't your "static playlist" a tag? So if you create a "Best of 2011" tag and assign it to all the photos you want, you have your static list. Cheers, Bruno On Fri, 2011-05-27 at 18:38 -0700, Lu Timdale wrote: > Saved Searches: Wow what a great feature... brilliant. I love it. > > I have

Re: [Shotwell] Quality Options (RAW as Optional)

2011-05-26 Thread Bruno Girin
On Thu, 2011-05-26 at 09:37 -0700, Adam Dingle wrote: > On 05/26/2011 12:45 AM, Mateusz Loskot wrote: > > On 26/05/11 03:32, Lu Timdale wrote: > >> I would like to have different level of quality of images > > > based on the perceived value of the image. > >> > >> so... > >> For a 4 or 5 star image

Re: [Shotwell] Im- and export of gqview collections

2011-05-16 Thread Bruno Girin
Hi Mark, Your import scenario could be supported by the alien database framework that the import from F-Spot is built upon. The documentation on it is quite sparse as I never found the time to extend on my original blog post, which you will find here: http://brunogirin.blogspot.com/2010/09/adding-

Re: [Shotwell] Physical rotation

2011-05-09 Thread Bruno Girin
Hi Thierry, That's interesting. I don't think it should be an option on import though. Rather the photos should be rotated by the Piwigo plugin on export. I'll try to reproduce the problem once I get the new Piwigo plugin to work and if there is an issue I'll add the physical rotation. Cheers, B

Re: [Shotwell] Importing Problem

2011-05-09 Thread Bruno Girin
Hi Murray, Try to delete the .shotwell directory in your home folder as this should make it think that you've never used it before. If you haven't changed the default location of your library, all images should be in the Pictures directory in your home folder. You may want to check the gconf key

Re: [Shotwell] volunteer to port Piwigo publishing to new API?

2011-05-03 Thread Bruno Girin
> preserving the very efficient Piwogo-Shotwell couple ! > If there is a need for documentation, translating or testing, may be I > can do something. > Thierry > > > Le 29/04/2011 17:23, Adam Dingle a écrit : > > Hi Bruno, > > > > On Fri, A

Re: [Shotwell] volunteer to port Piwigo publishing to new API?

2011-04-29 Thread Bruno Girin
Adam, What's your deadline for getting the code into 0.10? I'll give it a go but can't promise I'll have it done in time as I haven't looked at the new API or the old code yet. Is there a ticket for this or should I create one? Bruno On Thu, 2011-04-28 at 16:54 -0700, Adam Dingle wrote: > As ma

Re: [Shotwell] Git migration next week

2011-04-14 Thread Bruno Girin
And it works! Well done to the team! Cheers, Bruno On Thu, 2011-04-14 at 11:18 -0700, Vera Yin wrote: > Hello all, > > The Git migration has happened! You can now clone the Shotwell > repository with the following command: > > git clone git://yorba.org/shotwell > > and browse the Yorba git re

Re: [Shotwell] 4:3 crop ratio not present in list?

2011-04-10 Thread Bruno Girin
Hi Lu, It's available as "SD Video (4:3)" Bruno On Sat, 2011-04-09 at 18:06 -0700, Lu Timdale wrote: > I was surprised that the 4:3 crop ratio was not present in the list of > ratios. > > This is the aspect used by > - old crt monitors > - ipad (1024x768) > - many digital photo frames (800x6

Re: [Shotwell] desired crop ratio not accepted

2011-04-09 Thread Bruno Girin
Hi Lucas, I think this is a mistake, especially considering that Shotwell does not give you any warning so the user has not idea why the tool doesn't accept the dimensions he explicitly specifies, which is very confusing. I would argue that if someone goes through the steps of selecting "custom" i

Re: [Shotwell] GSoC doubt and idea

2011-04-03 Thread Bruno Girin
Valentin, I created a new ticket for positional tags in trac: http://trac.yorba.org/ticket/3460 If it doesn't reflect what you meant or if I forgot something, please add that to the ticket. Bruno On 31 March 2011 00:12, Bruno Girin wrote: > On Wed, 2011-03-30 at 12:57 +0200, Valent

Re: [Shotwell] Call for Testing: Shotwell 0.9.1

2011-04-03 Thread Bruno Girin
On 2 April 2011 11:50, pt wrote: > On 2 April 2011 00:27, Lucas Beeler wrote: >> Yorba is pleased to announce that we have a release candidate for >> Shotwell 0.9.1! Shotwell 0.9.1 fixes several bugs in Shotwell 0.9.0 > > Thanks for this release. > > I tried to install the .deb (I'm on Debian sid

Re: [Shotwell] Git migration next week

2011-04-03 Thread Bruno Girin
Adam, Does it mean that developers will be able to create a git branch of code for features they want to work on and then propose a merge? Bruno On 29 March 2011 14:11, Adam Dingle wrote: > Shotwell users/hackers, > > GNOME migrated from Subversion to Git a couple of years ago, and Yorba has >

Re: [Shotwell] GSoC doubt and idea

2011-03-30 Thread Bruno Girin
On Wed, 2011-03-30 at 12:57 +0200, Valentín wrote: > Hi Vincent! > > > The people tagging system will be implemented into Shotwell 0.10 through > > this request: hierarchical tags > > I have read that and I don't see any relation with my people-tagging > propos

Re: [Shotwell] GSoC 2011 Idea Discussion

2011-03-29 Thread Bruno Girin
Lucas, Following the link to colord on Richard's blog, it appears that he also provides a libcolord gobject library that wraps the dbus interface to simplify development: http://colord.hughsie.com/using.html That doesn't necessarily make it a simple problem though, colour management if a fiddly s

Re: [Shotwell] Shotwell 9.0 depending on gnome-vfs2

2011-03-27 Thread Bruno Girin
Hi Jon, AFAIK, the dependency on GnomeVFS is very limited and down to a few lines of code I contributed to fix this defect: http://trac.yorba.org/ticket/2987 Someone who was paying attention to Gnome deprecation notices more than I was has now provided a different patch that uses GIO instead so I

Re: [Shotwell] Problem compilingand running Shotwell trunk with vala 0.11.7

2011-03-27 Thread Bruno Girin
es changed as the release was being built, it's possible for old > .so's to cause problems. > > -- Jim > > On Mon, Mar 21, 2011 at 3:19 PM, Bruno Girin wrote: >> >> Hi Adam, >> >> Thanks for the suggestions. I will try all this when I have some spare

Re: [Shotwell] Problem compilingand running Shotwell trunk with vala 0.11.7

2011-03-21 Thread Bruno Girin
Hi Adam, Thanks for the suggestions. I will try all this when I have some spare time so that may take a few weeks. I'm sure it's something simple I overlooked :-) Cheers, Bruno On Mon, 2011-03-21 at 07:09 -0700, Adam Dingle wrote: > Bruno, > > On Sat, Mar 19, 2011 at 5

Re: [Shotwell] Problem compilingand running Shotwell trunk with vala 0.11.7

2011-03-19 Thread Bruno Girin
ation fault Could it mean that Vala 0.11.7 does something that the version of glib on Ubuntu 10.10 doesn't like? Cheers, Bruno On 18 March 2011 19:41, Bruno Girin wrote: > On Fri, 2011-03-18 at 10:58 -0700, Adam Dingle wrote: >> On 03/18/2011 10:43 AM, Bruno Girin wrote: >>

Re: [Shotwell] Problem compilingand running Shotwell trunk with vala 0.11.7

2011-03-18 Thread Bruno Girin
On Fri, 2011-03-18 at 10:58 -0700, Adam Dingle wrote: > On 03/18/2011 10:43 AM, Bruno Girin wrote: > > Hi all, > > > > The current trunk for Shotwell needs Vala 0.11.7. After installing that > > version of Vala, it fails to compile and complains about gee-1.0 not >

[Shotwell] Problem compilingand running Shotwell trunk with vala 0.11.7

2011-03-18 Thread Bruno Girin
Hi all, The current trunk for Shotwell needs Vala 0.11.7. After installing that version of Vala, it fails to compile and complains about gee-1.0 not being found. If I soft link gee-1.0.vapi from a /usr/share/vala-0.10/vapi to /usr/share/vala-0.12/vapi, Shotwell can compile but I get the following

Re: [Shotwell] Image key-wording project and Shotwell

2011-03-13 Thread Bruno Girin
Hi Mark, On Sun, 2011-03-13 at 01:35 +, M.R. wrote: > I am considering a project to organize a large collection of > images and I am looking for a tool to work with. Since there is an > extremely large work factor involved, I can not afford to make > the investment of the time and effort depen

Re: [Shotwell] GSoC 2011

2011-03-08 Thread Bruno Girin
Andreas and Andreas, if one of you wants to implement an "Import from Digikam" function that works in the same way as the "Import from F-Spot", don't hesitate to drop me a line and I'll be happy to guide you through the steps needed to implement it. I wrote a summary some time ago that you can find

Re: [Shotwell] Writing Plug-ins

2011-02-17 Thread Bruno Girin
this echoes common practice in the GNOME world. For example, > gedit includes some core plugins in its source package, but there is a > gedit-plugins source package containing additional plugins and then a > wiki page listing zillions of third-party plugins. > > adam > &

Re: [Shotwell] Writing Plug-ins

2011-02-15 Thread Bruno Girin
twell/plugins > > The first is for plugins available system-wide, the second for plugins only > available to that user.  (Shotwell will search their subdirectories as > well.) > > Hope that answers your questions, > > -- Jim > > On Sat, Feb 12, 2011 at 12:21 PM,

Re: [Shotwell] Writing Plug-ins

2011-02-12 Thread Bruno Girin
Hi Jim, Interesting! That brings a number of questions: * When it comes to distributing plug-ins, what is your preferred way of doing it? Developers distribute them on independent sites or contribute them to the Shotwell repo? Personally, I'd prefer the latter as I'm

Re: [Shotwell] Importing f-spot favourites

2011-01-25 Thread Bruno Girin
On Mon, 2011-01-24 at 15:04 -0800, Adam Dingle wrote: > On 01/23/2011 01:50 PM, Bruno Girin wrote: > > Hi Paul! > > > > I'm glad you like Shotwell. The import form F-Spot handles favourites > > by translating F-Spot favs to a 5-star rating in Shotwell. There is >

Re: [Shotwell] Importing f-spot favourites

2011-01-23 Thread Bruno Girin
Hi Paul! I'm glad you like Shotwell. The import form F-Spot handles favourites by translating F-Spot favs to a 5-star rating in Shotwell. There is currently no way to select all 5-star pictures but the ability to filter against any meta-data (including rating) is on the roadmap as it's an often re

Re: [Shotwell] date format string on adjust date/time dialog

2011-01-23 Thread Bruno Girin
The fix was trivial so I attached a patch to the ticket. It appears the issue was also present in the tr (Turkish) locale. So as soon as a developer reviews the patch and commits it, it should be solved in trunk. Bruno On 23 January 2011 10:06, Bruno Girin wrote: > Vincent, > > Thank

Re: [Shotwell] date format string on adjust date/time dialog

2011-01-23 Thread Bruno Girin
Andy, I can reproduce it and have created a new ticket here: http://trac.yorba.org/ticket/3113 Bruno On 22 January 2011 16:15, Andy Stevens wrote: > Hi, > > I have a new installation of Ubuntu 10.10, running the version of Shotwell > that came with it (0.7.2).  On the Photos -> Adjust Date and

Re: [Shotwell] Contributing to the Wiki

2011-01-19 Thread Bruno Girin
David, That's a great idea! Editing the wiki is very easy: go to the URL of the page you want to create, which should not exist yet, such as: http://trac.yorba.org/wiki/HowToBuildInUbuntuFromSource The wiki will automatically ask you if you want to create a new page. Create it and populate it. I

Re: [Shotwell] gstreamer versions

2011-01-18 Thread Bruno Girin
It might be that the source for -dev packages is not up to date compared to the main one. Try updating them prior to installing libgstreamer0.10-dev: sudo apt-get update Bruno On Mon, 2011-01-17 at 17:36 -0800, ubuntubrian wrote: > I'm on Ubuntu 10.04 and am trying to build Shotwell .8.1 from so

Re: [Shotwell] 0.8.1 update: Problem with CR2 files from a Canon EOS 550D

2011-01-12 Thread Bruno Girin
t you needed to recompile Shotwell with libraw 0.12 > in order to fix the bug? Did you try merely dropping in 0.12 with an > existing build of Shotwell? > > -- Jim > > On Tue, Jan 11, 2011 at 12:30 PM, Bruno Girin > wrote: > On Tue, 2011-01-11 at 09:23 -0800, Adam

Re: [Shotwell] Source code reorganization

2011-01-12 Thread Bruno Girin
Hi Jim, That's great news and will make it a lot easier to navigate the code! When I have the time, hopefully in the next few weeks, I'll re-organise the AlienDatabase/F-Spot import code into units. However, this brings a question: are you happy for me to make an exception to the "one-deep" nestin

Re: [Shotwell] 0.8.1 update: Problem with CR2 files from a Canon EOS 550D

2011-01-11 Thread Bruno Girin
On Tue, 2011-01-11 at 09:23 -0800, Adam Dingle wrote: > Bruce, > > To be clear, Shotwell itself does not include libraw: it just uses > whichever version of libraw happens to be available on your machine. We > do have plans to add libraw 0.12 to the Yorba PPA (see > http://trac.yorba.org/ticke

Re: [Shotwell] Basic video edition : rotation

2011-01-08 Thread Bruno Girin
Hi all, Before we get into a protracted argument, note that a "reasonable feature request" is not the same as a "high priority feature request". Reasonable just means that it is not completely outlandish. All that was done with that feature request is that it was added to the trac database [1] so

Re: [Shotwell] Final call for testing: Shotwell 0.8.1

2011-01-08 Thread Bruno Girin
e upped the ticket. > > -- Jim > > On Fri, Jan 7, 2011 at 6:26 PM, Bruno Girin > wrote: > Jim, > > What version of LibRAW will 0.8.1 ship with? 0.9.1 like 0.8 or > a more > recent version? Considering the number of new camera sup

Re: [Shotwell] Final call for testing: Shotwell 0.8.1

2011-01-07 Thread Bruno Girin
Jim, What version of LibRAW will 0.8.1 ship with? 0.9.1 like 0.8 or a more recent version? Considering the number of new camera support added in LibRAW 0.10 and 0.11, it might be worth shipping the latest one. Bruno On Fri, 2011-01-07 at 13:31 -0800, Jim Nelson wrote: > Hello all, > > We're wra

Re: [Shotwell] Still issue with EOS 550D RAW Thumbnails

2010-12-31 Thread Bruno Girin
ource [2] http://www.libraw.org/data/LibRaw-0.12.1.tar.gz [3] http://trac.yorba.org/raw-attachment/ticket/3032/shotwell-openmp.patch Happy new year! Bruno On 31 December 2010 10:11, Bruno Girin wrote: > Simon, > > I believe this is due to libraw. The version that Ubuntu 10.10 uses is >

Re: [Shotwell] Still issue with EOS 550D RAW Thumbnails

2010-12-31 Thread Bruno Girin
Simon, I believe this is due to libraw. The version that Ubuntu 10.10 uses is 0.9. Support for the 550D was added in 0.10. There is a ticket to update the Yorba PPA with the latest version (0.12): http://trac.yorba.org/ticket/2583 However, I also have an issue building Shotwell with libraw 0.12,

Re: [Shotwell] [Fwd: Re: [ubuntu-uk] Problems with CR2 files from a Canon 60D]

2010-12-29 Thread Bruno Girin
Steve On 29 December 2010 19:09, spschiebel wrote: > > [snip] > Oddly, though, when viewing the thumbnails for CR2 files they display > correctly.  It is only on import (which is very slow) when the CR2 files are > displayed at full screen do they go to the magenta strip behaviour described > alr

Re: [Shotwell] metadata exporting RAW

2010-12-29 Thread Bruno Girin
Simon, On 29 December 2010 11:46, Simon Spannagel wrote: > Hej Bruno, > > yes, I followed the discussion you're referring to. > >> However, it would require smarter meta-data handling that can handle >> meta-data >> differently depending on file type. > > Don't you do that already now? Or did I g

Re: [Shotwell] metadata exporting RAW

2010-12-29 Thread Bruno Girin
Simon, With JPEG, Shotwell embeds the meta-data into the file. From a previous discussion (which is probably in the mailing list archive but I can't find it), my understanding is that RAW formats other than DNG are a bit fidly when it comes to embedding meta-data in them and the risk is to actuall

Re: [Shotwell] Shotwell Digest, Vol 17, Issue 32

2010-12-29 Thread Bruno Girin
Chris, The Ubuntu PPA is in addition to everything you suggest below and allows Ubuntu users to use a version of Shotwell that is newer than the one in the release they use: for example, Ubuntu 10.10 includes Shotwell 0.7 but through the PPA the users who want to can now install 0.8. At the same t

[Shotwell] [Fwd: Re: [ubuntu-uk] Problems with CR2 files from a Canon 60D]

2010-12-19 Thread Bruno Girin
Hi all, Here's a follow up from Vince on his issue with RAW files coming out of his EOS 60D. In particular, you'll find a link to a copy of the original file and associated JPEG. Following that email, we had an exchange on the ubuntu-uk mailing list, Vince tried to upgrade libraw to version 0.12 (

[Shotwell] [Fwd: [ubuntu-uk] Problems with CR2 files from a Canon 60D]

2010-12-19 Thread Bruno Girin
Hi all, Here's an email sent to the ubuntu-uk mailing list. It seems that the Canon EOS 60D may be using a new version of the CR2 file format which Shotwell (or presumably libraw) doesn't understand properly. Eye of Gnome seems to get it right though. I believe the user is running Ubuntu 10.10 wit

Re: [Shotwell] ¿ simultaneously uploading of differe nt libraries ?

2010-12-13 Thread Bruno Girin
On Mon, 2010-12-13 at 11:36 -0800, Adam Dingle wrote: > Erasmo, > > in the latest trunk, I think you can achieve what you want like this: > > 1. In the sidebar, select the first day for which you want to publish > photos. Select the photos you want and flag them (right click and > choose Flag)

  1   2   >