2923 Commits

Author SHA1 Message Date
Alexander Bruy
e1186f164d [processing] explicitly set window flags for script editor 2013-12-05 09:45:49 +02:00
Juergen E. Fischer
a4c365c7cf dbmanager: include materialized views (implements #9127) 2013-12-03 22:21:59 +01:00
Salvatore Larosa
f21562c86f [pyqgis-console] fixes #9097 (thanks to Minoru Akagi) 2013-12-02 08:05:06 +01:00
Salvatore Larosa
dcfccbc758 [pyqgis-console] avoid processEvents for stderr output 2013-12-02 08:05:06 +01:00
Salvatore Larosa
27eeff2b44 [pyqgis-console] prepared API file update 2013-12-02 08:05:06 +01:00
Salvatore Larosa
2feacbcdfc [ftools] avoid trivial error for Random selection tool 2013-12-02 08:05:06 +01:00
Radim Blazek
d334b46174 give objectName to fTools menus and actions to allow customisation, see #9134 2013-11-29 09:44:05 +01:00
volaya
e1bce85357 Merge pull request #1003 from rduivenvoorde/processingtweaks
gui tweak: adding margin around processing dialogs
2013-11-27 02:06:45 -08:00
Juergen E. Fischer
f665ddc81d indentation update 2013-11-24 16:31:00 +01:00
Juergen E. Fischer
843504ed78 german translation update 2013-11-24 16:29:40 +01:00
Richard Duivenvoorde
eedab4f4ca gui tweak: adding margin around processing dialogs 2013-11-22 19:25:35 +01:00
Werner Macho
944755af6a Merge pull request #997 from yjacolin/englishTypoInUi
English typo in ui
2013-11-18 10:09:18 -08:00
Yves Jacolin
ee566a09db Typo in the en sentence 2013-11-18 19:05:28 +01:00
Yves Jacolin
681a6317fc Typo in the en sentence 2013-11-18 19:03:45 +01:00
pcav
d1084025cb Increased number of decimaps for GDAL Contour 2013-11-18 14:46:44 +01:00
Marco Hugentobler
dc3272a7ef Consider datum transform in raster projector 2013-11-16 11:18:26 +01:00
Matthias Kuhn
f867506b8e [composer] Fix python bindings for composer attribute table 2013-11-14 16:12:08 +01:00
Denis Rouzaud
4153ef92bb add missing actionFeatureAction() to gui and sip 2013-11-13 08:08:07 +01:00
volaya
ee3870e4af Merge pull request #986 from p0cisk/processing_crs
[processing] Add crs selection panel to scripts
2013-11-12 01:24:12 -08:00
Victor Olaya
7165e882cd [processing] R improvements
This commit:

Deletes Example scripts

Replaces Example scripts with more up to date versions

Adds general categories for r scripts: Basic statistics, Vector processing, Raster processing and Point pattern analysis

adds help files to all r scripts

Adds a groups of r scripts entitled Home range analysis, that includes Kernel href, LSCV Kernel, Minimum convex polygon, single linkage cluster analysis and characteristic hull method, using adehabitatHR()

Adds the following R scripts contributed by Yury Ryabov ( riabovvv(at)gmail.com ): Advanced raster histogram, Monte carlo spatial randomness, Relative distribution (distance covariate), Relative distribution (raster covariate),
2013-11-11 22:45:06 +01:00
Juergen E. Fischer
86b6c5bbdf don't crash when transforming between the same CRSes and update map renderer sip bindings 2013-11-11 17:56:22 +01:00
Marco Hugentobler
3a14b53849 [FEATURE] selection of datum transformation for otf-reprojection 2013-11-08 17:28:21 +01:00
Marco Hugentobler
64440cfc81 Change tr() to transformation() and add python binding. Make datum_shift db update in a transaction 2013-11-08 16:19:02 +01:00
giohappy
021c7e6077 fixed MMQGIS Extract by attributes 2013-11-06 19:31:26 +01:00
Victor Olaya
c4e39abc36 [processing] allow geometry types to be specified when defining inputs in scripts 2013-11-06 19:27:35 +01:00
Victor Olaya
e43b8a5311 simplified features method in vector tools 2013-11-06 19:27:34 +01:00
Piotr Pociask
761314197c [processing] Add crs selection panel to scripts 2013-11-06 17:52:43 +01:00
Salvatore Larosa
4ddc948c7b [Fixes #8926, #8987] add alpha channel for rubber band in extentSelector 2013-11-03 15:05:11 +01:00
Salvatore Larosa
fb4409b24e [ftools] fixes #8988 2013-11-03 15:05:11 +01:00
Salvatore Larosa
1deaeb0f7a [ftools] disable add to canvas checkbox ìf out file is not selected 2013-11-03 15:04:46 +01:00
nyalldawson
dfba26d9b0 [FEATURE] allow starting/ending a gradient at a features centroid 2013-11-03 20:55:33 +11:00
Salvatore Larosa
a411e79fa7 [pyqgis-console] add save button to history dialog, minor fixes for c38b8cb 2013-11-02 18:40:26 +01:00
Salvatore Larosa
169f646f7c [Fixes #8982] adds python bindings for actionZoomNext method
update to autocompletion file
2013-11-02 18:40:26 +01:00
Salvatore Larosa
5f916b4009 [pyqgis-console] fixes some translation string 2013-11-02 18:40:26 +01:00
Salvatore Larosa
c4b5812cf9 [pyqgis-console] allows to remove entries from command history dialog 2013-11-02 18:40:26 +01:00
Radim Blazek
24bcec43d5 [FEATURE] labels support in QgsPalettedRasterRenderer, fixes #8886 2013-11-02 18:21:31 +01:00
Radim Blazek
47b055f5a6 introduced qgssize in rasters instead of size_t to typedef it easily in SIP 2013-11-02 13:52:45 +01:00
Nyall Dawson
fcbff6a65d Merge pull request #923 from nyalldawson/gradient_fill2
[FEATURE] Add support for gradient fills for polygons
2013-10-31 15:30:43 -07:00
Marco Hugentobler
5a2285e2aa Ask datum transformation if vector layer is saved in another CRS 2013-10-31 16:07:27 +01:00
Matthias Kuhn
5cd75663f3 Add expression constructor to QgsFeatureRequest 2013-10-31 13:16:23 +01:00
nyalldawson
247e6c762d Remove redundant composer selection tolerance setting 2013-10-31 13:28:11 +11:00
Alexander Bruy
c3fb7f9efa [processing] bump version to 2.0 2013-10-29 12:26:32 +02:00
Alexander Bruy
2dce80b1c8 [processing] fix issue wil multiple selection 2013-10-29 10:54:48 +02:00
Nyall Dawson
ac0c5d1bd2 Add sip bindings for guide controls 2013-10-29 08:25:40 +01:00
Nyall Dawson
46009c6950 [FEATURE] Add clear guides action to composer view menu 2013-10-29 08:25:24 +01:00
nyalldawson
71b762bbb5 [FEATURE] Move option to snap to grid to composer view menu, add independant option to show/hide grid 2013-10-29 08:24:22 +01:00
Denis Rouzaud
d17ea5d829 rubberband: respect enum order, add new icon type in SIP 2013-10-29 07:19:58 +01:00
Martin Dobias
a7409b7405 Plugin layers: added support for legend symbology items 2013-10-29 10:59:32 +07:00
Denis Rouzaud
d4027bbda8 add LayerSelection idetinfy mode in SIP 2013-10-28 08:29:49 +01:00
Giuseppe Sucameli
5f5cd4cca9 dbmanager: be sure to close db cursors (fix #7679) 2013-10-24 23:26:02 +02:00