43041 Commits

Author SHA1 Message Date
David
52240ad7f7 fixed problem with saving first entry 2017-11-06 14:21:21 +01:00
David
2c0d5188d5 some changes in attribute form properties and source data properties
changed style of layout, initcode and suppress-combo
display read only comment
fixed saving of wfs
improved layout
some tooltips
2017-11-06 13:29:47 +01:00
David
d21d45b72b basics of new dialog for the initcode python functionalities
means, some cosmetic changes should still be done in qgsattributesforminitcode.ui
2017-11-02 15:31:40 +01:00
David
c3716474a1 attribute editor layout selection etc. 2017-11-02 11:36:50 +01:00
David
90546b0d79 final relation cardinality combobox 2017-11-02 09:12:52 +01:00
David
9b670d0853 App doc and style changes 2017-10-30 06:56:52 +01:00
David
910b9ea540 layout 2017-10-28 11:00:17 +02:00
David
ae4c811956 style 2017-10-28 09:48:42 +02:00
David
02d2ba64ef spelling 2017-10-27 20:57:13 +02:00
David
fb0a5ca79b Relation Combo 2017-10-27 19:18:34 +02:00
David
e7a3a28b3f commit 2017-10-27 18:59:13 +02:00
David
e724dfcd36 commit 2017-10-27 18:58:56 +02:00
David
665a6f0376 combobox for cardinality 2017-10-27 18:37:56 +02:00
David
6055e713a3 Relation Cardinality config 2017-10-27 17:58:33 +02:00
David
e251b24437 relation properties 2017-10-27 17:12:30 +02:00
David
b198923183 Relation Cardinality without own gui 2017-10-27 13:19:09 +02:00
David
6af4bb84fd relationconfig 2017-10-27 12:26:11 +02:00
David
9df37d315b alias field and fixed problem with storing 2017-10-27 07:45:12 +02:00
signedav
10ab9044f8 Merge branch 'master' into propertieslayout 2017-10-26 19:29:54 +02:00
signedav
d097de4d6e Merge branch 'master' into propertieslayout 2017-10-26 19:26:10 +02:00
Matthias Kuhn
1ae0857d4b Merge pull request #5458 from daniviga/rpm-3d
Enable 3D support in RPM
2017-10-26 18:09:41 +02:00
Alessandro Pasotti
92b3b5bcbc Merge pull request #5446 from boundlessgeo/BD-2279-authmanager-singleton
[auth] Authmanager singleton API removal
2017-10-26 17:31:04 +02:00
David
3a547dc5b9 relations in list
alias comment in gui (not ready yet)
2017-10-26 17:06:54 +02:00
Blottiere Paul
d414822f47 Merge pull request #5400 from pblottiere/server_bugfix_visible
[server][bugfix] Fix regression by adding visible tag to layer's node in GetProjectSettings
2017-10-26 15:55:34 +01:00
Blottiere Paul
1c9f9df0ea Add test 2017-10-26 14:27:05 +01:00
Blottiere Paul
3c9e7190ee Fixes regression by adding visible tag to layer's node 2017-10-26 13:51:16 +01:00
Mathieu Pellerin
d40447e7d0 [FEATURE][welcome page] remove from list action (fixes #13722) 2017-10-26 19:25:49 +07:00
Daniele Viganò
40c0b0b353 Force qca-qt5-ossl as a requirement for RPM 2017-10-26 13:21:01 +02:00
Mathieu Pellerin
2383edbe00 [property override btn] integer64 (instead of unknown type) for longlong 2017-10-26 17:36:36 +07:00
Daniele Viganò
32fa6f8e42 Enable 3D support only for Fedora > 26 (waiting for Qt 5.9) 2017-10-26 12:34:27 +02:00
Matthias Kuhn
d31f0940e1
Update sip 2017-10-26 12:25:50 +02:00
Nyall Dawson
034baf1b53 Merge pull request #5436 from alexbruy/processing-gdal-memory
[processing] correctly handle layers without attributes in GDAL-based geoprocessing algorithms (fix #17287)
2017-10-26 20:19:12 +11:00
Alessandro Pasotti
c780ab9bd2 [auth] Minor comment rewording 2017-10-26 11:11:56 +02:00
Alessandro Pasotti
5571a878b1 [auth] bulletproof QgsAuthManager singleton to make server happy 2017-10-26 11:10:17 +02:00
Martin Dobias
8c325206fc Add skirts to hide cracks between adjacent terrain tiles
This adds user configurable skirt height to DEM terrain generator.
Skirts are vertical walls at the edges of each terrain tile that make
cracks (discontinuities) much less apparent.

If there are visible cracks in terrain in the 3D view, try increasing skirt height.
The ideal skirt height depends on the scale of the map and range of altitudes.
2017-10-26 11:06:36 +02:00
Matthias Kuhn
ba75123f4f Merge pull request #5443 from m-kuhn/iteratorTimeout
[feature] Allow to specify timeout when requesting features
2017-10-26 10:55:23 +02:00
Matthias Kuhn
ace8b064c9
Add API doc 2017-10-26 10:54:27 +02:00
Daniele Viganò
62f0603f6d Add 3D support in RPM build 2017-10-26 10:46:22 +02:00
Matthias Kuhn
dc5eefb588 Merge pull request #5448 from signedav/relationshipstrength
Duplication Feature and its relating Features
2017-10-26 10:43:45 +02:00
David
3dbffb07a4 improved api doc 2017-10-26 10:28:42 +02:00
Alessandro Pasotti
4c7e3ff7fa [auth] Removed profile splash information for auth manager (now done in initQgis) 2017-10-26 10:10:27 +02:00
Alessandro Pasotti
bb73f0d8db [auth] Removed instance and ctor from bindings 2017-10-26 10:10:27 +02:00
Alessandro Pasotti
0bc33b1468 Clean auth DB path with cleanPath 2017-10-26 10:10:27 +02:00
Alessandro Pasotti
a1574d0694 Add missing import 2017-10-26 10:10:27 +02:00
Alessandro Pasotti
48984dd089 [auth] Authmanager singleton removal from API 2017-10-26 10:10:27 +02:00
Nyall Dawson
acbd9d18f5 Merge pull request #5432 from Gustry/allow_pipe_filepath
allow pipe character in filepath in processing
2017-10-26 19:09:03 +11:00
Alessandro Pasotti
ecf93e38ec Fix test after QgsFileDownloader move to core and API change 2017-10-26 10:07:12 +02:00
David
18b6caf14c add relations into drag-tree 2017-10-26 09:37:12 +02:00
Mathieu Pellerin
13ba577332 fix WITH_3D=TRUE build 2017-10-26 14:26:43 +07:00
Matthias Kuhn
dc32514738 Merge pull request #5450 from daniviga/rpm-fix-epoch
Fix 'epoch' management in rpm spec
2017-10-26 08:54:13 +02:00