22135 Commits

Author SHA1 Message Date
Denis Rouzaud
d790bc0b1e Merge pull request #1128 from 3nids/removesnapsegment
allow snapping to vertex and segment to remove part/ring
2014-02-25 07:23:41 +01:00
Martin Dobias
881b1cc0ca Added connection pool for SpatiaLite, improving rendering speed within one DB
- refactored PostgreSQL connection pool into generic template classes
- used the template classes for SpatiaLite connection pool
- pooled SpatiaLite connections are opened with SQLITE3_OPEN_NOMUTEX flag to allow parallel access
2014-02-25 12:52:31 +07:00
William Kyngesburye
20782201bb update lib paths for phonon_backends 2014-02-24 21:52:04 -06:00
Larry Shaffer
a37c577fdd Fix 'geos_c.h not found' build error on Mac 2014-02-24 17:02:41 -07:00
Juergen E. Fischer
5fd8567e59 use native file selection in new shapefile dialog (implements #9637) 2014-02-24 21:27:18 +01:00
Juergen E. Fischer
5db13abcf5 * remove deprecated overloads QgsRasterLayer::lastError() and QgsRasterLayer::lastErrorTitle()
* deprecate QgsRasterLayer::previewAsPixmap() (doesn't work in background threads)
* QImage::fill( QColor ) does not exists prior to Qt 4.8
diff --git a/src/core/raster/qgsrasterlayerrenderer.h b/src/core/raster/qgsrasterlayerrenderer.h
index 6ab4a49..40a27a2 100644
--- a/src/core/raster/qgsrasterlayerrenderer.h
+++ b/src/core/raster/qgsrasterlayerrenderer.h
@@ -8,7 +8,7 @@ class QPainter;
 class QgsMapToPixel;
 class QgsRasterLayer;
 class QgsRasterPipe;
-class QgsRasterViewPort;
+struct QgsRasterViewPort;
 class QgsRenderContext;

 class QgsRasterLayerRenderer : public QgsMapLayerRenderer
2014-02-24 18:11:20 +01:00
Juergen E. Fischer
b59233546f don't open the identify dialog beforehand if 'Open feature form, if a single feature is identified' is active and there is only one result (fixes #9631) 2014-02-24 18:02:11 +01:00
Etienne Tourigny
75a2edb3e9 add QgsRasterLayer::previewAsImage() for MTR rendering (see bug 9626) 2014-02-24 12:20:17 -03:00
Juergen E. Fischer
115f9807f1 oracle provider: replace rownum=0 with 1=0 to retrieve columns (fixes #9633) 2014-02-24 14:05:11 +01:00
Werner Macho
e75170c642 Merge pull request #1214 from Cracert/i18n
[TRANSUP] pl: help
2014-02-24 10:02:54 +01:00
Juergen E. Fischer
91ecc5f31b add 'warning' to the respective python message log tab 2014-02-24 02:03:42 +01:00
Juergen E. Fischer
6a3d0d83ea include qgsmapsettings.h in install 2014-02-24 01:53:36 +01:00
Juergen E. Fischer
4b820362c2 fix crash in network access manager (fixes #9626) 2014-02-24 01:35:12 +01:00
Juergen E. Fischer
ab65fa7b13 german translation update 2014-02-24 01:08:59 +01:00
Juergen E. Fischer
5134ef9aba fix some deprecation warnings 2014-02-24 00:43:20 +01:00
Juergen E. Fischer
5d7179fefe network manager: restore proxy detection 2014-02-23 23:27:45 +01:00
Juergen E. Fischer
5a25570b7e indentation update 2014-02-23 23:27:03 +01:00
Juergen E. Fischer
bc87d51b06 wms provider [hopefully fully adapted to merged threading]
* store all given bounding boxes and if available choose the given bbox for the
  requested srid, otherwise pick one that transforms fin(it)e
* remove unused mCoordinateTransform
* wmts: show tile matrix size with warnings when the matrix is not large enough
  to cover the layer extents
2014-02-23 17:11:19 +01:00
Juergen E. Fischer
4e162fabf6 Include Giovanni in AUTHORS 2014-02-23 16:33:22 +01:00
Juergen E. Fischer
3f6543d93b debian packaging fixes
* enable globe on jessie
* add dependency on libqt4-sql-sqlite to qgis-provider (fixes #8662)
2014-02-23 16:04:42 +01:00
Martin Dobias
f02591a263 Actual fix for the HAVE_TOUCH 2014-02-23 21:54:28 +07:00
Martin Dobias
e969376da2 Quick fix after MTR merge 2014-02-23 21:51:15 +07:00
Martin Dobias
fafa58ed24 Merge remote-tracking branch 'origin/master' into threading-revival
Conflicts:
	src/core/qgspallabeling.cpp
	src/core/qgsrenderchecker.h
	src/core/qgsvectorlayer.cpp
	src/core/symbology-ng/qgslinesymbollayerv2.cpp
	src/core/symbology-ng/qgssymbollayerv2.cpp
	src/providers/wms/qgswmsdataitems.cpp
	tests/src/core/testqgsblendmodes.cpp
2014-02-23 20:12:50 +07:00
Matthias Kuhn
f9e0093ce7 [fTools] Spatial join aggregates: handle NULL values 2014-02-23 10:39:14 +01:00
Robert Szczepanek
f7a47d5274 [TRANSUP] pl: help 2014-02-22 23:53:26 -05:00
Larry Shaffer
30fff85703 Define QGIS_MACAPP_BUNDLE in qgsconfig.h so resources can be found when QGIS_MACAPP_BUNDLE=0 2014-02-22 15:02:51 -07:00
Etienne Tourigny
ececdb71ae browser dock search: add normal syntax (with wildcards at begin and end) and case insensitive search, both default (implements #9493) 2014-02-22 17:32:29 -03:00
Werner Macho
cf22e15ee4 Merge pull request #1211 from SrNetoChan/master
pt_PT GUI Translations
2014-02-22 21:27:35 +01:00
Werner Macho
3f209281a9 Merge pull request #1212 from Cracert/master
[TRANSUP] pl: help
2014-02-22 21:27:21 +01:00
Juergen E. Fischer
0dc0483ca2 support wmts layers to browser (implements #9492) 2014-02-22 16:13:08 +01:00
Juergen E. Fischer
c471858f2c restore master spash screen 2014-02-22 14:50:34 +01:00
Juergen E. Fischer
efc507ac47 avoid 'overwriting' readonly files (fixes #9617) 2014-02-22 14:46:37 +01:00
Juergen E. Fischer
694e5da16e fix Alvaro's email address (followup 14699030) 2014-02-22 12:29:19 +01:00
Juergen E. Fischer
146990308c include Alvaro Huarte in AUTHORS (and . => dot) 2014-02-22 11:54:07 +01:00
Juergen E. Fischer
0881750565 Bump version to 2.3 2014-02-22 09:49:29 +01:00
Juergen E. Fischer
e39944c7a1 release script: tag release and include prefix in tar ball 2014-02-22 09:47:01 +01:00
Larry Shaffer
90aa18a5c6 Fix #9393, impossible to select 'regular' font style for labels
- While ostensibly fixes the issue, there is still a flaw with QFontDatabase.styleString() returning generic style names
2014-02-21 23:46:44 -07:00
Juergen E. Fischer
d12e08ed8b fix PyQgsBlendModes test (followup da1ebc269) 2014-02-22 07:42:55 +01:00
Larry Shaffer
295854ad48 Update labeling unit tests control image and PAL_SUITE test suite generation 2014-02-21 22:54:18 -07:00
Larry Shaffer
0a9b857177 Add label svg background unit tests and control images 2014-02-21 22:50:04 -07:00
Larry Shaffer
7e33fdec37 Fix #9057, offset value misplaced when exporting composer to image
- Add unit test and control images
2014-02-21 22:47:34 -07:00
Larry Shaffer
ef7a036c96 Add svgSymbolsPath to Python unit test utilities (for defining paths without app instance) 2014-02-21 22:40:38 -07:00
Juergen E. Fischer
86a1c1786c osgeo4w: always do a clean build 2014-02-21 22:39:04 +01:00
Larry Shaffer
203d67f628 Add labeling composer unit tests and control images
- Initial support for image output at 72 dpi
- Comparison against canvas output has slight shift (needs fixed)
2014-02-21 14:00:13 -07:00
Larry Shaffer
c4a60de06c Update labeling canvas and server unit tests and output new control images 2014-02-21 14:00:13 -07:00
Larry Shaffer
b979774dd3 Fix typo in renderchecker output 2014-02-21 14:00:13 -07:00
Robert Szczepanek
60bbc082f2 [TRANSUP] pl: help 2014-02-21 14:02:28 -05:00
SrNetoChan
a582a4da23 pt_PT GUI Translations 2014-02-21 18:17:41 +00:00
Werner Macho
5748abfdf3 [TRANSUP] fi by Kari
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-02-21 23:00:55 +07:00
Werner Macho
f7ec968446 Merge pull request #1209 from SrNetoChan/master
pt_PT GUI translations by Nelson Silva
2014-02-21 22:58:05 +07:00