Activity
From 2014-12-26 to 2015-01-24
2015-01-24
- 
  
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
- 
  
12:48 AM Revision 6a65050f (qgis): translation string fixes
 - 
  
12:02 AM Revision 063b70d4 (qgis): improve i18n of topology checker plugin
 - 
  
10:34 PM Revision 3404d554 (qgis): Merge pull request #1837 from timlinux/master
 - Updated splash from Anita / Essen Hackfest 2014
 - 
  
08:55 PM Revision 8911d6b4 (qgis): Updated splash from Anita / Essen Hackfest 2014
 - 
  
03:55 PM Revision c26cfe2f (qgis): replace more override identifiers
 - 
  
01:57 PM Revision fdd17517 (qgis): [processing] enable algs that require 3rd party Python modules when
 - possible
 - 
  
12:31 PM Revision 737c9cc1 (qgis): Merge branch 'processing-i18n'
 - 
  
11:17 AM Revision d8a224d8 (qgis): fix typos
 - 
  
10:25 AM Revision e3e42f02 (qgis): fix support for null values in categories (fixes #11786)
 - 
  
10:24 AM Revision 321ff1b1 (qgis): [processing] i18n support in grass, R, OTB and example providers
 - 
  
10:24 AM Revision e1d8710d (qgis): [processing] i18n support for TauDEM provider
 - 
  
10:24 AM Revision 07462f54 (qgis): [processing] i18n support for SAGA provider
 - 
  
10:24 AM Revision ad758aa8 (qgis): [processing] i18n for qgis provider
 - 
  
10:24 AM Revision c5cb2f80 (qgis): [processing] i18n support for lastools provider
 - 
  
10:24 AM Revision f3f09fa5 (qgis): [processing] i18n support in gdal provider
 
2015-01-16
- 
  
12:30 AM Revision ce95c59b (qgis): style manager: avoid name duplication (fixes #11015)
 - 
  
12:08 AM Revision 9a99d2f8 (qgis): ogr provider: virtual format driver can also be named 'VRT' (fixes #11223)
 - 
  
10:54 PM Revision 0fe17f75 (qgis): fix parsing of vector mime data (fixes #11984)
 - 
  
10:13 PM Revision 03713ce6 (qgis): postgres provider: fix adding features with null values (fixes #11777)
 - 09:27 PM Revision fe376003 (qgis): Added stdev
 - 
  
09:25 PM Revision ba4948e4 (qgis): use directory path and not item path (fixes #11871)
 - 
  
08:30 PM Revision d11cc82b (qgis): keep rotation support state in canvas (followup 204e7104)
 - 
  
04:56 PM Revision 204e7104 (qgis): enable canvas rotation support by default
 - 
  
03:49 PM Revision 93e22264 (qgis): header install update
 - 
  
03:38 PM Revision ce4d0639 (qgis): avoid usage of override as identifier (followup 313f2c8d)
 - 02:11 PM Revision 98a72425 (qgis): Integration of the modified fTools plugin into master
 - 
  
10:43 AM Revision 59162bc1 (qgis): [FEATURE] Function editor for expression widget.
 - Allows for adding on the fly functions to the expression engine.
Functions are saved in qgis2\python\expressions.
Ne... - 
  
09:21 AM Revision 49cf93da (qgis): [processing] Consistently show modeler dialog as modal
 - 
  
08:55 AM Revision 2b58df4d (qgis): add missed files (followup 313f2c8d)
 - 
  
08:52 AM Revision 3d9adfe9 (qgis): followup 313f2c8de09b00ef5cdabee59e83e86dda36b1ed
 - 
  
08:22 AM Revision 313f2c8d (qgis): OVERRIDE macro breaks globeplugin (OVERRIDE is an enum value in OpenSce...
 - replace 'OVERRIDE' macro with 'override' keyword in code and define it an empty
macro where C++11 is not available (f... - 
  
08:14 AM Revision 11d331dd (qgis): Add QgsMapLayer::importNamedStyle() functions
 - Like this we do not need to use a temporary file to load a style
 
2015-01-15
- 04:04 PM Revision cd772567 (qgis): Drop unused parameters from private methods, indentation update
 - 03:37 PM Revision 0c767ad6 (qgis): Rewrite grid decoration to consider map rotation
 - Closes http://hub.qgis.org/issues/11817
 - 
  
12:25 PM Revision ca4a60a6 (qgis): Fix redundant angle methods for QgsGradientFillSymbolLayerV2
 - 
  
12:25 PM Revision 0e354957 (qgis): Add overrides pt 2
 - 
  
10:35 AM Revision 908d6b3c (qgis): [processing]download and store help files when downloading from script/...
 - Fixes #11979
 - 
  
10:27 AM Revision c54cd92f (qgis): [processing] fixed handling of file outputs in scripts
 - Fixes #11990
 - 
  
10:27 AM Revision 73f184e2 (qgis): [processing] fixed handling of bool values in saga 213
 - 
  
10:27 AM Revision 05f6e997 (qgis): [processing] fixed make file
 - 
  
10:27 AM Revision aa60bfec (qgis): [processing] New system for handling SAGA versions
 - This commit sets a different way of handling SAGA versions and a new way of checking saga installations
This is done... - 
  
09:12 AM Revision 3bd9709a (qgis): spelling fixes
 - 
  
09:08 AM Revision e432317e (qgis): dxf export: use implicit cast QPointF to QgsPoint
 - 
  
08:19 AM Revision 859efa5c (qgis): fix build error
 - 
  
01:56 AM Revision 81470513 (qgis): Fix plugin installer crash with invalid versions
 
2015-01-14
- 
  
11:55 PM Revision 0ba232d1 (qgis): dxf export: improve marker symbol export
 - 
  
08:49 PM Revision 5996014a (qgis): dxf export dialog: fix select and unselect all (fixes #11987)
 - 
  
03:29 PM Revision c3488f4c (qgis): offline editing plugin: allow exporting non geometric layers
 - 
  
02:23 PM Revision b042d8e6 (qgis): use QgsLayerTree for the selection of layers in the offline editing plugin
 - 
  
12:49 PM Revision 9cdb6400 (qgis): Replace use of deprecated std::auto_ptr with QScopedPointer
 - 
  
12:02 PM Revision a4ee4059 (qgis): Avoid some compiler warnings
 - 
  
09:39 AM Revision 6cb41149 (qgis): Add OVERRIDE to definitions (pt 1)
 - 
  
09:39 AM Revision db9fc098 (qgis): Disable deprecated register warning/error for clang, breaks Travis build
 - 
  
09:38 AM Revision 34b10e59 (qgis): Enable -Wno-error=c++11-narrowing for clang builds
 - ...until underlying issues are fixed
 - 
  
09:38 AM Revision cdbd885a (qgis): Fix comparison between pointer and integer error for clang c++11
 - 
  
09:38 AM Revision 466f2563 (qgis): Add OVERRIDE macro, allows "override" keyword when c++11 is available
 - ...and no errors when compiler is not capable of c++11 builds.
 - 
  
07:35 AM Revision 8ab44721 (qgis): WMS server: Support <NamedStyle> in SLD
 - When using <NamedStyle> make sure the passed SLD XML has attribute units="mm"
in the root <StyledLayerDescriptor> tag... - 
  
06:16 AM Revision 2e4c7c9e (qgis): Fix bbox-based GetLegendGraphic for CRS with inverted axes (e.g. EPSG:4...
 - 
  
05:34 AM Revision e26e365f (qgis): Merge pull request #1831 from giohappy/wms_legend_fix
 - Fix erroneous extent for contextual legend
 
2015-01-13
- 
  
03:28 PM Revision 224b2c87 (qgis): Fix erroneous extent for contextual legend
 - 
  
02:55 PM Revision b49da36c (qgis): * Save and restore visiblity state of embedded group layers (fixes #4097)
 - * Adds support for lists in custom properties
 - 
  
09:33 AM Revision 3711fd58 (qgis): WMS server: support multiple styles in GetStyles request
 - This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59) and commissioned to Gis3W s.a.s.
 - 
  
07:38 AM Revision f28a6d1d (qgis): Fix #11703 and #11704
 - Do not create a layer node if the passed layer cannot be used (not in registry)
 - 
  
06:22 AM Revision 1614ac8c (qgis): WMS server: fix crashing context-based GetLegendGraphic
 - This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59) and commissioned to Gis3W s.a.s.
The ab... 
2015-01-12
- 
  
09:52 PM Revision 33857db6 (qgis): Replace use of deprecated std::auto_ptr with QScopedPointer
 - 
  
02:58 PM Revision fa903dde (qgis): fix scale widget and dxf export
 - 
  
02:31 PM Revision 5b382620 (qgis): WMS server: advertise additional layer styles in GetCapabilities
 - 
  
02:31 PM Revision 95b4ebce (qgis): WMS server: detect correct service URL even if REQUEST_URI is not defined
 - 
  
02:31 PM Revision 6e4c5078 (qgis): WMS server: support predefined layer styles in GetMap requests
 - 
  
02:31 PM Revision 03edac97 (qgis): WMS server: throw LayerNotDefined exception when undefined layer is req...
 - This is according to WMS 1.1.0 / 1.1.1 / 1.3.0 specs
 - 
  
01:21 PM Revision ba495f37 (qgis): Correctly synchronize layer editable state with UI in relation editor
 - Fix #11524
Thank you very much Benjamin Trigona-Harany - 07:41 AM Revision b7dcd67f (qgis): Updates for current GRASS GIS 7 release branch [merged PRs]:
 - * Delete r.bitpattern.txt: r.bitpattern is now only an Addon since r.mapcalc and i.modis.qc provide the functionality...
 
2015-01-11
2015-01-10
- 
  
06:02 PM Revision 98ca2dcc (qgis): delimited text provider: only add finite points to spatial index (fixes...
 - 
  
08:40 AM Revision 5f3debdc (qgis): Merge pull request #1760 from gioman/fix_scripts
 - fix a few qgis processing scripts
 - 
  
03:14 AM Revision 6e60d67a (qgis): Merge pull request #1747 from NathanW2/measure_dialog
 - Add units selector to measure dialog. Add info text to dialog
 - 
  
01:43 AM Revision d9042f59 (qgis): Follow up 6a17a60ae2 - Fix error when passing usesgeometry to qgsfunction
 
2015-01-09
- 09:28 PM Revision c8d87488 (qgis): Make north arrow decoration follow map rotation
 - Closes http://hub.qgis.org/issues/11818
 - 08:02 PM Revision 29f8b239 (qgis): fix a few qgis processing scripts
 - 
  
07:49 PM Revision 8d202727 (qgis): function help fixes
 - 
  
07:33 PM Revision b52fff30 (qgis): avoid duplicate function help entry
 - 
  
07:33 PM Revision bdd4388c (qgis): oracle provider: also retrieve pk candidates for geometryless views (fi...
 - 07:10 PM Revision 9c6fe061 (qgis): Pre-rotate vectors before applying labels
 - Revert custom rotation handling in label placement, dropping
rotation component from the transformation used to deter... - 07:01 PM Revision a09d3d60 (qgis): Do not assume map is not rotated when computing label sizes
 - 
  
03:48 PM Revision 4dead724 (qgis): Allow multiple styles of layers in composer maps
 - When layer set is locked in composer map, also the styles associated with layers are kept.
As a result, a composition... - 
  
03:48 PM Revision 50e77a9d (qgis): Added support for renaming of map layer styles
 - 
  
01:11 PM Revision e8aedcbd (qgis): use wkbPtr
 - 12:37 PM Revision e2e47d71 (qgis): Add rotate and transform(QTransform) methods to QgsGeometry
 - Reimplement translate in terms of transform(QTransform).
Includes new unit test for rotate() and translate() methods.... - 
  
11:55 AM Revision 85619dae (qgis): Some optimisations to gradient ramps and shapeburst fills
 - Leads to up to 25% improvement in render speed.
 - 
  
11:04 AM Revision 8b5587fe (qgis): Improve the internals of map layer style manager
 - - style manager is always enabled (client code does not need to distinguish between enabled/disabled state)
- layers ... - 
  
11:01 AM Revision 7c4f3f96 (qgis): remove lineEdit method from projection selection widget
 - this will allow to change the widget design without breaking the API
 - 
  
10:23 AM Revision 73a28581 (qgis): indentation update
 - 
  
09:44 AM Revision abb25105 (qgis): update the scale range widget with the new scale widget
 - 
  
07:59 AM Revision 3310efbc (qgis): fix warning
 - 
  
07:40 AM Revision d9280b10 (qgis): add scale widget to custom widgets
 - 
  
07:40 AM Revision db88b01b (qgis): use scale widget in dxf export
 - 
  
07:40 AM Revision 127c882e (qgis): create scale widget (scale combo box + button to set scale from map can...
 
2015-01-08
- 
  
02:24 PM Revision 8f706644 (qgis): [rotation] prevent rotation of labels when placed around or over a poin...
 - 
  
01:00 PM Revision ee9c3689 (qgis): Right align header in ui file. Add info in groupbox
 - 
  
11:48 AM Revision 9fb835f1 (qgis): Merge branch 'master' into measure_dialog
 - 
  
09:46 AM Revision 7245bf8c (qgis): Some optimisations to gradient fill renderer
 - speeds drawing up by ~20% in some circumstances
 - 
  
09:02 AM Revision b4ad6372 (qgis): Make presets with styles working in composer
 - 
  
07:42 AM Revision 3fbb7584 (qgis): More reliable trigger of refresh when changing styles
 - Previously when changing the presets map canvas would not be redrawn
 - 
  
07:29 AM Revision 803e822c (qgis): Visibility presets also record layer's current style
 - 
  
06:08 AM Revision 603b3a52 (qgis): Fixed problems with style switching not always working correctly
 - Caused by internal storage (QByteArray) not re-adjusting its size
to new content, resulting in corrupted XML data 
2015-01-07
- 
  
08:48 PM Revision c11319b8 (qgis): Fix button box in options dialog not working (fix #11960)
 - QgsOptionsDialogBase was incorrectly finding the projection
selector's buttonBox widget and attaching the connections... - 04:48 PM Revision 7057af38 (qgis): Merge pull request #1756 from strk/travis-modeltest
 - Have travis build with model test enabled
 - 
  
03:50 PM Revision 3ce9c70c (qgis): Merge pull request #1755 from wonder-sk/multiple-styles
 - [FEATURE] Support for multiple styles per map layer
Available in legend context menu in Styles sub-menu where it is ... - 03:42 PM Revision 2ad2781c (qgis): Have travis build with model test enabled
 - 03:41 PM Revision 0b954c10 (qgis): Reduce debug noise
 - 
  
02:59 PM Revision 790916b2 (qgis): Don't quote column names for MIN and MAX for ogrsql
 - See https://trac.osgeo.org/gdal/ticket/5799#comment:9
Fixes #11887 - 
  
02:47 PM Revision 1f8dee0c (qgis): Don't consider NULL values for minimumValue() and maximumValue()
 - Fix #11887
 - 
  
02:15 PM Revision 2144be0a (qgis): Add Python bindings for map layer style manager
 - 
  
01:55 PM Revision f00f4fd7 (qgis): Style manager code cleanups
 - 
  
01:15 PM Revision 43d60424 (qgis): Support for reading/writing additional styles for layers
 - 
  
12:01 PM Revision 19b72817 (qgis): Fix cleanup of the style GUI utils singleton
 - 
  
11:46 AM Revision edf3ebb8 (qgis): Improve the Styles menu in legend context menu
 - 
  
11:14 AM Revision 547d0189 (qgis): Added a GUI utility class to support multiple styles per map layer
 - 
  
08:17 AM Revision 829f99b0 (qgis): Initial core work on multiple styles per layer
 
2015-01-06
- 
  
05:22 PM Revision 8294a22d (qgis): Fix customwidgets build for Qt4
 - 
  
05:03 PM Revision d8acc55a (qgis): Fix Qt5 build for custom widgets
 - 
  
09:01 AM Revision 664efe9d (qgis): Print version when building with Qt5
 - 
  
03:46 AM Revision 1a46c40a (qgis): Port a bunch of CRS selectors across to QgsProjectionSelectionWidget
 
2015-01-05
- 
  
12:26 AM Revision 79338473 (qgis): Small fixes to QgsProjectionSelectionWidget
 - Add API docs, const correctness, method for getting CRS, tab order
fixes. - 08:22 PM Revision 077eb6ca (qgis): Simplify zoom-by-rect handling, to set zoom factor and center
 - Basically avoids using the now loosly defined "extent" concept.
Enhances zooming experience with rotated maps. - 
  
05:32 PM Revision 0afdedeb (qgis): Expand size of RelationReference when custom .ui is defined with a QWidget
 - Fix #11698
 - 
  
04:01 PM Revision 48b1fc66 (qgis): Empty relation reference form when FK is set to NULL
 - Fix #11852
 - 
  
01:19 PM Revision 4d88ca70 (qgis): Fix warnings and small api doc improvement
 - 
  
12:04 PM Revision 3ce52758 (qgis): Test for write access mode for editing capabilities
 - 
  
11:41 AM Revision bb16a444 (qgis): add QgsProjectionSelectionWidget to custom widgets
 - 
  
11:41 AM Revision 07c41fd2 (qgis): add SIP for QgsProjectionSelectionWidget
 - 
  
11:41 AM Revision f68cd5ea (qgis): dedicated class for projection selection widget
 - 
  
11:41 AM Revision 5e670ff7 (qgis): use custom widget for projection selection in options
 - 
  
09:56 AM Revision df2cac76 (qgis): Merge pull request #1743 from naihil/master
 - [Qt5-compat] Change Q_WS_* macroses to Q_OS_*
 
2015-01-04
- 
  
09:05 PM Revision b905f6bb (qgis): remove unused define (followup 841af773e)
 - 
  
08:43 PM Revision b396af0e (qgis): Merge pull request #1751 from andreabedini/patch-1
 - Remove unused variable
 - 
  
04:18 PM Revision 841af773 (qgis): remove (outdated) internal spatialite
 - 12:47 PM Revision 41da5c35 (qgis): Fix handling of rotation in partial-rendering of map (#11909)
 - 07:27 AM Revision fbe75511 (qgis): Remove unused variable
 - 
  
03:34 AM Revision 2418ec7e (qgis): fix windows build
 
2015-01-03
- 09:02 PM Revision dee9c462 (qgis): Fix feature highlight in presence of rotation (#11815)
 - 05:24 PM Revision df495382 (qgis): Fix select by rectangle and by point in presence of rotation
 - Closes http://hub.qgis.org/issues/11865
and http://hub.qgis.org/issues/11930 - 05:08 PM Revision d7269595 (qgis): Consider rotation in rubberband placement
 - Fixes artifacts on zoom by rectangle (#11910) and placement of
measure tool rubberband. - 09:46 AM Revision 888a9f0b (qgis): Consider rotation in pre-rendering display of map items
 - See http://hub.qgis.org/issues/11909
 - 09:23 AM Revision 4d449f17 (qgis): Update sip bindings for QgsMapCanvasItem (after const-correctness)
 - 
  
01:50 AM Revision 6f8f66eb (qgis): indentation update
 
2015-01-02
- 11:54 PM Revision 0882e9ed (qgis): const correct toMapCoordinates and toCanvasCoordinates
 - 11:31 PM Revision dd957d97 (qgis): Drop temporary solution for WMS legend (double-click in legend)
 - Now WMS legend is shown in layertree this isn't needed anymore.
See http://lists.osgeo.org/pipermail/qgis-developer/2... - 09:29 PM Revision 7b6f28ce (qgis): Specify that QgsMapCanvasItem::setRect/rect use map units
 - 
  
02:57 PM Revision 102cfedc (qgis): [QGIS-Server][BUGFIX] GetLegendGraphics set layername
 - To have title instead of name in server getlegendgraphic response, the commit
bb95a0f43a53602bd7ad1ea6783d251755c660... - 
  
02:50 PM Revision 2f75c3c8 (qgis): [QGIS-Server][BUGFIX] GetLegendGraphics set layername
 - To have title instead of name in server getlegendgraphic response, the commit
bb95a0f43a53602bd7ad1ea6783d251755c660... - 
  
02:40 PM Revision 49d864f4 (qgis): Merge pull request #1735 from strk/wmslegend
 - Add support for map-contextual WMS legend
 - 
  
02:16 PM Revision c0b94cf2 (qgis): Merge pull request #1744 from rldhont/expression_get_transform_geom
 - [FEATURE] Add get and trasnform geometry in Expression
 - 
  
12:02 PM Revision a0ffad25 (qgis): [FEATURE] Add get and transform geometry in Expression
 - In version 2.6, new keywords has been added to Expression :
* $currentfeature - returns the current feature
* $atlasf... - 
  
01:21 AM Revision 09074ad6 (qgis): Align header text
 - 
  
01:14 AM Revision 731c792d (qgis): Read settings for default value
 
2015-01-01
- 
  
02:09 PM Revision 2b7e49b9 (qgis): actually make canvas rotation available (followup 916a27f7b)
 - 
  
01:36 PM Revision 8cc8eae1 (qgis): make messages button translatable
 - 
  
01:23 PM Revision 6dc160d9 (qgis): make button translatable
 - 
  
12:44 PM Revision 53c4c8f0 (qgis): Add units selector to measure dialog. Add info text to dialog
 - 
  
05:31 AM Revision 246de9f0 (qgis): Add OTF text to CRS button when on the fly is enabled
 - 
  
04:56 AM Revision c5b5eee1 (qgis): Fix #10392 Fix #11713 - Fix selection of ellipsoide when opening projec...
 - 
  
04:27 AM Revision 4f4b8915 (qgis): Format source
 - 
  
04:26 AM Revision 6484b874 (qgis): Button text for CRS picker
 - 
  
04:26 AM Revision ffac1383 (qgis): Add new messages icon, add messages text to log button
 - Move status bar add logic to qgisapp for QgsMessageLogViewer
 
2014-12-30
- 
  
10:47 PM Revision f32dfe99 (qgis): fix warnings
 - 
  
10:47 PM Revision 916a27f7 (qgis): make canvas rotation support available in options
 - 
  
10:47 PM Revision bff64fde (qgis): indentation update
 - 10:47 PM Revision e6561cec (qgis): Fix cppcheck reports:
 - [src/providers/ogr/qgsogrprovider.cpp:1071]: (error) Memory leak: oldlocale
[src/providers/ogr/qgsogrprovider.cpp:126... - 11:59 AM Revision 5a1df4a2 (qgis): Fix panning from overview map with non-zero rotation
 - Closes http://hub.qgis.org/issues/11816
 - 
  
04:08 AM Revision 9d76247a (qgis): Fix #11928 - import os for las tools
 
2014-12-29
- 
  
10:53 PM Revision 46da379c (qgis): Merge pull request #1705 from marcel-dancak/db_manager-spatialite-index...
 - db_manager: do not display index tables when browsing SpatiaLite databases
 
2014-12-28
- 10:58 PM Revision 5acd35e9 (qgis): Do not assume mScheme is not null
 - Fixes crashes with ENABLE_MODELTEST set at build time on opening
options editor - 
  
08:09 PM Revision b96d9433 (qgis): [developers map] open link on external web browser instead of webview w...
 
2014-12-26
- 
  
10:00 PM Revision 1e7cc2cc (qgis): Merge pull request #1634 from slarosa/usermap_about
 - Adds Developers Map in About dialog
 
Also available in: Atom