Activity
From 2016-05-14 to 2016-06-12
2016-06-12
- 07:49 PM Revision e301cc80 (qgis): qgsogrprovider.cpp: fix wrong comment
- 06:05 PM Revision 4116f95d (qgis): Fix the preview column in form view when first column is action widget
- 05:36 PM Revision bb94a179 (qgis): Add new test data and a bunch of unit tests
- 05:19 PM Revision 9011becb (qgis): Fix r.aspect and r.slope algorithms
- 04:48 PM Revision 8aad144f (qgis): Fix r.topidx, r.viewshed and r.volume description files
- 04:48 PM Revision cb1fec07 (qgis): Remove r.sum because it doesn't exists anymore in GRASS7
- 04:40 PM Revision 4f803e86 (qgis): Fix failing test
- 04:05 PM Revision 7b3e6672 (qgis): Remove more debug noise
- 04:01 PM Revision c63b910d (qgis): Remove debug noise
- 03:46 PM Revision 5fcadebc (qgis): Indentation fix
- 03:14 PM Revision 31879e52 (qgis): [WFS provider] Fix handling of LatLongBoundingBox in WFS 1.0
- According to the specification, the values of LatLongBoundingBox
are supposed to be in the SRS, not necessarily in WG... - 02:46 PM Revision b951c947 (qgis): Handle OutputFile in test generation
- 02:44 PM Revision bfc35770 (qgis): Avoid detach
- 02:23 PM Revision 0cd44986 (qgis): Improve Test generation
- 02:01 PM Revision f16fba5e (qgis): Show default network cache path in options dialog
- 01:48 PM Revision 7c72fefd (qgis): Fix network cache configuration
- Fix #14990
- 01:25 PM Revision 7861f89f (qgis): QgsAttributeTableView::setModel(): remove connection to signals that no...
- 01:23 PM Revision 6b80170c (qgis): QgsAttributeTableView::setModel(): fix crash when called with nullptr, ...
- 01:22 PM Revision ffaf493d (qgis): Standalone browser: call QgsNetworkAccessManager::instance() to avoid a...
- 12:45 PM Revision 571ee345 (qgis): Merge branch 'master' of github.com:qgis/QGIS
- 07:12 AM Revision 1d6dfc5a (qgis): Merge pull request #3196 from nirvn/fix_right_click
- [bugfix] fix crash when right-clicking on geometryless layers
- 05:33 AM Revision 054604bc (qgis): fix crash when right-clicking on geometryless layers
2016-06-11
- 06:29 PM Revision f1ec1213 (qgis): [dbmanager] followup 8727799: again some emit signal fix
- 05:16 PM Revision 61eea867 (qgis): oracle provider: verify existence of layer style table before trying to...
- 05:16 PM Revision 1af74f7a (qgis): use CMP0063 only with cmake >= 3.3
- 04:58 PM Revision 87277999 (qgis): [dbmanager] Fix emit signal when refresh fields in table
- 04:25 PM Revision bf02d34f (qgis): Blacklist qt5 tests for Travis
- 02:03 PM Revision 7ed1a7ff (qgis): Merge branch 'master' of github.com:qgis/QGIS
- 02:02 PM Revision 7a3a38b6 (qgis): Merge branch 'master' of github.com:qgis/QGIS
- 01:55 PM Revision f7cf9747 (qgis): Merge remote branch 'origin/wfs_geomedia_fixes'
- 01:01 PM Revision 5839a3a8 (qgis): Merge branch 'master' of github.com:qgis/QGIS
- 01:01 PM Revision 270938cb (qgis): Don't cut the filename if he is relative
- 12:50 PM Revision 7040ad41 (qgis): Fix sip bindings
- 12:29 PM Revision 1877bcd0 (qgis): Only show writable fields in field calculator
- Fix #15000
- 12:05 PM Revision f43b2ac4 (qgis): Followup d3fd818: do not hide python module symbols
- 11:27 AM Revision dbd10508 (qgis): [Processing][Tests] Improve Processing GRASS7 testsuite
- 10:50 AM Revision d3fd8184 (qgis): Simpler handling of DLL_EXPORT defines
- 10:03 AM Revision bd75fec1 (qgis): Tooltips for map style widget page
- 10:03 AM Revision 4c886ce8 (qgis): Categorized renderer: synchronize edit ramp button state on undo
- 09:57 AM Revision 7692107e (qgis): Categorized renderer: disable edit color ramp button for random
- 09:52 AM Revision c6cba65a (qgis): Don't double delete style configuration pages
- Fixes a crash when switching between pages in the style configuration
dock widget.
2016-06-10
- 10:18 PM Revision 3b998d21 (qgis): [dbmanager] fix some import statement
- 06:01 PM Revision c578f3a6 (qgis): [dbmanager] Fix some pyqtslot
- 05:22 PM Revision b9d1544c (qgis): [dbmanager] Fixes #14740 - Previews do not work and python error for PG...
- 04:25 PM Revision 02d80425 (qgis): better order of columns in fields tab (vector layer properties) (#3195)
- 03:33 PM Revision f6aad8ba (qgis): [BUGFIX] Emit layerWillBeRemoved like layersWillBeRemoved (#3194)
- The signal layerWillBeremoved is only emitted when the layer is owned by QgsMapLayerRegistry.
To fix it just move th... - 03:27 PM Revision 91de99a8 (qgis): Remove buggy and outdated code
- 03:27 PM Revision d9a79c93 (qgis): [BUGFIX] Emit layerWillBeRemoved like layersWillBeRemoved (#3194)
- The signal layerWillBeremoved is only emitted when the layer is owned by QgsMapLayerRegistry.
To fix it just move th... - 03:10 PM Revision c66906db (qgis): Fix compiling with older gcc versions
- 02:30 PM Revision 48949d64 (qgis): [processing] improve error message text (refs #14929)
- 11:08 AM Revision ef0f3d5b (qgis): use Qt types
- 10:49 AM Revision 607b1df4 (qgis): Fix joined attributes can't be used in filter expressions
- (fix #13176)
- 10:44 AM Revision 12bb1f7b (qgis): testqgsogcutils.cpp: add more debug output to diagnose flake failure on...
- 10:34 AM Revision 76bf6e0d (qgis): do not init dualview if no layer
- fix crash of QtDesigner with custom widgets
kudos to @m-kuhn - 09:59 AM Revision 895b9558 (qgis): Merge pull request #3166 from nirvn/fix_processing_refactor_fields
- [processing] fix missing quotes to field name in refactor fields
- 09:39 AM Revision 690e554b (qgis): QgsGML: handle more type of geometries (Arc, CompositeSurface, etc...) ...
- 09:39 AM Revision a4f15113 (qgis): QgsGmlStreamingParser: fix memory leak if parsing a GML file truncated ...
- 09:39 AM Revision 734a3a55 (qgis): [WFS provider] Recognize gmgml:Polygon_Surface_MultiSurface_CompositeSu...
- 09:39 AM Revision 544e8bd8 (qgis): [WFS provider] Handle server exposing paging capabilities but obviously...
- 09:39 AM Revision 08ead813 (qgis): [WFS provider] Use EPSG:XXXX format for SRSNAME= parameter for servers ...
- 09:39 AM Revision 5acb1288 (qgis): testqgsgml.cpp: fix memory leaks in test
- 07:47 AM Revision 37598bdf (qgis): add custom widget for QgsDockWidget
- 07:29 AM Revision 8394b574 (qgis): Revert "Fix joined attributes can't be used in filter expressions"
- This reverts commit acedb39c5a19509b91a2247b70db3d5da7c5b105.
- 07:00 AM Revision 50a6ed07 (qgis): Allow editing joins by double clicking on them in list
- 06:47 AM Revision acedb39c (qgis): Fix joined attributes can't be used in filter expressions
- (fix #13176)
- 05:52 AM Revision 9a061448 (qgis): [needs-docs] Rename 'select by form' to 'select by value'
- As that wording is more explanatory
- 05:45 AM Revision fae6ee4a (qgis): Make styling widget live apply remember setting
- 05:34 AM Revision a592167d (qgis): Fix failing test on qt5
- 05:10 AM Revision 7af6d247 (qgis): Change QDockWidgets to QgsDockWidgets
- No benefit as yet, but future proofing for when QgsDockWidget
gains additional fixes/tweaks over QDockWidget - 04:56 AM Revision 3afb05c2 (qgis): Merge pull request #3193 from nirvn/pal_fix_quadrant
- [pal] fix quadrant exp. wrongly overwriting cartographic placement (fixes #14989)
- 04:53 AM Revision a3768672 (qgis): Correctly support joins using virtual fields (fix #14820)
- 03:59 AM Revision 7c34c537 (qgis): [pal] fix quadrant exp. wrongly overwriting cartographic placement
- (fixes #14989)
- 03:18 AM Revision df0d5969 (qgis): Fix virtual fields which depend on other virtual fields may not be
- calculated in some circumstances (fix #14939)
- 02:03 AM Revision 1bc17e6c (qgis): Default to requesting all attributes for python expression functions
- Fix #14985
2016-06-09
- 01:58 PM Revision 9e54287b (qgis): [processing] fix alglist() function
- 11:48 AM Revision d1cac842 (qgis): Reach the proper lower negative value bound
- This was tricky, due to
https://www.postgresql.org/message-id/20160608160800.GB13838%40localhost - 11:48 AM Revision 0f0d6c09 (qgis): Add more tests to cover full signed int ranges
- 11:48 AM Revision 3accda6d (qgis): Also test the estimatedmetadata code path for signedInts
- 11:48 AM Revision 9a964144 (qgis): Fix storing attribute of feature with negative identifier and test
- The test was also bogus in that it expected an inappropriate FID.
- 11:48 AM Revision 8bd6ffcf (qgis): Fix expected test results for negative int4 and int2 FIDs
- int8 negative identifier is still not handled correctly
- 11:48 AM Revision 8b9a0353 (qgis): Fix handling of int64 primary keys to use a FidMap
- There was a code duplication where only one path did the right
thing. This commit also removes the duplication. - 11:48 AM Revision e763b41c (qgis): Use FidMap for int64 primary keys
- Also rename pktInt64 to pktUint64, in case we'll be able to know
in advance the database contains only positive integ... - 11:48 AM Revision f4a135b5 (qgis): Only shift 32bit int identifiers when negative
- Fixes existing tests to retain expectances
- 11:48 AM Revision 92dda429 (qgis): Do not loose signed semantic on converting int32 pk to fid
- Fixes again editing of features with negative identifiers.
Now a test fails, but it is the test being broken this tim... - 11:48 AM Revision a7a0eefe (qgis): Support negative short integer primary keys on PostgreSQL
- See http://hub.qgis.org/issues/14262
NOTE: signed int64 keys would still fail - 11:25 AM Revision 6d8f5c43 (qgis): Merge pull request #3188 from nirvn/icon_offset_rotate
- new icons for offset and rotate point symbol actions
- 11:13 AM Revision 03de74dc (qgis): fix typo
- 10:56 AM Revision 3213c81b (qgis): new icons for offset and rotate point symbol actions
- 09:57 AM Revision acc84bfa (qgis): Add missing docs
- 09:40 AM Revision 9494dce0 (qgis): QgsEditorWidgetRegistry disconnect signals when mapLayer will be remove...
- Add a method to disconnect signals added when layerIsAdded to QgsMapLayerRegistry. This method is connect to layerWil...
- 09:31 AM Revision 61d243e9 (qgis): QgsEditorWidgetRegistry disconnect signals when mapLayer will be remove...
- Add a method to disconnect signals added when layerIsAdded to QgsMapLayerRegistry. This method is connect to layerWil...
- 08:48 AM Revision ec976225 (qgis): Don't show constraint messages when form is in search mode
- 08:48 AM Revision 015ee77a (qgis): Hide relation widgets when in multiedit/search mode
- 08:48 AM Revision fe26d33e (qgis): [needs-docs] Add shortcut to Select by Form to toolbar and menu
- Also add keyboard shortcut (F3) to open select by form
dialog - 08:48 AM Revision ce7d79e4 (qgis): Show scrollbars for attribute form as identify results
- 08:48 AM Revision b44f62a1 (qgis): Cleanups for attribute form in search mode
- 04:54 AM Revision 7cfe7f83 (qgis): [style dock] vectorize undo & redo button, create history symbol (#3187)
- 03:36 AM Revision 1b31f08b (qgis): Add F7 shortcut to show/hide style dock
- 03:29 AM Revision 8909584e (qgis): Auto refresh when symbol levels changed in style dock (fix #14861)
- 03:22 AM Revision a3a20744 (qgis): Make style dock Apply button always enabled
- Just in case we miss signals which trigger the live update, it's
safer to give users an option to manually apply chan... - 03:10 AM Revision 31c572f0 (qgis): Fix style dock forgets expanded state of rendering group (fix #14864)
- Also fix a memory leak
- 03:01 AM Revision cb4dacfe (qgis): Fix style dock button not synced to dock state (fix #14862)
- Add a new class QgsDockWidget which has finer control over setting
and retrieving the dock visibility, to account for...
2016-06-08
- 12:50 AM Revision a033e81a (qgis): add qjson to INSTALL (fixes #14982)
- 08:29 PM Revision ee8e340d (qgis): avoid closing the last tab of the message log viewer
- 02:20 PM Revision fea82ae8 (qgis): Fix some missing auto updates from style dock
- 02:04 PM Revision 35a08faf (qgis): Indentation
- 01:48 PM Revision 8a2e8715 (qgis): Always use string comparison in expressions for string fields
- Fixes #13204
- 01:30 PM Revision 85fbeb26 (qgis): Hillshaderenderer: Fix transparency effects (#3185)
- 11:00 AM Revision e94c24d9 (qgis): fix to grassWinShell
- 10:57 AM Revision 9be98acf (qgis): really fix ab5f06b (ouch again - machine mixup)
- 10:57 AM Revision 49046294 (qgis): fix ab5f06b (ouch)
- 10:57 AM Revision 62b9cc01 (qgis): processing: base grass path on OSGEO4W_ROOT where available
- 10:46 AM Revision 2265115f (qgis): Fix issues rendering SVG with text (fix #14644, #14794)
- 10:46 AM Revision 0510da77 (qgis): More tests for QgsAttributeTableConfig
- 09:50 AM Revision 5f50fc09 (qgis): disable the scale widget if scale is locked
- 08:20 AM Revision d708473d (qgis): Fix indentation test errors
- 06:42 AM Revision 50cada43 (qgis): Fix home dir being added as default svg and template path
- Fixes #14662, #14652, #14883
- 02:44 AM Revision f0c8fe68 (qgis): Ensure data defined button displayed fields are always up to date
- Fix #14809
2016-06-07
- 01:45 AM Revision f8f3b21b (qgis): Fix cannot set shortcut for zoom in (fix #14958)
- 10:28 PM Revision a8cf02ad (qgis): [dbmanager] fix DeprecationWarning
- 10:00 PM Revision a03e28bb (qgis): Fix sip bindings
- 09:29 PM Revision 4371a66f (qgis): Adds support for GNSS GNRMC messages
- (cherry-picked from 88bddb8)
- 04:22 PM Revision fa74b04e (qgis): [WFS provider] Fix crash when calling setSubsetString() with a SQL that...
- 04:12 PM Revision 496c3f03 (qgis): [WFS provider] Fix setSubsetString() to accept SELECT followed by newli...
- 02:55 PM Revision 5c3aa51e (qgis): Clean up QgsExpressionContext in QgsServer::handleRequest
- 02:07 PM Revision bb140317 (qgis): Merge pull request #3181 from dmarteau/release-2_14
- Clean up QgsExpressionContext in QgsServer::handleRequest
- 02:06 PM Revision 65aa8601 (qgis): [dbmanager] Fixes #14722 - Adding new GeoPackage connection to DB Manag...
- 01:46 PM Revision f84584c6 (qgis): Fix header
- 01:46 PM Revision e4a1b3f8 (qgis): Remove reference to renamed QgsAdvancedDigitizingDock in API doc
- 01:03 PM Revision 50181eee (qgis): Clean up QgsExpressionContext in QgsServer::handleRequest
- 12:25 PM Revision 773d6132 (qgis): SQL composer dialog: improve search in table combobox
- 12:02 PM Revision 5301a97f (qgis): Ensure that attribute table config is always initially populated
- 11:17 AM Revision e0d6c3f3 (qgis): [travis] Readonly ccache for pull requests
- 10:37 AM Revision c07f02d6 (qgis): QgsAbstractGeometryV2::wkbType always returns a valid type
- 10:37 AM Revision fdb28c09 (qgis): More string comparison fixes
- 10:21 AM Revision d0feea57 (qgis): [py3] Followup bad0d3e: Don't decode unencoded strings
- 08:42 AM Revision 446daaa0 (qgis): fix windows build (followup 4648143c)
- 07:18 AM Revision 7a8d9dd5 (qgis): Add missing proxies for legend check behaviour to subrenderers
- for inverted polygon and displacement renderers
- 07:05 AM Revision b2c43cb9 (qgis): Fix inverted polygons and displacement renderer don't allow right
- click on legend items (fix #14966)
- 06:49 AM Revision b32afce7 (qgis): Fix inverted polygon & displacement renderer don't show
- color wheel in legend menu
Move embedded renderer handling to QgsFeatureRendererV2 and
add support for embedded rend... - 05:33 AM Revision d77a33d7 (qgis): Partially revert d984148
- Undo the maximum tile size changes as these were reverted from
downstream due to WMS layer regressions - 05:33 AM Revision 94e1d5e5 (qgis): Fix crash when using inverted polygons with heatmap renderer
- Add methods to QgsRendererV2AbstractMetadata and QgsRendererV2Registry
to control renderer compatiblity by layer type... - 03:11 AM Revision fbc5e0fc (qgis): Fix indentation
- 02:08 AM Revision 179a92cd (qgis): [effect] fix issue with svg marker and antialiasing (fixes #14960)
- Credit for original patch to @nirvn
2016-06-06
- 12:59 AM Revision a625eeb5 (qgis): Add missing sip binding
- 11:59 PM Revision c5b8060b (qgis): Fix warnings, missing docs+bindings
- 11:26 PM Revision d984148e (qgis): Have QgsRasterDrawer::draw check for interrupted rendering, reduce rast...
- 11:26 PM Revision 787d206b (qgis): Add some tests for QgsCRSCache
- 11:26 PM Revision 0c6e289c (qgis): Update test masks
- 11:26 PM Revision f6865510 (qgis): Avoid extra feature requests in spatial query plugin
- 11:26 PM Revision d3cbe04d (qgis): Use prepared geometry for spatial query plugin
- 11:26 PM Revision 221c4e04 (qgis): Only emit QgsCollapsibleGroupBoxBasic::collapsedStateChanged when state...
- 11:26 PM Revision 4e10c5be (qgis): Trigger repaints instead of explicitly refreshing canvas
- Inspired by work by @manisandro
- 11:26 PM Revision 1e8abb1d (qgis): Fix avoid crash when measuring empty geometry
- 11:26 PM Revision ebdccf38 (qgis): Add QgsDistanceArea test for empty polygon
- 11:26 PM Revision 3408a78d (qgis): Indentation
- 11:26 PM Revision 768fc2c7 (qgis): Use QgsCRSCache in more places
- Forward port from sourcepole/kadas-albireo
- 11:26 PM Revision 85fbea82 (qgis): Fix warnings emitted by linguist when parsing sources
- 11:26 PM Revision 49af9570 (qgis): Fix crash when saving categorized symbology
- 11:26 PM Revision f077f1a5 (qgis): Fix QgsCurvePolygon sip bindings
- 11:26 PM Revision 25052dc5 (qgis): Add missing bindings
- 09:56 PM Revision c61daf88 (qgis): Don't show scrollbars when embedding a feature form
- 08:55 PM Revision bad0d3e4 (qgis): Properly handle filsystem character encoding when showing warnings
- Fix #14567
- 07:47 PM Revision c59350a1 (qgis): [offline editing] No reason to crash just because of raster layers
- Fix #14848
- 07:41 PM Revision 63b3eb70 (qgis): Fixed QGis type - QGIS is better
- 07:19 PM Revision 82853565 (qgis): External resource widget relative path fix for integrated viewer
- Fixes #14891
References #13283 - 06:49 PM Revision c7631f68 (qgis): typo
- 06:06 PM Revision 2e609646 (qgis): [gps] Fix default-misconfigured gpsbabel path
- Fix #14866
- 06:04 PM Revision 4c2567cf (qgis): [gps] Fix default-misconfigured gpsbabel path
- Fix #14866
- 05:45 PM Revision 70e1c6af (qgis): Fix add button state in postgis source select dialog
- 05:03 PM Revision 2c3f044e (qgis): [WFS provider] Better and translatable error message in case of SQL par...
- 04:16 PM Revision 9b92100f (qgis): [WFS provider] Improve tooltip of SQL statement field when joins are po...
- 03:26 PM Revision 58bbdcb5 (qgis): SQL composer dialog: truncate too long function prototypes in combobox
- 03:25 PM Revision 3acbe71f (qgis): [WFS provider] Display appropriate error message when using a non exist...
- 03:22 PM Revision 3a2f3df9 (qgis): [BUGFIX][Processing] RScript: Insert None value as NULL
- 03:18 PM Revision 021da12c (qgis): [BUGFIX][Processing] RScript: Insert None value as NULL
- 03:08 PM Revision 601af0e3 (qgis): [BUGFIX][Processing] RScript: Add name token
- 03:07 PM Revision 2a746f49 (qgis): [BUGFIX][Processing] RScript: Add name token
- 02:34 PM Revision 4556a0d2 (qgis): [styledock] inline effects widget
- 02:34 PM Revision ad5f970a (qgis): [styledock] Swap rendererv2 widget back to qwidget
- 02:34 PM Revision 91cd68ea (qgis): [styledock] Handle stacked panels at a higher level
- 02:09 PM Revision f8dccf87 (qgis): Fix on map identification on relation reference widget with complex PK
- References #14882
- 01:59 PM Revision e80e5416 (qgis): Show correct feature count with rule that requires geometry
- Fix #14758
- 12:50 PM Revision 5ba50557 (qgis): Remove useless delete in parseCircularString
- 12:36 PM Revision 87beec03 (qgis): Fix crash when using 2.5D renderer with incompatible layer
- Fixes #14814
- 12:36 PM Revision e858a6d5 (qgis): Fix crash when using 2.5D renderer with incompatible layer
- Fixes #14814
- 11:57 AM Revision 197a00ab (qgis): Fix incorrect error handling in QgsCircularStringV2* parseCircularString
- 11:00 AM Revision c7390180 (qgis): More ninja changes
- 11:00 AM Revision f8c3af22 (qgis): [build] Allow using ninja generator on non-win os'es
- 11:00 AM Revision 4648143c (qgis): [build] Add better support for Ninja build system
- 08:25 AM Revision e422d89e (qgis): Typo
- 08:22 AM Revision 056a6be8 (qgis): Merge pull request #3127 from sbrunner/add-version-warning
- Add a warning on QGIS server when the versions don't corresponds
2016-06-05
- 01:21 AM Revision f2791836 (qgis): Fix possible divide by 0
- 01:17 AM Revision f70be075 (qgis): Fix leaks
- 01:10 AM Revision fab16ecb (qgis): Fix Coverity uninitialized member warnings
- 12:31 PM Revision 813a21d6 (qgis): [effects] relayout widget for better dock usage
- 12:23 PM Revision dd0ddd5a (qgis): [styledock] Connect missing signals for order and effects
- 07:57 AM Revision b5696a82 (qgis): Full widget label combobox
- 06:16 AM Revision 6a4556dd (qgis): Add sip conversions for profile times
- 06:06 AM Revision 53a57e19 (qgis): [styledock] Keep dock state updated from external changes
- 04:32 AM Revision 14342ce6 (qgis): [processing] fix missing quotes to field name in refactor fields
2016-06-04
- 12:34 PM Revision e7b04f24 (qgis): Tabs > Spaces
- 11:32 AM Revision a07a31be (qgis): Fix build warnings
- 11:26 AM Revision eac51e99 (qgis): Fix ListMultiSelectWidget under PyQt5
- 11:16 AM Revision b4f88c53 (qgis): Update test masks for arrow symbol layer
- 11:07 AM Revision 05c9e07c (qgis): Fix shortcuts manager test on Qt5
- 11:07 AM Revision 17f4b4c0 (qgis): Fix doxygen warnings, missing docs+sip
- 11:04 AM Revision dd8ce362 (qgis): Report the compiler on the travis page as gcc
- This is a purely cosmetic change, we override the compiler internally
anyway. - 11:00 AM Revision f04298f1 (qgis): Use ccache for gcc on travis
- 08:11 AM Revision d409006c (qgis): Render widget now based on stack widget
- 03:53 AM Revision 7573b221 (qgis): Improve API for QgsMapStylePanelFactory
2016-06-03
- 01:21 AM Revision 60df9266 (qgis): Add missing docs
- 05:09 PM Revision 8ddae271 (qgis): [Processing] Support authentication with postgis
- 04:38 PM Revision 6f4b6a6c (qgis): Fix sip binding test failures for private classes
- 03:54 PM Revision 744c61cb (qgis): [attrtable] Order by the correct column when header is clicked
- The column index was messed up when columns have been reordered
- 03:40 PM Revision 4a3a814d (qgis): [attrtable] Show row numbers when first column is action widget
- 03:13 PM Revision 95f81391 (qgis): sip bindings
- 03:02 PM Revision ffb6b90f (qgis): Fix build warnings
- 02:49 PM Revision 8068cac1 (qgis): Increase modularity of cmake files
- 02:49 PM Revision c8011d91 (qgis): Temporarily disable missing llvm apt repo
- 01:13 PM Revision 4c286618 (qgis): [styledock] Add load from file
- 01:00 PM Revision 3d941e3a (qgis): [styledock] Add saving and loading default styles
- 12:58 PM Revision bded2b51 (qgis): Remove QgsBillboardRegistry
- 12:43 PM Revision 6a46e71d (qgis): Rename remove connection button in QgsSourceSelectDialog
- 12:33 PM Revision 6b52f7ea (qgis): Add resample options to raster style dock
- 12:30 PM Revision a6294cfe (qgis): Add support for toplevel widgets in drag and drop designer
- 12:24 PM Revision 7abd691e (qgis): Merge pull request #3172 from dmarteau/master
- Expose server interfaces methods to python for clearing server cache
- 12:03 PM Revision 04e1e968 (qgis): Fix addDbLayerAction insertion point when arcgis provider is enabled
- 11:52 AM Revision 8f158771 (qgis): Also hide ArcGIS provider actions if provider is disabled
- 10:33 AM Revision 6e66eef1 (qgis): add missing copyright headers
- 10:32 AM Revision 9c7dbb9e (qgis): [FEATURE] Layer tree embedded widgets
- This allows definition of widgets embedded into layer tree for individual layers in the layer properties dialog (in n...
- 10:26 AM Revision 19f83ae2 (qgis): Update layer transparency after 100ms delay
- 10:09 AM Revision 45989f7f (qgis): Also mark project as dirty when column widths change
- 10:02 AM Revision a4a0c9b2 (qgis): Expose server interfaces methodsi to python for clearing server layer c...
- 10:02 AM Revision 60dce16e (qgis): Flag project as dirty when attribute table configuration changes
- 10:02 AM Revision 662bf430 (qgis): Move "evaluate default values" option to project properties
- It was not properly placed in the application settings.
- 10:02 AM Revision 000eb072 (qgis): Add support for adding custom properties to providers
- 09:49 AM Revision f8715444 (qgis): [feature] Add runtime profiler class to profile code
- 09:41 AM Revision 62582098 (qgis): Merge pull request #3169 from medspx/processing_grass7_rinlidar
- [processing] add GRASS 7 r.in.lidar algorithms
- 09:27 AM Revision f9ab7223 (qgis): [processing] ParameterTableMultipleField type added
- This adds a widget with multiple column attributes selector
- 09:27 AM Revision 2dea7c8c (qgis): [processing] allow optional in all getAsScriptCode
- 09:25 AM Revision 514b03c9 (qgis): Fix missing bindings, headers and build
- 09:25 AM Revision ebf41f03 (qgis): Fix WITH_QTWEBKIT=OFF support
- 09:24 AM Revision 45227e51 (qgis): [FEATURE] QgsTooltip support full HTML
- This is useful for example to add URL links that
allow being clicked on. - 09:19 AM Revision 2269543a (qgis): Fix ui cmake file
- 09:15 AM Revision 223262e2 (qgis): Add missing sip file
- 07:04 AM Revision 384a280f (qgis): [FEATURE] Add hide column, set column width and autosize to
- attribute table header right click menu
- 07:04 AM Revision 5dc1c523 (qgis): Fix build
- 04:43 AM Revision 47916d02 (qgis): [styledock] Inline panels for renderers
- 04:24 AM Revision 4c1812a9 (qgis): [FEATURE] Remember widths for attribute table columns
- If you resize columns, the width will be restored when next
opening the attribute table for that layer. - 03:07 AM Revision 9d780bac (qgis): [styledock] Add saved style manager
2016-06-02
- 12:34 AM Revision 3608799b (qgis): small format cleaning in default.qgc
- 11:52 PM Revision 474f150f (qgis): More modules for the GRASS plugin (including addons)
- 11:16 PM Revision 301fd985 (qgis): Added python bindings
- 10:36 PM Revision e0798600 (qgis): more typo fixes
- 09:29 PM Revision 840022d7 (qgis): fix indentation and some typos
- 09:24 PM Revision 5fd69fd3 (qgis): fix windows icon installation
- 09:24 PM Revision 07c16fcd (qgis): Adds File format Icons for Windows
- 09:20 PM Revision 367c4a8f (qgis): Fix warnings about unused parameters
- 08:56 PM Revision 87924436 (qgis): Add r.in.lidar.info and override projection by default (much easier to ...
- 08:03 PM Revision 380076c6 (qgis): Change some wording in QgsQueryBuilder API documentation (#3133)
- 06:56 PM Revision ea580244 (qgis): Update API docs
- 06:31 PM Revision 291dbb59 (qgis): Handle legend node in parent gracefully with embedded widgets
- 06:07 PM Revision 75e5da37 (qgis): Integrate into layer dialogs, save in layer's properties
- 05:58 PM Revision edace8d0 (qgis): Merge branch 'master' of github.com:qgis/QGIS
- 05:53 PM Revision f914a036 (qgis): [Processing] [Grass7] Add r.in.lidar algorithm (you have to use the sam...
- 04:14 PM Revision 94077b2a (qgis): fix deprecation warning
- 04:12 PM Revision c34b36ff (qgis): osgeo4w: include arcgis rest provider
- 04:10 PM Revision 3348c9ac (qgis): debian packaging: include arcgis rest provider
- 03:53 PM Revision 9346b9fd (qgis): fix build (follow up 2738c5097e)
- 03:52 PM Revision b312235b (qgis): fix indentation
- 03:52 PM Revision 568ddb34 (qgis): [processing] fixed wrong indentation
- 03:52 PM Revision d46f98d4 (qgis): [processing] lidar tools update
- changes by Martin Isenburg
- 02:52 PM Revision c7809498 (qgis): Refactoring
- 02:43 PM Revision 30813f91 (qgis): Make using specific date/time an option, use current date/time otherwise
- 02:43 PM Revision 6293315e (qgis): Remove unused code
- 02:38 PM Revision 45c0ef02 (qgis): Merge pull request #3122 from manisandro/arcgis_rest
- Add provider for ArcGIS Map and Feature REST services
- 02:12 PM Revision 49eaf074 (qgis): [styledock] move live update checkbox
- 02:00 PM Revision 7dd1c592 (qgis): [styledock] Layer picker
- 01:36 PM Revision 1f02d4a4 (qgis): Add QgsSourceSelectDialog python bindings
- 01:36 PM Revision 0ac8ce14 (qgis): Docstring updates
- 01:36 PM Revision ed2487de (qgis): Move QJSON detection to toplevel CMakeLists, and make it optional, disa...
- 01:36 PM Revision 18285633 (qgis): Add QgsWKBTypes::zmType test
- 01:36 PM Revision 2738c509 (qgis): Add provider for ArcGIS Map and Feature REST services
- 12:51 PM Revision 7433d32e (qgis): [Style Dock] Add interface for plugins to add panels to dock
- 12:49 PM Revision a8a22466 (qgis): fixed addProvider method in toolbox
- 12:27 PM Revision 6c878f95 (qgis): [FEATURE] oracle provider: add support for renaming attributes
- 12:27 PM Revision 006b5818 (qgis): fix warnings
- 12:27 PM Revision f52c2b39 (qgis): also disable webkit on xenial (followup 38f6ace)
- 11:01 AM Revision 50fd2b15 (qgis): Fixed error in executing python file at start.
- This exec form should be compatible with both py2 and py3
- 10:26 AM Revision 3351f553 (qgis): test_provider_ogr_sqlite.py: rename class to TestPyQgsOGRProviderSqlite...
- 09:52 AM Revision efd32ff2 (qgis): Arrow symbol layer: option to repeat or not the arrow on the line
- 09:52 AM Revision 6c9b5889 (qgis): Arrow symbol layer: halved arrows and head width/height
- The head size can now be configured by its width and its height
Arrows can also be rendered as "half arrows" - 09:45 AM Revision 99c16f0b (qgis): [processing] added activateProvider method in Processing class
- 09:12 AM Revision 1b905c81 (qgis): Merge pull request #3165 from nirvn/fix_attributetable_sort
- [attributetable] add quotes to column name when sorting (fixes #14873)
- 09:09 AM Revision 732b1cb1 (qgis): [OGR] Handle mFirstFieldIsFid in renameAttributes
- 09:09 AM Revision 831f4c12 (qgis): [FEATURE] Allow renaming fields by double clicking name
- in layer properties window
Available for supported data providers only (postgres,
memory layers and OGR layers, depe... - 09:09 AM Revision 0e03115d (qgis): Add support for field renaming in QgsVectorLayer and edit buffer
- 09:09 AM Revision ccc67ef7 (qgis): Rename attributes support for postgres provider
- 09:09 AM Revision 251474a6 (qgis): Add support for attribute renaming to OGR provider
- 09:09 AM Revision 58cc8901 (qgis): [FEATURE] Add support for attribute renaming to QgsVectorDataProvider
- Implemented in memory layer provider only, not yet supported
in edit buffer or configurable in GUI - 09:09 AM Revision d40554b8 (qgis): Clarify what value means for single band psuedo color renderer
- ...by adapting the header text and tooltip as the interpolation
mode is altered - 09:03 AM Revision 38e9435d (qgis): [attributetable] add quotes to column name when sorting (fixes #14873)
- 08:51 AM Revision c68eaeb9 (qgis): Refactor widget constraints to keep variables private
- 08:51 AM Revision d2851341 (qgis): Show field names in attribute table sorting expression builder
- 08:51 AM Revision 1df5664d (qgis): Cache default value in editorwidget
- Makes sure that repeated calls return the same value for a given editor widget.
This avoids unstable behavior and unr... - 08:50 AM Revision e7d6689f (qgis): New modules for the GRASS plugin
- 08:14 AM Revision 97c4bd7f (qgis): Reduce color map display decimals to max 15
- Using 16 decimals gives rounding issues, (e.g. 64.4 displayed as 64.40000000000001)
- 08:14 AM Revision 8f667bbd (qgis): [raster] Fix pseudocolor clip option (setting was lost in the pipeline)
- Also disable checkbox for exact and discrete mode, as it isn't used there.
- 08:13 AM Revision 4fed5667 (qgis): forgot cast to double on divide
- 08:13 AM Revision 79149875 (qgis): forgot unit
- 08:12 AM Revision 02e7d7a2 (qgis): limit number of classes to minimum 2 and remove special cases for < 2
- 08:09 AM Revision cf72b597 (qgis): fix handling discrete colormaps in continuous mode
- 08:09 AM Revision 58936474 (qgis): fix colors for continuous classification with non equally spaced stops
- 08:09 AM Revision 912f06da (qgis): Color map label on different line
- 08:07 AM Revision 624b06bc (qgis): Different color map classification handling in discrete mode
- 08:06 AM Revision c84dc8d7 (qgis): implement comments from nyalldawson
- 07:54 AM Revision 2556c7ce (qgis): documentation and sip coverage
- 07:54 AM Revision f27507d2 (qgis): code style fix (astyle)
- 07:53 AM Revision 47676d4b (qgis): Add Quantile based color map creation mode
- 07:15 AM Revision 61a4c48b (qgis): calculate reasonable number of decimals on classify
- 07:15 AM Revision 47e178aa (qgis): code style fixes
- 07:11 AM Revision c032d169 (qgis): Add option for adding units to color map labels
- 07:06 AM Revision 3bd77c72 (qgis): Remove color map sort button, as it is now always automatically sorted
- 07:04 AM Revision 8898d6c6 (qgis): more consistent flags on TreeWidgetItems
- 07:01 AM Revision e5ab7ca2 (qgis): use QgsTreeWidgetItem also for sorting color map items
- quicker and less code, so enable automatic sorting after every edit
- 06:55 AM Revision 6c46b09c (qgis): fix too numerous itemChanged events using QTreeWidgetItem subclass
- 06:51 AM Revision af1af4c8 (qgis): automatically change color map labels when editing value
- not optimal since autolabel function gets called way too often.
- 06:44 AM Revision 250748b2 (qgis): change color map labels to more compact format
- 06:16 AM Revision 103ab0db (qgis): Small cleanups
- 06:16 AM Revision 7ca15417 (qgis): [FEATURE] persist Maptip visibility across sessions
- This feature allows to store if a user had
activated Maptips and turn it on in a following
QGIS session.
Maptips are ... - 05:30 AM Revision 9bb2fd1d (qgis): Merge pull request #3155 from ahuarte47/Rendering_DrawingMarkersFaster2
- [Improvement] Draw markers faster (2)
- 05:18 AM Revision 29170d91 (qgis): Fix possible overflow
- 05:18 AM Revision 7af33661 (qgis): Fix leak in test
- 05:18 AM Revision c672ce2a (qgis): Fix coverity dereference warning
- 05:18 AM Revision 0ed7f3c4 (qgis): Remove unused variables
- 05:18 AM Revision 872bdd62 (qgis): Remove some clutter in attribute table dialog by moving the
- "organize fields" and "sort" actions from toolbar buttons
into a right-click menu on the column headings - 05:18 AM Revision 6c6a1777 (qgis): Cosmetic fixups to organize table columns dialog
- 05:07 AM Revision 4f4c0ff7 (qgis): Merge pull request #3157 from manisandro/geomchecker_fixes
- Geomchecker fixes
- 03:17 AM Revision 0c735420 (qgis): Copy displayed value rather than original value
- (Respects value relation configuration and other widget settings
which modify the displayed value) - 03:17 AM Revision 3da460e4 (qgis): Handle sorted or reordered columns when copying cell contents
- 03:17 AM Revision 3da3cf18 (qgis): [FEATURE] add copy cell content action in attributetable context menu
- 02:25 AM Revision e0c87ffe (qgis): [FEATURE] Move QgsShortcutsManager, QgsConfigureShortcutsDialog to gui
- This allows plugins to reuse the shortcuts manager if they
want to add the ability for users to customise their short...
2016-06-01
- 12:50 AM Revision 3a005cda (qgis): Indentation
- 12:50 AM Revision 9fb1d4fc (qgis): Fix warning
- 11:31 PM Revision fb49f700 (qgis): [OGR provider] Fix deleteAttributes() when mFirstFieldIsFid
- 11:22 PM Revision 65c3b969 (qgis): [FEATURE] oracle provider: add support to save styles in database
- 11:22 PM Revision 9efbf28d (qgis): spelling fixes
- 10:50 PM Revision 882cd7b7 (qgis): fix recommends (followup ddcc2fb)
- 10:49 PM Revision b2602fcd (qgis): fix recommends (followup 8c14165)
- 08:37 PM Revision 996e2e19 (qgis): Merge pull request #3120 from manisandro/rendering_crash
- Guard against possible crash by using destroyed QgsMapRendererCustomPainterJob
- 08:03 PM Revision ea2395dd (qgis): Integration of embedded widgets into layer tree + config GUI
- 07:20 PM Revision 73ab289e (qgis): Fix Coverity warnings in testqgsogcutils.cpp and testqgsgdalprovider.cpp
- 05:33 PM Revision 2b1560c5 (qgis): Merge pull request #3079 from pblottiere/constraints
- [FEATURE] widgets constraints
- 04:53 PM Revision ddcc2fb8 (qgis): debian packaging: disable globe plugin where osgearth >= 2.7
- 03:56 PM Revision f6f26097 (qgis): osgeo4w: disable globe plugin (incompatible with OSGEarth 2.7)
- 03:51 PM Revision a3a64a1f (qgis): creatensis.pl: retrieve version earlier from CMakeLists.txt for
- preremove
- 03:21 PM Revision 61e26fd8 (qgis): [processing] fixes for issues with 3rd party providers being loaded and...
- 02:45 PM Revision b0a9a84c (qgis): [hillshade] increase z factor places
- 02:41 PM Revision 6428f619 (qgis): Doc, indentation fixes for hillshade renderer
- 02:19 PM Revision 36714d5b (qgis): [FEATURE] [mssql] Save styles to the database in MSSQL
- Adding the functions to save styles in an mssql database.
Creates tables, etc to support default and listing styles. - 01:52 PM Revision d47fe0f7 (qgis): Hillshaderenderer: Add 'multidirectional oblique-weighted' rendering op...
- 01:20 PM Revision 0272ebc2 (qgis): [processing] fixed check to avoid adding a provider that is already added
- 01:15 PM Revision 57b16187 (qgis): [processing] move spatialite and postgis utils into tools package
- 12:48 PM Revision 6e130204 (qgis): [pluginmanager] show trusted plugins (fix #14916)
- 12:18 PM Revision 479ceb36 (qgis): [processing] fixed wrong call to splitext in dataobjects.py
- 12:02 PM Revision faee1e64 (qgis): Merge pull request #3159 from DelazJ/patch-4
- fix missing space and typo
- 11:56 AM Revision f20e28d9 (qgis): allow to hide/show all columns in attribute table config
- 11:17 AM Revision 56d5046e (qgis): [processing] add again the algorithm name after being removed mistakenl...
- (cherry-picked from 83502c5)
- 10:54 AM Revision 47a301ca (qgis): Render WFS layers added when 'Keep dialog open' is enabled (#14935)
- And remove a few left overs (MapCRS, MapExtent) that were only used
by the provider in QGIS <= 2.14.
It is not compl... - 10:06 AM Revision 925746da (qgis): fix missing space and typo
- 07:20 AM Revision ba0fdfaf (qgis): Clarify use of the term "OTF"
- - change button tooltip from referring to "OTFR" to "OTF" to match
button text
- change wording of enable CRS transfo... - 02:09 AM Revision 062aa9ae (qgis): Indentation
- 02:08 AM Revision cb882698 (qgis): Followup 1b2af79, more robust way of setting shortcuts
2016-05-31
- 12:18 AM Revision 8c141657 (qgis): debian packaging: limit globe to osgearth 2.7
- 11:43 PM Revision 1b2af79c (qgis): Ctrl zoom (#3154)
- * Switch QgsMapCanvas zoomIn and zoomOut to slots
* Change shortcuts to zoom in/out tool to Ctrl+Alt +/-, and
make C... - 11:22 PM Revision bf9f5b61 (qgis): [style dock] use a QLineEntry for layer title (#3141)
- 11:17 PM Revision c7da8a70 (qgis): Add CONTRIBUTE.md to help new contributors. (#2581)
- This file will be shown when people make new pull requests.
- 08:16 PM Revision 36d7dc4e (qgis): remove null information message bar
- 08:16 PM Revision ea950340 (qgis): replace the message bar by a multiline qlabel
- 08:16 PM Revision 8774ad21 (qgis): fix unit test
- 08:16 PM Revision 8449e42a (qgis): add constraint description
- 08:16 PM Revision bffe308a (qgis): fix doc
- 08:16 PM Revision ea097bec (qgis): replace "" by QString()
- 08:16 PM Revision 3947cb93 (qgis): translatable string
- 08:16 PM Revision 8d25a067 (qgis): rename feature -> f to avoid an API break
- 08:16 PM Revision 6489b62b (qgis): add layer scope in context to evaluate the constraint expression
- 08:16 PM Revision 7d71c973 (qgis): fix parameter's name camelcase
- 08:16 PM Revision a636319a (qgis): fix sip
- 08:16 PM Revision 4ae1b555 (qgis): Add not null constraint and visual feedback to widgets
- 08:16 PM Revision aba02f11 (qgis): rename constraint to expression for method's name
- 08:16 PM Revision 020d20a9 (qgis): [FEATURE] constraints on widgets
- 08:16 PM Revision 9ddb4418 (qgis): fix test doc
- 07:19 PM Revision f844d6be (qgis): [Processing] Add optional capabilities to R scripts
- 07:12 PM Revision fda06c0c (qgis): [Processing] Add optional capabilities to R scripts
- 07:11 PM Revision d5befee5 (qgis): [BUGFIX][Processing] R: Extent from raster package is "xmin, xmax, ymin...
- Extent from raster package is like in Processing
http://www.inside-r.org/packages/cran/raster/docs/Extent - 07:10 PM Revision ab28d527 (qgis): [BUGFIX][Processing] R: Extent from raster package is "xmin, xmax, ymin...
- Extent from raster package is like in Processing
http://www.inside-r.org/packages/cran/raster/docs/Extent - 06:33 PM Revision 47397ee3 (qgis): [Globe] Fix incorrect transparency conversion
- 05:35 PM Revision 7270fda1 (qgis): [Processing] Fix getParameterDescriptions
- Add import json for script and r
return descs and not None - 05:25 PM Revision bb41cceb (qgis): [Processing] Fix getParameterDescriptions
- Add import json for script and r
return descs and not None - 04:20 PM Revision b79e5bb3 (qgis): globe: fix warnings on windows
- 03:56 PM Revision 83502c55 (qgis): [processing] add again the algorithm name after being removed mistakenl...
- 12:36 PM Revision 5773d0d5 (qgis): [processing] fixes and better warning messages in modeler
- 11:57 AM Revision ef292e6a (qgis): Draw markers faster
- The code takes advantage of points already created to paint the
geometries.
This point array contains the simplified ... - 03:36 AM Revision 797826ea (qgis): spelling fixes
2016-05-30
- 12:45 AM Revision fecc59ae (qgis): Hillshaderenderer: Fix calculation of aspect (#3152)
- 09:55 PM Revision 52f3ca6b (qgis): Merge pull request #3139 from rouault/ogr_concurrent_opening_branch_2_14
- [Backport] [BUGFIX / FEATURE] [OGR] Allow concurrent edition of Shapefiles and Tabfiles in QGIS & MapInfo
- 09:48 PM Revision 593fa683 (qgis): Fix build problem with gcc 4.7
- 07:52 PM Revision 919c8ee8 (qgis): fix precise build
- 07:52 PM Revision b9df3168 (qgis): debian packaging: fix installation of mime icons
- 07:39 PM Revision 0367d7a3 (qgis): [WFS provider] Fix build problem due to signature change of QgsRectangl...
- 05:46 PM Revision a023f55b (qgis): Merge pull request #3148 from rouault/wfs_better_behaviour_with_wrong_c...
- [WFS Provider] Implement workarounds to better behave when extent reported by capabilities is wrong
- 05:46 PM Revision 86f6e7eb (qgis): Merge pull request #3142 from rouault/identify_result_float_precision
- Do not print excessive decimals when identifying value on a Float32 raster
- 05:45 PM Revision 4b130cbf (qgis): Merge pull request #3134 from rouault/do_not_write_nodata_if_not_existing
- Nodata related fixes
- 04:36 PM Revision df6410ec (qgis): fix typo in import
- 03:53 PM Revision 2f7ff46a (qgis): fix imports (follow up b52828fac7)
- 02:30 PM Revision 6396d8fe (qgis): fix indentation (follow up b52828fac7)
- 02:30 PM Revision 01450c56 (qgis): [Processing] Compare lower file extension to "shp"
- 02:26 PM Revision 2cf224ca (qgis): [dbmanager] remove maxsize constraint for reset button in query builder...
- 01:39 PM Revision 25983ee3 (qgis): [processing] fix .ui file loading (follow up b52828fac7)
- 12:15 PM Revision ddd37ad8 (qgis): Merge pull request #3138 from sbrunner/limit
- Add and fix WFS server MAXFEATURES test
- 12:10 PM Revision 3bdbf79b (qgis): Clarify in the registerMapLayerPropertiesFactory docstring that the own...
- 12:07 PM Revision 2297ade9 (qgis): [Globe] Remove python bindings
- 11:39 AM Revision 00502620 (qgis): [FEATURE] Allow web map style shift-drag zoom
- When certain map tools are active, you can hold down shift
and drag a rectangle on the map to zoom to that area. This... - 11:39 AM Revision 8628f211 (qgis): Switch to flags for map tool behaviour
- 11:39 AM Revision 71f8e3e4 (qgis): [FEATURE] Plugins can add pages to vector layer properties*
- * This is actually a followup to 87121d, which fixes leaks
& clarifies some docs. But I figured the ability to add
cu... - 10:57 AM Revision 2069c27c (qgis): Merge pull request #3119 from arnaud-morvan/processing_fix_postgis_over...
- [processing] fix ogr2ogr postgis table overwrite
- 10:41 AM Revision b52828fa (qgis): [processing] allow creating new plugin from toolbox with scripts
- 10:41 AM Revision 9c2721b0 (qgis): [processing] added ‘supported’ parameter to exportVectorLayer
- 10:17 AM Revision ebf43403 (qgis): Merge pull request #3077 from pvalsecc/legend_url
- WMS: Better logic to pick the legend URL
- 08:25 AM Revision 12cbcfc7 (qgis): Merge pull request #3147 from pblottiere/fix_diagram
- [Bugfix] Fix pin/unpin maptool
- 07:33 AM Revision 47cf9240 (qgis): Add and fix WFS server MAXFEATURES test
- It was not working when we do a POST with an XML
2016-05-29
- 12:41 AM Revision 72b55b7e (qgis): [Globe] Remove remaining traces of osg sip bindings
- 11:59 PM Revision 8e5b28f3 (qgis): [db_manager] Fix #14796 - Quote values depending on data type in query ...
- 11:51 PM Revision 87121d63 (qgis): Merge pull request #3126 from manisandro/globe
- Revived globe, compatible with OsgEarth 2.7
- 09:18 PM Revision cdbd4e45 (qgis): Docstring updates
- 08:35 PM Revision 62c814cb (qgis): fix pin/unpin ctl key
- 07:52 PM Revision 9fe21028 (qgis): QgsRasterBlock::printValue(): add documentation notes
- 06:02 PM Revision 2ac20c66 (qgis): [WFS Provider] Implement workarounds to better behave when extent repor...
- Some servers like http://geodata.nationaalgeoregister.nl/bag/wfs report wrong layer
extent in their GetCapabilities r... - 05:50 PM Revision 79d64071 (qgis): Set cursor to pan cursor when space-dragging canvas
- 05:50 PM Revision 5377952a (qgis): [FEATURE] ctrl+wheel on canvas results in smaller zoom
- Holding down ctrl while using the mouse wheel to zoom in or
out now results in a finer zoom. This behaviour brings ca... - 05:50 PM Revision aa53cfe3 (qgis): [composer] Prevent zooming out/in too far
- Would cause issues when scale became 0 and it was impossible
to further interact with the composer. - 05:50 PM Revision f9a10e4a (qgis): Remove deprecated wheel action behaviour from composer
- 05:36 PM Revision 8e980cfe (qgis): fix pin/unpin diagrams when no labels
- 04:20 PM Revision d6ec868a (qgis): Merge pull request #3098 from arnaud-morvan/postgresql_decimal_fields
- Keep numeric fields type, length and precision in postgresql provider
- 12:55 PM Revision f3b635dc (qgis): [GDAL provider] Ignore nodata value that are not representable in the d...
- This is related to commit e0d38ba3f912b7ae6b34e66a44e529ec37394458. In case
we have to deal with an inconsitent raste... - 12:47 PM Revision 69bed218 (qgis): WMS: Better logic to pick the legend URL
- QGIS had two problems:
1) It was using the specified legend URL only if its mime type was matching
the layer's mim... - 12:47 PM Revision e79a327a (qgis): WMS GetCapabilities: override parent's style if they have the same name
- When there is a layer group with several sub-layers, the group has a
"default" style and the sub-layers each have a "... - 12:43 PM Revision 147a68c0 (qgis): Do not print excessive decimals when identifying value on a Float32 raster
- Was reported in https://lists.osgeo.org/pipermail/qgis-user/2016-April/036045.html
- 12:40 PM Revision c7a4e5a0 (qgis): [needs-docs] Reword "delete" option in db connection dialog
- Button has been changed to "remove", to make it clear that
the button just removes the connection, it does not delete... - 12:40 PM Revision e2abea67 (qgis): Fix incorrect tooltips in effects widget
- 12:28 PM Revision 8fafd3d3 (qgis): Doc: mark QgsDataProvider::enterUpdateMode() / leaveUpdateMode() as ava...
- 11:45 AM Revision 22794ce1 (qgis): Merge pull request #3062 from medspx/processing_imagery
- [Processing] GRASS7 complete i.* modules (implements Redmine #5722)
- 11:02 AM Revision eafaa1da (qgis): /test_provider_shapefile.py: do not test QgsVectorDataProvider.Simplify...
- 11:02 AM Revision b0e3b130 (qgis): [BUGFIX] [OGR provider] Free OGR feature in changeAttributeValues() to ...
- 11:02 AM Revision 7809c8ea (qgis): OGR provider: fix Coverity warning about mFetchGeometry member being no...
- 11:02 AM Revision 05bfd2bc (qgis): Use consistently dataSourceUri() with QgsOgrConnPool (follow up of http...
- 11:02 AM Revision 657ac103 (qgis): QgsOgrProvider::addAttributes(): call invalidateConnections() for MapInfo
- 11:02 AM Revision fe32ba40 (qgis): Move QgsOgrConnPool::instance()->unref() from QgsOgrProvider::close() t...
- 11:02 AM Revision 7d70f323 (qgis): Fix style in previous commit regarding comparisons against nullptr
- Cherry-picked from ed08ffb2aa945dcb0c103aa3fbe3120c0cd0337b
- 11:02 AM Revision 05953cb3 (qgis): [BUGFIX / FEATURE] [OGR] Allow concurrent edition of Shapefiles and Tab...
- - Closes https://hub.qgis.org/issues/14378
- Adds new virtual methods in QgsDataProvider(): enterUpdateMode() and lea... - 10:54 AM Revision 872cfb78 (qgis): Have a capabilities cache per hostname
- Actually if I get
http://127.0.0.1/qgis?REQUEST=GetCapabilities&VERSION=1.1.0&SERVICE=WFS
then
http://localhost/qgis?... - 10:09 AM Revision e5253f88 (qgis): Add a warning on QGIS server when the versions don't corresponds
- QGIS server and project file.
- 09:00 AM Revision 59faf95c (qgis): Blacklist travis-ci qt5 tests and remove i.fft test
- 09:00 AM Revision 8d1bec33 (qgis): Exec things...
- 09:00 AM Revision ec6b29aa (qgis): Remove NaN values from raster before hash calculation
- 09:00 AM Revision 235f9865 (qgis): Fix qt5 travis build and update README for Processing tests
- 09:00 AM Revision 3f6e84f9 (qgis): fix .travis config indentation
- 09:00 AM Revision c867123f (qgis): Fix exec statement for AlgorithmsTestBase.py
- On travis-ci environment, Python version seems to be affected by [this bug](https://bugs.python.org/issue21591).
One ... - 09:00 AM Revision 5f3b60c9 (qgis): Add libfftw3-3 to travis-ci environment (fingercross: should pass)
- 09:00 AM Revision f6710de6 (qgis): Fix rasterhashes value with osgeo4travis values
- 09:00 AM Revision 1945facd (qgis): Temporary make Grass7Utils more verbose for more travis debug
- 09:00 AM Revision 8884cd71 (qgis): Add ugly debug prints to try to find what is travis-ci problem...
- 09:00 AM Revision bc4b3a20 (qgis): Fix i.at.corr test
- 09:00 AM Revision 03a8a8e5 (qgis): Try without subfunction
- 09:00 AM Revision cd7047cc (qgis): Try this exec modification
- 09:00 AM Revision 1aa0bbd2 (qgis): Update TODO file
- 09:00 AM Revision 6b8f9430 (qgis): Fix i.atcor algorithm
- 09:00 AM Revision b40d2ff3 (qgis): Add last set of tests
- 09:00 AM Revision 48d45fbd (qgis): Fix multiple input parameter type detection for graphical unit test gen...
- 09:00 AM Revision 222935b4 (qgis): Expand external file support to graphical unit test generator
- 09:00 AM Revision 1f21af66 (qgis): Improve tests: add external file support into AlgorithmsTest
- 09:00 AM Revision e70f9bcf (qgis): Add first set of unit tests
- 09:00 AM Revision ed97ca56 (qgis): Fix some algorithms
- 09:00 AM Revision 2aab3248 (qgis): Add i.aster.toar algorithm (need to fix a GRASS7 bug about number of fi...
- 09:00 AM Revision fe5c6f51 (qgis): Add i.rectify algorithm
- 09:00 AM Revision 8ff07cf9 (qgis): Add i.landsat.acc algorithm
- 09:00 AM Revision 90758b53 (qgis): Add i.in.spotvgt algorithm
- 09:00 AM Revision 033fd1fa (qgis): Add i.modis.qc algorithm
- 09:00 AM Revision fdce7488 (qgis): Add i.maxlik algorithm
- 09:00 AM Revision 1d153427 (qgis): Add i.cca algorithm (segfaults from GRASS)
- 09:00 AM Revision 02bbcbb8 (qgis): Add i.oif algorithm
- 09:00 AM Revision c9f56125 (qgis): Add i.pansharpen algorithm
- 09:00 AM Revision 5182748e (qgis): Add i.topo.corr algorithm
- 09:00 AM Revision cce451c7 (qgis): Add i.pca algorithm
- 09:00 AM Revision a73ed12d (qgis): Add i.segment algorithm
- 09:00 AM Revision 7bc53388 (qgis): Add i.smap algorithm
- 09:00 AM Revision 297c6325 (qgis): Add i.tasscap algorithm
- 09:00 AM Revision 68f42a40 (qgis): Add i.vi algorithm
- 09:00 AM Revision ecf6d2ad (qgis): Add i.landsat.toar algorithm
- 09:00 AM Revision aabcc1e0 (qgis): Add i.image.mosaic (needs Redmine #5742 to be implemented)
- 09:00 AM Revision d39614f7 (qgis): Add i.evapo.mh parameters detection
- 09:00 AM Revision 689d4151 (qgis): Add i.group algorithm
- 09:00 AM Revision 83b6cfdf (qgis): Add i.gensigset algorithm
- 09:00 AM Revision a231bbd9 (qgis): Add i.gensig algorithm
- 09:00 AM Revision b5330003 (qgis): Add i.evapo.time algorithm
- 09:00 AM Revision 0b8784cf (qgis): Add i.evapo.pt algorithm
- 09:00 AM Revision 474a258e (qgis): Add i.evapo.pm algorithm
- 09:00 AM Revision b6396cb9 (qgis): Add i.evapo.mh algorithm
- 09:00 AM Revision 109a7f4f (qgis): Add i.emissivity algorithm
- 09:00 AM Revision 0529062f (qgis): Add i.biomass algorithm
- 09:00 AM Revision 13402f65 (qgis): Add i.eb.soilheatflux algorithm
- 09:00 AM Revision b3559403 (qgis): Add i.eb.netrad algorithm
- 09:00 AM Revision a5afb941 (qgis): Add i.eb.hsebal01 algorithm
- 09:00 AM Revision 8c69220b (qgis): Add i.eb.eta algorithm
- 09:00 AM Revision e3da5377 (qgis): Add i.eb.evapfr algorithm
- 09:00 AM Revision 89ec2fbb (qgis): Add i.colors.enhance algorithm
- 09:00 AM Revision 651302e3 (qgis): Add i.albedo and i.cluster algorithms
- 08:57 AM Revision d5512a93 (qgis): Change QgsRectangle::combineExtentWith(const QgsRectangle*) into QgsRec...
- 08:11 AM Revision 1b06324d (qgis): Fix failing server label test
- 07:53 AM Revision 5b6f9d84 (qgis): Fix uninitialized wheel zoom factor in QgsMapCanvas
- 07:32 AM Revision 7cab60bc (qgis): [FEATURE][expressions] If a feature is passed to a function
- expecting geometry inputs, then use that feature's geometry
instead of throwing an error
eg
buffer(@atlas_feature,1... - 07:31 AM Revision 497d6ef4 (qgis): Minor clean ups
- 06:59 AM Revision 421ab4fe (qgis): Add missing docs, SIP bindings, some const correctness
- 06:38 AM Revision 36ff0ba3 (qgis): [FEATURE] add a char() function to the expression engine (#3137)
2016-05-28
- 12:11 AM Revision 78bcd4b1 (qgis): Correctly mark method as deprecated
- 12:10 AM Revision e7d03924 (qgis): Fix doxygen warnings
- 06:18 PM Revision b9baf2e9 (qgis): Merge pull request #3131 from 3nids/lockscale
- allow to lock scale to use magnification to zoom in/out
- 05:26 PM Revision d5f8255a (qgis): Remove unfinished osg[Earth] python bindings
- 05:22 PM Revision c3e7a56b (qgis): always use double for dpi
- 05:10 PM Revision 3e73064c (qgis): Store QgsBillBoardRegistry in QgsProject instead of making it a singleton
- 04:52 PM Revision cf99817b (qgis): allow to lock scale to use magnification to zoom in/out
- this also removes the option for different behavior of mouse wheel
- 04:46 PM Revision bae8a0e5 (qgis): [FEATURE] Georeference outputs (eg PDF) from composer
- This commit makes composer automatically georeference outputs
(where output format makes this possible, eg TIF and PD... - 04:45 PM Revision bc779a06 (qgis): QgsActionManager: improve docs + add tests
- 04:45 PM Revision 3d494ac9 (qgis): Fix feature's value action not working (fix #14536)
- Replace broken/missing $currfield with new @current_field
expression variable. Update other default actions to use
ex... - 04:44 PM Revision 0a8df071 (qgis): Fix build warning
- 04:11 PM Revision 5d37cc35 (qgis): Add SHAPE_ENCODING parameter in GDAL "to postgis" algorithms
- 02:31 PM Revision 857d544e (qgis): Improve numerical stability of QgsAbstractGeometryV2::centroid
- 01:49 PM Revision 705d4f58 (qgis): [styledock] Fix undo redo
- 01:01 PM Revision 17b48563 (qgis): [renderer] Live hillshade renderer for raster layers
- Thanks to Asger Skovbo Petersen (@AsgerPetersen) for the idea and fixes
Thanks to Nyall for reviews and bug fixes - 12:41 PM Revision d8ccec0e (qgis): [Processing] add an algs static method to Processing for server
- 11:18 AM Revision 149ab302 (qgis): [Geometry checker] Delay sorting of results until all are listed
- 10:52 AM Revision e0d38ba3 (qgis): QgsRasterFileWriter::writeDataRaster(): do not set nodata on output whe...
- Currently if the source raster has no nodata value, the writer will still write
nan as the output nodata value, ignor... - 10:43 AM Revision 427559c8 (qgis): Merge pull request #3100 from alexbruy/add-db-table
- enable Add button in DB dialogs only when at least one table is selected (fix #5616)
- 10:18 AM Revision 759dd9d1 (qgis): Guard against possible crash by using destroyed QgsMapRendererCustomPai...
- 10:09 AM Revision 90887f46 (qgis): Revived globe, compatible with OsgEarth 2.7
- 10:02 AM Revision 7d7467f2 (qgis): [Processing] Add shortHelp for Scripts, Models and R
- And enhance getParameterDescriptions
- 09:58 AM Revision 27c5f78f (qgis): Merge branch 'processing_shortHelp'
- 09:39 AM Revision 3d957120 (qgis): [processing] add output extent to scripts (refs #11781)
- 09:38 AM Revision 75461aa1 (qgis): [Processing] Fix ogr2ogr postgis table overwrite
- 09:38 AM Revision e60ed051 (qgis): [pluginmanager] limit plugin icon maximum size to prevent breaking desc...
- 09:32 AM Revision 8592a7e3 (qgis): [Processing] Add shortHelp for Scripts, Models and R
- And enhance getParameterDescriptions
- 09:31 AM Revision 69a1718b (qgis): move scale widget in its own class (away from qgisapp)
- 09:29 AM Revision 4f49b8b7 (qgis): Merge pull request #3121 from rouault/pyramids
- Various improvements and fixes related to raster pyramids
2016-05-27
- 12:53 AM Revision 88c8d352 (qgis): QgsRasterFormatSaveOptionsWidget: do not put pyramid option profiles in...
- Before this commit, if the user opened Settings / Options / GDAL / Edit Pyramid options and
validated it, it added py... - 12:53 AM Revision 7f3edb89 (qgis): QgsRasterPyramidsOptionsWidget: cleanup to avoid use of hard-coded cons...
- 12:53 AM Revision 1ce34c36 (qgis): [GDAL provider] Fixes related to pyramid option validation
- - The method QgsGdalProvider::validatePyramidsCreationOptions() was a wrong name
and should have been an override o... - 12:53 AM Revision 2861cf1d (qgis): QgsGdalProvider::buildPyramids(): do not crash if an invalid option is ...
- 12:53 AM Revision 0ac285d7 (qgis): [GDAL provider] Add cubic spline and lanczos resampling methods for ove...
- 12:53 AM Revision a8be64e1 (qgis): Raster layer properties : use/save default pyramid resampling method
- Currently when you build raster pyramids from the Pyramids tab in raster layer
properties, the default method propose... - 11:21 PM Revision 2c1f2ce1 (qgis): Add missing docs
- 11:18 PM Revision 4da65884 (qgis): Temporarily revert "add sip bindings to webkit stubs"
- This reverts commit dd69a5965589c8a27f2388e6ecad02b223392704.
The commit was causing build failures on Travis - 07:38 PM Revision cc7eb27a (qgis): [processing] drop WebView dependency (follow up 38f6ace4c0)
- 07:30 PM Revision dd69a596 (qgis): add sip bindings to webkit stubs
- 07:30 PM Revision 4b5e5c08 (qgis): german translation fixes (followup 0eecac1)
- 06:40 PM Revision 88b67361 (qgis): Cleanup some default values from nullptr to empty non-pointers
- 04:40 PM Revision c1750aa0 (qgis): Avoid warning
- 04:34 PM Revision d4a482b9 (qgis): Merge pull request #2900 from ahuarte47/Issue_QPainterSimplification
- [Bugfix] QPainter simplification (fixes #14301)
- 03:19 PM Revision cbbc5357 (qgis): Avoid string comparisons
- 03:02 PM Revision 62cb55a3 (qgis): ending store and restore layer extents in projects
- 02:38 PM Revision 0aec8e98 (qgis): Postgres simplification does not work with curved types
- 02:29 PM Revision 7e9a0a78 (qgis): Merge pull request #3114 from SrNetoChan/new_icons
- Adds File Formats mime Icons for debian and rpm
- 02:16 PM Revision 70c5ab6a (qgis): [processing] fix handling of scriipts/models folders in Get scripts dia...
- 12:32 PM Revision 92aed6e3 (qgis): ending store and restore layer extents in projects
- 11:31 AM Revision b38be6f7 (qgis): [processing] made lastools additional parameters optional
- 11:27 AM Revision f4ca8476 (qgis): [processing] do not exit loop in intersect if there are errors
- fixes #14908
- 11:27 AM Revision 841f8fb7 (qgis): [processing] re-enabled tooltips in algorithm dialog
- 11:27 AM Revision c080c203 (qgis): [processing] fixed default extension selection
- 10:48 AM Revision 64e05ff6 (qgis): Show curve point radius in infotool and fix bug in geometryutils
- 10:25 AM Revision 33977d16 (qgis): [processing] add option to force singlepart geometry type to postgis im...
- 10:23 AM Revision 5fc17dd1 (qgis): add missing include in DB2
- 09:34 AM Revision adf47dc7 (qgis): store and restore layer extents in projects
- 09:32 AM Revision ba48dbe3 (qgis): Merge pull request #3112 from ThomasG77/qgsannotationitemcast
- Cast each child of QgsAnnotationItem in SIP bindings for Python
- 08:51 AM Revision 84c02417 (qgis): INSTALL is a output file from the t2tdoc target
- 08:41 AM Revision 38f6ace4 (qgis): make webkit optional
- 08:30 AM Revision fb2d5e72 (qgis): fixes debian desktop files for file format icons
2016-05-26
- 01:05 AM Revision 2a361c52 (qgis): add extra icons
- 12:50 AM Revision 0eecac1a (qgis): Add QGIS file types Icons for Linux
- 10:39 PM Revision ed1235d3 (qgis): Merge pull request #3096 from arnaud-morvan/processing_fix_updatedepend...
- [BUGFIX] [Processing] Fix updateDependentFields
- 07:30 PM Revision a3898627 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS
- 07:30 PM Revision 36161fc0 (qgis): INstructions for installing with Qt5+Py3 on Debian in INSTALL
- 06:09 PM Revision eeea18ec (qgis): Cast each child of QgsAnnotationItem in SIP bindings for Python
- 05:44 PM Revision 5a001726 (qgis): [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Scrip...
- 05:17 PM Revision aef3dd4d (qgis): remove svn references from prepare-commit.sh and make it work from anyw...
- 05:11 PM Revision d4802e5e (qgis): Merge pull request #3109 from rldhont/bugfix_processing_getParameterDes...
- [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Scr…
- 04:53 PM Revision 53089188 (qgis): [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Scrip...
- 03:47 PM Revision ef3de285 (qgis): Merge pull request #3110 from NaturalGIS/master
- fix two SAGA statistics_grid modules
- 03:13 PM Revision d783635a (qgis): [processing] homogenize spatial index name with DB Manager (fix #14899)
- 03:08 PM Revision 586e9bfa (qgis): [Processing] Fix updateDependentFields
- 03:04 PM Revision 8cd6be57 (qgis): fix two SAGA statistics_grid modules
- 02:29 PM Revision 90b313cc (qgis): [processing] fix typo in Add autoincremental layer alg (fix #14892)
- 01:43 PM Revision af201211 (qgis): fix indentation
- 12:56 PM Revision d16f04bf (qgis): [processing] support multiple scripts/models folders (fix #10476)
- 12:52 PM Revision d1709461 (qgis): INSTALL is a output file
- 11:45 AM Revision d676fcba (qgis): Another typo in INSTALL
- 07:42 AM Revision 942e4694 (qgis): Merge branch 'pluginmanager-fix-strings'
- 07:42 AM Revision eb275ea4 (qgis): Merge branch 'worlfile-ext'
2016-05-25
- 10:53 PM Revision 6969a1a4 (qgis): Fix travis errors
- 10:53 PM Revision 7e1d142f (qgis): Add Visvalingam simplification algorithm
- 10:53 PM Revision 734b8b4c (qgis): Add SimplifyAlgorithm enum for local simplification
- It implements the SimplifyAlgorithm enum for local simplification of
geometries.
Also the SnapToGrid algorithm is added. - 10:50 PM Revision 01ece90f (qgis): Simplify geometry for labeling
- 10:50 PM Revision 51f06edb (qgis): Allow override WkbPtr and define WkbSimplifierPtr class
- This commit simplifies the geometry just before to paint it in the
current QPainter device.
This commit allows to ov... - 10:50 PM Revision 89597f35 (qgis): Remove FeatureIterator simplification
- 10:50 PM Revision c4d79816 (qgis): New members in QgsVectorSimplifyMethod for QPaint simplification
- 07:42 PM Revision 322da8b2 (qgis): Merge pull request #3105 from volaya/processing_cleanup
- [processing] cleanup and improvements
- 07:01 PM Revision d19767d5 (qgis): Typos in INSTALL
- 06:59 PM Revision 92604cf2 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS
- 06:26 PM Revision ed90055e (qgis): homogenize worldfile extensions when exporting map as image (fix #13264)
- 05:53 PM Revision 997a3683 (qgis): [processing] removed wrong import
- 05:47 PM Revision b5b0145c (qgis): [pluginmanager] reword link to plugin bugtracker (fix #11582)
- 05:46 PM Revision 0469ffc1 (qgis): Merge pull request #3106 from boundlessgeo/wfs-t-tests-2
- Wfs t tests
- 04:55 PM Revision 6b715c5b (qgis): Adapted test to new provider changes
- 04:55 PM Revision e72cf569 (qgis): Added debug msg
- 04:55 PM Revision 921069ae (qgis): Renamed test
- 04:55 PM Revision 92874025 (qgis): [server] WFS-T server and provider integration tests
- Integration tests for WFS-T provider and WFS-T server.
The tests perform WFS-T CRUD operations on a QGIS Server
insta... - 04:03 PM Revision 0627ac3f (qgis): Followup f300715, adjust test
- 03:58 PM Revision b762694b (qgis): Fix crash in relation manager
- When clicking ok with invalid definitions.
Fixes #14869 - 03:35 PM Revision f3007156 (qgis): [2.5D] Change default roof color
- Kudos to @timlinux
- 02:59 PM Revision f915cbe6 (qgis): [processing] fixed modeler dialog
- 01:10 PM Revision 76a23e68 (qgis): [python] Add bits() bindings for QgsRasterBlock
- 12:22 PM Revision fff938c5 (qgis): Add some tooltips to relation subform buttons
- 10:53 AM Revision e5d85297 (qgis): Add more missing docs
- 10:43 AM Revision 950a1918 (qgis): [processing] remove square brackets from output names when no path and ...
- 10:26 AM Revision 1132eb90 (qgis): Add missing docs
- 09:48 AM Revision 7f48ea4b (qgis): [processing] only ask for msys folder in windows
- 08:49 AM Revision f56c568f (qgis): [BUGFIX][Processing][Rscript] Write output Table
- Add support forwriting output table to Rscript command.
- 08:49 AM Revision 2f49f6a9 (qgis): [BUGFIX][Processing][Rscript] Use CRS Parameter
- Add support for CRS parameter to Rscript command.
- 08:07 AM Revision b2333498 (qgis): Fix distorted date time calendar popup
- (cherry-picked from 4ce16e1e31b7b7466a25e143ff2a9ebbdc7b0b1a)
- 08:06 AM Revision 3ec3daeb (qgis): Fix invalid background/text colors showing in attribute table
- (cherry-picked from 38e05026fb7a517cfef7b2b69a5a6e3cd7f0c355)
- 08:05 AM Revision 695883e9 (qgis): Fix logic in detecting whether attribute form widgets have changed
- Since two null QVariants can be reported as not equal if they have
different underlying types we need to ensure that ... - 08:04 AM Revision 41a98ca9 (qgis): Correctly return null values from QgsColorWidgetWrapper
- (cherry-picked from 94d88e65d847823dc8f94412ea25a5b91d472aa8)
- 08:04 AM Revision 0234cd29 (qgis): Always mark features as valid when added to memory provider
- For other providers features will automatically be made valid
through the proces of adding to the provider's storage ... - 08:03 AM Revision b0638d95 (qgis): Allow opacity change for 25d renderer colors (fix #14877)
- (cherry-picked from 7af95b10a0e3e4946940dfb0cb85486ff992e608)
- 07:41 AM Revision 1287f8cc (qgis): Store object instead of pointer to crs in QgsMapLayer
- 07:41 AM Revision 7af95b10 (qgis): Allow opacity change for 25d renderer colors (fix #14877)
- 07:41 AM Revision fcaffa26 (qgis): Make QgsCoordinateReferenceSystem implicitly shared
- 07:41 AM Revision 64823d10 (qgis): [gui] improve no color logic by keeping RGB values
- 07:41 AM Revision 9f325df9 (qgis): Search widget wrapper for relation reference widget
- 07:41 AM Revision f2b70cf5 (qgis): Always mark features as valid when added to memory provider
- For other providers features will automatically be made valid
through the proces of adding to the provider's storage ... - 07:41 AM Revision 4089cc52 (qgis): Add test for color button that setting color to transparent
- will retain non-alpha color components
- 07:36 AM Revision 68379963 (qgis): Merge pull request #3103 from rldhont/bugfix_processing_rscript_output_...
- [BUGFIX][Processing][Rscript] Write output Table
- 07:35 AM Revision 1cddf8db (qgis): Merge pull request #3102 from rldhont/bugfix_processing_rscript_crs
- [BUGFIX][Processing][Rscript] Use CRS Parameter
2016-05-24
- 09:52 PM Revision 3b7c0fc0 (qgis): [BUGFIX][Processing][Rscript] Write output Table
- Add support forwriting output table to Rscript command.
- 09:38 PM Revision f470c531 (qgis): [BUGFIX][Processing][Rscript] Use CRS Parameter
- Add support for CRS parameter to Rscript command.
- 07:23 PM Revision 58e1c7fc (qgis): Add a set to null ('clear') to color buttons
- 07:23 PM Revision 94d88e65 (qgis): Correctly return null values from QgsColorWidgetWrapper
- 07:23 PM Revision 2fddc007 (qgis): Fix logic in detecting whether attribute form widgets have changed
- Since two null QVariants can be reported as not equal if they have
different underlying types we need to ensure that ... - 07:23 PM Revision 38e05026 (qgis): Fix invalid background/text colors showing in attribute table
- 07:23 PM Revision eba4d03d (qgis): Fix crash in attribute table when layer has no fields
- 06:59 PM Revision dadc9d20 (qgis): fix typo
- 06:47 PM Revision c69665be (qgis): [processing][gdaltools] reword merge option (fix #8519)
- 06:32 PM Revision 8ad1e3c8 (qgis): [processing] add ability to choose encoding when importing into PostGIS...
- 06:14 PM Revision 7132209f (qgis): enable Add button in DB dialogs only when at least one table is selecte...
- 05:15 PM Revision 92f71b69 (qgis): Keep numeric fields type, length and precision in postgresql provider
- 05:09 PM Revision 3244d4b2 (qgis): [BUGFIX][Processing][Rscript] Use Extent Parameter
- Add support for extent parameter to Rscript command.
- 05:05 PM Revision 99289808 (qgis): Merge pull request #3097 from rldhont/bugfix_processing_rscript_extent
- [processing] add missed extent parameter to R provider
- 04:01 PM Revision 5d7e218b (qgis): [BUGFIX][Processing][Rscript] Use Extent Parameter
- Add support for extent parameter to Rscript command.
- 12:57 PM Revision 2bba1917 (qgis): Merge pull request #3095 from DelazJ/patch-3
- Add example to functions
- 12:24 PM Revision 386fcc67 (qgis): Add more example
- 12:21 PM Revision 1a3c4165 (qgis): Add more example
- 10:27 AM Revision 3607e269 (qgis): [processing] improvements for new mechanism for adding algorithms
- Correctly remove algorithms on plugin unload
- 10:17 AM Revision ff38f27d (qgis): fix build
- 09:18 AM Revision 8ddcf76d (qgis): [FEATURE][expressions] Expanded support for date/time calcs
- Adds support for date - date, time - time and datetime - datetime
type calculations which return an interval. - 06:50 AM Revision db0db368 (qgis): Code style
- 06:34 AM Revision 955a5b24 (qgis): [styledock] Fix setting QgsSingleBandPseudoColorRendererWidget signal o...
- 04:56 AM Revision 2b801761 (qgis): [styledock] Fix setting label widget layer
- Opps :)
- 04:53 AM Revision 3f4250fe (qgis): More ninja changes
2016-05-23
- 09:29 PM Revision 7dcef00c (qgis): Add file missing from 3e4536
- 09:26 PM Revision 3e45369f (qgis): Followup 71712a, add missing SIP bindings
- Also change QPointF& -> QPointF (faster)
- 09:05 PM Revision 47d0f5d6 (qgis): Followup 73733a, fix crash when running invalid python strings
- (cherry-picked from 7a8c3e0d2a2aa70c9c50e15d050a28da77763422)
- 09:04 PM Revision 707ff90d (qgis): Revert "Other check for null pointer before calling decref"
- This reverts commit 9b2be7a2e16757620c08e93bc2ac2ccc54289de0.
- 09:04 PM Revision 68e5f5cd (qgis): Revert "Avoid a segfault when python code fails"
- This reverts commit a1e826e4de08df240f81d2da4343e91ed3de66de.
- 09:02 PM Revision 7a8c3e0d (qgis): Followup 73733a, fix crash when running invalid python strings
- 07:36 PM Revision bc75862e (qgis): [processing] fixed header
- 07:36 PM Revision 33fc3be1 (qgis): [processing] separated alglist to its own module
- 07:36 PM Revision 2eebe0d3 (qgis): [processing] additional mechanism to add scripts from 3rd party plugin
- 07:34 PM Revision 9a5c5835 (qgis): [processing] moved imports to initialize providers to a separate module
- 07:34 PM Revision 7014c9ba (qgis): [processing] fix tests
- 07:34 PM Revision e6b76c4d (qgis): [processing] cleaning and restructuring
- This fixes some design errors (mainly the ModelerUtils class, which is not needed anymore to hold a copy of algs and ...
- 07:34 PM Revision b90ec83c (qgis): [processing] keep parameter in addProvider method for backwards compati...
- 07:34 PM Revision e9253822 (qgis): [processing] fixed provider updates in toolbox
- 07:34 PM Revision b4b05bad (qgis): [processing] save value of grass path when autoconfiguration is succesful
- 06:50 PM Revision 9b2be7a2 (qgis): Other check for null pointer before calling decref
- 06:30 PM Revision a1e826e4 (qgis): Avoid a segfault when python code fails
- PyRun_StringFlags: Returns the result of executing
the code as a Python object, or NULL if an exception was raised. - 05:35 PM Revision 71712ac5 (qgis): Draw vertices of unsegmentized geometry
- 05:15 PM Revision 44c948b0 (qgis): [processing] add support for GDAL 2.x in raster tools (refs #14858)
- 04:43 PM Revision 5a74c684 (qgis): [processing] correctly set default value in modeler algorithms (fix #12...
- (cherry picked from commit d2b21891d44a1beb5be2112a53f354c7abec9221)
- 04:42 PM Revision d2b21891 (qgis): [processing] correctly set default value in modeler algorithms (fix #12...
- 04:26 PM Revision 6ef22eec (qgis): Only show 'case sensitive' checkbox for string fields
- 04:26 PM Revision 026e352c (qgis): [FEATURE] Add a search widget wrapper for datetime widgets
- 04:26 PM Revision 383fc055 (qgis): Don't automatically turn column filter to extended filter
- Now fields using text edit widgets will keep the column filter
as the entered text.
Additionally, the extended filte... - 04:26 PM Revision e00ea61b (qgis): Add missing docs
- 04:26 PM Revision 02c0174d (qgis): Add a "Between" type search/filter in filter form mode
- When Between searches are selected, two search widget wrappers
will be created to allow entry of the minimum/maximum ... - 04:26 PM Revision 1c4811fa (qgis): Add Is Not Null and Is Not Between type search/filters
- 04:26 PM Revision 6d868598 (qgis): Add an interderminant "empty" state for QgsDateTimeEdit
- 04:26 PM Revision 1e778393 (qgis): Switch Ctrl+F shortcut to switch to filter mode
- 04:26 PM Revision 195b4dee (qgis): [FEATURE] Add search widget wrapper for check box widget
- 04:26 PM Revision ca5c7e2c (qgis): [FEATURE] Form based select/filter in attribute table
- This commit adds a new mode to the attribute table dialog for searching
and filtering features. When activated (using... - 02:56 PM Revision 3fcd1fd6 (qgis): Don't crash when trying to sync raster layer for offline editing
- Fix #14848
- 01:28 PM Revision 2f5c3a57 (qgis): [processing] fix expressions handling in ParameterString (fix #14834)
- Add initial set of tests for ParameterString
- 01:25 PM Revision 9074b14a (qgis): [processing] fix to avoid interrupted system call exceptions in mac
- 12:42 PM Revision f0527e49 (qgis): [build] Allow using ninja generator on non-win os'es
- 12:42 PM Revision b028c09e (qgis): [build] Add better support for Ninja build system
- 11:44 AM Revision ce9db2e8 (qgis): [processing] restore CreateConstantRaster algorithm (fix #14860)
- (cherry picked from commit 6207412bf731d718a16246b37de7dfcc6eec9d6f)
- 11:41 AM Revision 6207412b (qgis): [processing] restore CreateConstantRaster algorithm (fix #14860)
- 10:45 AM Revision 3809da60 (qgis): better fix for 61693b8
- 10:19 AM Revision 61693b8d (qgis): [MSVC] add include for M_PI_2
- 08:49 AM Revision 75c76f51 (qgis): [processing] Don't round grass7 extent and resolution to integer
- fix #14582
See: https://hub.qgis.org/issues/14582
The commit removes the a-flag when the grass region for raster ana... - 06:52 AM Revision 726a0132 (qgis): Flag old composer table classes as deprecated
- 06:52 AM Revision eb3a34cc (qgis): Fix QgsComposerAttributeTableV2 setting displayed fields under qt5
- Also don't run QgsComposerAttributeTable test when disable
deprecated flag is set. - 05:09 AM Revision 008310d9 (qgis): Fix warning
2016-05-22
- 11:45 PM Revision fdb6488b (qgis): [expressions] Support date + time = datetime calculations
- 11:45 PM Revision 4ce16e1e (qgis): Fix distorted date time calendar popup
- 11:29 PM Revision b18e33c8 (qgis): [qt5 tests] Fix blacklist
- 10:46 PM Revision 84121f27 (qgis): fix postgres provider message
- 10:04 PM Revision 87ac6eaf (qgis): [qt5 tests] Unblacklist more tests
- 09:52 PM Revision e8887535 (qgis): Only require QTWEBKIT for Qt4 when WITH_QTWEBKIT is true.
- 09:52 PM Revision 50c7970e (qgis): Use unittest assertXXX methods
- 09:52 PM Revision 0e96ef37 (qgis): [travis] Fix ccache for Qt4 builds
- 09:52 PM Revision 7f3526be (qgis): [processing tests] Cleanup layer registry before every new test
- 09:52 PM Revision dbb24e97 (qgis): [processing tests] More tolerance in statistics test
- 09:52 PM Revision ced7c27d (qgis): [py3] Use __bool__ instead of __nonzero__
- 09:52 PM Revision 7e113840 (qgis): [qt5 tests] Unblacklist tests
- 09:52 PM Revision bbe9664d (qgis): [travis] Run Qt5 tests with osgeo4travis in $PATH
- This allows running the gdal processing tests and other subprocesses which have
been manually built like server appli... - 01:27 PM Revision 2aa002d9 (qgis): Fix crash on style dock apply with no layer
- 12:45 PM Revision 3ace8e62 (qgis): [Style dock] Add support for raster layers
- 09:36 AM Revision 13f053b7 (qgis): Merge pull request #3084 from nyalldawson/single_click_ediit
- Open editor in attribute table on single click
2016-05-21
- 05:10 PM Revision c260a77e (qgis): Merge pull request #3054 from dgoedkoop/loadstylelabels214
- [Bugfix] Update labeling settings after loading style from file (fixes #14224)
2016-05-20
- 05:51 PM Revision 98ede7fe (qgis): Replaced Grid with Raster for coherence
- 04:53 PM Revision b6923758 (qgis): Merge pull request #3087 from arnaud-morvan/maptooladdfeature_avoidinte...
- In tool add feature, reject null geometry due to intersection avoidance
- 02:40 PM Revision 17fd3d8c (qgis): Fix in maptool add feature, reject null geometry due to intersection av...
- 02:05 PM Revision cf2ebb82 (qgis): Release of 2.14.3
- 11:37 AM Revision ff4532c3 (qgis): [server] Fix pep8 build error
- 09:59 AM Revision eef0486c (qgis): [server] Removed debug print from the test
- 09:57 AM Revision 10e88076 (qgis): [server] Added regression test for #8656
- Ref. commit b956874f02a9379
- 09:23 AM Revision 5cfcf846 (qgis): translation string fixes
- 08:33 AM Revision 8724feb7 (qgis): Some symbol layer widget fixes:
- - Fix broken shapeburst fill widget
- Tweak stretch behaviour of some widgets - 05:26 AM Revision 88db4f9a (qgis): Open editor in attribute table on single click
2016-05-19
- 01:48 AM Revision 0fcff9f2 (qgis): Allow direct QVariant creation from some QGIS metatypes
- 10:21 PM Revision fd3ed08c (qgis): Precise that scale function returns the denominator and not the scale i...
- (cherry-picked from 69a8c381abeb810625bf972354e3492827b28915)
- 10:20 PM Revision b956874f (qgis): [server][bugfix] FILTER GetFeatureInfo working again
- Fixes #8656
- 10:20 PM Revision e63e9eb8 (qgis): Save annotations to project.qgs in creation order (fix #14812)
- Save annotations to project file in the order they were loaded or
created, so that annotations have the same display ... - 10:17 PM Revision a2756b97 (qgis): Ensure that providers fetch geometry for a QgsFeatureRequest
- with an expression filter which requires geometry
(cherry-picked from 858914eef589b2426209d500c162c4773c41fbd5) - 10:15 PM Revision e3556f7d (qgis): Set expression context for geometry generator builder (fix #14833)
- (cherry-picked from 7187148afb9d7c2d6670ef82b361f7d3b116fdc7)
- 04:29 PM Revision bc1aa42f (qgis): Merge pull request #3081 from mhugent/curve_segmentize_parameters
- Curve segmentize parameters
- 02:53 PM Revision 0078b33e (qgis): Merge pull request #3082 from rouault/vectorfilewriter_cleanup_and_enco...
- Vectorfilewriter cleanup and encoding improvement
- 01:45 PM Revision a19741b2 (qgis): [processing] log errors in hook scripts
- 01:45 PM Revision 518f7dcf (qgis): [processing] correctly switch to description tab if help tab exists
- 01:19 PM Revision 6bf4b92c (qgis): Merge pull request #3080 from nyalldawson/select_tools
- [FEATURE] Improved map select tool behaviour
- 01:04 PM Revision d73210a5 (qgis): Update test mask image
- 11:41 AM Revision 1ab29771 (qgis): QgsVectorLayerSaveAsDialog: use QgsVectorFileWriter::MetaData::compulso...
- 11:38 AM Revision 3ee7d59e (qgis): QgsVectorFileWriter::MetaData: add a compulsoryEncoding member
- * Some formats require a compulsory encoding, typically UTF-8.
Change initMetadata() to indicate UTF-8 compulsory enc... - 11:21 AM Revision b1efb9a7 (qgis): QgsVectorFileWriter::initMetaData(): fix DGN registration
- DGN was registered twice, and the second occurence reseted the
creation options - 11:20 AM Revision 222fa767 (qgis): QgsVectorFileWriter: remove the deprecated private driverMetadata(drive...
- 11:02 AM Revision c0d12dcd (qgis): [FEATURE]: possibility to set the segmentation tolerance (maximum angle...
- 10:18 AM Revision 3ac9364f (qgis): * debian packaging update
- * include qch download link on api index page
- 08:37 AM Revision 6f07322d (qgis): Merge pull request #3048 from nyalldawson/qt_doxygen
- Allow generation of Qt QHP help files from doxygen
- 08:14 AM Revision cd9f47ae (qgis): [FEATURE] Improved map select tool behaviour
- Implements the improved mouse/key modifier behaviour discussed in:
http://osgeo-org.1560.x6.nabble.com/Key-modifiers-... - 07:11 AM Revision c0799d47 (qgis): Fix deprecated warning
- 06:52 AM Revision 9d59f9ce (qgis): Generate QCH compiled help with qgis-api-doc package
- 06:30 AM Revision 1602c02d (qgis): Merge pull request #3009 from pblottiere/magnifier
- [FEATURE] add a map canvas magnifier
- 05:55 AM Revision 45f0cff2 (qgis): Allow generation of Qt QHP help files from doxygen
- This adds a new cmake option GENERATE_QHP. If the api docs are
set to being built (ie doxygen is available and WITH_A... - 05:46 AM Revision daa23b59 (qgis): Merge pull request #3078 from 3nids/scaledenomhelp
- Precise that scale function returns the denominator and not the scale itself
- 04:30 AM Revision 23a3a771 (qgis): Cleaner API for selecting features in QgsVectorLayer
- - add selectByRect( QgsRectangle&, SelectBehaviour) and
selectByIds( QgsFeatureIds, SelectBehaviour) for selecting
by... - 02:40 AM Revision 1767d3b0 (qgis): [processing] Use QgsVectorLayer::selectByExpression for select by expre...
2016-05-18
- 01:11 AM Revision b951d5a5 (qgis): [FEATURE] new method QgsVectorLayer::selectByExpression(...)
- Makes it simple for scripts to select by expression. The method
also accepts a parameter which dictates whether match... - 12:50 AM Revision 7187148a (qgis): Set expression context for geometry generator builder (fix #14833)
- 03:14 PM Revision b4e23541 (qgis): [processsing] removed unused code
- 02:40 PM Revision f15197da (qgis): add unit test for scale
- 02:40 PM Revision d23a110c (qgis): move magnification in map settings
- 02:24 PM Revision d390ebdc (qgis): [processing] show script in toolbox even if it contains errors
- 02:24 PM Revision f001ac11 (qgis): [processing] fixed repaint in set vector style algorithm
- 02:03 PM Revision bbaef371 (qgis): [GRASS] close vector map if no more users, fixes #14668
- 12:08 PM Revision bfa90a91 (qgis): [processing] fixed toolbox updates
- 11:42 AM Revision 95038b14 (qgis): scale is the same whatever the level of magnification
- 11:05 AM Revision fc085354 (qgis): Merge pull request #3044 from arnaud-morvan/processing_output_vectortable
- Processing - Output tables with no geometry through OutputVector
- 10:43 AM Revision 69a8c381 (qgis): Precise that scale function returns the denominator and not the scale i...
- 05:08 AM Revision a9c1996b (qgis): Merge pull request #3064 from wonder-sk/composer-map-follow-preset
- Composer map to follow a visibility preset
- 03:56 AM Revision 292a8a4f (qgis): Fix updates of preset combo box when presets get changed
- 03:12 AM Revision 5dd88c99 (qgis): Avoid crash in style dock when layer is removed
- 03:12 AM Revision 46fb193e (qgis): Fix warnings
- 02:33 AM Revision 773212b2 (qgis): [color button] add colour wheel to right click menu
- 02:12 AM Revision dc9b56e2 (qgis): [styledock] scroll area for symbol selector widget
- 02:08 AM Revision 82d465cd (qgis): Save annotations to project.qgs in creation order (fix #14812)
- Save annotations to project file in the order they were loaded or
created, so that annotations have the same display ... - 02:01 AM Revision 842be91e (qgis): remove spin box background color
2016-05-17
- 01:55 AM Revision eb9ab8a4 (qgis): add unit test for extent
- 01:50 AM Revision 0ff10aeb (qgis): [styledock] more widget changes
- 01:33 AM Revision e92dc26c (qgis): Followup feeeaf0, add unit tests
- 01:23 AM Revision feeeaf0e (qgis): [FEATURE] Extend linestring geometries with reshape tool
- If the reshape line starts or ends at a linestring geometry's
endpoint, such geometry will be extended (previously no... - 12:50 AM Revision b23bae74 (qgis): Fix warning
- 10:03 PM Revision 04176350 (qgis): fix about box (followup 0b940cac, fixes #14832)
- 05:00 PM Revision aa66bc6a (qgis): Merge pull request #3076 from rouault/delimitedtext_qt5_fix
- Delimited text provider: fix parsing of subset URL parameter with QT 5 and fix tests
- 04:57 PM Revision 8ee697bf (qgis): Vector layer save as: usability tunings related to attribute selection
- - The group is renamed as 'Select fields to export and their export options'
- It has no longer a checkbox. It is jus... - 02:16 PM Revision 7847f971 (qgis): Processing - Adapt RefactorFields to work on tables as well as vector l...
- 02:16 PM Revision afbe9141 (qgis): Processing - Support OutputVector with no geometry in GUI
- 02:16 PM Revision fc5f70c6 (qgis): Processing - Support tables with no geometry in OutputVector
- 02:16 PM Revision 63d23d29 (qgis): Processing - Support no geometry in VectorWriter
- 01:56 PM Revision a5ef216f (qgis): [styledock] Better layouts for marker widgets
- - Grid vs Form layouts
- Align DD buttons for better look - 12:16 PM Revision deb1e1eb (qgis): osgeo4w: add qt plugin directories to browser with grass (followup b758...
- (cherry picked from commit 6663a4cc821a9cf3ddc7ced1e65ba42f8fa945da)
- 12:15 PM Revision 6663a4cc (qgis): osgeo4w: add qt plugin directories to browser with grass (followup b758...
- 08:06 AM Revision a7f41dc4 (qgis): [processing] do not reject string parameters if they contain an unparsa...
- 07:47 AM Revision 57dc3c7e (qgis): [mssql] Fix layer not showing with invalid geometry
- 06:52 AM Revision 7eb05e2c (qgis): Fix composer map tests
- 06:52 AM Revision deee8e29 (qgis): [FEATURE] Composer map to follow a visibility preset (fixes #13418)
- This adds a new option in composer map properties:
"Follow visibility preset" with a combo box to choose the active p... - 06:35 AM Revision 8c402bcf (qgis): Remove child features when parent's add feature form is cancelled
- 02:53 AM Revision 307aabd6 (qgis): [FEATURE] Aggregates for expressions
- This commit adds a number of different forms of aggregates to
the expression engine.
1. Aggregates within the curren... - 02:53 AM Revision ea066599 (qgis): [relations] Add method to manager to retrieve relations by name
- Also
- Begin unit tests for QgsRelationManager
- Make project optional when constructing QgsRelationManager - 02:53 AM Revision 84fc3c3b (qgis): Implement method for caching values within expression contexts
- Can be used to store the results of expensive sub-expression
calculations (eg layer aggregates), so that future expre... - 02:53 AM Revision 821134ca (qgis): Add method to convert string to aggregate type
- 02:53 AM Revision dcc047af (qgis): Add possibility to handle aggregate calculation at data provider
- (not implemented for any providers yet)
- 02:53 AM Revision 50e41c81 (qgis): New utility class QgsAggregateCalculator, simplifies calculating
- aggregates from vector layer fields and expressions
- 02:53 AM Revision 1c45b940 (qgis): Add calculation of number of null values to QgsStatisticalSummary
- 02:52 AM Revision 4dea723c (qgis): Add methods to stats calculators to accept values one at a time
- This can be more efficient for large quantities of values, since
it avoids the need to create a list of all values in...
2016-05-16
- 12:33 AM Revision 2bbd5ca5 (qgis): Fix look&feel of WFS SQL query composer on Mac
- 11:41 PM Revision 902953ca (qgis): Delimited text provider: fix parsing of subset URL parameter with QT 5 ...
- In Qt 4, QUrl::queryItemValue() decodes a value that contains %25 as %, whereas
it doesn't with Qt5. - 04:59 PM Revision c198b1af (qgis): indentation fix
- 03:09 PM Revision 858914ee (qgis): Ensure that providers fetch geometry for a QgsFeatureRequest
- with an expression filter which requires geometry
- 03:09 PM Revision 28809b6d (qgis): Fix bug in edit virtual field
- The index was transformed twice from field index to field origin index,
resulting in a corrupted index (most often be... - 03:04 PM Revision c0214bc3 (qgis): Fix bug in edit virtual field
- The index was transformed twice from field index to field origin index,
resulting in a corrupted index (most often be... - 02:14 PM Revision b514f521 (qgis): cppcheck fixes
- 11:16 AM Revision 9080aa19 (qgis): Don't require a parent for QgsExpressionBuilderWidget
- 11:16 AM Revision ee533a7d (qgis): Add test for attribute table sorting
- 11:16 AM Revision d07d9edd (qgis): Allow sorting attribute table by expression
- 10:14 AM Revision 11ee2fc8 (qgis): Fix running unsaved script in console
- 08:48 AM Revision d64f4740 (qgis): fix precise build
- 08:28 AM Revision dd4ae416 (qgis): [expressions] Fix fetching joined column refs when expression is
- not prepared (fix #14746)
(cherry-picked from febe30d991111712f95a476e97862ca5a890b9aa) - 08:02 AM Revision aa6347eb (qgis): [cad] Fix invalid coordinates when x/y snapping is enabled and
- subsequent segments are parallel
(cherry-picked from 90d116c6f509098f001bf1b10e8a58d081e46a14) - 08:01 AM Revision 82a4b4d5 (qgis): Ensure that @symbol_color is always correct for symbol layer types
- with subsymbols
(cherry-picked from cda387cb6f96e01d0c677c974f1a18e5d0bcbce9) - 07:57 AM Revision 7a4ef0d3 (qgis): Fix memory leak in OGR provider when feature has no geometry
- and FilterRect is used
(cherry-picked from 6b80518a5b55ab30fb19493266d5626d0f89d26b) - 07:57 AM Revision 8f0ee1fe (qgis): Fix major(?) memory leak with python code execution
- (cherry-picked from 73733a65edd2bbc8156bf36484995457c35f6b68)
- 07:56 AM Revision 804ac7e5 (qgis): Avoid refreshing canvas for every joined feature
- Instead of setting the provider's subsetString to fetch joined
features, use a feature request with FilterExpression ... - 07:56 AM Revision ad0b8f9d (qgis): Fix QgsFieldComboWidget not updating fields when calling setFilter()
- (cherry-picked from a389d237fcff1f61941cdba5237079e80abe6717)
- 07:55 AM Revision dc755ed0 (qgis): Fix datetime fields not shown in QgsFieldComboWidget when set to date f...
- (cherry-picked from b4029dc7f0169b60117c4ece7c15a31a8766cb4f)
2016-05-15
- 11:56 PM Revision 3d44a1e6 (qgis): fix windows build
- 11:53 PM Revision 8fd86a6b (qgis): Fix debug build
- 11:04 PM Revision 5c7f4c76 (qgis): Merge pull request #3072 from rouault/qt5_fix_testqgsfield
- Make qgis_fieldtest all Qt 5.X compatible
- 09:30 PM Revision c4819ade (qgis): Merge remote-tracking branch 'rouault/fix_qt5_wfs_ogcutils_tests'
- 07:44 PM Revision 202420c7 (qgis): Make qgis_fieldtest all Qt 5.X compatible
- In https://codereview.qt-project.org/#/c/99815/ implemented in QT 5.5,
doubles are converted to strings using '%.17g'... - 07:17 PM Revision 9a49c6aa (qgis): Make ogcutils and WFS tests Qt 5 compatible
- 07:17 PM Revision bf91a8b6 (qgis): WFS provider, connections dialog: change way that we select current ind...
- 12:50 PM Revision 63cab568 (qgis): Avoid iterating over temporary container
- 12:50 PM Revision a3d6227e (qgis): Avoid detaching temporary containers
- 12:50 PM Revision 77c4ed50 (qgis): Use more efficient QString multiple arg variant rather then
- chaining .arg calls
- 12:50 PM Revision e25ffc47 (qgis): Avoid unnecessary temporary container and double iteration over
- containers by directly iterating over container itself, rather
then iterating over .keys()/.values() - 12:50 PM Revision 239865b7 (qgis): Add missing references to Q_FOREACH loops
- 12:50 PM Revision 0b940cac (qgis): Use QString::at(0) instead of left(1), since it's more efficient
- and doesn't allocate a QString
- 12:50 PM Revision 1c1b8aac (qgis): Switch private QList to more efficient QVector container
- 12:50 PM Revision d255bfb2 (qgis): Remove unused variables, also avoid some unnecessary string creation
- when not using debug builds
- 12:38 PM Revision bf76049d (qgis): Fix some Coverity uninitialized variable warnings
- 12:38 PM Revision c732c687 (qgis): [travis] Run tests even with build failures on osx
- 12:38 PM Revision c1d84dee (qgis): Include travis build name in dash results (ie qt5/qt4)
- 12:38 PM Revision 57d114e2 (qgis): Update test masks for Qt5, enable labeling tests
2016-05-14
- 08:45 PM Revision e5e78af8 (qgis): Fixes in qgswebframe.h and qgswebpage.h to fix building without QtWebKit
- 07:09 PM Revision ae7666fa (qgis): Merge pull request #3070 from sebastic/qtermwidget-hurd
- Add support for GNU/Hurd to GRASS plugin qtermwidget/kpty.cpp.
- 06:45 PM Revision 666050c5 (qgis): Add support for GNU/Hurd to GRASS plugin qtermwidget/kpty.cpp.
- The GNU/Hurd porting guidelines document the following:
"
Missing termio.h
Change it to use termios.h (check for i... - 05:57 PM Revision 45e7da15 (qgis): OGR provider: fix Coverity warning about mFetchGeometry member being no...
- 02:42 PM Revision 349a618a (qgis): qgsgml & WFS provider: fix Coverity warnings introduced in recent WFS w...
- 02:23 PM Revision abd182c5 (qgis): Merge pull request #3061 from rouault/saveas_human_readable_values
- [FEATURE] Export vector layer with "human-readable" values from edit widgets
- 12:33 PM Revision 90cc0ed4 (qgis): QgsVectorLayerSaveAsDialog: add checkboxes to decide which fields shoul...
- 12:33 PM Revision 038b3b79 (qgis): QgsVectorFileWriter: add capability to export displayed values of field...
- 08:55 AM Revision cfb61003 (qgis): Disable FEATURE_DATASET layer option if its value is not set
2016-05-13
- 12:47 AM Revision 894d5200 (qgis): Merge pull request #2621 from simonsonc/georef-crosshairs
- Make the georeferencer tool use a snapping cursor
- 12:41 AM Revision c5308754 (qgis): [DbManager] allow to refresh materialized views
- (fixes #13697)
- 12:38 AM Revision 10134587 (qgis): Add note for failing Qt5 test
- 12:38 AM Revision a349e702 (qgis): Fix `from PyQt.xy` > `from qgis.PyQt.xy` import leftovers
- 12:38 AM Revision c315113e (qgis): Fix memory leak
- 12:21 AM Revision 27aca5c3 (qgis): Fix typo
- 12:02 AM Revision 94e06272 (qgis): Unblacklist fixed Qt5 tests
- 12:02 AM Revision af1de6e3 (qgis): Migrate more tests to Python3
Also available in: Atom