50556 Commits

Author SHA1 Message Date
Juergen E. Fischer
6e46a9c720 debian packaging: fix file mode fix (followup e306aaaae) 2018-09-19 20:59:28 +02:00
Juergen E. Fischer
74b2e19434 osgeo4w: fix lrelease lookup 2018-09-19 19:22:08 +02:00
Matthias Kuhn
fde813ca82
Merge pull request #7948 from m-kuhn/final
It's the `final` countdown
2018-09-19 16:34:54 +02:00
Matthias Kuhn
d129c2cbc1
Merge pull request #7932 from m-kuhn/single_geometry_check
Add QgsSingleGeometryCheck
2018-09-19 16:34:35 +02:00
Matthias Kuhn
3cb82a58c8
Merge pull request #7959 from m-kuhn/geometryOptions
Add a new QML category "Geometry Options"
2018-09-19 15:52:38 +02:00
Matthias Kuhn
9b2dff6762
Adjust tests to new API 2018-09-19 14:43:57 +02:00
Matthias Kuhn
d1ccc5131f
Adjust include guard 2018-09-19 14:39:38 +02:00
Matthias Kuhn
1c359f8acd
Add a new QML category "Geometry Options"
And rename QgsGeometryFixes to QgsGeometryOptions
2018-09-19 13:51:00 +02:00
Matthias Kuhn
b2072d8298
Add missing sip magic 2018-09-19 13:48:47 +02:00
Martin Dobias
1390198c37 Fix doxygen link 2018-09-19 13:20:31 +02:00
Martin Dobias
2da705864b Fix search tolerance when doing identification in 3D map view
Until now the identification from 3D map view used tolerance based
on the current view of the main 2D map canvas - that was giving often
unexpected results if the 2D map canvas had significantly different
zoom level from the 3D map view.
2018-09-19 13:20:31 +02:00
Juergen E. Fischer
e3f63d8811 postgres provider: cast to text in uniqueStringsMatching (fixes #19180) 2018-09-19 13:17:01 +02:00
nirvn
bbfccdcfb5 [ui] improve mesh layer icon 2018-09-19 17:06:37 +07:00
Alessandro Pasotti
826056e42c
Merge pull request #7951 from elpaso/bugfix-19802-dbmanager-saved-queries
Bugfix 19802 dbmanager saved queries
2018-09-19 11:44:18 +02:00
nirvn
b74876776c [ui] improve required layer indicator icon 2018-09-19 16:38:37 +07:00
Matthias Kuhn
6b0ea16eb9
Fix compiling with older sip version 2018-09-19 11:36:53 +02:00
Blottiere Paul
d64303fdda
Merge pull request #7950 from pblottiere/server_wfs_if_capabilities
[server] Fixes Filter_Capabilities element in WFS GetCapabilities document
2018-09-19 11:18:56 +02:00
Blottiere Paul
420bcc9fc4
Merge pull request #7947 from pblottiere/server_wfs_operation
[server] Fixes Operations in WFS GetCapabilities document
2018-09-19 11:17:49 +02:00
Matthias Kuhn
b4ab101a45
Merge pull request #7957 from m-kuhn/noSilentDisable
Do not silently disable cmake options
2018-09-19 10:03:26 +02:00
Matthias Kuhn
71ec68b742
Do not silently disable cmake options 2018-09-19 08:50:26 +02:00
Matthias Kuhn
b65f725cfa
Rename SIP_FINAL to FINAL 2018-09-19 08:42:44 +02:00
Matthias Kuhn
0fc16d6342
Merge pull request #7955 from mbernasocchi/allow_server_without_gui
allow WITH_SERVER=ON WITH_GUI=OFF
2018-09-19 07:48:13 +02:00
Matthias Kuhn
8d9c96c911
Add final for sip >= 4.19 2018-09-19 07:47:02 +02:00
Loïc Bartoletti
eeb0702399 Fix 18499. Snapping Toolbar missing from View > Toolbars 2018-09-19 09:02:48 +10:00
Nyall Dawson
0da1e33110 Use qgsRound in some more places 2018-09-19 09:01:22 +10:00
Nyall Dawson
992fe4d41f Update test 2018-09-19 09:01:22 +10:00
Nyall Dawson
db8271901e more tests 2018-09-19 09:01:22 +10:00
Nyall Dawson
f9015f38a4 Make qgsRound more tolerant to large values
Fixes #19844
2018-09-19 09:01:22 +10:00
Marco Bernasocchi
70cbde21c1 allow WITH_SERVER=ON WITH_GUI=OFF 2018-09-18 22:19:56 +02:00
Nyall Dawson
cdd72e51e5 [processing] Fix use of models as child algorithms in other models
Fixes #19857
2018-09-19 05:04:09 +10:00
Nyall Dawson
17326541cd [processing] Add method to attempt to reattach model children to linked algorithms
Refs #19857
2018-09-19 05:04:09 +10:00
Denis Rouzaud
6b8cd4bd47
[locator] show field where text has been found in current layer filter (#7904)
* [locator] show field where text has been found

also fix an issue that a field was not returning a match for big number (e/f formats)

* init layer tree model when testing QgisApp

* add test for inbuilt active layer locator filter

* use string comparison for numerical value

this is how it is done in attribute table filter and seems to have better result than comparing numerical values

* switch back to numerical precision and cleanup layers
2018-09-18 11:03:55 -08:00
Denis Rouzaud
622fe8c010
fix join style badly set in global options (#7952) 2018-09-18 09:43:11 -08:00
Matthias Kuhn
d9f5d53779
Add SIP_FINAL 2018-09-18 19:06:01 +02:00
Denis Rouzaud
7233c604b1
[ogr provider] less debug output and remove useless Qt version check (#7949)
* [ogr provider] less debbug output and remove useless Qt version check

* Update qgsogrprovider.cpp
2018-09-18 08:58:37 -08:00
Matthias Kuhn
ddaa8ea4af
inline and virtual are no good friends 2018-09-18 18:53:48 +02:00
Alessandro Pasotti
9473d63cc4 Add test for writeEntry (not related to the bug)
... but since I wrote it ...
2018-09-18 18:23:55 +02:00
Alessandro Pasotti
a74b6262df [dbmanager] Fix stored queries retrieve
Fixes #19802 - DB Manager saved SQL statements are saved empty
2018-09-18 18:22:58 +02:00
Matthias Kuhn
9f407d0b41
Make methods in QgsVectorLayer finally final 2018-09-18 18:04:50 +02:00
Matthias Kuhn
ab91b8553f
Teach sipify the meaning of final 2018-09-18 17:23:42 +02:00
Blottiere Paul
f65deeb5c0 Update unit tests 2018-09-18 16:16:36 +01:00
Alessandro Pasotti
42573f7476
Merge pull request #7933 from nyalldawson/edit_in_place_feedback
[processing] Show a message bar success message after running in-place, parameterless alg
2018-09-18 17:14:58 +02:00
Blottiere Paul
07d400c66f Removes commented code 2018-09-18 16:13:33 +01:00
Blottiere Paul
f1ea78312f Update unit test 2018-09-18 15:39:25 +01:00
Blottiere Paul
1e5c5258bc Update insert, update and delete operations element 2018-09-18 15:38:54 +01:00
Blottiere Paul
9d29b934ff Add Id_Capabilities element with FID 2018-09-18 15:34:41 +01:00
Blottiere Paul
e295eb66a7 Operations element has to be before OutputFormats 2018-09-18 15:29:38 +01:00
Alessandro Pasotti
13f500ba9e
Merge pull request #7929 from elpaso/bugfix-18102-advanced-digitizing-comma
[bugfix] Fixes float input in advanced digitizing ...
2018-09-18 15:54:30 +02:00
Matthias Kuhn
7c83841989
Merge pull request #7930 from anitagraser/master
Updated ms installer icons, fixes #17978
2018-09-18 15:37:30 +02:00
Alessandro Pasotti
2ee6122564
Merge pull request #7943 from elpaso/bugfix-18583-range-widget-nulls
[bugfix] Allow empty null representation in spinboxes
2018-09-18 15:29:41 +02:00