Juergen E. Fischer
eef8627663
more sip fixes
2012-09-24 22:40:24 +02:00
Juergen E. Fischer
60ab4b3290
fix typos
2012-09-24 22:40:24 +02:00
Tim Sutton
1d435a5938
Fix compilation error caused by numeric_limits::quiet_NaN not being passed a type
2012-09-24 19:20:22 +02:00
Tim Sutton
782484206a
Transfer ownership of transparency
2012-09-24 19:01:52 +02:00
Juergen E. Fischer
74fd0e48ae
more sip fixes:
...
- also move enum StyleEntity in QgsStyleV2
- fix some warnings
2012-09-24 18:43:20 +02:00
Alexander Bruy
cd97358263
fix SIP bindings
2012-09-24 16:56:59 +03:00
Juergen E. Fischer
86217d0a1a
fix QgsSymbolLayerV2Metadata sip bindings
2012-09-24 14:31:05 +02:00
Tim Sutton
ffb7f1b17d
Reinstate public qualifier for vector gradient colour ramp
2012-09-24 14:15:35 +02:00
Tim Sutton
ee515bd989
Reinstate symbol layer registry sip stuff
2012-09-24 12:49:47 +02:00
Tim Sutton
4f2d9dba9f
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-09-24 10:47:35 +02:00
Juergen E. Fischer
34f542edef
fix sip syntax error
2012-09-24 10:46:31 +02:00
Tim Sutton
5f79bcb16f
Resolved merge conflicts with origin master
2012-09-24 10:03:06 +02: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
Tim Sutton
aa74a8fd3d
Merge pull request #243 from slarosa/master
...
Italian translation for python console
2012-09-23 11:16:25 -07:00
Salvatore Larosa
740eaf98dc
adjustment to the translate file to get the Italian translation in python console
2012-09-23 16:01:51 +02:00
Tim Sutton
ccf3195760
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-09-23 10:09:21 +02:00
Victor Olaya
bf985a5534
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2012-09-22 22:50:45 +02:00
Victor Olaya
d80d3cf985
fixed #6295
...
did some cleaning in GrassAlgorithm.py
2012-09-22 22:49:13 +02:00
Tim Sutton
f7af2defa9
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-09-22 22:17:48 +02:00
Salvatore Larosa
c5ff5ee5be
improved paste action and minor bug fixes
2012-09-22 13:12:40 +02:00
Salvatore Larosa
7e6ec9bc32
cleaning and minor adjustments to the code for console
2012-09-22 13:09:23 +02:00
Juergen E. Fischer
3e08931e40
update QgsDiagramRendererV2 sip bindings
2012-09-21 21:01:11 +02:00
Magnus Homann
d1c8884ca1
Added SIP, fixed qgisapp to use new setter and optimized a bit
2012-09-21 19:14:51 +02:00
Tim Sutton
6b878341f2
Fixes for fetching a CompositionHtml from a Composition
2012-09-21 15:36:30 +02:00
Tim Sutton
b220bd4caf
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-09-21 08:08:15 +02:00
Etienne Tourigny
c5cc634520
raster save creation options validation:
...
- move help and validation to gdal provider
- validate options before saving
- test for valid PREDICTOR option, depending raster properties
2012-09-20 16:03:40 -03:00
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