Larry Shaffer
fc6559aa05
Remove conversions.sip conditionals meant for 4.12 but actually 4.18
...
- The hex version of 4.12 was not 0x041200 (current 4.18) but 0x040c00.
Code was always skipped and has worked with recent sip versions.
2016-04-15 19:17:24 -06:00
Matthias Kuhn
842159036a
[travis] OSX: Force sip version 4.17 due to build problems
2016-04-15 20:22:11 +02:00
Matthias Kuhn
c921dc3c91
Merge pull request #3006 from m-kuhn/Qt5ConsoleTests
...
Enable console tests on Qt5
2016-04-15 19:34:35 +02:00
Matthias Kuhn
449fad3582
Enable console tests on Qt5
2016-04-15 19:17:41 +02:00
Matthias Kuhn
b95d6c1d94
[travis] Allow osx builds to fail
...
Seems to be caused by sip 4.18
2016-04-15 13:45:53 +02:00
Matthias Kuhn
101d834a16
Fix crash on postgis error
2016-04-15 12:00:45 +02:00
Matthias Kuhn
b09a74328e
Blacklist console test on Qt5
...
We are missing QScintilla bindings at the moment
2016-04-15 11:58:41 +02:00
Matthias Kuhn
166466159f
QShortcut is in widgets, not gui
2016-04-15 11:25:27 +02:00
Matthias Kuhn
8047a569e3
Fix console import menu and add tests
2016-04-15 11:05:29 +02:00
Juergen E. Fischer
df234681c5
debian packaging drop ubuntu vivid support
2016-04-15 10:18:35 +02:00
Matthias Kuhn
242d27413d
Merge pull request #3003 from m-kuhn/py3next
...
Enable more tests for PyQt5/Python3
2016-04-15 10:13:32 +02:00
Juergen E. Fischer
78725feda4
Bring back QgsNetworkManager slots and signals removed in 2eb8243 as deprecated
2016-04-15 09:49:57 +02:00
Alessandro Pasotti
79442b6ccb
Prevents a crash when online features are gone
...
Fixes an unreported segfault when converting an online layer
to offline if features cannot be (completely) fetched.
Funded by Boundless
2016-04-15 09:31:17 +02:00
Matthias Kuhn
816c322df5
Workaround for buggy mac osx cleanup
2016-04-15 09:20:41 +02:00
Matthias Kuhn
aa0b9fa895
Test PyQgsRelationEditWidget updates
...
* QApplication is in QtWidgets, not QtGui
* Expected failure only affects the travis Qt4 platform
2016-04-15 09:20:40 +02:00
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
Alessandro Pasotti
eeb9bdd2e0
Avoid crash when WFS converted to offline
...
Fixes #14010 Converting to Offline Editing of WFS-T layer causes minidump
Funded by Boundless
2016-04-14 19:59:20 +02: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
Harrissou Sant-anna
81b6493155
More consistency on gui labels
2016-04-13 13:40:06 +02:00