1174 Commits

Author SHA1 Message Date
Matthias Kuhn
84e6378324 Install indentation deps 2020-05-11 15:46:59 +02:00
Matthias Kuhn
02df2577c8
Merge pull request #36307 from m-kuhn/code_layout_test_to_github_workflow
Code layout test to GitHub workflow
2020-05-11 11:52:20 +02:00
Matthias Kuhn
f171232ee6 Improve wording in verify_indentation 2020-05-11 09:16:34 +02:00
Matthias Kuhn
e094ab570e Another try 2020-05-11 08:35:33 +02:00
Matthias Kuhn
d877d310b5 Fix indentation test 2020-05-11 07:40:47 +02:00
Nyall Dawson
b6a7a10703 Fix some more python formatting issues, remove more flake exceptions 2020-05-11 11:41:50 +10:00
Matthias Kuhn
0aa1eb0e1e
Merge branch 'master' into pyflakes 2020-05-06 08:32:48 +02:00
Matthias Kuhn
3e6c7c28f7
Apply suggestions from code review
Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
2020-05-06 08:31:06 +02:00
Andrea Giudiceandrea
3474934185
Fix parse_dash_results.py
removing a parenthesis too many
2020-05-06 14:37:34 +10:00
Matthias Kuhn
2dafee528b Fix some remaining issues 2020-05-05 23:43:36 +02:00
Matthias Kuhn
bcadf26189 Fix excape 2020-05-05 23:36:18 +02:00
Matthias Kuhn
52ef2a46ca Fix python2 print 2020-05-05 23:28:48 +02:00
Matthias Kuhn
baf18a449c Fix parse dash results 2020-05-05 23:28:36 +02:00
Matthias Kuhn
f39a5b62fe Fix code issues 2020-05-05 22:39:53 +02:00
Matthias Kuhn
3b95a97aee Fix python errors 2020-05-05 22:03:07 +02:00
Nyall Dawson
c5b7d73c8d Spelling fixes 2020-05-03 15:31:33 +10:00
Denis Rouzaud
bf04b0ca98
add QgsFeaturePickerWidget to custom widgets (#36119) 2020-05-01 10:17:23 +02:00
Denis Rouzaud
578ab8596d
Merge pull request #36089 from 3nids/expression-preview
Feature browser for preview in expression builder
2020-04-30 17:50:10 +02:00
Juergen E. Fischer
aa554b2e5a spelling fixes (followup 765aa9c705) 2020-04-30 09:14:38 +02:00
Juergen E. Fischer
765aa9c705 spelling fixes 2020-04-30 08:20:30 +02:00
Denis Rouzaud
b97543d9cc
Apply suggestions from code review
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
2020-04-30 06:43:55 +02:00
Denis Rouzaud
ae5988cbb1 do not use template since they cannot be mixed with Q_OBJECT 2020-04-29 15:54:15 +02:00
Denis Rouzaud
780b581f03 use a template approach 2020-04-29 15:54:15 +02:00
Denis Rouzaud
3cd237eca7 more work 2020-04-29 15:54:15 +02:00
Nyall Dawson
24546133b2 ln prepare-commit.sh to prepare_commit.sh 2020-04-28 02:22:33 +10:00
Nyall Dawson
85d543a739 Rename scripts to swap "-" for "_" for consistency
We had a confusing and unpredictable mix of script names with
- vs _, e.g. scripts/prepare-commit.sh vs scripts/sipify_all.sh

This unifies with the preferred _ convention for script file names
2020-04-28 02:22:33 +10:00
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