Hello,
Is there no longer the function for the Bildexport to jalbum? I use Digikam 5.2.0 Windows 10 / 64bit Many greetings wolfgang |
Hi Wolfgang,
I wrote the original jAlbum plugin but am not at all a Qt programmer. The maintainers of digikam have been doing an amazing job to port digikam to Qt5 but this plugin is one of the ones that has not been updated yet as far as I am aware. I have not found the time yet to look at what is involved in the update so am not sure what needs to be done. I do hope that the jAlbum plugin will get updated but I have no idea when that might happen at the moment, sorry. Andrew On 05/10/16 19:50, Wolfgang wrote: > Hello, > > Is there no longer the function for the Bildexport to jalbum? > I use > Digikam 5.2.0 > Windows 10 / 64bit > > Many greetings > wolfgang > > |
In reply to this post by Wolfgang Strobel
Updated support for this has just been committed to the source tree so
this should be available again in 5.5.0 when that is released. Andrew On 05/10/16 19:50, Wolfgang wrote: > Hello, > > Is there no longer the function for the Bildexport to jalbum? > I use > Digikam 5.2.0 > Windows 10 / 64bit > > Many greetings > wolfgang > > |
Hi Andrew, Bundle start to be updated with current implementation from git/master. This include your port of JAlbum tool. - AppImage 32/64 bits - MacOS package - Windows 32 bits. Windows 64 bits is under build with MXE. It take 2 hours from scratch. so it will be online this evening here : Some remarks about your tool : - you use open to handle file on disk. Use QFile instead, it's more portable and safe. - you use more than one dialog to progress in tool. Use KPWizzardDilaog based on QWizard instead. Look in common/libkipiplugins/dialogs Gilles Caulier 2017-01-21 0:49 GMT+01:00 Andrew Goodbody <[hidden email]>: Updated support for this has just been committed to the source tree so this should be available again in 5.5.0 when that is released. |
I just pushed a commit to change to using QFile et al.
I'll see if I can find time to look at the QWizard stuff next weekend, I won't have time before then. Andrew On 21/01/17 16:47, Gilles Caulier wrote: > Hi Andrew, > > Bundle start to be updated with current implementation from git/master. > This include your port of JAlbum tool. > > - AppImage 32/64 bits > - MacOS package > - Windows 32 bits. > > Windows 64 bits is under build with MXE. It take 2 hours from scratch. > so it will be online this evening here : > > https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM > > Some remarks about your tool : > > - you use open to handle file on disk. Use QFile instead, it's more > portable and safe. > - you use more than one dialog to progress in tool. Use KPWizzardDilaog > based on QWizard instead. Look in common/libkipiplugins/dialogs > > Gilles Caulier > > > > 2017-01-21 0:49 GMT+01:00 Andrew Goodbody <[hidden email] > <mailto:[hidden email]>>: > > Updated support for this has just been committed to the source tree > so this should be available again in 5.5.0 when that is released. > > > Andrew > > On 05/10/16 19:50, Wolfgang wrote: > > Hello, > > Is there no longer the function for the Bildexport to jalbum? > I use > Digikam 5.2.0 > Windows 10 / 64bit > > Many greetings > wolfgang > > > |
Free forum by Nabble | Edit this page |