Martin Dobias
77a24cbeb4
Fix #8996 (Composer crashes QGIS when setComposition() method called)
2014-02-09 20:25:20 +07:00
Juergen E. Fischer
74e7314c36
update sip bindings II
2014-01-27 09:22:53 +01:00
Juergen E. Fischer
d4e369414b
update sip bindings
2014-01-26 18:36:29 +01:00
Juergen E. Fischer
3854086d47
sip update
2013-06-23 16:00:24 +02:00
Larry Shaffer
2fe847c9cf
Keep composer multi-item selection only when Shift is pressed during click
...
- Fixes issues where Shift was still registered as pressed when shift click happened outside of view (due to lingering keyboard focus)
2013-03-07 13:19:19 -07:00
Juergen E. Fischer
f3cb57b1eb
SIP bindings update:
...
- update methods of existing classes
- add comment to methods missing in the sip bindings
- split up collective sip files into single files and use
same directory structure in python/ as in src/
- add a lot of missing classes (some might not make sense because of
missing python methods in those classes)
- remove some non-existing methods from the header files
- add scripts/sipdiff
- replace some usages of std::vector and std::set with QVector/QSet
2012-09-24 02:42:57 +02:00
Nathan Woodrow
da2d7db41a
Redesign composer; use dock widgets vs splitter; reduce scrolling in
...
item widgets
2012-02-05 22:15:56 +10:00
marco
d4c497b91b
Move more item related functions from composerview to composeritem
2011-12-07 08:12:06 +01:00
marco
a5f15d88b1
More cleanups
2011-12-05 22:30:17 +01:00
marco
c9bcd60a89
Remove addItem methods of composer view. Use the ones from composition instead
2011-12-05 22:09:07 +01:00
Marco Hugentobler
4d051b8b32
Emit signal when showing / hiding composer
2011-06-30 16:32:11 +02:00
mhugent
2ed7c945c7
Add python bindings for composer command classes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14827 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-02 09:55:42 +00:00
mhugent
2fe5d1d604
Initial implementation of composer undo / redo
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14786 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-29 15:30:19 +00:00
mhugent
91fa1e0da3
Added binding files for composer attribute table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-26 10:30:19 +00:00
wonder
324ba00750
Make signal QgsComposerView::selectedItemChanged with non-const pointer to avoid problems with some PyQt versions
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-22 22:32:03 +00:00
wonder
c2dbddce0c
PyQGIS: added subclassing code for QgsComposerView
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13361 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-24 12:03:08 +00:00
mhugent
29e02fca83
add shape methods to composerview sip
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12910 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-09 16:18:36 +00:00
mhugent
8f02ced2d6
Remove the private members from the composer sip files as they cannot be used from Python anyway
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10275 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-13 20:46:02 +00:00
mhugent
233cf07bb6
Added /TransferThis/ keywords in the constructor of the composer item classes as suggested by Martin, fixed the possibility of moving the paper item
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10248 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-02-28 14:35:45 +00:00
mhugent
f7fd50ffa4
Python bindings for composer classes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10244 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-02-27 13:57:26 +00:00