Activity

From 2014-12-19 to 2015-01-17

2015-01-17

10:34 PM Revision 3404d554 (qgis): Merge pull request #1837 from timlinux/master
Updated splash from Anita / Essen Hackfest 2014 Tim Sutton
08:55 PM Revision 8911d6b4 (qgis): Updated splash from Anita / Essen Hackfest 2014
Tim Sutton
03:55 PM Revision c26cfe2f (qgis): replace more override identifiers
Jürgen Fischer
01:57 PM Revision fdd17517 (qgis): [processing] enable algs that require 3rd party Python modules when
possible Alexander Bruy
12:31 PM Revision 737c9cc1 (qgis): Merge branch 'processing-i18n'
Alexander Bruy
11:17 AM Revision d8a224d8 (qgis): fix typos
Alexander Bruy
10:25 AM Revision e3e42f02 (qgis): fix support for null values in categories (fixes #11786)
Jürgen Fischer
10:24 AM Revision 07462f54 (qgis): [processing] i18n support for SAGA provider
Alexander Bruy
10:24 AM Revision e1d8710d (qgis): [processing] i18n support for TauDEM provider
Alexander Bruy
10:24 AM Revision 321ff1b1 (qgis): [processing] i18n support in grass, R, OTB and example providers
Alexander Bruy
10:24 AM Revision ad758aa8 (qgis): [processing] i18n for qgis provider
Alexander Bruy
10:24 AM Revision c5cb2f80 (qgis): [processing] i18n support for lastools provider
Alexander Bruy
10:24 AM Revision f3f09fa5 (qgis): [processing] i18n support in gdal provider
Alexander Bruy

2015-01-16

12:30 AM Revision ce95c59b (qgis): style manager: avoid name duplication (fixes #11015)
Jürgen Fischer
12:08 AM Revision 9a99d2f8 (qgis): ogr provider: virtual format driver can also be named 'VRT' (fixes #11223)
Jürgen Fischer
10:54 PM Revision 0fe17f75 (qgis): fix parsing of vector mime data (fixes #11984)
Jürgen Fischer
10:13 PM Revision 03713ce6 (qgis): postgres provider: fix adding features with null values (fixes #11777)
Jürgen Fischer
09:27 PM Revision fe376003 (qgis): Added stdev
Sören Gebbert
09:25 PM Revision ba4948e4 (qgis): use directory path and not item path (fixes #11871)
Jürgen Fischer
08:30 PM Revision d11cc82b (qgis): keep rotation support state in canvas (followup 204e7104)
Jürgen Fischer
04:56 PM Revision 204e7104 (qgis): enable canvas rotation support by default
Jürgen Fischer
03:49 PM Revision 93e22264 (qgis): header install update
Jürgen Fischer
03:38 PM Revision ce4d0639 (qgis): avoid usage of override as identifier (followup 313f2c8d)
Jürgen Fischer
02:11 PM Revision 98a72425 (qgis): Integration of the modified fTools plugin into master
Sören Gebbert
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...
Nathan Woodrow
09:21 AM Revision 49cf93da (qgis): [processing] Consistently show modeler dialog as modal
Victor Olaya
08:55 AM Revision 2b58df4d (qgis): add missed files (followup 313f2c8d)
Jürgen Fischer
08:52 AM Revision 3d9adfe9 (qgis): followup 313f2c8de09b00ef5cdabee59e83e86dda36b1ed
Denis Rouzaud
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...
Jürgen Fischer
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 Martin Dobias

2015-01-15

04:04 PM Revision cd772567 (qgis): Drop unused parameters from private methods, indentation update
Sandro Santilli
03:37 PM Revision 0c767ad6 (qgis): Rewrite grid decoration to consider map rotation
Closes http://hub.qgis.org/issues/11817 Sandro Santilli
12:25 PM Revision ca4a60a6 (qgis): Fix redundant angle methods for QgsGradientFillSymbolLayerV2
Nyall Dawson
12:25 PM Revision 0e354957 (qgis): Add overrides pt 2
Nyall Dawson
10:35 AM Revision 908d6b3c (qgis): [processing]download and store help files when downloading from script/...
Fixes #11979 Victor Olaya
10:27 AM Revision c54cd92f (qgis): [processing] fixed handling of file outputs in scripts
Fixes #11990 Victor Olaya
10:27 AM Revision 73f184e2 (qgis): [processing] fixed handling of bool values in saga 213
Victor Olaya
10:27 AM Revision 05f6e997 (qgis): [processing] fixed make file
Victor Olaya
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...
Victor Olaya
09:12 AM Revision 3bd9709a (qgis): spelling fixes
Jürgen Fischer
09:08 AM Revision e432317e (qgis): dxf export: use implicit cast QPointF to QgsPoint
Jürgen Fischer
08:19 AM Revision 859efa5c (qgis): fix build error
Jürgen Fischer
01:56 AM Revision 81470513 (qgis): Fix plugin installer crash with invalid versions
Nathan Woodrow

2015-01-14

11:55 PM Revision 0ba232d1 (qgis): dxf export: improve marker symbol export
Jürgen Fischer
08:49 PM Revision 5996014a (qgis): dxf export dialog: fix select and unselect all (fixes #11987)
Jürgen Fischer
03:29 PM Revision c3488f4c (qgis): offline editing plugin: allow exporting non geometric layers
Denis Rouzaud
02:23 PM Revision b042d8e6 (qgis): use QgsLayerTree for the selection of layers in the offline editing plugin
Denis Rouzaud
12:49 PM Revision 9cdb6400 (qgis): Replace use of deprecated std::auto_ptr with QScopedPointer
Nyall Dawson
12:02 PM Revision a4ee4059 (qgis): Avoid some compiler warnings
Nyall Dawson
09:39 AM Revision 6cb41149 (qgis): Add OVERRIDE to definitions (pt 1)
Nyall Dawson
09:39 AM Revision db9fc098 (qgis): Disable deprecated register warning/error for clang, breaks Travis build
Nyall Dawson
09:38 AM Revision 34b10e59 (qgis): Enable -Wno-error=c++11-narrowing for clang builds
...until underlying issues are fixed Nyall Dawson
09:38 AM Revision cdbd885a (qgis): Fix comparison between pointer and integer error for clang c++11
Nyall Dawson
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. Nyall Dawson
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...
Martin Dobias
06:16 AM Revision 2e4c7c9e (qgis): Fix bbox-based GetLegendGraphic for CRS with inverted axes (e.g. EPSG:4...
Martin Dobias
05:34 AM Revision e26e365f (qgis): Merge pull request #1831 from giohappy/wms_legend_fix
Fix erroneous extent for contextual legend Martin Dobias

2015-01-13

03:28 PM Revision 224b2c87 (qgis): Fix erroneous extent for contextual legend
Giovanni Allegri
02:55 PM Revision b49da36c (qgis): * Save and restore visiblity state of embedded group layers (fixes #4097)
* Adds support for lists in custom properties Jürgen Fischer
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. Martin Dobias
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) Martin Dobias
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...
Martin Dobias

2015-01-12

09:52 PM Revision 33857db6 (qgis): Replace use of deprecated std::auto_ptr with QScopedPointer
Nyall Dawson
02:58 PM Revision fa903dde (qgis): fix scale widget and dxf export
Denis Rouzaud
02:31 PM Revision 5b382620 (qgis): WMS server: advertise additional layer styles in GetCapabilities
Martin Dobias
02:31 PM Revision 95b4ebce (qgis): WMS server: detect correct service URL even if REQUEST_URI is not defined
Martin Dobias
02:31 PM Revision 6e4c5078 (qgis): WMS server: support predefined layer styles in GetMap requests
Martin Dobias
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 Martin Dobias
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
Matthias Kuhn
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... Markus Neteler

2015-01-11

09:17 AM Revision ed825e65 (qgis): fix doxymentation warnings
Jürgen Fischer

2015-01-10

06:02 PM Revision 98ca2dcc (qgis): delimited text provider: only add finite points to spatial index (fixes...
Jürgen Fischer
08:40 AM Revision 5f3debdc (qgis): Merge pull request #1760 from gioman/fix_scripts
fix a few qgis processing scripts Alexander Bruy
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 Nathan Woodrow
01:43 AM Revision d9042f59 (qgis): Follow up 6a17a60ae2 - Fix error when passing usesgeometry to qgsfunction
Nathan Woodrow

2015-01-09

09:28 PM Revision c8d87488 (qgis): Make north arrow decoration follow map rotation
Closes http://hub.qgis.org/issues/11818 Sandro Santilli
08:02 PM Revision 29f8b239 (qgis): fix a few qgis processing scripts
Giovanni Manghi
07:49 PM Revision 8d202727 (qgis): function help fixes
Jürgen Fischer
07:33 PM Revision b52fff30 (qgis): avoid duplicate function help entry
Jürgen Fischer
07:33 PM Revision bdd4388c (qgis): oracle provider: also retrieve pk candidates for geometryless views (fi...
Jürgen Fischer
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...
Sandro Santilli
07:01 PM Revision a09d3d60 (qgis): Do not assume map is not rotated when computing label sizes
Sandro Santilli
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...
Martin Dobias
03:48 PM Revision 50e77a9d (qgis): Added support for renaming of map layer styles
Martin Dobias
01:11 PM Revision e8aedcbd (qgis): use wkbPtr
Jürgen Fischer
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....
Sandro Santilli
11:55 AM Revision 85619dae (qgis): Some optimisations to gradient ramps and shapeburst fills
Leads to up to 25% improvement in render speed. Nyall Dawson
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 ...
Martin Dobias
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 Denis Rouzaud
10:23 AM Revision 73a28581 (qgis): indentation update
Jürgen Fischer
09:44 AM Revision abb25105 (qgis): update the scale range widget with the new scale widget
Denis Rouzaud
07:59 AM Revision 3310efbc (qgis): fix warning
Denis Rouzaud
07:40 AM Revision d9280b10 (qgis): add scale widget to custom widgets
Denis Rouzaud
07:40 AM Revision db88b01b (qgis): use scale widget in dxf export
Denis Rouzaud
07:40 AM Revision 127c882e (qgis): create scale widget (scale combo box + button to set scale from map can...
Denis Rouzaud

2015-01-08

02:24 PM Revision 8f706644 (qgis): [rotation] prevent rotation of labels when placed around or over a poin...
Mathieu Pellerin - nIRV
01:00 PM Revision ee9c3689 (qgis): Right align header in ui file. Add info in groupbox
Nathan Woodrow
11:48 AM Revision 9fb835f1 (qgis): Merge branch 'master' into measure_dialog
Nathan Woodrow
09:46 AM Revision 7245bf8c (qgis): Some optimisations to gradient fill renderer
speeds drawing up by ~20% in some circumstances Nyall Dawson
09:02 AM Revision b4ad6372 (qgis): Make presets with styles working in composer
Martin Dobias
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 Martin Dobias
07:29 AM Revision 803e822c (qgis): Visibility presets also record layer's current style
Martin Dobias
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
Martin Dobias

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...
Nyall Dawson
04:48 PM Revision 7057af38 (qgis): Merge pull request #1756 from strk/travis-modeltest
Have travis build with model test enabled Sandro Santilli
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 ...
Martin Dobias
03:42 PM Revision 2ad2781c (qgis): Have travis build with model test enabled
Sandro Santilli
03:41 PM Revision 0b954c10 (qgis): Reduce debug noise
Sandro Santilli
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
Matthias Kuhn
02:47 PM Revision 1f8dee0c (qgis): Don't consider NULL values for minimumValue() and maximumValue()
Fix #11887 Matthias Kuhn
02:15 PM Revision 2144be0a (qgis): Add Python bindings for map layer style manager
Martin Dobias
01:55 PM Revision f00f4fd7 (qgis): Style manager code cleanups
Martin Dobias
01:15 PM Revision 43d60424 (qgis): Support for reading/writing additional styles for layers
Martin Dobias
12:01 PM Revision 19b72817 (qgis): Fix cleanup of the style GUI utils singleton
Martin Dobias
11:46 AM Revision edf3ebb8 (qgis): Improve the Styles menu in legend context menu
Martin Dobias
11:14 AM Revision 547d0189 (qgis): Added a GUI utility class to support multiple styles per map layer
Martin Dobias
08:17 AM Revision 829f99b0 (qgis): Initial core work on multiple styles per layer
Martin Dobias

2015-01-06

05:22 PM Revision 8294a22d (qgis): Fix customwidgets build for Qt4
Matthias Kuhn
05:03 PM Revision d8acc55a (qgis): Fix Qt5 build for custom widgets
Denis Rouzaud
09:01 AM Revision 664efe9d (qgis): Print version when building with Qt5
Matthias Kuhn
03:46 AM Revision 1a46c40a (qgis): Port a bunch of CRS selectors across to QgsProjectionSelectionWidget
Nyall Dawson

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.
Nyall Dawson
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.
Sandro Santilli
05:32 PM Revision 0afdedeb (qgis): Expand size of RelationReference when custom .ui is defined with a QWidget
Fix #11698 Matthias Kuhn
04:01 PM Revision 48b1fc66 (qgis): Empty relation reference form when FK is set to NULL
Fix #11852 Matthias Kuhn
01:19 PM Revision 4d88ca70 (qgis): Fix warnings and small api doc improvement
Matthias Kuhn
12:04 PM Revision 3ce52758 (qgis): Test for write access mode for editing capabilities
Hugo Mercier
11:41 AM Revision bb16a444 (qgis): add QgsProjectionSelectionWidget to custom widgets
Denis Rouzaud
11:41 AM Revision 07c41fd2 (qgis): add SIP for QgsProjectionSelectionWidget
Denis Rouzaud
11:41 AM Revision f68cd5ea (qgis): dedicated class for projection selection widget
Denis Rouzaud
11:41 AM Revision 5e670ff7 (qgis): use custom widget for projection selection in options
Denis Rouzaud
09:56 AM Revision df2cac76 (qgis): Merge pull request #1743 from naihil/master
[Qt5-compat] Change Q_WS_* macroses to Q_OS_* Matthias Kuhn

2015-01-04

09:05 PM Revision b905f6bb (qgis): remove unused define (followup 841af773e)
Jürgen Fischer
08:43 PM Revision b396af0e (qgis): Merge pull request #1751 from andreabedini/patch-1
Remove unused variable Nyall Dawson
04:18 PM Revision 841af773 (qgis): remove (outdated) internal spatialite
Jürgen Fischer
12:47 PM Revision 41da5c35 (qgis): Fix handling of rotation in partial-rendering of map (#11909)
Sandro Santilli
07:27 AM Revision fbe75511 (qgis): Remove unused variable
Andrea Bedini
03:34 AM Revision 2418ec7e (qgis): fix windows build
Jürgen Fischer

2015-01-03

09:02 PM Revision dee9c462 (qgis): Fix feature highlight in presence of rotation (#11815)
Sandro Santilli
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
Sandro Santilli
05:08 PM Revision d7269595 (qgis): Consider rotation in rubberband placement
Fixes artifacts on zoom by rectangle (#11910) and placement of
measure tool rubberband.
Sandro Santilli
09:46 AM Revision 888a9f0b (qgis): Consider rotation in pre-rendering display of map items
See http://hub.qgis.org/issues/11909 Sandro Santilli
09:23 AM Revision 4d449f17 (qgis): Update sip bindings for QgsMapCanvasItem (after const-correctness)
Sandro Santilli
01:50 AM Revision 6f8f66eb (qgis): indentation update
Jürgen Fischer

2015-01-02

11:54 PM Revision 0882e9ed (qgis): const correct toMapCoordinates and toCanvasCoordinates
Sandro Santilli
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...
Sandro Santilli
09:29 PM Revision 7b6f28ce (qgis): Specify that QgsMapCanvasItem::setRect/rect use map units
Sandro Santilli
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...
René-Luc ReLuc
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...
René-Luc ReLuc
02:40 PM Revision 49d864f4 (qgis): Merge pull request #1735 from strk/wmslegend
Add support for map-contextual WMS legend Nathan Woodrow
02:16 PM Revision c0b94cf2 (qgis): Merge pull request #1744 from rldhont/expression_get_transform_geom
[FEATURE] Add get and trasnform geometry in Expression Nathan Woodrow
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...
René-Luc ReLuc
01:21 AM Revision 09074ad6 (qgis): Align header text
Nathan Woodrow
01:14 AM Revision 731c792d (qgis): Read settings for default value
Nathan Woodrow

2015-01-01

02:09 PM Revision 2b7e49b9 (qgis): actually make canvas rotation available (followup 916a27f7b)
Jürgen Fischer
01:36 PM Revision 8cc8eae1 (qgis): make messages button translatable
Jürgen Fischer
01:23 PM Revision 6dc160d9 (qgis): make button translatable
Jürgen Fischer
12:44 PM Revision 53c4c8f0 (qgis): Add units selector to measure dialog. Add info text to dialog
Nathan Woodrow
05:31 AM Revision 246de9f0 (qgis): Add OTF text to CRS button when on the fly is enabled
Nathan Woodrow
04:56 AM Revision c5b5eee1 (qgis): Fix #10392 Fix #11713 - Fix selection of ellipsoide when opening projec...
Nathan Woodrow
04:27 AM Revision 4f4b8915 (qgis): Format source
Nathan Woodrow
04:26 AM Revision 6484b874 (qgis): Button text for CRS picker
Nathan Woodrow
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 Nathan Woodrow

2014-12-30

10:47 PM Revision f32dfe99 (qgis): fix warnings
Jürgen Fischer
10:47 PM Revision 916a27f7 (qgis): make canvas rotation support available in options
Jürgen Fischer
10:47 PM Revision bff64fde (qgis): indentation update
Jürgen Fischer
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...
Julien Nabet
11:59 AM Revision 5a1df4a2 (qgis): Fix panning from overview map with non-zero rotation
Closes http://hub.qgis.org/issues/11816 Sandro Santilli
04:08 AM Revision 9d76247a (qgis): Fix #11928 - import os for las tools
Nathan Woodrow

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 Giuseppe Sucameli

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
Sandro Santilli
08:09 PM Revision b96d9433 (qgis): [developers map] open link on external web browser instead of webview w...
Salvatore Larosa

2014-12-26

10:00 PM Revision 1e7cc2cc (qgis): Merge pull request #1634 from slarosa/usermap_about
Adds Developers Map in About dialog Nathan Woodrow

2014-12-24

05:47 PM Revision 2aa22921 (qgis): [developers map] add to popup whether developer is committer
Salvatore Larosa
05:04 PM Revision 68743f9b (qgis): Disable support for canvas rotation by default
Rotation support can be enabled at runtime exporting the
QGIS_ENABLE_CANVAS_ROTATION variable (set to any value)
Sandro Santilli
05:04 PM Revision 11f73e79 (qgis): Reset rotation on new project
Closes http://hub.qgis.org/issues/11832 Sandro Santilli
01:23 PM Revision ea00b369 (qgis): Change Q_WS_X11 to Q_OS_UNIX for Qt5 compatibility
Anatoliy Golubev

2014-12-23

02:07 PM Revision 1bce9cc6 (qgis): Merge pull request #1310 from manisandro/adjust_crs_drop_from_browser
Try to use the project CRS when adding a layer from the browser Marco Hugentobler
10:39 AM Revision 32079ed3 (qgis): Fix LayerTreeModel use of beginInsertRows with embedded legends
See http://hub.qgis.org/issues/11905 Sandro Santilli
10:34 AM Revision 2efda5de (qgis): Add python bindings for added methods
Sandro Mani
10:34 AM Revision a0ef27a9 (qgis): Try to use the project CRS and last selected image format when adding a...
Sandro Mani
10:34 AM Revision d5d4a5ad (qgis): Q_WS_* macros removed from Qt5, to determine platform use Q_OS_* macros...
Anatoliy Golubev
01:06 AM Revision a4aaff5d (qgis): Fix CMake policy warnings/changes introduced in 3.0.0 and higher
Larry Shaffer

2014-12-22

06:13 PM Revision bbed705e (qgis): Add support for contextual WMS legend graphics (hub #11859)
Developed with funding from Regione Toscana SITA (CIG: Z410C90D94) Sandro Santilli
12:53 PM Revision 247c3dd0 (qgis): [processing] fixed split vector layer algorithm
Victor Olaya
12:53 PM Revision 6c7d61f3 (qgis): [processing] update of lidar algorithms
Provided by Martin Isenburg Victor Olaya
12:53 PM Revision 9e879ed9 (qgis): [processing] fixed handling of file parameters in modeler
Victor Olaya
12:04 PM Revision b2db3fe1 (qgis): Remove obsoleted reference to QgsRasterLayer::legendPixmap()
See http://lists.osgeo.org/pipermail/qgis-developer/2014-December/036144.html Sandro Santilli
11:18 AM Revision 4b866eea (qgis): fix doxygen warning
Jürgen Fischer

2014-12-21

10:11 PM Revision 59279d6c (qgis): switch to the first tab in about dialog
Salvatore Larosa
09:57 PM Revision d4c97fa2 (qgis): [developers map] change tilelayer to openstreetmap
Salvatore Larosa
09:56 PM Revision 9952fc8a (qgis): Add Developers Map in About dialog
Salvatore Larosa
09:14 PM Revision aa9bea54 (qgis): debian packaging update
Jürgen Fischer
02:29 PM Revision 1d9eb8f6 (qgis): Merge pull request #1734 from strk/zoom-by-wheel-glitch2
Fix zoomwheel regression (temporary hack) Martin Dobias
01:02 PM Revision f3bcaf43 (qgis): Merge pull request #1706 from slarosa/share_bookmarks
Allows to import/export bookmarks to XML file Nathan Woodrow
12:43 PM Revision 07182b6c (qgis): Merge pull request #1738 from mbernasocchi/emit-saved-as
added layerSavedAs signal Nathan Woodrow
12:42 PM Revision df060572 (qgis): Merge pull request #1741 from Gustry/master
[DB Manager] Allow execution of the selected text in the SQL window Nathan Woodrow
12:41 PM Revision 099e0b9b (qgis): Merge pull request #1742 from anitagraser/patch-6
small grammar fix Nathan Woodrow
10:52 AM Revision 09400d15 (qgis): small grammar fix
Anita Graser
09:27 AM Revision 028fd043 (qgis): More const-correctness for QgsGeometry
Matthias Kuhn

2014-12-20

12:21 AM Revision a8a191ea (qgis): give dialog a correct name
Signed-off-by: Werner Macho <[email protected]> Werner Macho

2014-12-19

05:39 PM Revision f4c3165a (qgis): Initialize all members, to reduce misleading valgrind reports
Sandro Santilli
04:55 PM Revision 06c6ca00 (qgis): allow execution of the selected text in the SQL window
Etienne Trimaille
03:14 PM Revision ddb406d9 (qgis): Make existing ModelTest users use the new ENABLE_MODELTEST define
Sandro Santilli
03:01 PM Revision 8f35a27d (qgis): Fix flags for invalid LayerTreeModel index
.. bug reported by ModelTester Sandro Santilli
03:01 PM Revision 78ffe02e (qgis): Add support for testing LayerTreeModel from the app
Sandro Santilli
03:00 PM Revision 98e8f036 (qgis): Add ENABLE_MODELTEST cmake variable/define, default to false
Sandro Santilli
02:04 PM Revision 4b4726c8 (qgis): Merge pull request #1740 from geopython/MetaSearch-core-merge-no-tests
merge MetaSearch into QGIS core Tom Kralidis
01:57 PM Revision e4a8fd8c (qgis): remove 18n not required for core plugins
Tom Kralidis
 

Also available in: Atom