Victor Olaya
2e6178c897
[sextante]new modeler interface
2013-04-23 23:36:28 +02:00
Matthias Kuhn
b98db8842b
[ Fix #7674 ] Transfer ownership of layer to C++ when added to the registry
2013-04-23 10:42:14 +02:00
Borys Jurgiel
2073f87a22
Disable encoding combobox in layer properties dialog for OGR provider with OLCStringsAsUTF8==true (so when it doesn't work anyway). Patch from Minoru Akagi.
2013-04-22 22:13:12 +02:00
Salvatore Larosa
4e4b0a915e
[pyqgis-console] allows to handle non-ascii chars in script file name
2013-04-22 16:55:04 +02:00
Salvatore Larosa
12a8390ea3
[pyqgis-console] shows also derived class name in object browser widget
2013-04-22 16:51:39 +02:00
Salvatore Larosa
4696e019ee
[pyqgis-console] fix indentation
2013-04-22 16:51:39 +02:00
Salvatore Larosa
1a9184144d
[pyqgis-console] fix - allows to apply the console settings at all the tabs
2013-04-22 10:27:54 +02:00
nyalldawson
13d7ced401
Add SIP bindings for composer item blend mode and transparency
2013-04-22 14:16:30 +10:00
Nyall Dawson
cbea2d4b32
Merge pull request #547 from nyalldawson/blend_modes_sip
...
Add sip bindings for layer blend modes
2013-04-21 19:12:40 -07:00
nyalldawson
2298cae87a
Add sip bindings for layer blend modes
2013-04-22 11:11:44 +10:00
Salvatore Larosa
269a419b25
[pyqgis-console] converts all newlines to "\n" in order to fix the "Enter selected command" from the editor
...
- fixes background color for toolbar editor on Windows
- minor fixes
2013-04-21 23:27:23 +02:00
Victor Olaya
0a37ef7c9a
[sextante] fixed problem with algorithm classification in modeler. It was introduced in commit 7feb1af62f
2013-04-21 15:18:22 +02:00
Victor Olaya
bb97fc8b55
[sextante] added better autoconfiguration for external apps' paths
2013-04-21 15:18:21 +02:00
Victor Olaya
b938724f1d
[sextante] improvements in configuration dialog
2013-04-21 15:18:20 +02:00
Victor Olaya
51a9148451
[sextante]Fixed bug in dissolve tool
2013-04-21 15:18:19 +02:00
Victor Olaya
09e1aebadc
[sextante] removed headers in example scripts
2013-04-21 15:18:18 +02:00
William Kyngesburye
5a912990f8
forgot import for default TauDEM/MPI paths for OS X
2013-04-20 23:06:53 -05:00
Salvatore Larosa
b70934af49
[pyqgis-console] Follow up 7096a73
2013-04-21 02:50:12 +02:00
Salvatore Larosa
7096a73bf0
[pyqgis-console] added a python object browser for editor
...
- allow to save state for splitters
- minor fixes and cleanup
2013-04-21 01:54:07 +02:00
Salvatore Larosa
f12eebe35e
[pyqgis-console] remove unnecessary code and fix tabs tooltip
2013-04-20 23:10:38 +02:00
William Kyngesburye
0ca725cae0
default TauDEM/MPI paths for OS X
2013-04-20 15:38:40 -05:00
Salvatore Larosa
cfa3f57515
[pyqgis-console] disables tab widget editor if restore tabs is prompted and adds tab tooltip
2013-04-20 15:12:04 +02:00
Matthias Kuhn
193b6154d2
QgsMapLayerRegistry add/remove signals reworked
...
* "theEmitSignal" parameter renamed to addToLegend
* layer(s)WillBeRemoved has no more "theEmitSingal" parameter
* layer(s)WillBeRemoved and layer(s)(Was)Added emitted in every case
* legendLayersAdded( QList<QgsMapLayer*> theMapLayers ) signal added
* removedAll renamed to removeAll (is emitted BEFORE layers are removed)
2013-04-20 13:50:25 +02:00
Radim Blazek
e5366b06c6
python QgsField.__len__() fix; fixes PyQgsMemoryProvider and PyQgsVectorLayer test on platforms with SIP < 4.10.3
2013-04-20 11:20:15 +02:00
Radim Blazek
97d39b554f
Deleted QgsFreakOutShader
2013-04-20 09:24:24 +02:00
Radim Blazek
8b18577a67
raster cleanup
2013-04-19 21:10:38 +02:00
Radim Blazek
1f872ce69d
raster filters moved to pipe node in project file to allow custom filters in future
2013-04-19 17:02:04 +02:00
Victor Olaya
d4d26257b7
[sextante] removed actions from toolbox, as they can be confusing. The toolbox should contain only algorithms
2013-04-19 15:43:25 +02:00
Victor Olaya
7feb1af62f
[sextante] Made configuration of algorithm classification available in toolbox
2013-04-19 15:43:24 +02:00
Marco Hugentobler
9675af0406
Add python bindings for symbology units and data defined functions
2013-04-19 15:21:08 +02:00
Richard Duivenvoorde
7fff92ac1d
fix for #7628 undo does not work ok
...
adding a removePoint method, which can also take a negative index to start
removing vertices from the end.
actual fix for #7628 was to not remove the last node, but the one before that.
2013-04-18 17:50:38 +02:00
Larry Shaffer
046fbeea39
Fix for #7627 , wrong label scaling in print or PDF
...
- Add shadow device dpi output (high resolution)
- [API] Add scaleToPixelContext method to QgsPalLayerSettings for better precision scaling
2013-04-18 06:41:29 -06:00
Salvatore Larosa
08ef4f84f9
[pyqgis-console] fixes the undo action when comment/uncomment out code in editor
2013-04-18 01:29:59 +02:00
Salvatore Larosa
a928dce594
[pyqgis-console] remove duplicate entries
2013-04-17 13:10:58 +02:00
Victor Olaya
17d8007002
[sextante] Fixed issue when using non-file based vector layers in modeler
2013-04-17 11:49:29 +02:00
Victor Olaya
06d20455f5
[sextante] fixed problem when exporting non-file based data to be used by 3rd party apps
2013-04-17 11:49:28 +02:00
Victor Olaya
cf8f8c3c35
[sextante] fixed R import bug
2013-04-17 11:49:27 +02:00
Victor Olaya
d9277564f8
[sextante] Fixed iterative execution
...
Some additional minor fixes
2013-04-17 11:49:27 +02:00
alexbruy
4c05932a56
Merge pull request #526 from vinayan/pip7414
...
[fTools] fix Points in Polygon and Delaunay triangulation (closes #7414 , #7360 )
2013-04-16 23:35:47 -07:00
Radim Blazek
22e54b9210
raster cleanup
2013-04-16 20:06:10 +02:00
Radim Blazek
c000ded9e6
raster cleanup
2013-04-16 16:14:12 +02:00
Alexander Bruy
7f158b8b05
[sextante] support for non-ASCII characters in SEXTANTE log
2013-04-16 15:42:12 +04:00
Alexander Bruy
d06ab3c1d9
[sextante] fix Distance Matrix tool
2013-04-16 12:13:36 +04:00
Alexander Bruy
26582a20eb
[sextante] add license to script and fix its group
2013-04-16 10:23:39 +04:00
Salvatore Larosa
07abb34ebe
[pyqgis-console] cleaning up code and minor fixes
2013-04-16 07:43:22 +02:00
Salvatore Larosa
b67d360fc5
[pyqgis-console] fix interrupted system call on run script for osx
2013-04-16 07:43:22 +02:00
Salvatore Larosa
256d28e882
[pyqgis-console] fix shortcut keysequence for side editor
...
- added class menu removed by mistake
- minor fixes
2013-04-16 07:43:22 +02:00
Salvatore Larosa
9ab83615ff
[pyqgis-console] added button for comment/uncomment code in side editor and minor fixes
2013-04-16 07:43:22 +02:00
Salvatore Larosa
cba952c812
[pyqgis-console] added new toolbar for side editor
2013-04-16 07:43:01 +02:00
Salvatore Larosa
2c1f7e3e15
[pyqgis-console] some fix for run script and restore tabs
2013-04-16 07:42:21 +02:00