38541 Commits

Author SHA1 Message Date
Juergen E. Fischer
9ac70a009c fix api break dox for QgsLayerTreeMapCanvasBridge custom layer order 2017-04-03 18:35:12 +02:00
Tom Kralidis
c403994d02 [FEATURE] [needs-docs] MetaSearch: add support for ESRI MapServer/FeatureServer layer integration (fixes #16320) 2017-04-03 12:22:59 -04:00
Denis Rouzaud
ae1991abfc [astyle] update licence 2017-04-03 14:32:24 +02:00
Tom Kralidis
b4ba98dfd2 Merge pull request #4325 from tomkralidis/metasearch-fixes
MetaSearch: set 4326 as default CRS, use WKT to feed polygon geometry
2017-04-03 08:19:39 -04:00
Denis Rouzaud
0e7163be8a [astyle] set C++ version to 11 2017-04-03 14:19:15 +02:00
Denis Rouzaud
33b01036a7 bump astyle version to 3.0 2017-04-03 14:19:15 +02:00
Tom Kralidis
d6433c5b4c MetaSearch: set 4326 as default CRS, use WKT to feed polygon geometry 2017-04-03 08:01:18 -04:00
Nyall Dawson
6e8a696ef4 Update PreconfiguredAlgorithm for new API 2017-04-03 21:20:56 +10:00
Nyall Dawson
2be4c6a15e Fix failing test 2017-04-03 21:17:45 +10:00
Nyall Dawson
e40389a41c Sipify QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00
Nyall Dawson
a0bd464232 Use formatted name for algorithm names
Avoids conversion of names later and gives clearer separation
between visible names and internal names
2017-04-03 21:17:45 +10:00
Nyall Dawson
e506ceb1f8 Move flags (hide from toolbox, etc) to QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00
Nyall Dawson
6987d7b37c Port handling of algorithm names to QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00
Nyall Dawson
dc729c1b5a Move algorithm group handling to QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00
Nyall Dawson
faa8a653b2 Move algorithm icon handling to QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00
Nyall Dawson
28e75731e1 Move tag handling to QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00
Nyall Dawson
52cc002990 Simple c++ base class for processing algorithms 2017-04-03 21:17:45 +10:00
Nyall Dawson
e462bfb106 [processing] Fix MessageBarProgress 2017-04-03 20:59:21 +10:00
Martin Dobias
3ae2297bc3 Correctly show rubber bands when dragging vertices of circular edges 2017-04-03 16:29:07 +08:00
Denis Rouzaud
169c60950d [sipify] fix override removal 2017-04-03 09:38:40 +02:00
Denis Rouzaud
cca83b7599 [sipify] properly get out of private section 2017-04-03 08:40:29 +02:00
Nyall Dawson
26495dbd81 [processing] Move dataobjects.getSupportedOutputVectorLayerExtensions
to QgsVectorFileWriter
2017-04-03 15:41:32 +10:00
Nyall Dawson
3e9c527dc7 [sipify] Handle enum values using bitshift operators 2017-04-03 14:09:40 +10:00
Nyall Dawson
7db1913c07 Handle Q_DECLARE_FLAGS and Q_DECLARE_OPERATORS_FOR_FLAGS in sipify 2017-04-03 13:54:12 +10:00
Nyall Dawson
55424446f9 Merge pull request #4323 from nyalldawson/doxygen_standard
Standardise a bunch of doxygen tags, cleanup code
2017-04-03 13:46:55 +10:00
Nyall Dawson
dbc8ad76f1 Update some recently merged classes 2017-04-03 13:21:30 +10:00
Nyall Dawson
e1e1f0d514 Strip \a from doxygen comments in sipify 2017-04-03 13:18:36 +10:00
Nyall Dawson
5813eb132b Modernise CharacterWidget API, move to sipify 2017-04-03 13:18:36 +10:00
Nyall Dawson
9b3539ab07 Update sip files 2017-04-03 13:18:36 +10:00
Nyall Dawson
266f182a26 Use auto doxygen links where possible instead of explicit \link
Will make things nicer in Python documentation
2017-04-03 13:18:36 +10:00
Nyall Dawson
f92f14df70 Spell check: vecotr -> vector 2017-04-03 13:18:36 +10:00
Nyall Dawson
06a53e125c /*! -> /**
We already have enough doxygen styles to manage!
2017-04-03 13:18:36 +10:00
Nyall Dawson
676dc1a1d6 Remove redundant doxygen comments from .cpp files, move to .h
where appropriate
2017-04-03 13:18:36 +10:00
Nyall Dawson
fa6ec3a993 @(end)link -> \(end)link 2017-04-03 13:18:36 +10:00
Nyall Dawson
20ae0a8c0e Fix some malformed doxygen 2017-04-03 13:18:36 +10:00
Nyall Dawson
8bc77af736 @throws -> \throws 2017-04-03 13:18:36 +10:00
Nyall Dawson
f3ae103f7e @ingroup -> \ingroup 2017-04-03 13:18:36 +10:00
Nyall Dawson
9c967a65ea Remove some unneeded copydocs
Since doxygen already copies docs for overridden methods
2017-04-03 13:18:35 +10:00
Nyall Dawson
57eb237d20 Remove @author credits from doxygen
Because
- not widely used, seems strange that some authors get credit
while others don't
- already included in copyright header
2017-04-03 13:18:35 +10:00
Nyall Dawson
04d5862bad @brief -> \brief 2017-04-03 13:18:35 +10:00
Nyall Dawson
0f6452c135 @class -> \class 2017-04-03 13:18:35 +10:00
Nyall Dawson
60ae5a5131 @sa -> \see 2017-04-03 13:18:35 +10:00
Nyall Dawson
dfb5f56f80 @see -> \see 2017-04-03 13:18:35 +10:00
Nyall Dawson
e47073b1e1 \return -> \returns (for consistency) 2017-04-03 13:18:35 +10:00
Nyall Dawson
e4daf8ea62 @return(s) -> \return(s) 2017-04-03 13:18:13 +10:00
Nyall Dawson
11dcfd935c @param -> \param 2017-04-03 13:17:27 +10:00
Nyall Dawson
9a4f2e412b "Introduced in..." -> "\since" 2017-04-03 13:16:03 +10:00
Nyall Dawson
0326f7142d Change doxygen @note to \note 2017-04-03 13:16:03 +10:00
Nyall Dawson
97611fed36 Merge pull request #4308 from nyalldawson/raster_unique
[FEATURE] Allow easy styling of discrete rasters
2017-04-03 13:01:46 +10:00
Nyall Dawson
3d5a039062 Update raster histogram widget to use feedback object 2017-04-03 12:08:08 +10:00