Juergen E. Fischer
f3e0438cae
spatialite provider: remove m prefixes in extern functions (followup 1050174)
2016-04-13 08:21:08 +02:00
Nyall Dawson
23daead08b
Fix PyQgsVectorFileWriter test on Windows
2016-04-13 15:42:24 +10:00
Nyall Dawson
02e0e3f959
Fix other feature's geometries are shown instead of null geometry
...
in delimited text provider (fix #14666 )
Add tests, also fix virtual layer, mssql and db2 providers which
suffered the same bug
2016-04-13 15:42:24 +10:00
nirvn
ecc85a9849
hardcode values for pentagon, hexagon, and equilateral triangle
2016-04-13 15:42:24 +10:00
Matthias Kuhn
ef77e19fe3
QgsSymbolV2: only pop expression scope if it was really added
2016-04-13 07:27:14 +02:00
Nyall Dawson
cbe919d28f
Merge pull request #2997 from nirvn/more_n_more_markers
...
[symbology] add a filled cross simple marker
2016-04-13 13:37:10 +10:00
nirvn
6da18991eb
fix angle and anchor point settings for ellipse symbol
2016-04-13 09:32:13 +07:00
Webmaster
3cf75d8047
[symbology] add filled cross and hexagon markers
2016-04-13 09:30:11 +07:00
Matthias Kuhn
9a161ac449
Fix crash on exit: delete postgres connection pool before QApplication
2016-04-12 16:47:36 +02:00
Matthias Kuhn
601e4300fa
Only cache QIcons if a QgsApplication is present
2016-04-12 16:08:28 +02:00
Matthias Kuhn
30df95aba6
Add new target port-plugins to run 2to3 on plugins as build step
2016-04-12 14:48:20 +02:00
Matthias Kuhn
f7354ffb92
Fix indentation
2016-04-12 14:47:31 +02:00
Alessandro Pasotti
1eb63768d9
[dbmanager] Use user name as DB name if provided
...
Followup for 212b125
2016-04-12 14:40:23 +02:00
Matthias Kuhn
f227174949
Mask flaky openstreetmap test
2016-04-12 14:35:59 +02:00
Matthias Kuhn
c9588cd56e
Cache theme icons for quick access
2016-04-12 14:35:59 +02:00
Alessandro Pasotti
212b125a2c
[dbmanager] PG ignore env if service file is used
...
Fixes #14436
Funded by Boundless
2016-04-12 14:05:19 +02:00
Matthias Kuhn
4dba5eb630
Unblacklist global static QIcon related Qt5 tests
2016-04-12 12:01:55 +02:00
Matthias Kuhn
ca0bf6feb1
Don't use global static QIcon's, they crash Qt5 on exit
2016-04-12 12:01:44 +02:00
Nyall Dawson
0adae36f08
Fix effects not working for ellipse symbol layers ( fix #14661 )
2016-04-12 15:52:15 +10:00
Matthias Kuhn
82c7bbe0e2
[travis] Qt4: Don't run tests in parallel
2016-04-12 06:57:03 +02:00
Nyall Dawson
4bbe318c20
[symbology] Remove distorted star symbol
2016-04-12 12:12:57 +10:00
Nyall Dawson
6df1f6866c
[raster] Add note and docs for psuedocolor 'clip' option
2016-04-12 11:08:37 +10:00
Nyall Dawson
ce2891b10e
Fix missing map settings expression variables in composer maps
...
Missing map extent related variables were causing stacking order
issues with the 25d renderer (fix #14604 )
2016-04-12 09:14:03 +10:00
Matthias Kuhn
1ed39c4877
Fix indentation
2016-04-11 20:32:32 +02:00
Matthias Kuhn
c7ddc4b229
[processing] Allow calling GdalUtils.runGdal w/o progress
2016-04-11 17:55:46 +02:00
Alexander Bruy
e873540d14
[processing] fix path handling ( fix #14432 )
2016-04-11 18:52:27 +03:00
Juergen E. Fischer
4815ebd5c2
doxygen: fix extra stylesheet path
2016-04-11 17:37:17 +02:00
Alexander Bruy
abda90fe0d
[processing] filter items in toolbox using translated and original names ( fix #13764 )
2016-04-11 15:57:22 +03:00
Nyall Dawson
16d8da3886
Fix some providers did not respect layer's subset when calculating
...
min/max/uniqueValues
Providers included delimited text, memory, virtual layer, and WFS
Add unit test to provider test
2016-04-11 22:01:29 +10:00
Sandro Santilli
483eb86f18
Fix the request for 2-spaces indent
2016-04-11 10:33:59 +02:00
Sandro Santilli
54b6a65c45
Request 2-spaces indent
2016-04-11 10:21:36 +02:00
Sandro Santilli
ebbae38c95
Add generic editor configuration
...
See http://editorconfig.org
2016-04-11 09:58:57 +02:00
Alexander Bruy
f04de1ba97
Merge pull request #2982 from alexbruy/cancel-style-loading
...
don't apply loaded style when layer properties dialog is cancelled
2016-04-11 09:16:51 +03:00
Nyall Dawson
0c5fa81126
Fix huge legend item size when symbol uses map unit sizes ( fix #13979 )
...
Add unit test
2016-04-11 15:34:49 +10:00
Nyall Dawson
e21de0394d
Add methods for retrieving and setting size units for QgsMarkerSymbolV2
2016-04-11 15:34:43 +10:00
Nyall Dawson
25ad0af86c
[symbology] Add explanatory text for 0 line widths ( fix #9937 )
2016-04-11 08:42:54 +10:00
Alexander Bruy
8eb79dbb91
[processing] fix missed quotes in OTB provider ( fix #14557 )
2016-04-10 11:39:29 +03:00
Alexander Bruy
badea8ceb2
[processing] fix GRASS icon
2016-04-10 11:32:16 +03:00
Alexander Bruy
525194dc0b
[processing] don't ask for MSYS folder for GRASS7 ( fix #14431 )
2016-04-10 11:31:46 +03:00
Alexander Bruy
391e14ac96
Merge pull request #2988 from nyalldawson/dissolve
...
[processing] Use unary union in dissolve
2016-04-10 09:23:08 +03:00
Nyall Dawson
ae59b733c3
[processing] Use unary union in dissolve (much faster for many
...
complex geometry inputs)
2016-04-10 12:58:01 +10:00
Jürgen Fischer
7d235d2b0c
Merge pull request #2987 from rouault/wfs_uppercase_attribute
...
[WFS] Fix support of attribute names in upper-case
2016-04-10 01:14:21 +02:00
Nyall Dawson
f90f999eb4
Fix typo
2016-04-10 08:49:30 +10:00
Even Rouault
a72fcb8fe1
[WFS] Fix support of attribute names in upper-case
...
Bugfix of issue introduced in commit 9040ec1baf33e55a9ba5abcc4fa2ee18d54a4212
When doing the spatialite cache initialization with OGR, the attribute
names get 'laundered' in lower case, which makes their matching afterwards
fail. Fix this. And also handle the situation where an attribute would
be named 'geometry'
2016-04-10 00:30:35 +02:00
Juergen E. Fischer
fa3aba348c
fix 1050174
2016-04-09 23:21:23 +02:00
Juergen E. Fischer
1050174532
spatialite provider: prefer rowid as primary key where available (and some cleanups)
...
fixes #14575 , fixes #14626
2016-04-09 22:32:17 +02:00
Matthias Kuhn
289776417d
[travis] No need to wait for slow jobs to finish on failure
2016-04-09 15:32:29 +02:00
Matthias Kuhn
e7c7f85b30
[travis] Clang 3.8 for Qt5 buildss
2016-04-09 15:14:56 +02:00
Matthias Kuhn
79e3e0e9f1
[travis] Clang 3.8 for Qt4 builds
2016-04-09 15:14:04 +02:00
Alexander Bruy
25a162c05a
don't apply loaded style when layer properties dialog is cancelled
2016-04-09 11:59:30 +03:00