Martin Dobias
32de07dc4d
Remove the support for reading python plugin metadata from __init__.py
...
From now on, plugins must have metadata.txt file (with INI format)
that is used for storing of metadata. This has two advantages:
- plugins do not need to be loaded in order to read metadata
- repository can parse the metadata more easily
2013-03-19 00:10:51 +01:00
Martin Dobias
41dc7544d0
Do not load metadata from __init__.py
2013-03-19 00:10:51 +01:00
Victor Olaya
67f4c7290c
[sextante] fixed problem in fix for #7348
2013-03-18 23:08:41 +01:00
Radim Blazek
4e29b6a529
composer legend: draw single symbol layers as single line
2013-03-18 22:53:01 +01:00
Larry Shaffer
691322a8eb
Disable 'overloaded virtual' warning globally when using clang
...
- Commit 1145bd2 now causing 200+ 'overloaded virtual' warnings
2013-03-18 15:30:46 -06: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
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
Victor Olaya
3703910d86
[sextante] better behaviour in batch processing interface
2013-03-15 23:10:33 +01:00
Victor Olaya
40ad11dd20
[sextante] added import check for gdal sieve algorithm
2013-03-15 23:10:33 +01:00
Victor Olaya
f195121dc0
[sextante] changed "usergdal" option in R algorithms to "dontuserasterpackage"
2013-03-15 23:10:32 +01:00
Victor Olaya
a2bd6d8e88
[sextante] fixes in batch processing interface for #7348
2013-03-15 23:10:31 +01:00
Victor Olaya
08f2e847d7
[sextante] changed how recent algs group is updated
2013-03-15 23:10:30 +01:00
Victor Olaya
55289e1440
[sextante]added new OTB description
2013-03-15 23:10:29 +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
Alexander Bruy
1294190e77
fix Export geometry info tool ( fix #7354 )
2013-03-14 17:54:09 +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
Alexander Bruy
8ad1e2a941
update Vector Grid to vector API changes ( fix #7322 )
2013-03-14 14:16:10 +04:00
Radim Blazek
413b4ce2f9
Identify GetFeatureInfo Url context menu fix
2013-03-14 10:36:04 +01:00
Alexander Bruy
5d31269635
update Random and Regular points tools to API changes ( fix #7350 )
2013-03-14 13:29:00 +04: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
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