Okay, it's clear now. Thanks for your help ! :) @Robert Powell: No, I'm not going to add a new dialog. The first step, for me, is only face localization. (That's why the first version of my Python project that detect faces don't try to identify the detected face.)
So my idea is to add a new trigger that will call my project for each imported pictures, and then save faces locations. Then, when the user open a picture, he will find a shape around the detected face with a place where he can set the person's name. After that, I also want to add a new button to add undetected faces. When button pressed, a new shape appear, can be moved, deleted, resized. Then it's possible to consider a screen "Faces" like the one "Events" but for faces :) I'm open for suggestions, idea ! On mer., 2010-08-11 at 11:09 -0700, Jim Nelson wrote: > Just to jump in here, the .ui files you're seeing are our drop-down > menu files. They're solely used for that, and don't have any bearing > on building a dialog. > > -- Jim > > On Wed, Aug 11, 2010 at 10:59 AM, Robert Powell <[email protected]> wrote: > Hi ZedTuX, > > I think that you are working on facial recognition. Are you > trying to > create a new dialog? If so, you can start by just running > glade and > designing the dialog that you want. We can help you get that > dialog working > within Vala and Shotwell once you have it designed. If you > aren't trying to > make a new dialog, what are you trying to do? > > I'm not certain what the plan is for shotwell regarding UI > files, but I > think it might be easier to keep each dialog in a separate UI > file. I can > imagine merging UI files getting ugly quickly. The shotwell > team can > certainly address this authoritatively. In any event, if they > want it all > in one file, it is easy to add your new ui code in to an > existing file. > > Hope that helps, > > Rob > > _______________________________________________ > Shotwell mailing list > [email protected] > http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell > > _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
