Activity
From 2017-02-01 to 2017-03-02
2017-03-02
- 11:18 PM Revision a4219b35 (qgis): Add a unit test for map render job cancelation
- 11:18 PM Revision 90f381b4 (qgis): Don't block when canceling canvas render jobs
- In some cases canceling render jobs can take a long time. Eg when
using database layers over a sloooooow connection, ... - 11:07 PM Revision febff07f (qgis): Indentation
- 11:02 PM Revision beb55d19 (qgis): Followup to dfe268f; update QScintilla new lib name in 2.10 for Qt4
- [ci skip]
- 11:00 PM Revision 30577386 (qgis): Followup to dfe268f; update QScintilla new lib name in 2.10 for Qt4
- [ci skip]
- 09:55 PM Revision 90fae261 (qgis): fix exporting bookmarks
- 01:44 PM Revision 51da47d6 (qgis): [processing] fixed update of toolbox after editing script providers
- 01:43 PM Revision 1618f539 (qgis): [provided] avoid removing toolbox entries when there are no recent algs
- 01:43 PM Revision b500ab50 (qgis): [processing] fixed reading script description for R algorithms
- fixes #16227
- 11:00 AM Revision 9c3fa187 (qgis): Fix map themes in combination w/ offline editing
- 09:26 AM Revision e84829e0 (qgis): Merge pull request #4088 from volaya/grass_tempfile_fix
- [processing] fixed grass tempfiles
- 08:13 AM Revision e045b369 (qgis): Fixes segfault in QgsSettings::clear, fixes #16233
- mGlobalSettings is read-only and can be a nullptr
that QSettings instance should never be modified
nor assumed to be ... - 05:16 AM Revision 1752d446 (qgis): Merge pull request #4204 from nyalldawson/cancel_without_blocking
- Don't block when canceling canvas render jobs
- 04:12 AM Revision 6243f787 (qgis): Add a unit test for map render job cancelation
- 03:39 AM Revision 3b56b79f (qgis): Don't block when canceling canvas render jobs
- In some cases canceling render jobs can take a long time. Eg when
using database layers over a sloooooow connection, ...
2017-03-01
- 11:58 PM Revision e9dee400 (qgis): Fix build, warnings on windows
- 11:43 PM Revision fcf718ff (qgis): Fix build against recent sip:
- qgsfiledownloader.sip:33:0:
src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFile... - 11:26 PM Revision ed8f8619 (qgis): Merge pull request #4185 from DelazJ/linepattern
- Line pattern fill symbol: Use Spacing instead of Distance
- 04:12 PM Revision 85a0db24 (qgis): Fix build against recent sip/PyQt4:
- qgsfiledownloader.sip:33:0:
src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFile... - 12:03 PM Revision 38079361 (qgis): add tests on pattern matching
- 08:55 AM Revision e54cb2e8 (qgis): Fix failing test + build warning
- 08:53 AM Revision 1f7635ac (qgis): Merge pull request #4198 from nyalldawson/canvas_api
- Remove support for disabling OTF reprojection
- 08:48 AM Revision 081cf96c (qgis): Indentation
- 08:34 AM Revision aeaa5fc6 (qgis): Merge pull request #4200 from alexbruy/processing-reorganize-gdal
- [processing] rename algorithm groups in GDAL provider
- 07:52 AM Revision 26557c9a (qgis): [FEATURE] Add new expression function `env`
- 06:57 AM Revision f354a856 (qgis): Fix crash when concurrent rendering operations occur
- 03:27 AM Revision 899888d1 (qgis): [FEATURE] Allow setting project CRS to "no projection"
- This replaces the older "OTF off" setting. If a project has
no projection set, then the following things happen:
- n... - 01:14 AM Revision 3c7c65e6 (qgis): Allow a "no projection" option in projection selection widget/dialog
- This option allows users to select "no projection", when
there's no suitable projection to select...
2017-02-28
- 12:30 AM Revision 9dd71b8f (qgis): An invalid CRS should return unknown units for mapUnits
- 12:30 AM Revision fb53f54d (qgis): Make QgsCoordinateReferenceSystem less noisy with debug messages
- 12:09 AM Revision e7f2f78d (qgis): More efficient use of strings
- 10:29 PM Revision 92f03273 (qgis): Correctly use QgsMapCanvas::freeze instead of setRenderFlag
- 10:29 PM Revision 79fb8aeb (qgis): Improve documentation for QgsMapCanvas and remove false QGIS 3 TODO
- 10:29 PM Revision 20c07a58 (qgis): Remove support for disabling OTF reprojection
- Because
- OTF reprojection is mature and stable
- Should be no cost when not required - transforms are shortcut
when ... - 10:29 PM Revision 0f6d0156 (qgis): Fix failing tests
- 10:29 PM Revision 8094cf99 (qgis): Remove support for setting map units in QgsMapSettings, QgsMapCanvas an...
- In a post-OTF-disabled world these are no longer required. The
map units are dictated by the map units for the destin... - 10:26 PM Revision 809d30ff (qgis): Fix mac build
- 07:34 PM Revision cfdb0258 (qgis): Fix visibility presets in combination w/ offline editing
- 06:43 PM Revision bb617a1d (qgis): Add QgsUnitTypes::toAbbreviatedString
- 05:34 PM Revision f887965c (qgis): Update QScintilla CMake module; handle 2.10 name; backport 2.18 change
- [ci skip]
kind of cherry-picked from b1c653b24963eb45f9f5d0471e3ed17c19c5bf54
and fb3fcfa3a0448b1bade8bf789ee67bf070... - 05:26 PM Revision dfe268f1 (qgis): Update QScintilla CMake find module to handle new lib name in 2.10
- [ci skip]
kind of cherry-picked from b1c653b24963eb45f9f5d0471e3ed17c19c5bf54 - 05:11 PM Revision b1c653b2 (qgis): Update QScintilla CMake find module to handle new lib name in 2.10
- [ci skip]
- 04:36 PM Revision ac6cf198 (qgis): Merge pull request #4157 from rldhont/server-wcs-configparser
- [Server] Remove QgsWCSProjectParser
- 12:16 PM Revision 79580be5 (qgis): Locked item can't be moved with arrow keys
- 12:13 PM Revision 8270e10e (qgis): Add icons to some shortcut configurations
- 12:13 PM Revision 5176ecf5 (qgis): [needs-docs] keyboard shortcut to toggle snapping (S)
- Pressing the key "S" will toggle snapping. This helps to quickly
enable/disable snapping while digitizing. - 11:37 AM Revision dbca0304 (qgis): [processing] rename algorithm groups in GDAL provider
- 10:34 AM Revision e20bd881 (qgis): Save display expression with qml export
- 06:45 AM Revision f0489c9f (qgis): Fix some use of canvas CRS when project CRS should be used
- 02:06 AM Revision b681b7bf (qgis): Flip QgsMapCanvas connects to new style
- Also remove unneeded duplicate signal
2017-02-27
- 12:59 AM Revision 555d1048 (qgis): Merge pull request #4193 from nyalldawson/proj_widget_api
- Rename projection selection widgets and clean up API
- 12:45 AM Revision 5312965e (qgis): Rename projection selection widgets and cleanup API
- The current names for QgsProjectionSelector and
QgsGenericProjectionSelector are confusing - 04:55 PM Revision 98d323ed (qgis): [Server] Remove QgsWCSProjectParser
- 11:12 AM Revision 887ca6f9 (qgis): Merge pull request #4195 from mhugo/fix_vlayers
- [virtual layers] Fix encoding issues in dbmanager
- 10:46 AM Revision 0eccc89a (qgis): remove extra file
- 10:45 AM Revision 7189ffac (qgis): find edited files locally
- 10:32 AM Revision f56e6b9d (qgis): [dbmanager] Fix encoding issues with virtual layers
- 10:32 AM Revision 23c305b2 (qgis): [virtual layer] Fix geometry column detection for types with Z
- 02:46 AM Revision c7aee54a (qgis): Merge pull request #4188 from luzpaz/small-doxy-typo
- [skip ci] small doxygen typo
2017-02-26
- 04:45 AM Revision 171dfe11 (qgis): Retry WMS/WMTS/XYZ requests only on timeout (fixes #15854)
- It does not really make sense to retry if server returns 404 Not Found or similar...
2017-02-25
- 01:50 PM Revision ab9bdd43 (qgis): [skip ci] small doxygen typo
- 01:13 PM Revision a18066bc (qgis): remove autopep8 and flip from main build (no more qgisstyle)
- 10:44 AM Revision 4cd4ea1b (qgis): [FEATURE] Config dialog for XYZ tile connections + editing of existing ...
- As a bonus, also made zmin/zmax configuration visible to users
2017-02-24
- 04:02 PM Revision 11828169 (qgis): Add new constructor QgsPoint( const QgsPointV2& )
- 04:02 PM Revision 520e3c08 (qgis): Move QgsVector to its own header
- 03:51 PM Revision 77bc28f3 (qgis): Build astyle
- 03:41 PM Revision cbed95c6 (qgis): message log viewer: window isn't closeable and last tab has to stay
- (fixes #16220)
(cherry picked from commit 2ccdac770bb6be96f2feeeb5827e312d8c432dae) - 03:23 PM Revision 2ccdac77 (qgis): message log viewer: window isn't closeable and last tab has to stay
- (fixes #16220)
(cherry picked from commit e0c58eb7d7c1da5891bb4ee37a4ed8548c3ac1d1) - 03:18 PM Revision e0c58eb7 (qgis): message log viewer: window isn't closeable and last tab has to stay
- (fixes #16220)
- 01:00 PM Revision d8da9198 (qgis): Release of 2.14.12
- 01:00 PM Revision 59c1d21d (qgis): Release of 2.18.4
- 12:10 PM Revision f60e9170 (qgis): release.pl: bypass pre-commit hooks
- 11:11 AM Revision af73eea3 (qgis): Fix QtWebKit automagic
- 11:10 AM Revision 2b8487d2 (qgis): Indentation fix
- 11:10 AM Revision f9a06431 (qgis): Don't link to QtWebKit when it's disabled
- 09:15 AM Revision c0a8ee51 (qgis): Do not re-lookup already present CRSes
- 09:13 AM Revision 50347b3e (qgis): Default integers to QLongLong in expressions
- 09:13 AM Revision 10f50ee6 (qgis): Remove protected API from non-inherited class
- 09:00 AM Revision beca8d74 (qgis): Restructure Marker line symbol layer dialog (#4183)
- 04:27 AM Revision fd616ae9 (qgis): A bit of const-correctness and new convenience methods for edit tools
2017-02-23
- 12:20 AM Revision 1e7b8ef4 (qgis): Use Spacing instead of Distance
- 10:17 PM Revision 90ae7282 (qgis): fix text format widget connection
- 08:23 PM Revision cec5aaa5 (qgis): run t2t
- 08:08 PM Revision ccfbaf82 (qgis): run spelling and indentation test on another Travis build (#4180)
- 06:47 PM Revision 6b93cf5b (qgis): Add missing include
- 06:30 PM Revision de966e25 (qgis): Fix relations in offline editing
- 06:17 PM Revision 86c0a16e (qgis): Code cleanup
- 10:55 AM Revision c4bc1548 (qgis): translation string fixes
- 09:34 AM Revision 702d4cc1 (qgis): osgeo4w: remove pyc on install and uninstall
- 09:33 AM Revision 115ede60 (qgis): [processing] replace alg Eliminate with new alg EliminateSelection
- * [processing] replace alg Eliminate with new alg EliminateSelection
* Deprecate Eliminate algorithm
* Expose new E... - 09:14 AM Revision d9f9c9df (qgis): Adapt another centroid to match the improved segmentation
- 02:41 AM Revision f45c19cf (qgis): Always reread recent projects before saving new ones
- Avoids loss of recent projects from menu if working in multiple
QGIS sessions concurrently - 02:26 AM Revision 5bbdb1f1 (qgis): Merge pull request #4178 from nyalldawson/fix_16217
- Accept any whitespace delimiters when parsing WKT (fix #16217)
- 02:02 AM Revision b29a8d0c (qgis): Accept any whitespace delimiters when parsing WKT (fix #16217)
- 01:17 AM Revision b95eb078 (qgis): [composer] Friendlier error messages when exports fail
- Make it clear that this is likely because the destination
file is open in another application - 01:08 AM Revision b1158ff9 (qgis): Prompt before replacing an existing map theme
- It's too easy to accidently (and unrecoverably) erase an
entire theme using the replace preset menu
2017-02-22
- 12:36 AM Revision f5a39673 (qgis): Flip some connects to new style
- 05:53 PM Revision c13e8b9f (qgis): Adapt circularstring centroids for python geometry test
- 04:54 PM Revision bf45c28f (qgis): [Server] add unit tests for sql injection
- 04:36 PM Revision 5fcd4704 (qgis): Backport fix for segmentation to 2.14
- 04:24 PM Revision f1379e83 (qgis): Fix test xml indentention
- 03:02 PM Revision 40214907 (qgis): make spell test a proper test and not a standalone script
- 02:54 PM Revision 08a82f19 (qgis): Port GML3 improvements to 2.18 branch
- 01:27 PM Revision d07968ae (qgis): Segmentize circular strings the same way in both directions, avoiding p...
- 11:59 AM Revision 08c2e66b (qgis): Add unit test if circular arc segmentation produces the same vertices i...
- 11:31 AM Revision 07cbfdd2 (qgis): [FEATURE] epoch() expression function (#4151)
- This commit adds an epoch() function to the expression engine which
returns the interval in milliseconds between the ... - 11:22 AM Revision e1ede700 (qgis): [feature] QgsSettings QGIS QSettings replacement (#4160)
- * [feature] QgsSettings QGIS QSettings replacement
This is the new QgsSettings class that adds an (optional)
Global ... - 10:56 AM Revision 49114aea (qgis): Merge pull request #4174 from nyalldawson/stroke
- [needs-docs] Rename Outline and Border -> Stroke
- 10:37 AM Revision 94c4d6b4 (qgis): Fix relations in offline editing
- 10:22 AM Revision 47683fca (qgis): [needs-docs] Rename Outline and Border -> Stroke
- This change is being driven by:
- need for consistent terminology in the api. Currently there's
a confusing mix of b... - 07:48 AM Revision 013397b0 (qgis): Merge pull request #4170 from rouault/gdal_mask
- [GDAL provider] Expose GDAL mask band as a pseudo alpha band.
- 06:43 AM Revision 3b016466 (qgis): Add missing "interval" and "curvepoint" modes to data defined line mark...
- 06:39 AM Revision 6f9cf1bc (qgis): Merge pull request #4147 from nyalldawson/exp_feature
- Optimise expression context storage/retrieval of features
- 04:58 AM Revision 4790035e (qgis): Add method to remove feature from a QgsExpressionContextScope
- 04:51 AM Revision 18b9f407 (qgis): Merge pull request #4154 from nyalldawson/coloring
- [FEATURE][processing] New algorithm for topological coloring of polygons
- 04:45 AM Revision abc6129b (qgis): Optimise expression context storage/retrieval of features
- Shaves ~10% rendering time off a 1 million point layer
- 03:54 AM Revision 74abd5bb (qgis): [FEATURE][processing] Topological coloring can have a minimum
- distance between features assigned the same color set
- 03:37 AM Revision 5c43e0b2 (qgis): Add method to assign colors in order to maximize the distance between
- features assigned to same color
This is the most cartographically pleasing color arrangement in my
opinion as it cre... - 03:10 AM Revision 2fd78b85 (qgis): Make algorithm recursive
- When a new color is required, repeat the color assignment process.
This is the fastest part of the algorithm, so ther... - 03:10 AM Revision ff10cf48 (qgis): Add balance by area mode
- This mode attempts to assign colors in such a way that the total
area of features assigned to each color class is bal... - 03:10 AM Revision ac5e2922 (qgis): Allow specifying minimum number of colors for coloring map
- 03:10 AM Revision 1cf0a202 (qgis): [FEATURE][processing] New algorithm for topological coloring of polygons
- This ports to old (pre 2.0!!) topocolor plugin to processing. It's based
off my beta 2.x fork (never publicly release... - 03:09 AM Revision bde4ff99 (qgis): Merge pull request #4169 from nyalldawson/props_gui
- [FEATURE] Interactive curve editing for property overrides
- 02:16 AM Revision 7da28d19 (qgis): Harmonize plot appearance between gradient editor and curve editor
- 02:16 AM Revision 1688ff5c (qgis): Expand curve editor if enabled
- 02:16 AM Revision 5c42c763 (qgis): [FEATURE] Show a histogram for values behind curve editor
- in property assistant
Makes it easier to set suitable curves. Populated in the
background for a nice reponsive widget! - 02:16 AM Revision 0faf7c39 (qgis): Allow value fetching and histogram calculation to be canceled
- 02:16 AM Revision cc9b5a47 (qgis): [FEATURE] Interactive curve editing for property overrides
- This adds a new interactive "curve" to the assistant widgets.
It allows you to fine tune exactly how input values get... - 02:16 AM Revision 45861d39 (qgis): Restrict curve points to 0-1 range
- 02:16 AM Revision dcf61047 (qgis): Allow QgsPropertyTransformers to have an associated QgsCurveTransform
- 02:16 AM Revision 5c3198da (qgis): Implement a photoshop-esque curve transformer
- Handles scaling of input values to output values by using
a curve created from smoothly joining a number of set
contr...
2017-02-21
- 11:20 PM Revision 0f16eb86 (qgis): [GDAL provider] Expose GDAL mask band as a pseudo alpha band.
- Some TIFF formulations, for example RGB TIFF with JPEG YCbCr compression, cannot
include a regular alpha band and ins... - 10:26 PM Revision 66888fec (qgis): Merge pull request #4165 from 3nids/removethe
- remove the-prefix from source code
- 06:14 PM Revision 7812d4fb (qgis): remove the-prefix from source code
- this might result in variables having the same name as some methods
- 04:35 PM Revision 6ce8d948 (qgis): using a single list to exclude tests on travis
- 04:29 PM Revision 896e3c72 (qgis): Merge pull request #4167 from mhugent/direction_neutral_segmentation
- Segmentize circular strings the same way in both directions
- 04:00 PM Revision 293e1ee0 (qgis): fix print spell check progress on Travis to avoid timeouts (followup 6c...
- 01:46 PM Revision 72342557 (qgis): use constant for raster iterator default (followup baa5d90, f924578)
- 01:43 PM Revision f107a03e (qgis): fix link warning
- 12:44 PM Revision d7661598 (qgis): spell check: fix travis condition
- 12:44 PM Revision f924578b (qgis): wms: initialize mStepWidth/mStepHeight w/o parseUri (fixes xyz layer
- after baa5d90)
- 11:15 AM Revision 6cc58f38 (qgis): print spell check progress on Travis to avoid timeouts
- 10:50 AM Revision f441dd92 (qgis): osgeo4w: include .vars in nightly
- 08:36 AM Revision 975b5890 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into direction_ne...
- 03:30 AM Revision e20ed4bf (qgis): Add missing doc
- 01:38 AM Revision 4ad077e3 (qgis): Merge pull request #4163 from nyalldawson/clang_tidyu
- Fix a bunch of suggestions from clang-tidy
- 01:17 AM Revision 4c92689d (qgis): fix windows build
- 01:01 AM Revision baa5d90d (qgis): [FEATURE] allow to configure maximum request size for WMS requests (fix...
- Hardwired setting was 2000, which is still default.
- 01:01 AM Revision 4a741763 (qgis): release.pl: allow tagging branches as ltr on point releases and
- bypass pre-commit hooks
(cherry picked from commit 84cc3778d5dd1e9b25a9641a7de1c7f33b601029)
2017-02-20
- 12:39 AM Revision 64819bcf (qgis): Merge pull request #4090 from dakcarto/find-qgis-cmake
- FindQGIS.cmake updates
- 12:37 AM Revision db5dd854 (qgis): Fix some more clang-tidy suggestions
- 12:01 AM Revision e54bc9aa (qgis): Fix build error and warnings
- 11:49 PM Revision 7daa4b59 (qgis): Fix a bunch of suggestions from clang-tidy
- And add a new CLANG_TIDY_EXE cmake option. If this is set to the
path to the clang_tidy executable then a bunch of cl... - 11:42 PM Revision 3dcb0c44 (qgis): Adds tooltips to the add/remove variable buttons
- 11:41 PM Revision a0f655ad (qgis): Remove temporary group box from diagram properties (fix #16206)
- 11:40 PM Revision d2067379 (qgis): Remove invalid tooltip from arrow symbol widget (fix #16208)
- 11:39 PM Revision c49b537a (qgis): Remove use of deprecated auto_ptr
- 11:27 PM Revision 12635996 (qgis): Fix build warning
- 06:23 PM Revision 84cc3778 (qgis): release.pl: allow tagging branches as ltr on point releases and
- bypass pre-commit hooks
- 04:55 PM Revision 3da44134 (qgis): Segmentize circular strings the same way in both directions, avoiding p...
- 03:20 PM Revision 7732d731 (qgis): fix 74df875
- 03:14 PM Revision a217181a (qgis): debian packing: add plotly dependency
- 03:14 PM Revision 34b6e2f0 (qgis): fix warnings
- 03:14 PM Revision 74df8754 (qgis): remove standalone browser
- 01:06 PM Revision 4505ba7a (qgis): Ensure that QgsApplication members are usable even when no
- QgsApplication instance is available
Fixes crash when using custom widgets with Qt Designer - 10:10 AM Revision e53ad479 (qgis): add search capability to project properties dialog
- 10:06 AM Revision 6fa87823 (qgis): [fix #16193] allow minimization of left panel in option dialogs
- 09:06 AM Revision 741e11df (qgis): Add missing sip bindings
- 09:01 AM Revision 96c7fb3b (qgis): Remove Q_INVOKABLE in sipdiff
- 08:45 AM Revision 7e6695b0 (qgis): Expose QgsRelation to QML
- API changes for consistency:
- setRelationName has been renamed to QgsRelation::setName
- setRelationId has been ... - 08:45 AM Revision bcc35b38 (qgis): Expose relationManager to QML
- 08:45 AM Revision 382b213e (qgis): Remove "the"-prefix from method signatures
2017-02-19
- 12:16 AM Revision 75367e42 (qgis): fix bde9b46
- 12:14 AM Revision bde9b46b (qgis): osgeo4w: add qt plugin path for tests
- 11:49 PM Revision caaa68bb (qgis): osgeo4w: also provider wrapper for browser (followup 801184a)
- 10:24 PM Revision 0d1ab702 (qgis): processing: improve saga detection on windows
- 10:11 PM Revision d9abe1e0 (qgis): nsis: hide details by default
- 03:35 PM Revision 0ad804a7 (qgis): [FEATURE] Add support for Windows jump lists (#4161)
- 01:47 PM Revision 801184a8 (qgis): osgeo4w: add a minimal exe wrapper to initialize the enviroment and load
- qgis_app.dll (inspired by Nathan's PR #4156)
On install each shortcut/configuration gets a own copy of the (small)
e... - 03:51 AM Revision 32504b1a (qgis): Merge pull request #4126 from nyalldawson/task_progress
- [win] Show task manager progress in windows task bar
2017-02-18
- 10:00 PM Revision 9ed189e2 (qgis): fix windows build
- 11:23 AM Revision d19e7070 (qgis): Ensure all pointer variables are initialized to nullptr
2017-02-17
- 04:14 PM Revision 54339e32 (qgis): split long tooltip in multiline
- 10:51 AM Revision 43277909 (qgis): Merge pull request #4130 from mhugent/wfs_gml_from_geometry
- Take wfs gml directly from geometry
- 08:10 AM Revision f66b0baf (qgis): Merge pull request #4144 from alexbruy/processing-results-viewer
- [processing] convert results viewer to dock
- 06:23 AM Revision 5c211eac (qgis): Use a pan tool in the browser canvas preview
- 05:55 AM Revision 7c4f8794 (qgis): Fix labeling unit types incorrectly restored as map units from old proj...
2017-02-16
- 05:55 PM Revision 88c3d4e5 (qgis): Merge pull request #4152 from boundlessgeo/release-2_14-SldRotationFix
- fixed forgot merge conflict message
- 05:55 PM Revision 7800ee83 (qgis): Merge pull request #4153 from boundlessgeo/release-2_18-SldRotationFix
- fixed forgot merge conflict message
- 05:50 PM Revision 339fc101 (qgis): fixed forgot merge conflict message
- 05:48 PM Revision 852b9af4 (qgis): fixed forgot merge conflict message
- 03:01 PM Revision 190c31d3 (qgis): Merge pull request #4051 from boundlessgeo/release-2_14-SldRotationFix
- Tests and fix to read sld:Rotation when does not have ogc sub tags
- 03:01 PM Revision db91e404 (qgis): Merge pull request #4050 from boundlessgeo/release-2_18-SldRotationFix
- Tests and fix to read sld:Rotation when does not have ogc sub tags
- 02:38 PM Revision 04475f8e (qgis): Adapt gml3 unit tests to use <posList> instead of <coordinates>
- 02:34 PM Revision f46b25b9 (qgis): Merge pull request #4049 from boundlessgeo/master-SldRotationFix
- Tests and fix to read sld:Rotation when does not have ogc sub tags
- 01:45 PM Revision 441f6e6e (qgis): Merge pull request #4120 from arnaud-morvan/processing_fix_boolean_wrapper
- [processing] fix boolean widget wrapper in batch dialog
- 01:44 PM Revision aa862810 (qgis): Merge pull request #4146 from jdugge/master
- [processing] gdal translate fixes
- 01:42 PM Revision f587ae5f (qgis): Merge pull request #4150 from alexbruy/processing-graphs
- [processing] improve graphs
- 12:16 PM Revision e77ccba1 (qgis): remove old code
- 12:16 PM Revision 3b7fdf4c (qgis): move results viewer icon to QGIS icons directory
- 12:16 PM Revision 5fa07137 (qgis): [processing] convert results viewer to dock
- 12:00 PM Revision 35d9b83a (qgis): Merge pull request #4138 from nyalldawson/touch
- Rework map touch tool
- 11:13 AM Revision 7f1ff08e (qgis): Merge pull request #4116 from ghtmtt/r_prov
- [processing] small fix for R provider
- 11:12 AM Revision cdb35d62 (qgis): Merge pull request #4119 from arnaud-morvan/processing_postgis_wrappers
- [processing] Add PostGIS widget wrappers
- 03:32 AM Revision 7d2d6e89 (qgis): Better feedback and responsiveness when saving large shapefile layers
- 02:56 AM Revision 5f5c1ddb (qgis): Use a path resolver class instead of QgsProject::instance() in map layers
- A new class QgsPathResolver is introduced for conversion between absolute
and relative paths when reading/writing XML... - 01:12 AM Revision f706c71d (qgis): Make saving shapefiles slightly faster
2017-02-15
- 07:07 PM Revision 1d68c164 (qgis): don't open output file automatically
- 07:07 PM Revision 58b9c82e (qgis): remove old imports
- 07:07 PM Revision b3ab5543 (qgis): [processing] update polar plot
- 07:07 PM Revision 19289ccc (qgis): [processing] update mean and std.dev plot
- 07:07 PM Revision 2abc3f72 (qgis): [processing] update raster layer histogram
- 07:07 PM Revision e0131a75 (qgis): [processing] update vector layer histogram
- 07:07 PM Revision a3527738 (qgis): [processing] update vector layer scatterplot
- 07:07 PM Revision 46a9891e (qgis): [processing] update bar plot
- 05:18 PM Revision 02c46888 (qgis): german translation fixes (fixes #16194)
- 01:29 PM Revision 34b277a0 (qgis): [processing] test poly_from_extent (#4149)
- 11:24 AM Revision 13e7cd9d (qgis): show shortcuts in advanced digitizing tools tooltips + fix small typo (...
- * show shortcuts in tooltips of advanced digitizing panel
+ fix small typo
* advanced digitizing tooltips styling - 09:22 AM Revision ca33329e (qgis): update some documentation references to QgsDataDefinedButton/QgsDataDef...
2017-02-14
- 12:08 AM Revision d2a2b18f (qgis): QgsFeature: add pythonic notes to api doc and add QgsFeature.attribute(...
- 11:48 PM Revision 65e2dda4 (qgis): Update indentation
- 11:48 PM Revision 3703bf73 (qgis): Move midpoint to QgsGeometryUtils
- 11:48 PM Revision e851b68c (qgis): Add some utils functions for QgsPointV2 (distance3D, midpoint)
- 10:43 PM Revision f2ac88ba (qgis): Update translate.py
- 09:56 PM Revision 063c80ee (qgis): GDAL translate algorithm: Default value for EXPAND, make PROJWIN optional
- 08:00 PM Revision eaa97f36 (qgis): add anchor to help URL only if necessary
- 06:41 PM Revision 23c09fc1 (qgis): api_break.dox: QgsMapLayerRegistry was removed
- 04:24 PM Revision dccf010a (qgis): Fix building with -DWITH_BINDINGS=OFF
- 03:41 PM Revision a7f9c09a (qgis): Merge pull request #4143 from NaturalGIS/fix_grass7_v_surf_rst
- [processing] fix GRASS7 v.surf.rst modules
- 03:40 PM Revision 620ad411 (qgis): Merge pull request #4127 from arnaud-morvan/processing_fix_postgis_dberror
- [processing] Fix infinite recursion in DbError.__str__
- 03:39 PM Revision 9ce1fb47 (qgis): Merge pull request #4142 from radosuav/fix_gdal_warp
- [processing] fix spatial subseting with GDAL warp
- 01:06 PM Revision c75b5c74 (qgis): fix GRASS7 v_surf_rst modules in qgis 2_18
- 12:24 PM Revision 34968716 (qgis): Add new help links
- 12:24 PM Revision 77b2e97a (qgis): Fix links to official documentation
- Avoid use of relative (hence temporary) hyperlinks
- 11:55 AM Revision 1430e933 (qgis): [processing] improve SAGA version check. Fix getCopy() method
- 11:06 AM Revision 391e2f8e (qgis): Install qgsmaplayerref.h
- 10:39 AM Revision 93645a3b (qgis): Enable gml3 curve output for compoundcurve and some fixes for gml3 outp...
- 09:59 AM Revision e9cfd0b2 (qgis): [Processing] Fix spatial subseting with GDAL warp.
- 06:17 AM Revision e4d45e49 (qgis): Merge pull request #4141 from nyalldawson/props_gui
- Properties framework part 2 - gui component
- 05:40 AM Revision efb0c402 (qgis): Add missing diagram is obstacle property button
- 05:33 AM Revision 0dfa4ef9 (qgis): Fix diagram property buttons do not hide with associated widget (fix #1...
- 05:29 AM Revision 3230e7bc (qgis): Fix diagram legend symbol selector missing associated layer (refs #16164)
- 05:24 AM Revision 852b1dfb (qgis): Fix potential crash in color assistant, set a default ramp
- 05:24 AM Revision 599d985f (qgis): Fix diagram distance property override button association (refs #16164)
- 04:48 AM Revision 28d9c44d (qgis): Tweak dialogs
- 04:48 AM Revision 32151736 (qgis): Fix failing equality operator test
- 04:48 AM Revision f70a0311 (qgis): Add basic shell for widget
- 04:48 AM Revision c78f9405 (qgis): Fix doxygen warnings and failing test
- 04:48 AM Revision 2468b276 (qgis): Replace QgsDataDefinedButton custom widget with QgsPropertyOverrideButt...
- 04:48 AM Revision c4ec256d (qgis): Tweaked numeric assistant for rotation properties
- 04:48 AM Revision a30fe357 (qgis): [FEATURE] Add a generic numeric transform assistant for easy scaling of...
- 04:48 AM Revision 2df37a23 (qgis): Some visual tweaks to property assistant widget
- 04:48 AM Revision 9c191420 (qgis): Add some spacing around preview icons in property assistant
- 04:48 AM Revision 7bf97be9 (qgis): Use a vertical layout for property assistant when in dock mode
- 04:48 AM Revision 76e27818 (qgis): [FEATURE] Interactive color assistant for data defined colors
- 04:48 AM Revision 077e8804 (qgis): Remove deprecated QgsScaleExpression and QgsSizeScaleWidget classes
- 04:48 AM Revision 613ef634 (qgis): Remove last use of QgsSizeScaleWidget
- 04:48 AM Revision 85677196 (qgis): Show a default symbol in assistant legend preview if none set
- 04:48 AM Revision 42df2c8a (qgis): Use width assistant for arrow width/start width
- 04:48 AM Revision a3b50e92 (qgis): Fix clearing data defined outline width
- 04:48 AM Revision a380bda6 (qgis): Show size assistant for stroke width properties
- 04:48 AM Revision 2aae6e42 (qgis): If transformer set on property, allow transformer to handle null values
- 04:48 AM Revision 84dd983b (qgis): Restore legend preview in symbol size assistant
- 04:48 AM Revision 90dd988d (qgis): Fix legend display of scaled sizes for QgsSingleSymbolRenderer
- 04:48 AM Revision 33710034 (qgis): Small tweaks to property override button behavior
- 04:48 AM Revision 516bdfee (qgis): Fix build
- 04:48 AM Revision d457a894 (qgis): Remove QgsDataDefined
- Now completely replaced by QgsProperty and the properties framework
- 04:48 AM Revision be46f78d (qgis): Remove QgsDataDefinedButton
- Now completely replaced by QgsPropertyOverrideButton
- 04:48 AM Revision 1b5bf1d2 (qgis): Deprecate QgsScaleExpression
- Has now been completely replaced by QgsSizeScalePropertyTransformer
- 04:48 AM Revision b376ae10 (qgis): Adds methods which attempt to parse expression based properties
- as property transformers
- 04:48 AM Revision 3ca0b90a (qgis): Update sip bindings
- 04:39 AM Revision edb30a21 (qgis): Merge pull request #4134 from nyalldawson/save_task
- [FEATURE] Background saving of vector layers
- 02:51 AM Revision bd46b780 (qgis): Merge pull request #4140 from nyalldawson/label_order
- Add non-stable API call to render a layer above the labels in the map canvas
- 01:53 AM Revision e740890c (qgis): Add custom layer property to render a layer over labels in the map canvas
- Usage:
layer.setCustomProperty('rendering/renderAboveLabels', True)
This is exposed only as a layer custom property...
2017-02-13
- 11:03 PM Revision e025b58b (qgis): Fix build warning
- 08:49 PM Revision 3ecafb34 (qgis): [processing] Allow extent parameters to avoid matching layer CRS check
- 08:49 PM Revision 91eea30e (qgis): [FEATURE][processing] Algorithm to find an unknown layer's projection
- If you have a layer with an unknown CRS, this algorithm gives a list
of possible candidate CRSes which the layer coul... - 08:49 PM Revision fbf99afd (qgis): Add method to retrieve all valid srs ids from CRS databases
- 08:48 PM Revision f2ac60ab (qgis): Merge pull request #4111 from nyalldawson/refresh_layers
- [FEATURE] Allow layers to be automatically refreshed at a specified interval
- 03:02 PM Revision 5028cc76 (qgis): [processing] Fix infinite recursion in DbError.__str__
- 12:27 PM Revision 787c8466 (qgis): Set a name to the raster resampling dialog
- 09:11 AM Revision 77bf9990 (qgis): Merge pull request #3905 from nextgis/25d_enhancement
- [FEATURE] QGIS setting to choose default Z value
- 01:26 AM Revision 119e1815 (qgis): Fix large memory leak in vector file writer (fix #16003)
- (cherry-picked from 826a86)
2017-02-12
- 12:44 AM Revision 34e307be (qgis): Fix leak in QgsCoordinateReferenceSystem
- (cherry-picked from aad7c5)
- 12:43 AM Revision 343bc8a5 (qgis): Fix expressions leaking internal data
- (cherry-picked from 15dcb6)
- 12:40 AM Revision 7ee5d8a5 (qgis): Fix leak in QgsSymbolLegendNode
- (cherry-picked from f94512)
- 12:36 AM Revision a0ee107d (qgis): Fix leak in expressions
- (cherry-picked from 586631)
- 11:55 PM Revision 35bb5c61 (qgis): Flip task manager to use weak layer pointers instead of layer ids
- 11:30 PM Revision c42f1ec7 (qgis): Allow QgsVectorFileWriter to report approx progress
- 11:30 PM Revision 95d000f6 (qgis): [FEATURE] Background saving of vector layers
- Switches the vector layer save operation to a background task
using the task manager framework. Allows layers to save... - 11:30 PM Revision 4b3d4017 (qgis): Add unit tests for QgsVectorFileWriterTask
- 11:30 PM Revision 15f8cfb4 (qgis): Register vector file writer task as dependent on layer
- 11:30 PM Revision 8182ec2d (qgis): QgsFeedback can handle report progress reports
- 11:28 PM Revision 38f87a62 (qgis): [FEATURE] Allow layers to be automatically refreshed at a specified int...
- This allows users to set a timer interval in layer properties
for individual layers. These layers will be automatical... - 11:27 PM Revision 9b9d49ad (qgis): Add unit tests for deferred layer refresh
- QgsMapCanvas test is rather messy, but I can't find anyway to
avoid showing the canvas in order to get a predictable ... - 11:27 PM Revision 04d392b5 (qgis): Allow QgsMapLayer::triggerRepaint to defer updates
- By calling QgsMapLayer::triggerRepaint( true ) any cached
version of the layer will be invalidated, but a map canvas
... - 09:24 PM Revision 70f51aee (qgis): adapt bindings to sip 4.19 (fixes #16071)
- (cherry picked from commit 718581ffb12b723f9a3c0ae01b7ec2d8aed9d4bb)
- 08:59 PM Revision 6292c6ae (qgis): dxf export: consider layer styles (fixes #15946; backported from 92091c5)
- 08:20 PM Revision 92091c53 (qgis): dxf export: consider layer styles (fixes #15946)
- 04:29 PM Revision dedeb9cc (qgis): Change gml test output (use xmlns instead of gml: which both is valid)
- 11:24 AM Revision aba58a27 (qgis): [processing] added missing import (fixes #16181)
- (backported from 84bef5f; followup b003cbe0)
- 10:00 AM Revision bb2a6c80 (qgis): oracle provider: followup 9ceb6c67
- 09:56 AM Revision a124fbfe (qgis): Add API break notes for QgsMapToolTouch
- 08:46 AM Revision 40ebca78 (qgis): [ui] adjust size and spacing of welcome screen title (#4139)
- 06:06 AM Revision c26ed69c (qgis): Rework map touch tool
- Qt5 allows runtime detection of touch devices. This commit reworks
the current touch map tool by pulling its behavior... - 05:13 AM Revision 9a7c8290 (qgis): [ui] fix touch icon rendering a black background (#4137)
- 04:01 AM Revision 767e7a53 (qgis): Expose QgsGeometryUtils to python bindings
- Has some handy functions and there's no strong reason anymore
why these shouldn't be part of stable API
2017-02-11
- 11:34 PM Revision 9ceb6c67 (qgis): Merge pull request #4109 from nyalldawson/db
- Rename "Db"/"DB" in API to "Database"
- 10:36 PM Revision a1369955 (qgis): allow to search and higlight options
- 10:36 PM Revision 4cba4781 (qgis): use stylesheet rather than palette
- add doxygen comments and fix sip bindings
- 10:36 PM Revision f3102bbf (qgis): option to show a search icon in QgsFilterLineEdit
- 09:44 PM Revision fe75e1f2 (qgis): processing: fix warning
- 09:03 PM Revision 718581ff (qgis): adapt bindings to sip 4.19 (fixes #16071)
- 11:19 AM Revision 4aa67fc0 (qgis): debian packaging: add missing dependency (fixes #16179)
- 01:14 AM Revision 6afd9a49 (qgis): update_ts: avoid excessive number of arguments (for windows)
2017-02-10
- 08:36 PM Revision 801821f6 (qgis): osgeo4w: fix quoting in batch files
- 06:07 PM Revision 274f61f2 (qgis): Merge pull request #4037 from wonder-sk/union-fixes
- [processing] Union: fix output of features that do not instersect layer A
- 05:57 PM Revision 565ad285 (qgis): fix doxygen comment
- 05:04 PM Revision f7380c1b (qgis): Merge pull request #4132 from NaturalGIS/fix_ogr_postgis_mandatory_params
- [processing] make ogr postgis parameters mandatory where needed
- 05:02 PM Revision e8be083d (qgis): [processing] remove unused parameters from test (followup 5ade65aa16)
- 04:59 PM Revision 5c8c53c3 (qgis): [processing] more fixes to GdalAlgorithm dialog (followup 47d46bb8c3)
- 04:43 PM Revision 40dfdd79 (qgis): Merge pull request #4131 from NaturalGIS/fix_ogr_offset_lines
- [processing] remove useless options form ogr offset line tool
- 04:41 PM Revision 26448364 (qgis): make ogr postgis parameters mandatory where needed
- 04:39 PM Revision cc1adc52 (qgis): [processing] handle case when default CRS is None and parameter is not ...
- 04:38 PM Revision 47d46bb8 (qgis): [processing] fix initialization of GdalAlgorithmDialog
- 04:01 PM Revision 5ade65aa (qgis): remove usless options form ogr offset line tool
- 03:41 PM Revision 16384cfe (qgis): Merge pull request #4128 from arnaud-morvan/processing_geometrypredicat...
- [processing] Remove obsolete GeometryPredicateWidgetWrapper
- 03:08 PM Revision 83c62dac (qgis): Take wfs gml directly from geometry
- 12:32 PM Revision fe2b34d8 (qgis): [Server] The RFC 7946 GeoJSON specification recommends limiting coordin...
- 12:28 PM Revision 2b12a157 (qgis): Merge pull request #4129 from rldhont/server-geojson-precision
- [Server] The RFC 7946 GeoJSON specification recommends limiting coordinate precision to 6
- 12:01 PM Revision 0e7d4287 (qgis): [Server] The RFC 7946 GeoJSON specification recommends limiting coordin...
- 11:49 AM Revision b9647773 (qgis): osgeo4w: fix designer path
- 11:16 AM Revision f07154b6 (qgis): [processing] Remove obsolete GeometryPredicateWidgetWrapper
- 11:14 AM Revision 337d1889 (qgis): [processing] Use ExpressionWidgetWrapperMixin in StringWidgetWrapper
- 11:01 AM Revision 7bffef70 (qgis): [processing] Fix ModelerParametersDialog when len(widget) == 0
- 11:01 AM Revision c768edf9 (qgis): [processing] Add postgis widget wrappers
- 10:18 AM Revision 501a5f92 (qgis): [processing] always load ExecuteSQL algorithm
- 09:31 AM Revision c0eb9975 (qgis): Merge pull request #4118 from alexbruy/processing-saga-ltr
- [processing] support only SAGA LTR
- 05:40 AM Revision 97f6a525 (qgis): [win] Show task manager progress in windows task bar
- Hooks the task manager progress reports up to a Windows taskbar button
progress bar. This lets you easily see when a ... - 01:05 AM Revision a46afcad (qgis): Fix signature difference between header and cpp
- 01:05 AM Revision 533e7961 (qgis): Drop deprecated win api call for handling win 9.x compatibility
- There's no way QGIS 3.0 is windows 98 compatible!!
2017-02-09
- 07:48 PM Revision 2ea3ac46 (qgis): Merge pull request #4122 from alexbruy/processing-gdal2
- [processing] remove code with GDAL 1.x API calls
- 07:47 PM Revision 06506fec (qgis): Merge pull request #4123 from radosuav/fix_grass6_provider
- [processing] small fix in GRASS 6 provider
- 05:04 PM Revision dda66702 (qgis): [processing] Add class ExpressionEnabledWidgetWrapper
- 04:12 PM Revision 482aadc4 (qgis): [processing] Add possibility to pass additionnal parameters to widget w...
- 03:57 PM Revision 539ee16f (qgis): [Processing] Small fix in GRASS 6 provider
- 01:25 PM Revision 2c188b2b (qgis): [processing] fix helper function from system module (fix #16128)
- 01:15 PM Revision f66646c4 (qgis): [processing] remove code with GDAL 1.x API as QGIS 3 will require GDAL...
- 12:38 PM Revision 5489f855 (qgis): Merge branch 'symbolselector_fix'
- 12:33 PM Revision 552b6b89 (qgis): set margins in code instead of .ui file
- 12:33 PM Revision 09df5f5a (qgis): Make single symbol render properties widget similar to other
- - removed extra scroll
- added small margin - 12:33 PM Revision 2d06cf0a (qgis): Remove margins from symbol selector
- 12:10 PM Revision 452641be (qgis): Merge pull request #4115 from alexbruy/vector-style-layout
- reduce margings main layout in the Style tab of the vector properties dialog
- 11:25 AM Revision 71f1d28b (qgis): Merge pull request #4121 from arnaud-morvan/processing_fix_modeler_open...
- [processing] fix modeler and batch file dialog
- 11:14 AM Revision 3a12f2a0 (qgis): Fix Boolean widget wrapper in batch dialog
- 11:05 AM Revision c43b04ff (qgis): Fix modeler and batch file dialog
- 10:49 AM Revision 732b501d (qgis): [processing] support only SAGA LTR
- 10:09 AM Revision 7ff894ac (qgis): include private headers in install
- 09:40 AM Revision d55ab856 (qgis): processing: fix escaping
2017-02-08
- 03:10 PM Revision 84bef5f3 (qgis): [processing] added missing import
- 02:30 PM Revision 4b730c33 (qgis): sipdiff: remove forward declarations and option to keep comments
- 12:43 PM Revision bd6e0685 (qgis): Merge pull request #4117 from NaturalGIS/fix_qgis3_ogrtools
- [processing] fix some ogr tools in master
- 12:37 PM Revision e4d3da2e (qgis): moved node value parsing to ogc filter parsing
- 12:22 PM Revision 566c058d (qgis): fix some ogr tools in master
- 12:09 PM Revision 2dfb6dcc (qgis): Moved check single value in expressionFromOgcFilter
- 11:14 AM Revision f9999708 (qgis): [processing] small fix to R provider
- 10:15 AM Revision e05a8caf (qgis): moved node value parsing to ogc filter parsing
- 04:59 AM Revision 2f68d1a7 (qgis): Fix build warning when debug mode disabled
- 04:16 AM Revision 586631b7 (qgis): Fix leak in expressions
- 04:16 AM Revision a80258f8 (qgis): Fix some leaks in test suite
2017-02-07
- 12:24 AM Revision f945123b (qgis): Fix leak in QgsSymbolLegendNode
- 12:20 AM Revision 39fa842c (qgis): Fix leak of label engine when start called on single render job multipl...
- 10:30 PM Revision 42ec4e65 (qgis): Fix some leaks in geometry test suite
- 10:29 PM Revision 91d2e4fa (qgis): Fix leak in QgsGeometry make valid
- Also swap some GEOS methods to managed versions
- 10:29 PM Revision c80d84e9 (qgis): Fix jump on uninitialized value
- 10:16 PM Revision c400326a (qgis): Fix memory leak in geometry snapper
- 10:07 PM Revision cb1849ff (qgis): Fix leaks, multiple connects in QgsFileDownloader
- 10:07 PM Revision 826a8675 (qgis): Fix large memory leak in vector file writer (fix #16003)
- Every written geometry is being leaked... ouch!
- 10:07 PM Revision 15dcb6fb (qgis): Fix expressions leaking internal data
- 10:07 PM Revision aad7c5ea (qgis): Fix leak in QgsCoordinateReferenceSystem
- 10:07 PM Revision 2555d281 (qgis): [composer] Fix use of uninitialized member (unlikely to occur outside o...
- 09:46 PM Revision 4f7caa02 (qgis): Fix macOS bundling of server service libraries
- 04:35 PM Revision 835ffb0f (qgis): sipdiff also remove nullptr
- 04:26 PM Revision 02c28865 (qgis): sipdiff remove function definitions and Q_OBJECT/ENUM/PROPERTY
- 03:57 PM Revision 44698d45 (qgis): [processing] don't quote geometry column name (fix #16122)
- 03:47 PM Revision bb4c8c06 (qgis): [processing] fix R syntax highlighting (fix #16082)
- 03:29 PM Revision 4963548f (qgis): [processing] warn user about incorrect input data when calculating
- mean coordinates using weight field (fix #9084)
- 03:24 PM Revision 9bd0d7a7 (qgis): strip trailing slash from the help path if necessary (fix #16156)
- 03:00 PM Revision af519bad (qgis): reduce margings main layout in the Style tab of the vector properties
- dialog
- 02:57 PM Revision 0dc12577 (qgis): make sipdiff available on mac
- 02:49 PM Revision 07aa5598 (qgis): fix directory detection in check_spelling.sh when pre-commit hook is li...
- 02:47 PM Revision e5fd81ff (qgis): osgeo4w: fix running of python tests
- 02:37 PM Revision 5b27d827 (qgis): update scripts/update_ts.sh to use pylupdate5
- 11:52 AM Revision 94a26399 (qgis): Merge branch 'processing-makevalid'
- 11:52 AM Revision d3003de6 (qgis): [processing] add tags and short help
- 11:52 AM Revision 7df04ac7 (qgis): [processing] Fix Geometry algorithm always produces multi-geometry
- Also added code to handle GeometryCollections
- 11:52 AM Revision 91fe2f93 (qgis): explicitly convert geometry to multi
- 11:52 AM Revision 5a5c1bf6 (qgis): test for Processing "fix geometries" algorithm
- 11:52 AM Revision 0293bc76 (qgis): [FEATURE][processing] algorithm to fix invalid geometries using native
- makeValid() implementation
- 11:36 AM Revision 11f08362 (qgis): UI update to the raster & vector save as dialogs (#4083)
- 10:40 AM Revision ae74220e (qgis): fix crash caused by use of std::sort and sort function to conforming to...
- 07:41 AM Revision 0d1b7dc7 (qgis): add missing QScintilla includes
- 05:32 AM Revision 6f2045fd (qgis): fix QgsProject::readNumEntry() validity check (#4112)
- 05:29 AM Revision 0f5b3fd1 (qgis): Merge pull request #4110 from nyalldawson/label_cache
- [FEATURE] Cache labeling result to avoid unnecessary redraws when refreshing canvas
- 05:08 AM Revision 61523c81 (qgis): Update label test masks following sort algorithm change
- std::sort is returning a slightly different sort order when
label z order (or label cost) is equal
Given that the or... - 04:25 AM Revision 57d6f6d0 (qgis): Merge pull request #4107 from DelazJ/tips
- Update Startup tips
- 04:03 AM Revision f3d53b8d (qgis): Fix inefficient code
- 03:58 AM Revision a43abece (qgis): Fix failing test
- 03:47 AM Revision 3ed6f5b7 (qgis): Replace deprecated qSort/qStableSort/qGreater/qLess with std:: algs
- 03:33 AM Revision 84087774 (qgis): Replace deprecated qSwap with std::swap
- 03:32 AM Revision 337dabea (qgis): Swap QSharedPointer to std::shared_ptr
- 03:08 AM Revision aed6c735 (qgis): Swap QScopedPointer to std::unique_ptr
- Why?
- no benefits to QScopedPointer over std::unique_ptr
- unlike QScopedPointer, std::unique_ptr has no overhead
ov... - 02:24 AM Revision a08137f1 (qgis): Add unit tests for map renderer label caching
- 01:07 AM Revision d0d9bab0 (qgis): Don't cache labeling if blend modes are used
- The flattening of the label results to an image blocks
blend modes applying correctly to underlying layers - 01:07 AM Revision 9757116a (qgis): Fix crash
- 01:07 AM Revision 2b3805ee (qgis): Reuse existing labeling results if cached labels were redrawn
- 01:07 AM Revision 33eb4bc0 (qgis): [FEATURE] Cache labeling result to avoid unnecessary redraws
- when refreshing canvas
This change allows the labeling results to be cached to an image
following a map render. If t...
2017-02-06
- 12:58 AM Revision 9475850f (qgis): * update INSTALL
- * osgeo4w: search qt5 first and use pyrcc5.bat
- 12:32 AM Revision d47d31d1 (qgis): Rename "Db"/"DB" in API to "Database"
- Motivations:
- consistency - we generally use expanded names, and this also
matches Qt API which uses Database instea... - 12:03 AM Revision bfd18c4a (qgis): Update Startup tips
- 01:55 PM Revision 64748aaa (qgis): compile custom widgets on Travis
- 01:30 PM Revision d84725fc (qgis): [custom widgets] add missing file widget
- 12:12 PM Revision 332961f7 (qgis): Add test for map edit tool. Test the correctness of getting default z.
- 11:48 AM Revision 6f5161a6 (qgis): spelling fix
- 05:31 AM Revision d99faecf (qgis): [ui] make layer rendering collapsed by default (#4108)
- 02:35 AM Revision c1b5da47 (qgis): Clear cached map renders if dependent layer is removed
- 02:27 AM Revision aa392dc2 (qgis): Add method to retrieve dependent layers for map renderer cached images
- 01:30 AM Revision 748acc67 (qgis): osgeo4w: packaging fixes
- 01:16 AM Revision 737c92dd (qgis): Fix logically dead code identified by Coverity
2017-02-05
- 12:28 AM Revision a80cca0f (qgis): Fix indentation
- 11:51 PM Revision 48e5c09b (qgis): Fix a lot of memory leaks when fetching provider libraries
- 11:34 PM Revision 4f7d9cdd (qgis): Merge pull request #4064 from jgrocha/delete-style-from-db-provider-pos...
- Delete style from db provider postgis
- 11:32 PM Revision 6ca2cc18 (qgis): Fix label font size unit from 2.x projects incorrectly restored (fix #1...
- 11:03 PM Revision 20eea329 (qgis): Replaced QLibrary * with more safer QScopedPointer
- 08:35 PM Revision 8b36ad5b (qgis): Updated Qt connections to the new style qgis/QGIS-Enhancement-Proposals#77
- Changed isDeleteStyleFromDBSupported to isDeleteStyleFromDbSupported
- 11:19 AM Revision c5546b03 (qgis): Allow conversion of QgsPropertyTransfomers to expressions (when possible)
- 10:58 AM Revision ac55f396 (qgis): Fix reading project properties fails if any child element
- has a tag named "properties"
- 06:16 AM Revision be9e93d6 (qgis): Refactor internals of QgsPropertyOverrideButton
- 05:27 AM Revision 54089ff7 (qgis): Follow up 4a3871, fix broken data defined properties
- (definitions are often accessed before a QgsSymboLayer/etc
is constructed) - 05:27 AM Revision fa8189a5 (qgis): Tweak property definitions for size type properties
2017-02-04
- 09:22 PM Revision 2c65a665 (qgis): revert more of ab0345
- 08:44 PM Revision e20bbd51 (qgis): translation string fixes
- 08:25 PM Revision 4a387130 (qgis): fix initial crash on windows
- 12:43 PM Revision 4f20979d (qgis): Partially revert ab0345
- 06:03 AM Revision a0cb6452 (qgis): Merge pull request #4095 from nyalldawson/label_engine_layers
- Use weak layer pointers in labeling engine
- 05:57 AM Revision 11150dde (qgis): Add additional curvepolygon with compound curve to reference geometry t...
- 05:56 AM Revision ab034531 (qgis): [processing] Rename 'export/add geometry columns' alg + add tags for di...
- 04:20 AM Revision 4bcb1dd2 (qgis): Merge pull request #4104 from nyalldawson/area
- Forward port curvepolygon area fixes to 2.18
- 03:41 AM Revision c0516a46 (qgis): Adjust test result
- 03:27 AM Revision bc7f311f (qgis): Adapt numbers in test for QgsLineStringV2::sumUpArea
- (forward port from df0f97)
- 03:26 AM Revision b0e91253 (qgis): Add unit test that makes sure that the area of a closed compound curve ...
- (forward port from be71066)
- 03:25 AM Revision 449a4a89 (qgis): Change comment for QgsCurveV2::sumUpArea
- (forward port from 1c02dc7)
- 03:25 AM Revision 81befa38 (qgis): Exclude degenerated rings from polygon area calculation
- (forward port from 64b0b1)
- 03:25 AM Revision ba7cc0f3 (qgis): Fix area calculation of compoundcurve rings if they contain a 2-vertex ...
- (forward port from 30d7423)
- 03:16 AM Revision 1d29d027 (qgis): Add additional curvepolygon with compound curve to reference geometry t...
2017-02-03
- 04:11 PM Revision d780ba75 (qgis): Merged master fixed conflict.
- 11:36 AM Revision 73e0811a (qgis): [BUGFIX][DB Manager] Detect query layer like providers do
- In postgres provider, a query layer is detected as a table starting with `(` and ending with `)`.
- 11:30 AM Revision cb9314af (qgis): Merge pull request #4100 from rldhont/bugfix_dbmanager_detect_query_layer
- [BUGFIX][DB Manager] Detect query layer like providers do
- 11:28 AM Revision fc243327 (qgis): refresh canvas when panning map to selected rows
- 11:28 AM Revision 74c65c8e (qgis): [processing] qgis voronoi test
- 08:32 AM Revision a1bdb8fc (qgis): Fix return value warning in defaultZValue function.
2017-02-02
- 12:28 AM Revision 7619cba4 (qgis): Fix/avoid Coverity null pointer dereference warnings
- 10:11 PM Revision f84508a3 (qgis): Fix Coverity uninitialized member warnings
- 04:36 PM Revision bf66e0f9 (qgis): Offline editing: support for flattening Z and M layers.
- 02:21 PM Revision 2a77ba76 (qgis): [BUGFIX][DB Manager] Detect query layer like providers do
- In postgres provider, a query layer is detected as a table starting with `(` and ending with `)`.
- 09:56 AM Revision 5939ae23 (qgis): Merge pull request #4076 from volaya/remove_processing_providers
- [FEATURE][processing] removed otb and lidartools providers
Tagged as feature to not forget mention this in changelog... - 09:54 AM Revision 95091d93 (qgis): Merge pull request #4062 from alexbruy/raster-provider
- Use native QGIS raster API instead of GDAL API in zonal statistics
- 08:32 AM Revision 02b7a551 (qgis): do not run spell check on Travis if no files were edited (only deleted)
- 07:46 AM Revision 1d118e96 (qgis): Merge pull request #4016 from nyalldawson/template_error
- Avoid startup error when project template folder does not exist
- 07:19 AM Revision fbcf6249 (qgis): remove old designer folder
- I guess that the intention is parlty solved by the custom widgets
- 05:24 AM Revision 46404f73 (qgis): Merge pull request #4081 from ghtmtt/rename_sql
- [processing] rename execute sql output
2017-02-01
- 06:11 PM Revision c30eb9e0 (qgis): Merge pull request #4097 from alexbruy/plugin-from-zip
- [FEATURE] allow installing plugins from local ZIP packages
- 04:31 PM Revision afe85ca3 (qgis): [FEATURE] allow installing plugins from local ZIP packages
- This may be useful for users who have plugin packages, so they
don't need to extract them manually. - 03:17 PM Revision e6b38aff (qgis): Revert "Merge pull request #4087 from elpaso/resource-sharing-plugin"
- This reverts commit db0fa9ff5b7421262304ce6fb5f6e832db1baa57, reversing
changes made to aaa8c4e492d135210cd989b5e3131... - 12:44 PM Revision 615745fc (qgis): Use weak layer pointers in labeling engine instead of layer ids
- 11:57 AM Revision 6c928ef0 (qgis): Add typedefs for QPointer QgsMapLayers
- 11:14 AM Revision 82060f4c (qgis): backport sorted field list issues
- If the field list is sorted by name, the touched functions
should take into consideration the sorted list IDs instead... - 10:31 AM Revision 3609c862 (qgis): Merge pull request #4072 from SrNetoChan/color_expression_help
- Extends color expression help to mention HEX color notation
- 08:53 AM Revision 5ddc536a (qgis): backport sorted field list issues
- If the field list is sorted by name, the touched functions
should take into consideration the sorted list IDs instead... - 08:49 AM Revision 11170ab2 (qgis): Updates saving passwords warning messages (#4052)
- to suggest using a authentication method
- 08:36 AM Revision c1eedc79 (qgis): Extends color expression help to mention HEX color notation
- and color name Which seems to be possible to use as well
- 07:18 AM Revision b340f04e (qgis): Remove web view widget in favor of attachment (external resource) (#4074)
- * remove photo widget config
* remove webview widget
* Remove mention of duplicate widgets
* Update api break
* migra... - 06:43 AM Revision f7201069 (qgis): Merge pull request #4091 from nyalldawson/render_cache
- QgsMapRendererCache improvements
- 05:46 AM Revision c84ea71b (qgis): Use list of map layers instead of map layer ids
- 05:42 AM Revision d0e6e178 (qgis): QgsMapRendererCache can have multiple dependent layers for a cache image
- In some cases the render result for a layer may depend on more than
one layer.
This changes QgsMapRendererCache to u... - 05:42 AM Revision 0aa085d4 (qgis): Add quick hasCacheImage method to QgsMapRendererCache
- 05:42 AM Revision de10f667 (qgis): Add unit tests for QgsMapRendererCache
- Also flip to new style connects
- 05:42 AM Revision d74fbff0 (qgis): Make QgsMapRendererCache protected members private
- This class isn't designed to be subclassed
- 05:41 AM Revision 54d8d115 (qgis): Merge pull request #4092 from nyalldawson/maprenderer_api
- Make protected members in QgsMapRendererJob not part of public API
- 05:19 AM Revision 75506867 (qgis): Make protected members in QgsMapRendererJob not part of public API
- QgsMapRendererJob and subclasses are not designed to be subclassed
outside of core QGIS code. Marking them private AP... - 03:14 AM Revision 9fcc1308 (qgis): Catch transform errors for annotations
- 03:09 AM Revision 1e5a93b0 (qgis): Add method to determine layers participating in a label engine
- 02:05 AM Revision 0438afcc (qgis): Remove some yellow squiggly lines from QtCreator
- 01:05 AM Revision c4970aaf (qgis): FindQGIS.cmake add build directory path support (macOS only)
- This should be expanded to include Linux and Win support
2017-01-31
- 12:56 AM Revision 233a01aa (qgis): FindQGIS.cmake document OSGeo4W variables
- 12:55 AM Revision 8026c983 (qgis): FindQGIS.cmake fix macOS search paths; add support for bundles
- - Setting QGIS_MAC_PATH to any QGIS.app/Contents allows for building
against any bundled install
- Prioritizes QGIS_M... - 12:31 AM Revision 1e34f860 (qgis): FindQGIS.cmake fix plugins search path; add QGIS_UI_INCLUDE_DIR
- 12:19 AM Revision 3ca86ba1 (qgis): FindQGIS.cmake search OSGeo4W qgis locations relative to install
- With newer OSGeo4W installs, the dev may have multiple ‘qgis’ installs
and this allows defining the subdirectory prio... - 12:01 AM Revision 2b470d21 (qgis): Flip some connects to new style
Also available in: Atom