Victor Olaya
0893db7c6e
fixed #6737
2012-11-20 21:33:03 +01:00
Victor Olaya
19826de86f
fixed #6738
2012-11-20 21:27:03 +01:00
D'Hont René-Luc
4353a06006
Better WFS service exception management
2012-11-20 15:48:36 +01:00
Victor Olaya
5d5f355b43
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2012-11-20 11:07:19 +01:00
Victor Olaya
cb07ae436a
cleaned BatchProcessingDialog code
2012-11-20 11:01:29 +01:00
mhugent
0533e2dbc9
Merge pull request #332 from bischofia/shp_enc
...
turn ignoreShapeEncoding option ON by default
2012-11-19 23:21:45 -08:00
Larry Shaffer
bab43958a6
Add ability to save PAL engine settings to project file (OFF by default)
...
- Add 'Save settings with project' checkbox to engine settings dialog
- Add Restore Defaults button to engine settings dialog
- Unchecking 'save with project' will clear settings in project file on save
2012-11-19 22:15:18 -07:00
Minoru Akagi
ddb51175e7
set ignoreShapeEncoding option on by default
2012-11-20 12:59:53 +09:00
Victor Olaya
8cb001db3a
Improvementes to SEXTANTE batch processing interface
...
Better progress handling in SEXTANTE script algorithms
2012-11-19 20:06:33 +01:00
Radim Blazek
2613cf6ad5
keep extent of overview set to union of extents of layer in overview; dont shrink on resize; fixes #1788
2012-11-19 20:03:53 +01:00
Marco Hugentobler
fad5cf3f20
Background color option for svg annotation. Save frame transparency (was missing also for text annotation)
2012-11-19 16:40:20 +01:00
Marco Hugentobler
5f02bc4d4d
Set better window titles for svg annotation
2012-11-19 15:28:54 +01:00
Alexander Bruy
463dec72de
add missed images to SEXTANTE algorithm help files
2012-11-19 09:12:50 +02:00
Victor Olaya
6173fa3ca5
made SEXTANTE command line usage more pythonic
...
Fixed problem with temporary grass mapset created by SEXTANTE (wrong path)
2012-11-19 08:04:03 +01:00
D'Hont René-Luc
339834139a
WFS QGIS Server OnlineResource is an attribute in GetCapabilities for DCPType
2012-11-18 22:17:10 +01:00
D'Hont René-Luc
43819130c9
Add Post capabilities to DescribeFeature
2012-11-18 21:50:35 +01:00
D'Hont René-Luc
48270916f5
#6608 QGIS crashes when used as WFS client together with QGIS server because of exportToGML2 MultiPolygon has empty coordinates
2012-11-18 17:32:17 +01:00
D'Hont René-Luc
df92f80741
XML Schema has attribute elementFormDefault and not elementFromDefault
2012-11-18 16:08:25 +01:00
Radim Blazek
a1a1fb7be7
graduated renderer GUI DnD and sort; categorized symbol GUI better drop indicator
2012-11-18 12:53:03 +01:00
Victor Olaya
ba0cd0c9ab
minor change to last commit fixing #6635
2012-11-18 10:07:00 +01:00
Victor Olaya
28531f3f7e
fixed #6635 . Partial solution, now it goes to (0,0) upon model loading
2012-11-18 10:04:44 +01:00
Victor Olaya
3f40232e29
fixed #6635 . Partial solution, now it goes to (0,0) upon model loading
2012-11-18 10:01:55 +01:00
Etienne Tourigny
063f4dee2d
add All Ramps items in tree widget
2012-11-17 19:01:46 -02:00
Etienne Tourigny
145fca47cb
store relative cpt-city paths for portability
2012-11-17 19:01:46 -02:00
Etienne Tourigny
4c53c62a03
adjust .sip file after rebase
2012-11-17 19:01:46 -02:00
Etienne Tourigny
b875fe09d8
allow to convert cpt-city ramps to standard gradients ramps, keeping author and license info in xml props ; allow to convert gradient ramps to/from discrete/continuous ramps and use float instead of integer stops
2012-11-17 19:01:46 -02:00
Etienne Tourigny
31c11edb2f
make QgsCptCityColorRampV2 subclass of QgsVectorGradientColorRampV2 and adjust both accordingly (changed stops map to list)
2012-11-17 19:01:46 -02:00
Radim Blazek
724f190cc6
composer legend single column box width fix
2012-11-17 17:24:22 +01:00
Giuseppe Sucameli
2ddc7534f6
Merge pull request #330 from slarosa/master
...
minor fix for python console
2012-11-16 14:50:54 -08:00
Salvatore Larosa
01775ce11a
icon changed for hide/show toolbar action
2012-11-16 22:05:58 +01:00
Salvatore Larosa
4f9e8c289c
minor fix for console help dialog
2012-11-16 21:54:46 +01:00
D'Hont René-Luc
845edd90e8
Better support of TypeName and FeatureId in QGIS Server WFS
2012-11-16 17:16:18 +01:00
Nathan Woodrow
bfa08c5f06
[FEATURE] Add --code arg to run python code on qgis load
2012-11-16 21:17:54 +10:00
Larry Shaffer
e3d30af735
Update to limit of number of features sent to PAL
...
- Distributes max number across total number of features registered in PAL
- Caveat: PAL may not show label for every registered feature
2012-11-15 21:21:13 -07:00
Jürgen Fischer
9183adce9f
Merge pull request #320 from matthias-kuhn/fix-attredit
...
Fix for http://hub.qgis.org/issues/6647
2012-11-15 16:12:39 -08:00
Jürgen Fischer
5bc0a8af6c
Merge pull request #328 from slarosa/master
...
Add action: Hide/Show toolbar for PyQGIS Console
2012-11-15 16:05:27 -08:00
Juergen E. Fischer
5053818440
fix another build error and some warnings
2012-11-16 00:26:24 +01:00
Juergen E. Fischer
af904b9b39
fix build error
2012-11-16 00:13:43 +01:00
Juergen E. Fischer
2e55a15688
ignore no ssl error error
2012-11-16 00:10:37 +01:00
Victor Olaya
abbe25f920
applied fix for #6127 (problems with non-ascii strings
2012-11-15 23:53:31 +01:00
Victor Olaya
6302751392
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2012-11-15 23:52:57 +01:00
Etienne Tourigny
7d0d5d3267
scanItemsInBrowser2/scanZipInBrowser2 : remove QgsApplication::upgradeConfig() and fix tests
2012-11-15 16:30:42 -02:00
D'Hont René-Luc
565d2eb8b7
DescribeFeatureType support namespace
2012-11-15 17:59:34 +01:00
D'Hont René-Luc
b1e02ee521
DescribeFeatureType improvement
2012-11-15 17:47:02 +01:00
Tim Sutton
b89d0e275c
Unit test updates - mark bad tests as expectedFailure
2012-11-15 16:07:36 +02:00
Tim Sutton
735c25520c
Mark vector file writer test as expected to fail.
2012-11-15 16:07:36 +02:00
D'Hont René-Luc
cbca984079
Correcting tests from test_qgsrectangle.py
2012-11-15 15:01:35 +01:00
Victor Olaya
10a57ad7ff
fixed problem when running grass in modeler (wrong output names, it was a problem introduced by the grass session functionalities)
...
reverted shell=true in R execution
Removed help files help menu
2012-11-15 00:53:46 +01:00
Martin Dobias
81807d4b4d
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2012-11-14 23:56:08 +01:00
Sandro Santilli
3f4f5f0215
Set max number of labels to 100 for edge label layer (topoviewer)
2012-11-14 23:19:51 +01:00