d965371d23
Use kdelibs coding style
2015-03-21 23:05:57 +01:00
a11bc79309
Add a sampleUrl function to get back the sample url of an image
...
The sample url is a mid-scaled version of the image, used for
previewing.
2015-02-26 00:20:21 +01:00
b6d71f3cbf
--pedantic;
2015-02-22 10:49:29 +01:00
8b56570223
Normalize license headers in all source files
2015-02-21 14:57:16 +01:00
186b0fa0ff
Allow using QSet<QString> with QVariants
2015-02-08 10:17:00 +01:00
4fbfdf753e
Add a default constructor for DanbooruPost
2015-02-05 00:28:02 +01:00
f470558d20
Clean up includes
2014-10-12 14:27:44 +02:00
39aac8c95b
Run astyle-kdelibs on the source
2014-10-05 09:53:19 +02:00
fe630c753e
Suppress "discards qualifiers" warning
2014-10-04 11:08:22 +02:00
324bacda52
[libdanbooru] Fixup QFlags
2014-10-04 00:40:37 +02:00
f22c0b6d94
Move to the new rating structure
2014-10-04 00:03:01 +02:00
d7fec181e2
KUrl -> QUrl
2014-10-03 23:06:43 +02:00
bcecd30031
Coding style
2014-08-28 09:46:59 +02:00
1de6786a9e
Move the tag types where they belong
2014-08-28 09:45:36 +02:00
9a49a1830a
Move the tag and rating information
...
Perhaps tags should be made a struct instead, but for the moment they've been moved, along with the ratings, to DanbooruPost as they're properties of the post.
2014-08-28 09:24:45 +02:00
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
cfbfef9651
Minor
2013-07-14 11:32:01 +02:00
816b370302
Implement ratings, blacklists, add some const correctness
2013-03-17 11:59:15 +01:00
fc691a9301
First semi-working implementation in c++ of remote Danbooru calls
2013-02-24 18:28:37 +01:00