Martin Dobias
79bc5d4bf7
Save state of 3D map views in projects + restore them on project load
2017-10-19 09:26:30 +02:00
Martin Dobias
2aaff6a331
Move code useful for 3D view out of 2D map canvas dock code
2017-10-19 09:26:30 +02:00
Nyall Dawson
ac7e041a4c
Revert "Fix build warnings on Travis"
...
Hey clang - how about you don't through warnings if
fixing them breaks the build?
This reverts commit e28a555497e9984d261c6a054502c875b6994a89.
2017-10-19 16:14:12 +10:00
Harrissou Sant-anna
60d0db9ebd
[DB Manager]Set dialog alignment instead of adding trailing spaces to labels
2017-10-19 07:14:58 +02:00
Nyall Dawson
e28a555497
Fix build warnings on Travis
2017-10-19 14:25:01 +10:00
Nyall Dawson
8927fb57c2
Merge pull request #5369 from nyalldawson/toolbox_order
...
[processing] Always list native algorithms before 3rd party providers
2017-10-19 15:23:22 +11:00
Nyall Dawson
4ce166241e
Allow processing providers to specify a long name, and show it in tooltips
...
Add version number to gdal provider long name
2017-10-19 13:12:31 +10:00
Nyall Dawson
a33376fe09
Drop version and count from algorithm item in tree view
2017-10-19 12:01:40 +10:00
Nyall Dawson
925ec6098c
[processing] Always list native algorithms before 3rd party providers
...
This change ensures that searching for algorithms always returns
native algorithms before matching 3rd party algorithms
TODO: we really need to replace the toolbox tree with a proper
model and redo the sorting/filtering using a sort/filter proxy
model.
2017-10-19 12:01:40 +10:00
Nyall Dawson
325168ee1f
Merge pull request #5392 from nyalldawson/file_downloader
...
Split QgsFileDownloader into separate core/gui classes
2017-10-19 12:59:07 +11:00
Nyall Dawson
b855ad1e72
Merge pull request #5366 from DelazJ/effectsalign
...
Vertically align color widget in Effect properties dialog
2017-10-19 12:48:47 +11:00
Nyall Dawson
8ca4a1a80f
Fix windows build
2017-10-19 11:47:57 +10:00
Nyall Dawson
34e3056846
Merge pull request #5371 from DelazJ/colorspace
...
Optimize spacing in Color settings dialog
2017-10-19 12:45:55 +11:00
Nyall Dawson
bb522b3660
More use of geos::unique_ptr
2017-10-19 11:52:10 +11:00
Nyall Dawson
0d6df12835
Fix leak in QgsMultiSurface::asJSON
2017-10-19 11:52:10 +11:00
Nyall Dawson
6fe89fd3c4
Replace GEOSGeomScopedPtr with unique_ptr with custom deleter
...
And make greater use of it through QgsGeos to avoid potential
memory leaks.
2017-10-19 11:52:10 +11:00
Nyall Dawson
406425d68a
Rename method, docs and api breaks documentation
2017-10-19 07:29:48 +10:00
Nyall Dawson
30da28a7b0
Fix qt warnings thrown by QgsFileDownloader
2017-10-19 07:21:17 +10:00
Nyall Dawson
587072cae9
Split QgsFileDownloader into separate core/gui classes
...
So that the guts of this class can be used from non-gui code
2017-10-19 06:32:50 +10:00
Nyall Dawson
a406739975
Add render context flag to indicate canvas preview jobs
...
In future we can use this to optimise the preview job and shortcut
by doing lower quality/faster renders.
For now, use this flag to identify preview jobs and only apply
'updated canvas' min/max to rasters for non-preview jobs
Fixes #16988
2017-10-19 07:31:33 +11:00
Nyall Dawson
f77377e6ae
Fix crash in QgsGeometry::splitGeometry
2017-10-19 07:30:50 +11:00
Alexander Bruy
a6ac876d90
[processing] update test data
2017-10-18 18:41:39 +03:00
volaya
fe780afc81
[processing] allow reordering in multiple selection dialog
2017-10-18 16:20:47 +02:00
Alexander Bruy
d0623620a3
[processing] retrieve dissolve parameter as boolean value
2017-10-18 16:21:57 +03:00
lbartoletti
64cd1c5436
manual resolve conflicts for qgisapp.ui
2017-10-18 13:21:09 +02:00
Alessandro Pasotti
a7765ca966
Merge pull request #5380 from boundlessgeo/bd_2272_pki_parsed_ca
...
[auth] Allow to optionally add CAs from PKI bundle to the trusted CAs for the configured connection
2017-10-18 11:47:30 +02:00
lbartoletti
0d8d101242
Enable tools using extent when map is rotated
2017-10-18 11:28:03 +02:00
Jachym Cepicky
516540a201
Put GeoPackage at first place in the menu [FEATURE] [needs-docs]
2017-10-18 08:45:12 +02:00
Nyall Dawson
df0d717f92
Fix disabled add button in ogr source select for valid protocols
...
Fixes #17206
2017-10-18 10:51:43 +10:00
Nyall Dawson
c295c92ed7
Remove empty item from plugin manager tabs
2017-10-18 10:28:38 +10:00
Nyall Dawson
5a14a928cd
Fix corrupted text in buttons
2017-10-18 10:25:36 +10:00
Borys Jurgiel
a66566a778
Plugin Manager: Disable focus by tab key for the 'Unistall' and 'Upgrade all' buttons to prevent from accidental execution
2017-10-17 23:30:49 +02:00
Borys Jurgiel
ccb46722f0
Plugin manager layout fixes
2017-10-17 23:14:16 +02:00
Tom Kralidis
cb450fb733
Merge pull request #5391 from tomkralidis/issue-11732
...
[MetaSearch] update plugin icon (fixes #11732 ) [needs-docs]
2017-10-17 15:23:04 -04:00
Tom Kralidis
92e5de9e9e
[MetaSearch] update plugin icon ( fixes #11732 ) [needs-docs]
2017-10-17 14:29:56 -04:00
Even Rouault
9fdd060322
Remove useless use of binary or
2017-10-17 18:28:59 +02:00
Alessandro Pasotti
b1c45d57a6
[auth] Use QGIS test certificates
2017-10-17 18:11:58 +02:00
Marco Hugentobler
288d2eed29
Enable external WMS layers also for GetPrint
2017-10-17 17:29:54 +02:00
Marco Hugentobler
2dda2abc98
Remove temporary layers (highlight layers and external wms layers)
2017-10-17 14:53:55 +02:00
Blottiere Paul
c645479625
Merge pull request #5360 from pblottiere/server_bugfix_ogc_getmap_bbox
...
[server][bugfix] Fix OGC test getmap bbox
2017-10-17 13:34:20 +01:00
Blottiere Paul
4901f0af05
Merge pull request #5303 from pblottiere/server_bugfix_ogc_queryable_layer
...
[server][bugfix] Fix OGC test getfeatureinfo:each-queryable-layer
2017-10-17 13:00:40 +01:00
Alessandro Pasotti
b77c11f4c6
Merge pull request #5387 from boundlessgeo/auth_fix_wfs_from_browser
...
[auth][bugfix] Do not expand authentication URI in browser items
2017-10-17 12:25:40 +02:00
Marco Hugentobler
40201b2ef5
Support external WMS layers in GetPrint and GetMap requests
2017-10-17 12:00:04 +02:00
Alessandro Pasotti
f69c9cc685
WFS data items: add level to debug message
2017-10-17 11:52:05 +02:00
Blottiere Paul
a3971ee0cd
Update unit tests
2017-10-17 10:17:49 +01:00
Blottiere Paul
592033ac8d
Translate error message in exception
2017-10-17 10:16:50 +01:00
Blottiere Paul
2a91452869
Fix error code
2017-10-17 10:16:50 +01:00
Blottiere Paul
24a89288d1
First layer level should not be set to queryable (only sublevels)
2017-10-17 10:16:50 +01:00
rldhont
ab107d0e8c
Merge pull request #5297 from dmarteau/wfs_1_1_0
...
[Server][FEATURE][needs-docs] Support WFS 1.1.0
2017-10-17 10:09:31 +02:00
David Marteau
40b916c7a3
Disable message hook and import override at runtime
2017-10-17 09:40:22 +02:00