Activity
From 2014-12-13 to 2015-01-11
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
2014-12-24
- 05:47 PM Revision 2aa22921 (qgis): [developers map] add to popup whether developer is committer
- 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) - 05:04 PM Revision 11f73e79 (qgis): Reset rotation on new project
- Closes http://hub.qgis.org/issues/11832
- 01:23 PM Revision ea00b369 (qgis): Change Q_WS_X11 to Q_OS_UNIX for Qt5 compatibility
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
- 10:39 AM Revision 32079ed3 (qgis): Fix LayerTreeModel use of beginInsertRows with embedded legends
- See http://hub.qgis.org/issues/11905
- 10:34 AM Revision 2efda5de (qgis): Add python bindings for added methods
- 10:34 AM Revision a0ef27a9 (qgis): Try to use the project CRS and last selected image format when adding a...
- 10:34 AM Revision d5d4a5ad (qgis): Q_WS_* macros removed from Qt5, to determine platform use Q_OS_* macros...
- 01:06 AM Revision a4aaff5d (qgis): Fix CMake policy warnings/changes introduced in 3.0.0 and higher
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)
- 12:53 PM Revision 247c3dd0 (qgis): [processing] fixed split vector layer algorithm
- 12:53 PM Revision 6c7d61f3 (qgis): [processing] update of lidar algorithms
- Provided by Martin Isenburg
- 12:53 PM Revision 9e879ed9 (qgis): [processing] fixed handling of file parameters in modeler
- 12:04 PM Revision b2db3fe1 (qgis): Remove obsoleted reference to QgsRasterLayer::legendPixmap()
- See http://lists.osgeo.org/pipermail/qgis-developer/2014-December/036144.html
- 11:18 AM Revision 4b866eea (qgis): fix doxygen warning
2014-12-21
- 10:11 PM Revision 59279d6c (qgis): switch to the first tab in about dialog
- 09:57 PM Revision d4c97fa2 (qgis): [developers map] change tilelayer to openstreetmap
- 09:56 PM Revision 9952fc8a (qgis): Add Developers Map in About dialog
- 09:14 PM Revision aa9bea54 (qgis): debian packaging update
- 02:29 PM Revision 1d9eb8f6 (qgis): Merge pull request #1734 from strk/zoom-by-wheel-glitch2
- Fix zoomwheel regression (temporary hack)
- 01:02 PM Revision f3bcaf43 (qgis): Merge pull request #1706 from slarosa/share_bookmarks
- Allows to import/export bookmarks to XML file
- 12:43 PM Revision 07182b6c (qgis): Merge pull request #1738 from mbernasocchi/emit-saved-as
- added layerSavedAs signal
- 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
- 12:41 PM Revision 099e0b9b (qgis): Merge pull request #1742 from anitagraser/patch-6
- small grammar fix
- 10:52 AM Revision 09400d15 (qgis): small grammar fix
- 09:27 AM Revision 028fd043 (qgis): More const-correctness for QgsGeometry
2014-12-20
- 12:21 AM Revision a8a191ea (qgis): give dialog a correct name
- Signed-off-by: Werner Macho <[email protected]>
2014-12-19
- 05:39 PM Revision f4c3165a (qgis): Initialize all members, to reduce misleading valgrind reports
- 04:55 PM Revision 06c6ca00 (qgis): allow execution of the selected text in the SQL window
- 03:14 PM Revision ddb406d9 (qgis): Make existing ModelTest users use the new ENABLE_MODELTEST define
- 03:01 PM Revision 8f35a27d (qgis): Fix flags for invalid LayerTreeModel index
- .. bug reported by ModelTester
- 03:01 PM Revision 78ffe02e (qgis): Add support for testing LayerTreeModel from the app
- 03:00 PM Revision 98e8f036 (qgis): Add ENABLE_MODELTEST cmake variable/define, default to false
- 02:04 PM Revision 4b4726c8 (qgis): Merge pull request #1740 from geopython/MetaSearch-core-merge-no-tests
- merge MetaSearch into QGIS core
- 01:57 PM Revision e4a8fd8c (qgis): remove 18n not required for core plugins
2014-12-18
- 01:05 PM Revision 984324b0 (qgis): Print link to cdash on travis
- 11:59 AM Revision f81d4836 (qgis): annotation items: save coordinates using qgsDoubleToString instead of Q...
- 08:47 AM Revision c800a8cd (qgis): [processing] fix extent selection in batch mode (fix #11878)
- 08:18 AM Revision 69fe922a (qgis): [processing] fix VectorWriter class (fix #11875)
- 08:18 AM Revision e42e1053 (qgis): [processing] enlarge column width in batch processing GUI (fix #11879)
- 08:18 AM Revision e31027c8 (qgis): [processing] fix column autofill in batch mode (fix #11876)
- 08:08 AM Revision ddb37e22 (qgis): [fix #11872] do not call activateLayerRelatedAction after selection cha...
- 08:07 AM Revision d288a53c (qgis): [fix #11872] do not call activateLayerRelatedAction after selection cha...
2014-12-17
- 11:45 PM Revision 78ff27f9 (qgis): merge MetaSearch into QGIS core
- 06:43 PM Revision 64a6cf63 (qgis): oracle provider: fix evaluation of default values
- 12:42 PM Revision 33b757eb (qgis): Update comment to match with code
- 01:22 AM Revision 2c773a7e (qgis): Improve filtering by schema for postgres connections in browser
- Results in much faster display and refresh of postgres tables
Also:
- ensure browser correctly respects postgres con...
2014-12-16
- 11:28 PM Revision 729bdec0 (qgis): connect the app's signal to the interface's, to re-emit it from the int...
- 11:28 PM Revision 06708186 (qgis): added layerSavedAs signal
- 08:35 PM Revision 4e4e161b (qgis): QgsMimeDataUtils::Uri fixed crash on empty data
- 08:33 PM Revision d0ea44ae (qgis): browser items moveToThread() also children
- 06:40 PM Revision 8076e53e (qgis): dxf export: fix display of check states on upper levels
- 03:24 PM Revision 2363ae56 (qgis): [processing] indentation fix
- 02:04 PM Revision 901c7642 (qgis): [processing] fixed handling of source strings in ogr algorithms
- 01:22 PM Revision 9fbcc7e2 (qgis): browser items parent (moving to thread) fix (crash when dragging postgr...
- 07:46 AM Revision 79e1236d (qgis): Merge pull request #1737 from gioman/fix_gdal_rasterize
- fix gdal rasterize when using the -ts parameter
2014-12-15
- 08:14 PM Revision e7dcd485 (qgis): autorefresh browser dirs using system notification
- 07:20 PM Revision 8afbe83c (qgis): fix gdal rasterize when using the -ts parameter
- 07:11 PM Revision da887bc4 (qgis): Initialize pointer members, fix typo
- 06:16 PM Revision 138d836b (qgis): safely delete browser items if createChildren() is running in thread
- 04:58 PM Revision d28619da (qgis): Merge pull request #1724 from slarosa/dd_wrapword
- [labeling] allows data defined to align multiline when wordwrap function is used as expression (fix #11805)
- 12:31 PM Revision f79dbcd8 (qgis): browser restore state fix
- 11:24 AM Revision ac10e692 (qgis): dxf export: add method to update model
- 11:24 AM Revision c37ffa5f (qgis): dxf export: only use palette only for fully opaque colors
- 11:04 AM Revision 581cac7e (qgis): Fix build failure with gcc < 4.4 (bug #10762)
- 08:35 AM Revision 86527b6b (qgis): Merge pull request #1736 from mbernasocchi/QgsMessageBar-SUCCESS
- added QgsMessageBar::SUCCESS
- 07:59 AM Revision dbc801f6 (qgis): update success icon
2014-12-14
- 03:57 PM Revision b6632a81 (qgis): added QgsMessageBar::SUCCESS
- 09:33 AM Revision 368fc674 (qgis): [labeling] allows data defined to align multiline when wordwrap functio...
- 09:30 AM Revision fc00baf0 (qgis): Fix use of uninitialized value
- 07:39 AM Revision e5684936 (qgis): Fix use of uninitialized values when no ellipsoid set (fix #11848)
2014-12-13
- 07:19 PM Revision 0e4b7e63 (qgis): Further drop now-unused code added with map rotation support
- Also add some documenting comments
- 06:35 PM Revision 69673817 (qgis): Drop special handling of rotation from MapCanvasMap::paint
- Stop assuming absence of rotation from MapCanvasItem::setRect,
but rather assume that the passed rectangle purely enc... - 05:35 PM Revision 90db597e (qgis): Simplify the change by not modifing interfaces
- .. I've found a link from gsMapCanvasMap and the QgsMapToPixel class
- 02:38 PM Revision 05d03066 (qgis): Add rotation member to QgsMapCanvasMap, use for handling paint event
- Fixes the regression with pre-rendering user feedback for
non-rotated maps. The glitch is still there for rotated map... - 06:33 AM Revision d61bf1f7 (qgis): Add lazy evaluation support to expression functions
- Add if(cond, true, false) function using lazy evaluation feature
Also available in: Atom