Médéric RIBREUX
e712ee6266
Fix v.net.report descriptions'
2017-12-28 18:37:17 +01:00
Médéric RIBREUX
14709f59f4
Fix nearly all v. ext scripts
2017-12-28 18:28:18 +01:00
Médéric RIBREUX
90bf630185
Fix all r algorithms ext scripts!
2017-12-27 20:13:05 +01:00
Médéric RIBREUX
8b691e87aa
Handle raster files wihtout extension as GTiff + fix some ext scripts
2017-12-27 17:41:05 +01:00
Médéric RIBREUX
1f8fbf313f
Fix r.li.* description files and ext scripts
2017-12-27 15:35:17 +01:00
Médéric RIBREUX
9b6f98a31a
Hidden output parameters are not used in the main command anymore
2017-12-27 12:08:21 +01:00
Médéric RIBREUX
feaecea44d
Fix multiple ParameterField handling
2017-12-27 11:52:01 +01:00
Médéric RIBREUX
36311ff6af
Fix multiple enum parameters handling and some ext scripts
2017-12-27 11:16:14 +01:00
Médéric RIBREUX
3fa9e3c9f8
Fix QgsProcessingParameterFile bad descriptions
2017-12-27 10:19:51 +01:00
Médéric RIBREUX
433d376c8a
Fix optional None input parameters handling
2017-12-26 18:53:30 +01:00
Médéric RIBREUX
5321ee5ea2
Update TODO list
2017-12-26 18:28:21 +01:00
Alexander Bruy
9fb386ac60
Merge pull request #5945 from medspx/ProcessingGrassFixDescV
...
[Processing] Fix description files for GRASS provider
2017-12-25 09:40:36 +02:00
Matthias Kuhn
156869379f
Instructions for QgsCoordinateTransform::initialize API break
2017-12-24 11:17:28 +01:00
Alessandro Pasotti
7871071394
Merge pull request #5941 from elpaso/bugfix-17673-bookmarks--crash-when-docked
...
[bugfix] Bookmarks fix crash on exit when docked
2017-12-23 13:02:30 +01:00
Alessandro Pasotti
63cf7ae603
[bugfix] Bookmrks fix crash on exit when docked
...
Order of destruction does matter
Fixes #17673
2017-12-23 11:43:15 +01:00
Médéric RIBREUX
a540a93e24
Fix i.modis.qc description file
2017-12-23 10:24:52 +01:00
Nyall Dawson
2872f69e20
Reluctantly participate in the Americanization of the world
2017-12-23 18:48:03 +11:00
Nyall Dawson
c7e37e89eb
[sipify] Correctly convert doxygen warning blocks to sphinx warnings
2017-12-23 18:48:03 +11:00
Nyall Dawson
87b8a370e9
Expand QgsCoordinateTransform docs
2017-12-23 18:48:03 +11:00
Alexander Bruy
1e06abb143
Merge pull request #5943 from borysiasty/zip-reloading
...
[Plugin Manager] Reload manager contents after installing a plugin from zip.
2017-12-23 09:22:32 +02:00
Nyall Dawson
6ac6939bf8
Sipify
2017-12-23 14:21:32 +10:00
Tom Kralidis
676bba29c3
Merge pull request #5942 from tomkralidis/metasearch-explicit-crs
...
[bugfix] [MetaSearch] make gml:Envelope CRS explicit for spatial queries (fixes #17739 )
2017-12-22 20:16:27 -05:00
Mathieu Pellerin
f149730e43
Merge pull request #5940 from nirvn/messagebar_link_color
2017-12-23 07:40:04 +07:00
Borys Jurgiel
c0b56a3a65
[Plugin Manager] Reload manager contents after installing a plugin from zip. Fixes #17626
2017-12-22 23:47:53 +01:00
Tom Kralidis
04b18f4d43
[bugfix] [MetaSearch] make gml:Envelope CRS explicit for spatial queries
...
(fixes #17739 )
2017-12-22 16:21:25 -05:00
Tom Kralidis
e16dfe4ff0
MetaSearch: remove duplicate field
2017-12-22 09:21:39 -05:00
Webmaster
aace710ebb
fix success icon for message bar items
2017-12-22 20:35:53 +07:00
Webmaster
d1dd732a9e
[layouts] use a success message bar item when exporting
2017-12-22 20:33:17 +07:00
Webmaster
1a4071780e
[ui] style message bar hyperlinks based on type
2017-12-22 20:25:29 +07:00
Nyall Dawson
4ff72de62e
Merge pull request #5858 from lbartoletti/segment_intersection
...
Segment intersection
2017-12-22 21:43:13 +11:00
Mathieu Pellerin
36c4ac4668
[ui] add hyperlink to saved image/PDF in the message bar
2017-12-22 14:51:38 +07:00
Mathieu Pellerin
1e3526ea4f
[layouts] fix overview map combobox filter
2017-12-22 14:41:57 +07:00
Alessandro Pasotti
22098a4905
Merge pull request #5935 from elpaso/bugfix-17728-source-select-buttons
...
Use standard buttons for unified add layer dialog
2017-12-22 08:12:27 +01:00
Alessandro Pasotti
02152ac8f3
Merge pull request #5936 from elpaso/bugfix-17724-virtuallayer-crash
...
[bugfix] Fix crash in virtual layers dlg when adding
2017-12-22 08:12:04 +01:00
Mathieu Pellerin
224dcd0f0b
[layouts] improve lock item(s) / unlock all toolbar icons ( #5929 )
2017-12-22 07:59:38 +07:00
Nyall Dawson
e02ff050ad
Fix some issues with to_interval expression function
...
- incorrect regex for handling values with decimal point
- fix overflow with large intervals
2017-12-22 04:41:04 +11:00
Alessandro Pasotti
385d0ef94b
[bugfix] Fix crash in virtual layers dlg when adding
...
Fixes #17724 Crash on clicking ADD in Virtual Layer
dialogue without defining a layer
A proper implementation should handle the Add button
state when a virtual layer definition is available.
2017-12-21 18:19:07 +01:00
Trashmonk
d908518c49
Update Rasterize.py
2017-12-21 17:55:02 +01:00
Trashmonk
82df4de88a
Update Rasterize.py
2017-12-21 17:55:02 +01:00
Trashmonk
4fbea38439
Added transparency to areas with no vector data.
...
Originally the background colour defaulted to white with no transparency for areas without vector data. I have added an alpha channel to the geotiff and set it zero (full transparency) for areas with no vector data. This could be optional, in case the user wants a solid background.
2017-12-21 17:55:02 +01:00
Alessandro Pasotti
9fe87297e7
Merge pull request #5934 from elpaso/bookmarks-tiny-fixes
...
[bookmarks] Case insensitive sorting
2017-12-21 17:23:49 +01:00
Alessandro Pasotti
8fb147f802
Use standard buttons for unified add layer dialog
...
Fixes #17728 by setting the standard buttons in the
button box instead of manually adding them by code.
This way the buttons should honor the platform-specific
position and look&feel.
2017-12-21 17:21:50 +01:00
Alessandro Pasotti
15ffcb4345
[bookmarks] Case insensitive sorting
...
Fixes #17005
2017-12-21 16:45:29 +01:00
Matthias Kuhn
5daf33a578
Merge pull request #5931 from signedav/fieldtypeprop
...
Make QgsField::type a Q_PROPERTY
2017-12-21 12:19:47 +01:00
Martin Dobias
2f19d62997
[3d] Respect no-data values from DEMs in terrain generator ( fixes #17558 )
2017-12-21 11:22:56 +01:00
David
dc51dbf88e
Q_PROPERTY of QVariant::Type to use exernally
2017-12-21 10:27:40 +01:00
Mathieu Pellerin
1ddcac501c
[3d] missing piece of the jigsaw: save 3d canvas as image ( #5927 )
2017-12-21 16:16:20 +07:00
Mathieu Pellerin
909a0fc21c
Merge pull request #5921 from nirvn/layout_item_icon
2017-12-21 11:08:50 +07:00
nirvn
3dc5211715
[layouts] use gray icons for the items panel
2017-12-21 10:33:24 +07:00
nirvn
0a40a81151
[layouts] add icons for items and use those in the items panel
2017-12-21 10:33:24 +07:00