1768 Commits

Author SHA1 Message Date
Denis Rouzaud
eddf6feb45 modernize CMakeLists.txt files 2020-11-12 07:14:46 +10:00
Nyall Dawson
4f6f163ead Move geocoder classes to core 2020-10-30 14:31:04 +10:00
Nyall Dawson
94f3ea0d14 Add interface API for geocoders 2020-10-30 09:19:48 +10:00
Peter Petrik
acccc6343d fix after Nyall review 2020-10-27 05:29:14 +10:00
Matthias Kuhn
a720a18006
Merge pull request #39540 from m-kuhn/test_doxy_layout
Test doxy layout
2020-10-24 16:45:21 +02:00
Juergen E. Fischer
308606efb1 changelog and news update for 3.16 2020-10-23 14:10:17 +02:00
Juergen E. Fischer
a759ca2271 translation update for 3.16.0 from transifex 2020-10-23 14:10:04 +02:00
Matthias Kuhn
c5a95a9d27 Add dependency on version to doc 2020-10-23 07:30:07 +02:00
Matthias Kuhn
ee6ab3ca62 Fail on doxygen warnings 2020-10-22 11:31:55 +02:00
Nyall Dawson
1bafa2f66f Code shuffle: move QgsCodeEditor classes to their own folder 2020-10-06 17:11:34 +10:00
Harrissou Sant-anna
60ae05532b List 3.14 in API doc page 2020-08-18 08:57:35 +10:00
Nyall Dawson
c87a8f6afb Code shuffle to move all material classes to separate subdirectory 2020-08-03 16:34:10 +10:00
Juergen E. Fischer
2559994397 changelog and news update for 3.14 2020-06-19 14:15:52 +02:00
Juergen E. Fischer
3ff0592905 translation update for 3.14.0 from transifex 2020-06-19 14:15:45 +02:00
vcloarec
2264fefdd2 new contributor (me) 2020-06-17 06:23:30 +10:00
uclaros
b32bdb2d1d add myself to the contributors 2020-06-15 11:17:13 +10:00
Juergen E. Fischer
c75aad0ebe install INSTALL.md and NEWS.md 2020-06-12 21:42:26 +02:00
Peter Petrik
99c3977cab
fix qgis INSTALL step (#37087) 2020-06-10 13:57:27 +02:00
Juergen E. Fischer
b304e3843a fix installation and some other followup cleanups to dcd017a655f 2020-06-10 12:25:29 +02:00
Peter Petrik
dcd017a655
Remove txt2tags dependency (use markdown instead) 2020-06-10 10:00:22 +10:00
Dave Barter
4e592ae9bb
Clarify required location of Qt for OSX install (#36936)
Clarify location of Qt for Mac OSX build in INSTALL docs

Co-authored-by: citizenfish <dave@phased.co.uk>
2020-06-04 08:20:28 +02:00
José de Paula Rodrigues Neto Assis
66fc2cb737 Adds José Assis (espinafre) to the contributors lists. 2020-06-03 14:17:32 -03:00
Usul
7b8bd80994
reduce size of png file in ./doc using optipng -o7 (#36902) 2020-06-03 08:03:32 +10:00
Samweli Mwakisambwe
780a146ed3 added Samweli Mwakisambwe to contributors list 2020-05-15 08:06:22 +10:00
Nyall Dawson
e4b201a414 Code shuffle 2020-05-12 10:33:30 +10:00
Cody Martin
59e1dce732 Try to normalize line endings to LF with * text=auto 2020-05-11 17:00:40 +02:00
Cody Martin
2bcc718d81 Regenerate INSTALL[.html] with txt2tags 3.6 including Mac changes
From C:\OSGeo4W64 with the 3.6 tag of txt2tags checked out
at C:\OSGeo4W64\tx2tags and this branch of QGIS checked out
at C:\OSGeo4W64\QGIS, call:

python txt2tags\txt2tags.py -oQGIS\INSTALL -t txt QGIS\doc\INSTALL.t2t
python txt2tags\txt2tags.py -oQGIS\doc\INSTALL.html -t html QGIS\doc\INSTALL.t2t
2020-05-11 17:00:40 +02:00
Cody Martin
e60911fa74 Regenerate INSTALL[.html] with txt2tags 3.6 minus Mac changes
It looks like #35915 and 4f91bee1 regenerated INSTALL from osx.t2t
but didn't touch INSTALL.html. In this commit, I backed out all
changes to the Mac/OSX sections to both INSTALL and INSTALL.html
after using txt2tags to generate the files, to keep those sections
identical to what came before me.
2020-05-11 17:00:40 +02:00
Cody Martin
1a29125ce1 Suggest that user call gdal-dev-env.bat before opening MSVC 2020-05-11 17:00:40 +02:00
Cody Martin
7a6c2d43df Spell choose correctly 2020-05-11 17:00:40 +02:00
Cody Martin
3a44e5672f Clarify sentence about CMake generator options 2020-05-11 17:00:40 +02:00
Cody Martin
fea7861705 Add some detail to the Run instructions 2020-05-11 17:00:40 +02:00
Cody Martin
802dbffa5f Suggest moving into local QGIS repository clone before executing git config command 2020-05-11 17:00:40 +02:00
Cody Martin
cd3b36994b Clarify Windows configonly.bat workflow and fix user-specific path
The previous workflow encouraged the user to create a batch file
pointing to a nonexistant file before cloning the source code
repository.

Rearrange the calls so that the user can succesfully clone the QGIS
repository, then create a batch file that calls a file in that
source tree, then open the command prompt created by that batch
file, then call a series of commands that configures using CMake,
builds using Visual Studio, and runs QGIS.
2020-05-11 17:00:40 +02:00
Cody Martin
b0e87db632 Add detail about required packages to VS2015 Community install instructions 2020-05-11 17:00:40 +02:00
Cody Martin
6312811bca Switch from [] to () to prevent creation of broken hyperlinks 2020-05-11 17:00:40 +02:00
Cody Martin
679168eb54 Switch to //Advanced Install// to exactly match installation prompt 2020-05-11 17:00:40 +02:00
Matthias Kuhn
77318730a8 [workflows] Add code_layout tests 2020-05-09 13:30:30 +02:00
Peter Petrik
4f91bee104
fix INSTALL for MacOS (#35915)
fix INSTALL for MacOS
2020-04-23 06:59:40 +02:00
Juergen E. Fischer
c0df11bebb fix debian packaging and INSTALL (fixes 722dd8ad45b) 2020-04-05 18:26:45 +02:00
Martin Dobias
c7380612cd Correct SIP fix + add src/gui/vectortile to doxygen 2020-04-05 12:04:34 +02:00
Juergen E. Fischer
6c00667151 update INSTALL 2020-04-03 15:21:43 +02:00
Harrissou Sant-anna
2b9c2626be Add missing versions of C++ API docs 2020-04-03 14:08:10 +02:00
Martin Dobias
53075848ce
Merge pull request #35341 from wonder-sk/vector-tile-layer
[FEATURE] Vector tile layer - part 1
2020-04-02 16:06:30 +02:00
Even Rouault
0fffbf5dda
Merge pull request #34233 from Gustry/cmake
doc about how to compile with 3D, speedup build time with ninja
2020-03-29 15:20:35 +02:00
Martin Dobias
bbc6af5ded Fixes to python bindings + some bits from code review 2020-03-26 19:31:00 +01:00
Nyall Dawson
bab86e9af3 Start on classes for dev tool widgets and dev tool widget factory 2020-03-25 20:03:18 +10:00
Etienne Trimaille
3d25d14718
doc about how to compile with 3D, speedup build time with ninja 2020-03-18 07:40:04 +01:00
Samweli
99129fe4a8 updates on the temporal controller navigation logic 2020-03-12 20:06:25 +10:00
Samweli
b8959ce1dc expand temporal controller logic to cover wmst layers 2020-03-12 20:06:25 +10:00