32371 Commits

Author SHA1 Message Date
Juergen E. Fischer
a7c3861c16 fix leading comment 2016-04-25 09:32:19 +02:00
Juergen E. Fischer
b3bf4a11ac dxf export:
* output 3D geometries
* more adaptions to labeling changes
2016-04-25 01:49:53 +02:00
Juergen E. Fischer
2bd20de9c3 fix warnings 2016-04-25 01:17:17 +02:00
Werner Macho
24b259af28 Merge pull request #3027 from Cracert/trans2
Add Polish translators
2016-04-24 22:26:25 +02:00
Robert Szczepanek
ee5548b27a Add Polish translators 2016-04-24 22:15:29 +02:00
Richard Duivenvoorde
0cd5f6afce [NEEDS-DOCS] test, please ignore 2016-04-24 16:45:20 +02:00
Matthias Kuhn
d9ee8758b3 Blacklist broken tests 2016-04-23 21:29:55 +02:00
Matthias Kuhn
8e9641b8b6 Update blacklist 2016-04-23 21:09:21 +02:00
Matthias Kuhn
da0682d730 Add difference image 2016-04-23 21:09:21 +02:00
Matthias Kuhn
adf42dab54 Python3 compat fix for composerhtml test 2016-04-23 21:09:20 +02:00
Matthias Kuhn
c0a2be775e Enable QtWebKit with Qt5 tests 2016-04-23 21:09:20 +02:00
Matthias Kuhn
99ab6e3a9d Disable internal yaml 2016-04-23 21:09:20 +02:00
Even Rouault
1ba2bc0fa9 [OGR provider] Report curve geometry types. Do geometry type conversions when needed on feature creation/modification 2016-04-23 19:36:17 +02:00
Even Rouault
6c21b1c97c QgsVectorFileWriter::initMetaData(): add layer creation options for GPKG 2016-04-23 19:36:17 +02:00
Even Rouault
3ba86d48a9 Add a 'Layer / Create Layer / Create GeoPackage layer' menu item 2016-04-23 19:36:16 +02:00
Matthias Kuhn
caab3b3db5 Add dependency of port-plugin-xxx on staged-xxx 2016-04-23 16:38:05 +02:00
Nyall Dawson
fdd68963c7 [postgres] Improved handling of DOMAIN type fields
- show correct domain type as field type name
- correctly determine length and precision of domain types
- expose bpchar field type as 'character' to users, as postgres only
uses 'bpchar' internally and refers to bpchar as character in the
front end
2016-04-22 17:37:51 +10:00
Nyall Dawson
647f322146 Consolidate all qvariant sort methods to use qgsVariantLessThan,
make sure qgsVariantLessThan incorporates all functionality from
other duplicate implementations, and add tests

(fixes #14671)
2016-04-22 17:20:43 +10:00
nirvn
7290e8cac1 properly save/restore font marker outline join style 2016-04-22 17:18:45 +10:00
Alessandro Pasotti
f045492ed5 [bugfix] offline editing converting offline twice
Fixes #10537: Converting offline twice within the same
instance causing unusable offline state.

The problem was due to spatialite connection not being
invalidated.  When the new offline layer is re-created
the provider connection doesn't pick the latest commits.

Funded by Boundless
2016-04-22 00:48:46 -06:00
Nyall Dawson
3a89da0a4e Merge pull request #3017 from nirvn/font_marker_outline
[FEATURE] add outline settings to font markers
2016-04-22 12:42:14 +10:00
nirvn
9735c13e33 [FEATURE] add outline settings to font markers 2016-04-22 09:09:00 +07:00
Nyall Dawson
90613ca5d3 One more xenial test mask update 2016-04-22 07:07:08 +10:00
Nyall Dawson
076db887aa Fix indentation 2016-04-22 06:53:21 +10:00
Nyall Dawson
011bde8873 More xenial, Windows test mask updates 2016-04-22 06:39:00 +10:00
Nyall Dawson
b1b439f5cc Remove cryptic assert (was failing regularly) 2016-04-22 06:34:38 +10:00
Nyall Dawson
eacca44c6f Test mask updates (qt5 and xenial) 2016-04-22 05:46:58 +10:00
rldhont
849a75671a [BUGFIX] The way layer's shortname is write in QGIS project and used in QGIS Server 2016-04-21 19:58:56 +02:00
Matthias Kuhn
d31c6c3b14 [travis] Allow osx builds to fail
Apparently SIP 4.18 deprecates `/DocType/` which is used by PyQt4.
2016-04-21 17:17:38 +02:00
Matthias Kuhn
59522582bf [processing] Improve error message when clipping fails due to 2.5D 2016-04-21 17:11:16 +02:00
Denis Rouzaud
ba94896015 fix python testing install directory 2016-04-21 13:54:11 +02:00
Matthias Kuhn
36e5dc8416 Revert "[travis] OSX: Force sip version 4.17 due to build problems"
This reverts commit 842159036a9cfdc518a54ee1ab35de4b14206318.
2016-04-21 13:05:09 +02:00
Matthias Kuhn
8a6ba6b2a2 Add missing header in QgsCoordinateTransformCache sip 2016-04-21 10:16:06 +02:00
Juergen E. Fischer
9bbbe6d9ef fix toggling of map styling dock visibility from the layer tree 2016-04-21 09:42:18 +02:00
Matthias Kuhn
0875c68363 Fix default value for marker pen join style in sip bindings 2016-04-21 09:28:44 +02:00
Matthias Kuhn
66cb25fe55 Fix build warnings 2016-04-21 09:15:04 +02:00
Juergen E. Fischer
09ced9bf99 fix crash on startup 2016-04-21 08:46:25 +02:00
Nathan Woodrow
5d0be3147c [Style dock] Set open button as toggle 2016-04-21 09:19:16 +10:00
rldhont
142ce5e07f [BUGFIX] QGIS Server segfault if layer extent is null 2016-04-20 16:38:53 +02:00
rldhont
d4af38be9d Remove set mShortName in QgsMapLayer constructor 2016-04-20 15:02:55 +02:00
rldhont
e765bb6dd1 [Processing] Fix when iface is None 2016-04-20 14:52:46 +02:00
Nathan Woodrow
46ff59bbfe Remove layer title from dock for now
Sets the dock tab title which means it looks crappy
when stacked.
2016-04-20 17:59:58 +10:00
Nathan Woodrow
1e5c99206f [Style dock] Move layer label inside widget 2016-04-20 17:53:10 +10:00
Alessandro Pasotti
57d4dbf2ee Merge pull request #3015 from boundlessgeo/wfs-getfeatures-offline-crash
Wfs getfeatures offline crash
2016-04-19 19:26:29 +02:00
Hugo Mercier
8f0f9ccbb2 Add mask images for arrow symbol layer test 2016-04-19 18:21:51 +02:00
Matthias Kuhn
340f0f2754 Add a new CMake flag to disable deprecated functionality
Anything which is going to disappear can be #ifdef'd with this definition. This
is an additional hint if your 3rd party code is prepared for the next level of
QGIS.

For a start it's used to disable old labelling which causes deadlocks when used
with PyQt5-Python3.
2016-04-19 17:55:08 +02:00
Matthias Kuhn
69153ab068 Python and SQL(Expression) code editors, always use monospace
And use a different color for fields in the expression editor
2016-04-19 10:53:44 +02:00
Matthias Kuhn
7379223a5a Server test: URLError has no code 2016-04-19 09:41:32 +02:00
Hugo Mercier
e849cad11d Merge pull request #2955 from mhugo/arrows
[Feature] Arrow symbol layer
2016-04-19 09:23:33 +02:00
Nathan Woodrow
831e7cd236 [FEATURE][styles] Add new style dock for interactive styling 2016-04-19 13:55:34 +10:00