Septen
bf83f4ebd0
[processing]Fixed UI bug with invalid button width.
2016-03-27 23:02:45 +04:00
Hugo Mercier
7dbc0bf819
[db manager] Fix virtual layers plugin ( fixes #14404 )
2016-03-23 17:39:41 +01:00
Alexander Bruy
70e2696be5
Merge pull request #2936 from sept-en/master
...
[processing] fix filter in Processing settings dialog. Add ability to specify mininal required number of items for MultipleInput parameter (fix #11469 , fix #12580 )
2016-03-23 17:23:08 +02:00
Even Rouault
d830d91764
Add missing SQLITE3_INCLUDE_DIR in pyspatialite CMakeLists.txt
2016-03-23 16:03:58 +01:00
Stéphane Brunner
cf22cab3e9
Fix the master (merge without tests pass :-( )
...
Related to #2893
2016-03-23 13:53:04 +01:00
Septen
f0be0457d5
Typo fixes.
2016-03-23 15:25:15 +03:00
volaya
d808ef9ab6
Merge pull request #2893 from NaturalGIS/processing_gdalwarp_extent
...
processing: add extent parameter to gdal_warp
2016-03-23 10:55:13 +01:00
volaya
48104d5737
Merge pull request #2891 from csandor/patch-1
...
Table names in postgresql can be max 63 characters long
2016-03-23 10:41:40 +01:00
volaya
2e6fcf57d6
Merge pull request #2865 from medspx/processing_raster_bunch
...
[Processing] Add the last GRASS7 r.* algorithms
2016-03-23 10:39:58 +01:00
Matthias Kuhn
bec849c4f5
Merge pull request #2935 from matakuka/dissolve
...
changed check for validity from isGeosValid() to validateGeometry()
2016-03-23 09:48:27 +01:00
Septen
736be486e7
Typo fixes. Stylystic fixes.
2016-03-23 05:43:59 +03:00
Septen
4b75f4e0e3
ParameterMultipleInput: added tests.
2016-03-23 01:23:05 +03:00
Septen
d5acc211c8
ParameterMultipleInput minor fixes.
2016-03-23 01:22:44 +03:00
Septen
8c9eddcdc6
Some PEP8 fixes.
2016-03-23 00:55:36 +03:00
Maximilian Krambach
097b18190c
identation errors and wrong file paths
2016-03-22 22:01:21 +01:00
Septen
4a046b7db1
Merge branch 'master' of git://github.com/qgis/QGIS
2016-03-22 23:51:59 +03:00
Septen
6c31d89a51
(ref #14469 ) Processing options: search optimized. Cleanups.
2016-03-22 23:47:07 +03:00
Matthias Kuhn
f197b7cac4
Merge pull request #2934 from rouault/missing_sqlite3_include
...
Add missing SQLITE3_INCLUDE_DIR in a few components
2016-03-22 13:15:07 +01:00
Maximilian Krambach
2f97ec670c
fixed wrong location of testdata
2016-03-22 12:13:19 +01:00
Matthias Kuhn
e6939b8aee
Merge pull request #2921 from m-kuhn/py33
...
Python 3.3 and future
2016-03-22 11:12:57 +01:00
Juergen E. Fischer
5fb64bd4a6
fix installation of PyQt.uic wrapper
2016-03-22 09:47:14 +01:00
Maximilian Krambach
9bc9e6b36b
identation
2016-03-22 09:22:22 +01:00
Matthias Kuhn
02c5637155
py2/py3 compat patches
2016-03-22 09:17:16 +01:00
Septen
12aedac622
(ref #14469 ).Added search feature for Processing options.
...
* Added possibility to search within Processing options,
either for providers or provider nodes.
2016-03-22 02:36:25 +03:00
Septen
d312be9f18
(ref #12580 ).ParameterMultipleInput:allow to define min number of
...
inputs.
2016-03-22 02:35:03 +03:00
Maximilian Krambach
c445828f9e
changed check for validity from isGeosValid() to validateGeometry() in dissolve.py
2016-03-21 21:30:23 +01:00
Even Rouault
9fcc246cf7
Add missing SQLITE3_INCLUDE_DIR in a few components
...
Those components depend on sqlite3.h, but fails to add
explictly its paths, relying on it to be present in the other used
included paths, which may be not always the case in some setups.
This is a follow-up of 455a473a287ef278bbd7d91d13313cf43710c1da on
a clean build.
2016-03-21 18:36:51 +01:00
Juergen E. Fischer
271750fd53
switch bindings to pyqt wrappers
2016-03-21 17:00:26 +01:00
Juergen E. Fischer
f41304637c
switch tests to pyqt wrappers
2016-03-21 17:00:26 +01:00
Juergen E. Fischer
06f995316e
plugin installer: switch to pyqt wrappers
2016-03-21 17:00:25 +01:00
Juergen E. Fischer
4dc6321914
metasearch: switch to pyqt wrappers
2016-03-21 17:00:25 +01:00
Juergen E. Fischer
885d0ec993
python console: switch to pyqt wrappers and new style signals, flake8 fixes, show exceptions in console also with pyqt5
2016-03-21 17:00:25 +01:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
Juergen E. Fischer
9db908ccbc
GdalTools: new style signals
2016-03-21 17:00:24 +01:00
Juergen E. Fischer
c55f8b73f0
db_manager: cleanups
2016-03-21 17:00:24 +01:00
Matthias Kuhn
bd3fd748f1
Merge pull request #2863 from pvalsecc/minMaxScale
...
Add check to make sure minScale<=maxScale.
2016-03-20 10:53:43 +01:00
Alexander Bruy
a3c76c617a
[processing] activate GRASS 7 by default and disable GRASS 6
2016-03-20 08:42:13 +02:00
Alexander Bruy
8afd1103c1
don't duplicate Menus entry in settings
2016-03-20 08:41:27 +02:00
Médéric RIBREUX
eb186c4928
Remove merge conflict on r.cost algorithms
2016-03-19 10:05:24 +01:00
Juergen E. Fischer
a22e9d462a
fix PyQt.uic for use in processing
2016-03-19 02:14:38 +01:00
Juergen E. Fischer
a17ed10b65
fix vector menu creation on qt5
2016-03-19 02:12:12 +01:00
Anita Graser
5902f0e1bd
renamed algorithm_tests.yaml
2016-03-18 22:16:55 +01:00
volaya
6c1201cf13
Merge pull request #2901 from bartnv/fix-iterating-import
...
[processing] Fix extension removal in exportVectorLayer
2016-03-18 14:27:23 +01:00
volaya
2942ce576b
Merge pull request #2904 from medspx/processing_vector_bunch
...
[Processing] GRASS7 complete v.* algorithms (implements Redmine #5725 )
2016-03-18 14:20:13 +01:00
volaya
839db0a505
Merge pull request #2871 from NaturalGIS/processing_fix_grass7_detection_osx
...
processing fix GRASS7 detection on osx: courtesy Martin Laloux
2016-03-18 14:17:07 +01:00
volaya
1fdd177c81
[processing] do not search text in short help when filtering in toolbox
...
This should fix problems with slow and unresponsive filtering
2016-03-18 13:06:45 +01:00
Patrick Valsecchi
4f18701d31
Add check to make sure minScale<=maxScale.
...
Those two fields are present in the vector layer properties. It
was possible to set a minScale bigger than the maxScale.
Now, the maxScale is forced to minScale if the user tries to
set it to a lower value.
2016-03-18 08:12:16 +01:00
Matthias Kuhn
9e6866edb2
Merge pull request #2920 from bstroebl/testEliminate
...
[processing] Tests for eliminate
2016-03-17 13:16:08 +01:00
Juergen E. Fischer
09f6b918a5
* fix pyuic wrapper on windows
...
* fix PyQt wrapper installation on precise
2016-03-17 02:23:16 +01:00
Bernhard Ströbl
cd267b066c
[processing] change field access
2016-03-16 16:34:56 +01:00