Larry Shaffer
4bdfaa5f95
Fix astyle version check for macOS
...
Hard to emulate natural version sorting on macOS. Just use numeric.
https://stackoverflow.com/questions/21394536
2017-11-09 17:54:30 -07:00
Juergen E. Fischer
cb8fc6860d
about translators: grey background, centered flags, replace flag for german
2017-11-07 21:44:55 +01:00
Juergen E. Fischer
ac1db7e605
add SVG translation flags
2017-11-06 20:59:41 +01:00
Juergen E. Fischer
5a316a6a5e
silence astyle version check
2017-11-03 09:58:07 +01:00
Juergen E. Fischer
ac12258e11
* include python runtime dependencies in INSTALL (followup e9d2fd67)
...
* also update INSTALL.html (run t2tdoc target; followup 8dfa0217d)
2017-11-02 20:55:46 +01:00
Juergen E. Fischer
c336fee4ae
translation string fixes
2017-11-02 10:32:22 +01:00
Werner Macho
b9c572691e
Update tsstat.pl
...
fix small typo
2017-11-02 08:30:38 +01:00
Matthias Kuhn
e0c1f0b050
Fix abstract MOCed class generation
2017-11-01 22:20:17 +01:00
Matthias Kuhn
69a28d823f
MOC compatible SIP_ABSTRACT version
...
New version supports the following notation
class QgsOutClass : public QObject // SIP_ABSTRACT
MOC does not like lines like the following one and silently refuses to build the meta object for such classes
class QgsOutClass : public QObject SIP_ABSTRACT
2017-11-01 22:20:17 +01:00
Juergen E. Fischer
e9d2fd676d
add qt5-default to debian/ubuntu dependency list in INSTALL
2017-11-01 15:46:56 +01:00
Matthias Kuhn
48f26e5858
Fix astyle version check for 3.0
2017-10-30 08:21:33 +01:00
Harrissou Sant-anna
66649b991f
Add configire to spelling check
2017-10-30 08:03:54 +01:00
Matthias Kuhn
c48e0069ae
Allow using system astyle
2017-10-30 07:25:09 +01:00
Juergen E. Fischer
e523780945
add loading of spatialite on windows and remove remaining references to
...
pyspatialite (followup 39816cf84)
2017-10-29 20:32:43 +01:00
Werner Macho
1eac450d54
[ts] adding kyrgyz translators
2017-10-25 15:51:59 +02:00
Matthias Kuhn
5261a9a5df
Disable spell check in prepare-commit.sh
...
The spell check slows down the pre-commit hook a lot. Spell checking
will still be done on travis.
2017-10-24 11:15:27 +02:00
Harrissou Sant-anna
cff3569ca1
Typo fixes
2017-10-24 16:43:08 +11:00
Nathan Woodrow
cf241f51ae
[FEATURE][needs-docs] Show projection bounds in projection widget ( #5356 )
...
- Script to pull bounds from EPSG.org Postgres dump
- Add resources/data/world_map.shp for reference
- Show canvas bounds for reference
2017-10-16 10:40:05 +10:00
Matthias Kuhn
6b418decd6
Spelling: use vertices rather than vertexes
...
... because that's what's used almost consistently throughout the codebase.
2017-10-09 10:13:13 +02:00
Denis Rouzaud
6e14854f90
[sipify] remove redundant private sections
2017-10-09 09:51:40 +02:00
Nyall Dawson
04a9cd9211
Add more consistency to doxygen formatting
2017-10-06 08:19:00 +10:00
Nyall Dawson
49b426d951
Make doxygen_space script convert multiline //! comments
...
Because:
- the /** format is much more prevalent throughout QGIS
- sipify works correctly with /**
2017-10-06 07:55:52 +10:00
Matthias Kuhn
c764d9c177
Merge pull request #5256 from qgis/docker2
...
[travis] Use docker to run test
2017-10-04 11:11:52 +02:00
Martin Dobias
68bb68d176
[FEATURE] QGIS 3D (pull request #5203 )
2017-10-02 23:02:37 +02:00
Juergen E. Fischer
df71901a32
fix windows build
2017-10-01 01:09:50 +02:00
Martin Dobias
8dc70b479e
Add copyright headers + few bits from review + fixing sip updates
2017-09-30 13:39:54 +02:00
Matthias Kuhn
0a9a352f77
Make parse_dash_result safer to use
2017-09-29 17:40:27 +02:00
Juergen E. Fischer
cafe9d46c7
remove qgscontexthelp_texts.cpp from i18n
2017-09-28 23:36:44 +02:00
Matthias Kuhn
e2fa1a09ef
parse_dash_results: Clean exit when finished
2017-09-28 13:22:41 +02:00
Matthias Kuhn
a33c86db90
parse_dash_results: Better info messages
2017-09-28 13:22:41 +02:00
Matthias Kuhn
84955b2cdc
parse_dash_results: Put images in scroll area
2017-09-28 13:22:40 +02:00
Matthias Kuhn
6ff708e4e2
Update parse_dash_results.py for Python 3
2017-09-28 13:22:38 +02:00
Nyall Dawson
a87d352bd7
Run clang-tidy modernize-use-default-member-init to move member
...
initialization to headers (c++11 style)
2017-09-27 05:02:34 +10:00
Martin Dobias
2a8ddccba9
Do not spell check poly2tri sources
2017-09-25 15:58:00 +02:00
Martin Dobias
6d9240cfd8
Make sip_include script use the workaround for SIP's path parsing
2017-09-25 00:39:26 +02:00
Martin Dobias
c92d7dc39b
Docstring/sip fixes in core/3d
2017-09-15 16:44:42 +02:00
Martin Dobias
9778e85159
Add 3d to doxygen, do not verify indentation of included poly2tri lib
2017-09-15 12:36:44 +02:00
Martin Dobias
675a1ae5bc
Import of initial work on QGIS 3D framework from wonder-sk/qgis3d
2017-09-15 10:38:23 +02:00
Robert Szczepanek
1c3e358151
New polish translators of QGIS desktop
2017-09-03 23:29:23 +02:00
Nyall Dawson
1fddfcf622
Flip Q_ENUMS to Q_ENUM
...
See https://woboq.com/blog/q_enum.html for rationale
2017-08-29 18:03:41 +10:00
Blottiere Paul
94d7e75a7e
Fix spell check
2017-08-28 14:09:57 +01:00
Matthias Kuhn
21b1c7ced9
Fix spelling
2017-08-23 16:50:37 +02:00
Juergen E. Fischer
ef89a624a1
creatensis.pl: don't require admin rights to create the uninstaller
2017-08-22 09:35:22 +02:00
Juergen E. Fischer
62d4c55513
add typo to spelling.dat
2017-08-19 14:07:34 +02:00
Matthias Kuhn
55cdc89a11
Merge pull request #5004 from jgrocha/helpviewer
...
[needs-docs] Refactoring of all help calls, deprecating QgsContextHelp+Helpviewer
2017-08-16 18:30:59 +02:00
Denis Rouzaud
19efee8a61
alog:along typo ( #5025 )
2017-08-15 18:21:35 +02:00
Denis Rouzaud
b00a60da01
spell check: add ...:…
...
and a few fixes :)
handle #spellok in shell or cmake files
allow to exclude scripts from search files
2017-08-12 21:13:02 +02:00
Juergen E. Fischer
e6c7421c08
refine spellcheck progress output
2017-08-10 10:16:17 +02:00
Juergen E. Fischer
03e0298f49
msvc warning fixes:
...
* use AUTORCC to avoid locked qrc_images.cpp during build of gui tests
* bump minimum version of cmake to 3.0.0 for AUTORCC
* suppress some warnings in sip bindings
* suppress unreachable warnings and some more
* split sip files in more parts to suppress warning BK4504
* also remove old WITH_INTERNAL_YAML from travis
2017-08-10 00:09:14 +02:00
Jorge Gustavo Rocha
3a103b7c62
Refactoring of all help calls, deprecating QgsContextHelp and the former helviewer
2017-08-09 09:27:29 +02:00