Re: [darktable-devel] print module merged

2015-01-28 Thread Togan Muftuoglu
> "Patrick" == Patrick Shanahan writes: Patrick> * Togan Muftuoglu [01-28-15 17:10]: >> > "Pascal" == Pascal Obry writes: >> Pascal> The print module is now merged! >> Pascal> Thanks for the support and the great reviewers. >> Pascal> The first commit

Re: [darktable-devel] print module merged

2015-01-28 Thread Patrick Shanahan
* Togan Muftuoglu [01-28-15 17:10]: > > "Pascal" == Pascal Obry writes: > > Pascal> The print module is now merged! > > Pascal> Thanks for the support and the great reviewers. > > Pascal> The first commit was 7th months ago. If you test it and find an > Pascal> issue pleas

Re: [darktable-devel] print module merged

2015-01-28 Thread Togan Muftuoglu
> "Pascal" == Pascal Obry writes: Pascal> The print module is now merged! Pascal> Thanks for the support and the great reviewers. Pascal> The first commit was 7th months ago. If you test it and find an Pascal> issue please open a ticket on Redmine. Note that to get debug

[darktable-devel] print module merged

2015-01-28 Thread Pascal Obry
The print module is now merged! Thanks for the support and the great reviewers. The first commit was 7th months ago. If you test it and find an issue please open a ticket on Redmine. Note that to get debug information you can call darktable with: $ darktable -d print -- Pascal Obry / Mag

Re: [darktable-devel] darktable facebook app

2015-01-28 Thread Marcello Perathoner
On 01/28/2015 07:30 PM, Pierre Lamot wrote: > Sorry, my bad, they are actually modifying the navigator URL with a bit of JS > >document.domain = 'facebook.com'; >if (window == top) { >setTimeout(function() { > document.getElementById("warning").style.display = "block";

Re: [darktable-devel] darktable facebook app

2015-01-28 Thread Pierre Lamot
Sorry, my bad, they are actually modifying the navigator URL with a bit of JS   document.domain = 'facebook.com';   if (window == top) {    setTimeout(function() {        document.getElementById("warning").style.display = "block";     }, 2000);    }    setTimeout(function() { 

Re: [darktable-devel] darktable facebook app

2015-01-28 Thread Pierre Lamot
they do the redirect with a HTTP redirect (302), there is no javascript, but I'm not sure I really get what you mean  -- Pierre Lamot port: 06.84.87.10.97 pierre.la...@yahoo.fr Le Mercredi 28 janvier 2015 18h54, Jose Carlos Garcia Sogo a écrit : Don't they push any JavaScript in

Re: [darktable-devel] darktable facebook app

2015-01-28 Thread Jose Carlos Garcia Sogo
Don't they push any JavaScript in that case as they do when you redirect to a facebook page? If this is like you say, then it will be quite easy to do, as the process we are using should be working again. Thanks! On Wed, Jan 28, 2015 at 5:20 PM, Marcello Perathoner wrote: > > Redirecting to loc

Re: [darktable-devel] /src/iop/letsgofloat.c missing when using intltool-update in master branch

2015-01-28 Thread Josep Vicenç Moragues Pastor
It works OK now, thanks. Josep V. Moragues El 28/01/15 a les 11:20, johannes hanika ha escrit: > hi, > > should be fixed in master now, thanks for reporting. > > -jo > > On Tue, Jan 27, 2015 at 11:44 PM, Josep Vicenç Moragues Pastor > mailto:jose...@arrakis.es>> wrote: > > > Sorry Roma

Re: [darktable-devel] darktable facebook app

2015-01-28 Thread Marcello Perathoner
Redirecting to localhost works. I have just checked with one of my FB apps. In your FB app page go to: settings | advanced and add "http://localhost/darktable_fb_oauth/"; to the field "Valid OAuth redirect URIs". Then use "http://localhost/darktable_fb_oauth/"; as redirect_uri in your oauth

Re: [darktable-devel] darktable facebook app

2015-01-28 Thread Pedro Côrte-Real
On Wed, Jan 28, 2015 at 12:14 AM, Pierre Lamot wrote: > - you *don't* enter your password within dartable, you ask for a token > with a certain valididy over time, wich is given to by facebook Yes you *do*. By launching a webkit session embedded inside darktable and asking for permissions the u

Re: [darktable-devel] /src/iop/letsgofloat.c missing when using intltool-update in master branch

2015-01-28 Thread Tobias Ellinghaus
Am Mittwoch, 28. Januar 2015, 02:29:52 schrieb Roman Lebedev: > Ack, rawprepare should be added instead. > I did not do that myself because i do not know how that file is being > generated? Manually? Yes, it's just a manually created text file. Just make sure to keep the sorting when adding new f

Re: [darktable-devel] /src/iop/letsgofloat.c missing when using intltool-update in master branch

2015-01-28 Thread johannes hanika
hi, should be fixed in master now, thanks for reporting. -jo On Tue, Jan 27, 2015 at 11:44 PM, Josep Vicenç Moragues Pastor < jose...@arrakis.es> wrote: > > Sorry Roman, I see now you were talking about /po/POTFILES.in > > I think it's manually generated, I experienced a similar error before >