Magnus Homann
96295010d3
Improved QgsClipper test, and ran prepare-commit
2012-09-16 12:09:33 +02:00
Magnus Homann
883dcab1fe
Added conversion between QgsRectangle and QRectF. And tests.
2012-09-16 12:09:32 +02:00
Radim Blazek
24a047d283
raster sip fix for test unit
2012-09-13 15:08:23 +02:00
Radim Blazek
c6a29fa8a0
raster sip fixes
2012-09-13 13:38:39 +02:00
Tim Sutton
94c2e1cbb0
Transfer ownership of renderer to c++ in sip bindings when calling QgsRasterLayer.setRenderer and when passing shader to QgsSingleBandPseudoColorRenderer. Fixes crash experienced when using python bindings and replacing the shader or renderer of a raster.
2012-09-12 23:15:45 +02:00
Tim Sutton
9b0fee38de
Added asWktPolygon method to QgsRectangle with a unit test. Discovered QgsRectangle tests were missing their main method causing them to not run. Then discovered that some of these tests fail, one of which remains unresolved.
2012-09-10 16:04:22 +02:00
Tim Sutton
373741e256
Added version note for scale method in qgsrectangle
2012-09-07 11:05:45 +02:00
Radim Blazek
ea86b93e0d
more raster Python bindings, raster write test in Python
2012-09-06 19:16:53 +02:00
Marco Hugentobler
cfa15ff560
Add documentation for function QgsComposition::loadFromTemplate
2012-09-05 08:23:58 +02:00
Marco Hugentobler
07696ab678
Allow text substitution for template loading
2012-09-05 08:23:58 +02:00
Marco Hugentobler
fd514a0e74
Add method QgsComposition::loadFromTemplate and python bindings
2012-09-05 08:23:58 +02:00
Radim Blazek
9286429baa
- QgsRenderChecker moved to core + Python bindings
...
- raster transparency python test
2012-09-04 20:31:59 +02:00
Magnus Homann
6b26c4a9f8
Made qgsexpression be DA-aware
2012-09-04 12:10:03 +02:00
Juergen E. Fischer
9e9d1ce84f
fix sip error
2012-09-03 23:49:46 +02:00
Tim Sutton
d9c9052b27
Added comment about introduction of srid to version 1.9 for data source id
2012-09-03 17:17:45 +02:00
Magnus Homann
bb3d86bc07
Adedd .sip define
2012-09-03 15:47:48 +02:00
Magnus Homann
182a64eb39
Basic test of QgsDistanceArea
2012-09-03 15:35:13 +02:00
Nathan Woodrow
a61a15bb1e
Move expression text replace to QgsExpression
...
- Update actions, html map tips, and annotations
2012-09-02 22:46:19 +10:00
Marco Hugentobler
2da854368c
Added python test for composer html
2012-08-29 16:16:39 +02:00
Juergen E. Fischer
f006b234e7
fix build error and a few warnings
2012-08-29 00:45:18 +02:00
Juergen E. Fischer
65b978fb57
[FEATURE] add optional filter value to value relation edit widget
...
and sync QgsVectorLayer sip bindings with C++ interface
2012-08-28 22:34:15 +02:00
Etienne Tourigny
b9ae061014
add raster stats to python bindings (many more functions missing)
2012-08-28 16:59:16 -03:00
Etienne Tourigny
eda71f5a9c
implement pyramids in raster save dialog ; improve pyramids creation ; remove pyramid-related stuff from qgsrasterlayer
2012-08-26 20:16:51 -03:00
Tim Sutton
ae089619c2
Merge pull request #208 from homann/issue1969
...
Issue1969 - Improvements to use of measurement functionality
2012-08-24 23:58:06 -07:00
Marco Hugentobler
d0bf482683
Add accessor for individual frame to QgsComposerMultiFrame. Adapt unit tests because composer items without frames are now the default
2012-08-24 17:30:47 +02:00
Magnus Homann
1873866054
Renamed one member and its funtcion, and undo last commit
2012-08-23 08:48:42 +02:00
Magnus Homann
a1db95fc98
Moved convertMeasure to QgsDistanceArea
2012-08-23 08:48:42 +02:00
Magnus Homann
e455264ac6
Renamed accessor/mutator and deprecated old names
2012-08-23 08:48:42 +02:00
Radim Blazek
a2b6bcc73c
raster transparency single band ranges, no data in save as, pipe to file writer
2012-08-22 19:41:12 +02:00
Marco Hugentobler
0980056925
Merge branch 'multiframe_options'
2012-08-19 11:15:04 +02:00
Marco Hugentobler
8e02e1f90f
Implemented new resize modes for multiframe item (currently only html)
2012-08-17 13:47:03 +02:00
Magnus Homann
b5a59fd251
Typo.
2012-08-17 12:06:17 +02:00
Magnus Homann
8e16c8e37a
Fixed SIP errors and reinstated expand() as depreceated.
2012-08-17 11:23:58 +02:00
Radim Blazek
ac4486a7a1
raster save as raw/image mode, pipe clone
2012-08-16 17:05:58 +02:00
Martin Dobias
21253f99e9
[FEATURE] Reworked symbol selector/properties dialog, greatly improved style manager
...
This is merge of Arun's GSoC 2012 work.
Merge remote-tracking branch 'arun/gsoc'
Conflicts:
src/gui/symbology-ng/qgssymbolv2selectordialog.cpp
2012-08-14 21:45:32 +02:00
Marco Hugentobler
18f2c43e5f
[FEATURE]: possibility to have scale bar in meters also for maps in degrees (based on map diagonal)
2012-08-13 15:00:15 +02:00
Marco Hugentobler
f5ff7c222b
Add python bindings for composerhtml
2012-08-09 11:10:55 +02:00
Juergen E. Fischer
dc8ac451da
[FEATURE] allow adding of sql queries with SelectAtId=false
...
- sync sip bindings of QGis, QgsApplication, QgsDataSourceURI and QgsPoint with
C++
2012-08-03 00:02:19 +02:00
Juergen E. Fischer
93e0a43055
[FEATURE][API] allow display in degrees, decimal minutes
...
- store degree format setting in project file
- [API] drop degree formats in unit type
2012-08-01 18:36:26 +02:00
Juergen E. Fischer
2d9115fa56
- GEOSInterpolate only available in GEOS>=3.2
...
- sync QgsGeometry sip bindings with C++
2012-08-01 08:48:10 +02:00
Radim Blazek
bc591f580b
typo
2012-07-29 16:43:50 +02:00
Nathan Woodrow
e8bbc2de71
Add interoplate to QgsGeometry
2012-07-29 23:02:48 +10:00
Radim Blazek
540df9cb0d
continues removing of stats from raster layer
2012-07-28 19:41:47 +02:00
Radim Blazek
de20264c31
Stats/histogram removed from raster layer
2012-07-27 11:48:09 +02:00
Radim Blazek
9980b454c0
raster histograms separated from stats, generic implementation (used by GRASS,WCS), more histogram and stats options (extent, sample size), stats and histograms cached in providers
2012-07-26 18:51:55 +02:00
Radim Blazek
73f991f3be
master merge
2012-07-20 18:37:09 +02:00
Larry Shaffer
0c62390027
sip binding for QgsLabelingEngineInterface::labelsWithinRect()
...
qgis.utils.iface.mapCanvas().mapRenderer().labelingEngine().labelsWithinRect(some_extent) can now return all labels shown within the canvas (if that's the extent given).
2012-07-18 16:06:46 -06:00
Marco Hugentobler
171ae62c85
Python bindings for printing
2012-07-18 11:36:32 +02:00
Marco Hugentobler
3a663fbcb7
Merge branch 'composer_multi_pages'
2012-07-17 11:47:18 +02:00
Marco Hugentobler
cb1ecadec9
Python bindings for multipage composer
2012-07-17 11:08:14 +02:00