26324 Commits

Author SHA1 Message Date
Alexander Bruy
b456f4d69c [processing] restore missed icons in various dialogs 2015-02-03 11:23:22 +02:00
alexbruy
5560f00d9f Merge pull request #1878 from gioman/fix_processing_encoding
fix enconding in processing when input layer names have non ascii chars (fix #12106)
2015-02-03 10:12:04 +02:00
Giovanni Manghi
2a339082c4 fix enconding in processing when input layer names have non ascii chars 2015-02-03 08:06:27 +00:00
Martin Dobias
a2d430eba2 Options: Fix copy&paste error
Discovered by Nyall and coverity scan
2015-02-03 12:06:24 +07:00
Juergen E. Fischer
abd4a04399 sip update 2015-02-03 02:21:52 +01:00
Juergen E. Fischer
932baa910a hide console when python support is not available 2015-02-02 18:46:09 +01:00
Juergen E. Fischer
2c820bb925 db_manager: use SqlEdit when QgsCodeEditorSQL is unavailable (fixes #12011) 2015-02-02 18:45:27 +01:00
Juergen E. Fischer
c8b6487a3a osgeo4w: disable coverage tests 2015-02-02 13:20:53 +01:00
Juergen E. Fischer
ac4717fa79 fix python imports (followup ee365bfc) 2015-02-02 13:20:53 +01:00
Martin Dobias
d928caf68e Fixes to the advanced digitizing
- make snapSegment() work if no segment was previously snapped
- fix highlight when a segment is snapped
- fix ghost marker at (0,0) when digitizing first point
2015-02-02 18:26:39 +07:00
Juergen E. Fischer
ca459ee4e8 dbmanager: fix import (followup 956c155e8f) 2015-02-02 12:23:18 +01:00
Juergen E. Fischer
128e5b355b fix warning 2015-02-02 12:22:36 +01:00
Nyall Dawson
ef8cf2ed9c Revert "Temporarily disable Travis submission to cdash"
This reverts commit 8c1675a06a70d3845192f7b2c388acf3241b599f.

Dash is back up.
2015-02-02 21:12:55 +11:00
Juergen E. Fischer
4488065058 debian packages: only enable coverage tests for debug builds 2015-02-02 11:11:20 +01:00
Juergen E. Fischer
ee365bfcb5 fix pep8 warnings 2015-02-02 10:28:40 +01:00
alexbruy
9143bd7b22 Merge pull request #1874 from gioman/fix_processing_ogr_postgis_import_2
new fixes for processing/ogr import in postgis tools
2015-02-02 11:01:27 +02:00
alexbruy
db89a045ab Merge pull request #1873 from gioman/processing_remove_unsupported_raster_formats
processing/gdal: remove output formats that are not supported by qgis
2015-02-02 11:00:49 +02:00
Nyall Dawson
cd86710d87 Fix some warnings 2015-02-02 16:05:54 +11:00
Nyall Dawson
8c1675a06a Temporarily disable Travis submission to cdash
Cdash is down and this causes false failures
2015-02-02 16:02:01 +11:00
Giovanni Manghi
de2b3ea81d remove spaces 2015-02-02 00:25:49 +00:00
Giovanni Manghi
e3bd6acbac update to latest changes in master 2015-02-02 00:21:31 +00:00
Giovanni Manghi
dab3092139 better and new fixes for processing/ogr import in postgis tools 2015-02-01 23:56:10 +00:00
Nyall Dawson
6e9468811e Followup 956c155: fix python errors in PAL labeling tests 2015-02-02 09:35:51 +11:00
Nyall Dawson
9ba8b29dfb Revert "Enable coverage reports for Travis builds"
This reverts commit 34d5394409cd39a7953bd169ffdc36a618641ce3.

    Gcc builds were too resource hungry and kept getting killed by
    Travis. Will keep investigating alternate approaches...
2015-02-02 08:05:59 +11:00
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
Juergen E. Fischer
a016367dd1 remove duplicate separator in test diff pngs 2015-02-01 20:29:15 +01:00
alexbruy
d6017dd88f Merge pull request #1872 from gioman/processing_fix_qgis_raster_tools
[processing] add support for rasters other than float32 in qgis/processing raster tools
2015-02-01 10:38:03 +02:00
alexbruy
9a4612e931 Merge pull request #1871 from gioman/fix_processing_ogr_postgis_import
fix processing ogr postgis import when db name or password are empty
2015-02-01 10:36:28 +02:00
Giovanni Manghi
9edff1430f processing/gdal: remove output formats that are not supported by qgis 2015-01-31 21:28:01 +00:00
Giovanni Manghi
8d7c2d7a8d processing: add support for rasters other than float in qgis/processing raster tools 2015-01-31 21:08:29 +00:00
Juergen E. Fischer
fe27b63576 enable coverage in travis, debian builds and osgeo4w nightlies 2015-01-30 23:05:30 +01:00
Juergen E. Fischer
843cf04920 database providers: cope with empty attribute changes (fixes #12040) 2015-01-30 22:56:26 +01:00
Nyall Dawson
6eb6112f29 Merge pull request #1867 from nyalldawson/travis_coverage_v2
Enable coverage reports for Travis builds
2015-01-31 07:43:36 +11:00
Marco Hugentobler
7246b8308f Server: if map-parameter is missing in post parameters, check if it is passed as a get-parameter. Ported from Sourcepole QGIS Enterprise 2015-01-30 15:51:59 +01:00
Giovanni Manghi
bb97dcc8d1 remove space from string 2015-01-30 11:47:20 +00:00
Giovanni Manghi
ef0c955c95 fix processing ogr postgis import when db name or password are empty 2015-01-30 11:42:31 +00:00
Marco Hugentobler
57a5794899 Server: create wfs layer objects only if layer is published as wfs. Bugfix funded by Sourcepole QGIS Enterprise 2015-01-30 10:41:03 +01:00
Matthias Kuhn
c19eb60d2f Fix graphical glitches caused by empty menu on attribute dialog
Fix #12061
2015-01-29 16:58:32 +01:00
Matthias Kuhn
52c2e4e90a Allow "order features by value" for relation reference widget 2015-01-29 12:11:32 +01:00
Nyall Dawson
16f309b617 Fix display of descriptions for symbol layer data defined buttons 2015-01-29 18:09:40 +11:00
Nyall Dawson
77fcf8cebd [composer] Correctly restore dock visibility and active dock tab
After using the show/hide panels action all dock tabs would be
shown (ignoring previously hidden tabs) and the active dock tab
would be randomly chosen. Now, the previous settings are remembered
and correctly restored.
2015-01-29 18:09:31 +11:00
Nathan Woodrow
a20b8e03fd Fix #12053 - Add tooltips and text to buttons in function editor 2015-01-29 16:40:42 +10:00
volaya
1eec3b9ecf [processing] fixed ogr import to postgis when origin layer is a database 2015-01-28 11:24:43 +01:00
Nyall Dawson
97b7406312 [composer] Fix horizontal smart guides not appearing for page > 1 2015-01-28 19:29:36 +11:00
Nyall Dawson
34d5394409 Enable coverage reports for Travis builds
Changes required:
- switch Travis builds to gcc, using O0 for build speed
- enable a debug build
- enable coverage report for ctest on Travis (sent to dash)
2015-01-28 14:36:48 +11:00
Nyall Dawson
e0adf89d80 Add some missing tests for QgsImageOperation 2015-01-27 20:53:29 +11:00
Nathan Woodrow
6dd42cae20 Merge pull request #1864 from michaelkirk/feature/export-png-first-8493
[fixes #8493] "Save as Image" defaults to PNG
2015-01-27 13:14:18 +10:00
Michael Kirk
d6c969c02e test for original createFileFilter 2015-01-26 18:57:12 -08:00
Michael Kirk
d7bef1c3c3 Merge remote-tracking branch 'upstream/master' into feature/export-png-first-8493
Conflicts:
	src/gui/qgisgui.h
2015-01-26 18:51:34 -08:00
Juergen E. Fischer
1cd7dc6aea fix potential link error on windows - if anything was using
QgisGui::createFileFilter_() outside of the gui dll it would produce a link
error
2015-01-27 00:26:46 +01:00