30 Commits

Author SHA1 Message Date
Juergen E. Fischer
b4f3126be0 debian packages
* remove outdated conditionals
* switch to ninja
2016-10-06 13:31:17 +02:00
Juergen E. Fischer
50b04c5cd9 only include server bindings in sip coverage tests if they are built 2016-10-01 13:23:36 +02:00
Juergen E. Fischer
17090b9092 debian packaging update: add experimental build 2016-09-25 19:23:20 +02:00
Juergen E. Fischer
56a23e9f9a rebuild api documentation only when necessary 2016-09-21 23:43:30 +02:00
Matthias Kuhn
9a10047b3c Update Qt docs link to version 5 2016-09-21 08:55:21 +02:00
Tim Sutton
6103669391 Added sponsors generated from changelog site (#3264)
* Added sponsors generated from changelog site
* Use a single rule for including sponsor images rather. Remove terrelogiche duplication. Remove old sponsor images
* Fix indentations and remove sponsors from images.qrc
2016-07-03 23:28:29 +02:00
Juergen E. Fischer
3ac9364f35 * debian packaging update
* include qch download link on api index page
2016-05-19 10:18:38 +02:00
Nyall Dawson
45f0cff256 Allow generation of Qt QHP help files from doxygen
This adds a new cmake option GENERATE_QHP. If the api docs are
set to being built (ie doxygen is available and WITH_APIDOC is true)
then setting GENERATE_QHP to true will cause doxygen to create
a compiled Qt help file from the QGIS docs.

This QHP file can then be used by QtCreator to show the QGIS
api directly within the QtCreator help (ie, press F1 on a class
or member to see the docs).

To do this, you need to:
- make sure doxygen is installed, WITH_APIDOC is true and
GENERATE_QHP is true
- build to generate the docs
- In QtCreator, go to Tools -> Options -> Help, switch to the
"Documentation" tab and click "Add". Point it to your generate
QHP file (should be in the build folder doc\api\qch folder)
- Restart QtCreator, wait a bit, and then you should have the
api docs available under the "Help" tab and by pressing F1
on a QGIS class/method
2016-05-19 13:55:11 +10:00
Juergen E. Fischer
cbf7b5c0df fix 7454d87 2016-04-14 01:02:52 +02:00
Tom Chadwin
2eb660a00c Bump Doxygen to support HTML_EXTRA_STYLESHEET
This is the minimum version required - happy to bump it higher if
preferred
2016-03-30 12:10:32 +01:00
Matthias Kuhn
a630205f70 Fixup 7b0837f 2015-11-24 16:47:38 +01:00
Juergen E. Fischer
7408151916 remove whatsnew from api and install (followup 95c377a) 2015-10-04 09:51:00 +02:00
Salvatore Larosa
84a40368d8 [welcomepage] include whatsnew.html in cmakelist file 2015-08-26 16:29:41 +02:00
Nyall Dawson
10e738ba5f Allow linking API docs to Qt docs through the use of qt doxygen tagfiles.
This is done using the new QT_TAG_FILE and QT_DOC_URL cmake options.
QT_TAG_FILE should be set to the path of the qt.tags tagfile. In ubuntu
this file is provided by the qt4-doc-html package, and is located at
/usr/share/qt4/doc/html/qt.tags
QT_DOC_URL should be currently set to http://doc.qt.io/qt-4.8/
2015-06-02 20:26:09 +10:00
Salvatore Larosa
9952fc8aa6 Add Developers Map in About dialog 2014-12-21 21:56:41 +01:00
Juergen E. Fischer
e9f43c4909 debian packaging update: merge downstream debian changes 2014-04-06 12:41:03 +02:00
Juergen E. Fischer
3327cdc996 fix typos, indentation and some warnings 2014-01-18 21:41:27 +01:00
Nathan Woodrow
f1ed4ae41b Add ERDAS ECW licence terms. New licence tab in about dialog 2013-08-07 22:02:56 +10:00
Werner Macho
640f6a067b rename our CHANGELOG to NEWS and add new ChangeLog according to GNU Standards 2012-04-15 14:26:48 +02:00
Juergen E. Fischer
70a3bcc9f9 debian packaging update 2011-09-25 09:39:37 +02:00
Tim Sutton
93a190a382 Fix some more merge confglicts after merging updates from 1.7 brnach 2011-09-25 00:32:43 +02:00
Tim Sutton
38cb294411 Resolved merge conflicts from applying 29f93f1b01ebf9799256ab55557370fbf051df44 to master 2011-09-24 17:27:10 +02:00
Juergen E. Fischer
32801ed25f make pdf generation for txt2tags doc optional 2011-05-27 22:56:42 +02:00
jef
364297f944 txt2tags should have been optional
git-svn-id: http://svn.osgeo.org/qgis/trunk@15375 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-06 23:15:18 +00:00
jef
3f3c21e6f4 restore documentation used in about box
git-svn-id: http://svn.osgeo.org/qgis/trunk@15356 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-06 08:46:40 +00:00
jef
0cd4317bc0 [FEATURE] documentation improvements
replace AUTHORS, CONTRIBUTORS, DONORS, SPONSORS and TRANSLATOR with t2t version
in doc, run txt2tags within the build and install documentation.  Optionally
build and install api documentation


git-svn-id: http://svn.osgeo.org/qgis/trunk@15348 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-06 02:09:21 +00:00
jef
b6f51c367e fix #1477
git-svn-id: http://svn.osgeo.org/qgis/trunk@9932 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-06 21:50:18 +00:00
timlinux
c3dede4800 Install fixes for doc (removed install.pdf and reinstated other docs)
git-svn-id: http://svn.osgeo.org/qgis/trunk@7726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-12-07 03:28:13 +00:00
timlinux
1e33ab407b Fix error caused by doc removals - the make install line here needs to be reinstated before release
git-svn-id: http://svn.osgeo.org/qgis/trunk@7709 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-12-03 15:18:16 +00:00
wonder
46a2d125a2 Merged refactoring branch back to trunk.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 02:39:15 +00:00