On Tue, Jan 1, 2013 at 11:41 PM, Jose Carlos Garcia Sogo <[email protected]> wrote: > > > El martes, 1 de enero de 2013, johannes hanika escribió: > >> On Tue, Jan 1, 2013 at 11:15 AM, johannes hanika <[email protected]> >> wrote: >> > On Tue, Jan 1, 2013 at 5:39 AM, Jose Carlos Garcia Sogo >> > <[email protected]> wrote: >> >> >> >> El 31/12/2012 12:51, "Alexander Rabtchevich" >> >> <[email protected]> escribió: >> >> >> >> >> >>> >> >>> Hello and Happy New Year! >> >>> >> >>> Today is a special day, my best wishes to the developers and users of >> >>> the great program! >> >>> >> >>> >> >>> P.S. can I complain a little? A film strip in the darkroom doesn't >> >>> switch to another collection if the collection is selected in >> >>> lighttable >> >>> mode. >> >> >> >> Do you mean that it doesn't go from one filmroll to the next one when >> >> two >> >> are selected? >> >> >> >> Also resetting the filtering of collections doesn't clear the >> >>> filtering expression with % as it used to be. That's for current git >> >>> master. >> >> >> >> I fixed that yesterday, so when you reset the filter all images are >> >> displayed. I have not reintroduced % as it is quite specific of sqlite >> >> and >> >> therefore unknown to the average user. >> > >> > we don't have average users! only awesome ones :) i don't think >> > learning one wildcard character has a too steep learning curve. and if >> > you don't want to learn it, don't use it. > > > You understand what I mean. And also it is a bit inconsistent, because % is > only used in the film rolls list. All the other lists have it in the code, > so searching for 8 in ISO mode will show 80, 800 and 8000 for example, but > not only 8 if that ever had existed.
yea, that may turn out to be a problem at some point? on the other hand i liked how the filtering was a little more loose than the actual collecting (when you double click an item, it'll be 80, not 800, right?). but i see your point that implicitly appending % should be done the same way for all the selection modes. >> oh, and '%' as wildcard is in the tooltip of the gtk entry box. > > > Yes, I forgot it. > >> >> >> i just browsed through my pictures and noticed that also the >> collection module was now inconsistent with the `recently used >> collections' module when you selected an old query in there. i don't >> think introducing special cases (replace '%' with '' and code around >> this inconsistency) is a good idea. > > > I can change it back to use %. There is a couple of changes to do, on in > collect.c and in collection.c. I have commented the line in my commit n > github, so I guess you have got an email. > > >> >> >> can you point me to the commit where you changed that and also explain >> why? also i noticed that the list view is now filtered both by regular >> expressions and sql? was that necessary? > > > What do you mean by the regex? I only use regex to filter the tree, not any > of the other lists. ah, that makes sense. >> i changed some stuff to make collect/recently used interact again, not >> sure if it breaks anything for you. > > > I will check as soon as I can. no rush, enjoy the new year :) just wanted to give you a warning so you don't curse me by the time you find out. -jo > Thanks ! > > > -- > José Carlos García Sogo > [email protected] ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
