1364 Commits

Author SHA1 Message Date
Tim Sutton
ad78d7b5d6 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-09-20 08:03:23 +02:00
Tim Sutton
8fd78059c9 Added bindings for getting an item by id and a composerhtml instance that belongs to an item. 2012-09-19 23:26:47 +02:00
Tim Sutton
11dead9a3a In progress support for retrieval of html composer and items by id from map composition. Also refactoring python composer tests. 2012-09-19 17:15:39 +02:00
Radim Blazek
212145d902 nodata per band, src nodata optional 2012-09-19 16:23:18 +02:00
Radim Blazek
9c6ebdd4ee fixes for QgsRasterInterface subclassing in Python 2012-09-18 21:02:16 +02:00
Juergen E. Fischer
aad3f4e5a1 add sip bindings to QgsCredentials 2012-09-17 12:41:29 +02:00
Juergen E. Fischer
0138c47e45 add more sip bindings:
QgsCentroidFillSymbolLayerV2
QgsImageFillSymbolLayer
QgsLinePatternFillSymbolLayer
QgsPointPatternFillSymbolLayer
QgsSVGFillSymbolLayer
QgsSimpleFillSymbolLayerV2
2012-09-17 00:18:34 +02:00
Juergen E. Fischer
8898e6b847 missed the new file 2012-09-16 20:40:18 +02:00
Juergen E. Fischer
d8675ba32a add sip bindings for QgsPalLabeling, QgsSimpleMarkerSymbolLayerV2,
QgsSvgMarkerSymbolLayerV2, QgsFontMarkerSymbolLayerV2
2012-09-16 20:21:37 +02:00
Magnus Homann
802ab85673 Fix stupid SIP error 2012-09-16 18:58:46 +02:00
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
Alexander Bruy
6edc945172 change line endings to UNIX 2012-09-15 18:30:32 +03:00
Alexander Bruy
7b80206793 Merge branch 'master' into sextante-import 2012-09-14 15:55:57 +03:00
Alexander Bruy
ca668ae3a8 create directories for scripts and models in user directory 2012-09-14 15:23:34 +03:00
Alexander Bruy
e460dde786 add cmake stuff for SEXTANTE plugin 2012-09-14 14:44:25 +03:00
Alexander Bruy
5eb0111874 fix migration errors 2012-09-14 11:53:46 +03:00
Alexander Bruy
799795a05a fix another signal-slot connection in new console 2012-09-14 10:50:40 +03:00
Tim Sutton
2f2fb53779 Merge pull request #232 from slarosa/master
fix error in path for sextante icon
2012-09-14 00:55:46 -07:00
Salvatore Larosa
26a43408b4 fix path for icon 2012-09-14 09:01:40 +02:00
Tim Sutton
5b91b38d8e Merge pull request #230 from slarosa/master
[New Python Console] - remember last used location for Open Tool
2012-09-13 21:13:32 -07:00
Salvatore Larosa
89e75cf64a added sextante icon for help 2012-09-14 01:18:04 +02:00
Salvatore Larosa
315e0c0043 added action to import sextante class 2012-09-13 23:38:47 +02:00
Salvatore Larosa
cd36650639 cleaning up code 2012-09-13 19:22:34 +02:00
Salvatore Larosa
78a1f244c2 improved icons and clean code 2012-09-13 17:51:24 +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
Salvatore Larosa
c0c8f81efb added remember last used dir for open tool in python console 2012-09-13 09:54:45 +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
aa063f67f2 Merge pull request #228 from slarosa/master
added support to paste code with multi-line text in console
2012-09-12 01:49:26 -07:00
Salvatore Larosa
e2fff49874 added support to paste multi-line text 2012-09-12 00:33:04 +02:00
Alexander Bruy
73ca04ebf3 fix signals connection in console 2012-09-11 19:51:09 +03:00
Juergen E. Fischer
3941112e60 also copy console_sci to build directory 2012-09-11 18:49:58 +02:00
Salvatore Larosa
a090559f3d added delete key in keyPressEvent 2012-09-11 16:05:52 +02:00
Tim Sutton
b817c6161d Fix python console api installation 2012-09-11 14:35:29 +02:00
Salvatore Larosa
84566b6b0a Fix CMakeLists for building API 2012-09-11 12:52:14 +02:00
Salvatore Larosa
1dc7ce997b check platform for font size 2012-09-11 12:43:54 +02:00
Larry Shaffer
9db9ef80c6 Add support for prepared API file
- Prepared API file supports Python 2.7, PyQGIS master, PyQt4.7.4, QScintilla2 2.4.5, osgeo 1.9.1
- Set point size larger (should be setting in app)
- Remove extra spacing between toolbar and console edit widget
- Remove space from Qt object name
- With many more API lines, autocompletion should start at least on second character, if not third
2012-09-10 20:06:06 -06:00
Salvatore Larosa
02b687321a fix issue with home key 2012-09-11 00:56:09 +02:00
Salvatore Larosa
303f0a6e0a clear some command key and added shortcut ctrl+space 2012-09-10 22:52:15 +02:00
Salvatore Larosa
03877e5885 clean up to code and added api directory 2012-09-10 19:44:33 +02:00
Salvatore Larosa
cf272f8801 New Python Console 2012-09-10 19:16:37 +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
Nathan Woodrow
ad2ff907bd Add missing sip file 2012-09-04 18:31:51 +10:00