Commit graph

10 commits

Author SHA1 Message Date
44d632258d Allow to configure infinite scrolling 2015-02-21 11:33:08 +01:00
51792459fb Simplify the handling of visibility in the QML view 2015-02-20 07:31:42 +01:00
21360fbe2f Add a poolMode property to QML
Pools don't need infinite scrolling, so set a property which will be
handled from C++ to disable the behavior.

TODO: Ensure that pools with items > 100 are handled.
2015-02-15 00:59:25 +01:00
929a099760 Update to match the current API of DanbooruService 2015-02-13 07:47:43 +01:00
5035caf3ef Remove StrictlyEnforceRange
This causes nasty effects in the view
2015-02-08 12:03:43 +01:00
867f04daf8 Try to make the grid view with focus 2015-02-08 10:20:00 +01:00
8b625da6a0 Add transitions for image appearance 2015-02-07 15:40:40 +01:00
95554b1aac Adjust QML view
Add transitions on button showing / hiding
Add a ScrollView to make scollbars appear
Formatting fixes for readability
2015-02-07 00:03:06 +01:00
6ee35b842c Add support to enable fetching from QML 2015-02-05 23:49:26 +01:00
719ef7ecaa Add an (experimental) QML view for the grid
Already works better than the C++ version.
2015-02-05 00:30:26 +01:00