Activity
From 2016-01-18 to 2016-02-16
2016-02-16
- 11:06 PM Revision 40c65059 (qgis): correctly check/uncheck 'Control feature rendering order' (fixes #14274)
- 10:12 PM Revision d2679d6d (qgis): another fix for gml wkb assembly (fixes #14315)
- 07:59 PM Revision 1ffccf05 (qgis): [processing] fix Modeler Calculator (ref #14305)
- 05:40 PM Revision 2bd7f446 (qgis): Fix signed 32bit integer overflow in PostgreSQL provider
- Fixes #13958
Includes test for signed integer attributes - 05:26 PM Revision a15f51e7 (qgis): Merge pull request #2788 from medspx/processing_fix_vdbselect
- [processing] аix GRASS7 v.db.select (fix #11212)
- 04:18 PM Revision 103856c9 (qgis): Add TODO QGIS 3 comments
- 03:28 PM Revision 6365eb7e (qgis): Do not hard-code database connection parameters
- Rely on libpq defaults instead (overridable via environment)
Fixes #14308 - 02:56 PM Revision 427e5e9f (qgis): Fix android build
- 02:56 PM Revision 4a27e303 (qgis): Fix android build CMake 3.2 and don't force Python 3 with Qt5
- 01:29 PM Revision 55727c3f (qgis): add sip bindings to QgsCredentialsNone (followup 42bc9387)
- 01:19 PM Revision 54fa23c4 (qgis): Merge pull request #2783 from SebDieBln/FixVectorDialogTitle
- [UI] Make title of QgsNewVectorLayerDialog consistent
- 10:45 AM Revision 42bc9387 (qgis): add QgsCredentialsNone to not return any credentials and make it defaul...
- 04:12 AM Revision 14f9a888 (qgis): Follow up c6c8277, fix bad behaviour of QgsBrowserModel introduced
- by 44d9b35 (fix #14296)
- 03:19 AM Revision 13c5848e (qgis): Fix deselecting null category when categorising using expression
- hides all features (fix #14273)
- 02:12 AM Revision 4094bae9 (qgis): Respect project ellipsoid and unit settings in virtual fields
- Fix #12622, #4252
- 02:11 AM Revision 2265eb90 (qgis): "Fix" QgsDistanceArea test on OSX
- Test has revealed that the current algorithm used for ellipsoidal
calculations is unstable when measuring small very ...
2016-02-15
- 12:34 AM Revision f8d20912 (qgis): avoid credentials requests in PyQgsPostgresProvider
- 11:21 PM Revision e7e8d58a (qgis): oracle provider: don't acquire provider connection from pool
- 08:19 PM Revision 54b998ff (qgis): Disable PyQgsDistanceArea test on Travis OSX builds for now
- Newly added tests have revealed a deep underlying issue with area
measurement on OSX - 06:17 PM Revision ab580fbd (qgis): Do not hard-code database connection parameters
- Rely on libpq defaults instead (overridable via environment)
- 04:44 PM Revision 942c5e5f (qgis): Fix virtual layer file name handling (in Windows)
- 12:51 PM Revision 30910df3 (qgis): Partially revert fa40e78
- It failed to load functional plugins also
- 10:45 AM Revision 8a3e9436 (qgis): Followup fa40e78, make strings translatable
- 10:23 AM Revision fa40e78f (qgis): [Plugins] disable plugins which crash on load
- 10:06 AM Revision 6f2d11b5 (qgis): Fix setting a layer to act as a label obstacle does not stick
- 10:05 AM Revision 8af571ae (qgis): [GRASS] use plain text for r/.proj, fixes partially #2575
- 09:02 AM Revision 59b216be (qgis): Add missing sip bindings
- 08:54 AM Revision 5dd86aab (qgis): [GRASS] removed absolute path from t.list, fixes #14241
- 08:25 AM Revision 961c35ae (qgis): [processing] fixed exporting multiple vector layers in SAGA and GRASS algs
- 07:26 AM Revision 479d90a5 (qgis): Make measure tool respect project area unit setting
- Also add unit tests for measure tool length and area measurement
to ensure they return the same results as field calc... - 06:41 AM Revision b4ee36d8 (qgis): [labeling] add rule-based, obstacle icons
- 05:22 AM Revision 6dc0b691 (qgis): Move handling of angular units to QgsUnitTypes, swap angle and distance
- radio buttons to combo boxes in options dialog for consistency with
project properties - 02:47 AM Revision 35c2d185 (qgis): Add square nautical miles as a supported areal unit, add API
- method for converting a distance unit to corresponding area unit
- 02:47 AM Revision dfdcec89 (qgis): Fix project unit confusion (pt 3): add area unit settings with a
- ton of available area units (eg m2, km2, mi2, ft2, yd2, ha, ac,
etc)
Adds a new option in both the QGIS setting and ... - 02:18 AM Revision bd3bbc47 (qgis): Merge pull request #2790 from SebDieBln/ImproveVersionCheck
- [Bugfix] Improve version check (refs #14022)
- 02:16 AM Revision 36000463 (qgis): alternate fix for #13938 (folloup 5d989ab)
2016-02-14
- 12:16 AM Revision 6a3753e2 (qgis): processing: fix translation context for AlgorithmDialogBase
- 12:12 AM Revision 8359bfe4 (qgis): add command line option to skip the version check at startup
- --noversioncheck or -V are recognized
- 12:12 AM Revision af88924a (qgis): new setting to allow disabling the version check at startup (refs #14022)
- 12:12 AM Revision 25a727a0 (qgis): show correct host name when version check fails to find host
- 11:44 PM Revision 5d989abd (qgis): fix parsing of IS NOT and NOT LIKE, NOT ILIKE and dumping of IS (NOT .....
- 10:06 PM Revision b7a96342 (qgis): don't run version check from build directory
- 09:24 PM Revision 1f2cc3d0 (qgis): Revert deprecation of QgsSymbolV2Utils::encode/decodeOutputUnit
- ...as it causes circular dependancies. Defer to 3.0 when we can
move QgsSymbolV2::OutputUnit to QgsUnitTypes - 08:56 PM Revision 9643d409 (qgis): Add r.buffer.lowmem algorithm (and secure r.buffer parameters)
- 08:45 PM Revision 6d39ad9c (qgis): Add r.mask algorithm
- 08:43 PM Revision 9a081df1 (qgis): fix git marker detection (fixes #13680)
- 07:07 PM Revision 25c28944 (qgis): Merge pull request #2789 from SebDieBln/DbManager_FixMoveToSchema
- [DbManager] Fix the 'MoveToSchema' functionality (fixes #14219)
- 03:34 PM Revision 61fc0940 (qgis): Add r.support (combined with r.timestamp) algorithm
- 11:04 AM Revision ddbdcf8a (qgis): Fix project unit confusion (pt 2): add project distance unit setting
- Adds a new option in project properties to set the units used for
distance measurements. This setting defaults to the... - 04:57 AM Revision 17a29f90 (qgis): Add area units to QgsUnitTypes (refs #13209)
- 04:57 AM Revision 85b51fd5 (qgis): Fix outdated notes in QgsExpression docs
- 04:57 AM Revision 6453907c (qgis): Fix project unit confusion (part 1)
- - Remove existing (confusing and totally useless) "canvas units"
setting. This setting was supposed to be used for a ... - 03:50 AM Revision a90be95f (qgis): sip sync
2016-02-13
- 11:06 PM Revision 67d89355 (qgis): Merge pull request #2784 from Cracert/trans2
- Add polish translator
- 09:43 PM Revision 27260931 (qgis): Add r.texture algorithm
- 05:13 PM Revision cb22e66c (qgis): Add r.walk algorithms
- 05:03 PM Revision 958a7ee4 (qgis): Remove old r.cost description files
- 04:52 PM Revision add633d1 (qgis): Add r.cost algorithms
- 03:05 PM Revision 7e9dee66 (qgis): Add r.surf.fractal algorithm
- 01:37 PM Revision 07b61394 (qgis): Add r.what algorithm
- 11:04 AM Revision 92ba14b5 (qgis): Add r.colors.out
- 10:59 AM Revision be490977 (qgis): Avoid warning
- 10:59 AM Revision c62a6e76 (qgis): Optimise some loops over QMap/QHash objects
- Avoid iterating over keys() and then later retrieving the matching
values, and instead use QMap/QHash iterators to re... - 02:00 AM Revision 62f272e4 (qgis): processing: fix path setting for saga
- 01:36 AM Revision 99e52af4 (qgis): Don't show 'unknown' suffix for when displaying measurements
- 01:36 AM Revision 9f772bce (qgis): Add API call for setting preferred distance unit for QgsExpression
- (refs #13209, #12939, #4857)
- 01:36 AM Revision 087e1489 (qgis): Increase maximum size of diagram spinbox (fix #14282)
- 01:01 AM Revision 0ab36538 (qgis): [DbManager] Fix the 'MoveToSchema' functionality (fixes #14219)
2016-02-12
- 10:58 PM Revision 7489af86 (qgis): debian packaging: fix removed diversion (take II; followup 8b054e6; rev...
- 09:38 PM Revision 8e9b8c77 (qgis): [Processing] Fix GRASS7 v.db.select (fixes Redmine #11212)
- 09:29 PM Revision 9e2890da (qgis): Fix (harmless) Coverity warnings
- 09:13 PM Revision 35671914 (qgis): Fix failing expression test on OSX
- 05:51 PM Revision 4196293f (qgis): [Processing] GRASS7 v.distance (implements Redmine #12817)
- 11:35 AM Revision b780d7ca (qgis): r.reclass inline rules also for MS-Windows
- 10:54 AM Revision c50033bb (qgis): Misc optimisations suggested by clazy
- - avoid Q_FOREACH( ..., QMap.values() ) as it allocates an unnecessary
list
- use .endsWith( ... , Qt::CaseInsensitiv... - 10:54 AM Revision d0e595f8 (qgis): Indentation
- 10:54 AM Revision 229ef291 (qgis): If no geomCalculator is set for QgsExpression, perform cartesian
- calculations for $length, $area, $perimeter (refs #13209)
ie, the default is now to use planimeteric calculations un... - 09:16 AM Revision 6bbe3b93 (qgis): Fix DependencySorter.sortedLayerIds. Fixes #14281
- 02:46 AM Revision 0c478d01 (qgis): Merge pull request #2729 from dgoedkoop/digitisecrs2
- Fix floating point inaccuracies when digitizing (to fix bug #13745)
- 01:36 AM Revision a1118899 (qgis): postgres provider: don't log expected failure (followup 6b3651fa)
- 01:21 AM Revision c7a05430 (qgis): reduce wkb debugging noise (followup 2ea3d77)
2016-02-11
- 11:44 PM Revision 77bd6953 (qgis): Add polish translator
- 09:05 PM Revision 384da566 (qgis): Fix floating point inaccuracies when digitizing (to fix bug #13745)
- 08:32 PM Revision bcc8e2a7 (qgis): debian packaging: add yaml dependency python-qgis
- 06:45 PM Revision 8ba6149d (qgis): [processing] make DTM2ASCII tool visible in toolbox
- 04:48 PM Revision f99ed7a0 (qgis): Change the title of QgsNewVectorLayerDialog to match the actions that s...
- 04:32 PM Revision 43b39efd (qgis): [Processing] Add GRASS7 r.reclass inline rules (implements Redmine #5583)
- 04:15 PM Revision c8161aac (qgis): [GRASS] fixed stds input
- 03:23 PM Revision dfdb420f (qgis): [GRASS] fixed module search on windows, fixes #14241
- 12:47 PM Revision 0d652b2f (qgis): Merge pull request #2774 from medspx/processing_fix_parameternumber
- [processing] fix ParameterNumber float detection
- 12:09 PM Revision 47728377 (qgis): [Processing] Add r.null GRASS7 algorithm (implements Redmine #6893)
2016-02-10
- 03:37 PM Revision 169d35f3 (qgis): [processing] fix example script
- 12:30 PM Revision 958f0ee6 (qgis): [BUGFIX] remove trAlgorithm fromUnion.py followup b81604c
- 09:54 AM Revision 294f033b (qgis): adapt wfs capabilities test data to d11c689e
- 09:45 AM Revision 5715ed3b (qgis): Merge pull request #2775 from NaturalGIS/processing_fix_saga_default_ex...
- [processing] remove wrong/non mandatory default extent for raster analysis
- 08:59 AM Revision 9e0043cd (qgis): include qgswkbptr.h in install
- 01:32 AM Revision 7128a353 (qgis): add 2to3 script to migrate (some) PyQt signal/slots to new style
2016-02-09
- 09:02 PM Revision c931e1e7 (qgis): [Processing] Split v.generalize (implements Redmine #5707)
- 08:37 PM Revision e9e4954c (qgis): Processing: remove wrong/non mandatory default extent for raster analysis
- 08:07 PM Revision 5d19a3b2 (qgis): [Processing] Fix ParameterNumber float detection (with unit tests)
- 05:54 PM Revision 45fa67dd (qgis): [BUGFIX][QGIS Server] WFS Service Capability OnlineResource
- WFS Service Capability OnlineResource is not the same as in WMS.
- 05:53 PM Revision cdd4aed0 (qgis): [BUGFIX][QGIS Server] WFS Service Capability OnlineResource
- WFS Service Capability OnlineResource is not the same as in WMS.
- 05:52 PM Revision 2ae8cbdd (qgis): [BUGFIX][QGIS Server] WFS Service Capability OnlineResource
- WFS Service Capability OnlineResource is not the same as in WMS.
- 05:50 PM Revision d11c689e (qgis): [BUGFIX][QGIS Server] WFS Service Capability OnlineResource
- WFS Service Capability OnlineResource is not the same as in WMS.
- 05:40 PM Revision 682d7427 (qgis): [BUGFIX] Update (*.model *.MODEL) localization
- This part of the string, (*.model *.MODEL), does not have to be localized.
Some localizers have added a comma between... - 05:29 PM Revision ec75f345 (qgis): [BUGFIX] Update (*.model *.MODEL) localization
- This part of the string, (*.model *.MODEL), does not have to be localized.
Some localizers have added a comma between... - 05:11 PM Revision 3745207d (qgis): fix windows build (followup 58beed24)
- 04:21 PM Revision b9726d72 (qgis): Merge pull request #2748 from jef-n/wkb-bounds-check
- port more WKB parsing to Qgs(Const)WkbPtr including bounds checking
- 02:20 PM Revision e8a5c665 (qgis): simplifier: fix skipping to last point (fixes 1a3f3d4)
- 02:20 PM Revision 4a8b49b7 (qgis): don't save invalid wkb
- 02:20 PM Revision 026a5c71 (qgis): avoid identifier verify (macro on mac)
- 02:20 PM Revision d05c31ea (qgis): fix gml wkb assembly
- 02:20 PM Revision 731a3fe1 (qgis): catch QgsWkbException in QgsGeometryFactory (passes test from PR#2751)
- 02:20 PM Revision 89b49a1a (qgis): avoid double endian swapping
- 02:20 PM Revision 2ea3d774 (qgis): port more WKB parsing to Qgs(Const)WkbPtr including bounds checking
- 02:20 PM Revision e8be21ad (qgis): Add test for premature WKB end in QgsGeometry::asWkt
- See #14182
- 02:19 PM Revision ded1ebb3 (qgis): indentation fixes
- 02:12 PM Revision 475911f7 (qgis): Merge pull request #2768 from NaturalGIS/processing_fix_gdal_string
- [processing] fix non-translatable string in GDAL/Aspect
- 02:12 PM Revision 686ad242 (qgis): Merge pull request #2769 from NaturalGIS/processing_fix_gdal_optional_p...
- [processing] fix a few GDAL/OGR optional parameters
- 02:11 PM Revision a5ddf92d (qgis): Merge pull request #2770 from NaturalGIS/processing_fix_ogr_convert_format
- [processing] fix OGR/Convert format tool
- 11:41 AM Revision e38222b0 (qgis): Processing: add missing v.surf.rst.line tool to GRASS7
- 11:37 AM Revision 41ac88ad (qgis): debian packaging: fix templates (fixes #14248)
- 10:44 AM Revision fa78ccf7 (qgis): Deprecate old WkbType in QgsDataSourceUri
- 10:44 AM Revision 2ebd26a9 (qgis): [postgres] Fix detection of 2.5D layer types
- 10:44 AM Revision e2123c79 (qgis): Fix addFeature and addPart maptool for layers with a Z
- 10:40 AM Revision 5f310a72 (qgis): debian packaging: fix removed diversion (followup 8b054e6)
- 10:05 AM Revision 58beed24 (qgis): [GRASS] better module lookup
- 10:03 AM Revision 65afdcf2 (qgis): indentation fix
- 10:01 AM Revision 27da8bcd (qgis): Merge pull request #2767 from NaturalGIS/processing_fix_gdal_nearblack
- fix Processing GDAL near black tool
- 09:52 AM Revision 4309b862 (qgis): Merge pull request #2771 from medspx/fix_processing_grass_overwrite
- [Processing] Fix overwrite for GRASS7 (Redmine #13488)
- 09:46 AM Revision f49dbdc2 (qgis): [Processing] Fix overwrite for GRASS7 (Redmine #13488)
- 02:50 AM Revision 63d9fec5 (qgis): fix syntax error in test_provider_mssql.py
- 02:50 AM Revision d57b2fa3 (qgis): add 2to3 script to migrate PyQt4 to PyQt wrappers
2016-02-08
- 10:59 PM Revision 24ce6d23 (qgis): fix Processing OGR/Convert format tool
- 10:05 PM Revision 7072db4c (qgis): fix a few GDAL/OGR Processing optional parameters
- 08:18 PM Revision 3593a3a1 (qgis): fix non-translatable string in Processing GDAL/Aspect
- 08:02 PM Revision 5e5ddafb (qgis): fix Processing GDAL near black tool
- 08:45 AM Revision 964ae1ff (qgis): [processing] fixed typo in saga supported versions
- 08:12 AM Revision 7a7f2d74 (qgis): Merge pull request #2766 from nirvn/composer_icon_improvements
- [gui] improve composer icons
- 07:32 AM Revision ed06bb67 (qgis): [gui] improve composer icons
2016-02-07
- 12:10 PM Revision b712f3cf (qgis): Measure tool fixes:
- - Make unit selection more robust (doesn't rely on translations)
- Make calculation of lengths in degrees use a carte... - 11:06 AM Revision 33c37d0c (qgis): Merge pull request #2756 from Gustry/transparency
- fix transparency in qgsmaprenderer
- 10:58 AM Revision 00446664 (qgis): Correctly handle QVariant::LongLong fields in merge attribute dialog
- 10:58 AM Revision 1566e37a (qgis): Fix merge attribute dialog mangles field values when layer has hidden
- fields (fix #14235)
- 10:39 AM Revision 92e5f679 (qgis): [GRASS] show module name in tab if icon is missing
- 10:33 AM Revision 8e48e97d (qgis): [GRASS] add extension to t.list on windows, fixes possibly #14241
- 07:30 AM Revision 0f6a2d11 (qgis): [gui] update selection icons for composer windows
2016-02-06
- 08:40 PM Revision 32c047e9 (qgis): Merge pull request #2764 from nirvn/select_icons_refresh
- [gui] refresh selection-related icons
- 02:53 PM Revision 093eb419 (qgis): include image resource in gui tests (perhaps fixes trusty nightly tests)
- 11:57 AM Revision 1b858292 (qgis): [gui] refresh selection-related icons
- 11:32 AM Revision f2a05f2a (qgis): Merge pull request #2763 from nirvn/selection_toolbar_improvement_v3
- [gui] better toolbar placement for selection actions
- 06:44 AM Revision b625a1dc (qgis): [gui] better toolbar placement for selection actions
- 03:12 AM Revision 1ae03be5 (qgis): add internal nose2 (not available on precise) and update internal six
- for processing tests
2016-02-05
- 12:26 PM Revision 8cdd7233 (qgis): Merge pull request #2757 from manisandro/pool_invalidate_release
- Connection pool improvements
- 10:14 AM Revision 070b28a8 (qgis): Followup 75fcd2, fix incorrect refreshing icon if mssql connection
- loaded while collapsed
- 10:13 AM Revision 99cef42e (qgis): Improve QgsDistanceArea API to make it easier to determine units
- for returned distances, add unit tests
- 09:54 AM Revision cb7d0fb4 (qgis): Merge pull request #2700 from alexbruy/actions-encoding
- convert stdout and stderr from actions to correct encoding (fix #13896)
- 09:03 AM Revision 57b5eb95 (qgis): On duplicate copy join and virtual fields
- Fixes #14191
- 09:03 AM Revision 0e3faf7c (qgis): Doxygenation and small code fixes
- 09:03 AM Revision 20ea3e2f (qgis): Revert "Remove unneeded variable"
- This reverts commit 768f0e896929794a0c0690f50f1cc09099321736.
2016-02-04
- 10:20 PM Revision bc8a2e48 (qgis): field expression widget: silence connect/disconnect noise
- 07:44 PM Revision 004b2078 (qgis): Merge pull request #2759 from ar-jan/typo-fix-attribute-table-help
- Fix typo in attribute table context help
- 07:16 PM Revision c4addc2d (qgis): Fix typo in attribute table context help
- 07:10 PM Revision dbd83b3e (qgis): Merge pull request #2733 from nirvn/processing_memory_datetime
- [processing] add date, datetime, time fields to memory output
- 07:09 PM Revision c35567b3 (qgis): Merge pull request #2746 from NaturalGIS/fix_grass_r_slope_aspect
- [processing] add parameter to GRASS 64/70 r.slope.aspect to allow use region resolution (ref #9979)
- 06:44 PM Revision 3b2a76f4 (qgis): Merge pull request #2648 from m-kuhn/processingtests
- Processing algorithm test framework
- 05:37 PM Revision 8b84f3ad (qgis): Ignore extra fields on control layer
- 04:44 PM Revision 70b4f3a2 (qgis): Don't compare field count
- 03:36 PM Revision 9ad69adc (qgis): Completely switch over to gml for processing test data
- The different gdal versions have issues with geojson wrt null attribute types
- 03:26 PM Revision 16409068 (qgis): Indentation fix
- 03:24 PM Revision f26f9274 (qgis): Fix unittypes test
- 01:36 PM Revision 29df8f34 (qgis): Fix broken output field types in test dataset
- 01:36 PM Revision 5133694e (qgis): Support writing LongLong types with GDAL 2
- 01:36 PM Revision ff04fd3b (qgis): [processing] Add test suite
- 01:36 PM Revision 163894d0 (qgis): [processing] Test densify with multipolygons
- 01:36 PM Revision 8adc871e (qgis): [processing] Add expected test datasets
- 01:36 PM Revision f0629ea5 (qgis): [processing] Allow test creation from history window
- 01:36 PM Revision c21889f9 (qgis): Add qgis.testing module for generic qgis test helpers
- 01:36 PM Revision 14d438db (qgis): Add new polys and multipolys test datasets
- 01:36 PM Revision 042a3db7 (qgis): Add point and line test datasets
- 01:35 PM Revision ce0d6102 (qgis): [processing] Make centroid algorithm null geometry safe
- 01:35 PM Revision 12050822 (qgis): [Processing] Make DeleteHoles algorithm NULL geometry aware
- 01:35 PM Revision cd10c6c8 (qgis): [processing] Add NULL geometry support to centroid algorithm
- 01:35 PM Revision a3d3ffdf (qgis): [processing] Make polygons to lines NULL aware
- 01:35 PM Revision b956886e (qgis): [processing] Initialize icons before first usage
- 01:35 PM Revision 7325f5fb (qgis): [Processing] Suppress debug output from PyQt4.uic tools
- 01:35 PM Revision 0add8580 (qgis): Add safety check to QgsGeometry::asPolygon. Fixes possible crash
- 01:35 PM Revision 768f0e89 (qgis): Remove unneeded variable
- 06:21 AM Revision 27f1637f (qgis): Add provider test for getting feature count with subset string set,
- fix memory provider invalid count when subset set
- 06:21 AM Revision 9c91dd25 (qgis): Make sure svg marker gui is updated when new svg selected via browser
- 06:21 AM Revision f6f4518a (qgis): Standardise capitalization in spatialite dialog
- 06:20 AM Revision 0796df00 (qgis): Fix crash with "add selected layers" from browser (fix #14223)
- 02:04 AM Revision 25660610 (qgis): processing: include non-optional testdata
- 02:00 AM Revision 8b054e66 (qgis): debian packaging update:
- * replace grass diversion with generic wrapper also supporting oracle
* update liblwgeom dependency for stretch and u...
2016-02-03
- 10:01 PM Revision ddabad24 (qgis): Move unit handling helpers out of QGis and QgsSymbolLayerUtils
- into a new QgsUnitTypes helper class. Add unit tests.
TODO QGIS 3.0: Move QGis::UnitType and QgsSymbolV2::OutputUnit... - 03:28 PM Revision 5a8e4cca (qgis): [GRASS] do not align to input by default in r.slope.aspect, fixes #9979
- 03:05 PM Revision 351af0b8 (qgis): indent, 250fcb followup
- 02:59 PM Revision 46ed98a7 (qgis): [GRASS] fixed i.fusion.brovey output option, fixes #7999
- 02:20 PM Revision 250fcbcd (qgis): [GRASS] multiple vector field option, fixes #3539
- 11:47 AM Revision 95030d61 (qgis): Remove redundant QgsOgrConnPool::{refS,unrefS}
- 11:47 AM Revision f9b77f3f (qgis): Document QgsOgrConnPool::{ref,unref}
- 11:47 AM Revision 060dca67 (qgis): Destroy layers in TestQgsVectorAnalyzer::cleanupTestCase
- 11:46 AM Revision ea27a8f2 (qgis): Immediately destroy non-acquired connections when invalidating
- 11:41 AM Revision 0af70065 (qgis): [processing] do not recreate algs tree when removing provider
- This should fix the problem of QGIS taking to long to shutdown if there are plugins that add algorithms to Processing
- 11:20 AM Revision eb3541e2 (qgis): Destroy invalidated connection pool connections when released
- 08:57 AM Revision b6c714ac (qgis): Improve API, docs for QgsDistanceArea
- 08:04 AM Revision 4755f7b8 (qgis): set transparent color by default
- 06:31 AM Revision 75fcd2d0 (qgis): Fix mssql browser items not correctly populated before refreshing
- 06:31 AM Revision 316a941f (qgis): Avoid race condition when populating ms sql items in browser
- 06:30 AM Revision ac328a69 (qgis): Fix QgsDataItem docs
- 06:30 AM Revision e290280c (qgis): Fix refreshing mssql browser removes layers from collapsed schemas
2016-02-02
- 10:38 PM Revision 0a64c16e (qgis): Add polygon test for mssql provider
- 10:33 PM Revision c6c8277e (qgis): Fix browser model issue identified by model test
- 09:52 PM Revision d4ea95ea (qgis): Improve QgsCoordinateReferenceSystem documentation
- 08:53 PM Revision 9e292d0c (qgis): Boost app startup test timeout further
- To check whether this fixes failures on the windows nightly builds
- 08:49 PM Revision bdd7ab6c (qgis): Fix spelling mistake in corrections file
- (...my spelling ineptitude has reached a new low)
- 07:14 PM Revision 86f97d1b (qgis): fix transparency in qgsmaprenderer
- 06:49 PM Revision 50bbd6f0 (qgis): [processing] include OTB descriptions and help into CMakeLists.txt
- 06:39 PM Revision 1a817e58 (qgis): run remove_temporary_files.sh in prepare-commit.sh
- 05:24 PM Revision 05125388 (qgis): Ensure GDAL deinitialization runs after last possible use
- Closes #14176
- 12:39 PM Revision 9fb78193 (qgis): Add a bit of typesafety to ogr extent handling
- 12:06 PM Revision 29a72b57 (qgis): Dialog tab order fixes
- 10:00 AM Revision c3ed6b9f (qgis): foreach -> Q_FOREACH
- 09:47 AM Revision f3c7ab61 (qgis): Spelling fixes, updates to chkspelling.sh
- 09:47 AM Revision c3a57434 (qgis): Fix clazy 'pass small and trivially-copyable type by value' warnings
- 09:47 AM Revision d1cc6cc7 (qgis): Also remove *~ with remove_temporary_files.sh
- 02:37 AM Revision 490236f2 (qgis): spelling fixes
2016-02-01
- 10:35 PM Revision 8ca0ecf7 (qgis): Merge pull request #2752 from rouault/ogr_curve_geometries
- OGR provider: advertize CircularGeometries in capabilities when OGR advertizes 'CurveGeometries' support
- 10:25 PM Revision 68e3fdcf (qgis): Reword render map tiles option for clarity, add tooltip
- 08:51 PM Revision 3df0d4ad (qgis): Standardise mix of deselect/unselect to "deselect", unify
- keyboard shortcuts for deselect all (to Ctrl+Shift+A)
- 06:19 PM Revision adae4d60 (qgis): Remove stale parameters documentation
- 06:14 PM Revision 24a9f491 (qgis): Second attempt at fixing crash on node tool after merge
- See #14188
- 05:30 PM Revision 781c9d7f (qgis): Do not dereference null pointer on QgsSelectedFeature::updateGeometry
- Fixes #14188
- 04:21 PM Revision 0bb5b5bb (qgis): OGR provider: advertize CircularGeometries in capabilities when OGR adv...
- 01:55 PM Revision 5ba6e682 (qgis): Revert oracle server-side simplication
- (reverts 6f70953 and 772dc1d)
- 01:22 PM Revision 87887e43 (qgis): Add test for unexpected WKB input in simplification
- Closes #12416
- 12:31 PM Revision 639d1b39 (qgis): Fix memory leak
- 11:08 AM Revision ad39ddfd (qgis): Merge pull request #2749 from pvalsecc/add_selectall
- Add select all button to the attribute table dialog
- 10:54 AM Revision 2797ed79 (qgis): Merge pull request #2743 from 3nids/testfieldwidget2
- Fix label expression/field lose when removing a join in layer properties
- 09:51 AM Revision 793e7b28 (qgis): Stub test for QgsMapToPixelGeometrySimplifier
- See #12416
- 09:38 AM Revision d6169b8d (qgis): FieldExpressionWidget: preserve expression when join is removed
- 09:38 AM Revision e453c158 (qgis): remove join returns true in case of success
- 09:38 AM Revision 4ddd1cc5 (qgis): Reflect changes in QgsExpressionFieldWidget when source fields change
- 09:38 AM Revision cae49d70 (qgis): Add test for QgsFieldExpressionWidget
- the test checks that fields are updated properly on join removal, that expression is not lost and that validity is co...
- 08:40 AM Revision dc780353 (qgis): [processing] restore OgrAlgorothm, as it may be used by some 3rd party
- plugins. This class will be removed in QGIS 3.
- 08:16 AM Revision f8a50b51 (qgis): Add select all button to the attribute table dialog
- As suggested by @nyalldawson in qgis/QGIS#2727.
- 03:09 AM Revision 427b9c97 (qgis): [processing] add date, datetime, time fields to memory output
- (fixes #14163)
2016-01-31
- 07:11 PM Revision a39d2583 (qgis): [Processing]Add v.what.rast algorithms
- * Implements Redmine feature request #6859.
* v.what.rast.points when type=point. For points input layers.
* v.what.r... - 06:31 PM Revision 191c011a (qgis): add parameter to GRASS 64/70 r.slope.aspect to allow use region resolution
- 03:23 PM Revision 61bb01b5 (qgis): Replace QgsErrorDialog by messageBar for raster loading (fixes Redmine ...
- 01:11 PM Revision 8dafa633 (qgis): Show progress bars when importing to mssql/spatialite sources
- (previously progress was only shown when importing to postgis)
- 12:54 PM Revision 7fb9b68c (qgis): Don't report a postgis import was successful when the user cancels
- it mid-way through
- 12:52 PM Revision 89815646 (qgis): Fix dropping geometryless tables to spatialite browser items
- 10:42 AM Revision 4825856f (qgis): Fix provider ordering by test to correctly also test compiled order by
- ...and as a result, disable compiled order by support for postgres
due to bugs exposed by the test - 10:42 AM Revision 96d8986b (qgis): Add polygon layers to provider tests, so we can test ExactIntersect
- feature requests
- 09:44 AM Revision ce2b3c20 (qgis): Merge pull request #2742 from NaturalGIS/fix_grass_v_dissolve
- [processing] GRASS dissolve works only with areas
- 08:53 AM Revision c1f7257b (qgis): Merge pull request #2682 from alexbruy/field-precision
- don't allow field precision greater than field width (fix #14019, #5154)
- 04:38 AM Revision df88a9f5 (qgis): Fix some providers returning valid features when iterator is closed
- Also add some additional tests to ProviderTestCase for closed iterators
and subset string handling. - 01:28 AM Revision 6a91603f (qgis): Merge pull request #2730 from PeterPetrik/13669_duplicate_circular_stri...
- fix #13669 (Circular string generates duplicated nodes)
- 01:23 AM Revision 4c8fcc52 (qgis): Followup 57fb7c: fix capitalization and add deselect shortcut
2016-01-30
- 12:56 AM Revision 57fb7ce4 (qgis): Add select all and invert selection to Attributes Toolbar
- Took the opportunity to fix a bug where the selectByExpression action
was not disabled when a raster layer was selected. - 12:51 AM Revision 45489f6c (qgis): Remove useless orientation combobox from copyright dialog
- 12:22 AM Revision 4ab56116 (qgis): Standardize map canvas decorations items dialog
- Modify "Location" label by "Placement" in scale Bar Decoration
Reorder options of Scale Bar and Copyright decorations... - 04:44 PM Revision f1f0b0a3 (qgis): GRASS dissolve works only with areas
- 12:06 PM Revision 6854902e (qgis): change toolbar icon size to 24x24 for the customization dialog
- 12:02 PM Revision e5674fa6 (qgis): Merge pull request #2740 from DelazJ/btnNewLinePushButton
- fix the tooltip description of btnNewLinePushButton in expression bui…
- 11:21 AM Revision 65c6e362 (qgis): fix the tooltip description of btnNewLinePushButton in expression builder
- Replace "Close Bracket " by "New Line "
- 01:42 AM Revision 772dc1d2 (qgis): oracle provider: enable server-side simplification only with Locator >=...
- 01:42 AM Revision 939fc83e (qgis): Merge pull request #2738 from ahuarte47/OracleSimplifyProviderSide
- Feature simplification for oracle provider
- 01:01 AM Revision 6f709534 (qgis): Feature simplification for oracle provider
2016-01-29
- 12:53 AM Revision 0e4520fc (qgis): osgeo4w: include grass7 in x86_64
- 11:33 PM Revision cbe8cb72 (qgis): Formatting update, using newer autopep8 version
- 10:33 PM Revision 4a3d3db2 (qgis): Improve handling of geometryless tables in browser
- 10:33 PM Revision d8270766 (qgis): Fix adding fields to mssql layers always resulted in error (fix #13340)
- 10:33 PM Revision 6efe1eb8 (qgis): Dropping on mssql schema items should import to that schema (fix #8327)
- 10:33 PM Revision e830c237 (qgis): Improve handling of geometryless mssql tables
- 10:33 PM Revision 4a1bf6d3 (qgis): Fix a crash when importing layers without geometry to mssql
- 10:33 PM Revision 49e45675 (qgis): Correct handling of date and time values in mssql provider
- 09:34 PM Revision 78d9617d (qgis): debian packaging: optional support for oracle instantclient 12.1
- 03:33 PM Revision d4e400a4 (qgis): [processing] fixes for vector geoprocessing algorithms
- 02:09 PM Revision 4c2c905c (qgis): [processing] added option to not show disabled providers tooltip
- 10:50 AM Revision d921f48b (qgis): Merge pull request #2734 from timlinux/master
- Remove overly verbose logging for old style loading
- 10:06 AM Revision e15c7fb9 (qgis): Remove overly verbose logging for old style loading
- 09:51 AM Revision 70d5c1b7 (qgis): fix warning: use editTextChanged signal instead of textChanged one for ...
- 08:43 AM Revision 909910e1 (qgis): Add missing licence/copyright
2016-01-28
- 03:54 PM Revision 2f411afe (qgis): [Processing] Fix raster tools
- GDAL arguments need to be str since they are passed as unencoded const
char*. - 01:32 PM Revision 82c9a5ad (qgis): Merge pull request #2592 from alexbruy/layertree-drag-n-drop
- add CopyAction to the list of supported drop actions in the Layer Tree
- 12:20 PM Revision ecfcd319 (qgis): sip sync QgsFeatureRendererV2
- 12:14 PM Revision 7dc5eac8 (qgis): Improve handling of time values in attributes
- - make QgsVectorFileWriter respect QTime field values and only
convert to string if required by output format
- list ... - 11:57 AM Revision 1ce66b75 (qgis): Detect R installation
- 11:43 AM Revision 082f1131 (qgis): Readd missing sip binding
- 11:39 AM Revision 84e8b10d (qgis): fix when 3D and M
- 11:04 AM Revision 86e67713 (qgis): fix #13669 (Circular string generates duplicated nodes)
- 10:55 AM Revision 90718ddf (qgis): Show preview string for date/time/datetime expression results
- 10:55 AM Revision ee5e1c7d (qgis): Fix handling for QTime variants in expression functions
- 10:55 AM Revision 77ba570f (qgis): Right align times and dates in attribute table
- 10:54 AM Revision bb96c35a (qgis): Fix sizepolicy for load style from db dialog
- 10:52 AM Revision aca66a71 (qgis): More debugging for app startup test
- 10:51 AM Revision 4aafed83 (qgis): Indentation
- 10:48 AM Revision 5d466417 (qgis): Fix loading of QgsDataDefined from XML (fixes #14177)
- 10:31 AM Revision 4dd76da7 (qgis): geometry sip sync and some cosmetics
- 10:15 AM Revision 7af58516 (qgis): [processing] fixed group names in lidar provider
- 10:12 AM Revision 8c9078dd (qgis): Merge branch 'marcel-dancak-master-bugfix_13527'
- 08:35 AM Revision 9f520466 (qgis): fix precise build
2016-01-27
- 11:16 PM Revision fa66583e (qgis): Improve indexing strategy for snapping (fixes #12578)
- Implemented a simple heuristic that should keep the number of cached
features per layer reasonable - and thus lower t... - 11:16 PM Revision 19b18bc6 (qgis): Clear non-indexable layers when they are removed
- 11:16 PM Revision 86307ffc (qgis): Add debug capabilities to snapping utils
- 11:16 PM Revision 193d3777 (qgis): point locator: Do not set feature limit in feature request
- Otherwise we will not be able to detect that the locator creation has been cancelled
- 10:47 PM Revision a88c93b1 (qgis): Followup 91ad20, increase startup test timeout
- Now that the test has been improved we can safely bump the timeout
up a lot - 09:22 PM Revision 95b26663 (qgis): Merge pull request #2509 from SebDieBln/FixTipWindow
- initialize tip window with correct parent widget (fixes #8312) (fixes #8365)
- 04:28 PM Revision bc4d16e8 (qgis): Check WKB boundaries while simplifying for rendering
- Fixes crash on simplifying mixed-dimension collections.
Closes #12416 - 03:41 PM Revision b66002d0 (qgis): add CopyAction to the list of supported drop actions
- 03:40 PM Revision d80a632b (qgis): use digitizing color for label editing rubber band
- 03:04 PM Revision ae3cfd4f (qgis): Merge pull request #2726 from medspx/bugfix_external_resource
- External Resource widget multiple fixes (fix Redmine #14178)
- 02:56 PM Revision cce4b2db (qgis): fix indentation
- 02:21 PM Revision c9342910 (qgis): fix indentation
- 02:09 PM Revision cc6721c1 (qgis): Fixes to 2.5d renderer
- - support holes in polygons and multi-polygons
- make sure not to overshoot value in HSV color (max. 100) - Qt spits ... - 02:09 PM Revision 9fd6b246 (qgis): Move extraction of linestrings out of QgsExpression file + add unit test
- 02:09 PM Revision 5210c122 (qgis): Make vertex editor closable (because why not?)
- 02:09 PM Revision d6bd8d0c (qgis): External Resource widget multiple fixes (fix Redmine #14178)
- 01:01 PM Revision 469985da (qgis): Revert "[processing] make Modeller non-blocking window"
- This reverts commit 51ec2bfba6cd5eeb4bf10588d8b94ee30e7faa4a.
Having Processing modeler non-modal risky as user can ... - 01:01 PM Revision 1858cc71 (qgis): Revert "[processing] also make Modeler non-blocking when opened from co...
- This reverts commit 602437aa0676a7ad4ce21bc32b62c2b107474bff.
Having modeler as non-blocking window it risky as chan... - 12:42 PM Revision 42ea15b3 (qgis): Merge pull request #2496 from SebDieBln/App_OptionsAsFiles
- Accept option '--' to mark all following arguments as files (refs #3714)
- 12:10 PM Revision 80e3f8fc (qgis): Merge pull request #2704 from SebDieBln/FixFieldCalcDialogParent
- [Bugfix] Construct the QgsFieldCalculator dialog with the correct parent
- 10:56 AM Revision 0d433b09 (qgis): Fix warnings
- 10:12 AM Revision 4ec09120 (qgis): Fix inconsistent behaviour when deleting nodes with node tool
- (fix #14168)
- 09:54 AM Revision 47013f7b (qgis): [dbmanager] Fixes #13679 - QGIS master crashes when closing DB Manager ...
- 08:52 AM Revision 602437aa (qgis): [processing] also make Modeler non-blocking when opened from context me...
- 08:49 AM Revision 554ca8da (qgis): [processing] unregister actions when unloading (follow up f7e6fa67b0)
- 05:51 AM Revision c7204cc7 (qgis): Fix editing composer legend titles while filtering enabled (fix #11459)
- 04:40 AM Revision 6893f494 (qgis): Properly fix doxygen warning
- 04:40 AM Revision 59f418b7 (qgis): Revert "Fix doxygen warning"
- This reverts commit 9e1a2359ba7aab9094544f85ba04efceceedf5f6.
- 04:38 AM Revision 9e1a2359 (qgis): Fix doxygen warning
- 03:58 AM Revision fe95e4ee (qgis): Show variables from symbol scope in symbol layer widget expression
- builders. (This lets users know they are available).
Also swap some variable names to static strings for speed. - 02:41 AM Revision 9b6fa0d5 (qgis): Fix @value is overwritten for some symbol properties (fix #14148)
- 01:36 AM Revision 39f00352 (qgis): Improve preview of current variable value in expression builder
- 01:36 AM Revision 0356752c (qgis): DateTime is also a native type for postgres provider
2016-01-26
- 12:48 AM Revision a665b7d7 (qgis): Don't crash when using raster calculator with huge raster (refs #13336)
- Now we abort and advise the user if insufficient memory is available
to perform the calculation.
At some future stag... - 12:28 AM Revision 56000784 (qgis): [DbManager] allow to delete materialized views
- (refs #13829)
- 12:28 AM Revision 99026133 (qgis): [DbManager] give materialized views their own icon
- 12:28 AM Revision 50878114 (qgis): [DbManager] fetch type of view (materialized or not) and show in info
- (refs #13829)
- 12:27 AM Revision e42819d4 (qgis): Merge pull request #2713 from nirvn/fix_memory_layer_datetime
- [memorylayer] fix missing datetime field type
- 12:22 AM Revision 7b01b414 (qgis): Mark some inbuilt expression variables with missing read-only flag
- 11:58 PM Revision 3744ac2f (qgis): Fix categorised renderer does not store changes to the source symbol
- Avoids the frustrating situation where changes to a symbol in the
categorised renderer are lost when the layer proper... - 11:13 PM Revision 1eedb06d (qgis): Fix crash when opening new virtual layer dialog
- 11:13 PM Revision 36b6a166 (qgis): Merge pull request #2723 from mhugo/fix_vlayer_ui
- Fix virtual layer creation GUI
- 07:43 PM Revision 99b9a495 (qgis): [processing] fixed autodetection of grass folder
- Fix provided by Stefan Blumentrath
- 04:47 PM Revision f8d59385 (qgis): Fix virtual layer creation GUI
- 12:10 PM Revision beaa45e5 (qgis): Merge pull request #2705 from SebDieBln/FixVectorGridLock
- [fTools] restore 1:1 ratio when checking 'Lock 1:1 ratio' checkbox
- 10:13 AM Revision 21b095d7 (qgis): Merge pull request #2719 from mhugo/fix_wkbtype
- Fix QgsGeometry wkbType()
- 04:24 AM Revision 24d9c654 (qgis): Fix more classes which violate the rule-of-three
- Also remove some empty destructors
2016-01-25
- 06:16 PM Revision 492c1a9f (qgis): Improve documentation for renderer registry metadata (refs #13973)
- 06:16 PM Revision 83eed110 (qgis): Improve renderer class documentation (refs #14025)
- 05:39 PM Revision b5ee06dc (qgis): Merge pull request #2702 from alexbruy/styles-bindings
- fix SIP bindings for listStylesInDatabase() method (fix #11210)
- 01:16 PM Revision 82eabb19 (qgis): Fix crash in vector layer properties when changing renderer type (fixes...
- 10:35 AM Revision 3418dd00 (qgis): Fix QgsGeometry wkbType()
- 10:12 AM Revision 73bef584 (qgis): [processing] correctly initialize lastools settings before loading algs
- 09:05 AM Revision 7fcc7ab1 (qgis): Add specific test for QgsMultiBandColorRenderer
- The raster blend mode test, which uses QgsMultiBandColorRenderer
fails occasionally for no obvious reason. This addit... - 08:50 AM Revision a20d5034 (qgis): Swap QString::replace using trivial QRegExp expressions with simple
- QString variants
Rationale:
1. It's *much* faster
2. I managed to get a valgrind report from the intermittently cras... - 05:17 AM Revision 7400ca9c (qgis): Fix issues with conversion of renderers to rule based renderer
- - expressions were not correctly translated and always treated
as a single field
- string values were not correctly e... - 04:43 AM Revision 39e1f68c (qgis): Fix filtering legend content by map when renderer contains
- duplicate symbols (fix #14131)
Now, we don't test for map content using the symbols but instead
use the legend key d... - 04:41 AM Revision cf3c55bd (qgis): [travis] Warn on unintentional switch fallthrough
- Intentional fallthrough should be annotated with
"FALLTHROUGH;" - 02:36 AM Revision f6c0d8dd (qgis): Use QVector instead of QList in some private contexts
- 01:35 AM Revision 5574d400 (qgis): fix warnings
2016-01-24
- 08:16 PM Revision ae52aabd (qgis): more spelling fixes
- 05:35 PM Revision 265f53ce (qgis): Fix wording and add warning
- 10:26 AM Revision ac033cfc (qgis): Refactor and optimise certain QgsWKBTypes functions
- Given how frequently these functions are called throughout QGIS,
it makes sense for them to be written in a way that ... - 10:25 AM Revision ba530a0f (qgis): Merge pull request #2715 from SebDieBln/FixWarnDualViewLayout
- Fix warning when a QLayout is already present in QgsDualView.
- 07:21 AM Revision bbfcbcae (qgis): snapping:
- * skip index build if snapping is off
* use feature request limit when creating the snapping index - 05:17 AM Revision 8ad6ca08 (qgis): Fix some memory leaks identified by Coverity
- Also improve the API for QgsExpressionContextUtils::updateSymbolScope
Previously it was hard to predict if the method... - 02:50 AM Revision 1dc8fc3c (qgis): Merge pull request #2716 from SebDieBln/LoadShowPlusSign
- [Bugfix] Correctly load the labeling-setting to show a plus-sign next to numbers (fixes #13474)
- 01:13 AM Revision df4c0c12 (qgis): fix loading the labeling-setting to show a plus-sign next to numbers
- (fixes #13474)
2016-01-23
- 10:49 PM Revision d872f063 (qgis): merge debian downstream patches
- 10:49 PM Revision 2d4de98b (qgis): fix arm build
- (cherry picked from commit 1aff7335d004bc410eb61e1436ee7648716f9319)
- 10:40 PM Revision 764c6498 (qgis): potential fix for PyQgsAppStartup by avoiding cloudflare
- 10:16 PM Revision 88a9f99a (qgis): Add mask for adjacent line fill test image
- 08:40 PM Revision fc086adb (qgis): Remove too much debug output when loading attribute table (refs #14041)
- This makes debug version much faster, probably not much difference in release version
- 08:27 PM Revision a618f85a (qgis): Hide extra encoding option from the vector "save as" dialog
- There is already another combo box for encoding selection.
- 08:21 PM Revision 5512d544 (qgis): Fix regression in vector "save as" that saved shapefiles as .dbf only (...
- 03:03 PM Revision 83466011 (qgis): [processing] remove unused code: followup e7e8451
- 02:59 PM Revision da43fb70 (qgis): Fix warning when a QLayout is already present in QgsDualView.
- 01:21 PM Revision 09ce8004 (qgis): avoid messages warning: this also avoids the warning like:
- ```
QObject::connect: Cannot connect (null)::repaintRequested() to LayerPreview::refresh()
QObject::connect: Cannot c...
2016-01-22
- 12:31 AM Revision bfad753f (qgis): Fix coverity issues
- 08:01 PM Revision e83a7c86 (qgis): Follow up 200ce04b88c515d9880615d7254e45d1a50049a4
- 06:16 PM Revision 200ce04b (qgis): Fix shapes not deleted on windows
- 02:47 PM Revision 9193d8f5 (qgis): [processing] drop GdalScriptAlgorithm as it is not used
- Also remove OgrAlgorithm base class at it almost completely duplicates
GdalAlgorithm class. All affected algorithms u... - 11:32 AM Revision 9c0aaa9d (qgis): [memorylayer] fix missing datetime field type
- 10:45 AM Revision ac22e9be (qgis): Dropped threshold too far, fix Travis build
- 09:33 AM Revision 02885d5c (qgis): osgeo4w: also include grass bin directory in PATH for browser (followup...
- (cherry picked from commit 6b192c29c0b05ae94e52736c38fa871449f86336)
- 09:33 AM Revision 6b192c29 (qgis): osgeo4w: also include grass bin directory in PATH for browser (followup...
- (cherry picked from commit 6945647841b79bd8a465f91931876f7c2441f064)
- 09:18 AM Revision 71d487c9 (qgis): osgeo4w: include grass bin directory in PATH
- 09:15 AM Revision 244f83ed (qgis): osgeo4w: include grass bin directory in PATH
- (cherry picked from commit 23cdda21c85acf3bdc2e0f1d5a3c7f7ef5a1e732)
- 08:54 AM Revision 576469af (qgis): Drop missing doc threshold
- 08:53 AM Revision 41f320f7 (qgis): Remove rubbish file
- 08:52 AM Revision 62429e13 (qgis): Add some tolerance to PyQgsSymbolExpressionVariables test
- 08:48 AM Revision 69ce5599 (qgis): Fix some oddities in server access control and bindings (refs #13919)
- 08:45 AM Revision 752f6bd1 (qgis): Fix classes which violate rule of three, by implementing required
- copy/= operators or making them private
This revealed (and fixes) some issues, including a potential crash
using ser... - 07:37 AM Revision a16535a9 (qgis): Merge pull request #2711 from SebDieBln/HideWelcomeOnLoadProject
- [Bugfix] Always hide the welcome screen when the first project is loaded
- 07:24 AM Revision 68cbb44c (qgis): Merge pull request #2712 from nirvn/renderer_icons_v2
- [ui] add missing renderer icons
- 05:51 AM Revision 36d2e7b1 (qgis): [ui] add missing renderer icons
2016-01-21
- 12:44 AM Revision a453f72c (qgis): hide welcome screen when first project is loaded
- 10:37 PM Revision 4d4ab63c (qgis): [25d] Properly initialize shadow color
- Fix #14135
- 10:37 PM Revision ff8472d0 (qgis): [orderby] Uncheck config options instead of disable
- Fix #14144
- 10:37 PM Revision 28b541ab (qgis): Copy layer variables when duplicating layers
- 10:37 PM Revision fe484852 (qgis): [25d] allow disabling the shadow effect
- 10:37 PM Revision 7f4cd84c (qgis): [25d] Don't disable shadow option
- Fix #14134
- 10:37 PM Revision 8d72f13a (qgis): [25d] Improve convertability to other layers
- * Move height and angle expressions for 2.5D renderer to layer
* Apply color based on main symbol color
This makes ... - 10:37 PM Revision aca49992 (qgis): [25d] Apply style to subsymbol in geometry generators
- 10:25 PM Revision 49b5a2b6 (qgis): Flip some messagebox errors to message bars
- 10:22 PM Revision 4d2c1080 (qgis): typo fixes
- 10:22 PM Revision fdeff635 (qgis): don't use last used values on primary key fields (fixes #14154)
- 10:13 PM Revision 3f94adc8 (qgis): Make entering manual values in merge attributes dialog more user
- friendly (fix #14146)
Previously, if a value was manually entered it would be ignored if
the user forgot to change t... - 08:57 PM Revision a212fac0 (qgis): Fix QgsMultiRenderChecker when running on Windows
- 08:57 PM Revision 4fb6b67b (qgis): astyle fix
- 08:41 PM Revision 5dca1042 (qgis): Merge pull request #2709 from manisandro/geom_checker_fixes
- Geom snapper fixes
- 07:02 PM Revision c7231c37 (qgis): remove unused code
- 06:47 PM Revision b00950b9 (qgis): [Geometry snapper] Fix progress bar not working
- 06:15 PM Revision 7afdecd0 (qgis): [Geometry snapper] Fix typo
- 04:56 PM Revision cf02a71b (qgis): get rid of multiple inheritance, fix missed import
- 03:24 PM Revision 085c12e9 (qgis): [fTools] use QErrorMessage for long errors (fix #11810)
- 03:24 PM Revision fe2bb2f0 (qgis): [processing] take in account vector subsets when clipping raster (fix #...
- 11:59 AM Revision 72a1e7ee (qgis): Merge pull request #2708 from boundlessgeo/postgis-pki-fix
- [auth][db_manager] fix uri expansion on importing layer
- 11:44 AM Revision c38ee41f (qgis): Fix rendering of CurvePolygons without curved segments (fix #14028)
- 11:44 AM Revision 1a7dede1 (qgis): Add TestQgsSymbolV2 with tests for rendering different geometry types
- 11:03 AM Revision 0012761a (qgis): [auth][db_manager] fix connection info expansio on importing layer in p...
- 10:42 AM Revision 00633811 (qgis): spelling fixes
- 09:03 AM Revision eeb5daea (qgis): [processing] updated lidar provider
- forgot to add this change in a previous commit
- 09:01 AM Revision 8ade74ca (qgis): [processing] show wait cursor while updating alg list
- 09:01 AM Revision 858dbd2d (qgis): [processing]do not show option for wine folder if running windows
- 08:11 AM Revision ddf3db04 (qgis): Fix indentation
- 07:57 AM Revision 03df709e (qgis): Enable and cleanup adjacent tiles test
2016-01-20
- 12:19 AM Revision e4ee3156 (qgis): restore 1:1 ratio when checking 'Lock 1:1 ratio' checkbox
- 09:41 PM Revision 6731ddfc (qgis): construct the QgsFieldCalculator dialog with the correct parent
- This is necessary to ensure proper modal behaviour.
- 06:55 PM Revision ed1efcbe (qgis): Fix display of raster layer that would sometimes show just garbage
- If a raster layer was displayed in a way that it fitted into canvas,
but would be shifted towards left or top edge of... - 05:36 PM Revision f0cb706a (qgis): [processing] exclude commented R libraries when generating dependencies...
- 05:21 PM Revision 47549ebc (qgis): Merge pull request #2691 from m-kuhn/fixrulebased
- Also render all parent features on refined rules
- 04:54 PM Revision 45d5b1c8 (qgis): follow-up 1c3f066edf
- 03:39 PM Revision 908a3802 (qgis): [processing] fix deprecation warnings
- 02:38 PM Revision 3b70b844 (qgis): [fTools] warn if layer and project CRS are different (fix #10059)
- 01:51 PM Revision f7e6fa67 (qgis): [processing] register Processing menu items in the Shortcuts Manager (a...
- 01:51 PM Revision 51ec2bfb (qgis): [processing] make Modeller non-blocking window
- 01:43 PM Revision bdf659fa (qgis): Merge pull request #2699 from 3nids/test_join_pg
- Add postgres provider to join test
- 01:36 PM Revision fe2503da (qgis): fix SIP bindings for listStylesInDatabase() method (fix #11210)
- 01:14 PM Revision cc33c126 (qgis): improve error message in the Road Graph plugin (fix #12160)
- 12:00 PM Revision 13ccf70e (qgis): test vector join: add PostgreSQL provider
- 11:34 AM Revision 44559fee (qgis): Increase tolerance on blend modes test
- 11:11 AM Revision 7fc88c26 (qgis): convert stdout and stderr to correct encoding (fix #13896)
- 10:39 AM Revision 06932d98 (qgis): [tracer] If tracing is not possible, simply use a straight line like usual
- Until now the tracing was quite strict and it would show error messages
if something went wrong with start/end-points... - 10:19 AM Revision 63af3e27 (qgis): Merge pull request #2634 from alexbruy/wfs-dialog
- option to keep WFS dialog open after adding layer(s)
- 10:19 AM Revision 1c3f066e (qgis): Merge pull request #2643 from alexbruy/sublayers
- More informative layer names when loading GDAL/OGR sublayers
- 09:44 AM Revision 9fda6aaf (qgis): [tracing] fix the case when OTF reprojection is disabled
- 07:06 AM Revision 60816af3 (qgis): Correctly mark some raster classes copy/assignment as private
- As they haven't been properly implemented yet and the classes
violate the rule of three - 07:05 AM Revision cc505424 (qgis): Hopefully fix raster layers not rendering on Windows
- The copy constructor for QgsContrastEnhancement was using
an uninitialized value for the mContrastEnhancementAlgorith... - 07:05 AM Revision bac3b300 (qgis): Add some tolerance to font marker test
2016-01-19
- 10:50 PM Revision 2bacecea (qgis): Merge pull request #2697 from SebDieBln/FixVectorJoinDialog
- Fix vector join dialog
- 10:06 PM Revision 01603d72 (qgis): QgsJoinDialog offers only vector-layer for joining.
- 07:05 PM Revision 81448f85 (qgis): fix "failing" travis build
- 06:03 PM Revision 7a5df7ad (qgis): Move tracing action creation to qgis app
- 04:29 PM Revision 1f77694c (qgis): [bugfix][DbManager] 14110 - Error fetching layer indexes with recent sq...
- Fixes #14110
The method `getTableIndexes`, situated in line 371 of the file `db_manager/db_plugins/spatialite/connec... - 04:23 PM Revision ac77a34e (qgis): [bugfix][DbManager] 14110 - Error fetching layer indexes with recent sq...
- Fixes #14110
The method `getTableIndexes`, situated in line 371 of the file `db_manager/db_plugins/spatialite/connec... - 04:19 PM Revision f4bdaad5 (qgis): Merge pull request #2666 from mhugent/symbology_brush_transform
- Symbology brush transform
- 03:04 PM Revision fc6f2cbf (qgis): fix tests
- 02:43 PM Revision aa3e550a (qgis): Revert "Revert sipfile changes"
- This reverts commit f7284651218c7ebb0eb043e98f648ee04be42f83.
- 01:15 PM Revision 69cb0c4e (qgis): Fix double-release of postgresql connection on table retriveal stop
- Also breaks earlier out of loop and print a different status
message on "stop" (rather than "complete").
Fixes #14140 - 12:35 PM Revision 014b6964 (qgis): [processing] removed redundant code
- 12:34 PM Revision f7623808 (qgis): [processing] more checks before running model
- 12:26 PM Revision 4b079ae4 (qgis): Fix crash while tracing and a layer is removed (fixes #14130)
- 12:02 PM Revision f27ab9a5 (qgis): Merge pull request #2688 from manisandro/geom_checker_fixes
- Geom checker fixes
- 11:33 AM Revision 472fa9bb (qgis): Merge pull request #2696 from mdouchin/debug_dbmanager_sqlite_layer_info
- [bugfix][DbManager] Fix indexes fetch with sqlite >= v3.8.9 (fix #14110)
- 11:01 AM Revision 670ded3d (qgis): Abort if trying to use shared pgsql connection from non-main thread
- Connections cannot be shared between threads, document it.
See #13141 - 10:58 AM Revision da372c8d (qgis): Ensure "dbname" is always set in the uri
- Fixes #10600
- 10:27 AM Revision bae86515 (qgis): [bugfix][DbManager] 14110 - Error fetching layer indexes with recent sq...
- Fixes #14110
The method `getTableIndexes`, situated in line 371 of the file `db_manager/db_plugins/spatialite/connec... - 09:52 AM Revision 26ae3234 (qgis): Virtual layer: add support for expression filter
- 09:39 AM Revision a549ded4 (qgis): [processing] prevent circular dependencies in models
- fixes #99090
- 09:39 AM Revision 20658509 (qgis): [Geometry checker] Fix memory corruption in QgsGeometryTypeCheck fix wh...
- 09:39 AM Revision 4827cbc9 (qgis): [Geometry checker] Don't allow setting output layer equal to input layer
- 09:39 AM Revision 47aeb596 (qgis): Whitespace fixes
- 09:39 AM Revision 65aa885d (qgis): [Geometry checker] Remove some debugging prints
- 09:39 AM Revision 28dc7105 (qgis): [Geometry checker] Clear previous rubberbands if new selection is empty
- 09:39 AM Revision 772ded8c (qgis): [Geometry checker] Show feedback in the UI when the user presses Cancel
- 09:39 AM Revision 88356587 (qgis): Make QgsVectorFileWriter::driverMetadata also match by driver longName
- 09:39 AM Revision 20ca3163 (qgis): [Geometry checker] Prevent output layer from being set as current input...
- 09:39 AM Revision 9b7afc8f (qgis): [Geometry checker] Be more verbose about output file creation failure r...
- 09:03 AM Revision b2a12735 (qgis): [processing] fixed update of console call in GdalAlgorithmDialog
- fixes #14129
- 08:12 AM Revision d91f0cd1 (qgis): Merge pull request #2694 from nirvn/kml_improve_default
- [vector export] better default for kml altitudemode
- 05:38 AM Revision 9159573f (qgis): [vector export] better default for kml altitudemode
- 05:06 AM Revision 7e642df5 (qgis): Followup 8435fee, fix filtering of NULL values
- 03:16 AM Revision d902c56f (qgis): Revert "[travis] Use newer clang 3.7 for linux builds"
- This reverts commit 54cf64bcdc6dc362fe8ca75c019ec82c7c240af9.
Seems like the recent clang 3.7.1 release is causing b... - 01:38 AM Revision 8435fee4 (qgis): Correctly quote field name in categorized filters (fix #14118)
- 01:22 AM Revision 5e5f95b7 (qgis): Hide excepted layers even if all types of layers are allowed.
- 01:16 AM Revision 17528d6f (qgis): Merge pull request #2693 from SebDieBln/FixAllLayersFilterConstant
- [Bugfix] Make the flag 'All' actually contain all types of layers
- 01:09 AM Revision e2e36047 (qgis): Fix crash using expression for heatmap renderer (fix #14127)
2016-01-18
- 12:50 AM Revision 23fc3cf9 (qgis): Fix invalid rubber band when digitising polygon and layer CRS
- is not the same as map CRS (fix #14117)
- 12:23 AM Revision 35294337 (qgis): Fix memory leak in rulebased renderer sip bindings
- 12:19 AM Revision 2246dccd (qgis): Another rulebased renderer fix
- 12:16 AM Revision 77cbfd34 (qgis): Fix some issues with QgsRuleBasedRendererV2::Rule
- 11:36 PM Revision 9d5617de (qgis): make the flag 'All' actually contain all types of layers
- 10:42 PM Revision 7e90d577 (qgis): Whitespace fix
- 10:22 PM Revision 1e3172e1 (qgis): Also fix quotedValue in OGR, Oracle, Spatialite compilers
- 10:22 PM Revision ed54e3cc (qgis): Fix quotedValue in postgres sql expression compiler
- 09:53 PM Revision b60d7683 (qgis): Merge pull request #2687 from whatnick/master
- Added contributions to the early life of QGIS
- 06:03 PM Revision 1474c078 (qgis): Fix crash when toggling vector layer editing on
- 05:20 PM Revision a0e6d49a (qgis): Remove left-over debug comment
- 04:37 PM Revision d796ade3 (qgis): Also render all parent features on refined rules
- Fix #13708
- 04:01 PM Revision b2ca6d02 (qgis): [fTools] correctly handle real fields in Random Points algorithm (fix #...
- 04:01 PM Revision c63d16a3 (qgis): [gdaltools] allow multiple nodata valued in Build VRT tool (fix #11063)
- 04:01 PM Revision 20bf738f (qgis): correctly save and restore last used dir when saving/loagin color map f...
- 04:01 PM Revision aa417a10 (qgis): add extension when saving customization file (fix #12887)
- 04:01 PM Revision 62a571d6 (qgis): [processing] skip invalid geometries when dissolving (fix #13752)
- 03:58 PM Revision d2c1668a (qgis): verify-indentation.sh: fix tip
- 03:02 PM Revision 2b3cf839 (qgis): [processing] correctly handle default params in modeler
- 03:02 PM Revision 4c34871f (qgis): [processing] fixed problems when opening/removing layers while alg dial...
- 02:31 PM Revision e0f11370 (qgis): Fix virtual layer url escaping in main app
- 01:47 PM Revision 4ccb08db (qgis): Use the QgsPostgresConnPool interface from column type thread
- Avoids using shared connections from multiple threads,
fixing #13141 - 01:11 PM Revision 433e3b8a (qgis): Fix layer saving in transaction groups
- 11:17 AM Revision 75926f52 (qgis): [processing] include GRASS path in the error message to make it more in...
- 10:43 AM Revision c2883115 (qgis): Fix repeated editing of transactiongroups
- 10:40 AM Revision b66e50bf (qgis): Fix build warnings
- 10:00 AM Revision 9a2f46eb (qgis): Fix some 2.5D renderer issues
- * Fixed height now works
* Add some GUI elements to access the configuration options - 09:14 AM Revision f7284651 (qgis): Revert sipfile changes
- 08:36 AM Revision 911caaa4 (qgis): add new header to install
- 06:03 AM Revision 57ee08e0 (qgis): Added contributions to the early life of QGIS
- Just claiming my contributions from early days of QGIS.
2016-01-17
Also available in: Atom