diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a00add26..e993cc857 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -296,6 +296,9 @@ file( GLOB APP_SOURCES_GL "src/services/owncloud/*.cpp" "src/services/owncloud/network/*.cpp" "src/services/owncloud/gui/*.cpp" + "src/services/wallabag/*.cpp" + "src/services/wallabag/network/*.cpp" + "src/services/wallabag/gui/*.cpp" "src/network-web/*.cpp" "src/*.cpp") @@ -327,6 +330,9 @@ file( GLOB APP_HEADERS "src/services/owncloud/*.h" "src/services/owncloud/network/*.h" "src/services/owncloud/gui/*.h" + "src/services/wallabag/*.h" + "src/services/wallabag/network/*.h" + "src/services/wallabag/gui/*.h" "src/network-web/*.h") # APP forms. @@ -336,6 +342,7 @@ file( GLOB APP_FORMS "src/services/standard/gui/*.ui" "src/services/tt-rss/gui/*.ui" "src/services/owncloud/gui/*.ui" + "src/services/wallabag/gui/*.ui" "src/network-web/*.ui") # APP translations. diff --git a/resources/graphics/icons/mini-kfaenza/application-wallabag.png b/resources/graphics/icons/mini-kfaenza/application-wallabag.png new file mode 100644 index 000000000..3959f64c8 Binary files /dev/null and b/resources/graphics/icons/mini-kfaenza/application-wallabag.png differ diff --git a/resources/graphics/icons/numix/application-wallabag.png b/resources/graphics/icons/numix/application-wallabag.png new file mode 100644 index 000000000..3959f64c8 Binary files /dev/null and b/resources/graphics/icons/numix/application-wallabag.png differ diff --git a/resources/graphics/icons/papirus-dark/application-wallabag.png b/resources/graphics/icons/papirus-dark/application-wallabag.png new file mode 100644 index 000000000..3959f64c8 Binary files /dev/null and b/resources/graphics/icons/papirus-dark/application-wallabag.png differ diff --git a/resources/graphics/icons/papirus/application-wallabag.png b/resources/graphics/icons/papirus/application-wallabag.png new file mode 100644 index 000000000..3959f64c8 Binary files /dev/null and b/resources/graphics/icons/papirus/application-wallabag.png differ diff --git a/src/services/wallabag/definitions.h b/src/services/wallabag/definitions.h new file mode 100644 index 000000000..7536e6c12 --- /dev/null +++ b/src/services/wallabag/definitions.h @@ -0,0 +1,30 @@ +// This file is part of RSS Guard. +// +// Copyright (C) 2011-2016 by Martin Rotter +// +// RSS Guard 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 3 of the License, or +// (at your option) any later version. +// +// RSS Guard 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 RSS Guard. If not, see . + +#ifndef WALLABAG_DEFINITIONS_H +#define WALLABAG_DEFINITIONS_H + +// TODO: todo + +// +// http://v2.wallabag.org +// http://v2.wallabag.org/api/doc +// http://v2.wallabag.org/developer +// + +#endif // WALLABAG_DEFINITIONS_H +