2656 Commits

Author SHA1 Message Date
Juergen E. Fischer
93cdd0ca40 indentation update 2013-09-08 20:26:43 +02:00
Hugo Mercier
b18f2736e1 Change computeWorldFileParameters signature and fix Python unit test 2013-09-08 13:17:39 +02:00
Larry Shaffer
f66f9aaa3e Fix build error, add missing enum to sip file 2013-09-06 19:47:15 -06:00
Larry Shaffer
d334672f6d Followup to 3b6d4ef, add sip bindings and update console auto-complete file 2013-09-06 17:31:47 -06:00
Juergen E. Fischer
0a1d44fc63 make qgis_app a shared library and fix some more stl warnings with msvc 2013-09-07 00:22:10 +02:00
Alexander Bruy
82b1ea04f6 [processing] write table header only when necessary
adopt Point distance alg to use OutputTable
2013-09-06 16:22:53 +03:00
Alexander Bruy
8f19acbbd7 [processing] fix Statistics by categories algorithm 2013-09-06 16:22:53 +03:00
Alexander Bruy
4a6eec75fa [processing] use csv module for table writer 2013-09-06 16:22:53 +03:00
Victor Olaya
6689964b47 fixed saga installation checking 2013-09-06 14:18:49 +02:00
Denis Rouzaud
75aa7265e9 listActions() method for attribute action 2013-09-05 16:56:30 +02:00
Paolo Cavallini
135ef36569 Merge pull request #665 from Oslandia/overview_centering
[2.1] Overview centering
2013-09-05 02:22:42 -07:00
Jürgen Fischer
e9ca0bb1c1 Merge pull request #852 from borysiasty/installer_v2
[Plugin Installer] Remove hardcoded 2.0 v in order to use the native 2.0
2013-09-04 13:56:16 -07:00
Juergen E. Fischer
668a44f81a indentation update 2013-09-03 21:59:14 +02:00
Victor Olaya
91b9c11b09 [processing] fixed bug when editing help of example models 2013-09-02 20:35:45 +02:00
Victor Olaya
e44c57c768 added scintilla based editor to R scripts editor 2013-09-02 20:35:44 +02:00
Victor Olaya
6607cedf1e [processing] improved handling of output files and file naming 2013-09-02 20:35:44 +02:00
Victor Olaya
979d87632f [processing] modified saga ids description and fixed example script bug 2013-09-02 20:35:43 +02:00
Victor Olaya
d9a9620932 [processing] added extent as output type and made it available in modeler 2013-09-02 20:35:42 +02:00
Victor Olaya
1655f8efc7 [processing] improved script edit dialog 2013-09-02 20:35:42 +02:00
Victor Olaya
99525c3c0f [processing] modified saga checking to support 2.0.8 2013-09-02 20:35:41 +02:00
Salvatore Larosa
37f53b0a6d [pyqgis-console] update pyqgis.pap file after 2d63dcf 2013-09-02 17:41:35 +02:00
Denis Rouzaud
2d63dcfbaa fix missing sip methods for rubber bands 2013-09-02 16:34:33 +02:00
Salvatore Larosa
17181816c0 [pyqgis-console] add prefix OSGeo_ to GEOS API file 2013-09-01 19:25:37 +02:00
Werner Macho
64888b98e5 make alg work in modeller 2013-09-01 16:22:05 +02:00
Salvatore Larosa
3ac0759b04 [dbmanager] Replace DropRasterTable func (deprecated) with DROP TABLE: fixes #8521 2013-09-01 12:55:10 +02:00
Salvatore Larosa
461fd8f2bd [pyqgis-console] add GEOS API file for autocompletion:
- add GDAL-1.10.0, QScintilla-2.7.2 api files
2013-09-01 11:24:02 +02:00
Borys Jurgiel
f6e0bbc24e [Plugin Installer] Remove hardcoded 2.0 version in order to use the native 2.0 2013-09-01 09:27:28 +02:00
Salvatore Larosa
86d5ab24ef [dbmanager] small fix for import/export layer UI 2013-09-01 01:02:50 +02:00
Larry Shaffer
6e197484ed [pyqgis-console] Fix build error. Revert adding of qsci-pap-master target
- Leave only qsci-pap-src target for updating default pyqgis.pap in source tree
- Mark WITH_QSCIAPI as advanced in CMake, since it mostly a dev function
2013-08-31 14:05:08 -06:00
Salvatore Larosa
460b00786a [pyqgis-console] adds a "\n" at the end of the header text if it has not been inserted from translators 2013-08-31 17:44:21 +02:00
Larry Shaffer
89b2020744 [pyqgis-console] Fix pyqgis.pap building targets/script for auto-completion in console
- Add fixed default pyqgis.pap
2013-08-31 06:00:36 -06:00
Larry Shaffer
c9c013572f [labeling] Fix python bindings for access to data defined properties 2013-08-31 05:10:18 -06:00
Minoru Akagi
b14ffb7c1e fTools/union: fix output attribute shift 2013-08-31 13:45:29 +09:00
Larry Shaffer
dc4628599e [pyqgis-console] Add targets and python script for generating console's QScintilla .pap file, for auto-completion
- Run 'make;make qsci-pap-src; make install' to update the default .pap file in source tree
- Run 'make;make qsci-pap-master[; make install]' for local-only .pap that overrides the default .pap (when testing new bindings)
- Update console to override default .pap if master.pap is available
- Include new qgis.core.NULL attribute defined in <src>/python/__init__.py for QPyNullVariant comparisons
- Update 11-month-old default .pap
2013-08-30 13:12:38 -06:00
Salvatore Larosa
b99d51d7cd [pyqgis-console] avoids IndexError when attempts to run unselected code by keybinding Ctrl+E 2013-08-30 12:22:29 +02:00
Matthias Kuhn
4db6396938 Add != (not equal) support to python NULL value 2013-08-30 12:00:48 +02:00
Victor Olaya
1433f3ce44 [processing] fixed issue when opening link from MissingDependencyDialog.py 2013-08-30 11:25:45 +02:00
Matthias Kuhn
dcd17fdf8f QPyNullVariant() equals to QPyNullVariant(), qgis.core.NULL
>>>> from qgis.core import NULL
>>>> lyr.getFeatures().next().attributes()[0] == NULL
True
2013-08-29 13:12:44 +02:00
Alexander Bruy
7b61e5202f [processing] fix html in error handler text 2013-08-28 18:03:15 +03:00
Alexander Bruy
9416acaa1c cleanup 2013-08-28 18:03:15 +03:00
Alexander Bruy
b0ed8ed2bc [processing] handle loading empty models in modeler (fix #8153) 2013-08-28 15:49:45 +03:00
Matthias Kuhn
cba57fa55a Monkey patch QPyNullVariant to be represented as 'NULL' 2013-08-28 13:15:08 +02:00
Matthias Kuhn
52ab06e295 python: represent NULL attributes as QPyNullVariant 2013-08-28 13:15:08 +02:00
Salvatore Larosa
4c73b65260 [processing] sextante => processing renaming: fix example provider plugin 2013-08-28 10:17:39 +02:00
Salvatore Larosa
c2310fdbdb [pyqgis-console] small fix for autocompletion bracket, also sets to False the default setting 2013-08-27 13:21:53 +02:00
Borys Jurgiel
580b947498 Merge pull request #769 from vinayan/topol
Fix #5181,#4761 - Ftools-Distance Matrix
2013-08-27 03:45:23 -07:00
Victor Olaya
78264a0720 [processing] aded dual support for saga 2.1 and 2.0.8
several minor bugs and improvements
2013-08-26 00:32:33 +02:00
Juergen E. Fischer
e8b954537e indentation update 2013-08-25 10:48:41 +02:00
Giuseppe Sucameli
d100628da2 Merge pull request #827 from slarosa/fix_6892
[dbmanager] skip RuntimeError: fixes #6892
2013-08-23 01:15:04 -07:00
Juergen E. Fischer
aaef947800 remove line decoration symbol layer (fixes #8379) 2013-08-22 20:54:27 +02:00