Juergen E. Fischer
0b757f84d1
debian packaging: drop cosmic
2019-08-09 10:08:57 +02:00
Juergen E. Fischer
06b24d164a
update INSTALL.html
2019-08-04 10:35:37 +02:00
Māris Nartišs
7e0181bcb7
Build: Bump minimum Proj version to 4.9.3 ( Fixes #30675 )
2019-08-04 09:01:39 +10:00
luz.paz
aa3480b717
Fix typos
2019-07-16 11:29:42 +10:00
Guillaume Pasero
05e267ae55
TEST: change to cdash 2.6
2019-07-16 09:13:27 +10:00
Juergen E. Fischer
73c96ee5c8
api doc: update release doc links
2019-07-11 13:12:44 +02:00
Nyall Dawson
7d02545dc0
Add callout classes to doxygen
2019-07-11 13:03:12 +10:00
Juergen E. Fischer
c5c6877513
INSTALL: remove outdated 'precise' reference
2019-06-21 14:48:13 +02:00
Juergen E. Fischer
33b48b234e
changelog and news update for 3.8
2019-06-21 14:32:23 +02:00
Juergen E. Fischer
6cd43198f4
translation update for 3.8 from transifex
2019-06-21 14:32:18 +02:00
Jorge Gustavo Rocha
38c8e757aa
References to issues.qgis.org updated
2019-06-12 00:10:43 +01:00
Denis Rouzaud
217057236a
Merge pull request #9859 from qgis/3nids-patch-1
...
add mac/development README
2019-05-22 23:16:41 -05:00
Denis Rouzaud
9342359b5e
add link to development README
2019-05-11 14:41:07 -05:00
Chris Mayo
152a556887
INSTALL: document Python 3 as a build tool
...
Needed for scripts/process_function_template.py run by
src/core/CMakeLists.txt.
Enforced since commit:
f16fe73476 ("Python is a hard build time dependency", 2015-09-20)
2019-05-11 09:01:58 +02:00
Daniele Viganò
92f22b01a5
[RPM] Add qt5-qtbase-private-devel build dep for F30+
...
qt5-qtbase-devel as been splitted in Fedora 30
2019-05-08 16:18:07 +02:00
Juergen E. Fischer
891ea18bab
debian packaging: add ubuntu disco
2019-04-15 23:38:20 +02:00
Juergen E. Fischer
28b33234cd
update INSTALL
2019-04-09 19:07:31 +02:00
Juergen E. Fischer
21207b8a7a
update INSTALL
2019-03-21 19:45:35 +01:00
Matteo Nastasi
cffe61250e
layout: add new vertical and horizontal equispaced distributions
2019-03-13 14:52:25 +01:00
Matteo Nastasi
43c74c2a84
port of RedHat packaging from QGIS 2.0 to 3.0
2019-03-13 14:49:59 +01:00
Marco Bernasocchi
bee20785cc
Update mbernasocchi email in AUTHORS
2019-03-13 14:42:59 +01:00
Bas Couwenberg
371176357b
Fix spelling errors.
...
* cancelation -> cancellation
* overal -> overall
2019-02-24 22:39:40 +01:00
Juergen E. Fischer
aee8ed40b9
changelog and news update for 3.6
2019-02-22 13:47:20 +01:00
Juergen E. Fischer
b4fed682b3
translation update for 3.6 from transifex
2019-02-22 13:47:13 +01:00
Chris Mayo
fb798263b2
Remove unused Qt5XmlPatterns dependency
...
QtXmlPatterns includes were deleted here:
2eb82430bb
Remove code that was never enabled, introduced here:
0f7b405aa7
2019-02-16 20:01:15 +00:00
Jonathan Willitts
0aae2c1d69
Add missing headings and remove table captions ( #8892 )
...
* Add missing headings and ToC anchors
Adds missing headings (and table of contents anchors) for 'Renamed Enum Values' and 'Renamed Methods' tables.
* Removed table captions
Which are redundant due to the headings that the tables sit under
2019-01-17 14:54:10 -05:00
Jonathan Willitts
68994adc1b
Add missing api breaking change for setMapTipTemplate() to QgsVectorLayer ( #8880 )
...
* Add missing change for QgsVectorLayer
* Update, to include mention of setDisplayExpression
2019-01-17 08:42:30 -05:00
RucioTozzy
2e36fd603e
Update TRANSLATORS
...
Most of the zh-Hant users are Taiwanese, so the flag of zh-Hant should change to flag of Taiwan, not flag of China :)
2019-01-15 10:53:32 +07:00
Peter Petrik
cd9a84e11c
[feature] [mesh] Mesh Calculator
...
Similarly to raster calculator, mesh calculator can take dataset groups from current mesh layer and
combine them with various aritmentic/logical operators to new dataset group.
2019-01-14 12:32:36 +01:00
Nyall Dawson
c9c502a852
Use proj geodesic.h instead of GeographicLib
...
Because it contains the same functionality and avoids a new
dependency
2019-01-08 12:32:50 +10:00
Nyall Dawson
148505d47f
Add a dependancy to geographiclib
2019-01-08 12:32:50 +10:00
Denis Rouzaud
48db864836
add missing bits to API documentation ( #8709 )
...
* add missing bits to API documentation
* API docs
* mark function as deprecated
* Deprecate for Python
* Fix docstrings
* Fix see also link
2019-01-05 20:31:10 -05:00
Nyall Dawson
7ccaa3df32
[FEATURE][API] Add flexible framework for custom "validity checks"
...
Adds a new interface QgsAbstractValidityCheck which defines
a single "check" which can be performed on a given QgsValidityCheckContext.
A new application-wide QgsValidityCheckRegistry registers
and manages instances of all known checks, and allows running
of all registered checks of a specific type at once.
Initially the framework is focused toward print layout validity
checks, but the interface has been designed to be generic enough
to allow alternative types of validity checks (e.g. project save
validity checks, processing model validity checks, etc.).
The API is designed to be used both by internal validity checks
and also to be extended by custom, organisation-specific
validity checks. E.g., for print layout validity checks we could have:
2019-01-03 04:53:07 +10:00
Matthias Kuhn
1d1a668fb0
Add geometry check to API documentation
2018-12-21 16:24:40 +01:00
Juergen E. Fischer
d9a70d084b
INSTALL: add note about git core.filemode on windows (superceeds PR#8578)
...
(oci-devel now dependency of qgis-dev-deps in OSGeo4W)
2018-11-30 19:44:27 +01:00
Daniele Viganò
d0bc67c5f0
Update documentation related to Fedora
2018-11-15 15:07:38 +01:00
Juergen E. Fischer
5dab30b6ca
debian packaging: add libexiv2-dev dependency
2018-11-13 08:47:59 +01:00
Juergen E. Fischer
471ed51051
scripts/scandeps.pl run to update INSTALL
2018-11-11 12:39:00 +01:00
Nyall Dawson
dc72f06e53
Bump minimum Qt version to 5.9
2018-11-06 08:45:37 +10:00
Juergen E. Fischer
1151639f9d
fix news
2018-11-01 12:42:41 +01:00
Juergen E. Fischer
9ad01cf9ba
replace three dots with ellipsises in translation strings
2018-10-27 19:06:37 +02:00
Juergen E. Fischer
736b0f7051
changelog and news update for 3.4
2018-10-26 14:32:54 +02:00
Juergen E. Fischer
07e05d8949
translation update for 3.4 from transifex
2018-10-26 14:32:41 +02:00
Sveinn í Felli
f4e6477a63
Update TRANSLATORS
...
Added missing translator for Icelandic
2018-10-26 07:52:57 +10:00
James Shaeffer
69df8cf75c
Updated the version of CMake from 3.7 to 3.12 in the list of required tools
2018-10-26 07:52:41 +10:00
Denis Rouzaud
3663de9103
[API docs] add missing gui/layout
2018-10-24 07:54:06 -08:00
Juergen E. Fischer
faeb160065
t2tdoc run (followup 8923aa9bb & ae397bf24)
2018-10-14 13:51:57 +02:00
James Shaeffer
8923aa9bb1
Removed duplicate lines from Linux install guide
2018-10-14 13:37:17 +02:00
Alessandro Pasotti
f56e3dd898
mxe documentation
2018-10-13 11:24:14 +02:00
Denis Rouzaud
d9c57cdc96
fix typo
2018-10-01 07:53:51 -04:00