Cover page fix for SailfishX
This commit is contained in:
parent
a467ccf681
commit
0ceb7a7e4a
4 changed files with 13 additions and 11 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import Sailfish.Silica 1.0
|
import Sailfish.Silica 1.0
|
||||||
import QtGraphicalEffects 1.0
|
|
||||||
import "../lib/API.js" as Logic
|
import "../lib/API.js" as Logic
|
||||||
|
|
||||||
CoverBackground {
|
CoverBackground {
|
||||||
|
|
|
@ -7,16 +7,12 @@
|
||||||
|
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - Summary of changes
|
||||||
|
* Mon June 19 2017 Dusko Angirevic <dysko@me.com> 0.1.5-1
|
||||||
* Mon Jun 19 2017 Dusko Angirevic <dysko@me.com> 0.1.5-1
|
|
||||||
- Autoload older tweets on the list end
|
- Autoload older tweets on the list end
|
||||||
- Displaying images on the timeline
|
- Displaying images on the timeline
|
||||||
- NSFW support for images
|
- NSFW support for images
|
||||||
- Basic support for video (still buggy)
|
|
||||||
- Toot rendering reverted to the HTML
|
|
||||||
- Translations added: FR, NL, OC, ES
|
|
||||||
|
|
||||||
* Tue Jun 20 2017 Dusko Angirevic <dysko@me.com> 0.1.6-1
|
* Tue June 20 2017 Dusko Angirevic <dysko@me.com> 0.1.6-1
|
||||||
- Hashtag search added
|
- Hashtag search added
|
||||||
- Conversation with sections
|
- Conversation with sections
|
||||||
|
|
||||||
|
@ -42,3 +38,9 @@
|
||||||
|
|
||||||
* Thu October 10 2017 Dusko Angirevic <dysko@me.com> 0.2.1-0
|
* Thu October 10 2017 Dusko Angirevic <dysko@me.com> 0.2.1-0
|
||||||
- Added bugs for later (merging branches and cotributions)
|
- Added bugs for later (merging branches and cotributions)
|
||||||
|
|
||||||
|
* Thu October 19 2017 Dusko Angirevic <dysko@me.com> 0.2.2-0
|
||||||
|
- Updated translations
|
||||||
|
- Cover page fix for SailfishX
|
||||||
|
- Added Copy URL option
|
||||||
|
- Privacy option in the conversation is now inherited by toot in the thread
|
||||||
|
|
|
@ -13,8 +13,8 @@ Name: harbour-tooter
|
||||||
%{!?qtc_make:%define qtc_make make}
|
%{!?qtc_make:%define qtc_make make}
|
||||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||||
Summary: Tooter
|
Summary: Tooter
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 1
|
Release: 0
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name: harbour-tooter
|
Name: harbour-tooter
|
||||||
Summary: Tooter
|
Summary: Tooter
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release:
|
Release: 0
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
|
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
|
|
Loading…
Reference in a new issue