Activity
From 2015-01-18 to 2015-02-16
2015-02-16
- 09:14 PM Revision ceceebdf (qgis): server getfeatureinfo: delegate value representation to editor widgets ...
- 06:02 PM Revision 6e773504 (qgis): dxf export: fix encoding for japanese (take II; followup ce0fd7a)
- 12:49 PM Revision 96732bb9 (qgis): Merge pull request #1901 from m-kuhn/fixrendering
- Fix rendering position in incremental rendering
- 11:10 AM Revision b3bd32ff (qgis): server getfeatureinfo: restore quoting in plain/text format
- 10:28 AM Revision 1144f3e6 (qgis): Fix rendering position in incremental rendering
- 10:17 AM Revision e338daf2 (qgis): Fix misuse of enum in qwt_polar_plot
- 08:45 AM Revision ce0fd7ac (qgis): dxf export: fix encoding for japanese
- 06:58 AM Revision 07ea41f9 (qgis): Grass plugin/provider fixes for Coverity
- 06:58 AM Revision d3c88376 (qgis): Fix uninitialized members
- 06:11 AM Revision c1fe68c8 (qgis): Fix big parameter passed by value warnings
- 06:11 AM Revision da092bf0 (qgis): Coverity fixes: uninitialised members
- 06:11 AM Revision f6d0e708 (qgis): Fix memory leaks
- 06:11 AM Revision c9c15afa (qgis): Fix null dereference errors
- 06:11 AM Revision e6f91ca4 (qgis): Avoid string overflow
- 06:11 AM Revision 153dea25 (qgis): Rename variable to make intention clearer
- 06:11 AM Revision 318a7161 (qgis): Coverity fixes - unreachable code
- 06:11 AM Revision 2d8feebb (qgis): Some very minor Coverity related fixes
- 01:16 AM Revision bca1560e (qgis): remove unused message log viewer flag (follows up followup followup 957...
2015-02-15
- 10:49 PM Revision ca86be78 (qgis): dxf export: doxyment more methods
- 10:10 PM Revision d9a16545 (qgis): dxf export: make encoding configurable (fixes #11578)
- 04:58 PM Revision 957f1ac1 (qgis): Followup followup ff788db
- The code was moved. This was just a leftover.
- 04:48 PM Revision 707e2bda (qgis): Followup ff788db
- Commit ff788db unintentionally inverted the meaning of the ifdef check
- 01:55 PM Revision e2e23f0c (qgis): snapping dialog: block signals when reloading snapping options
- QgsProject: also apply default when property is not available and not only if
an existing one is invalid
fixes #12192 - 03:40 AM Revision ccdf452e (qgis): [raster] Fix unintentional int overflow
2015-02-14
- 09:56 PM Revision 4a4a7005 (qgis): fix QgsProject::clearProperties() doxymentation
- 09:45 PM Revision 86d08b6c (qgis): restore option to open the attribute table with only currently visible ...
- to improve performance (actually to make it usable with large tables again).
When used as initial setting in options... - 08:58 PM Revision 553abbdc (qgis): Merge pull request #1900 from mhugo/fix_spatialite2
- [spatialite] Bug fixes
- 11:59 AM Revision f69e0bbf (qgis): Minor Coverity fixes (null dereference, uninitialised members)
- 11:35 AM Revision 0080f9ef (qgis): Coverity fixes - unchecked return value
- 02:47 AM Revision 8c16daf2 (qgis): Fix memory leak in PAL labelling engine
2015-02-13
- 08:32 PM Revision 4a449562 (qgis): fix processing plugin main translation and add translations
- for toplevel toolbox entries (fixes #12168)
- 05:27 PM Revision 0a512605 (qgis): attribute table filter: consider LongLong numeric too
- 05:26 PM Revision 1e9774fd (qgis): qgis server fixes:
- * support edit types based on edit widgets (adds qgis_gui dependency; fixes #12091)
* show null values (fixes #12114)... - 03:14 PM Revision 221ba9c3 (qgis): [spatialite] Fix geometry column name case sensitivity
- 01:14 AM Revision 32945058 (qgis): fix field calculator when update are allowed and add attribute is not (...
2015-02-12
- 12:07 AM Revision 065d190d (qgis): improve field conversions (fixes #12004)
- 09:34 PM Revision 749e2a5b (qgis): fix runtime warning
- 09:34 PM Revision 24c95afd (qgis): fix doxymentation warnings
- 09:34 PM Revision f540cd16 (qgis): processing: verify postgresql access and request credentials if necessa...
- 08:32 PM Revision e96b204b (qgis): Fix failing pal labeling canvas test
- Make sure image dpi respects mapsettings dpi in
QgsMapRendererSequentialJob.
Also apply a workaround to avoid segfau... - 05:06 PM Revision 5273889d (qgis): Enable C++11 only for newer clang versions; match AppleClang for Cmake 3
- - Switch STREQUAL conditionals to MATCHES for Clang to handle CMake 3
introduction of AppleClang compiler ID for Ma... - 04:55 PM Revision 1b252d4a (qgis): fix crash on snapping locator removal
- 04:07 PM Revision 3803979b (qgis): Fix #12190 - splitGeometry crashes on linear geometry with a split point
- 01:31 PM Revision 90bd24a3 (qgis): Remove obsolete useCache parameters
- 10:53 AM Revision 5e1b5a43 (qgis): Coverity fixes
- 08:12 AM Revision 7a0d0410 (qgis): Merge pull request #1897 from arnaud-morvan/fix_fieldsmapper
- [processing] Fix fieldsmapper
- 07:14 AM Revision b26556e5 (qgis): Fix #11825 - handle centroid calculation also for invalid geometries
- The on the fly simplification can corrupt geometries so let's try to deal
with it best we can - 05:37 AM Revision b48e7fd3 (qgis): Fix #11993 - Fix crash with node tool and sql server
- Funded By Digital Mapping Solutions
- 04:47 AM Revision 53f5349f (qgis): Fix typo
- 04:39 AM Revision 059fd2c4 (qgis): Fix #11724 - do to not add extra geometries in union (ftools + processing)
- 02:04 AM Revision 1eaec173 (qgis): MSSQL - Don't use spatial index if there is null values, calc extent in...
- Funded by Digital Mapping Solutions
2015-02-11
- 11:19 PM Revision 1a606358 (qgis): "Fix" failing atlas composition tests
- These failing tests are actually revealing an issue with the atlas
map API, which can't be fixed without a break.
Th... - 09:35 PM Revision 25652e42 (qgis): More Coverity fixes
- 09:03 PM Revision 5397d6b4 (qgis): Add map rotation to symbol rotation
- Only affects point marker symbols with data-defined rotation.
Fix #12152 - 08:00 PM Revision 335a1675 (qgis): Adding new polish translator
- Signed-off-by: Werner Macho <[email protected]>
- 05:07 PM Revision 12a4e7dc (qgis): Allow to load a query-based SQLite layer without geometry
- 03:46 PM Revision 3c938275 (qgis): Fix #12182 - In FieldsMapper, emit commitData on expression editor change
- 02:34 PM Revision ed94aff1 (qgis): Fix #12183 - avoid error message in fieldsmapper when no field type sel...
- 01:49 PM Revision f76d7301 (qgis): indentation update/fix (followup 9ab22bd)
- 01:49 PM Revision 10e09bc7 (qgis): add override support to qgisstyle
- include pep8 call in indentation run for python code
- 12:22 PM Revision 47488f28 (qgis): Add unit test for API documentation coverage
- This test checks that the coverage of the API docs does not drop
below a preset threshold (initially set at the curre... - 08:36 AM Revision 1f5b6fd0 (qgis): Use wait cursor when building indexes for snapping
- 08:24 AM Revision bbc7cba5 (qgis): Fix a crash resulting from corrupted undo stack (fixes #11940)
- In field calc opened from attribute table, when changing attributes
there is a series of signals: layer emits attribu... - 07:12 AM Revision 4e0431d8 (qgis): Coverity fixes (unchecked dynamic_cast)
- 06:03 AM Revision 868720b7 (qgis): Coverity null dereference fixes
- 04:01 AM Revision a15aa74b (qgis): Fix #12167 - Handle nulls in show label property for labels
- Funded by Digital Mapping Solutions
- 03:19 AM Revision edc1d5e5 (qgis): fix windows build
- 03:19 AM Revision f046d3fc (qgis): support datum transformation in composer (fixes #11874)
- 03:19 AM Revision f9ace43a (qgis): emit is not a function
- 03:09 AM Revision f601f927 (qgis): Coverity fixes
2015-02-10
- 12:13 AM Revision 8e4368c7 (qgis): Replace use of rand with qrand
- 11:06 PM Revision 1c2c9009 (qgis): Fix warning
- 06:40 PM Revision 4938fe79 (qgis): offline editing: add layer to map layer registry before
- copying the symbology - otherwise edit widget settings
won't be copied (fixes #11827) - 06:27 PM Revision 2073c039 (qgis): attribute table: fix update of sort column (fixes #10976)
- 01:44 PM Revision d4668707 (qgis): Fix jumping map in canvas
- This would happen only with overview canvas visible. Found by Mathieu.
Replacing the forced repaint() call by more s... - 01:34 PM Revision fffd2fea (qgis): fix check-no-x
- 12:23 PM Revision c253a9f6 (qgis): Uninitialized variable fixes
- 12:23 PM Revision ba7f0c7e (qgis): Default to faster render for heatmap renderer
- 12:02 PM Revision 04c37f96 (qgis): Right missing right click on QgsColorButtonV2
- 11:21 AM Revision 27bf440e (qgis): Server: fix loading of dependent layers when using the getFeature() fun...
- 09:49 AM Revision e62a7fa7 (qgis): ogr clip by polygon: clip polygon layer name must be declared to avoid ...
- 08:54 AM Revision db175132 (qgis): Fix some warnings, incorrect use of abs for double values
- 08:51 AM Revision 76927bb8 (qgis): Use a newer cmake version for Travis builds to avoid Qt warnings
- 08:48 AM Revision 68f94647 (qgis): Fix #12165 - table can't be joined multiple times
- 07:37 AM Revision a7f77403 (qgis): More coverity fixes
- 07:06 AM Revision dc156c8d (qgis): Fix #12154 - select by location not working when A covers B
- The combination of touches+overlaps+contains is not enough if input layer
(where selection should be done) is complet... - 07:06 AM Revision eaeff197 (qgis): Fix intersection in SelectByLocation and ExtractByLocation
2015-02-09
- 12:38 AM Revision b35a596a (qgis): raster calculator: allow unquoted raster references (fixes #11682)
- 09:46 PM Revision d0159e2d (qgis): postgres provider: restore default for cursor counter
- 05:17 PM Revision 72015bf5 (qgis): INSTALL: remove reference to Visual C++ 2008
- 05:14 PM Revision 0386ed01 (qgis): Fix issue with intents to rebuild index of an empty layer
- With one or more empty layers, this would lead to a weird blinking due to progress
dialog being opened when snapping ... - 11:46 AM Revision ee50520a (qgis): fix leak on loading layer definition (also fixes #12064)
- 06:05 AM Revision e4253721 (qgis): Coverity fixes
- Including a notable bug causing "mean" to be missing from merge
attributes dialog options. - 04:35 AM Revision a1b858b8 (qgis): [raster] Fix cubic resampler visual glitches (refs #6561)
- Resampler was not correctly bounding color components for premultiplied
image format. There's still errors in the res... - 01:15 AM Revision 0593ef6a (qgis): rename new QgsSnapper::snapPoint method to snapMapPoint and restore pyt...
- of deprecated old version (fixes #12153)
- 01:15 AM Revision 9fb00653 (qgis): more coverity fixes
- 01:15 AM Revision 90cc725b (qgis): nine cell filter: restore defaults
2015-02-08
- 12:06 AM Revision 47ffa70a (qgis): Merge pull request #1890 from rutsky/patch-1
- treat PostgreSQL's "xml" field type as string
- 11:39 PM Revision 3bb448a0 (qgis): add missing dot at the end of sentence
- 11:02 PM Revision d6bfe7c1 (qgis): Add missing overrides
- 07:32 PM Revision b67daf03 (qgis): new coverity fixes
- 07:27 PM Revision b2cfe0b3 (qgis): postgres provider: show notices
- 01:15 PM Revision a264a27d (qgis): fix windows build (pow called with an integer) and comma cosmetics
- 12:49 PM Revision a7baf396 (qgis): Preserve formatting of expressions for datadefined symbology
- Followup 6fb347d
- 12:49 PM Revision 2e9cc1a4 (qgis): Reduce debug noise and fix Qt5 compatibility
- Fix #12145 (Master does not compile with Qt5 libraries)
- 10:13 AM Revision 0ed6cfad (qgis): followup 2f9dfd250
- 10:12 AM Revision 2f9dfd25 (qgis): fix build error
- 09:03 AM Revision c4a6adc7 (qgis): Merge pull request #1753 from arnaud-morvan/processing_managefields
- Create FieldMapper GeoAlgorithm
- 09:02 AM Revision afd21cd7 (qgis): Merge pull request #1759 from arnaud-morvan/processing_bylocation_opera...
- Processing bylocation operators
- 08:53 AM Revision b1a2ccdc (qgis): Merge pull request #1892 from neteler/master
- [processing] updates for GRASS GIS 7 support; file date updated in comment
2015-02-07
- 11:35 PM Revision a18286fa (qgis): GRASS GIS batch job needs sqlite directory to be created
- 11:14 PM Revision 6ed695aa (qgis): remaining cppcheck issues
- 09:53 PM Revision 0a1382a0 (qgis): updates for GRASS GIS 7 support; file date updated in comment
- 08:28 PM Revision 2589b1a7 (qgis): fix build without QwtPolar
- 06:41 PM Revision c67e31d1 (qgis): move travis notifications to #qgis-test
- 06:40 PM Revision 0f939702 (qgis): fix more cppcheck issues
- 03:34 PM Revision a40eca4a (qgis): Use core support for map rotation in composer
- Includes patch by Martin Dobias
See http://lists.osgeo.org/pipermail/qgis-developer/2015-January/036309.html
Fix #11912 - 03:30 PM Revision 7d6b7ccc (qgis): Show actually visible canvas area in overview (possibly rotated)
- Fix #11862
- 03:05 PM Revision 1ccf5584 (qgis): Add a new visiblePolygon method to QgsMapSettings
- Centralizes code to return a possible rotated map area boundaries.
Makes use of the new method from the grid decorati... - 01:54 PM Revision 198d8fe5 (qgis): fix warnings and extra semicolons
- 12:57 PM Revision dc93261c (qgis): fix cppcheck issues
- 12:57 PM Revision 205b1367 (qgis): restore imports in python/plugins/processing/__init__.py (followup 956c...
- 11:45 AM Revision 66091cad (qgis): Remove travis notifications in IRC
- Anyone who forks QGIS and has Travis will also send stuff to IRC which is annoying.
See https://github.com/travis-ci/... - 10:51 AM Revision 4def416b (qgis): Merge pull request #1858 from vmora/symbol_list_refacto
- line symbol layer refacto to avoid code duplication
- 09:56 AM Revision b60221a3 (qgis): Coverity fixes (uninitialized members)
- 09:54 AM Revision 76b0bcfc (qgis): again more coverity fixes
- 03:16 AM Revision 5160d467 (qgis): More (probably harmless) uninitialized variables in tests
- 02:31 AM Revision a3668f58 (qgis): more coverity fixes
2015-02-06
- 09:12 PM Revision e3d5a054 (qgis): fix some coverity issues
- 06:54 PM Revision e5a6a088 (qgis): treat PostgreSQL's "xml" type as string
- 06:47 PM Revision e0116ef5 (qgis): Have QCOMPARE be more verbose about failure
- 04:10 PM Revision 9e51488a (qgis): Create FieldMapper GeoAlgorithm
- 03:00 PM Revision 84936e59 (qgis): Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms
- 12:29 PM Revision 67e4a9a1 (qgis): add missing file
- 12:29 PM Revision ac5d2843 (qgis): add gdal raster calculator to processing
- 09:59 AM Revision 88c928af (qgis): Fix a bunch of (probably harmless) uninitialized variables
- (improves Coverity signal-to-noise ratio)
- 08:18 AM Revision e219a144 (qgis): Merge pull request #1886 from radosuav/processing_fix
- [Processing] Don't fill empty fields in batch mode with 0.
- 08:18 AM Revision 6f338d75 (qgis): Merge pull request #1887 from gioman/fix_processing_ogr_clip
- fixes processing ogr clip tools when input is postgis/spatialite
- 06:28 AM Revision 59b758bb (qgis): Fix #12069 - Don't adjust size of projection combobox
- Funded by Digital Mapping Solutions
- 04:50 AM Revision fe9c7c3e (qgis): Fix #12055 - Add split to function/help area on expression builder
- Funded by Digital Mapping Solutions
2015-02-05
- 11:55 PM Revision a6af682b (qgis): add new geoprocessing tools based on ogr2ogr and sqlite sql dialect
- 07:37 PM Revision 5c5cb406 (qgis): fixes processing ogr clip tools when input is postgis/spatialite
- 07:08 PM Revision fb344ff1 (qgis): Use a simpler image for testing composer map rotation and overview
- Update expected results and configuration of new image
Add rendering anomalies, as determined by travis ubuntu 12.02 - 03:58 PM Revision 32ab9677 (qgis): Merge pull request #1885 from gioman/processing_add_gdal_tiff_compressi...
- fixes processing gdal rasterize and add compression options for geotiff outputs
- 03:03 PM Revision f6d533a8 (qgis): [Processing] Don't fill empty fields in batch mode with 0.
- Should fix #12119
- 02:52 PM Revision 3749867c (qgis): fixes processing gdal rasterize and add compression options for tiff ou...
- 08:34 AM Revision e4fb95fa (qgis): [pal] Some const correctness and avoid passing large object by value
- 08:31 AM Revision 249af5fb (qgis): Fix uninitialized variable
- 08:30 AM Revision 73b95693 (qgis): Fix a bunch of memory leaks
- ...thanks Coverity, thoverity.
- 05:23 AM Revision f6d6c69b (qgis): Use Python editor font and size for code editor
2015-02-04
- 12:51 AM Revision 9de6ae9f (qgis): Fix #12100 - Expression tab by default
- 04:14 PM Revision 421dfb22 (qgis): Merge pull request #1881 from gioman/fix_processing_gdal_dstnodata
- fix processing gdalwarp dstnodata
- 03:26 PM Revision 1fe580ca (qgis): fix processing gdalwarp dstnodata
- 12:56 PM Revision 91c4e7a3 (qgis): Merge pull request #1880 from gioman/processing_fix_gdal_a_nodata
- fix a_nodata parameter in gdal processing
- 12:46 PM Revision 98fb59b3 (qgis): fix a_nodata parameter in gdal processing
- 07:19 AM Revision 7e66e334 (qgis): More memory leak fixes identified by Coverity
- 07:18 AM Revision b1878254 (qgis): Fix memory leak in MsSql provider (identified by Coverity)
- 07:18 AM Revision 9e9a2896 (qgis): Fix Coverity UNINTENDED_INTEGER_DIVISION errors
- 07:18 AM Revision cb5ef020 (qgis): Avoid 'array compared against 0' error for QgsRasterLayer constructor
- ... by explicitly passing QString arguments. Otherwise the string
literals are implictly converted to bool and the wr... - 07:15 AM Revision 6e8d19c2 (qgis): fix windows 32bit build
- 06:15 AM Revision 6a58bc04 (qgis): Fix crash when simplification has overly high tolerance
- Got rid of the custom simplification code and replaced it with simplification
provided by GEOS. The code is much simp... - 01:39 AM Revision 6d4f4442 (qgis): sip fix: remove duplicate method and private methods from server request
- handler (followup abd4a043)
2015-02-03
- 10:42 PM Revision 85c171a0 (qgis): osgeo4w: link 32bit against Qwt 6
- 06:34 PM Revision a9599605 (qgis): relation reference widget: add methods to sip (followup 52c2e4e90)
- 06:33 PM Revision 290a949b (qgis): Merge pull request #1870 from m-kuhn/relref-orderbyvalue
- Allow "order features by value" for relation reference widget
- 03:53 PM Revision 3c2a92b9 (qgis): Merge pull request #1879 from gioman/fix_processing_encoding_split_vect...
- [processing] fix enconding in Split Vector layer tool when splitting attribute has non ASCII chars (fix #12117)
- 01:34 PM Revision 035229f3 (qgis): fix enconding in Split Vector layer tool when splitting attribute has n...
- 11:38 AM Revision 6f2ba0f0 (qgis): Fix some copy/paste errors identified by Coverity
- 11:22 AM Revision 93a86835 (qgis): Fix common memory leak after using QgsSymbolLayerV2Utils::loadSymbol
- 10:50 AM Revision 005e158c (qgis): Fix some memory leaks exposed by Coverity
- 10:49 AM Revision 5cacf59a (qgis): Fix uninitialized variables identified by coverity
- 10:47 AM Revision b05e789c (qgis): Fix build
- 10:23 AM Revision b456f4d6 (qgis): [processing] restore missed icons in various dialogs
- 09:12 AM Revision 5560f00d (qgis): Merge pull request #1878 from gioman/fix_processing_encoding
- fix enconding in processing when input layer names have non ascii chars (fix #12106)
- 09:06 AM Revision 2a339082 (qgis): fix enconding in processing when input layer names have non ascii chars
- 06:06 AM Revision a2d430eb (qgis): Options: Fix copy&paste error
- Discovered by Nyall and coverity scan
- 02:21 AM Revision abd4a043 (qgis): sip update
2015-02-02
- 06:46 PM Revision 932baa91 (qgis): hide console when python support is not available
- 06:45 PM Revision 2c820bb9 (qgis): db_manager: use SqlEdit when QgsCodeEditorSQL is unavailable (fixes #12...
- 01:20 PM Revision c8b6487a (qgis): osgeo4w: disable coverage tests
- 01:20 PM Revision ac4717fa (qgis): fix python imports (followup ee365bfc)
- 12:26 PM Revision d928caf6 (qgis): Fixes to the advanced digitizing
- - make snapSegment() work if no segment was previously snapped
- fix highlight when a segment is snapped
- fix ghost ... - 12:23 PM Revision ca459ee4 (qgis): dbmanager: fix import (followup 956c155e8f)
- 12:22 PM Revision 128e5b35 (qgis): fix warning
- 11:12 AM Revision ef8cf2ed (qgis): Revert "Temporarily disable Travis submission to cdash"
- This reverts commit 8c1675a06a70d3845192f7b2c388acf3241b599f.
Dash is back up. - 11:11 AM Revision 44880650 (qgis): debian packages: only enable coverage tests for debug builds
- 10:28 AM Revision ee365bfc (qgis): fix pep8 warnings
- 10:01 AM Revision 9143bd7b (qgis): Merge pull request #1874 from gioman/fix_processing_ogr_postgis_import_2
- new fixes for processing/ogr import in postgis tools
- 10:00 AM Revision db89a045 (qgis): Merge pull request #1873 from gioman/processing_remove_unsupported_rast...
- processing/gdal: remove output formats that are not supported by qgis
- 06:05 AM Revision cd86710d (qgis): Fix some warnings
- 06:02 AM Revision 8c1675a0 (qgis): Temporarily disable Travis submission to cdash
- Cdash is down and this causes false failures
- 02:30 AM Revision 53712c78 (qgis): add Processing tool to import layers/tables as geometryless tables into...
- 01:25 AM Revision de2b3ea8 (qgis): remove spaces
- 01:21 AM Revision e3bd6acb (qgis): update to latest changes in master
2015-02-01
- 12:56 AM Revision dab30921 (qgis): better and new fixes for processing/ogr import in postgis tools
- 11:35 PM Revision 6e946881 (qgis): Followup 956c155: fix python errors in PAL labeling tests
- 10:05 PM Revision 9ba8b29d (qgis): Revert "Enable coverage reports for Travis builds"
- This reverts commit 34d5394409cd39a7953bd169ffdc36a618641ce3.
Gcc builds were too resource hungry and kept getti... - 08:46 PM Revision 956c155e (qgis): fix python pep8 warnings and fix some revealed errors
- pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
... - 08:29 PM Revision a016367d (qgis): remove duplicate separator in test diff pngs
- 09:38 AM Revision d6017dd8 (qgis): Merge pull request #1872 from gioman/processing_fix_qgis_raster_tools
- [processing] add support for rasters other than float32 in qgis/processing raster tools
- 09:36 AM Revision 9a4612e9 (qgis): Merge pull request #1871 from gioman/fix_processing_ogr_postgis_import
- fix processing ogr postgis import when db name or password are empty
2015-01-31
- 10:28 PM Revision 9edff143 (qgis): processing/gdal: remove output formats that are not supported by qgis
- 10:08 PM Revision 8d7c2d7a (qgis): processing: add support for rasters other than float in qgis/processing...
2015-01-30
- 11:05 PM Revision fe27b635 (qgis): enable coverage in travis, debian builds and osgeo4w nightlies
- 10:56 PM Revision 843cf049 (qgis): database providers: cope with empty attribute changes (fixes #12040)
- 09:43 PM Revision 6eb6112f (qgis): Merge pull request #1867 from nyalldawson/travis_coverage_v2
- Enable coverage reports for Travis builds
- 03:51 PM Revision 7246b830 (qgis): Server: if map-parameter is missing in post parameters, check if it is ...
- 12:47 PM Revision bb97dcc8 (qgis): remove space from string
- 12:42 PM Revision ef0c955c (qgis): fix processing ogr postgis import when db name or password are empty
- 10:41 AM Revision 57a57948 (qgis): Server: create wfs layer objects only if layer is published as wfs. Bug...
2015-01-29
- 04:58 PM Revision c19eb60d (qgis): Fix graphical glitches caused by empty menu on attribute dialog
- Fix #12061
- 12:11 PM Revision 52c2e4e9 (qgis): Allow "order features by value" for relation reference widget
- 08:09 AM Revision 16f309b6 (qgis): Fix display of descriptions for symbol layer data defined buttons
- 08:09 AM Revision 77fcf8ce (qgis): [composer] Correctly restore dock visibility and active dock tab
- After using the show/hide panels action all dock tabs would be
shown (ignoring previously hidden tabs) and the active... - 07:40 AM Revision a20b8e03 (qgis): Fix #12053 - Add tooltips and text to buttons in function editor
2015-01-28
- 11:24 AM Revision 1eec3b9e (qgis): [processing] fixed ogr import to postgis when origin layer is a database
- 09:29 AM Revision 97b74063 (qgis): [composer] Fix horizontal smart guides not appearing for page > 1
- 04:36 AM Revision 34d53944 (qgis): Enable coverage reports for Travis builds
- Changes required:
- switch Travis builds to gcc, using O0 for build speed
- enable a debug build
- enable coverage re...
2015-01-27
- 10:53 AM Revision e0adf89d (qgis): Add some missing tests for QgsImageOperation
- 04:14 AM Revision 6dd42cae (qgis): Merge pull request #1864 from michaelkirk/feature/export-png-first-8493
- [fixes #8493] "Save as Image" defaults to PNG
- 03:57 AM Revision d6c969c0 (qgis): test for original createFileFilter
- 03:51 AM Revision d7bef1c3 (qgis): Merge remote-tracking branch 'upstream/master' into feature/export-png-...
- Conflicts:
src/gui/qgisgui.h
2015-01-26
- 12:26 AM Revision 1cd7dc6a (qgis): fix potential link error on windows - if anything was using
- QgisGui::createFileFilter_() outside of the gui dll it would produce a link
error - 12:10 AM Revision e5ac88f3 (qgis): fix example indentation
- 11:08 PM Revision 262a5b2b (qgis): test case for file filter formatter
- 11:08 PM Revision 1e936df8 (qgis): Saving map defaults to PNG instead of BMP
- This only affects a user the first time they save a map as an image.
Afterwards their preference is saved.
FIXES: #8493 - 08:38 AM Revision 098aa681 (qgis): Merge pull request #1852 from radosuav/changes
- [Processing] Small fixes and additions
- 06:20 AM Revision 609db7d2 (qgis): Fix double click on fields in expressions builder
- 04:27 AM Revision f7f89b37 (qgis): Fix calculation of blur ops with non ARGB32_Premultiplied images
- 01:17 AM Revision 2e8df945 (qgis): Update AUTHORS
- Fix name and email
2015-01-25
- 10:38 PM Revision 7b1f9eed (qgis): fix typo
- 07:15 PM Revision 21f1aab4 (qgis): fix typo in processing
- Signed-off-by: Werner Macho <[email protected]>
- 07:44 AM Revision 01286cc4 (qgis): Point locator: fix addition of features when OTF reprojection is on
- This would cause issues when editing geometries with OTF on.
Discovered by @nirvn
2015-01-24
- 12:33 AM Revision 62b2c1fc (qgis): db manager: request credentials directly when connection failed (fixes ...
- 10:11 PM Revision f8f27135 (qgis): postgres provider: improve owner check (fixes #9844)
- 10:08 PM Revision 4afdf553 (qgis): fix signal/slot warnings
- 10:00 PM Revision 1e21c5a9 (qgis): fix backtrace output
- 01:22 PM Revision e5a45571 (qgis): indentation update
- 01:20 PM Revision ee842bc7 (qgis): fix typo
- 01:20 PM Revision c1e4371b (qgis): postgis connection: remove duplicate tooltips
2015-01-23
- 03:36 PM Revision eb6332fc (qgis): override default settings for snapping utils
- followup 7e0f64648ac4faf89d44d00959a876de26bcc2df
- 01:05 PM Revision 494c36a1 (qgis): Mapserver: using bbox filter on features in GetFeatureInfo (searching w...
- 12:53 PM Revision 334d885b (qgis): Snapping tolerance: Fix "map units" vs "layer units" dilemma (fixes #11...
- Until now "map units" in snapping config dialog actually referred to layer units.
From now on, "map units" refer to p... - 11:10 AM Revision 7e0f6464 (qgis): allow overriding project snapping settings from advanced digitzing tools
- therefore snapping to all layers can be applied, and snapping to segment can be turned on when enabling parallel/perp...
- 11:10 AM Revision dfc2dc78 (qgis): fix combo index
- 11:07 AM Revision f2033f40 (qgis): Merge pull request #1859 from rduivenvoorde/xmin_rename
- [processing] changing fieldnames from xmin to x_min
- 10:59 AM Revision 01fd4f33 (qgis): Join: Fix specific set of fields not editable
- Followup 60712cd
Fix #12042 - 10:57 AM Revision b1b3614f (qgis): changing fieldnames from xmin to x_min
- xmin and ymin are resevered fieldnames in Postgis, so better not
use these field names. Because this makes it impossi... - 10:27 AM Revision 1c71799e (qgis): Merge pull request #1857 from rldhont/server_wms_sld_describe_layer
- [SERVER][FEATURE] Add DescribeLayer Method to WMS
- 09:33 AM Revision 743f72d0 (qgis): Use QgsSnappingUtils in offset curve tool (instead of QgsSnapper)
- 09:12 AM Revision 26127151 (qgis): line symbol layer refacto to avoid code duplication
- The line symbol layer as been refactored to avoid code duplication and
expose the offset and offset units in the base... - 08:36 AM Revision 78601380 (qgis): WMS server: list project crs, wgs84 and pseudo mercator in capabilities...
- 08:30 AM Revision e22edc82 (qgis): QgsSnappingUtils: show a progress dialog if initial indexing takes long
- 08:30 AM Revision cad3173d (qgis): QgsSnappingUtils: improvements of the hybrid indexing strategy
- Instead of calculating feature count (which may add extra overhead),
let's directly try to build index for layers. On... - 06:54 AM Revision 6d7e3960 (qgis): Deprecate QgsDataDefinedSymbolDialog, no longer used
- Move help descriptions to QgsDataDefinedButton and consolidate
with existing descriptions. - 06:48 AM Revision 408d746c (qgis): Make sure to update snapping utils when layers change
- Otherwise when using all layers the change would not become visible
(unless other change happens, e.g. change of map ... - 05:37 AM Revision 23c776e1 (qgis): [FEATURE] New snapping mode to snap to all layers
- 02:50 AM Revision 6419a7bc (qgis): fix parsing of datasource uri
2015-01-22
- 12:19 AM Revision 956e83f2 (qgis): fix legend crash
- 12:14 AM Revision 221e9ef7 (qgis): dxf export: support line offsets
- 08:56 PM Revision cce2eb50 (qgis): indentation update
- 08:28 PM Revision ccc0d2f0 (qgis): Merge pull request #1854 from vmora/fix_dd_line_offset
- fix type and helpstring of line offset
- 07:24 PM Revision 2bb6f2a2 (qgis): Merge pull request #1851 from timlinux/master
- Dont dump projects to console when reading them
- 07:08 PM Revision 5c89fdfe (qgis): [SERVER][FEATURE] Add DescribeLayer Method to WMS
- *Styled Layer Descriptor profile of the Web Map Service* : DescribeLayer
http://www.opengeospatial.org/standards/sld... - 07:06 PM Revision 65a3bed5 (qgis): Offline editing: preserve tree structure fix
- The offline layers were duplicated, now the automatically inserted one is
removed and only the one at the restored pl... - 07:04 PM Revision eea6effb (qgis): Offline editing: Use layer id instead of layer name for table name
- Avoids table name collisions
- 05:47 PM Revision 0bdebed2 (qgis): Test for non-custom prefix join name
- 05:45 PM Revision 7f97c31f (qgis): Add test for custom prefix on joins
- 05:19 PM Revision 772033da (qgis): Offline editing: preserve join field names (layer prefix)
- 05:19 PM Revision 3dbf70ff (qgis): Offline editing: preserve scale based visibility
- 05:19 PM Revision 34dc427a (qgis): Backup layer join information when converting to offline project
- 05:19 PM Revision 46490d4e (qgis): Preserve legend tree structure when creating offline project
- 05:19 PM Revision cb48948d (qgis): Add python bindings for QgsMessageBar slots
- 05:19 PM Revision 8235e4fd (qgis): Offline editing plugin: only copy provider fields
- Before only provider fields where created in the local database while it was
attempted to copy every field in the lay... - 05:19 PM Revision 4a8bcc98 (qgis): Make offline editing warnings use message bar and more verbose
- 05:19 PM Revision eaca0807 (qgis): Add convenience slots to QgsMessageBar
- 05:16 PM Revision 75b6c32e (qgis): Merge pull request #1855 from gioman/fix_processing_grass
- missed import in Processing GRASS algorithms (fix 12034)
- 04:45 PM Revision fff15e5b (qgis): fix Processing GRASS
- 04:16 PM Revision ff6b7dec (qgis): [FEATURE] Overhaul of simplify feature tool (fixes #11514)
- This commit itself just removes dead code, but the previous commits bring:
- OTF reprojection support
- use can speci... - 04:16 PM Revision 2a08dc02 (qgis): Simplify tool: support multi-part features
- 04:16 PM Revision 0f9e1f71 (qgis): Simplify tool: show status message about the simplification results
- 04:16 PM Revision ae44e552 (qgis): Simplify tool: support for on-the-fly reprojection
- 04:16 PM Revision 8770c9b2 (qgis): Simplify tool: allow simplification in map units in addition to layer u...
- Also fixes simplification of polygons with holes
- 04:16 PM Revision 4322de90 (qgis): Simplify tool: allow simplification of multiple features at once
- One just needs to drag a rectangle instead of just clicking
- 04:16 PM Revision 180ede3f (qgis): Simplify tool: use exact tolerance (+ store it in settings)
- Removed the slider as it was of questionable usefulness.
- 04:16 PM Revision e93c713e (qgis): Simplify tool - a bit of housekeeping (no functional changes)
- 03:58 PM Revision 60712cd9 (qgis): [FEATURE] Allow to specify custom prefix for joins
- 03:38 PM Revision 5369ce04 (qgis): fix type and helpstring of line offset
- 02:38 PM Revision b835f406 (qgis): [Processing] Allow user defined projections in Processing.
- 02:33 PM Revision 8fc6dd8d (qgis): [Processing] Let a script know where what is its description file.
- Usefull if it needs to access other files located relative to the script
location. - 02:32 PM Revision 4aafa92e (qgis): [Processing] Fix bug in setting default parameter values in batch mode.
- 01:23 PM Revision 23100464 (qgis): [processing] fixed console description of models and scripts
- 01:23 PM Revision 00cb6800 (qgis): [processing] fixed wrong import
- 01:23 PM Revision 7106384c (qgis): [processing] fixed model help editing
- 09:20 AM Revision cd556e65 (qgis): Merge pull request #1850 from SrNetoChan/Bug_12001
- fix Processing Keep n biggest parts algorithm (fix #12001)
- 09:19 AM Revision 7c71a263 (qgis): Merge pull request #1849 from gioman/fix_ogr2ogr_convert_format
- fix Processing ogr2ogr convert format tool
- 08:41 AM Revision 8d98c799 (qgis): Dont dump projects to console when reading them
- 07:42 AM Revision ee0e90a4 (qgis): Report correct count of inserted nodes when adding legend nodes
- 07:42 AM Revision aacb1bdf (qgis): Save and restore expanded state of legend nodes in tree hierarchy
- 07:42 AM Revision 012c3478 (qgis): Restructure the code in QgsLayerTreeModel to group legend-related code
- 07:42 AM Revision 3d539c8c (qgis): [FEATURE] Show rule-based renderer's legend in a tree hierarchy
- The functionality can be used in other renderers too, the only requirement
is that legend nodes need to specify their... - 07:12 AM Revision 56069c9c (qgis): Move template text to qgis.user.expressions
- 06:04 AM Revision df939c3f (qgis): Data defined all the things!
- Add a bunch of missing data defined options for symbology.
Also fix dialog sizing issues. - 06:04 AM Revision 8216f7df (qgis): Actually hook up missing datadefined outline style for ellipse marker
2015-01-21
- 12:54 AM Revision e26eae94 (qgis): Fixes Processing Keep n biggest parts bug #12001
- 12:21 AM Revision bed278a7 (qgis): Expand args for custom functions. Add auto arg count
- Format test to use spaces and not tabs
- 11:37 PM Revision 45ee1ad3 (qgis): Add overrides pt 6
- 09:00 PM Revision e847bb11 (qgis): Add missing methods to sip
- 08:56 PM Revision 6fb347d2 (qgis): improve GUI consistency & UX for data-defined style
- data defined buttons added to the gui
fixes #9881 - 08:19 PM Revision 2db2c5cb (qgis): fix Processing ogr2ogr convert format tool
- 08:05 PM Revision ecb93b19 (qgis): Merge pull request #1848 from gioman/fix_postgis_import
- fix Processing OGR import into PostGIS
- 07:52 PM Revision 8499242b (qgis): fix Processing OGR import into PostGIS
- 07:32 PM Revision 43213a37 (qgis): apply browser filter to the whole tree
- 06:14 PM Revision 77a280ef (qgis): fix building of app test with internal qwtpolar
- 06:08 PM Revision f1550412 (qgis): Merge pull request #1846 from naihil/master
- Call QgsMapTool::deactivate() to uncheck assigned action/button
- 05:56 PM Revision e49adad1 (qgis): Use cached feature for context menu feature action on attribute dialog
- Dirty hack to
* fix #11744
* fix #11546 - 05:35 PM Revision dbfe8991 (qgis): Merge pull request #1847 from m-kuhn/oq
- Make QwtPolar optional
- 05:13 PM Revision ea54b3c6 (qgis): Only show actions menu on attribute dialog when necessary
- Fix #12013
- 04:38 PM Revision f0a7a1c7 (qgis): use QgsBrowserTreeView in qbrowser
- 03:56 PM Revision 3752be66 (qgis): Make QwtPolar optional
- 03:40 PM Revision 4549a389 (qgis): Merge pull request #1680 from tmizu23/r_utils
- fix Empty console Output on R under processing. refs #7643
- 03:30 PM Revision f5b10ba1 (qgis): Merge pull request #1752 from mhugo/fix_11948
- Test for write access mode for editing capabilities
- 02:04 PM Revision 678f1ab4 (qgis): [processing] allow using upcoming saga release
- 02:04 PM Revision dce7ef30 (qgis): renamed geostatistics modules in SAGA connector
- 01:00 PM Revision 0cdfcd13 (qgis): fixed ziplayertest, b843f8189 follow up
- 12:53 PM Revision c1f60e38 (qgis): Merge pull request #1843 from radosuav/processing_sublayers
- [Processing] Add support for input rasters with sublayers.
- 12:45 PM Revision 8f6b0145 (qgis): SIP update: QgsVectorLayer::applyNamedStyle, errorMsg is /Out/
- 12:37 PM Revision bebd71c8 (qgis): Merge pull request #1844 from gioman/fix_saga_rastercalc
- fix different issues in SAGA grid calculator module and add a couple of useful options
- 12:31 PM Revision 7796b157 (qgis): Merge pull request #1839 from rduivenvoorde/identify_color_11996
- fix for #11996, use user colors for rubberband instead of fixed red when...
- 12:20 PM Revision 723f7be9 (qgis): Remove duplicated code and add some documentation
- 11:11 AM Revision 6a66d315 (qgis): Call QgsMapTool::deactivate() to uncheck assigned action/button
- 10:46 AM Revision b843f818 (qgis): fixed browser single layer zip files path, fixes hopefully #11871
- 10:02 AM Revision 670ad7b8 (qgis): Add gaussian blur image operation
- 08:58 AM Revision be2d6d1a (qgis): New QgsImageOperation class for operations that modify QImages
- Contains framework for multithreaded operations on QImages, and
numerous operations such as grayscale, hue/saturation... - 08:28 AM Revision 3f88ee52 (qgis): Do not show 'remove current style' action when it can't be used
- 06:06 AM Revision c391abd7 (qgis): Fix todo in QgsMapMouseEvent
- 01:04 AM Revision 6a080bad (qgis): Add some missing type conversions to python bindings
- 01:01 AM Revision c6a77f62 (qgis): Fix #6922, rearrange proxy form to clearly show when system's is used
2015-01-20
- 11:52 PM Revision f0447db7 (qgis): Add overrides pt 5
- 11:20 PM Revision cfb4b335 (qgis): fix warning
- 10:43 PM Revision 106358c4 (qgis): fix windows build
- 10:20 PM Revision df79c2a9 (qgis): [BUGFIX][QgsGmlSchema] Decode element name
- Good practice for the element name is to exclude accents but when GML is
automatically generated attribut element na... - 09:56 PM Revision a95e28fb (qgis): fix different issues in SAGA grid calculator module and add a couple of...
- 09:45 PM Revision 4786bd15 (qgis): osgeo4w: also use Visual C++ 2010 for 32bit
- 09:44 PM Revision e4d34cbe (qgis): osgeo4w: also use Visual C++ 2010 for 32bit
- 09:17 PM Revision bdcbeb19 (qgis): fix format_date example (fixes #12016)
- 08:26 PM Revision 752f5309 (qgis): fixed browser add favourite path
- 07:52 PM Revision 74e2abd3 (qgis): reverted partially ba4948e44 (#11871 - browser crash with zipped file)
- 06:46 PM Revision bf22ff50 (qgis): browser save/restore state moved to new class QgsBrowserTreeView
- 05:22 PM Revision a2a82d2f (qgis): Merge pull request #1830 from manisandro/transaction
- [FEATURE] Transactional editing for postgres layers
- 03:21 PM Revision cae4eb33 (qgis): [FEATURE] New snapping API with improved indexing (QEP 13)
- Merge branch 'snapping-improved'
- 03:18 PM Revision 8177bbef (qgis): Snapping utils optimization
- Avoid snapping to edges if vertex has already been found.
Also increase the maximum feature count to 1M before doing ... - 03:17 PM Revision 5361a691 (qgis): Decrease the debugging noise
- 03:12 PM Revision 006edcb7 (qgis): Node tool: Declutter a bit the mouse press event logic
- 12:54 PM Revision dbe830b0 (qgis): Point locator: Use just one R-tree for indexing instead of three R-trees
- The maintenance of three R-trees was too complicated, using a lot of memory
and the performance benefit was questiona... - 12:36 PM Revision 82f043c2 (qgis): [Processing] Add support for input rasters with sublayers.
- 12:34 PM Revision b0291985 (qgis): [processing] added specific algorithm for saga 214
- 11:41 AM Revision e9228b67 (qgis): [processing] some SAGA fixes
- -fixed raster export
-fixed version numbering when no saga installation is found - 08:48 AM Revision 5511c86c (qgis): fix file permissions
- 08:45 AM Revision a81ec215 (qgis): [processing] remove help files already ported to User Guide
- 04:21 AM Revision 0ea6a3d1 (qgis): Support different indexing strategies in QgsSnappingUtils
- Huge layers will not use all the memory - at the expense of slow queries
- 04:21 AM Revision 54e8493b (qgis): QgsPointLocator: make it possible to index just a part of layer
- 04:21 AM Revision 28cbf575 (qgis): Remove QgsMapToolVertexEdit class - not needed anymore
- 04:21 AM Revision f8fc8a0a (qgis): Final removals of QgsMapCanvasSnapper
- 04:21 AM Revision 1174361c (qgis): Convert more code from QgsMapCanvasSnapper to QgsSnappingUtils
- 04:21 AM Revision 208b5e3c (qgis): Get rid of last snapToBackgroundLayers() calls
- 04:21 AM Revision 488e7f11 (qgis): Fix Add part map tool for multi-point layers
- 04:21 AM Revision 4b8ea282 (qgis): Add QgsSnappingUtils::snapToCurrentLayer() + utility methods in QgsTole...
- Also added missing SIP wrappers for new classes QgsPointLocator and QgsSnappingUtils
- 04:21 AM Revision 30684c7d (qgis): Add support for match filtering, fix unit tests
- 04:21 AM Revision 24adc027 (qgis): Conversions from QgsMapCanvasSnapper to QgsSnappingUtils
- 04:21 AM Revision cd7180ec (qgis): Added convenience method snappingUtils() to QgsMapCanvas
- Map tools can use canvas.snappingUtils().snapToMap(pt) to do the snapping.
- 04:21 AM Revision f956464c (qgis): Add snapping to current layer mode + make it default for new projects
- 04:18 AM Revision cf22adc0 (qgis): Fix issues with snapping and lat/lon coords
- 04:18 AM Revision 073d27a6 (qgis): Fix snapping vertex marker when snapped to a segment
- 04:18 AM Revision 8db086cd (qgis): Fix problems with edge snapping with duplicated vertices present
- 04:18 AM Revision c812e42a (qgis): Reintroduce support for intersection snapping
- 04:18 AM Revision 81bb1247 (qgis): Added vertex/edge in tolerance queries
- 04:18 AM Revision e05de3f9 (qgis): Handle updates of the layer in the point locator
- This currently just invalidates the whole trees. It would be more sophisticated to do just the updates
to the existin... - 04:18 AM Revision 83770dfd (qgis): Hook snapping utils into QGIS interface
- Now the new snapping engine is ues for add feature map tool
- 04:18 AM Revision 1dae560c (qgis): Added initial tests for QgsPointLocator and QgsSnappingUtils
- 04:18 AM Revision 3a0dbf27 (qgis): Initial import of new classes for more efficient snapping
- QgsPointLocator: index vector layer geometries for fast lookups
QgsSnappingUtils: combine locators according to snapp...
2015-01-19
- 12:55 AM Revision 51bb8032 (qgis): Ensure users python folder is on path
- Fix import of expressions if we have to make the the python\expressions
folders - 05:28 PM Revision 295f466d (qgis): Layer properties dialogs: add style manager actions under Style button
- This allows for more convenient configuration of layer styles and switching
between them compared to the context menu... - 04:29 PM Revision 368fe68f (qgis): Make sure "keep layer styles" checkbox is enabled only when "keep layer...
- 04:01 PM Revision 15068e55 (qgis): Replace the row of style-related buttons by a button with context menu
- This saves vertical space and will allow addition of more actions.
This code has been funded by Tuscany Region (Ital... - 03:22 PM Revision 7b31a17e (qgis): Fix infinite loop in QgsVectorLayer::deleteSelectedFeatures if removal ...
- 03:22 PM Revision 40ad3b09 (qgis): [FEATURE]: Transactional editing for postgres layers (other datasources...
- 01:32 PM Revision 7e3bef6c (qgis): Make the style GUI utils more granular + move copy/paste to the top of ...
- This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)
and commissioned to Gis3W s.a.s. - 01:23 PM Revision 0cde4f10 (qgis): Ensure that clear button is shown for QgsSpinBox/DoubleSpinBox
- Previously the clear button might not show if the value of the
widget was set while its signals were blocked. - 12:57 PM Revision 1310b870 (qgis): Show recently used projections in QgsProjectionSelectionWidget
- 12:57 PM Revision 953b39e6 (qgis): Fix warning
- 12:39 PM Revision 375dc320 (qgis): Make sure to update visibility presets if any layer's style name changes
- Also adds signals to the QgsMapLayerStyleManager so others can watch the changes
This code has been funded by Tuscan... - 09:26 AM Revision c5c970e8 (qgis): fix for #11996, use user colors for rubberband instead of fixed red whe...
- 09:18 AM Revision 5266fd97 (qgis): [FEATURE] Composer map - optionally store layer styles
- There is a new check box that allows the user to tell whether a map should
keep the layer styles (it will store the s... - 09:18 AM Revision 2d663b51 (qgis): Waste less space with whitespace in project files
- 07:42 AM Revision 6166eccc (qgis): Add spacing above function editor combo. API docs for QgsLayerDefinition
- 06:14 AM Revision cb409f7f (qgis): Add overrides (part 3)
- 06:11 AM Revision 62612bd8 (qgis): Use QgsProjectionSelectionWidget for raster layer save as dialog
- 06:11 AM Revision f68b099b (qgis): Change projection selection widget to use a combo box
- With options for layer CRS, project CRS and default CRS.
- 06:11 AM Revision 36f363b9 (qgis): Fix tab order not respected for unit selection widget
- 05:25 AM Revision 8944ff7a (qgis): Add group support for QLR files
- Add class for handling QLR files. Add sip bindings
Funded by Nicholas Duggan
2015-01-18
- 08:47 PM Revision 2011951d (qgis): Fix some typos
- Signed-off-by: Werner Macho <[email protected]>
- 10:16 AM Revision bb7e53ca (qgis): Fix font size not restoring when opening label property dialog
- Also make font size of 0 correspond to a null value, ie the
label uses the default layer font size.
2015-01-17
Also available in: Atom