Nyall Dawson
|
04a9cd9211
|
Add more consistency to doxygen formatting
|
2017-10-06 08:19:00 +10:00 |
|
Nyall Dawson
|
07e12e2832
|
Replace reimplemented default methods by = default
Using clang-tidy modernize-use-equals-default
|
2017-09-11 17:10:31 +10:00 |
|
Nyall Dawson
|
11dcfd935c
|
@param -> \param
|
2017-04-03 13:17:27 +10:00 |
|
Matthias Kuhn
|
fb91ed7395
|
Use "\since" instead of "@note added in"
|
2017-04-03 01:06:33 +02:00 |
|
Denis Rouzaud
|
dccf8c9e13
|
run astyle on src/app
|
2017-03-03 09:09:37 +01:00 |
|
Nyall Dawson
|
d19e70700f
|
Ensure all pointer variables are initialized to nullptr
|
2017-02-18 20:23:18 +10:00 |
|
Matthias Kuhn
|
38a8ddacd9
|
Add qgis_app.h with APP_EXPORT macro
|
2017-01-05 00:12:11 +01:00 |
|
Nyall Dawson
|
9021bb479c
|
Remove "//! Destructor" doxygen comments
This documentation doesn't add any value
|
2016-12-30 13:52:57 +10:00 |
|
Nyall Dawson
|
1367fd09fc
|
Prepare commit converts single line doxygen block format
Flips single line doxygen comments to use the proper single line
format:
/*!< comment */ to //!< Comment
and
/** comment */ to //! Comment
|
2016-10-25 09:17:39 +10:00 |
|
Nyall Dawson
|
497d6ef413
|
Minor clean ups
|
2016-05-29 15:31:47 +10:00 |
|
Denis Rouzaud
|
cf99817b72
|
allow to lock scale to use magnification to zoom in/out
this also removes the option for different behavior of mouse wheel
|
2016-05-28 16:52:09 +02:00 |
|
Denis Rouzaud
|
69a1718b5f
|
move scale widget in its own class (away from qgisapp)
|
2016-05-28 09:31:50 +02:00 |
|
Blottiere Paul
|
9a62613b6b
|
[FEATURE] add a map canvas magnifier
|
2016-05-12 09:42:51 +02:00 |
|