Nyall Dawson
cd64d31b39
[mssql] Ensure provider rejects features with incorrect geometry type
2018-10-26 07:54:14 +10:00
Sveinn í Felli
f4e6477a63
Update TRANSLATORS
...
Added missing translator for Icelandic
2018-10-26 07:52:57 +10:00
James Shaeffer
69df8cf75c
Updated the version of CMake from 3.7 to 3.12 in the list of required tools
2018-10-26 07:52:41 +10:00
Alessandro Pasotti
560e841e37
[authmanager] Fix OAuth2 implicit grant flow
2018-10-26 07:51:57 +10:00
Denis Rouzaud
8eb193020a
Merge pull request #8330 from 3nids/fix9160
...
Properly zoom to feature for single point selected
2018-10-25 13:34:49 -08:00
Nyall Dawson
1118f4ac91
Remove some dox details which are likely to go out of date quickly
2018-10-26 07:20:47 +10:00
Nyall Dawson
857bbe1e66
Register metatype for QgsAuthManager::MessageLevel to avoid qt warnings
2018-10-26 07:20:47 +10:00
Nyall Dawson
87f5c0c0d4
[o2] Avoid a misleading console error output
2018-10-26 07:20:47 +10:00
Borys Jurgiel
531f366372
Merge pull request #8310 from borysiasty/scale_lock_button
...
Move the scale lock button from the QgsStatusBarScaleWidget to QgsStatusBarMagnifierWidget
2018-10-25 23:17:34 +02:00
Borys Jurgiel
2633006985
Merge pull request #8329 from borysiasty/browser_gpkg_overwrite
...
Disable overwriting GPKG layers with rasters in the Browser Panel
2018-10-25 23:10:39 +02:00
Borys Jurgiel
6a61d5d226
Merge pull request #8337 from borysiasty/update-firstrundialog
...
Update link to changelog in the First Run Dialog
2018-10-25 23:10:10 +02:00
Denis Rouzaud
95142cc19e
use Exclude field by default for relation search widget wrapper
...
fix #20201
2018-10-25 16:38:22 -04:00
Borys Jurgiel
ef56a7a208
Update changelog link from 3.0.0 to 3.4-LTR in the First Run Dialog
2018-10-25 22:00:47 +02:00
Denis Rouzaud
daca55a725
add test for QgsRectangle::scale and scaled
2018-10-25 15:31:05 -04:00
Juergen E. Fischer
6a2c31d897
fix typo
2018-10-25 20:51:19 +02:00
Nyall Dawson
3088574c50
Fix failing oauth2 test
...
The presence of the state parameter which has no QPROPERTY
counterpart in QgsAuthOAuth2Config was causing the
conversion for json to qobject to fail.
2018-10-26 04:46:42 +10:00
Nyall Dawson
7b3f3cfafb
[oauth2] Show a list of directories searched for predefined configuration
...
files in the list tooltip/help text
Immediately gives users more clues about how to use these
files and where they must be placed
2018-10-26 04:46:42 +10:00
Nyall Dawson
b8361e4f9e
[outh2] Don't crash when trying to parse an invalid json configuration file
2018-10-26 04:46:42 +10:00
Nyall Dawson
b5dc84d7db
Fix some clazy warnings
2018-10-26 04:46:42 +10:00
Nyall Dawson
e24e5c7860
[oauth2] Use token url if refresh token url is not specified
...
The refresh token url is marked as optional -- so we fallback
on the token url if user has not specified a specific refresh URL
2018-10-26 04:46:42 +10:00
Denis Rouzaud
a4e438a410
fix fetching rectangle
2018-10-25 14:34:59 -04:00
Denis Rouzaud
6fc36dcd1a
use QgsFeatureRequest::setNoAttributes ( #8332 )
2018-10-25 10:01:04 -08:00
Denis Rouzaud
5577d83a75
mark method as const
2018-10-25 13:49:26 -04:00
Denis Rouzaud
d1f0ae4740
optimize request by fetching the required extend
2018-10-25 13:41:28 -04:00
Denis Rouzaud
80d0c33f5b
add QgsRectangle::scaled which returns the scaled rectangle
...
facilitates one-lines
2018-10-25 13:37:07 -04:00
Denis Rouzaud
bf5537e230
fix crash when changing screen while rendering ( #8328 )
...
remove this assert since by the time the map is rendered the screen changed and might not have the same DPR.
2018-10-25 08:03:27 -08:00
Denis Rouzaud
699d8487dc
add QgsFeatureRequest::setNoAttributes ( #8326 )
...
since it's more convenient than setSubsetOfAttributes( QgsAttributesList() )
2018-10-25 07:35:05 -08:00
Alessandro Pasotti
653a668531
Merge pull request #8325 from elpaso/bugfix-other-db-styles
...
Fix show other DB styles when there are no styles for current layer
2018-10-25 16:56:35 +02:00
Denis Rouzaud
edc03030ef
Properly zoom to feature for single point selected
...
fix #9160
this will fetch the canvas content and combine selected point with closest point and scale it 5 times
2018-10-25 10:51:19 -04:00
Borys Jurgiel
83065a466d
Merge branch 'master' of github.com:qgis/QGIS into scale_lock_button
2018-10-25 16:49:05 +02:00
Matthias Kuhn
dc334ac028
Merge pull request #8223 from signedav/json_tests
...
QgsServer Tests for JSON fields
2018-10-25 16:41:40 +02:00
rldhont
eae047e9dd
[Server][Tests] Update WMS GetMap Selection
...
The selection color is read from the project and apply to the map.
2018-10-25 16:40:53 +02:00
Borys Jurgiel
39f97ecbb2
[bugfix] Disable overwriting GPKG layers with rasters in the Browser panel until it works properly.
2018-10-25 16:21:35 +02:00
Alessandro Pasotti
b0104a2807
Merge pull request #8324 from elpaso/bugfix-unreported-ensure-qml-extention-on-save-style-to-file
...
Bugfix unreported ensure qml extention on save style to file
2018-10-25 16:03:49 +02:00
Matthias Kuhn
4acb12d18e
Merge pull request #8281 from m-kuhn/copyValueMapToClipboard
...
Allow copying value map definitions to clipboard
2018-10-25 15:57:48 +02:00
signedav
9768fdd0f3
handle EnableChange event in QgsFilterLineEdit
2018-10-25 15:27:05 +02:00
Denis Rouzaud
6a9cff3fd2
reserve space in feature list for performance ( #8322 )
2018-10-25 05:19:13 -08:00
Denis Rouzaud
d1423decc8
add theme style.qss.auto to gitignore
2018-10-25 09:11:59 -04:00
signedav
a4bb9058b4
removed extra ;
2018-10-25 15:00:00 +02:00
signedav
5b4aed3aa2
Test if NULL is selected
2018-10-25 14:58:30 +02:00
Alessandro Pasotti
f73673060b
Fix show other DB styles when there are no styles for current layer
...
Aka: cleaning my own mess :)
2018-10-25 14:36:04 +02:00
Denis Rouzaud
cd509de59c
fix typo
2018-10-25 08:35:46 -04:00
rldhont
a9e6950eee
[Server] Use Project selection color in GetPrint for 3.4
...
Because selection was deactivated in layout, selection color was not transmitted from QgsProject to QgsLayoutRenderContext to QgsMapSettings.
forward porting of #7294
2018-10-25 14:31:07 +02:00
signedav
fa625ff022
use forward declaration for QgsFeature
...
and use as_const on featurelist
2018-10-25 14:26:27 +02:00
Alessandro Pasotti
6afb8def0a
Add a test for saveNamedStyle to file path
2018-10-25 14:20:18 +02:00
Alessandro Pasotti
08f2a02adf
Ensure save as style file appends qml extension
...
... or you'll save in the DB instead
2018-10-25 14:19:31 +02:00
signedav
cb19b34655
iterate through features with iterator
2018-10-25 14:16:37 +02:00
signedav
f0b0aea3b2
controll clear button by edit-state
...
because it has to appear on edit-mode, otherwise not
2018-10-25 13:56:57 +02:00
signedav
0a2689d94e
rearanged imports
2018-10-25 13:29:13 +02:00
Denis Rouzaud
0959e9f453
force Night Mapping theme on Mac Mojave with Dark Theme ( #8309 )
...
* force Night Mapping theme on Mac Mojave with Dark Theme
otherwise QGIS is pretty unusable
see #20195
* [themes] add automatic mode to base theme on OS theme
only effective on Mac OS for now
* Revert "add auto theme based on OS to choose default / dark theme"
This reverts commit d012451cadb4653421eb49711ac99ed48e064622.
* apply auto theme only for Qt < 5.12
* Update src/app/qgisapp.cpp
* better doc
2018-10-25 03:16:46 -08:00