swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
e5928c7 Release of 2.10.1 20 July 2015, 18:48:26 UTC
f025a77 Guard against some crashes in geometry (cherry picked from commit cc1a34fceaff9c753c267d14a3c4c2f5b567c77b) 19 July 2015, 19:01:59 UTC
d03793c [processing] do not accept grass vector layers as inputs fixes #12436 (cherry picked from commit de728743b73541a320f68d087f4402a6d17620f1) 19 July 2015, 19:01:59 UTC
3792afd postgres provider: also cast geography to geometry when using && (fixes #8572) (cherry picked from commit 90b3efb93dd0b6460ce496a8acd7fcbf34b22f63) 19 July 2015, 19:01:59 UTC
166bcd4 backport test fixes (grass & delimited text provider) 19 July 2015, 18:56:40 UTC
15e5cf0 Fix test failures on windows (cherry picked from commit 4d681f03c64478918d8db8096b736bd055a56846) 17 July 2015, 13:18:45 UTC
34de8df osgeo4w backports 17 July 2015, 13:18:44 UTC
a6f5203 Backport test related font utils from master 17 July 2015, 05:31:14 UTC
c19d692 Accept input with more coordinate dimensions in wkt import (cherry-picked from 06cc8ba) 16 July 2015, 04:01:16 UTC
77e937f skip blanks between wkt child blocks (fixes #13053) (cherry-picked from 29aaf1bad8d4ce2bd50391b886ea4116c03cf100) 16 July 2015, 04:00:06 UTC
9932ae1 Backport test suite from master 16 July 2015, 03:59:02 UTC
60b14a2 Merge pull request #2197 from manisandro/dropconnections Add QgsConnectionPool::dropConnections, delete connection groups when pool is destroyed (cherry picked from commit 2a7ccca6fe229764049a19fd33cde974ae9a2588) 14 July 2015, 13:34:49 UTC
b73e1a2 fix windows build (cherry picked from commit 5a9009118f4f695087de97856d325535faa3767e) 14 July 2015, 06:22:32 UTC
5ac8f52 german translation update 13 July 2015, 19:02:11 UTC
116ffc1 Add QgsAttributes::operator== that takes care of NULL variants Fixes an issue that the postgres provider would return multiple subsequent features whose attributes only differ only in 0 vs. NULL. 13 July 2015, 09:26:17 UTC
b6194aa Add test to check if QgsFeature.setAttributes handles 0 vs NULL correctly 13 July 2015, 09:26:15 UTC
8300521 Revert "use triple quoting with st_estimatedextent in postgres provider and db_manager (fixes #12478)" As it seems to address a meanwhile reverted behavior change in PostGIS 2.1 before it was released (see also https://trac.osgeo.org/postgis/ticket/2834). This reverts commit 048aff01bb9cf42e2c1c17eb0ddbd81537443e19. (cherry picked from commit e4410abb93e74ca6e85e11f5916e8c07c417e06f) 13 July 2015, 09:14:45 UTC
174dca2 Fix zoom last needs two clicks to reset view for zoom tool (fix #13095) (cherry-picked from b50c603e47bb330b1ea69efaef4a747a8def5389) 11 July 2015, 09:56:29 UTC
56613cc Avoid hang on WMS legends with missing graphics (fix #12234) Cherry-picked from 4f29c58e4357fad505c82459e97c17449bf4891b 09 July 2015, 01:01:43 UTC
3387392 [labels] Fix null data defined value was not ignored in some cases Cherry-picked from eb6279ac5a64f14208d07c305d64e28a354629bb 08 July 2015, 22:44:32 UTC
29a7bf7 Include NULL in expression builder available functions list Cherry-picked from 7b18f676628b59932df69fd5b98a4432ff0f3d69 08 July 2015, 22:44:04 UTC
c3b0bc3 [pal] 'Follow placement' alignment should also work for offset from point placements (cherry-picked from 05d7744cd9e4d0c8f8c62fb1f702d5839a34a6bd) 07 July 2015, 12:43:46 UTC
e4aa1c5 Fix crash when editing marker through symbol manager (fix #13077) 06 July 2015, 09:50:18 UTC
4cf3825 fix arm build again (followup 68fe5f5 and 1aff733) (cherry picked from commit 05ae68f291a4e8a5b8353bd9b905d4ec6710ea5a) 05 July 2015, 12:39:42 UTC
2e77e9c fix #13067 : bad geometries in the difference tool (cherry picked from commit fe1a032181fb8f3c696918da71df777521f05ceb) 05 July 2015, 02:48:21 UTC
7b15f7a Fix #13059 - Fix expression template load error - Backported to 2.10.1 - Cherry-picked from fbad68075b71e2 04 July 2015, 11:08:43 UTC
ce2f87a Fix setting symbol width/size/rotation from right click menu (fix #13070) (cherry-picked from 4bff1e094dc719de6ef452ea149f624488a56a36) 04 July 2015, 01:25:33 UTC
37c8b9e fix reordering of render order (followup 78c60a2) (cherry picked from commit df4a41f7800083db5be4bb9ba152209f1e57f575) 03 July 2015, 09:23:25 UTC
a07fdfa dxf export: * add missing marker types (fixes #13062) * add missing support for data-defined marker names (fixes #13063) (cherry picked from commit b28c4847c7d928a3ec34f187bb7429e83a49f6a9) 03 July 2015, 09:22:53 UTC
a214a9c Revert "GDAL/OGR mutex in data items on GDALOpen/OGROpen" This reverts commit 9ebb24ebd46853fa595aae20dc73653785235b7f. 03 July 2015, 09:00:20 UTC
9ebb24e GDAL/OGR mutex in data items on GDALOpen/OGROpen 02 July 2015, 16:31:31 UTC
3738c91 Fix loss of attributes for OGR provider (followup 72c9830) Cherry-picked from cc13c57 30 June 2015, 21:54:56 UTC
86fe4d5 postgres provider: fix indexing of default values (fixes #12996; folloup 61f39d6f) (cherry picked from commit b1dac74f2baa17eed89f6652e0d3c1653d8483e9) 30 June 2015, 15:58:54 UTC
823ac56 osgeo4w: also follow designer batch rename in nightly build (cherry picked from commit 9d5aabc16005de3a33c0828b296209438ba4ea5a) 30 June 2015, 06:10:56 UTC
0f042f8 wms provider: recover the possibility to configure the feature count in WMS requests (cherry picked from commit 1dfe005e67162bd1950397940de4f0008512f9c0) 29 June 2015, 22:18:20 UTC
c6996ac edit widget: fix ranges (followup 91e44eaf; fixes #12421) 29 June 2015, 16:23:11 UTC
a486c7c osgeo4w: packaging fix 27 June 2015, 10:34:10 UTC
0c71e09 [rpmbuild] support for multi-digit version numbers and add Fedora 22 to default 26 June 2015, 13:44:37 UTC
5cd8d08 Release of 2.10 (Pisa) 26 June 2015, 12:38:57 UTC
7d9dcb1 changelog update for 2.10 26 June 2015, 12:38:56 UTC
615d364 translation update for 2.10 from transifex 26 June 2015, 12:38:51 UTC
a2470c8 release.pl: fix setting of new release name 26 June 2015, 12:28:15 UTC
6579722 indentation update 26 June 2015, 11:59:53 UTC
ae7f180 [processing] fixed attribute filtering in parameters panel for ParameterTableFIeld param fixes #12807 26 June 2015, 10:43:21 UTC
a4b2cf8 Fix a crash on start due to race condition in GDAL data items Thanks Radim for spotting this 26 June 2015, 10:34:26 UTC
7532000 Data items: Close GDAL dataset when it is not needed This was leading to situations where QGIS was hitting limit of the maximum open files 26 June 2015, 10:34:26 UTC
b80a1bc [processing] fixed handling of folders and files in settings fixes #12511 26 June 2015, 10:00:02 UTC
38d5980 [processing] better error capturing when connection to models repo fails fixes #12515 26 June 2015, 10:00:01 UTC
2112128 Fix crash on user.py import of expressions 26 June 2015, 09:54:16 UTC
ab0aa04 Merge pull request #2167 from vmora/keep_data_defined_at_marker_level_on_property_change fix loss of expression when subsymbol is changed 26 June 2015, 09:17:27 UTC
04439fe Merge pull request #2171 from Gustry/changelog Changelog update : news.t2t 26 June 2015, 08:48:44 UTC
c62b52b fix loss of expression when subsymbol is changed bug mentionned in issue #13033 if the angle, size, width or offset is changed for a subsymbol which parent (a marker) has data-defined size, angle or width, restore the data-defined property for the marker. 26 June 2015, 08:45:36 UTC
9bf1ec2 changelog update 26 June 2015, 08:42:22 UTC
7b31f12 indentation and spelling fixes 26 June 2015, 08:04:07 UTC
318137a oracle provider: fix dfc2cf0 (fixes #13005; take II) 26 June 2015, 08:04:07 UTC
8a54182 [processing] fixed 'add geometric properties' algorithm when output fields already exist in layer fixes #13010 26 June 2015, 07:38:48 UTC
768485d [processing] minor fixes to param descriptions in saga algs 26 June 2015, 07:38:00 UTC
0094544 [pyqgis-console] APIs file updated 26 June 2015, 06:11:00 UTC
72a93b2 [CTest] Fix failing server tests Followup 7ce4edf1 26 June 2015, 02:00:56 UTC
cb104f0 set data-defined size,angle,width for added symbol fix #13033 When a symbol is added and the marker as a global size expression, restore the expression if a symbol is added. 26 June 2015, 00:46:09 UTC
ab55126 Test mask updates 26 June 2015, 00:32:22 UTC
4876c65 Fix infinite loop when painting grid with bad parameters Credit to @m-kuhn 26 June 2015, 00:32:22 UTC
9170b99 Mark geometry API as non-stable 26 June 2015, 00:32:22 UTC
d875011 fix 2b703e3 25 June 2015, 23:50:37 UTC
2d87a70 processing: fix installation of saga 2.1.3 descriptions 25 June 2015, 23:35:57 UTC
6e3a1fa Merge pull request #2118 from jef-n/postgres-like-concat expressions: let concat handle NULL like empty string (like in postgres; fixes #1927) 25 June 2015, 23:14:20 UTC
e6556a2 osgeo4w: update release packaging for dual grass support 25 June 2015, 22:32:35 UTC
492c6d9 [GRASS] raster import null values 25 June 2015, 19:36:17 UTC
91058aa [GRASS] mapset item refresh on file system change 25 June 2015, 19:36:17 UTC
580ae03 [GRASS] change canceled import item icon / label 25 June 2015, 19:36:17 UTC
7ce4edf [CTest] Enable individual tests depending on appropriate cmake options 25 June 2015, 11:45:43 UTC
113efca [GRASS] skip currently being imported objects in browser refresh 25 June 2015, 11:18:41 UTC
fe8263b [GRASS] new names fixes 25 June 2015, 10:39:09 UTC
26588b5 [GRASS] blocking raster import data stream 25 June 2015, 09:50:02 UTC
39f8bd9 Add factory annotation 25 June 2015, 09:34:36 UTC
7b31f8a Remove python bindings for QgsGeos, move createGeometryEngine() from edit utils to QgsGeometry class 25 June 2015, 08:45:53 UTC
a3441d1 [GRASS] blocking vector import data stream 24 June 2015, 17:47:30 UTC
a54c2d0 add postgres layer: enforce selection of primary key for views (refs #11317) 24 June 2015, 16:08:28 UTC
2b703e3 handle ogr sublayers with colon 24 June 2015, 16:08:27 UTC
048aff0 use triple quoting with st_estimatedextent in postgres provider and db_manager (fixes #12478) 24 June 2015, 16:08:26 UTC
ea71b2c avoid reloading not rendered layers on map refresh 24 June 2015, 16:08:24 UTC
feb8d38 [processing] fixed saga algorithms when input is an sdat file 24 June 2015, 16:04:41 UTC
848cd44 [processing] fixed a couple of wrong SAGA algorithm descriptions for 2.1.4 24 June 2015, 16:04:40 UTC
59b176d Merge pull request #2164 from Gustry/fix-replace [Processing] fix variable assignment 24 June 2015, 12:28:21 UTC
aab071d Filtering in expression widget should be case insensitive (refs #11627) 24 June 2015, 10:51:25 UTC
433e87d Default to case insensitive for attribute table filter (fix #11627) 24 June 2015, 10:40:42 UTC
8f3c58e Update max value for null size in size assistant (required for sizes in map units, where large values are needed) 24 June 2015, 10:30:56 UTC
32a72cd allow user to control size for NULL values added a field in the assistant to specify the symbol size when expression evaluates to NULL 24 June 2015, 10:24:23 UTC
61fbe1c fix NULL field in size expression beeing drawn the expression generated by the assistant was causing symbol with size expr evaluated to NULL to be drawn with default size, wich is not what the default should be. The generated size expression is now composed with coalesce(...,0) so the symbol is not drawn when the size expression is NULL The expression is still recognized without the coalesce to allow the legend to be drawn even in the absence of coalesce: this can be used to have the default size for NULL expression and use a conditional expr fro color to highlight symbols where value is NULL. 24 June 2015, 10:23:47 UTC
4fb22b4 converted size expr evaluate to 0 on NULL field fix #12888 use coalesce(expr,0) to have zero size if expression evaluates to NULL otherwise the default size would be used 24 June 2015, 10:08:49 UTC
2e35781 reactivate field when dd buton is deactivated 24 June 2015, 10:02:07 UTC
5a9df7e fix variable assignment in Processing 24 June 2015, 09:29:45 UTC
d4badf8 Revert 9041950 and 5f49335. Neither fixed worked for Windows. Will revisit for 2.12. 24 June 2015, 08:21:01 UTC
16cab9f Add tests for line placement of labels 24 June 2015, 07:11:45 UTC
d4b659e Label tests for buffer and shadow 24 June 2015, 07:11:45 UTC
19767cb Don't show errors in a dialog for QgsDelimitedTextProvider This causes issues with scripted use of the provider. Instead, just log messages to the standard message log. 24 June 2015, 07:11:45 UTC
0016ab6 Add a "load values" button to graduated histogram. The previous approach of automatically fetching the values on demand was resulting in graphical corruption to the parent tab widget. 24 June 2015, 07:11:45 UTC
3d978be indentation and spelling fixes 24 June 2015, 07:08:52 UTC
7e8041c Merge pull request #2163 from carolinux/master Added setBand capability to qgssinglebandpseudocolorrenderer API 24 June 2015, 00:05:56 UTC
028c083 Fixed indent/spacing 23 June 2015, 23:21:19 UTC
back to top