Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

plans to port to Qt5/KF5 frameworkks #7

Open
sl1pkn07 opened this issue Feb 15, 2015 · 9 comments
Open

plans to port to Qt5/KF5 frameworkks #7

sl1pkn07 opened this issue Feb 15, 2015 · 9 comments

Comments

@sl1pkn07
Copy link

Hi

any plan to port this to Qt5/KF5 frameworks?

greetings

@lbeltrame
Copy link
Owner

any plan to port this to Qt5/KF5 frameworks?

Right now I'm working on it. ;) You can see the progress at:
https://git.dennogumi.org/KDE/danbooru-client

Notice, this is a C++ port, and it's still not working fully, includes some
experimental features like a QML-based thumbnail view, but it also means there
are also regressions.

Current status:

  • Downloads posts with infinite scrolling (there are still some bugs, though)
  • Downloads pools (both lists and actual pools)
  • Blacklist support (not yet plugged in the GUI)
  • Caching support

It requires KF5 5.7.0 to work (released a few days ago), and Qt 5.4.

As I said, it's progressing nicely but not yet ready for an alpha even.

@sl1pkn07
Copy link
Author

oh, thanks for the info!

greetings

@lbeltrame
Copy link
Owner

@sl1pkn07
Copy link
Author

need fix the installation XD

CMake Error at src/cmake_install.cmake:56 (file):
  file INSTALL cannot find
  "/home/sl1pkn07/aplicaciones/danbooru-client-dev-git/src/danbooru-client/src/danbooru_client.kcfg".
Call Stack (most recent call first):
  cmake_install.cmake:37 (include)


Makefile:86: recipe for target 'install' failed
make: *** [install] Error 1

greetings

@lbeltrame
Copy link
Owner

need fix the installation XD

Should be fixed.

@sl1pkn07
Copy link
Author

CMake Error at src/cmake_install.cmake:60 (file):
 file INSTALL cannot find
  "/home/sl1pkn07/aplicaciones/danbooru-client-dev-git/src/danbooru-client/src/danbooru_clientui.rc".
Call Stack (most recent call first):
  cmake_install.cmake:37 (include)


Makefile:86: fallo en las instrucciones para el objetivo 'install'
make: *** [install] Error 1

@lbeltrame
Copy link
Owner

Argh, dashes versus underscores... should be really fixed now.

@sl1pkn07
Copy link
Author

now install. but have a little trouble. the cmake says make a shared lib. but only install a static libdanbooru.a

this is expected?

@lbeltrame
Copy link
Owner

but only install a static libdanbooru.a
this is expected?

Yes, expected. libdanbooru is linked statically.

I'll ask the CMake gurus tomorrow if I'm doing it right.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants