Salvatore Larosa
70d5c1b74e
fix warning: use editTextChanged signal instead of textChanged one for QComboBox
2016-01-29 09:51:15 +01:00
Hugo Mercier
909910e1b6
Add missing licence/copyright
2016-01-29 08:43:18 +01:00
Matthias Kuhn
2f411afe75
[Processing] Fix raster tools
...
GDAL arguments need to be str since they are passed as unencoded const
char*.
2016-01-28 15:54:12 +01:00
Alexander Bruy
82c9a5ad3c
Merge pull request #2592 from alexbruy/layertree-drag-n-drop
...
add CopyAction to the list of supported drop actions in the Layer Tree
2016-01-28 14:32:14 +02:00
Juergen E. Fischer
ecfcd319ef
sip sync QgsFeatureRendererV2
2016-01-28 12:20:20 +01:00
Nyall Dawson
7dc5eac8bd
Improve handling of time values in attributes
...
- make QgsVectorFileWriter respect QTime field values and only
convert to string if required by output format
- list time types as native types for memory, postgres and OGR
providers (OGR support depends on file format)
2016-01-28 22:14:25 +11:00
Nyall Dawson
082f113197
Readd missing sip binding
2016-01-28 21:43:09 +11:00
Peter Petrik
84e8b10d2d
fix when 3D and M
2016-01-28 11:39:11 +01:00
Peter Petrik
86e67713d6
fix #13669 (Circular string generates duplicated nodes)
2016-01-28 11:04:40 +01:00
Nyall Dawson
90718ddfd4
Show preview string for date/time/datetime expression results
2016-01-28 20:55:04 +11:00
Nyall Dawson
ee5e1c7d22
Fix handling for QTime variants in expression functions
2016-01-28 20:55:04 +11:00
Nyall Dawson
77ba570f08
Right align times and dates in attribute table
2016-01-28 20:55:04 +11:00
Salvatore Larosa
bb96c35af9
Fix sizepolicy for load style from db dialog
2016-01-28 10:54:04 +01:00
Nyall Dawson
aca66a710f
More debugging for app startup test
2016-01-28 20:52:51 +11:00
Nyall Dawson
4aafed8366
Indentation
2016-01-28 20:51:22 +11:00
Martin Dobias
5d466417af
Fix loading of QgsDataDefined from XML ( fixes #14177 )
2016-01-28 10:48:34 +01:00
Juergen E. Fischer
4dd76da7f8
geometry sip sync and some cosmetics
2016-01-28 10:31:08 +01:00
volaya
7af58516bc
[processing] fixed group names in lidar provider
2016-01-28 10:15:00 +01:00
rldhont
8c9078ddc8
Merge branch 'marcel-dancak-master-bugfix_13527'
2016-01-28 10:12:02 +01:00
Juergen E. Fischer
9f52046618
fix precise build
2016-01-28 08:35:00 +01:00
Martin Dobias
fa66583e6f
Improve indexing strategy for snapping ( fixes #12578 )
...
Implemented a simple heuristic that should keep the number of cached
features per layer reasonable - and thus lower the amount of consumed
memory and CPU for big layers.
2016-01-27 23:16:47 +01:00
Martin Dobias
86307ffc7c
Add debug capabilities to snapping utils
2016-01-27 23:16:46 +01:00
Martin Dobias
19b18bc6ff
Clear non-indexable layers when they are removed
2016-01-27 23:16:46 +01:00
Martin Dobias
193d377762
point locator: Do not set feature limit in feature request
...
Otherwise we will not be able to detect that the locator creation has been cancelled
2016-01-27 23:16:46 +01:00
Nyall Dawson
a88c93b10e
Followup 91ad20, increase startup test timeout
...
Now that the test has been improved we can safely bump the timeout
up a lot
2016-01-28 08:47:36 +11:00
Nathan Woodrow
95b26663f6
Merge pull request #2509 from SebDieBln/FixTipWindow
...
initialize tip window with correct parent widget (fixes #8312 ) (fixes #8365 )
2016-01-28 06:22:02 +10:00
Sandro Santilli
bc4d16e8d9
Check WKB boundaries while simplifying for rendering
...
Fixes crash on simplifying mixed-dimension collections.
Closes #12416
2016-01-27 16:28:05 +01:00
Alexander Bruy
b66002d0ab
add CopyAction to the list of supported drop actions
2016-01-27 16:41:55 +02:00
Denis Rouzaud
d80a632bd8
use digitizing color for label editing rubber band
2016-01-27 15:40:32 +01:00
Denis Rouzaud
ae3cfd4f85
Merge pull request #2726 from medspx/bugfix_external_resource
...
External Resource widget multiple fixes (fix Redmine #14178 )
2016-01-27 15:04:13 +01:00
Martin Dobias
cce4b2db9e
fix indentation
2016-01-27 14:56:29 +01:00
Martin Dobias
c934291070
fix indentation
2016-01-27 14:21:33 +01:00
Martin Dobias
cc6721c1a9
Fixes to 2.5d renderer
...
- support holes in polygons and multi-polygons
- make sure not to overshoot value in HSV color (max. 100) - Qt spits out warnings
2016-01-27 14:09:32 +01:00
Martin Dobias
9fd6b24686
Move extraction of linestrings out of QgsExpression file + add unit test
2016-01-27 14:09:32 +01:00
Martin Dobias
5210c12270
Make vertex editor closable (because why not?)
2016-01-27 14:09:31 +01:00
Médéric RIBREUX
d6bd8d0c32
External Resource widget multiple fixes (fix Redmine #14178 )
2016-01-27 14:09:04 +01:00
Alexander Bruy
1858cc719c
Revert "[processing] also make Modeler non-blocking when opened from context menus (follow up 51ec2bfba6)"
...
This reverts commit 602437aa0676a7ad4ce21bc32b62c2b107474bff.
Having modeler as non-blocking window it risky as changes in the
algorithms will not be reflected in it.
2016-01-27 14:01:37 +02:00
Alexander Bruy
469985da39
Revert "[processing] make Modeller non-blocking window"
...
This reverts commit 51ec2bfba6cd5eeb4bf10588d8b94ee30e7faa4a.
Having Processing modeler non-modal risky as user can add/remove
new providers and this changes will not be reflected in the modeler
2016-01-27 14:01:37 +02:00
Martin Dobias
42ea15b346
Merge pull request #2496 from SebDieBln/App_OptionsAsFiles
...
Accept option '--' to mark all following arguments as files (refs #3714 )
2016-01-27 12:42:56 +01:00
Nathan Woodrow
80e3f8fc74
Merge pull request #2704 from SebDieBln/FixFieldCalcDialogParent
...
[Bugfix] Construct the QgsFieldCalculator dialog with the correct parent
2016-01-27 21:10:46 +10:00
Nyall Dawson
0d433b092e
Fix warnings
2016-01-27 20:56:32 +11:00
Nyall Dawson
4ec0912001
Fix inconsistent behaviour when deleting nodes with node tool
...
(fix #14168 )
2016-01-27 20:12:20 +11:00
Salvatore Larosa
47013f7bef
[dbmanager] Fixes #13679 - QGIS master crashes when closing DB Manager in preview mode
2016-01-27 09:54:43 +01:00
Alexander Bruy
602437aa06
[processing] also make Modeler non-blocking when opened from context menus (follow up 51ec2bfba6)
2016-01-27 09:52:32 +02:00
Alexander Bruy
554ca8da87
[processing] unregister actions when unloading (follow up f7e6fa67b0)
2016-01-27 09:49:25 +02:00
Nyall Dawson
c7204cc722
Fix editing composer legend titles while filtering enabled ( fix #11459 )
2016-01-27 15:51:47 +11:00
Nyall Dawson
6893f4941d
Properly fix doxygen warning
2016-01-27 14:40:51 +11:00
Nyall Dawson
59f418b763
Revert "Fix doxygen warning"
...
This reverts commit 9e1a2359ba7aab9094544f85ba04efceceedf5f6.
2016-01-27 14:40:01 +11:00
Nyall Dawson
9e1a2359ba
Fix doxygen warning
2016-01-27 14:38:05 +11:00
Nyall Dawson
fe95e4eeea
Show variables from symbol scope in symbol layer widget expression
...
builders. (This lets users know they are available).
Also swap some variable names to static strings for speed.
2016-01-27 13:58:32 +11:00