|
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 |
|
|
244b930185
|
Build system changes:
- Use QStringBuilder
- Switch on C+11 support
- Add the new UI file
|
2013-12-24 10:11:13 +01:00 |
|
|
0fa8fe223f
|
Fix license header
|
2013-12-24 10:08:38 +01:00 |
|
|
019e0438ae
|
Add a stub for the connection widget
|
2013-12-24 10:07:09 +01:00 |
|
|
8d84e5115f
|
Enable support for C++11
|
2013-12-24 10:00:00 +01:00 |
|
|
ed73064ef9
|
More skeleton code
|
2013-12-24 09:33:06 +01:00 |
|
|
aa5588d286
|
Start adding actions to the mainwindow
|
2013-12-24 09:26:29 +01:00 |
|
|
1d09d12345
|
Initial implementation of main window + view widget
|
2013-07-28 18:14:55 +02:00 |
|
|
c1bde86980
|
MOve files around, now they start becoming useful
|
2013-07-28 18:14:33 +02:00 |
|
|
782a113475
|
Change name accordingly and fix include guards
|
2013-07-28 17:14:08 +02:00 |
|
|
521bdad42c
|
Add a clear() method to empty the list of the model (better than
creating a new one every time) and rename m_posts to m_items
|
2013-07-28 17:13:28 +02:00 |
|
|
6a3a866ad5
|
These variables are not needed anymore
|
2013-07-28 17:12:55 +02:00 |
|
|
64e16642ff
|
Cleanup
|
2013-07-28 17:12:40 +02:00 |
|
|
41be285e07
|
Rename DanbooruTableModel to DanbooruPostModel, as it's clearer what it
does
|
2013-07-28 17:11:50 +02:00 |
|
|
ec6735c44e
|
Provide the filename as tooltip
|
2013-07-23 07:31:28 +02:00 |
|
|
834bdfd82d
|
Use the height - 3 lines of text to make also very high pixmaps fit
|
2013-07-23 07:31:14 +02:00 |
|
|
e787a35330
|
Use moveBottom instead of setBottom so that the images are all lined up at the bottom.
|
2013-07-21 09:44:05 +02:00 |
|
|
6bbe54a7fd
|
Display ratings as strings
|
2013-07-20 20:16:13 +02:00 |
|
|
04f1c4a76f
|
Almost working delegate version with text. Needs a little more polishing though
|
2013-07-20 15:46:48 +02: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 |
|
|
2141bd0a08
|
One less temporary variable
|
2013-06-09 22:35:00 +02:00 |
|
|
9373508bc3
|
Add two signals to propagate the URLs when the buttons are clicked
|
2013-06-09 22:00:41 +02:00 |
|
|
ad89dd5db9
|
Moved models to a separate directory
|
2013-06-09 21:59:55 +02:00 |
|
|
c363891de3
|
Cleanup + docs
|
2013-06-09 18:39:26 +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 |
|
|
97a9d6e4a5
|
A mostly working version of the delegate which will be used for painting
the table
|
2013-06-09 17:10:23 +02:00 |
|
|
0d83d7b266
|
Add a basic model (list-based) for DanbooruItems
|
2013-06-09 17:09:52 +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 |
|
|
e1a3a94946
|
Remove unneeded include directories
|
2013-03-23 16:32:12 +01: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 |
|
|
d19030658c
|
Standard gitignore
|
2013-03-17 12:05:54 +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 |
|
|
dbc21d2463
|
Build a basic appplication to test libdanbooru
|
2013-03-17 11:56:13 +01:00 |
|
|
1d8087058c
|
Add some required bits
|
2013-03-17 11:55:45 +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 |
|