Client for Danbooru based image boards
Find a file
Luca Beltrame 061251bc26 Get rid of QPixmap pointers
According to my understanding of Qt documentation, there should be no need to
manually create QPixmap with new and delete. This also makes things simpler for the model.
2014-08-28 09:19:20 +02:00
doc initial project import from KDevelop 2013-02-17 10:19:02 +01:00
icons initial project import from KDevelop 2013-02-17 10:19:02 +01:00
src Get rid of QPixmap pointers 2014-08-28 09:19:20 +02:00
.gitignore Standard gitignore 2013-03-17 12:05:54 +01:00
CMakeLists.txt Build system fixes 2013-12-26 17:38:46 +01:00
kapp4.png initial project import from KDevelop 2013-02-17 10:19:02 +01:00
README.md Rename README 2014-03-30 17:46:45 +02:00

Danbooru client

This is a (work in progress) C++ port from the original Danbooru Client. There's still a lot of work need to be done before it's releasable.