Re: [Shotwell] Improvement suggestions

2017-02-28 Thread Jens Georg
> Now that I am somewhat experienced with Shotwell, I would like to > make the following positive suggestions regarding the picture editing > function: > > --    It should be possible to shrink the size of pictures below > their original sizes.  As you know, one can increase the size of > picture

Re: [Shotwell] Improvement suggestions

2017-02-28 Thread Scott Ochiltree
Dear Adam: I have moved from Picasa to Shotwell on my Linux Mint 17.3 box. Although I still somewhat prefer Picasa, it is not compatible with Mint 18.1 (alas!). Now that I am somewhat experienced with Shotwell, I would like to make the following positive suggestions regarding the picture edit

Re: [Shotwell] Adjust photo in fullscreen

2017-02-28 Thread Jerome Verleyen
Dear Jens For my own it's working correctly after your explanation. The errors i say to you are on the more recent version of shotwell, not the 24.5 one.. After installing some package that's seems necessary to compile it (more precisely libgdata-dev). Sorry to use wrong version. Regards L

Re: [Shotwell] Shotwell 0.25.90

2017-02-28 Thread Ivan Raikov
Thanks for all the fixes! -Ivan On Mon, Feb 27, 2017 at 12:33 PM, Jens Georg wrote: > A new unstable release! > > Shotwell is available for download at > > https://download.gnome.org/sources/shotwell/0.25/ > > Or for Ubuntu 16.x at the UNSTABLE PPA: > https://launchpad.net/~yg-jensge/+archive/u

Re: [Shotwell] Adjust photo in fullscreen

2017-02-28 Thread Jens Georg
tool_window.set_transient_for(AppWindow.get_instance()); That worked, thanks a lot! But that's probably not helping as well. It did ;-) That code is giving me a really hard time... ___ shotwell-list mailing list shotwell-list@gnome.org https://ma

Re: [Shotwell] Adjust photo in fullscreen

2017-02-28 Thread Norbert Preining
> tool_window.set_transient_for(AppWindow.get_instance()); That worked, thanks a lot! > But that's probably not helping as well. It did ;-) Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. +JAIST +TeX Live +Debian Developer

Re: [Shotwell] Adjust photo in fullscreen

2017-02-28 Thread Jens Georg
Does it work if you use AppWindow.get_instance() instead? Otherwise we can I have now: // do this so window size is properly allocated, but window not shown AppWindow.get_instance(); tool_window.show_all(); but nothing has changed, same problem. Ah sorry, I wasn't c

Re: [Shotwell] Adjust photo in fullscreen

2017-02-28 Thread Norbert Preining
> Does it work if you use AppWindow.get_instance() instead? Otherwise we can I have now: // do this so window size is properly allocated, but window not shown AppWindow.get_instance(); tool_window.show_all(); but nothing has changed, same problem. Norbert -- PREINING Norb