Re: [darktable-devel] Brace yourself, feature freeze is coming

2014-10-09 Thread Dimitrios Psychogios
When do you expect the string freeze to start? On Thu Oct 09 2014 at 3:17:52 PM Tobias Ellinghaus wrote: > Hello list, > > it's been a while since we had a release and even longer since a bigger > jump > introducing new features. Since we intend to get 1.6 out this year we are > going into *FEAT

[darktable-devel] Simulate film look : Fujifilm 3510 Fujifilm 3513 Kodak 2383 Kodak 2393

2014-04-12 Thread Dimitrios Psychogios
DT has no way currently of using these and no work is planned in that direction AFAIK. You should have a look at the excellent film emulation section of G'MIC. On Thursday, April 10, 2014 4:31:51 PM, dadix wrote: > Hello. I found these free luts on the web. May you implement this feature ? > The

[darktable-devel] Website update?

2014-04-12 Thread Dimitrios Psychogios
Hi, can someone please update the page http://www.darktable.org/contact/ to include the Greek translation as well (I'm the main translator)? Thank you -- Put Bad Developers to Shame Dominate Development with Jenkins Contin

Re: [darktable-devel] The first official darktable shirt

2014-01-27 Thread Dimitrios Psychogios
Swag is always nice :-). Count me in ad well, size XL. On Jan 27, 2014 11:53 PM, "Tobias Ellinghaus" wrote: > Dear everyone on the mailing lists, > > darktable is celebrating its 5th birthday this year, and since that is > quite a > nice excuse for doing something extra we decided to make the fir

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Dimitrios Psychogios
f these, but as it stands I am recommending we pull the feature for now. On Thu, Dec 5, 2013 at 10:43 AM, jeremy rosen wrote: > > > > On Thu, Dec 5, 2013 at 10:15 AM, Dimitrios Psychogios < > dpsychog...@gmail.com> wrote: > >> Yes, the webp feature as is now, requi

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Dimitrios Psychogios
Yes, the webp feature as is now, requires libwebp version 0.3 and above. I will either have to make sure CMake checks the library version or revert the module to a version that compiles with 0.1. Given that I have several other issues to fix before I consider the webp export feature complete and

Re: [darktable-devel] LibreGraphics Meeting '14

2013-12-04 Thread Dimitrios Psychogios
Thanks Tobias, I have already donated to the LGM pledgie. My offer stands in addition to that (specifically for DT devs though)... On Wed, Dec 4, 2013 at 12:23 PM, Tobias Ellinghaus wrote: > Am Dienstag, 3. Dezember 2013, 20:42:38 schrieb Dimitrios Psychogios: > > Hi, I noticed tha

[darktable-devel] LibreGraphics Meeting '14

2013-12-03 Thread Dimitrios Psychogios
Hi, I noticed that some of you are already singed up for this ( http://libregraphicsmeeting.org/2014/about/) and wanted to let you know I might also be joining (but cannot commit to it at the moment). Also, unless someone objects to donations, I would be more than happy to sponsor 1 person who mig

Re: [darktable-devel] Exporting to Thunderbird Email

2013-11-19 Thread Dimitrios Psychogios
Unfortunately, there exist a bazillion different ways in Linux to define how mailto: links are handled. I believe the most prevalent way to handle this is via xdg-mime, so check what that is configured to with: xdg-mime query default x-scheme-handler/mailto and if unset, fix it to whatever applica

Re: [darktable-devel] GIT Error Messages

2013-11-19 Thread Dimitrios Psychogios
These just mean you are missing development packages from your system. The features that rely on these packages will subsequently be disabled by CMake and not compiled for you, so some features will be missing/disabled in your Darktable binary but the compilation shouldn't be affected and the mail

Re: [darktable-devel] Help with git branches

2013-11-05 Thread Dimitrios Psychogios
That already exists in GitHub :-) On Tue, Nov 5, 2013 at 8:44 PM, Milan Knížek wrote: > > johannes hanika píše v Po 04. 11. 2013 v 01:57 +1300: > > if you don't want to spend some time to understand git, don't use it. > > just randomly copy/pasting a couple of commands will definitely > > destr

Re: [darktable-devel] WebP build error and German translation

2013-11-05 Thread Dimitrios Psychogios
ng of external libraries? Should we be aiming for compatibility towards Debian stable or Ubuntu in general? I'm not sure how to properly handle this case, any suggestions are welcome. On Tue, Nov 5, 2013 at 1:42 PM, Dimitrios Psychogios wrote: > The API has changed :-/. I'll have to rewr

Re: [darktable-devel] WebP build error and German translation

2013-11-05 Thread Dimitrios Psychogios
The API has changed :-/. I'll have to rewrite the module and add version checks this. Sorry, I haven't had time to check on Debian until now. Thanks for letting me know. On Tue, Nov 5, 2013 at 12:40 PM, Tobias Ellinghaus wrote: > Am Dienstag, 5. November 2013, 12:13:02 schrieb Christian Kanz

Re: [darktable-devel] WebP build error and German translation

2013-11-05 Thread Dimitrios Psychogios
Also, the WebP module is marked s optional in CMake so it shouldn't really block the build if the WebP headers are not installed in the system (you need the libwebp-dev package installed) On Tue, Nov 5, 2013 at 12:20 PM, Dimitrios Psychogios wrote: > Which version of libwebp do

Re: [darktable-devel] WebP build error and German translation

2013-11-05 Thread Dimitrios Psychogios
Which version of libwebp do you have installed? I will need to test this on Wheezy later. On Tue, Nov 5, 2013 at 12:13 PM, Christian Kanzian wrote: > Dear Developers, > > Sorry for creating the noise. While trying to update the German > translation (file enclosed) of the latest git version 'c0

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Dimitrios Psychogios
Have you already seen http://darktable.org/redmine/projects/darktable/wiki/Hacking_on_darktable ? On Sat, Nov 2, 2013 at 11:28 PM, Darrell Eifert wrote: > Hello -- > > I (and possibly many others who are compiling darktable from git) would be > grateful for a short tutorial on how to change from

Re: [darktable-devel] Not translatable string

2013-10-29 Thread Dimitrios Psychogios
, 29. Oktober 2013, 14:10:56 schrieb Dimitrios Psychogios: > > According to https://developer.gnome.org/glib/2.30/glib-I18N.html there > is > > a way to handle strings in enums and lists (use the N_() macro to define > > them and then use gettext explicitly to display them

Re: [darktable-devel] Not translatable string

2013-10-29 Thread Dimitrios Psychogios
According to https://developer.gnome.org/glib/2.30/glib-I18N.html there is a way to handle strings in enums and lists (use the N_() macro to define them and then use gettext explicitly to display them in the UI, has anyone tried this? On Mon, Oct 28, 2013 at 8:53 PM, bartokk wrote: > > Il 28/ot

Re: [darktable-devel] Release plans for 1.4 / Report missing features NOW!!one!

2013-10-28 Thread Dimitrios Psychogios
I should have exif/icc support for WebP ready for release in the next 2 weeks, and the Greek translation updated once you announce a strings freeze. On Mon, Oct 28, 2013 at 3:42 PM, Tobias Ellinghaus wrote: > Hello everyone, > > as you might have heard we are thinking about doing the next minor

Re: [darktable-devel] WebP strings...

2013-10-18 Thread Dimitrios Psychogios
are there any docs about what this actually does? if we don't find out i >> would vote for removing the meaningless explanation altogether :) >> >> >> On Fri, Oct 18, 2013 at 12:00 PM, Dimitrios Psychogios < >> dpsychog...@gmail.com> wrote: >> >>

Re: [darktable-devel] WebP strings...

2013-10-18 Thread Dimitrios Psychogios
These come directly from encode.h ( https://code.google.com/p/webm/source/browse/src/webp/encode.h?repo=libwebp). Look at enums: WebPPreset and WebPImageHint. The alternative would be to use the Default hint and expose all the encoder options in the UI which would make the module too complicated

Re: [darktable-devel] XMP JPEG segment is larger than 65535 bytes

2013-09-26 Thread Dimitrios Psychogios
>From a cursory websearch it looks like this is not possible in the standard APP1 segment normally used for XMP data. You should be able to use multiple APP2 segments which i believe are also used for ICC profile data (which are usually >64K). Some sample code I found is here: http://src.chromium

Re: [darktable-devel] Darktable app icon proposal

2013-09-12 Thread Dimitrios Psychogios
I think this is excellent, and better than the previous one which IMHO was too similar to the icon for Shotwell. Nice work! On Thu, Sep 12, 2013 at 2:09 PM, Jakub Steiner wrote: > Hello again, > I gave it another go and tried to bring the icon closer to the current > logo. I think it works bet