18011 Commits

Author SHA1 Message Date
Alexander Bruy
89c17e3986 [sextante] also improve Fields Calculator (field type, length and
precision settings)
2013-04-11 12:18:14 +04:00
Victor Olaya
dd0a83ba5f [sextante] adding missing files from tools reorganization 2013-04-11 10:08:56 +02:00
Victor Olaya
5a6562aed8 [sextante] add mechanism to allow easily piping grass console output to text file 2013-04-11 10:08:56 +02:00
Victor Olaya
3034a46f40 [sextante]Fixed bug in pyculator algorithm 2013-04-11 10:08:55 +02:00
Victor Olaya
3d1e50ca52 [sextante] reorganized sextante tools and how they are exposed and added some tests 2013-04-11 10:08:54 +02:00
Werner Macho
ac7201a473 Merge pull request #515 from 3nids/duplicatecode
remove duplicate code
2013-04-11 01:06:17 -07:00
Denis Rouzaud
254fc4db6e remove duplicate code 2013-04-11 09:58:13 +02:00
Alexander Bruy
4b06df0b6c [sextante] fix Advaced Python Calculator, add ability to select field
type, lenght and precision
2013-04-11 11:13:45 +04:00
Alexander Bruy
f59e21cd65 [sextante] add missed import 2013-04-11 10:08:49 +04:00
Juergen E. Fischer
6e499c302d fix doxygen warnings 2013-04-10 21:56:13 +02:00
Larry Shaffer
054f64ca81 Update recent symbology widget update for cross-platform consistency
Also:
- Keep color wells from over expanding
- Group color wells together, where appropriate
- Make SVG Groups view wider (was too thin)
2013-04-10 12:44:08 -06:00
Radim Blazek
094a5d8275 QgsRasterBlock::Range to QgsRasterRange 2013-04-10 18:58:19 +02:00
Radim Blazek
a7e1d40e8a GRASS direct no data for type 2013-04-10 16:32:26 +02:00
Radim Blazek
9e82df814b gdal set output no data fix 2013-04-10 16:32:26 +02:00
Alexander Bruy
4e5c660823 [sextante] don't run models without algorithms and/or parameters 2013-04-10 17:37:50 +04:00
Alexander Bruy
d247b21be7 [sextante] allow set field length and precision in Add field algorithm 2013-04-10 15:21:32 +04:00
Alexander Bruy
dbbc988135 [sextante] allow non-ASCII characters in string parameters 2013-04-10 15:21:32 +04:00
Alexander Bruy
4219eb1dba [sextante] increase max and min limits for numeric values (fixes #7143
and possible similar issues)
2013-04-10 15:21:32 +04:00
Alexander Bruy
dc0d240dc9 [sextante] fix parameters handling in some GDAL algorithms 2013-04-10 15:21:31 +04:00
Alexander Bruy
dc15292f91 [sextante] escape filenames, passed to GDAL tools (fix #5923) 2013-04-10 15:21:31 +04:00
Nathan Woodrow
5f9eca25b7 Merge pull request #511 from nyalldawson/html_labels_fix
Fix html labels rendering before they are fully loaded...
2013-04-10 01:13:25 -07:00
Marco Hugentobler
212aea7c44 Change point displacement renderer to work with new vector api 2013-04-10 09:01:44 +02:00
Nathan Woodrow
fca5ee5111 Merge pull request #513 from olivierdalang/SymbolLayerWidgetsUISmallUpdate
small update of the UI of the symbollayers widgets
2013-04-09 22:44:57 -07:00
Victor Olaya
8c714a9d41 [sextante] more tests 2013-04-09 23:11:58 +02:00
Victor Olaya
c57a1a4b3f [sextante] moved SilentProgress to independent module 2013-04-09 23:11:57 +02:00
Radim Blazek
487c4243c8 GML parser boundedBy fix 2013-04-09 20:47:56 +02:00
mhugent
9a0dffe51a Merge pull request #512 from nyalldawson/blend_mode_fixes
Some blending fixes and code cleanup
2013-04-09 01:49:35 -07:00
nyalldawson
f7732d3a27 Fix html labels rendering before they are fully loaded. Prevents missing images in html labels when composer layout is output for the first time. 2013-04-09 13:31:47 +10:00
olivierdalang
d52d4dad17 small update of the UI of the symbollayers widgets 2013-04-09 00:30:32 +00:00
Pirmin Kalberer
1436056f77 Globe: Fix compilation with osgearth 2.4 2013-04-08 23:54:29 +02:00
nyalldawson
dbf795ed1f Fix labels not updating for atlas prints when blend mode is applied 2013-04-09 07:37:40 +10:00
nyalldawson
89e7e7c0de Use QPainter::CompositionMode for all internal blending variables and functions 2013-04-09 07:37:40 +10:00
Juergen E. Fischer
7a79ebc734 german translation update 2013-04-08 23:34:13 +02:00
Juergen E. Fischer
c9c3aa03ac also remove transparency tests 2013-04-08 22:46:16 +02:00
Juergen E. Fischer
6b2af9a209 remove unused layer transparency (and fix some warnings) 2013-04-08 21:58:32 +02:00
Jürgen Fischer
2cd4c1a0b5 Merge pull request #508 from matthias-kuhn/dual-view-fixes
Dual view fixes
2013-04-08 12:20:26 -07:00
Jürgen Fischer
a150865e2b Merge pull request #510 from matthias-kuhn/field-calculator-perf
[FIX #7533] Field calculator is slow
2013-04-08 12:17:24 -07:00
Matthias Kuhn
a21fc5a73d [FIX #7533] Field calculator is slow
Set the QgsDistanceArea only once and not for every loop cycle.
QgsCoordinateReferenceSystem::loadFromDb takes very long.
2013-04-08 21:07:16 +02:00
Martin Dobias
4306632c74 Fix #7542 (crash in vector layer properties for geometryless layers) 2013-04-08 20:26:13 +02:00
Radim Blazek
af98094564 PyQgsRasterLayer identify test fixed 2013-04-08 20:04:46 +02:00
Radim Blazek
a3de4c4e0a Added QgsRasterIdentifyResult 2013-04-08 18:26:26 +02:00
Matthias Kuhn
57c23078c7 [FIX #7543] Dual View Table/Form: Preview column not saved in project 2013-04-08 18:26:08 +02:00
Werner Macho
51fc960b42 Merge pull request #505 from vinayan/7477-add-rule-crash
[FIX #7477] Topology Checker - Crash as soon a layer is choosen when defining a rule
2013-04-08 06:42:13 -07:00
Matthias Kuhn
9c9dd2b4cd [FIX #7530] Attribute table: Edited feature not updated in single row
If only a single row was shown, the outdated cached feature would be shown even
when the attribute behind it was edited.
2013-04-08 15:38:08 +02:00
Matthias Kuhn
663e95d77e [FIX #7529] Attribute table: Crash when changing column filter
When using the field calculator and afterwards changing the column filter
resulted in a crash
2013-04-08 14:44:09 +02:00
Matthias Kuhn
de2efa70e3 Attribute editor, form view: Change selection behavior
Text background is now used for the current edit selection
The icon shows the feature selection state
2013-04-08 14:21:33 +02:00
Matthias Kuhn
43dfeb5759 Attribute table selection: performance improvements
When selecting features with the mouse (click and drag) only redraw
the map canvas, once the mouse is released.
2013-04-08 13:46:58 +02:00
Matthias Kuhn
af4c4be7a3 Properly show feature count in attribute table title
Total # of features
Filtered features
Selected features
2013-04-08 12:04:40 +02:00
Radim Blazek
34adbe7f56 qgis_bench json log fix; QGIS2 settings 2013-04-08 09:55:06 +02:00
Martin Dobias
082c6bae7d Fixed PyQgsVectorLayer test 2013-04-08 00:34:45 +02:00