Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
* Remove unnecessary dependency on libshare-ui
(remove share-ui-common & share-ui-plugin in qmake CONFIG)
* Remove "Awesome" section
  • Loading branch information
dicksonleong committed Aug 18, 2013
1 parent 554127e commit 69c5bd3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gagbook.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = gagbook

VERSION = 0.8.0
VERSION = 0.8.1
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

QT += network webkit
Expand Down Expand Up @@ -51,7 +51,7 @@ contains(MEEGO_EDITION,harmattan) {
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01

CONFIG += shareuiinterface-maemo-meegotouch share-ui-plugin share-ui-common mdatauri qdeclarative-boostable
CONFIG += shareuiinterface-maemo-meegotouch mdatauri qdeclarative-boostable
DEFINES += Q_OS_HARMATTAN

splash.files = splash/gagbook-splash-portrait.jpg splash/gagbook-splash-landscape.jpg
Expand Down
1 change: 0 additions & 1 deletion qml/gagbook-harmattan/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ PageStackWindow {
ListElement { text: "Fresh" }
ListElement { text: "Cute" }
ListElement { text: "Geeky" }
ListElement { text: "Awesome" }
}

Component.onCompleted: gagManager.refresh(GagManager.RefreshAll)
Expand Down
1 change: 0 additions & 1 deletion qml/gagbook-symbian/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ PageStackWindow {
ListElement { text: "Fresh" }
ListElement { text: "Cute" }
ListElement { text: "Geeky" }
ListElement { text: "Awesome" }
}

Component.onCompleted: gagManager.refresh(GagManager.RefreshAll)
Expand Down
7 changes: 7 additions & 0 deletions qtc_packaging/debian_harmattan/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gagbook (0.8.1) unstable; urgency=medium
* Show a progress bar when downloading images
* Fix GIFs will still downloaded when using mobile data even when Wi-Fi only is selected
* Update app icon

-- Dickson <dicksonleong8@gmail.com> Sun, 18 Aug 2013 13:41:33 +0800

gagbook (0.8.0) unstable; urgency=medium
* Add a setting for disable download GIFs automatically
* Add new sections: Cute, Geeky and Awesome
Expand Down
2 changes: 0 additions & 2 deletions src/gagrequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ QString GagRequest::getSectionText(Section section)
return "cute";
case Geeky:
return "geeky";
case Awesome:
return "awesome";
default:
qWarning("GagRequest::getSectionText(): Invalid section");
return QString("");
Expand Down
3 changes: 1 addition & 2 deletions src/gagrequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ class GagRequest : public QObject
Trending,
Vote,
Cute,
Geeky,
Awesome
Geeky
};

explicit GagRequest(Section section, QObject *parent = 0);
Expand Down

0 comments on commit 69c5bd3

Please sign in to comment.