6245 Commits

Author SHA1 Message Date
Tom Kralidis
3dffb7b743 reuse core icons 2016-03-31 10:14:08 -04:00
Marco Hugentobler
19120f40cf Keep old method signature in wms config parser for compatibility 2016-03-31 13:23:35 +02:00
Marco Hugentobler
332c1632f3 Adapt qgswmsconfigparser.sip 2016-03-31 10:52:22 +02:00
Nyall Dawson
6545746fc6 [FEATURE] Add extra resampling methods to align raster tool which are
available in GDAL >= 2.0 (max, min, median, q1 and q3)
2016-03-31 16:45:16 +11:00
Nyall Dawson
a30bf95c4b Drop precision of some processing tests to pass on Windows 2016-03-31 16:44:57 +11:00
Nyall Dawson
6526cf5a86 New QgsFontUtils::asCSS method for converting a QFont to a CSS
string representation (as close as possible)
2016-03-30 19:35:34 +11:00
Alexander Bruy
26df41f950 Merge pull request #2945 from sept-en/master
[processing] fixed UI bug with invalid button width in Modeler algorithm dialogs
2016-03-29 16:48:33 +03:00
Matthias Kuhn
b1aa20b50c Add QgsTableWidgetItem for easier sorting of checkbox tables 2016-03-29 08:29:00 +02:00
Matthias Kuhn
ae7b657da3 Add a new filter for WritableLayers to QgsMapLayerProxyModel 2016-03-29 08:27:53 +02:00
Matthias Kuhn
93e73ac66f Make readOnly mode of vector layers configurable 2016-03-29 08:27:53 +02:00
Matthias Kuhn
d06c4f8f31 Make QgsMapLayerProxyModel::exceptedLayers a property 2016-03-29 08:27:53 +02:00
Matthias Kuhn
54219c571f Centralize handling of non-identifiable layers in QgsProject 2016-03-29 08:27:53 +02:00
Matthias Kuhn
e133b42896 Enable console with Python3 / PyQt5 2016-03-29 08:20:43 +02:00
Septen
bf83f4ebd0 [processing]Fixed UI bug with invalid button width. 2016-03-27 23:02:45 +04:00
Matthias Kuhn
3eb7f39281 Geometry testing, reduce default precision 2016-03-27 13:31:15 +02:00
Anita Graser
b8d1fb6fc9 added buffer tests 2016-03-27 13:31:14 +02:00
Juergen E. Fischer
fbf4d675ca de-plenk more 2016-03-25 23:08:32 +01:00
Juergen E. Fischer
962726cf66 de-plenk exclamation marks 2016-03-25 22:50:50 +01:00
Alexander Bruy
428ec00e5b fix typo 2016-03-25 16:21:06 +02:00
Alexander Bruy
619356ea1c [processing] add OPTIMIZE_SIZE option to gdalwarp (fix #5651) 2016-03-25 15:37:20 +02:00
Alexander Bruy
660bb27388 [processing] replace some raster icons with SVG to improve HiDPI support (refs #14474) 2016-03-25 15:19:52 +02:00
Alexander Bruy
6f7961044f [processing] refactor Virtual vector layer algorithm
Add support for unioned layers (fix #12991)
2016-03-25 15:19:52 +02:00
elpaso
2d3b813d22 Fixes an error when unloading plugins
Custom utils._import was never called, because
builtins was correctly imported (even if it missed __import__)
and  _import was then monkey patched to builtins instead of __builtin__

Tested on python 2
2016-03-25 12:17:58 +01:00
Juergen E. Fischer
f129540991 don't include future for python3 (followup 2b55d89) 2016-03-25 10:41:37 +01:00
Juergen E. Fischer
2b55d89d2a give qgis future (followup 15b3600) 2016-03-25 01:00:45 +01: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