Nyall Dawson
|
822d6f76a3
|
Move actions which apply to selected items only to QgsLayoutView
Selections are a gui concept, so these actions belong to the
gui class instead of cluterring QgsLayout
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
fdba8f199a
|
Add tests for changing item z order
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
e74a632002
|
Unfinished restore of stacking actions
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
4cba2b90ef
|
Port select next above/below actions
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
dbb31253e9
|
Resurrect locking/unlocking item actions
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
683a8694e4
|
Correctly report selected status to items model
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
62a5679230
|
Port item model from composer to layouts
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
b494a71feb
|
Port selection actions to layout
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
de9653044a
|
Remove redundant custom enum (use Qt version instead)
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
639ecd1748
|
Correctly handle item focusing in layout designer
|
2017-10-06 17:48:25 +10:00 |
|
Nyall Dawson
|
d65a18c5c0
|
Fix item snapping while resizing
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
051ed1e156
|
Prevent snapping to selected items when resizing
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
d8ffab1523
|
[FEATURE][layouts] Snapping to item bounds when creating new items
Previously snapping to item bounds would only occur when resizing
or moving items, now it also applies to item creation
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
d950f17e75
|
Add item bounds based snapping to QgsLayoutSnapper
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
e0089fb84c
|
Move mouse handles to select tool
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
bfa9c1d661
|
Port methods for retrieving item at a point to layouts
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
d7bd44d9e7
|
Work on interactive moving of items
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
2d6cbd6bba
|
Restore ability to show/hide selection bounds
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
207bcad626
|
Start porting mouse handles to layout
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
b9ecb4f941
|
Add method to push messages to layout designer status bar
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
7d072beee7
|
Add signals for size and rotation changes
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
b5777adbdd
|
Port some composer utils
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
bb129516f8
|
Port selection handling code from composer
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
51efa19f75
|
Port item frame related code from composer
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
0b188295bc
|
Port item selection and lock related code from composer
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
4e61ea892a
|
Port frame and background handling to layout items
And add support for frame widths with units
|
2017-10-06 17:48:24 +10:00 |
|
Nyall Dawson
|
78c0c28468
|
Fix doxygen warnings
|
2017-10-06 07:55:52 +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 |
|
Alessandro Pasotti
|
dcc672520c
|
Merge pull request #5281 from boundlessgeo/auth_use_settings_widget
[auth][needs-docs] Provider connection dialogs use the new auth settings widget
|
2017-10-05 17:33:56 +02:00 |
|
Alessandro Pasotti
|
7528207333
|
[auth] Sipify
|
2017-10-05 08:50:06 +02:00 |
|
Larry Shaffer
|
3852e5db98
|
[auth] Update wording of auth settings widget; add formatted warnings
|
2017-10-04 13:58:50 -06:00 |
|
Matthias Kuhn
|
ab9e2fcb68
|
Fix multiline docstring
|
2017-10-04 14:50:42 +02:00 |
|
Matthias Kuhn
|
4d1fea0b04
|
CMakeLists.txt does not need to be executable
|
2017-10-04 12:16:25 +02:00 |
|
Matthias Kuhn
|
70dc92c4f2
|
conversions.sip does not need to be executable
|
2017-10-04 12:16:25 +02:00 |
|
rldhont
|
3e45f997a6
|
Merge pull request #4912 from dmarteau/svg-marker-size
[FEATURE][needs-docs] Svg marker size: change aspect ratio
|
2017-10-04 12:02:32 +02: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 |
|
Nyall Dawson
|
83fdc5d3cb
|
Fix windows build
|
2017-10-04 09:46:03 +10:00 |
|
Nyall Dawson
|
4f34f9442c
|
Added better version info to QgsRectangle::buffered
|
2017-10-04 09:05:21 +10:00 |
|
Martin Dobias
|
7874d4b6d6
|
Merge pull request #5183 from wonder-sk/cad-utils
Refactor CAD editing alignment logic to new QgsCadUtils class
|
2017-10-04 00:04:03 +02:00 |
|
lbartoletti
|
74e12212f7
|
@return -> \returns
|
2017-10-03 18:03:30 +02:00 |
|
Martin Dobias
|
0bffe1c1d6
|
Added forgotten SIP file
|
2017-10-03 17:01:54 +02:00 |
|
Martin Dobias
|
5172a339ca
|
Finished unit tests
|
2017-10-03 17:01:54 +02:00 |
|
Martin Dobias
|
878dfddd3b
|
Refactor CAD editing alignment logic to new QgsCadUtils class
|
2017-10-03 17:01:54 +02:00 |
|
lbartoletti
|
870de2e8bb
|
Merge branch 'master' into regularShape_gui
|
2017-10-03 14:39:12 +02:00 |
|
Pete King
|
da4cfd5777
|
Update and vectorize the DB manager icon (#5262)
|
2017-10-03 16:03:47 +07:00 |
|
Nyall Dawson
|
b27382d011
|
[processing] Fix history doesn't correctly escape values
Fixes #17229
|
2017-10-03 19:01:13 +10:00 |
|
Martin Dobias
|
68bb68d176
|
[FEATURE] QGIS 3D (pull request #5203)
|
2017-10-02 23:02:37 +02:00 |
|
Alessandro Pasotti
|
f09e5b16e0
|
[auth] Renamed setters to better follow Qt5 conventions
|
2017-10-02 17:12:02 +02:00 |
|
Alessandro Pasotti
|
dfdf2ceeac
|
[auth] Added support for "Store" checkboxes
|
2017-10-02 16:39:31 +02:00 |
|
Alessandro Pasotti
|
7c0ac6e2b9
|
[auth][cosmetic] Moved method
|
2017-10-02 14:43:22 +02:00 |
|