Add the whole blog
This commit is contained in:
parent
0d2f58ce7a
commit
c4f23c1529
418 changed files with 15708 additions and 0 deletions
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
author: einar
|
||||
categories:
|
||||
- Anime
|
||||
- General
|
||||
- KDE
|
||||
- Linux
|
||||
comments: true
|
||||
date: "2015-02-22T20:38:02Z"
|
||||
slug: danbooru-client-0-2-0-released
|
||||
tags:
|
||||
- danbooru client
|
||||
- KDE
|
||||
- KF5
|
||||
title: Danbooru Client 0.2.0 released
|
||||
disable_share: true
|
||||
wordpress_id: 1376
|
||||
---
|
||||
|
||||
After my previous post, development went quicker than expected, so I've actually managed to get a real version out. ;) So without much ado... here's Danbooru Client 0.2.0!
|
||||
|
||||
This redesigned C++ version brings a few more features compared to the PyKDE4 version, notably:
|
||||
|
||||
* Infinite scrolling (experimental) - Just scroll down to load the next set of posts
|
||||
* QML-based thumbnail view
|
||||
|
||||
|
||||
Click on the image below to have a demonstration of what's in this release (**warning**: 2M GIF file):
|
||||
[]({{ site.url }}/images/2015/02/tmp.gif)
|
||||
|
||||
|
||||
## Downloading
|
||||
|
||||
|
||||
Currently, there is only a source tarball. For security, I have signed it with my public GPG key (6E1A4E79) and I have also provided a SHA-512 hash of the release.
|
||||
|
||||
|
||||
* [Source tarball (XZ compressed)]({{ site.url }}/releases/danbooru-client-0.2.0.tar.xz)
|
||||
* [GPG signature]({{ site.url }}/releases/danbooru-client-0.2.0.tar.xz.asc)
|
||||
* [SHA-512 checksum]({{ site.url }}/releases/danbooru-client-0.2.0.tar.xz.sha512)
|
||||
|
||||
## Building and installing
|
||||
|
||||
|
||||
Complete instructions are in the [README](https://git.dennogumi.org/KDE/danbooru-client/src/master/README.md). You will need KDE Frameworks 5.7 and Qt 5.4.
|
||||
|
||||
|
||||
## Known issues
|
||||
|
||||
* The loading animation needs to be made prettier
|
||||
* Only the first set of pools are downloaded
|
||||
* Double clicking on an image does nothing (what should it do? let me know)
|
||||
* No batch downloading (pretty hard to do with QML; I'll try to figure out if it can be done)
|
||||
* No tooltips for buttons (an oversight - will be fixed in the next release)
|
||||
|
||||
Give it a spin, and let me know what you think!
|
Loading…
Add table
Add a link
Reference in a new issue