Werner Macho
118350880c
Added new Translator
...
Added Translator after request
2020-06-15 12:10:00 +01:00
Nyall Dawson
74400c7ff8
Some fixes to numbered list handling in dox/PyQGIS API
2020-06-15 13:43:58 +10:00
Nyall Dawson
81a9db9f57
[sipify] Fix creation of cross references
2020-06-15 13:43:58 +10:00
Even Rouault
ff86fa1027
cppcheck.sh: turn 'unusedPrivateFunction' warnings as errors
2020-06-15 11:17:28 +10:00
Even Rouault
037409f2e3
cppcheck.sh: turn 'redundantCondition' warnings as errors
2020-06-15 11:17:28 +10:00
Even Rouault
21bc22fdbc
cppcheck.sh: make duplicateExpressionTernary an error
2020-06-15 11:17:28 +10:00
Even Rouault
775ad77a79
cppcheck.sh: make issues in 'error' category to fail build
2020-06-15 11:17:28 +10:00
Nyall Dawson
a5101f2ade
[sipify] Fix header formatting
2020-06-13 16:49:14 +10:00
Nyall Dawson
cedd73ee4d
More list formatting fixes
2020-06-13 16:49:14 +10:00
Nyall Dawson
561a8326c5
Modernize language
...
And avoid insensitive/trigger words (as far as possible -- some are
coming from Qt or other external APIs)
2020-06-13 16:48:38 +10:00
Nyall Dawson
84ec481aa8
[sipify] Correctly indent multiline list items
2020-06-11 13:29:59 +10:00
Nyall Dawson
e293a9da8f
When a list item is immediately followed by a new list, condense the
...
two -- it's likely that there's extraneous newlines in the middle of
the list
2020-06-11 13:29:59 +10:00
Nyall Dawson
7ccc7ae36d
List indentation fix
2020-06-11 13:29:59 +10:00
Nyall Dawson
83dc3a5769
Make prepare_commit automatically place an empty line before lists
...
in doxygen blocks
Fixes display of lists in the PyQGIS dox
Fixes #37114
2020-06-11 13:29:59 +10: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
Even Rouault
9df71ef19a
scripts/cppcheck.sh: error out on clarifyCalculation issues
2020-06-02 13:56:23 +02:00
Even Rouault
a54ad8814d
Add scripts/cppcheck.sh
2020-06-02 13:56:22 +02:00
Nyall Dawson
1f835dfa9a
[3d] Expose 3d algorithms provider to Python
...
Otherwise this provider cannot be initialized from standalone Python
scripts
Fixes #36661
Also cleanup 3d sip generation by correctly defining SIP_NO_FILE
in headers we don't want to expose, so that the sip_include script
can do its magic
2020-05-29 03:44:55 +10:00
sshuair
14bc9479a5
Add a Chinese Simplified translator
...
Add a Chinese Simplified translator
2020-05-18 07:54:32 +10:00
sshuair
e59743c75a
Add a Chinese Simplified translator
2020-05-18 07:54:32 +10:00
Juergen E. Fischer
db50e77741
release.pl: allow specifying explicit point release number
2020-05-17 09:23:44 +02:00
Denis Rouzaud
ad3c1cd7ef
Delete prepare-commit.sh
2020-05-15 14:43:20 +02:00
Werner Macho
55efa3cd57
Update tsstat.pl
...
Add nb Translator on request
2020-05-13 15:06:38 +02:00
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