17985 Commits

Author SHA1 Message Date
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
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
Martin Dobias
ba49ef078c [API] Removed QgsSymbol, QgsMarkerCatalgoue and QgsSymbologyUtils 2013-04-07 23:46:57 +02:00
Martin Dobias
7cc3031f88 [API] Removed old symbology's QgsRenderer 2013-04-07 23:46:57 +02:00
Martin Dobias
5a951fc602 [API] Removed old symbology QgsRenderer implementations 2013-04-07 23:46:57 +02:00
Martin Dobias
c2f00caedf [API] Removed old renderer support from QgsVectorLayer 2013-04-07 23:46:57 +02:00
Martin Dobias
37da713c7e Removed old symbology dialogs. 2013-04-07 23:46:57 +02:00
Martin Dobias
fa904dcebc Removed QgsQuickPrint class 2013-04-07 23:46:56 +02:00
Werner Macho
d45d6e3916 translation update: galician by Xan 2013-04-07 23:44:45 +02:00
Juergen E. Fischer
dbe0c9e9ec update .qgis to .qgis2 (to be updated on release and some more utf8 fixes
(fixes #7537)
2013-04-07 23:14:37 +02:00
Juergen E. Fischer
2db0f62de8 spatialite isn't optional anymore (offlineediting, osm):
- remove configuration options
2013-04-07 23:14:25 +02:00
Juergen E. Fischer
eeebf5bd17 fix #6640 2013-04-07 23:14:24 +02:00
Juergen E. Fischer
22cb38b2cc deduce plugin directory from a plugin that actually still exists 2013-04-07 23:14:24 +02:00
Larry Shaffer
5e39bac1f9 Fix #7532, startup forces new project document, even when opening data file 2013-04-07 15:00:07 -06:00
William Kyngesburye
68f0a87a9b cleanup Qwt build for OS X 2013-04-07 11:18:33 -05:00
William Kyngesburye
baedeb27ed fix autodetect of saga & otb on OS X, also detect bundled grass, saga & otb 2013-04-07 10:32:08 -05:00
Minoru Akagi
5edc9df06b fix #4303 2013-04-07 13:41:20 +02:00
Werner Macho
338c70f33a Merge pull request #506 from vinayan/fixdupes
[FIX #7473] Topology checker-must not have duplicates does not work
2013-04-07 00:16:52 -07:00
Victor Olaya
2bfffaa516 [sextante]fix for calling SAGA under OSX 2013-04-06 23:42:09 +02:00
Victor Olaya
eae1a97178 [sextante] fixed #7525 (problem with checking if external app is installed) 2013-04-06 19:48:21 +02:00
Juergen E. Fischer
82a36f9cbe adjustments to build on cygwin 2013-04-06 18:30:28 +02:00
Juergen E. Fischer
d62d88ed03 apply #7521 2013-04-06 18:30:28 +02:00
vinayan
73c74acf48 [FIX #7473] Topology checker-must not have duplicates does not work 2013-04-06 16:56:35 +05:30
vinayan
52da7237ee rename ui members 2013-04-06 16:28:57 +05:30
vinayan
31905ca290 fix crash as soon a layer is choosen when defining a rule 2013-04-06 15:38:54 +05:30
Juergen E. Fischer
04119d880b establish that Qwt 6.1 is not currently supported with internal QwtPolar (closes #7495) 2013-04-06 11:37:29 +02:00
Radim Blazek
ff51b2c9e6 qgis_bench revision log 2013-04-06 10:53:53 +02:00
Juergen E. Fischer
b1c0963d5c also use expat include directory in core 2013-04-06 09:28:55 +02:00