1148 Commits

Author SHA1 Message Date
Alessandro Pasotti
ef1497faaa Spellcheck ignore provider sql files 2020-04-06 10:51:08 +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
Nyall Dawson
ed51791068 Fix spell check error 2020-04-01 05:27:55 +10:00
Denis Rouzaud
0978bab26f fix custom widget scripts with a nicer var name 2020-03-27 07:05:07 +01:00
Denis Rouzaud
adddfdc077 fix layout of custom widget template 2020-03-27 06:50:34 +01:00
Martin Dobias
4b362b3a5b Silence warning, avoid indentation on generated MVT files 2020-03-26 21:57:18 +01:00
Martin Dobias
f43bd8c09b Move the generated code for MVT to a directory in external/ 2020-03-26 21:23:51 +01:00
Denis Rouzaud
8f58372e8f update custom widget creation scripts 2020-03-26 17:24:13 +01:00
Martin Dobias
8105ad1fe5 Initial work on vector tile layer support 2020-03-25 13:27:11 +01:00
Denis Rouzaud
14b80de7ed
fix crash when a sink parameter definition is missing in a processing alg (#34978) 2020-03-14 01:03:13 +01:00
Nyall Dawson
5c72f83497 Fix spell check false positive for Qt::LeftEdge 2020-03-03 16:08:23 +10:00
Juergen E. Fischer
edee4a3d10 spelling fixes (closes #32408) 2020-02-28 21:04:02 +01:00
Vincent Cloarec
27a70eab7c
[FEATURE] mesh simplification (#34532)
[FEATURE] fix #31575 mesh layer speed rendering improvements (LOD)

As mesh layer could have millions of triangles, rendering could be very slow, especially when all the triangles are displayed in the view whereas triangles are too small to be viewed.

For those situations QGIS has an option to simplify the mesh. Simplification leads to one or more simplified mesh that represents levels of detail (LOD). When rendering the mesh, the appropriate level of detail is chosen to have an adequate rendering depending on the view.
2020-02-25 08:05:49 +01:00
Juergen E. Fischer
ddb07d6277 adapt update-news.pl to changelog.qgis.org changes 2020-02-21 13:21:48 +01:00
lbartoletti
58f1206748 Fix build with txt2tags >= 3.5 2020-02-09 18:53:04 +01:00
Matthias Kuhn
f98fc05fa1
Merge pull request #33985 from m-kuhn/cdash_new_parse_dash_results
Update cdash parse_dash_results to new API
2020-02-01 11:48:28 +01:00
Matthias Kuhn
7d6f86cd1f
Merge pull request #33742 from m-kuhn/pull_request_template_adjust
Improve pull request template
2020-02-01 10:30:11 +01:00
Matthias Kuhn
735d66c6de Improve help 2020-02-01 09:42:44 +01:00
Matthias Kuhn
8fc947f14a Remove temp files after astyle-all 2020-01-30 11:03:41 +01:00
Matthias Kuhn
8cebe90112 Add some help 2020-01-22 15:53:01 +01:00
Matthias Kuhn
587d2a1d68 Update cdash parse_dash_results to new API 2020-01-22 15:47:57 +01:00
Denis Rouzaud
13356efb7e
fix addOption detection as adopt 2020-01-22 10:43:51 +01:00
rldhont
36e1cb92b7
Merge pull request #33850 from Gustry/prepare_commit
add flip and autopep8
2020-01-17 19:18:38 +01:00
Juergen E. Fischer
b9278b7b94 * include flip and python3-autopep8 in INSTALL
* txt2tags 3.4 doesn't support macros (used date & modtime) anymore

closes #33850, followup 157a6700cac6
2020-01-16 17:02:40 +01:00
Etienne Trimaille
b378f3f84c
add information about flip and autopep8 for the prehook script 2020-01-16 15:13:06 +01:00
Matthias Kuhn
5eaaf739b5
Ignore test file in spell check 2019-12-21 12:30:51 +01:00
signedav
4cbd9a1ee3
Merge pull request #33197 from signedav/searchtags_functions
Search tags on expression functions
2019-12-17 09:28:26 +00:00
Nyall Dawson
c7ee6e93a6 remove_temporary_files should also remove .temp files 2019-12-17 11:58:55 +10:00
Nyall Dawson
da5cd52162 [pal] Bring back refined upstream version of superliminal rtree index
Turns out this index is MUCH (magnitudes) faster for use in pal. So
grab an updated version of the upstream library and place in external libs,
and use this for indices in pal.

(we should probably investigate whether this is faster for snapping and
other index use too!)
2019-12-15 10:18:47 +10:00
Juergen E. Fischer
64f17aaa21 don't pull in parallel from transifex (occasionally looses files) 2019-12-06 20:35:51 +01:00
Nyall Dawson
1e9709cf5b Don't try to style poly2tri library 2019-12-06 04:51:48 +10:00
David Signer
314e2339eb write tags to the expression functions help object 2019-12-03 15:29:16 +01:00
Nyall Dawson
9f63f49230 Move label obstacle settings out to their own class, and monkey patch around
to maintain current API

QgsPalLayerSettings is way too heavy, and we need to start refactoring
this into smaller atomic components
2019-12-03 19:38:24 +10:00
Nyall Dawson
3ba9515427 Fix expression function helping missing for all functions
Fixes #33016
2019-11-26 03:58:51 +10:00
Matthias Kuhn
1f3b039fe2
Merge pull request #32552 from m-kuhn/q_global_static
non POD static
2019-11-03 23:11:51 +01:00
Juergen E. Fischer
002d3986d5 translation string fix 2019-11-03 19:00:08 +01:00
Juergen E. Fischer
87a8a16bbd include saga strings in translations 2019-11-03 16:46:23 +01:00
Matthias Kuhn
d26375abba Fix this and that 2019-11-02 15:01:59 +01:00
Matthias Kuhn
2b20c61eaf Less global statics in expressions 2019-11-02 15:01:59 +01:00
Matthias Kuhn
ad22e6386a Less global statics in expressions 2019-11-02 15:01:59 +01:00
Juergen E. Fischer
58932e8317 fix doc installation 2019-10-26 13:51:56 +02:00
Juergen E. Fischer
b81d306047 spelling fixes (closes #32408) 2019-10-26 10:50:30 +10:00
Antoine Belvire
33d0c3d654 Sort translations in desktop file
Desktop file generation is non-deterministic - translation positions may vary
across builds. This makes the build non-reproducible.

The cause is the use of glob() which collects qm file paths in a random order,
depending on the filesystem. To ensure the translations are written in a fixed
order the list returned by glob() must be sorted.
2019-10-26 08:25:56 +10:00
Juergen E. Fischer
0236c59377 visual changelog url changed again 2019-10-25 14:12:29 +02:00
Denis Rouzaud
c5e36dbf73 [sipify] correctly output deprecation 2019-10-15 13:17:15 +02:00
Juergen E. Fischer
7f54c6acf0 debian packging [ci skip]:
* scripts/scandeps.pl: remove python3-autopep8 from INSTALL build
  dependency list (not an actually dependency anyway)
* include eoan in INSTALL
2019-10-08 20:27:47 +02:00
Nyall Dawson
6d67f01a4a Revert "[ASTYLE] increase max-instatement-indent to get nicer alignments on multilines"
This reverts commit 0e994fda020352a579b2ca73b94665899d7bf862.

Breaks travis on many PRs -- requires a bulk astyle update to accompany the PR
2019-09-25 11:07:26 +10:00
Denis Rouzaud
f21e03c5ef
Merge pull request #31963 from 3nids/fix_bool_attrtable
fix false boolean not shown as so in attribute table
2019-09-24 14:31:45 +02:00
Nyall Dawson
799033ffcc Avoid touching unchanged sip files in prepare commit script
Since any modification to these files triggers a new cmake run and
rebuilding of the sip bindings (slow!), we want to avoid touching
the sip files in any way if there's no actual changes to push.

Speeds up rebuilding in some circumstances by avoiding needless
rebuilding of sip bindings.
2019-09-24 03:43:42 +10:00
Denis Rouzaud
0e994fda02 [ASTYLE] increase max-instatement-indent to get nicer alignments on multilines 2019-09-23 17:02:02 +02:00