swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
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
37cd9e7 Added doxygen docs 23 June 2015, 23:15:42 UTC
8656b2d osgeo4w: switch to GRASS 7.0.1RC1 23 June 2015, 20:42:11 UTC
3eef29a geometry validator: fix touching lines check (followup b9b9bc3, fixes #12730) 23 June 2015, 20:15:46 UTC
e368f95 [processing] fix initial without saga_cmd on *x 23 June 2015, 19:30:05 UTC
5f2c8e0 Bands are 1-indexed 23 June 2015, 17:50:22 UTC
45681e6 Added setBand capability to qgssinglebandpseudocolorrenderer API 23 June 2015, 15:19:58 UTC
da39ab3 [GRASS] better handle corrupted/missing topo; allow to delete corrupted map 23 June 2015, 13:35:27 UTC
fd4b38c invalidate first crs on project load (fixes #13011) 23 June 2015, 13:34:34 UTC
7031cfb dxf export: deprecate writeSolid (replaced with writePolygon) and add some doxymentation 23 June 2015, 13:34:33 UTC
38a247f [processing] fixed attribute types in memory layers fixes #12894 23 June 2015, 12:15:08 UTC
0bbc11b Derive MultiLineString from MultiCurve and MultiPolygon from MultiSurface 23 June 2015, 11:41:14 UTC
d0a624d More test mask updates 23 June 2015, 11:38:56 UTC
a842d47 [processing] fixed text and html output in GRASS algorithms This changes the way text outputs are handled. Now the output of the command is piped to a file, and with that file, the raw and HTML outputs are generated. More formatting for the HTML file should be added in the future, since it is now rather basic fixes #6379 23 June 2015, 11:32:16 UTC
77ca802 [processing] better initialization of SAGA provider 23 June 2015, 10:01:50 UTC
cdf034a [processing] fixed typo in algorithm group name 23 June 2015, 10:01:49 UTC
7b26838 [GRASS] fixed animated import icon on windows 23 June 2015, 09:24:52 UTC
7536690 Fix tab order in raster calculator dialog 23 June 2015, 09:12:18 UTC
488f394 add log, ln and != button in the raster calculator 23 June 2015, 09:08:27 UTC
83f3a58 [processing] added check to ensure input layers are valid 23 June 2015, 07:07:52 UTC
247c2f0 [processing] no need to hide credentials when storing db data If they appear on the URI, it means they are already being stored in plain text by QGIS 23 June 2015, 07:07:51 UTC
6ce2333 [processing] more improvements for storing db data in log This allows reusing commands that use a db-based layer. It disables parameter validity checks for layers. Those checks should now be performed at the algorithm level before executing (not yet implemented) 23 June 2015, 07:07:50 UTC
6e4113f [processing] show error message when execution of algorithm from console failed 23 June 2015, 07:07:49 UTC
06d250e [processing] more correct storing of DB data in log 23 June 2015, 07:07:48 UTC
99150dd Add delimited provider to common provider tests, fix records missing from delimited layers when geometry was null. 23 June 2015, 06:35:42 UTC
89af061 Add memory provider to common provider tests 23 June 2015, 06:35:21 UTC
0728155 Some test masks for OSX 23 June 2015, 06:35:04 UTC
c855e98 Explicitly set dpi for test images, should help tests pass on OSX 23 June 2015, 06:34:57 UTC
f29b55a Fix regression with snapping on intersection (fixes #13020) 23 June 2015, 02:57:35 UTC
19fdb33 [GRASS] vector import begin/commit transaction 22 June 2015, 19:58:29 UTC
5e22129 [GRASS] fixed tmp import maps delete on windows 22 June 2015, 19:27:24 UTC
78359ec [processing] use default value in selection parameters in modeler fixes #12766 22 June 2015, 14:51:58 UTC
9838ea3 switch all png icons to svg ones for plus and minus signs: followup 33b49ff and a7191ab 22 June 2015, 14:22:56 UTC
95974e8 Travis: Fail on warnings and improve cdash integration 22 June 2015, 13:13:36 UTC
c590e1e Hide unimplemented GeometryV2 clip methods 22 June 2015, 12:20:27 UTC
5f49335 [georef] Followup 9041950, fix didn't work for Windows 22 June 2015, 11:53:44 UTC
c060947 [georef] Fix crash when loading new project with georeferencer open 22 June 2015, 11:53:44 UTC
f037b11 [georef] Allow report to flow onto multiple pages to show all GCPs (fix #4602) 22 June 2015, 11:53:44 UTC
0912314 Fix crappy documentation (which I wrote) which came back to bite me and wasted part of my life I'll never get back... 22 June 2015, 11:53:44 UTC
back to top