Hugo Mercier
a7f08fd7b7
Merge pull request #2956 from pblottiere/diagrams
...
Update label toolbar to manage diagrams too
2016-04-14 15:50:55 +02:00
Matthias Kuhn
0f048b55eb
Unblacklist Qt5 tests
2016-04-14 12:15:12 +02:00
Matthias Kuhn
e3e5487f83
Some general test improvements
2016-04-14 12:15:12 +02:00
Matthias Kuhn
7d156e7f2f
Fix typo
2016-04-14 12:15:12 +02:00
Matthias Kuhn
fe314754c6
Fix console errors
2016-04-14 12:15:12 +02:00
Matthias Kuhn
d283223c56
Python 3 update for processing tests
2016-04-14 12:15:12 +02:00
Matthias Kuhn
709d3cedd0
Cleanup test application on exit
2016-04-14 12:15:11 +02:00
Matthias Kuhn
2e515a2ccc
[postgres] Avoid deadlocks in transactional editing
...
Can currently be triggered by using the field calculator to update a selection.
While an iterator is active and the connection is locked, an update statement
waits unsuccessfully for the same (locked) connection.
This commit only locks the connection while an iterator is actually fetching
data and not for its entire lifetime.
2016-04-14 09:39:51 +02:00
Matthias Kuhn
07fcf2430b
[postgres] Test for deadlocks with transactions
2016-04-14 09:39:51 +02:00
elpaso
1e6dceb7d2
[dbmanager] Fixes various signal bugs after 8bda5c
...
Fixes some unreported glitches after new signals migration.
Also fixes #14649
2016-04-14 09:02:04 +02:00
mhugent
170c95554e
Merge pull request #2999 from mhugent/server_ntv2_2
...
[FEATURE]: set default datumstransformation for server with environme…
2016-04-14 08:34:31 +02:00
Juergen E. Fischer
cbf7b5c0df
fix 7454d87
2016-04-14 01:02:52 +02:00
Juergen E. Fischer
7454d87d6a
doxygen: include sha in PROJECT_NUMBER
2016-04-13 22:16:21 +02:00
Juergen E. Fischer
e023363c29
add doxymentation
2016-04-13 17:59:35 +02:00
Juergen E. Fischer
063d80d196
fix windows build
2016-04-13 16:12:46 +02:00
Juergen E. Fischer
c30f71ac73
dxf export: add support for expression contexts and rotated symbols ( fixes #14495 )
2016-04-13 14:51:58 +02:00
Juergen E. Fischer
f19a35c34e
dxf export: support rule based labeling ( fixes #13757 )
2016-04-13 14:51:55 +02:00
Blottiere Paul
023281907f
update label toolbar to manage diagrams too
2016-04-13 14:50:37 +02:00
Webmaster
69235e6755
fix offset not cloned for ellipse marker
2016-04-13 19:18:26 +07:00
Webmaster
7c779aea3c
[symbology] add diamond ellipse marker
2016-04-13 19:17:33 +07:00
Harrissou Sant-anna
81b6493155
More consistency on gui labels
2016-04-13 13:40:06 +02:00
Alexander Bruy
b7a4e20627
[processing] add Rectangles, Ovals, Diamonds algorithm ( fix #11575 )
...
This is direct port of abandoned "Rectangles, Ovals and diamonds" plugin.
There are two algorithms: one uses fixed values and second — variable
values from attribute table. Test for fixed distance version included.
2016-04-13 12:33:08 +03:00
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
Marco Hugentobler
70863ecaf0
[FEATURE]: set default datumstransformation for server with environment variable
2016-04-12 17:01:32 +02: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