Activity
From 2015-07-14 to 2015-08-12
2015-08-12
- 09:38 PM Revision d32f3340 (qgis): Fix typo
- 03:39 PM Revision 6415a75b (qgis): Cleanup travis scripts
- 03:38 PM Revision 6da34926 (qgis): Disable PyQgsServer test on OSX Travis
- Test fails with
Fatal Python error: PyThreadState_Get: no current thread
CMake Error at PyQgsServer.cmake:22 (MESSAGE... - 03:38 PM Revision a89550ac (qgis): Update label server test mask images for OSX
- 03:36 PM Revision baef3657 (qgis): Add additional dependencies for OSX build
- 03:36 PM Revision 61f60e40 (qgis): Fix some warnings on OSX build
- 03:36 PM Revision a477b3a9 (qgis): Enable multi-os builds for travis
- 03:22 PM Revision 8776449a (qgis): Fix legend symbol size when using map units
- fix #13078
The computation of icon sizes for legend symbols has been moved to
QgsLayerTreeModel::legendInvalidateMapB... - 03:12 PM Revision d8d9ba1f (qgis): Fix indentation, followup 8ab69e9
- 02:55 PM Revision 8ab69e93 (qgis): `with edit(layer)` raises an error if the commit fails
- 01:50 PM Revision f6478349 (qgis): PyQgis: Move NULL and edit to qgis.core
- 01:41 PM Revision 35fc2902 (qgis): [FEATURE] Add `with edit(layer):` to python
- Example:
with edit(layer):
f=layer.getFeatures().next()
f[0]=5
layer.updateFeature(f)
T...
2015-08-11
- 10:34 PM Revision 45d4dbe1 (qgis): spatialite provider: improve filterFids()
- 09:38 PM Revision 5bcff737 (qgis): [processing]fixes for grass7
- processAlgorithm method was actually not being called when running a grass7 algorithm
(cherry picked from commit 2a1... - 12:32 PM Revision 3898d840 (qgis): Custom properties for QgsComposition and QgsComposerObject
2015-08-10
- 08:05 PM Revision c7b1080f (qgis): vector layer: ignore non-existing fields in min/max/uniqueValues (fixes...
- (cherry picked from commit 71e7aabbdec6cc5d542420948d897f7f7fda8303)
- 08:03 PM Revision 35028c02 (qgis): vector layer: ignore non-existing fields in min/max/uniqueValues (fixes...
- (cherry picked from commit 71e7aabbdec6cc5d542420948d897f7f7fda8303)
- 01:52 PM Revision 2ef2414c (qgis): [composer] Ensure geographic longitude values are wrapped in decimal
- grid annotations
- 03:25 AM Revision cd7592df (qgis): Fix memory leaks in geometry expression functions
- 02:32 AM Revision 1a91ae8f (qgis): If user clicks cancel while browsing for file then don't clear
- the existing filename in the vector open file dialog
2015-08-08
- 10:21 PM Revision f1bfeb48 (qgis): Merge branch 'release-2_8' of https://github.com/qgis/QGIS into release...
- 10:20 PM Revision a3c239f7 (qgis): find bundled GRASS on OS X
- 10:17 PM Revision b4261621 (qgis): find bundled GRASS on OS X
- 03:09 PM Revision 9acc4751 (qgis): Move python console toolbar to top. More uniform with rest of UI
- 12:14 PM Revision e991b648 (qgis): [pal] Followup 3fdef5e, restore previous behaviour for labels with
- length greater than line length
- 07:54 AM Revision d8da4b80 (qgis): Followup 71e7aab, add unit tests
- 07:54 AM Revision ce0eb2b6 (qgis): Cleanup QgsVectorLayer tests
2015-08-07
- 04:30 PM Revision dabe7d36 (qgis): Merge pull request #2239 from elpaso/move-conversions-sip
- Moved QMultiMap<int, TYPE2*> to conversion.sip
- 04:05 PM Revision 71e7aabb (qgis): vector layer: ignore non-existing fields in min/max/uniqueValues (fixes...
- 09:26 AM Revision e48b6e89 (qgis): Moved QMultiMap<int, TYPE2*> to conversion.sip
- 08:02 AM Revision 6bbc9d57 (qgis): Don't strip "-prefixes from QgsDataDefined fields
- followup 1e6483c
The field should not be provided with an expression format but plain
2015-08-06
- 01:15 AM Revision ae0a532c (qgis): Avoid use of QgsDataDefined::expressionOrField for rotationField values
- Maintains behaviour of < 2.10 API
- 01:06 AM Revision 933069dc (qgis): Improve point rotation tool support for renderers to allow use
- with rule based renderer
fixes #12917, #12123 and refs #5001 - 01:06 AM Revision 9c3d65ef (qgis): QgsDataDefined: Implicit management for useExpression
- 01:06 AM Revision 728ead8a (qgis): Avoid use of deprecated rotation field methods
- 01:05 AM Revision 013e1da7 (qgis): Tests and doxygen for QgsDataDefined
- 12:47 AM Revision 1e6483c6 (qgis): Fix marker rotation
- The rotation is no longer saved in the Qgs*SymbolRendererV2 but in the
QgsMarkerSymbolV2 in a QgsDataDefined. This co... - 11:17 PM Revision 118eea5a (qgis): Merge pull request #2237 from ccrook/csv_field_name_fix
- Removing unnecessary restriction on CSV provider field names
- 11:06 PM Revision dc2de774 (qgis): Removing unnecessary restriction on field names
- 09:05 PM Revision c4ea8de5 (qgis): Merge pull request #2236 from elpaso/sip-server-filters-bindings
- [server] Sip server filters new bindings
- 06:03 PM Revision 1b06c0c3 (qgis): [server] Added comment
- 06:02 PM Revision 56b4da61 (qgis): [server] Minor style change
- 06:00 PM Revision d1b7bbee (qgis): [server] Added comment to header
- 05:54 PM Revision 9d789bcf (qgis): [server] style fix
- 05:51 PM Revision e930d696 (qgis): [server] setFilters implementation, bindings and test
- * moved type conversion to conversions.sip (template)
* added setFilters() to QgsServerInterface
* added tests - 02:47 PM Revision 2a14ffd2 (qgis): [processing]fixes for grass7
- processAlgorithm method was actually not being called when running a grass7 algorithm
- 07:35 AM Revision b7187ed0 (qgis): Followup 9508f8b, fix other potential crashes
- 03:03 AM Revision ff28e6a9 (qgis): [pal] Shade all parts of label candidate as conflicting when
- appropriate
- 02:53 AM Revision 39c728bb (qgis): [pal] Fix test for polygon boundary obstacles (followup 3a44e294)
- Test was incorrectly checking for intersection of the candidate
and polygon obstacle, when it should have been checki...
2015-08-05
- 05:22 PM Revision 9508f8bc (qgis): Fix crash
- 01:25 PM Revision abd4d1d8 (qgis): Add missing color ramp methods and conversions to sip
- (cherry-picked from 56a48ed0d2927dbffcb868ebadc5d253c3a8e2c9)
- 01:25 PM Revision 877b7d9b (qgis): Fix invalid color could be returned by QgsRandomColorsV2
- (cherry-picked from 3c45b2352a2a26931b6fcf3fe8100f978412d73d)
- 01:20 PM Revision 1207e384 (qgis): Add missing color ramp methods and conversions to sip
- (cherry-picked from 56a48ed0d2927dbffcb868ebadc5d253c3a8e2c9)
- 01:19 PM Revision 98f68a48 (qgis): Fix invalid color could be returned by QgsRandomColorsV2
- (cherry-picked from 3c45b2352a2a26931b6fcf3fe8100f978412d73d)
- 10:39 AM Revision 504863bc (qgis): Fix const, followup 6a2df33
- 07:00 AM Revision df4c1311 (qgis): Fix crash when opening attribute table on non-spatial layer
- 07:00 AM Revision 2b8b9427 (qgis): Fix crash when map contains diagrams on joined layers (refs #13177)
- 06:46 AM Revision be411e11 (qgis): Add some unit tests for color ramps
- 06:46 AM Revision 56a48ed0 (qgis): Add missing color ramp methods and conversions to sip
- 06:46 AM Revision 3c45b235 (qgis): Fix invalid color could be returned by QgsRandomColorsV2
2015-08-04
- 08:55 PM Revision 23019607 (qgis): Added TypeHeaderCode for QgsServerFiltersMap
- 03:13 PM Revision cf2f6b17 (qgis): Alias without pending prefix for QgsVectorLayer methods
- * pendingAllAttributesList -> attributeList
* pendingPkAttributesList -> pkAttributeList
* pendingFeatureCount -> f... - 03:13 PM Revision e832b2a2 (qgis): Add `QgsVectorLayer::fields()` as alias to `pendingFields()`
- pendingFields() is not very intuitive and leads to confusion for new developers.
- 02:22 PM Revision c27f357b (qgis): database provider: fix andWhereClauses
- 01:27 PM Revision 55022226 (qgis): Fix bad alloc when styling raster with random color ramp (fix #13112)
- (cherry-picked from 688ac1610e5b47fa3116875c463ba9fd2a026200)
- 01:27 PM Revision 3bcc2bc2 (qgis): Fix random color ramps returning invalid QColors for value of 1.0
- (cherry-picked from 1d2b4cb41aa81a7c11d351fa36d71f444cf7cc7c)
- 01:27 PM Revision 6a88720a (qgis): Fix saturation range ignored for random color ramps
- (cherry-picked from 569040211618904cb1f4f2eda1019ef0f5c0e8f3)
- 01:26 PM Revision eb3cee1b (qgis): Fix incorrect values returned by certain color ramps
- (cherry-picked from 27ee8eea45f4b7db9631980c2218598ca7edab05)
- 01:26 PM Revision 5d3382a8 (qgis): Fix geometry simplification for rendering altering feature geometry
- I noticed this when using memory layers - zooming out and then in
would result in the features getting more and more ... - 01:22 PM Revision a8ad5c1f (qgis): Fix bad alloc when styling raster with random color ramp (fix #13112)
- (cherry-picked from 688ac1610e5b47fa3116875c463ba9fd2a026200)
- 01:22 PM Revision 1874c371 (qgis): Fix random color ramps returning invalid QColors for value of 1.0
- (cherry-picked from 1d2b4cb41aa81a7c11d351fa36d71f444cf7cc7c)
- 01:22 PM Revision fd394b9d (qgis): Fix saturation range ignored for random color ramps
- (cherry-picked from 569040211618904cb1f4f2eda1019ef0f5c0e8f3)
- 01:21 PM Revision e54b7ae8 (qgis): Fix incorrect values returned by certain color ramps
- (cherry-picked from 27ee8eea45f4b7db9631980c2218598ca7edab05)
- 12:29 PM Revision 0c2b5105 (qgis): Merge pull request #2233 from elpaso/carolinux-python-init-less-verbose
- Carolinux python init less verbose
- 11:54 AM Revision 9aae680d (qgis): Fixed server python startup: do not load qgis.user
- 11:08 AM Revision 573f28a8 (qgis): Made methods protected and added descriptions
- 11:08 AM Revision a7515ad6 (qgis): Made python initialization less verbose
- 08:23 AM Revision 745f91d2 (qgis): Add 'edit' buttons to remaining gradient combo boxes
- Also consolidate code for easier maintenance.
- 08:22 AM Revision 688ac161 (qgis): Fix bad alloc when styling raster with random color ramp (fix #13112)
- 08:22 AM Revision 1d2b4cb4 (qgis): Fix random color ramps returning invalid QColors for value of 1.0
- 08:22 AM Revision 56904021 (qgis): Fix saturation range ignored for random color ramps
- 08:22 AM Revision 27ee8eea (qgis): Fix incorrect values returned by certain color ramps
2015-08-03
- 08:36 PM Revision c31810af (qgis): typo fixes
- 03:26 PM Revision f00c52d5 (qgis): Fix geometry simplification for rendering altering feature geometry
- I noticed this when using memory layers - zooming out and then in
would result in the features getting more and more ... - 08:46 AM Revision 7934a925 (qgis): [composer] Add an apply button for atlas settings, prevents
- numerous refetching/redrawing when tweaking atlas configuration
- 08:46 AM Revision 8088e354 (qgis): [composer] Use feature requests to filter atlas features, rather
- than fetching all features and then filtering while iterating.
- 08:46 AM Revision 5537e23f (qgis): [composer] Keep atlas page combo in sync when atlas feature changes
- 08:46 AM Revision 69ac6771 (qgis): [FEATURE][composer] Add page name option for atlas
- Page name can be set to either a field or expression derived from
the coverage layer, and is shown in the new atlas p... - 08:46 AM Revision dfff1257 (qgis): [pal] When set to draw all label candidates, shade candidates which
- conflict with obstacles in red
- 08:02 AM Revision 47e3e20e (qgis): Boost QgsFeature test coverage to 100%
- 08:02 AM Revision f7b4315f (qgis): Add missing overrides
2015-08-02
2015-08-01
- 10:29 PM Revision d107603f (qgis): Expand QgsField/QgsFields tests
- 09:57 AM Revision 2fb6c106 (qgis): Minor Coverity fixes
- 09:07 AM Revision 4774c87d (qgis): Switch doxygen coverage test to check count of undocumented members
- The previous check (% of documented members) set the bar too low
(~60%). Now no members/classes can be introduced wit...
2015-07-31
- 11:40 PM Revision 3865ccdc (qgis): Fix crashes when rendering with SVG symbols that are missing
- The crashes would happen after some time when browsing the map,
especially when size of SVGs is in map units. This wa... - 09:16 PM Revision 6be19a8d (qgis): Fix crashes when rendering with SVG symbols that are missing
- The crashes would happen after some time when browsing the map,
especially when size of SVGs is in map units. This wa... - 08:35 PM Revision febadfe2 (qgis): Fix crashes when rendering with SVG symbols that are missing
- The crashes would happen after some time when browsing the map,
especially when size of SVGs is in map units. This wa... - 07:02 PM Revision 1714e669 (qgis): fix Processing QGIS vector grid as lines
- fixes #13115
(cherry-picked from 1dfec33) - 06:50 PM Revision 1dfec33e (qgis): fix Processing QGIS vector grid as lines
- 10:38 AM Revision b0e7e704 (qgis): osgeo4w: switch to grass 7.0.1 from RC2
- 10:36 AM Revision 15170dd2 (qgis): osgeo4w: switch to grass 7.0.1 from RC2
2015-07-30
- 01:51 AM Revision d722f5bd (qgis): Fix sys/select.h header include on Mac for grass data file
- 06:46 PM Revision 67151617 (qgis): [GRASS] modules debug bar
- 03:40 PM Revision 37657dd9 (qgis): Detach usage of qreal from QT_ARCH_ARM
- Added float types additionally to double, qreal can be now float or double.
Removed QT_ARCH_ARM. qreal can be float n... - 03:04 PM Revision 95ff0922 (qgis): Handle QgsDataItem class hierarchy in SIP bindings
- 11:15 AM Revision 1c6a40cb (qgis): WEBKIT includes changed
- (cherry picked from commit 9f6c72fa33af4c60c2e3266282277f10eedd2749)
- 09:31 AM Revision fe50327b (qgis): fix oracle provider (followup 5be0ee7)
2015-07-29
- 12:02 AM Revision 2887a4ae (qgis): Doxymentation
- 06:55 PM Revision 384c0a70 (qgis): processing: fix saga translation (followup 66a3d02)
- 03:57 PM Revision c42b8c17 (qgis): Fix segmentation of full circles
- 03:57 PM Revision 335644e5 (qgis): Skip m-coordinates in geos import
- 02:43 PM Revision e980e760 (qgis): [composer ui] fix tooltip for add shape action in composer
- 02:08 PM Revision d6d5be94 (qgis): Set wkb typ if adding the first line in QgsLineStringV2::append
- 12:09 PM Revision e984fb00 (qgis): Remove QgsRenderOptions, return filter in separate method
- 12:09 PM Revision 7573078e (qgis): Add boolean node literal to expressions
- 12:09 PM Revision 5be0ee73 (qgis): Remove QgsFeatureRequest::FilterRect from providers/iterators
- 12:08 PM Revision 1d7a6a49 (qgis): Rule based renderer exposes filter where clause
- This filter can then be sent to the server to reduce the amount of fetched
features - 12:08 PM Revision 75712643 (qgis): Remove references to QgsFeatureRequest::FilterRect
- 12:08 PM Revision cfe91f82 (qgis): Apply FilterRect in combination with other filters
- 12:08 PM Revision b47b9a54 (qgis): Add return type QgsRenderOptions to QgsRendererV2::startRender
- This allows to specify additional filter constraints for the feature request to
be specified. - 11:52 AM Revision 9752c468 (qgis): indentation update
- 11:43 AM Revision 76a6b4f1 (qgis): Merge pull request #2223 from mhugent/measurement_from_geometry
- Measurement from geometry
- 11:02 AM Revision 86329f01 (qgis): Change expected behaviour in test_qgsdistancearea.py to also consider i...
- 10:44 AM Revision 57062035 (qgis): Allow usage of node tool for postgis zm geometries
- 10:03 AM Revision 46601821 (qgis): Fixed scale widget height
- 10:01 AM Revision 832c3206 (qgis): Added TAB charachter
2015-07-28
- 08:00 PM Revision b1388a56 (qgis): fix connection pool crash without qapplication (fixes #13166)
- (cherry picked from commit f528cb80df7391435aebf47ffb73e4f4081c0ab7)
- 05:39 PM Revision f528cb80 (qgis): fix connection pool crash without qapplication (fixes #13166)
- 02:12 PM Revision 93e2c5a0 (qgis): processing: translation fix (open fusion las viewer; followup 66a3d02)
- 02:00 PM Revision 313a6bc5 (qgis): Release of 2.8.3
- 01:17 PM Revision 00b8c1d2 (qgis): Adapt renderer to consider z/m in wkb parsing
- 09:20 AM Revision 25a50bf7 (qgis): Revert "add missed translations.py file" (followup 66a3d02)
- This reverts commit 6dd615719922ff3cd136ba800e5dc033e5ff9b34.
- 08:21 AM Revision 6dd61571 (qgis): add missed translations.py file
2015-07-27
- 05:13 PM Revision 343d3a68 (qgis): fix processing startup error, followup 25e9f86
- 03:58 PM Revision e2319fd1 (qgis): Fix alloc-dealloc-mismatch
- 02:36 PM Revision 8c5b48c7 (qgis): [travis] Only clone latest commit
- 01:26 PM Revision 25e9f864 (qgis): processing: simple interface translation fix
- 12:05 PM Revision e03463cd (qgis): Merge branch 'master' into measurement_from_geometry
- 12:04 PM Revision f899f539 (qgis): Fix crash and add CheckBox support for autocreate editorwidgets
- Followup de547ad
- 11:44 AM Revision 86802598 (qgis): Use new geometry classes in QgsDistanceArea instead wkb parsing. That w...
- 10:31 AM Revision 10d262f3 (qgis): also install qgspointv2.h
2015-07-26
- 11:01 PM Revision 70fe6226 (qgis): Add iface.layerTreeCanvasBridge()
- 06:58 PM Revision 4984cae7 (qgis): db_manager: enable oracle plugin only when oracle support is available
- 06:25 PM Revision 9d5a942b (qgis): translation fixes
- 02:39 PM Revision b165875f (qgis): spelling fixes
- 04:39 AM Revision 644bdf04 (qgis): Merge pull request #2222 from medspx/dbmanager-oracle
- DBManager Oracle Spatial support (fixes #9163)
- 04:33 AM Revision 7439db1e (qgis): load default.qgc from source directory when running from build dir
- 04:28 AM Revision 66a3d022 (qgis): integrate processing into update_ts.sh (also includes all translations
- in the repository and none outside of it).
2015-07-25
- 12:12 AM Revision a1c19491 (qgis): update Mac bundling for GRASS 6/7 lib split
- 12:00 AM Revision 4f27e733 (qgis): update Mac browser icon
- 11:58 PM Revision 89e9980c (qgis): update Mac browser icon
- 04:51 PM Revision bda76e57 (qgis): Fix CMakelist for oracle
- 04:31 PM Revision 3768d04d (qgis): Oracle Spatial support for DBManager
- 03:24 PM Revision 0966dadc (qgis): Less postgis voodoo on travis
2015-07-24
- 08:45 PM Revision c77db4f2 (qgis): Changing more Window titles
- 08:45 PM Revision e4dac076 (qgis): Add 'Panel' to some panels, to make them distinguisable in context menu
- 08:45 PM Revision 3d3d0088 (qgis): Add 'Toolbar' to all toolbar names, plus add tooltips to them
- 08:45 PM Revision 74da2542 (qgis): Center menu titles, followup 09c2444
- 07:31 PM Revision c93fdf93 (qgis): Fix warnings
- 07:12 PM Revision e0b24455 (qgis): [labeling] Fix incorrect handling of word spacing for curved labels
- 07:12 PM Revision d1104524 (qgis): Fix 'nan'='nan' evaluates to false in expressions
- Also fix 'nan' and 'inf' being treated as doubles rather than
strings. - 07:12 PM Revision 8bcb5fcf (qgis): Fix 'nan'='nan' evaluates to false in expressions
- Also fix 'nan' and 'inf' being treated as doubles rather than
strings.
(cherry picked from commit a1a8d1b7a32bbde0e2... - 07:12 PM Revision 543703c6 (qgis): [labeling] Fix incorrect handling of word spacing for curved labels
- (cherry picked from commit c8dcf97e971ecd8db5222e0dc05d79e37a032b1c)
- 06:57 PM Revision d01424ae (qgis): Add QgsRelation::getReferencedFeature to access parent feature
- 06:57 PM Revision 4eaf8de7 (qgis): Fix relation reference widget accidentally sets FK to NULL
- 06:57 PM Revision 09c24448 (qgis): Add title for "Panels" and "Toolbars" in Menu
- 05:34 PM Revision 740e3abc (qgis): Merge pull request #2217 from mhugent/node_tool_changes
- Add node editor widget and change node tool to click-click mode
- 04:16 PM Revision fc372c98 (qgis): Remove z/m -> 25D conversion in postgres provider (since z/m geoms are ...
- 02:12 PM Revision 6cccd217 (qgis): Fix gui glitch in relation reference widget
- 01:39 PM Revision 20abb7d8 (qgis): Autocreate wrapper for date and relation editor widgets
- Followup de547ad
- 08:50 AM Revision 69eb7ebe (qgis): Fix build error
- 08:39 AM Revision 39ad2b07 (qgis): debian packaging update (followup 32d7cc5)
- 02:22 AM Revision 460a6055 (qgis): fix windows build
2015-07-23
- 08:58 PM Revision 32d7cc5e (qgis): [GRASS] optional modules config path
- 08:58 PM Revision 266aa7bc (qgis): [GRASS] open mapset from browser
- 08:58 PM Revision 9dcb2a12 (qgis): [GRASS] GRASS 7 plugin enabled
- 04:29 PM Revision ebe4f92b (qgis): Add some class/method documentation
- 04:09 PM Revision 14981074 (qgis): Fix issues with reprojection
- 02:07 PM Revision b26d9ac8 (qgis): add column headers and tooltips to dxf export dialog (fixes #13138)
- 01:43 PM Revision 81bdbbc4 (qgis): Use constGeometry() instead geometry()
- 12:40 PM Revision 6b25fe53 (qgis): Doxymentation
- 12:04 PM Revision de547adc (qgis): Find a suitable editor widget if widget and config mismatch
- If a .ui file is specified and the widget specified in the .ui file is not
supported by the widgetwrapper which is co... - 12:04 PM Revision 1d888aca (qgis): Remove label redundant to title bar
- 07:02 AM Revision d07dadf3 (qgis): [FEATURE][composer] Add page number combo box to atlas toolbar
- (fix #13136)
- 07:00 AM Revision b4311877 (qgis): [FEATURE][labeling] Add priority control for obstacles
- Allows you to make labels prefer to overlap features from certain
layers rather than others. Can also be data defined... - 07:00 AM Revision c97733ea (qgis): [FEATURE][labeling] Data defined control over whether a feature
- acts as an obstacle for labels
- 07:00 AM Revision 1325b98d (qgis): [pal] Simplify handling of layers
2015-07-22
- 08:18 PM Revision d2529362 (qgis): Some UI improvements in the options dialog
- 08:01 PM Revision dc79258c (qgis): Remove note which is no longer applicable
- 07:46 PM Revision 346632c2 (qgis): Use suitable icon for resetting scales
- 05:35 PM Revision a972a302 (qgis): Use constGeometry() instead of geometry() where possible
- 01:19 PM Revision 7cc6a199 (qgis): Prevent double-add feature
- 01:19 PM Revision 2f550ce9 (qgis): Remove outdated fedora-20 from default rpm builds
- 11:24 AM Revision c592d9e9 (qgis): Add rubberband again
- 08:15 AM Revision c8dcf97e (qgis): [labeling] Fix incorrect handling of word spacing for curved labels
- 08:15 AM Revision a1a8d1b7 (qgis): Fix 'nan'='nan' evaluates to false in expressions
- Also fix 'nan' and 'inf' being treated as doubles rather than
strings. - 08:15 AM Revision 8c538218 (qgis): Fix Coverity uninitialized variable warning
2015-07-21
- 03:37 PM Revision d20c5b78 (qgis): osgeo4w: switch to grass 7.0.1RC2
- 03:28 PM Revision e0ae7efe (qgis): osgeo4w: switch to grass 7.0.1RC2
- 12:54 PM Revision 1e888dd7 (qgis): Merge pull request #2215 from landryb/remove_bom
- remove UTF8 BOM
- 12:15 PM Revision 336248ee (qgis): remove UTF8 BOM
- 08:00 AM Revision 268feb5c (qgis): [pal] Use GEOS methods for label position conflict tests
2015-07-20
- 08:48 PM Revision e5928c7c (qgis): Release of 2.10.1
- 07:44 PM Revision eaddba62 (qgis): Merge pull request #2213 from arnaud-morvan/processing-translation
- [processing] translate algorithm names and groups
- 04:43 PM Revision e2df800f (qgis): fix retrieval of labeling settings for layers with ids with no ascii ch...
- 04:12 PM Revision afd7e77f (qgis): Recreate nodeeditor only if new feature has been selected
- 03:56 PM Revision 863bf88f (qgis): Better synchronisation between node editor and node tool
- 03:45 PM Revision a37b3e27 (qgis): Remove executable flag on a bunch of files
- 01:45 PM Revision f6d22566 (qgis): [pal] Fixes to geometry handling for point sets
- 01:45 PM Revision 3fdef5e2 (qgis): [pal] Use GEOS for linear referencing
- 12:30 PM Revision bd73b76a (qgis): Merge pull request #2214 from radosuav/numberInputPanel_range_fix
- [Processing] Fix limits in NumberInputPanel when the limiting value is 0
- 12:27 PM Revision 49d0f3a1 (qgis): Merge pull request #2204 from Gustry/processing
- [Processing] Small python changes
- 05:48 AM Revision dc4049dd (qgis): [FEATURE][labeling] Add option to only draw labels which fit
- completely within polygon features (fix #12136)
- 05:48 AM Revision 42bef4e0 (qgis): [pal] Use GEOS for calculating minimum distances between geometries
- Also more cleanups, fixes for geos handling
2015-07-19
- 10:24 PM Revision 323fa2ce (qgis): Fix doxygen warnings, bump acceptable doc coverage
- 09:01 PM Revision d03793c4 (qgis): [processing] do not accept grass vector layers as inputs
- fixes #12436
(cherry picked from commit de728743b73541a320f68d087f4402a6d17620f1) - 09:01 PM Revision f025a774 (qgis): Guard against some crashes in geometry
- (cherry picked from commit cc1a34fceaff9c753c267d14a3c4c2f5b567c77b)
- 09:01 PM Revision 3792afdb (qgis): postgres provider: also cast geography to geometry when using && (fixes...
- (cherry picked from commit 90b3efb93dd0b6460ce496a8acd7fcbf34b22f63)
- 08:56 PM Revision 166bcd46 (qgis): backport test fixes (grass & delimited text provider)
- 02:33 PM Revision 1b126d38 (qgis): [pal] Use GEOS for point in polygon test, also use prepared GEOS
- geometries where possible
- 01:34 PM Revision cb249c35 (qgis): [pal] Move storage of GEOS geometry from Feature up to PointSet. Use
- GEOS to calculate feature centroids rather than custom code.
- 01:00 PM Revision 9a23cec3 (qgis): [pal] Header cleanups for FeaturePart and include cleanups
2015-07-18
- 08:05 PM Revision 0f396f3b (qgis): fix grass test on windows
- 04:56 PM Revision 3acabad3 (qgis): fix PyQgsServer test in nightlies
- 03:32 PM Revision 789da224 (qgis): don't buffer python and grass tests output in variables
2015-07-17
- 03:18 PM Revision 15e5cf05 (qgis): Fix test failures on windows
- (cherry picked from commit 4d681f03c64478918d8db8096b736bd055a56846)
- 03:18 PM Revision 34de8df5 (qgis): osgeo4w backports
- 03:18 PM Revision b0dd2afb (qgis): Processsing translation strings for names and groups
- 03:15 PM Revision c7b38413 (qgis): Processing translation tool for names and groups
- 02:47 PM Revision 0dfb1561 (qgis): [Processing] Fix limits in NumberInputPanel when the limiting value is 0
- 12:22 PM Revision 4d681f03 (qgis): Fix test failures on windows
- 10:37 AM Revision e5c54545 (qgis): osgeo4w: fix rmdir quoting
- 07:31 AM Revision a6f5203a (qgis): Backport test related font utils from master
- 07:27 AM Revision ece23190 (qgis): [pal] Remove more unused functions
- 07:26 AM Revision 3a44e294 (qgis): [FEATURE][labeling] Add option to control how polygon layers
- act as obstacles
Options are either avoid placing labels over polygon interior
or avoid placing over polygon boundar...
2015-07-16
- 08:00 AM Revision cc1a34fc (qgis): Guard against some crashes in geometry
- 06:01 AM Revision c19d6922 (qgis): Accept input with more coordinate dimensions in wkt import
- (cherry-picked from 06cc8ba)
- 06:00 AM Revision 77e937fc (qgis): skip blanks between wkt child blocks (fixes #13053)
- (cherry-picked from 29aaf1bad8d4ce2bd50391b886ea4116c03cf100)
- 05:59 AM Revision 9932ae15 (qgis): Backport test suite from master
- 05:47 AM Revision daa4d6a8 (qgis): Add test for handling invalid WKT with z values (refs #13055)
2015-07-15
- 11:47 AM Revision 6de1a474 (qgis): Merge pull request #2211 from mhugent/transect_sample_extension
- Add baseline buffer tolerance and simplification tolerance parameters…
- 11:41 AM Revision 6ee1d67e (qgis): osgeo4w: use packagename instead of package version for temporary test ...
- 10:58 AM Revision 6788fbaa (qgis): Add baseline buffer tolerance and simplification tolerance parameters t...
- 10:49 AM Revision f8366725 (qgis): [Android] main function needs to be visible
- 08:54 AM Revision 7df14020 (qgis): Fix compiling w/ WITH_QTWEBKIT=OFF
- 08:54 AM Revision 705b51c9 (qgis): Export QgsWebPage/QWebPage symbols
- 08:08 AM Revision 388e4047 (qgis): [FEATURE][labeling] Add option for obstacle only layers
- This allows users to set a layer as just an obstacle for other
layer's labels without rendering any labels of its own... - 08:08 AM Revision ea41b92b (qgis): [pal] Nicer use of enums, LineArrangementFlags
- 08:08 AM Revision fea58eb7 (qgis): [pal] Small cleanups to Layer API
- 07:50 AM Revision 2e772b2c (qgis): fix qgsversion.h generation [take II]
- 02:18 AM Revision 04bab85c (qgis): fix qgsversion.h generation on windows
2015-07-14
- 03:34 PM Revision 60b14a2f (qgis): Merge pull request #2197 from manisandro/dropconnections
- Add QgsConnectionPool::dropConnections, delete connection groups when pool is destroyed
(cherry picked from commit 2a... - 02:59 PM Revision 15839247 (qgis): fix doxygen warning
- 08:22 AM Revision b73e1a2d (qgis): fix windows build
- (cherry picked from commit 5a9009118f4f695087de97856d325535faa3767e)
- 08:22 AM Revision 8eee2ac6 (qgis): fix windows build
- (cherry picked from commit 5a9009118f4f695087de97856d325535faa3767e)
2015-07-13
- 01:50 AM Revision bf61219e (qgis): [pal] Various cleanups
- Remove support for map scale, dpi and units from PAL. None of these features
were being used by QGIS (we use our own ... - 12:34 AM Revision 0853ead2 (qgis): translation fix
- 12:33 AM Revision 5a900911 (qgis): fix windows build
Also available in: Atom