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
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
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
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
Juergen E. Fischer
e5ac88f3bc
fix example indentation
2015-01-27 00:10:03 +01:00
Michael Kirk
262a5b2b18
test case for file filter formatter
2015-01-26 14:08:00 -08:00
Michael Kirk
1e936df8d4
Saving map defaults to PNG instead of BMP
...
This only affects a user the first time they save a map as an image.
Afterwards their preference is saved.
FIXES : #8493
2015-01-26 14:08:00 -08:00
volaya
098aa681f0
Merge pull request #1852 from radosuav/changes
...
[Processing] Small fixes and additions
2015-01-26 08:38:19 +01:00
Nathan Woodrow
609db7d2af
Fix double click on fields in expressions builder
2015-01-26 15:20:03 +10:00
Nyall Dawson
f7f89b37b9
Fix calculation of blur ops with non ARGB32_Premultiplied images
2015-01-26 14:27:20 +11:00
Gary Sherman
2e8df945b4
Update AUTHORS
...
Fix name and email
2015-01-25 15:17:41 -09:00
Juergen E. Fischer
7b1f9eedfd
fix typo
2015-01-25 22:38:36 +01:00
Werner Macho
21f1aab48c
fix typo in processing
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-01-25 19:15:24 +01:00
Martin Dobias
01286cc4b2
Point locator: fix addition of features when OTF reprojection is on
...
This would cause issues when editing geometries with OTF on.
Discovered by @nirvn
2015-01-25 13:44:13 +07:00
Juergen E. Fischer
62b2c1fcab
db manager: request credentials directly when connection failed ( fixes #11886 )
2015-01-25 00:33:35 +01:00
Juergen E. Fischer
f8f2713571
postgres provider: improve owner check ( fixes #9844 )
2015-01-24 22:11:51 +01:00
Juergen E. Fischer
4afdf553e7
fix signal/slot warnings
2015-01-24 22:08:52 +01:00
Juergen E. Fischer
1e21c5a9e9
fix backtrace output
2015-01-24 22:00:07 +01:00
Juergen E. Fischer
e5a45571f2
indentation update
2015-01-24 13:22:49 +01:00
Juergen E. Fischer
ee842bc71a
fix typo
2015-01-24 13:20:01 +01:00
Juergen E. Fischer
c1e4371b25
postgis connection: remove duplicate tooltips
2015-01-24 13:20:01 +01:00
Denis Rouzaud
eb6332fc35
override default settings for snapping utils
...
followup 7e0f64648ac4faf89d44d00959a876de26bcc2df
2015-01-23 15:36:34 +01:00
Martin Dobias
334d885b6d
Snapping tolerance: Fix "map units" vs "layer units" dilemma ( fixes #11634 )
...
Until now "map units" in snapping config dialog actually referred to layer units.
From now on, "map units" refer to project's CRS units. Where appropriate, it is
possible to choose "layer units" that refer to layer CRS units.
Projects from older versions of QGIS should be handled seamlessly (tolerances
in layer units will be still handled in layer units, not project units).
In API, QgsTolerance::MapUnits is deprecated as it is unclear to what units
it refers to (should be ProjectUnits, but actually it is LayerUnits)
2015-01-23 18:53:02 +07:00
Denis Rouzaud
7e0f64648a
allow overriding project snapping settings from advanced digitzing tools
...
therefore snapping to all layers can be applied, and snapping to segment can be turned on when enabling parallel/perpendicular constraints
2015-01-23 11:10:35 +01:00
Denis Rouzaud
dfc2dc7897
fix combo index
2015-01-23 11:10:35 +01:00
alexbruy
f2033f40a6
Merge pull request #1859 from rduivenvoorde/xmin_rename
...
[processing] changing fieldnames from xmin to x_min
2015-01-23 12:07:38 +02:00
Matthias Kuhn
01fd4f3365
Join: Fix specific set of fields not editable
...
Followup 60712cd
Fix #12042
2015-01-23 10:59:34 +01:00