33416 Commits

Author SHA1 Message Date
Alexander Bruy
62582098b9 Merge pull request #3169 from medspx/processing_grass7_rinlidar
[processing] add GRASS 7 r.in.lidar algorithms
2016-06-03 10:41:05 +03:00
Marco Bernasocchi
f9ab7223fc [processing] ParameterTableMultipleField type added
This adds a widget with multiple column attributes selector
2016-06-03 09:27:51 +02:00
Marco Bernasocchi
2dea7c8c93 [processing] allow optional in all getAsScriptCode 2016-06-03 09:27:51 +02:00
Matthias Kuhn
ebf41f038b Fix WITH_QTWEBKIT=OFF support 2016-06-03 09:25:10 +02:00
Matthias Kuhn
514b03c9ee Fix missing bindings, headers and build 2016-06-03 09:25:10 +02:00
Marco Bernasocchi
45227e51d8 [FEATURE] QgsTooltip support full HTML
This is useful for example to add URL links that
allow being clicked on.
2016-06-03 09:24:04 +02:00
Nathan
2269543aa8 Fix ui cmake file 2016-06-03 17:19:30 +10:00
Nathan
223262e2db Add missing sip file 2016-06-03 17:15:33 +10:00
Nyall Dawson
384a280f71 [FEATURE] Add hide column, set column width and autosize to
attribute table header right click menu
2016-06-03 15:04:01 +10:00
Nyall Dawson
5dc1c5239b Fix build 2016-06-03 15:04:01 +10:00
Nathan Woodrow
47916d0269 [styledock] Inline panels for renderers 2016-06-03 12:43:35 +10:00
Nyall Dawson
4c1812a9f6 [FEATURE] Remember widths for attribute table columns
If you resize columns, the width will be restored when next
opening the attribute table for that layer.
2016-06-03 12:24:28 +10:00
Nathan Woodrow
9d780bac1b [styledock] Add saved style manager 2016-06-03 11:07:13 +10:00
Martin Dobias
301fd985af Added python bindings 2016-06-02 23:16:17 +02:00
Juergen E. Fischer
e07986009f more typo fixes 2016-06-02 22:36:32 +02:00
Juergen E. Fischer
840022d772 fix indentation and some typos 2016-06-02 21:29:35 +02:00
Juergen E. Fischer
5fd69fd384 fix windows icon installation 2016-06-02 21:24:14 +02:00
Alexandre Neto
07c16fcd44 Adds File format Icons for Windows 2016-06-02 21:24:13 +02:00
Even Rouault
367c4a8f3e Fix warnings about unused parameters 2016-06-02 21:20:25 +02:00
Médéric RIBREUX
879244360f Add r.in.lidar.info and override projection by default (much easier to use) 2016-06-02 20:56:35 +02:00
Thomas Gratier
380076c65f Change some wording in QgsQueryBuilder API documentation (#3133) 2016-06-02 20:03:21 +02:00
Martin Dobias
ea580244ce Update API docs 2016-06-02 18:56:49 +02:00
Martin Dobias
291dbb59a1 Handle legend node in parent gracefully with embedded widgets 2016-06-02 18:31:34 +02:00
Martin Dobias
75e5da3796 Integrate into layer dialogs, save in layer's properties 2016-06-02 18:07:34 +02:00
Even Rouault
edace8d0e6 Merge branch 'master' of github.com:qgis/QGIS 2016-06-02 17:58:11 +02:00
Médéric Ribreux
f914a03663 [Processing] [Grass7] Add r.in.lidar algorithm (you have to use the same CRS than input file) 2016-06-02 17:53:41 +02:00
Juergen E. Fischer
94077b2a9d fix deprecation warning 2016-06-02 16:14:10 +02:00
Juergen E. Fischer
c34b36ff13 osgeo4w: include arcgis rest provider 2016-06-02 16:12:44 +02:00
Juergen E. Fischer
3348c9ace4 debian packaging: include arcgis rest provider 2016-06-02 16:10:37 +02:00
Alexander Bruy
9346b9fdcf fix build (follow up 2738c5097e) 2016-06-02 16:53:25 +03:00
Alexander Bruy
b312235b5f fix indentation 2016-06-02 16:52:24 +03:00
volaya
568ddb349a [processing] fixed wrong indentation 2016-06-02 16:52:24 +03:00
volaya
d46f98d4e5 [processing] lidar tools update
changes by Martin Isenburg
2016-06-02 16:52:24 +03:00
Martin Dobias
c7809498d6 Refactoring 2016-06-02 14:52:23 +02:00
Sandro Mani
30813f9170 Make using specific date/time an option, use current date/time otherwise 2016-06-02 14:43:32 +02:00
Sandro Mani
6293315e1d Remove unused code 2016-06-02 14:43:32 +02:00
Sandro Mani
45c0ef02bc Merge pull request #3122 from manisandro/arcgis_rest
Add provider for ArcGIS Map and Feature REST services
2016-06-02 14:38:44 +02:00
Nathan Woodrow
49eaf07440 [styledock] move live update checkbox 2016-06-02 22:12:28 +10:00
Nathan Woodrow
7dd1c592f0 [styledock] Layer picker 2016-06-02 22:00:34 +10:00
Sandro Mani
1f02d4a43d Add QgsSourceSelectDialog python bindings 2016-06-02 13:36:08 +02:00
Sandro Mani
0ac8ce1497 Docstring updates 2016-06-02 13:36:08 +02:00
Sandro Mani
ed2487deaa Move QJSON detection to toplevel CMakeLists, and make it optional, disabling the arcgisrest provider if it was not found 2016-06-02 13:36:08 +02:00
Sandro Mani
1828563331 Add QgsWKBTypes::zmType test 2016-06-02 13:36:08 +02:00
Sandro Mani
2738c5097e Add provider for ArcGIS Map and Feature REST services 2016-06-02 13:36:08 +02:00
Nathan Woodrow
7433d32e87 [Style Dock] Add interface for plugins to add panels to dock 2016-06-02 20:51:38 +10:00
volaya
a8a2246617 fixed addProvider method in toolbox 2016-06-02 12:49:51 +02:00
Juergen E. Fischer
6c878f9554 [FEATURE] oracle provider: add support for renaming attributes 2016-06-02 12:27:40 +02:00
Juergen E. Fischer
006b581870 fix warnings 2016-06-02 12:27:40 +02:00
Juergen E. Fischer
f52c2b39ba also disable webkit on xenial (followup 38f6ace) 2016-06-02 12:27:40 +02:00
Alessandro Pasotti
50fd2b1591 Fixed error in executing python file at start.
This exec form should be compatible with both py2 and py3
2016-06-02 11:01:51 +02:00