diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 87ae6d6fedd..28313245982 100755 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -22,7 +22,7 @@ ELSE(TXT2TAGS_EXECUTABLE) ) ENDIF(TXT2TAGS_EXECUTABLE) -SET(QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html nohelp.html contributors.json favicon.ico style.css release-sponsors.html AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE) +SET(QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html nohelp.html contributors.json favicon.ico style.css AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE) INSTALL(FILES ${QGIS_DOC_FILES} DESTINATION ${QGIS_DATA_DIR}/doc) INSTALL(FILES ../images/icons/qgis-icon-60x60.png DESTINATION ${QGIS_DATA_DIR}/doc/images) @@ -53,7 +53,7 @@ IF(WITH_APIDOC) SET(DOXYGEN_INPUT ${CMAKE_SOURCE_DIR}/doc ${CMAKE_SOURCE_DIR}/src/core - ${CMAKE_SOURCE_DIR}/src/core/annotations + ${CMAKE_SOURCE_DIR}/src/core/annotations ${CMAKE_SOURCE_DIR}/src/core/auth ${CMAKE_SOURCE_DIR}/src/core/composer ${CMAKE_SOURCE_DIR}/src/core/diagram diff --git a/doc/release-sponsors.html b/doc/release-sponsors.html deleted file mode 100644 index 3f8dfd84d9e..00000000000 --- a/doc/release-sponsors.html +++ /dev/null @@ -1,139 +0,0 @@ -
June 21, 2016 - June 21, 2017
-Gold : 9000 EUR or more
-Office of Public Works, Flood Risk Management and Data Management Section
-Dec. 15, 2015 - Dec. 15, 2016
-Silver : 3000 EUR or more
-Oct. 1, 2015 - Oct. 1, 2016
-Silver : 3000 EUR or more
-Nov. 30, 2015 - Nov. 30, 2016
-Silver : 3000 EUR or more
-Feb. 1, 2016 - Feb. 1, 2017
-Bronze : 500 EUR or more
-April 25, 2016 - April 25, 2017
-Bronze : 500 EUR or more
-Dec. 1, 2015 - Dec. 1, 2016
-Bronze : 500 EUR or more
-Dr. Kerth + Lampe Geo-Infometric GmbH
-Dec. 1, 2015 - Dec. 1, 2016
-Bronze : 500 EUR or more
-Nov. 1, 2015 - Nov. 1, 2016
-Bronze : 500 EUR or more
-HostingFacts.com (Online only ou)
-Dec. 1, 2015 - Dec. 1, 2016
-Bronze : 500 EUR or more
-Oct. 1, 2015 - Oct. 1, 2016
-Bronze : 500 EUR or more
-May 1, 2016 - May 1, 2017
-Bronze : 500 EUR or more
-Nov. 1, 2015 - Nov. 1, 2016
-Bronze : 500 EUR or more
-May 1, 2016 - May 1, 2017
-Bronze : 500 EUR or more
-March 1, 2016 - March 1, 2017
-Bronze : 500 EUR or more
-Aug. 1, 2015 - Aug. 1, 2016
-Bronze : 500 EUR or more
-June 7, 2016 - June 7, 2017
-Bronze : 500 EUR or more
-March 1, 2016 - March 1, 2017
-Bronze : 500 EUR or more
-March 1, 2016 - March 1, 2017
-Bronze : 500 EUR or more
-Jan. 1, 2016 - Jan. 1, 2017
-Bronze : 500 EUR or more
-SOLTIG (Soluciones en Tecnologías de Información Geográfica)
-June 7, 2016 - June 7, 2017
-Bronze : 500 EUR or more
-March 1, 2016 - March 1, 2017
-Bronze : 500 EUR or more
-March 7, 2016 - March 7, 2017
-Bronze : 500 EUR or more
-KBB Underground Technologies GmbH
-March 11, 2016 - March 11, 2017
-Bronze : 500 EUR or more
-March 24, 2016 - March 24, 2017
-Bronze : 500 EUR or more
-March 24, 2016 - March 24, 2017
-Bronze : 500 EUR or more
-June 26, 2016 - June 26, 2017
-Bronze : 500 EUR or more
-April 1, 2016 - April 1, 2017
-Bronze : 500 EUR or more
-April 17, 2016 - April 17, 2017
-Bronze : 500 EUR or more
-GFI - Gesellschaft für Informationstechnologie mbH
-April 15, 2016 - April 15, 2017
-Bronze : 500 EUR or more
-Royal Borough of Windsor and Maidenhead
-April 1, 2016 - April 1, 2017
-Bronze : 500 EUR or more
-Feb. 3, 2016 - Feb. 3, 2017
-Bronze : 500 EUR or more
-GKG Kassel, (Dr.-Ing. Claas Leiner)
-March 1, 2016 - March 1, 2017
-Bronze : 500 EUR or more
-We work really hard to make this nice software for you. " - "See all the cool features it has? Get a warm fuzzy feeling when you use it? " - "QGIS is a labor of love by a dedicated team of developers. We want you to copy " - "& share it and put it in the hands of as many people as possible. If QGIS " - "is saving you money or you like our work and have the financial ability to " - "help, please consider sponsoring the development of QGIS. We use money from " - "sponsors to pay for travel and costs related to our bi-annual hackfests, and to " - "generally support the goals of our project.
Please see the QGIS " - "Sponsorship Web Page for more details. In the Sponsors " - "page you can see the fine people and companies that are helping us " - "financially - a great big 'thank you' to you all!
" ); - txtSponsors->setText( intro ); - // read the SPONSORS file and populate the text widget - QFile sponsorsFile( QgsApplication::pkgDataPath() + QStringLiteral( "/doc/release-sponsors.html" ) ); - if ( sponsorsFile.open( QIODevice::ReadOnly ) ) - { - QString path = QStringLiteral( "images/" ); - QString newPath = QgsApplication::pkgDataPath() + QStringLiteral( "/doc/images/" ); - QTextStream sponsorsStream( &sponsorsFile ); - // Always use UTF-8 - sponsorsStream.setCodec( "UTF-8" ); - QString sponsors = sponsorsStream.readAll(); - sponsors.replace( path, newPath ); - txtSponsors->append( sponsors ); - - } -} - -QgsSponsors::~QgsSponsors() -{ -} - -void QgsSponsors::init() -{ - // set the 60x60 icon pixmap - qgisIcon->setPixmap( QPixmap( QgsApplication::appIconPath() ) ); -} diff --git a/src/app/qgssponsors.h b/src/app/qgssponsors.h deleted file mode 100644 index f238c2fe10b..00000000000 --- a/src/app/qgssponsors.h +++ /dev/null @@ -1,36 +0,0 @@ -/*************************************************************************** - qgssponsors.h - description - ------------------- - begin : Sat Aug 10 2002 - copyright : (C) 2002 by Gary E.Sherman - email : sherman at mrcc.com - ***************************************************************************/ - -/*************************************************************************** - * * - * This program 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. * - * * - ***************************************************************************/ -#ifndef QGSSPONSORS_H -#define QGSSPONSORS_H - -#include "ui_qgssponsorsbase.h" -#include "qgis_app.h" - -class APP_EXPORT QgsSponsors : public QDialog, private Ui::QgsSponsorsBase -{ - Q_OBJECT - public: - QgsSponsors( QWidget *parent ); - ~QgsSponsors(); - - private: - void init(); - - private slots: -}; - -#endif diff --git a/src/ui/qgssponsorsbase.ui b/src/ui/qgssponsorsbase.ui deleted file mode 100644 index b84c0d83d69..00000000000 --- a/src/ui/qgssponsorsbase.ui +++ /dev/null @@ -1,106 +0,0 @@ - -