Nyall Dawson
f3124f0d82
Fix storing/reading multiframe items (TODO fix undo/redo support)
2018-01-08 05:51:29 +10:00
Nyall Dawson
6f2c63f3e5
Add a common base class for print layouts and reports, and adapt
...
QgsLayoutManager to suit
2018-01-05 11:15:04 +10:00
Nyall Dawson
4d2f0deb1a
Add a clone method to QgsLayout
2018-01-05 11:15:04 +10:00
Nyall Dawson
5bc543af6a
Refactor layout context
...
Split render context from reporting context
2018-01-05 11:15:04 +10:00
Nyall Dawson
88a839061d
Restore more unit tests
2018-01-05 11:15:03 +10:00
Nyall Dawson
92003c8797
Code shuffle, to make QgsLayoutContext aware of parent QgsLayout
2018-01-05 11:15:03 +10:00
Nyall Dawson
5d1d25b36b
Add atlas expression context scope to layouts
2018-01-05 11:15:03 +10:00
Nyall Dawson
8f0144b32b
Fix some multiple updates from gui, squash some undo commands
2017-12-17 14:14:48 +10:00
Nyall Dawson
db17c2c43a
Restore data defined page orientation control
2017-12-17 14:14:48 +10:00
Nyall Dawson
447a94909f
Fix items moving after altering page size or inserting/deleting pages
2017-12-17 14:14:48 +10:00
Nyall Dawson
069a0baa40
Expose some more export related settings to GUI
2017-12-17 14:14:31 +10:00
Nyall Dawson
94b63d17b7
Fix updating gui after undoing layout settings change
2017-12-17 14:14:31 +10:00
Nyall Dawson
25d16380c0
Port reference map functionality from composer
2017-12-17 14:14:31 +10:00
Nyall Dawson
71dd3b933a
Port pageItemBounds method from composer
2017-12-17 14:14:31 +10:00
Nyall Dawson
c496b3bcca
Forward declare some classes
2017-12-17 14:14:31 +10:00
Nyall Dawson
fb712d7d65
Decouple QgsLayoutExporter from QgsLayout
2017-12-17 14:14:30 +10:00
Nyall Dawson
a9896eac05
Port a bunch of QgsLayoutManager methods to use QgsLayouts
2017-12-07 08:50:01 +10:00
Nyall Dawson
b0dea08bbe
Fix pages are incorrectly loaded from templates when adding items
2017-12-07 08:49:53 +10:00
Nyall Dawson
885f0a5602
Handle linking items when adding from templates
2017-12-07 08:49:53 +10:00
Nyall Dawson
a4dea9935f
Restore ability to save layouts to templates and add items from template
2017-12-07 08:49:41 +10:00
Nyall Dawson
59b6bf62ab
Add a method to clear an existing layout
2017-12-07 08:49:41 +10:00
Nyall Dawson
6a78d489c0
Restore paste in place functionality
2017-12-07 08:49:41 +10:00
Nyall Dawson
ef9e013a5a
Fix crashes when rapidly deleting/undeleting objects
...
Also fix some leaks
2017-12-07 08:49:41 +10:00
Nyall Dawson
b03ce047db
Start restoring copy/paste functionality
2017-12-07 08:49:33 +10:00
Nyall Dawson
f60da58256
Add some unit tests
2017-12-07 08:49:33 +10:00
Nyall Dawson
b74a0efa34
Work on layout and layout item serialization and restoration
2017-12-07 08:49:33 +10:00
Nyall Dawson
604e51d390
Restore some tests
2017-11-24 10:24:36 +10:00
Nyall Dawson
f04d438572
Some undo/redo fixes for multiframe items
2017-11-24 10:24:36 +10:00
Nyall Dawson
dddce25e13
More work on porting multiframe items
2017-11-24 10:24:35 +10:00
Nyall Dawson
2cf99116d7
Resurrect tests for html item
2017-11-24 10:24:35 +10:00
Nyall Dawson
714920ff25
Start of multiframe porting
2017-11-24 10:24:35 +10:00
Nyall Dawson
edecc37c9f
Start work on exporter for layouts
2017-11-07 11:32:38 +10:00
Nyall Dawson
ce79ff30c8
Add refresh action for layouts
2017-11-07 11:32:38 +10:00
Nyall Dawson
24a9c522e3
Move qgsAsConst to qgis::as_const
...
So it's more inline with the std::as_const implementation which
it fills in for, and allows us to 'polyfill' other c++>11
features into the qgis:: namespace.
2017-10-13 19:47:37 +10:00
Nyall Dawson
a376a3997d
Better consistency for undo command text in layouts
2017-10-10 10:31:27 +10:00
Nyall Dawson
b791da315d
Fix tests
2017-10-10 05:43:33 +10:00
Nyall Dawson
f58947d9b6
Fix valgrind noise
2017-10-09 20:28:39 +10:00
Nyall Dawson
02acbb4184
Fix undo/redo for groups
2017-10-09 19:23:46 +10:00
Nyall Dawson
5aa9a1556f
Start porting group handling from composer
2017-10-09 19:23:46 +10:00
Nyall Dawson
955742a3aa
Don't create undo commands on destroying a layout
2017-10-09 19:23:46 +10:00
Nyall Dawson
b04c10115b
Fix items are removed from scene twice
2017-10-06 17:48:25 +10:00
Nyall Dawson
a66f2cb684
Nicer API for adding/removing items
...
Automatically create the corresponding undo commands, so that
plugins and scripts which add/delete items will be added to
the undo stack without any work required.
2017-10-06 17:48:25 +10:00
Nyall Dawson
80e0e07202
Correctly create undo commands for item addition and removal
2017-10-06 17:48:25 +10:00
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
dbb31253e9
Resurrect locking/unlocking item actions
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
bfa9c1d661
Port methods for retrieving item at a point to layouts
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