11755 Commits

Author SHA1 Message Date
Nyall Dawson
7423e9aad7 Move kernelShape enum to heatmap.h 2013-03-19 07:21:23 +11:00
Larry Shaffer
4d11584388 Merge pull request #464 from dakcarto/nmake-with-jom_1
Fix for #7289, add CMake option to enable building with Qt jom (nmake) on Windows
2013-03-18 11:36:31 -07:00
Marco Hugentobler
5d62af343a More coherent version string handling in qgis server 2013-03-18 17:58:43 +01:00
Nathan Woodrow
f50e47563a Merge pull request #468 from slarosa/master
replace some message box with message bar in main app
2013-03-18 05:31:55 -07:00
Salvatore Larosa
713d3c11f0 replace some message box with message bar in main app 2013-03-18 13:17:08 +01:00
Juergen E. Fischer
5743f52c8f fix #7386 2013-03-18 12:38:32 +01:00
Marco Hugentobler
bfde7c834a Filter string in qgis server: Allow strings and attribute names with spaces 2013-03-18 10:44:52 +01:00
Nyall Dawson
80c39816a6 [FEATURE] Add triweight and Epanechnikov kernels. Make decay disabled for all kernels expect Triangular kernel. Fix math for triangular kernels. 2013-03-18 12:50:49 +11:00
Nyall Dawson
bf45cb29a8 Merge branch 'master' into heatmap_kernels 2013-03-17 19:15:54 +11:00
Nathan Woodrow
9a81fa7609 Merge pull request #461 from nyalldawson/heatmap_fixes
Massive speedup to heatmap plugin (fix #6756, fix #6691 and fix #6692)
2013-03-17 01:03:37 -07:00
Nathan Woodrow
8966e9ec3f Ability to change splash screen using QgsCustomization 2013-03-17 17:45:59 +10:00
Nathan Woodrow
0108251f3b Fix #7030. Enable customization via command line 2013-03-17 15:47:17 +10:00
Nathan Woodrow
f4ca9e99fe Merge pull request #466 from nyalldawson/master
Rename Quantile classifier to 'Quantile (Equal Count)'
2013-03-16 20:17:34 -07:00
Martin Dobias
5d42734cf2 Removed old vector layer API (select(), nextFeature(), featureAtId()) 2013-03-16 19:42:45 +01:00
Marco Hugentobler
6361d19f43 Format number strings with field precision for display in attribute table, attribute dialog and editor 2013-03-16 16:52:11 +01:00
Marco Hugentobler
5281b484ec Fix reading of units from project files before output unit change 2013-03-15 20:11:35 +01:00
Marco Hugentobler
9e16b514e3 Convert composer entry in project file from 1.8 to 1.9 format for QGIS Server 2013-03-15 17:43:15 +01:00
Marco Hugentobler
7431eb8fa1 Merge branch 'master' of github.com:qgis/Quantum-GIS 2013-03-15 16:36:36 +01:00
Marco Hugentobler
6afd9f43b3 Merge branch 'data_defined_symbology' 2013-03-15 16:29:12 +01:00
D'Hont René-Luc
3b9c688b64 Update the expression geomFromGML2 to geomFromGML
Like we simplified the QgsOgcUtils class, I simplify the expression with
renamed geomFromGML2 to geomFromGML.
This update gives me the ability to debugging geometryFromGML with
Envelope element.
2013-03-15 09:28:06 +01:00
olivierdalang
1e30eb0c75 - add find by UUID 2013-03-15 08:13:48 +01:00
olivierdalang
00c832b151 Implemented ComposerItem's Uuids
- uuid are kept on cut/paste, but deleted on import template or copy/paste
- removed obsolete id reference in QgsComposerLabelWidget
2013-03-15 08:13:30 +01:00
Martin Dobias
b513674fa8 Moved expression to OGC filter code to QgsOgcUtils 2013-03-15 00:44:32 +01:00
Martin Dobias
16ec226d97 Moved visitor-based expression -> OGC filter code to QgsOgcUtils 2013-03-15 00:44:31 +01:00
Martin Dobias
837ac4de5c Moved creation of expression from OGC filter to QgsOgcUtils 2013-03-15 00:44:31 +01:00
Juergen E. Fischer
7e598f7fa4 hide clear button in filter line edit, when widget is disabled 2013-03-14 22:28:34 +01:00
Juergen E. Fischer
a1b5b92d2f fix #7357 2013-03-14 21:59:37 +01:00
Juergen E. Fischer
e46a67ab31 fix QgsRasterInterface sip bindings 2013-03-14 17:34:38 +01:00
Alexander Bruy
8a434b2991 add icons for new raster tools (thanks, Robert!) 2013-03-14 17:54:55 +04:00
Alexander Bruy
21c7b5572a [API] add read/writeXML methods to QgsRasterInterface 2013-03-14 17:54:54 +04:00
Alexander Bruy
1145bd2e9d [FEATURE] brightness and contrast filter for rasters 2013-03-14 17:54:54 +04:00
Marco Hugentobler
69c656e5f9 Set combo box maximum for precision <= type length 2013-03-14 14:31:07 +01:00
Alexander Bruy
4af91c47c0 save used contrast enhancement algorithm in private class member (follow up 5ecb26810a) 2013-03-14 16:53:58 +04:00
Marco Hugentobler
fac2bd787f Prevent overshoots with line offsets 2013-03-14 11:38:03 +01:00
Radim Blazek
413b4ce2f9 Identify GetFeatureInfo Url context menu fix 2013-03-14 10:36:04 +01:00
Alexander Bruy
5ecb26810a restore "stretch using current extent" functionality in layer context
menu (fix #7070)
2013-03-14 13:29:00 +04:00
Marco Hugentobler
fb94952942 OGR typedefs do not seem to be necessary 2013-03-14 09:22:37 +01:00
Juergen E. Fischer
2c4ac0807b [FEATURE] attribute editing extension
- allow resetting of fields to NULL by button
- use user defined date formats in forms, identify results and attribute table
- add support for date type in postgres provider
2013-03-13 23:35:07 +01:00
Nyall Dawson
ec01afb544 Change float to double for calculations 2013-03-14 07:30:14 +11:00
Nyall Dawson
04d9165f40 Merge heatmap_fixes branch 2013-03-14 07:17:04 +11:00
D'Hont René-Luc
93e0259843 Simplifying QgsOgcUtils
After commit 7d66529d7884b73070dbce80b1d4060d841a6933 Add GML3 to
QgsOgcUtils, I have to simplify this class to only have :
* geometryFromGML : read GML2 or GML3
* geometryToGML : create GML2 (as default) or GML3
2013-03-13 19:10:03 +01:00
Marco Hugentobler
af1bde995a Let subsymbols have their own units 2013-03-13 17:36:15 +01:00
Marco Hugentobler
96a01e078c Output units for point pattern and line pattern symbol layers 2013-03-13 16:35:44 +01:00
Marco Hugentobler
47ee439835 Output units for line pattern fill symbollayer 2013-03-13 15:03:25 +01:00
Alexander Bruy
105bfddf42 add tooltip to button in sigleband pseudocolor renderer widget
(addresses #7138)
2013-03-13 15:31:13 +04:00
Alexander Bruy
6262f31103 fix maximum field value calculation in vector layer (addresses #7193) 2013-03-13 14:45:06 +04:00
Marco Hugentobler
52611c1346 Output units for svg fill 2013-03-13 11:30:25 +01:00
Radim Blazek
99dd1da2f0 composer legend width fix, fixes #7099 2013-03-13 11:12:33 +01:00
Nyall Dawson
239479affd Use double rather than float when appropriate to improve precision of heatmaps 2013-03-13 21:03:06 +11:00
Marco Hugentobler
4c49cf30c9 Output units for simple fill symbol layer 2013-03-13 10:29:25 +01:00