32183 Commits

Author SHA1 Message Date
Matthias Kuhn
129ff7cbd6 Unmask more Python 3 tests 2016-04-15 09:20:40 +02:00
Matthias Kuhn
cacf79cd96 Improve PORT_PLUGINS cmake code 2016-04-15 09:20:40 +02:00
Matthias Kuhn
8269fc5096 Improve spatialite provider test 2016-04-15 09:20:40 +02:00
Matthias Kuhn
1c6b298833 Add unicode_keep_u fixer 2016-04-15 09:20:40 +02:00
Matthias Kuhn
b31e860d9c Compatibility fix for most of PyQgsGeometryTest 2016-04-15 09:20:40 +02:00
Matthias Kuhn
4af3f82bd0 Python 3 migrate SocketServer 2016-04-15 09:20:39 +02:00
Matthias Kuhn
3e300f2966 Manual next fixes 2016-04-15 09:20:39 +02:00
Matthias Kuhn
c268f7e996 Run next_call fixer on tests 2016-04-15 09:20:39 +02:00
Nyall Dawson
83036886b7 Fix test failure on GDAL >= 2.0 2016-04-15 07:52:12 +10:00
Nyall Dawson
0672abbaed [FEATURE] Compilation support for unary - operation 2016-04-15 07:52:08 +10:00
Nyall Dawson
92a18087b3 Add safeguard tests to ensure no regressions in expression compilation
(ie check that expressions are successfully compiled where expected)

Add compilation support for "NOT..." type expressions
2016-04-15 07:52:02 +10:00
Nyall Dawson
99210ecfd7 [FEATURE][console] Improvements to find functionality
- add key shortcut to open find widget, set focus to find text input
automatically (uses default shortcut for DE, eg usually Ctrl+F)
- add key shortcuts for find next/previous (using default DE
shortcut, eg Ctrl+G/Shift+Ctrl+G)
- automatically find first match when typing in find box
- set initial find string to selection when opening find
- pressing Escape closes the find bar
2016-04-15 07:51:58 +10:00
Nyall Dawson
d8a314c44b Merge pull request #3000 from nirvn/diamond_ellipse_marker
[symbology] add diamond ellipse marker
2016-04-15 06:33:18 +10:00
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
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