2d8d230170
Port to KF5, step 1: CMakeLists
2014-10-03 22:52:38 +02:00
6533b64a22
Initial work to make enums saner
2014-08-29 10:13:53 +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
f5aa505e0b
Use the preferred way for Qt includes
...
This is to pave the way for the planned KF5 port
2014-08-28 09:21:24 +02:00
b58c6c36e6
Reformat for coding style
2014-08-28 09:20:06 +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
259696741c
Use the plain include (<foo> instead of <bar/foo>)
2013-12-26 17:55:24 +01:00
8b9e31d8e4
Convert to C++11 style for loops
2013-12-26 14:34:51 +01:00
92af974894
Use C++11 for syntax
2013-12-24 10:25:43 +01:00
1886dbf53c
Switch to QVector instead of QList. Insertions aren't really needed.
2013-07-20 11:44:27 +02:00
cfbfef9651
Minor
2013-07-14 11:32:01 +02:00
3fe9e74058
Adjust CMakelists
2013-07-14 11:31:47 +02:00
e74c73db3c
Be quiet
2013-06-09 17:12:30 +02:00
89632643aa
Updated documentation
2013-06-09 17:12:04 +02:00
5a10b663d2
qDebug/kDebug
2013-06-09 17:11:33 +02:00
e9fde425df
Support an image cache like the Python version does
2013-04-01 11:31:52 +02:00
601975a6fd
Some comments
2013-04-01 10:28:43 +02:00
aeba76cd06
- Implement related tags in the Danbooru interface;
...
- Fix return types due to utils change
2013-03-23 16:31:55 +01:00
a2c1f6d46f
Less whitespace
2013-03-23 16:30:58 +01:00
41136fb89b
Be more relaxed in the return type, some may be maps, hence return directly a QVariant.
2013-03-23 16:30:30 +01:00
869620d6f6
Implement most missing functions
2013-03-17 12:00:30 +01:00
816b370302
Implement ratings, blacklists, add some const correctness
2013-03-17 11:59:15 +01:00
f442c2f605
Add a convenience function to do the parsing, handling XML and JSON
...
cases
2013-03-17 11:58:14 +01:00
ed7b5b06d3
Add a function to add posts to pools (unsure if it'll be ever used...)
2013-03-17 11:57:27 +01:00
25fff7f879
Generate version.h
2013-03-17 11:56:35 +01:00
11fbc8a3b6
Template for libdanbooru version
2013-03-17 11:55:11 +01:00
299137a250
Class to represent tags
2013-03-17 11:54:54 +01:00
7130c3f6ad
Standard namespace and flags
2013-03-17 11:54:36 +01:00
fc691a9301
First semi-working implementation in c++ of remote Danbooru calls
2013-02-24 18:28:37 +01:00