version 0.2.0
This commit is contained in:
parent
0e73bf1a6f
commit
0a5e39997c
4 changed files with 32 additions and 1 deletions
|
|
@ -1,3 +1,14 @@
|
|||
//Copyright Hauke Schade, 2012-2013
|
||||
//
|
||||
//This file is part of TTRss.
|
||||
//
|
||||
//TTRss is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the
|
||||
//Free Software Foundation, either version 2 of the License, or (at your option) any later version.
|
||||
//TTRss is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
//You should have received a copy of the GNU General Public License along with TTRss (on a Maemo/Meego system there is a copy
|
||||
//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/.
|
||||
|
||||
#include "mynetworkmanager.hh"
|
||||
|
||||
QNetworkAccessManager* MyNetworkManager::create(QObject *parent) {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,14 @@
|
|||
//Copyright Hauke Schade, 2012-2013
|
||||
//
|
||||
//This file is part of TTRss.
|
||||
//
|
||||
//TTRss is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the
|
||||
//Free Software Foundation, either version 2 of the License, or (at your option) any later version.
|
||||
//TTRss is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
//You should have received a copy of the GNU General Public License along with TTRss (on a Maemo/Meego system there is a copy
|
||||
//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/.
|
||||
|
||||
#ifndef MYNETWORKMANAGER_HH
|
||||
#define MYNETWORKMANAGER_HH
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
ttrss (0.2.0) unstable; urgency=low
|
||||
* Added Basic HTTP Auth possibilities (via config file)
|
||||
* Added a Settings page with multiple small options
|
||||
* Added an Option to customize the FeedItem Order
|
||||
* Redesigned the Categories View and Feeds View
|
||||
* Hopefully fixed connecting with untrusted SSL- Certs
|
||||
|
||||
-- Hauke Schade <cnlpete@cnlpete.de> Tue, 19 Feb 2013 15:31:17 +0100
|
||||
|
||||
ttrss (0.1.4) unstable; urgency=low
|
||||
* Added feedicons for special feeds
|
||||
* Added a proper harmattan icon
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 0.1.4
|
||||
VERSION = 0.2.0
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
# Add more folders to ship with the application, here
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue