Activity
From 2017-08-14 to 2017-09-12
2017-09-12
- 11:42 PM Revision 5796783e (qgis): Merge pull request #5153 from nyalldawson/geonode
- [FEATURE] QGIS - GeoNode Integration
- 09:48 PM Revision 220c5e85 (qgis): Move GeoNode browser/source select from app -> new 'geonode' provider
- Instead of including these classes in app, we instead make a
shell data provider which implements only the dataItemPr... - 09:47 PM Revision 54df0a28 (qgis): Fix geonode connection correctly storing service specific settings
- 09:47 PM Revision 9a8adfc8 (qgis): Fix spelling
- 09:47 PM Revision 3fde586b (qgis): Don't link app into provider
- 09:47 PM Revision 973ba7bd (qgis): Remove non-functional close button from geonode source select dialog
- 09:47 PM Revision b657c1ac (qgis): Move GeoNode data items from OWS provider to app
- 09:47 PM Revision 5f82705c (qgis): Revert redundant changes to ows provider
- 09:47 PM Revision 29539e67 (qgis): Move remaining geonode classes from gui->app
- 09:47 PM Revision 4e651626 (qgis): Misc optimisations to geonode data items, fix leaks
- 09:47 PM Revision e8035452 (qgis): Add missing sip file
- 09:47 PM Revision e6a8980b (qgis): Run all GeoNode tests locally, but skip ones which rely on a remote ser...
- 09:47 PM Revision 1a192836 (qgis): Class shuffle
- 09:47 PM Revision e1562df1 (qgis): [geonode] Don't block data source manager while connecting to a server
- Also add missing docstrings
- 09:47 PM Revision 33b13804 (qgis): Add a very trivial registry GeoCMS providers to app
- Currently it's only used to register GeoNode source select dialogs.
As additional GeoCMS handling is added to QGIS we... - 09:47 PM Revision a03e1eee (qgis): Rollback all geonode specific changes to QgsDataSourceManagerDialog
- 09:47 PM Revision 61e70c93 (qgis): Slight folder restructuring
- 09:47 PM Revision 687fc52a (qgis): Make sure WFS/WMS settings are respected when adding GeoNode layers fro...
- 09:47 PM Revision e2543681 (qgis): Cleanup and add docs for QgsGeoNodeConnection
- 09:47 PM Revision ac15df98 (qgis): Add support for updating a uri with GeoNode WFS/WMS related connection ...
- 09:47 PM Revision 05e047d7 (qgis): Generalize some WFS/WMS connection setting handling
- 09:47 PM Revision 4c873385 (qgis): Cleanup QgsOwsConnection
- 09:47 PM Revision 51922fc7 (qgis): Remove duplicate code
- 09:47 PM Revision 42869bb9 (qgis): Fix build
- 09:47 PM Revision ffaafa62 (qgis): Rework QgsGeoNodeNewConnection to inherit from QgsNewHttpConnection
- Avoids a lot of duplicate code.
Note that while this refactoring was done to allow WFS and WMS
settings to be simult... - 09:47 PM Revision 90237fa3 (qgis): Cleanup some strings
- 09:47 PM Revision 35eea229 (qgis): Rework QgsNewHttpConnection layout so that both WFS and WMS settings
- can be shown simultaneously
- 09:47 PM Revision 61349506 (qgis): Use explicit flags to set behavior of QgsNewHttpConnection instead of k...
- 09:47 PM Revision 88b8741f (qgis): Fix ordering of Arcgis map server item
- 09:47 PM Revision 2c001995 (qgis): Clean comments
- 09:47 PM Revision af03d2f4 (qgis): Remove Q_FOREACH, fix inefficient loops
- 09:47 PM Revision 388b37a1 (qgis): Hide non-functional style related browser actions
- 09:47 PM Revision 944cb8c4 (qgis): Revert unused changes to QgsDataItem
- 09:47 PM Revision d7fff83b (qgis): Include geonode folder in doxyden search folders
- Required to build the docs for this folder, and correctly
include the classes in the documentation coverage test - 09:47 PM Revision 80148c98 (qgis): Use QgsDebugMsg instead of QgsMessageLog for non-error feedback
- QgsMessageLog should only be used for errors or warnings,
not 'everything is working ok' type debug messages - 09:47 PM Revision 92a24990 (qgis): Fix ui file build warning
- 09:47 PM Revision 003bf3a7 (qgis): QgsGeoNodeSourceSelect is a QgsAbstractDataSourceWidget
- 09:47 PM Revision a5957af8 (qgis): Remove unused code
- 09:47 PM Revision e51a0d4f (qgis): Minor code cleanup
- 09:47 PM Revision 239e3531 (qgis): Allow QgsAbstractDataSourceWidget subclasses to add vector layers
- with a specific provider key
- 09:47 PM Revision 026309d9 (qgis): Fix memory leak
- 09:47 PM Revision 11240121 (qgis): Fix another leak
- 09:47 PM Revision e6c0ba92 (qgis): Use correct messagebox type
- 09:47 PM Revision ea4b2dd5 (qgis): Condense code
- 09:47 PM Revision 858b93b1 (qgis): Misc code cleanup
- 09:47 PM Revision 46b1e7d3 (qgis): Correctly handle using layer name option
- 09:47 PM Revision 87693690 (qgis): Rollback changes to app
- There's no need for a dedicated 'Add GeoNode layer' menu entry,
as the unified data source manager has been designed ... - 09:47 PM Revision b89c16e3 (qgis): Move QgsGeoNodeSourceSelect to app
- 09:47 PM Revision 15f92411 (qgis): Add a bit more structure to provider source select ordering
- 09:47 PM Revision b7683f20 (qgis): QgsGeonodeConnection is not a Q_OBJECT
- 09:47 PM Revision 378a9e90 (qgis): Split QgsGeoNodeConnection into two classes
- Move utility functions to QgsGeoNodeConnectionUtils
- 09:47 PM Revision b1745b0f (qgis): Pass strings by const ref
- 09:47 PM Revision a46cc54f (qgis): Static members should use a 's' prefix, not 'm'
- 09:47 PM Revision cad8fa8b (qgis): Fix can not delete geonode instance from browser.
- 09:47 PM Revision 30161585 (qgis): Add style retriever for a geonode layer.
- 09:47 PM Revision 500c5c11 (qgis): Simplify getLayers method for geonode client.
- 09:47 PM Revision 5b092aeb (qgis): Performance optimizations
- - avoid container detachments
- use QStringLiteral - 09:47 PM Revision 3d3ff709 (qgis): Fix QGIS Crash on loading WFS/WMS/XYZ layer from GeoNode.
- 09:47 PM Revision 92a1550b (qgis): fix qgis crash on startup (invalid pointer)
- 09:47 PM Revision bea89b32 (qgis): [FEATURE] QGIS - GeoNode Integration: Integrate with QGIS Browser Panel...
- * add Geonode connection menu to the toolbar
* add header files for geonode-qgis client
* add action to launch geon... - 09:47 PM Revision bdc3d366 (qgis): add copy and paste style actions to the layer node
- 05:20 PM Revision 5614df4b (qgis): Merge pull request #5164 from boundlessgeo/browser_shared_model
- [bugfix] Browser shared model
- 04:56 PM Revision b3a8d6f8 (qgis): Merge pull request #5182 from manisandro/ogr_subsetsetring
- [OGR] Ensure subset string is set when reopening dataset
- 04:08 PM Revision 54653e4a (qgis): [OGR] Ensure subset string is set when reopening dataset
- QgsOgrProvider::reloadData calls close() and open(), which in turn called setSubsetString with mSubsetString.
Since s... - 04:06 PM Revision 9dcdefd6 (qgis): Merge pull request #5181 from manisandro/ogr_subsetstring
- [OGR] Ensure subset string is set when reopening dataset
- 03:26 PM Revision 95cd8d74 (qgis): [OGR] Ensure subset string is set when reopening dataset
- QgsOgrProvider::reloadData calls close() and open(), which in turn called setSubsetString with mSubsetString.
Since s... - 03:12 PM Revision 850fed55 (qgis): Const getter and api break docs
- 03:05 PM Revision b0357049 (qgis): Merge pull request #5168 from rldhont/release-2_18-server-getprint-grou...
- [BUGFIX][Server] GetPrint request renders layers from group in wrong order
- 03:01 PM Revision 22bd2a35 (qgis): Browser: removed redundant refresh signals
- 03:01 PM Revision 3dba091b (qgis): Share QgsBrowserModel among browser instances
- 03:01 PM Revision 151cd080 (qgis): Typo delayied -> delayed
- 03:01 PM Revision 6f0950ff (qgis): Removed reference
- 03:00 PM Revision 9349ae86 (qgis): Moved the scan time to populated and get it from settings
- 03:00 PM Revision 1d4c6061 (qgis): [bugfix] Browser keeps scanning directory with gpkg file
- Fixes #17043 by introducing a check for last directory
scan timestamp and skipping the directoryChanged signal
is the... - 02:47 PM Revision 999d93ad (qgis): [console] return home directory as string instead of QDir instance (fix...
- 02:47 PM Revision 4115d06f (qgis): remove context help popup on console opening
- 12:39 PM Revision 70cd0e4d (qgis): Merge pull request #5177 from alexbruy/fix-zero-division
- [processing] prevent float division by zero in QGIS algorithms
- 12:32 PM Revision 07009f83 (qgis): aligned test to 3.x version
- 12:32 PM Revision 0aa8c84b (qgis): fixed indentation
- 12:32 PM Revision 439477a3 (qgis): set uom as const
- 12:32 PM Revision 4beeb31a (qgis): [bugfix] backport from 3.0 Fix unit of sizes when reading a SLD file (f...
- 12:32 PM Revision b26b8d97 (qgis): Merge pull request #5165 from Gustry/save_metadata
- write metadata with XML
- 12:13 PM Revision 457709d3 (qgis): Merge pull request #5173 from nyalldawson/model_crash_win
- [processing] Fix crash in modeler on Windows
- 11:46 AM Revision 592151f0 (qgis): Merge pull request #5176 from alexbruy/fix-test
- [processing] attempt to fix failing test
- 11:23 AM Revision cf16a824 (qgis): Fix indentation
- 11:09 AM Revision a090d7d9 (qgis): attempt to fix failing test
- 10:29 AM Revision a45913b2 (qgis): [ogr provider] insure connection pool updated when subset sql added/cha...
- 10:27 AM Revision 9b8fad51 (qgis): [ogr provider] insure connection pool updated when subset sql added/cha...
- 10:11 AM Revision 8c46e4be (qgis): [processing] prevent float division by zero in QGIS algorithms
- 09:32 AM Revision 06c5d24e (qgis): Merge pull request #4440 from alexbruy/gdal-compression
- expose image compression in the layer metadata (fix #15702)
- 09:25 AM Revision 220b58d0 (qgis): Fix vertex+segment vs segment snapping type
- When user picked snapping to current layer / all layers, snapping to
vertex+segment vs segment were working the other... - 09:12 AM Revision 4a974eab (qgis): Cleanup model algorithm parameter definition dialog
- 09:12 AM Revision 6bd37cc5 (qgis): [processing] Fix crash when editing models on Windows (fix #17028)
- 07:37 AM Revision 9c4d1da4 (qgis): CAD dock: fix a typo -> enable new snapping option
- When X or Y is locked and user has mouse on top of a segment, CAD dock widget
will snap at the intersection of the se... - 07:37 AM Revision 407baf03 (qgis): Only update CAD canvas item geometry when necessary
- The call to setRect() in paint() handler was triggering canvas redraws
all the time, keeping one CPU core busy nearly... - 07:28 AM Revision 814ef787 (qgis): write metadata with XML
- 07:01 AM Revision 684e1daa (qgis): Merge pull request #5167 from alexbruy/extract-by-expression
- [processing] add Extract by expression algorithm to QGIS 2.18
- 02:44 AM Revision 88c8c714 (qgis): Daily Q_FOREACH removal
- 02:20 AM Revision 8fcad6ae (qgis): [processing] List 'All files (*.*)' option last in save as dialogs
- See https://ux.stackexchange.com/questions/111689/file-dialog-formats-list-should-all-files-be-listed-first-or-last f...
2017-09-11
- 01:46 AM Revision 83f3a26f (qgis): Use offline editing plugin instead of spatial query for detecting plugi...
- 01:46 AM Revision 7048d73d (qgis): [FEATURE] Drop spatial query plugin
- * Tagged as feature to remember to include in release notes
The functionality of this plugin is duplicated in the pr... - 12:48 AM Revision 3d3b6d1a (qgis): Fix windows build
- 09:36 PM Revision 311a24a7 (qgis): Merge pull request #5166 from nyalldawson/tidy
- clang-tidy fixes
- 05:06 PM Revision 67725417 (qgis): CAD dock: fix a typo -> enable new snapping option
- When X or Y is locked and user has mouse on top of a segment, CAD dock widget
will snap at the intersection of the se... - 04:45 PM Revision 494fa15f (qgis): Fix node tool sometimes behaving incorrectly with topo editing
- This would happen especially when zoomed out due to mismatch of snapping match vs original map point
- 03:43 PM Revision 7c9105d0 (qgis): Only update CAD canvas item geometry when necessary
- The call to setRect() in paint() handler was triggering canvas redraws
all the time, keeping one CPU core busy nearly... - 02:49 PM Revision bb200475 (qgis): Make CAD dock work well with node tool when adding vertex at endpoint
- 01:55 PM Revision 9b04589c (qgis): More missing docs
- 01:43 PM Revision 6166d212 (qgis): Add missing docs
- 01:42 PM Revision 9d12581f (qgis): [BUGFIX][Server] GetPrint request renders layers from group in wrong order
- Fixed #16769
- 01:30 PM Revision 727d2092 (qgis): Add missing override keyword
- 01:29 PM Revision ce3ac5f4 (qgis): Fix clang-tidy misleading comment warning
- 01:29 PM Revision 839c3e50 (qgis): Remove redundant code
- 01:29 PM Revision 78558496 (qgis): Use std::move to reassign unique_ptrs
- 01:28 PM Revision 68ad9fea (qgis): Fix clang-tidy int to bool conversion warning
- 01:28 PM Revision 6ca50a02 (qgis): Fix clang-tidy redundant .get() calls
- 01:27 PM Revision f2875a96 (qgis): Fix clang-tidy redundant return/continue warnings
- 01:27 PM Revision 357f998e (qgis): Remove redundant virtual keyword from signatures with override
- 01:26 PM Revision b7f21446 (qgis): Fix clang-tidy use emplace_back instead of push_back warnings
- 01:25 PM Revision 27161279 (qgis): Remove more unnecessary destructors, flip empty constructors to =default
- 01:21 PM Revision c1797804 (qgis): Use .empty() instead of .size() > 0/.size() >=1/etc
- Possibly faster, and clearer to read
- 01:19 PM Revision 2a338444 (qgis): Pass by const ref where possible
- 12:53 PM Revision 68a39a28 (qgis): Fix settings icon for CAD dock widget
- Previously it used an icon from georeferencer's QRC
- 10:38 AM Revision c8aceb22 (qgis): [processing] add Extract by expression algorithm as combination
- of "Select by expression" and "Save selected features" does not
work in modeler - 09:26 AM Revision 2e8d7f03 (qgis): Fix broken signals for AFS/AMS layer addition from the datasource dialog
- 09:11 AM Revision 7afec4bd (qgis): Cleanup pointer comparisons to nullptr
- 09:11 AM Revision b468ab3e (qgis): Simplify boolean expressions
- By applying clang-tidy readability-simplify-boolean-expr fixit
- 09:11 AM Revision d9ebd3b8 (qgis): Remove some unnecessary delete guards
- Via clang-tidy readability-delete-null-pointer
- 09:11 AM Revision c9fa9765 (qgis): Use =delete to remove default functions
- Via clang-tidy modernize-use-equals-delete
- 09:11 AM Revision ccf0dc8f (qgis): Remove some unnecessary initializers
- From clang-tidy readability-redundant-member-init
- 09:11 AM Revision b20b8316 (qgis): 0/NULL -> nullptr
- Using clang-tidy modernize-use-nullptr
- 09:10 AM Revision c78ca050 (qgis): Ignore =default during doxygen coverage test
- 09:10 AM Revision 07e12e28 (qgis): Replace reimplemented default methods by = default
- Using clang-tidy modernize-use-equals-default
- 09:10 AM Revision 851c0811 (qgis): Remove use of deprecated header
- 09:10 AM Revision 904aaefe (qgis): Avoid casting int to bool
- Using clang-tidy modernize-use-bool-literals
- 09:09 AM Revision ba64e3e5 (qgis): Remove redundant initializations
- Fixes when a member is initialized both in the header and
source to the same initial value
(via clang-tidy modernize... - 08:15 AM Revision 32dee448 (qgis): Merge pull request #5156 from boundlessgeo/gpkg_tab
- [feature][needs-docs] Gpkg tab in source select dialog
- 07:50 AM Revision a6506810 (qgis): Merge pull request #5131 from nyalldawson/location_algs
- Rework Select by Location algorithm
- 07:50 AM Revision 7f5bd00c (qgis): Merge pull request #5154 from nyalldawson/stats
- [processing] Improve Stats by Categories algorithm, remove duplicate algs
- 03:37 AM Revision cf8afc1e (qgis): Merge pull request #5159 from alexbruy/fix-filter
- [processing] fix file filter construction for output files
2017-09-10
- 06:52 PM Revision 8aeffdb4 (qgis): Reduce debugging noise when using curved geometries
- 06:45 PM Revision 1b588c85 (qgis): Merge pull request #5148 from wonder-sk/adv-digitizing-cleanup-2
- Advanced digitizing cleanup - part 2
- 04:34 PM Revision 22ad6729 (qgis): More advanced digitizing dock widget cleanups
- - CaptureMode enum has been moved back to QgsMapToolCapture where it belongs
- map tools that need clearing of CAD po... - 04:34 PM Revision ae713b4c (qgis): Move snapSegment() from map mouse event to private area of CAD dock
- 04:34 PM Revision 2f8afc02 (qgis): Remove some workarounds for advanced digitizing from node tool
- 04:34 PM Revision f938b60f (qgis): Handle mouse events of adv.digitizing map tools in the map tool base class
- 04:33 PM Revision a2b2567c (qgis): Better control of CAD dock widget operation from map tools
- 06:07 AM Revision 02e8f1e6 (qgis): Fix tests
- 03:38 AM Revision cea7eb8b (qgis): Merge pull request #5119 from nyalldawson/layout_next3
- [layouts] Undo/redo framework
- 02:59 AM Revision 2a88a5a9 (qgis): Optimise calcuation of disjoint features
- 02:54 AM Revision 6d94e6fc (qgis): Optimise Extract/Select by Location alg
- Only create and prepare the GEOS representation for intersection
layer features when we encounter a feature in the ta... - 02:50 AM Revision 6a760ef3 (qgis): More tests for Extract by Location
- 02:45 AM Revision e0026609 (qgis): Fix missing geometries/attributes in Extract by Location
2017-09-09
2017-09-08
- 10:13 PM Revision 9d7273da (qgis): More Q_FOREACH removal
- 03:12 PM Revision 1caaa2e6 (qgis): Range for loop without detach
- 03:12 PM Revision d568ce33 (qgis): Replace Q_FOREACH by range for loop
- 03:12 PM Revision 31b6b588 (qgis): Node tool: give priority to the current layer when selecting vertex
- 12:36 PM Revision 8abf6dc4 (qgis): Update tests for OGR getLayers now returning also the geometry column name
- 12:34 PM Revision 640a27b4 (qgis): Drop python Select/Extract by Location algs
- 12:32 PM Revision f4b9bbd8 (qgis): Swap unit tests to use native algorithms
- 12:20 PM Revision cecdf336 (qgis): Native c++ Extract by Location algorithm
- 12:09 PM Revision f799d3af (qgis): Move allFeatureIds from QgsVectorLayer to QgsFeatureSource
- 12:05 PM Revision 7a627462 (qgis): fix capitalisation
- 10:56 AM Revision 1fb48f45 (qgis): [processing] fix file filter construction for output files
- 10:40 AM Revision f0e021c2 (qgis): Merge pull request #5000 from jgrocha/add-default-layers
- [FEATURE][needs-docs] Add XYZ connection to provide default OpenStreetMap tiles
- 09:40 AM Revision 1aa76ac1 (qgis): Port Select by Location to c++
- 09:36 AM Revision 274cc6c8 (qgis): Disable SQL filter when a raster is selected
- 09:26 AM Revision 7d4c24ee (qgis): Give credits to the original author of the source select
- and amend some comments
- 09:03 AM Revision 25c27b3c (qgis): avoid leak
- 09:02 AM Revision 133d16c5 (qgis): use SIP_SKIP (followup 5c3a72014)
- 08:48 AM Revision 24a4ab7f (qgis): Rework Select by Location algorithm
- Changes:
- handle different CRS transparently
- don't build a spatial index on the selection layer. Instead
only us... - 08:48 AM Revision a9f45400 (qgis): Remove 'precision' option from spatial relation processing algs
- Rationale:
- the correct use for this option is unclear, and users are
mistakenly using it as a 'tolerance' option
- ... - 08:40 AM Revision eca61370 (qgis): Use the new generic OGR source select class
- 08:39 AM Revision ce3d644e (qgis): Generic implementation of OGR file DB connection
- 08:37 AM Revision 1a9fa28b (qgis): New generic file-based DB OGR source select
- 08:35 AM Revision 6e34681b (qgis): Use the OGR generic methods
- 08:35 AM Revision 4ca972a2 (qgis): Fix stats by categories tests on Travis
- 08:34 AM Revision 1b72a0d8 (qgis): Moved some reusable methods from gpkg to the ogr items class
- 08:33 AM Revision e9fd4095 (qgis): Allow multiple primary key fields to be specified for processing tests
- `
- 08:24 AM Revision ce541116 (qgis): Added add geopackage icon
- 08:23 AM Revision abb99e5f (qgis): Refactor of QgsGeoPackageConnection to a generic class
- 08:06 AM Revision 5c3a7201 (qgis): fix qgsgeometry sip
- 08:06 AM Revision 6ae929e9 (qgis): initial commit
- 08:06 AM Revision 629f46d3 (qgis): add overload methods
- 04:30 AM Revision 8770625d (qgis): Fix CMake bundling error on macOS
2017-09-07
- 01:21 AM Revision c750cb21 (qgis): Fix existing unit test, add new tests
- 01:10 AM Revision 2612c395 (qgis): [processing] A non optional, multiple field input must have at least
- one selected field to be considered valid
- 12:52 AM Revision 30866190 (qgis): [FEATURE] Allow multiple category fields in 'stats by category'
- 12:52 AM Revision ea2e537c (qgis): Make value field in 'Stats by category' optional
- If not set, only the feature counts for each category will
be calculated - 12:52 AM Revision 9a091651 (qgis): [FEATURE] Drop 'Frequency analysis' and 'Number of unique values in cla...
- The functionality of both these algorithms is available in 'stats by
categories' - 12:52 AM Revision 30c663ea (qgis): Fix calculation with null strings
- 12:52 AM Revision 4e78e034 (qgis): [FEATURE] Improve Stats by Categories algorithm
- - allow non spatial inputs
- allow calculation of stats on any field type, with specific
string and datetime stats ca... - 05:21 PM Revision 20d82441 (qgis): Merge pull request #5094 from pblottiere/trust2
- [FEATURE] Trust project option
- 04:12 PM Revision 31b51178 (qgis): Added static QgsLayerItem::iconName(LayerType) for reuse and consistency
- 03:44 PM Revision 51abef4d (qgis): Add geometry column name to sublayers result
- 10:44 AM Revision 437aefa3 (qgis): Move trust checkbox in data sources tab
2017-09-06
- 10:09 PM Revision 83d5e774 (qgis): Merge branch 'regularShape_gui' of https://github.com/lbartoletti/QGIS ...
- 10:06 PM Revision eee75771 (qgis): Use unique_ptr
- 09:55 PM Revision e57c3b39 (qgis): Merge branch 'master' into regularShape_gui
- 09:52 PM Revision 37b60527 (qgis): Add Rectangle from 3 points
- 04:22 PM Revision 76b2b8ee (qgis): Add some tests
- 04:22 PM Revision 456ca000 (qgis): Rename methods
- 04:22 PM Revision 8a17a608 (qgis): Trust is now a project option instead of a global option
- 03:59 PM Revision d8fa85eb (qgis): [backport on 2.14] enable custom help in python expressions
- 03:58 PM Revision a0e6b7fd (qgis): Code cleanup
- Remove already declared groups in header
- 03:46 PM Revision 21c5f3d3 (qgis): Fix extent writing in project file
- 03:46 PM Revision b55c1349 (qgis): Do not check primary key unicity on views when trustProject option is a...
- 03:46 PM Revision 384e85ca (qgis): Add option on layer to read extent from xml in case of data source with...
- 03:46 PM Revision 7ef2e704 (qgis): Some cleanup and renaming
- 03:46 PM Revision eb725f33 (qgis): Do not update extent by default if trust project option is activated
- 03:46 PM Revision 5b5dc954 (qgis): Add an enum for postgres relation kind
- 03:46 PM Revision 088acdba (qgis): Extent for vector layers should not be read from qgis project by default
- 03:46 PM Revision 3b5236cb (qgis): [needs-doc] Add Trust Project option
- 03:46 PM Revision 4a084bf9 (qgis): Add tests
- 03:16 PM Revision 026083f1 (qgis): Add QgsGeoPackageLayerInfo and move sublayers logic
- sublayers is now a reusable static function
- 03:14 PM Revision 16ea6935 (qgis): Removed blank lines
- 11:41 AM Revision 96cb8c39 (qgis): Leave more defaults for vector creation to OGR
- 11:37 AM Revision 59d75828 (qgis): Add help link for OWS Server tab
- 11:37 AM Revision 02c43445 (qgis): Set the most accurate User Manual page to Project Properties tabs
- Because some of the tabs in the dialog have a dedicated chapter where they are fully described, better use those link...
- 11:36 AM Revision f0cf4c3e (qgis): Merge pull request #5137 from m-kuhn/expressionhistory
- [FEATURE] History for attribute table form view display expressions
- 11:06 AM Revision 93bc31d0 (qgis): QgsVectorFilewriter skip default null options
- Don't specify dataset options which have null default values. Setting
these as empty strings might introduce a differ... - 10:46 AM Revision ee75d8cd (qgis): Fix build with Qt 5.5
- 10:46 AM Revision 6f9be4de (qgis): [travis] Fail fast on error
- 10:14 AM Revision b3c15900 (qgis): [travis] Stop building on errors
- 09:17 AM Revision a0983908 (qgis): [travis] Fold build output
- 09:15 AM Revision 33f0a604 (qgis): [travis] Workaround timeouts
- 09:14 AM Revision 3b839ceb (qgis): Merge pull request #5084 from pblottiere/server_bugfix_ogc_mode
- [server][bugfix] Fixes OGC test on getmap:each-format mode for 1bit/8bit/16bit
- 08:28 AM Revision eb9e2ace (qgis): Add some tests
- 08:28 AM Revision 25accbcb (qgis): Fix OGC test getmap:each-format mode for 1bit/8bit/16bit
- 05:51 AM Revision 2e20b6f6 (qgis): Merge pull request #4720 from nyalldawson/ref_geom
- Template based referenced geometry class
- 03:25 AM Revision f1313af9 (qgis): Add some more unit tests
- 03:25 AM Revision f12bb74b (qgis): Add missing docs
- 03:25 AM Revision 1e1ed8a4 (qgis): Add unit tests for referenced geometries
- 03:25 AM Revision 6ab7ebad (qgis): Metatype Qgs(Referenced)Rectangle/PointXY
- 03:25 AM Revision 8053b96e (qgis): fix constructor and skip method with same python signature
- 03:25 AM Revision 1194b5ab (qgis): Use inheritance rather than composition for QgsReferencedGeometries
- See https://github.com/qgis/QGIS/pull/4720#issuecomment-308652392
for discussion of the rationale - 03:25 AM Revision e926f345 (qgis): Update sip
- 03:25 AM Revision 1a961e80 (qgis): Template based referenced geometry class
- 03:20 AM Revision 9502022b (qgis): Merge pull request #5141 from nyalldawson/disable_osx_travis
- Disable Travis OSX builds
2017-09-05
- 01:10 AM Revision 2830f31e (qgis): Disable Travis OSX builds
- They are broken and ignored at the moment, but still
causing a massive backlog and delay in obtaining
the valid test ... - 08:23 PM Revision e464c76b (qgis): Merge pull request #5110 from nyalldawson/ogr_crs
- [ogr] Don't try to calculate CRS for geometryless layers
- 08:22 PM Revision a11e0c66 (qgis): Merge pull request #5130 from nyalldawson/deprecated
- Fix use of some deprecated Qt methods
- 08:22 PM Revision 26b9c043 (qgis): Merge pull request #5116 from nyalldawson/remove_transect
- Remove QgsTransectSample
- 07:27 PM Revision 5f5be253 (qgis): Merge pull request #5124 from boundlessgeo/providers_gui_config
- Providers gui config
- 06:19 PM Revision ff2c109d (qgis): Make ogr a bit less verbose
- 06:19 PM Revision 11240a3d (qgis): Remove dead code
- 06:19 PM Revision 93ec7616 (qgis): Make raster rendering a bit less verbose
- 06:19 PM Revision 1d0de602 (qgis): Remove generic debug noise
- 06:18 PM Revision 63d0a915 (qgis): [FEATURE] History for attribute table form view display expressions
- It's possible to re-use the last 10 display expressions in the form view
of the attribute table.
The expressions wil... - 05:08 PM Revision 59aaa278 (qgis): Use the tooltip: virtual layer needs it
- ... because the automatically generated one was:
"Add Virtual Layer layer" - 05:03 PM Revision 08588a54 (qgis): Add tooltips and tests for the provider class
- 04:58 PM Revision e43cb796 (qgis): Q_FOREACH removal
- 04:56 PM Revision 41eccd1b (qgis): Sip updates for qgssourceselectprovider
- 04:55 PM Revision fb125056 (qgis): Removed SIP_FACTORY and fixed docstrings
- 03:28 PM Revision b3448ed4 (qgis): Typo corrected
- appoximation --> should be: approximation
- 02:16 PM Revision 117261bf (qgis): Fix for #17104
- 02:15 PM Revision 8efa9fa8 (qgis): [FEATURE] Add "starts with" and "ends with" to multi attribute search
- 12:56 PM Revision 655f121a (qgis): Merge pull request #5129 from nyalldawson/collect
- [processing] Rework 'singlepart to multipart' algorithm
- 12:18 PM Revision 4ea4478b (qgis): Thread safety for feature counter
- Make sure that results from a feature counter will only be delivered on
the main thread and that they will be discard... - 11:46 AM Revision 76278510 (qgis): Fix bad strings
- 11:46 AM Revision 08c5c4b1 (qgis): Add notes to see related algorithms in algorithm help
- 11:41 AM Revision a55fbd8e (qgis): [FEATURE] Remove Singleparts to Multiparts algorithm
- This algorithm is no longer required - it's been replaced by
the 'Promote to multipart' and 'Collect geometries" algo... - 11:41 AM Revision 16c4f830 (qgis): [FEATURE] New algorithm for 'collecting' geometries
- This is basically the equivalent of the dissolve algorithm, but
instead of a dissolving overlapping geometries the ge... - 11:40 AM Revision 3484eb01 (qgis): [FEATURE] Native 'Promote to Multipart' algorithm
- This algorithm is basically the equivalent of the ST_Multi(...)
command - it forces a feature's geometry to become mu... - 11:39 AM Revision 8776122d (qgis): Show WKB type in vector layer information tab
- 10:58 AM Revision b5bb7df7 (qgis): Merge pull request #5111 from nyalldawson/min_bounding_geom_alg
- [FEATURE] New processing algorithm "minimum bounding geometry"
- 10:32 AM Revision 40932238 (qgis): Fix for #17104
- remove white space
- 09:32 AM Revision 88dc6150 (qgis): Fix build with GDAL<2
- 09:22 AM Revision d08398f7 (qgis): [FEATURE] Drop processing 'Select by Attribute Sum' algorithm
- Tagged as feature to be included in release notes.
Because:
- The use case for this algorithm is very unclear for u... - 06:03 AM Revision 83e68585 (qgis): Replace use of deprecated QSqlError::number
- 06:03 AM Revision 1b5fbf98 (qgis): Replace use of qCopy
- 06:03 AM Revision b196d37c (qgis): Replace use of deprecated QShortcut string operator
- 06:03 AM Revision 77c4edfb (qgis): Replace use of deprecated Qt::escape
- 06:03 AM Revision 84774ee2 (qgis): Replace use of qSort with std::sort
- 06:03 AM Revision 422963e9 (qgis): Replace use of deprecated QMouseEvent::posF()
- 06:03 AM Revision 25a18b9c (qgis): Replace use of deprecated QString::fromAscii
- 06:03 AM Revision 31fcc67a (qgis): Replace use of deprecated QHeaderView methods
- 04:59 AM Revision 72462ae2 (qgis): [symbology] fix duplicate layers in symbol levels dialog (#5041)
- 04:23 AM Revision b0f71e5c (qgis): Daily Q_FOREACH -> for conversion
- 03:17 AM Revision 64718766 (qgis): Add some layout undo/redo tests
- 02:48 AM Revision 8b490dec (qgis): Don't create undo commands for snap settings changes
- In practice this turns out to be undesirable - snapping changes
are more of a semi-permenant interface setting as opp... - 02:23 AM Revision 0062513b (qgis): Identation
2017-09-04
- 01:54 AM Revision 7458dbf9 (qgis): Fix unused variable warning
- 01:53 AM Revision a77950cb (qgis): SIP, indentation and documentation updates
- 01:39 AM Revision 62dcd0da (qgis): Start work on undo/redo support for layouts
- 01:39 AM Revision 44a8a514 (qgis): Move guide collection under page collection
- 01:39 AM Revision d5552cda (qgis): Auto close item properties widget when item is deleted
- 01:39 AM Revision 3bc9de51 (qgis): Fix setting custom page size
- 01:39 AM Revision 1589b4e6 (qgis): Implement some saving/restoring layout items to XML
- 01:39 AM Revision 66e1cf04 (qgis): Port methods to retrieve layout items
- 01:18 AM Revision ddb3198e (qgis): Add some more debugging to processing algorithm test
- Trying to pinpoint which algorithm occasionally segfaults during
test runs - 01:05 AM Revision b9c7b127 (qgis): Merge pull request #5120 from strk/drop-unreachable-code
- Remove unreachable code from curveToLine
- 10:42 PM Revision c241c6a1 (qgis): Fix include path usage from 3rd party
- 10:42 PM Revision 1db62ac6 (qgis): Make sure classes do not miss their key function
- 09:58 PM Revision 916dbce9 (qgis): Merge pull request #5128 from manisandro/globe
- [Globe] Adapt for QGIS API changes, add Qt5 compatibility, support osgEarth up to current git master
- 09:08 PM Revision e21630db (qgis): Sipify
- 08:56 PM Revision c575eb42 (qgis): Merge pull request #5125 from manisandro/ogr_orig_fid
- [2.18][OGR] Attempt to use actual ogr_fid also if subset string is set
- 08:50 PM Revision 14f9cd19 (qgis): [Globe] Adapt for QGIS API changes, add Qt5 compatibility, support osgE...
- 08:38 PM Revision 04af8372 (qgis): Fix build warnings
- 06:30 PM Revision 8eaeaaa0 (qgis): [OGR] Attempt to use actual ogr_fid also if subset string is set
- If a subset string is set on an OGR layer, the feature iterator returns features with ids taken from a sequence start...
- 05:35 PM Revision 884b58c5 (qgis): Resistance is futile, you will be sipified
- 05:01 PM Revision c43cd995 (qgis): Merge pull request #5122 from manisandro/ogr_subset_fid
- [OGR] Attempt to use actual ogr_fid also if subset string is set
- 04:28 PM Revision 217e7006 (qgis): [OGR] Attempt to use actual ogr_fid also if subset string is set
- If a subset string is set on an OGR layer, the feature iterator returns features with ids taken from a sequence start...
- 03:28 PM Revision d47fdbc7 (qgis): Implement sourceSelectProviders() for all providers
- 03:16 PM Revision fd7bcb36 (qgis): Updates tests for source select registry
- 03:15 PM Revision 50e0a010 (qgis): Sip updates for source select provider and registry
- 03:11 PM Revision 2d073d6f (qgis): Remove all hardcoded source selects: rely on the registry
- The data source manager dialog is now clean from
hardcoded provider keys and there is a mean to
add items to the dial... - 02:18 PM Revision e677e1f4 (qgis): Implement logic to use radio buttons for diagram placement
- 02:18 PM Revision 399c2ca0 (qgis): Removing placement button groups declaration
- 02:18 PM Revision ea303771 (qgis): Moving diagram placement options from combobox to radio buttons
- 01:12 PM Revision eb0d5707 (qgis): Link gui
- 11:51 AM Revision 858413e5 (qgis): Improve test: assert → assertTrue
- 11:44 AM Revision 2920c012 (qgis): translation string fix
- (cherry picked from commit 3943e7b9310714cbf2b2943669a8c8f56f3ed884)
- 11:43 AM Revision fa8e1a71 (qgis): german translation update
- 11:43 AM Revision 3943e7b9 (qgis): translation string fix
- 11:12 AM Revision 238a119f (qgis): dxf export: allow forcing to 2d to support polyline width (fixes #17049)
- (backported from commit 12e69d09914d443adb2ca48f8c89416fc762cd64)
- 10:12 AM Revision b3afe176 (qgis): Right align pixel size-based visibility DD button
- 10:12 AM Revision 167df012 (qgis): Set labeling widgets to horizontally expand
- will be consistent with diagram and symbology widgets (combobox, spinbox and textbox) behavior
- 09:10 AM Revision 18160874 (qgis): QgsSourceSelectProviderRegistry delayed initialization
- Due to QgsGui being initialized after data provider.
- 09:00 AM Revision c5550799 (qgis): Remove unreachable code from curveToLine
- Drops the unused support for including control points in output.
See https://github.com/qgis/QGIS/pull/4746#issuecomm... - 08:55 AM Revision b629fbca (qgis): Skip another test which is fragile on Travis
- 08:38 AM Revision b5122d18 (qgis): Merge pull request #5117 from nyalldawson/skip_test_travis
- Skip some task manager tests on Travis only
- 08:35 AM Revision 3e837045 (qgis): Merge pull request #5115 from Cracert/trans
- New polish translators of QGIS desktop
- 08:01 AM Revision 42bd913f (qgis): Add sourceSelectProviders() to the ogr data provider
- This is the first data provider real implementation,
all other data provider will follow. - 08:00 AM Revision 90f87308 (qgis): Attach QgsSourceSelectProviderRegistry to QgsGui
- And make it a singleton
- 06:22 AM Revision df7c3df4 (qgis): Revert "Ignore some python warnings for now"
- Doesn't work on all platforms
This reverts commit f0e53db254f38071e87b993b580ea050b19f4b17. - 06:18 AM Revision 088e58aa (qgis): Merge pull request #5118 from nyalldawson/label_rotate
- Fix rotate label tool
- 04:34 AM Revision d1d5e6cf (qgis): Fix bad icon drawn on top of points when rotating labels
- 04:30 AM Revision f0e53db2 (qgis): Ignore some python warnings for now
- shhhh Qt5
- 04:23 AM Revision 0f407e1e (qgis): Fix rotate label tool results in inverted rotation
- Fix #17068
- 03:16 AM Revision fadfb356 (qgis): Fix error when adding disabled plugin based processing providers
- 02:38 AM Revision 700f9b2e (qgis): Condense qgstestutils.h and qgstest.h into a single file
- 02:32 AM Revision 22867106 (qgis): Skip some task manager tests on Travis only
- Instead of #ifdefing them out, only prevent them running
on Travis so that they still run locally.
Also skip another...
2017-09-03
- 01:05 AM Revision ea09aa92 (qgis): Remove QgsTransectSample
- Because:
- it's unused in master, and is more code to maintain
just for possible use by plugins
- it's unmaintained, ... - 12:45 AM Revision f01ad63b (qgis): Rename 'Polygon from layer extent' to 'Extract layer extent'
- It's slightly simpler to understand and better reflects
what this alg does - 12:42 AM Revision 95eab512 (qgis): Remove redundant algorithms
- 12:42 AM Revision 9eeecbed (qgis): Add note to see 'minimum bounding geometry' alg to feature by feature a...
- 12:42 AM Revision 5d504dca (qgis): Unify processing "polygon from layer extent" algorithms
- Now that the extra features of the "polygon from vector layer extent"
algorithm are covered by the new "Minimum bound... - 12:42 AM Revision 83affdc7 (qgis): [FEATURE] New processing algorithm "minimum bounding geometry"
- This algorithm creates geometries which enclose the features
from an input layer.
Numerous enclosing geometry types ... - 12:42 AM Revision b6e35428 (qgis): Optimise calculation of envelopes for MinimumBoundingGeometry alg
- It's more efficient to calculate these on the fly, rather then
collecting all geometry points and then calculating. - 12:42 AM Revision 85cd1c16 (qgis): [FEATURE] Split minimum enclosing geometry algs into separate
- feature based algorithms
Instead of algorithms which handle both whole layers/groups
of features/individual features... - 12:25 AM Revision 85e6a633 (qgis): Daily Q_FOREACH -> for conversion
- 11:51 PM Revision 471573d2 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS
- 11:29 PM Revision 1c3e3581 (qgis): New polish translators of QGIS desktop
- 10:09 PM Revision 68909a12 (qgis): [needs-docs] Update tooltips for adding features/records
- 09:38 PM Revision e8685996 (qgis): Remove all specialized methods for adding the source selects
- We now have a unified interface for all dialogs.
- 09:34 PM Revision fa71bc3e (qgis): Removed specialized signal that is now in the base class
- 09:30 PM Revision 7cd7f168 (qgis): Added last missing signal replaceVectorLayer
- This is only used by virtual layers, but it
might be handy for others too and now I can
start to remove all specializ... - 08:35 AM Revision 26830949 (qgis): Add a QgsLocatorModel subclass which automatically sets up
- required connections to a QgsLocator
Use this QgsLocatorModel subclass when you want the connections
between a QgsLo... - 08:15 AM Revision a8e1d335 (qgis): Move locator non-gui classes to core
- Allows reuse in projects which don't build QGIS gui, e.g.
QField - 06:50 AM Revision 7a2f148a (qgis): [ogr] Don't try to calculate CRS for geometryless layers
- Slight speedup when loading attribute table containing
joins to a geometryless OGR table
2017-09-02
- 01:44 AM Revision e681547c (qgis): remove unnecessary test
- 01:15 AM Revision aa4213f7 (qgis): remove unwanted files
- 12:43 AM Revision a82dd5bb (qgis): Merge remote-tracking branch 'origin/add-default-layers' into add-defau...
- 12:43 AM Revision dc50a3e6 (qgis): settings.globalChildGroups() test moved to test_qgssettings.py
- 12:24 AM Revision 390a34f5 (qgis): settings.globalChildGroups() test moved to test_qgssettings.py
- 11:37 PM Revision e30f7044 (qgis): [FEATURE][Processing] Minimal enclosing circle
- 11:17 AM Revision f51244c9 (qgis): Add Help button and connect it to user manual
- 08:13 AM Revision 8e12757c (qgis): Merge pull request #5102 from nyalldawson/socket_error
- Fix QSocketNotifier error on startup
- 08:12 AM Revision bbd0beb5 (qgis): Fix bad doc string
- [ci skip]
- 06:12 AM Revision 56040c41 (qgis): Merge pull request #5109 from nyalldawson/fix_17086
- [composer] Fix node based items (line/polygon) ignore exclude from export setting
- 05:59 AM Revision 64489be4 (qgis): Fix QSocketNotifier error on startup
- And avoid unnecessary creation of unused QFileSystemWatchers
- 05:20 AM Revision 14ce8b5b (qgis): [composer] Fix node based items (line/polygon) ignore exclude
- from export setting
Fixes #17086
(forward port from 89c38ed) - 05:19 AM Revision c550e82d (qgis): Merge pull request #5108 from nyalldawson/fix_17086
- [composer] Fix node based items (line/polygon) ignore exclude from export setting
- 05:18 AM Revision 474f39a7 (qgis): Merge pull request #5107 from nyalldawson/scalebar_height
- [composer] Allow finer setting of scalebar height and widths
- 04:47 AM Revision 89c38ed2 (qgis): [composer] Fix node based items (line/polygon) ignore exclude
- from export setting
Fixes #17086 - 04:39 AM Revision f64f8e2b (qgis): [composer] Allow finer setting of scalebar height and widths
- While the settings are stored as double, they were being
rounded off in the UI to the nearest mm
(cherry-picked from... - 04:26 AM Revision 46264414 (qgis): Merge pull request #5104 from nyalldawson/composer_tweaks
- Composer tweaks
2017-09-01
- 06:20 PM Revision d4868b3f (qgis): Update sip file
- 05:47 PM Revision 4c46f646 (qgis): Add QgsSourceSelectProviderRegistry with tests
- 02:30 PM Revision cd1c9b1e (qgis): Add class QgsSourceSelectProvider and tests
- This is the first step for QEP 101
- 12:59 PM Revision 9d3c9e19 (qgis): [FEATURE] Expose "justify" text alignment as an option for
- composer label alignment
It's supported by Qt already, just not shown as an option
in the config widget! - 12:44 PM Revision 7ca0b2de (qgis): [composer] Allow finer setting of scalebar height and widths
- While the settings are stored as double, they were being
rounded off in the UI to the nearest mm - 10:34 AM Revision 7af72f78 (qgis): Improve test: assert → assertTrue
- 10:20 AM Revision ce01bc0b (qgis): Include settings.globalChildGroups in test
- Fix container iteration
- 08:37 AM Revision d9152429 (qgis): Merge pull request #5101 from boundlessgeo/fix_pseudocolor_ramp_widget
- Fix broken qgscolorramp button
2017-08-31
- 01:00 AM Revision 247d2657 (qgis): Fix invalid regular expression warnings
- 12:59 AM Revision 1037d475 (qgis): Fix QFileSystemWatcher debug warning on startup
- 12:57 AM Revision 15a48df6 (qgis): Pass QString by const ref
- 12:56 AM Revision 7ba1b173 (qgis): Add missing SIP_FACTORY
- 12:48 AM Revision 42b3e0bb (qgis): Fix another small leak
- 12:40 AM Revision e84543d0 (qgis): Fix memory leak
- 12:14 AM Revision 75c65c59 (qgis): Fix uninitialized/not copied member variable
- 12:12 AM Revision 0be4c673 (qgis): Avoid Coverity unchecked return value warnings
- 12:00 AM Revision e68835f1 (qgis): Fix some possible leaks in tests
- 11:57 PM Revision 6bddc382 (qgis): Fix possible divide by 0 (Thanks to Coverity)
- 11:56 PM Revision ed5e4b69 (qgis): Switch some dynamic_casts to qobject_casts
- 11:54 PM Revision e7ddfff0 (qgis): Fix some Coverity null pointer dereference warnings
- 11:50 PM Revision 9a07cd51 (qgis): Add guard against nullptr dereference (Coverity warning)
- 11:44 PM Revision 133d58fa (qgis): Merge pull request #5089 from nyalldawson/hausdorff
- Expose GEOS Hausdorff distance calculations to QgsGeometry, add expression function
- 06:01 PM Revision b6d86753 (qgis): Fix broken qgscolorramp button
- For a misterious reason ( the docs are not completely clear )
calling text() on the ramp QAction returned all string ... - 03:14 PM Revision 4810c73e (qgis): Keep XYZ connections synchronized in browser(s) and data source manager...
- 08:23 AM Revision 341947e7 (qgis): Merge pull request #5096 from boundlessgeo/server_ogr_multi_geom
- [server] Rely on the provider to get the correct wkbType
- 04:30 AM Revision aec8cd33 (qgis): Merge pull request #5097 from nyalldawson/fix_16924
- Fix missing entries from composer map combo boxes (fixes #16924)
- 03:27 AM Revision 02c095b6 (qgis): Fix missing entries from composer map combo boxes (fixes #16924)
- Followup cb33c0d40
2017-08-30
- 01:02 AM Revision 9fa12ac5 (qgis): Merge pull request #5090 from nyalldawson/raster_layer_extent
- [FEATURE] New algorithm for creating vector layer from raster layer's extent
- 12:36 AM Revision c2f8a822 (qgis): Geometry error string is not shared
- Instead move it to a private QgsGeometry member. It's copied
with QgsGeometry, but not the underlying private geometr... - 12:02 AM Revision a73c0998 (qgis): Fix evaluation of expression functions which use optional arguments
- with null default values
- 12:02 AM Revision d8607222 (qgis): Expose GEOS Hausdorff distance calculations to QgsGeometry
- 12:02 AM Revision 0a9e9944 (qgis): [FEATURE] Expression function for hausdorff distance
- Allows calculation of the Hausdorff distance between two
geometries - 05:41 PM Revision 0346fb83 (qgis): [server] Rely on the provider to get the correct wkbType
- This commit removes a check for OGR provider that
always returned gml:GeometryPropertyType in
describefeaturetype.
T... - 04:25 PM Revision 6fe6394f (qgis): Make crssync quiet by default
- We only need it to show up in the build log if something has gone wrong.
By default we will just happily assume that ... - 12:53 PM Revision 3b997c2f (qgis): Merge pull request #5092 from nyalldawson/algs
- Port some GDAL algs to new API
- 10:13 AM Revision d4631780 (qgis): Port gdal translate alg to new api
- 09:53 AM Revision a29e3780 (qgis): Port rgb2pct to new API
- 09:44 AM Revision d0fea64b (qgis): Port GDAL info alg to new API
- 08:06 AM Revision 4514c699 (qgis): [processing] fix TauDEM descriptions parsing
- 07:25 AM Revision bb5a499c (qgis): Fix generation of processing tests on Windows
- 06:42 AM Revision 8dde180f (qgis): Rename parameter for consistency with other algs
- 06:41 AM Revision 43e4ed0b (qgis): Rename Polygon from Layer Extent to Polygon from Vector Extent
- Helps clarify that this alg only functions for vector layers
- 06:40 AM Revision 44e7f337 (qgis): [FEATURE] New algorithm for creating vector layer from raster layer's e...
- Allows creation of a new vector layer with a single feature containing
a raster layer's extent. Previously this was o...
2017-08-29
- 12:50 AM Revision 12e69d09 (qgis): dxf export:
- * empty field name resets to layer name (fixes #17060)
* allow forcing to 2d to support polyline width (fixes #17049) - 12:18 AM Revision b978c4d4 (qgis): Merge pull request #5088 from telwertowski/master
- Add headers needed by macOS for recently added std:: prefixes
- 12:05 AM Revision 2a4a2d87 (qgis): Merge pull request #5087 from nyalldawson/algs
- Port remaining plotly based algs to new API
- 11:28 PM Revision 184899ec (qgis): Port remaining plotly based algs to new API
- 11:27 PM Revision c12fc9c6 (qgis): Add headers needed by macOS for recently added std:: prefixes
- 08:59 PM Revision 9464ab75 (qgis): fix translation string
- 08:54 PM Revision fd0f6f25 (qgis): GRASS uppercase in project description
- 08:28 PM Revision dbd86d0d (qgis): highlight disappearing fix - second attempt, 4659691 and 51170aec follo...
- 07:38 PM Revision c16ce92b (qgis): Merge pull request #5078 from nyalldawson/rename
- Some more analysis lib cleanups
- 07:18 PM Revision e5b11d42 (qgis): Merge pull request #5085 from boundlessgeo/wfs_mutex_offline
- Offline editing: workaround for bug 17087 deadlock
- 04:55 PM Revision 1e4e45d0 (qgis): [bugfix] Workaround for bug 17087 deadlock
- Add the layer to the project after iteration completed.
This prevents the bug to freeze QGIS forever but it doesn't
o... - 01:46 PM Revision d5e63bc8 (qgis): Add missing headers to analysis CMakeLists
- 01:46 PM Revision 9ca57bd6 (qgis): Use a QgsFeatureSink instead of path to shapefile in QgsTinInterpolator
- Instead of just forcing writing the triangulation to a shapefile (boo!)
change the parameter to use a QgsFeatureSink,... - 01:46 PM Revision e6203847 (qgis): Update sip include
- 01:46 PM Revision 7cd58801 (qgis): Remove some unused QProgressDialog imports from analysis lib
- 01:46 PM Revision 94987918 (qgis): Rename .cc files to .cpp for consistency
- 01:46 PM Revision eb7ad7ae (qgis): Swap final uses of QProgressDialog in analysis lib to QgsFeedback
- 01:46 PM Revision 90d14224 (qgis): More .cc -> .cpp renames
- 01:46 PM Revision 9e962054 (qgis): Exclude MathUtils from sip bindings
- We don't want these part of stable API - this namespace really shouldn't
exist, as it mostly contains code which is d... - 01:46 PM Revision 04fec09c (qgis): Remove interpolation internal classes from stable API
- These classes still need a lot of cleanup (e.g. use of proper
3d geometry classes instead of their own 3d line classe... - 01:30 PM Revision f99a7a96 (qgis): Merge pull request #5083 from nyalldawson/clazy
- Clazy optimisations
- 12:09 PM Revision e4c1e1b9 (qgis): Ignore Q_ENUM in doxygen test
- 12:03 PM Revision b370a394 (qgis): Restore qRegisterMetaType for Q_ENUMed enums
- It's odd - because one reason to swap to Q_ENUM is to gain
automatic registration of these types, so it should work
w... - 12:00 PM Revision d2fe6582 (qgis): Update sip
- 10:14 AM Revision 0815a6e7 (qgis): Some more Clazy cleanups
- 10:04 AM Revision 7e9428f6 (qgis): Use .at(0) instead of .left(1), as it avoids string allocation
- Thanks to Clazy
- 10:04 AM Revision 8312dfe5 (qgis): Use faster static QFileInfo::exists instead of constructing QFileInfo
- Thanks to Clazy
- 10:04 AM Revision 2b14c462 (qgis): Avoid detach of temporary
- 10:04 AM Revision 3abd0fa5 (qgis): Fix missing (or incorrect use of) emit
- Thanks to Clazy
- 10:04 AM Revision 52474785 (qgis): Use faster QColor constructor with r/g/b parameters
- The QString based constructor is slow, as the string must
be parsed to interpret the color.
Thanks to Clazy - 10:04 AM Revision cca964a9 (qgis): Include qglobal.h before relying on Qt macro definitions
- Thanks to Clazy
- 10:04 AM Revision 2ebb5c00 (qgis): Use faster QVariant::toString method
- Thanks to Clazy
- 10:04 AM Revision ce4ac074 (qgis): Don't use .lower() to perform case-insensitive string operations
- Use the faster versions with Qt::CaseInsensitive instead. These
don't require a string copy and conversion to lowerca... - 10:04 AM Revision a4357e37 (qgis): Remove some unused variables
- Thanks to Clazy
- 10:04 AM Revision 5197b5fd (qgis): Fix detaching of temporary container
- Thanks to Clazy
- 10:04 AM Revision be5d2979 (qgis): Fix some Clazy detaching container warnings
- (not all are valid, but at worst this flips some more
Q_FOREACH uses to c++11 for loops) - 10:04 AM Revision 82a772fd (qgis): Use faster QString.arg multistring overload
- Thanks to Clazy
- 10:03 AM Revision 972a1fe4 (qgis): Fix mixed uses of const/non-const iterator methods
- Thanks for Clazy
- 10:03 AM Revision 78b834c5 (qgis): Fix missing Q_OBJECT macros
- Thanks to Clazy
- 10:03 AM Revision 1fddfcf6 (qgis): Flip Q_ENUMS to Q_ENUM
- See https://woboq.com/blog/q_enum.html for rationale
- 10:03 AM Revision 137dc76d (qgis): Remove trivial assignment operator
- Violates rule of 2. Thanks to Coverity!
- 09:47 AM Revision 51170aec (qgis): Revert "highlight fix" due to regression (fixes #16824)
- This reverts commit 46596914e11dae13cd4d986941246c12f30aa0d9.
- 08:48 AM Revision daa60d1a (qgis): Merge pull request #5057 from boundlessgeo/gpkg-raster-import2
- Geopackage: handle raster drop in browser
- 07:41 AM Revision c3a737bd (qgis): Merge pull request #5082 from nyalldawson/cmp0005
- Remove use of old CMP0005 CMake policy
- 07:29 AM Revision 18706d95 (qgis): Only pass progress to runalg if it's SilentProgress
- Otherwise allow each algorithm to have its own progress
- 07:29 AM Revision 3e587bc5 (qgis): Use progress in ConcaveHull when using runalg
- Use the progress parameter when using runalg on other algorithms.
Otherwise those algorithms may try to report progre... - 06:43 AM Revision 9ac511dc (qgis): Flip a couple of Q_FOREACHs to c++11 for loops
- ... just to check how bad the Q_FOREACH deprecation will be. And yep,
it's horrendous. Each one takes around 10 secon... - 06:05 AM Revision 0cb52f6d (qgis): Fix UI build warning
- 05:37 AM Revision 9b2e60ee (qgis): Remove use of old CMP0005 CMake policy
- Since it's deprecated on newer CMake versions
- 05:08 AM Revision 9171da6d (qgis): Merge pull request #5081 from nyalldawson/fix_c4566
- Fix C4566 warning on Windows build
- 04:39 AM Revision 21a3b8a4 (qgis): Use QGSCOMPARENEAR instead of QVERIFY( qgsDoubleNear(... ) )
- QGSCOMPARENEAR gives better debugging output when the
test fails - 04:11 AM Revision 2af10cb2 (qgis): Fix C4566 warning on Windows build
- 03:59 AM Revision 99ef3ff8 (qgis): Merge pull request #5075 from nyalldawson/no_math_defines
- Remove redundant math constant defines
- 03:07 AM Revision 347a8171 (qgis): Ignore C4091 warnings caused by inclusion of DbgHelp.h on Windows
- There's a bug in this header file provided by the Win SDK,
so just disable this warning for any QGIS source files whi...
2017-08-28
- 07:18 PM Revision 029f741c (qgis): Add qgsAsConst(...)
- This is the equivalent of std::as_const (which requires c++17) or
qAsConst (which requires Qt 5.7), neither of which ... - 04:32 PM Revision 30b46f76 (qgis): Merge pull request #4913 from pblottiere/joineditable2
- [FEATURE] Joined layers are editable
- 03:09 PM Revision 19ce33f0 (qgis): Add a safety guard
- 03:09 PM Revision e008f588 (qgis): Request without attributes
- 03:09 PM Revision b6e42c7d (qgis): Move join intelligence in QgsVectorlayerJoinBuffer
- 03:09 PM Revision cbeb8b27 (qgis): Improve performance
- 03:09 PM Revision 1fb88a77 (qgis): QgsVectorLayerJoinBuffer inherits from QgsFeatureSink
- 03:09 PM Revision f27764d2 (qgis): Replace if by switch
- 03:09 PM Revision 94d7e75a (qgis): Fix spell check
- 03:09 PM Revision 500348ee (qgis): Add some const
- 03:09 PM Revision 64aa4051 (qgis): Update tests
- 03:09 PM Revision 11c62ca2 (qgis): A joined feature is added only when one of its field is not null
- 03:09 PM Revision 3a0ab238 (qgis): Add some tooltips
- 03:09 PM Revision 3ba138bf (qgis): Joined features are created on changeAttributeValue when upsertOnEdit i...
- 03:09 PM Revision 5c5006c7 (qgis): Add icons for joins status in attribute form
- 03:09 PM Revision 9df519f1 (qgis): Update vector layer properties ui list for join
- 03:09 PM Revision 927dea3c (qgis): Add tests
- 03:09 PM Revision cad038b1 (qgis): Initialize joined feature properly
- 03:09 PM Revision 97ad226f (qgis): Rename isUpsertOnEdit in hasUpsertOnEdit
- 03:09 PM Revision d4789db1 (qgis): Fix tests
- 03:09 PM Revision 4be1cc00 (qgis): Add tests for deleteCascade option
- 03:09 PM Revision 293f0f41 (qgis): Implements deleteCascade option
- 03:09 PM Revision f92c23fd (qgis): Small cleanup
- 03:09 PM Revision 8b70d7fa (qgis): Rename setDeleteCascade/isDeleteCascade in setCascadedDelete/hasCascade...
- 03:09 PM Revision e0c708c8 (qgis): Initialize attributes
- 03:09 PM Revision 1c402ef4 (qgis): Implements upsertOnEdit option
- 03:09 PM Revision c347055d (qgis): Update sip binding
- 03:09 PM Revision db11248b (qgis): Fix column name in join configuration
- 03:09 PM Revision 477775a5 (qgis): [FEATURE] Joined fields are editable if the option is activated
- 03:09 PM Revision e92f59ca (qgis): Update sip binding
- 03:09 PM Revision 1897bec2 (qgis): [needs-doc] Add editable/upsert on edit/delete cascade options
- 03:09 PM Revision b8a90ca4 (qgis): Add tests
- 03:09 PM Revision cf5ab4b0 (qgis): Add tests for upsertOnEdit option
- 10:45 AM Revision 55a01dcb (qgis): Simplify linearizeArc code dropping useless conditionals
- 09:25 AM Revision 487adb45 (qgis): Removed some GDAL version ifdefs
- Now that 2.1 is required
- 05:01 AM Revision 14388479 (qgis): Merge pull request #5070 from nirvn/open_raster_imp
- Open raster layer UI improvements
- 05:00 AM Revision 095bcae0 (qgis): use a QgsFileWidget in open vector layer UI
- 04:42 AM Revision 0dfdb6f3 (qgis): fix open raster not focusing on raster data source manager tab
- 04:42 AM Revision 35765326 (qgis): harmonize open raster and open vector UIs
2017-08-27
- 07:23 AM Revision d476abf5 (qgis): Merge pull request #5054 from nyalldawson/canvas_select
- Ensure canvas has focus if nothing else has
- 07:22 AM Revision 37052db3 (qgis): Fix crash when closing a project with layers in edition (fixes #16771)
- Delete layers from project & not through layers tree, avoiding
double deletion of layers.
2017-08-26
- 06:03 AM Revision 5e945461 (qgis): Merge pull request #5074 from nyalldawson/cleanup
- Remove some redundant and unused MathUtils methods
2017-08-25
- 11:06 PM Revision d3558a19 (qgis): Remove test off-variable
- 11:06 PM Revision 320c305d (qgis): Fix build and multi-arc duplicated points
- 11:06 PM Revision cf5a439f (qgis): Update expected results now that we're forcing control point in output
- 11:06 PM Revision 650cf6a3 (qgis): Remove line segmentation test checking for control point containement
- There are more tests in dedicated file (testqgscurve.cpp)
- 11:06 PM Revision 5186c385 (qgis): Expect centroid obtained by not forcing inclusion of control point
- 11:06 PM Revision 48c95399 (qgis): Refactor curveToLine to emit equidistant segments and fix some issues
- Fixes #16717
Fixes #16722
Include tests - 11:06 PM Revision 8c8426fc (qgis): Do not force inclusion of control point
- This reverts commit dae9d025293c217628def8eb8d196238d2218ddc.
- 11:06 PM Revision 8363d2f3 (qgis): Update expected centroid, interpolated angle and located point for refe...
- These values change because they are computed on the *linearization*
of those curves, and refactoring linearization c... - 11:06 PM Revision c51db212 (qgis): Do not expect forced control point in output
- 08:19 PM Revision 43200ea8 (qgis): Remove some redundant and unused MathUtils methods
- 08:17 PM Revision 725301ad (qgis): Make more use of math constants
- 08:06 PM Revision 7f447374 (qgis): Remove redundant math constant defines
- Since we use _USE_MATH_DEFINES for windows builds, these are
not required - 07:58 PM Revision 07a570fd (qgis): Merge pull request #5069 from nyalldawson/std
- Swap use of some q* macros to std calls
- 12:43 PM Revision c64bc974 (qgis): [processing] one more z factor minimum value adjustment
- 12:30 PM Revision fea9e924 (qgis): enable custom help in python expressions
- 12:19 PM Revision 74306c7d (qgis): [analysis] fix derivative filter z factor handling (#5073)
- 12:15 PM Revision 922ded8d (qgis): [processing] fix z factor minimum value in various raster algorithms
- 12:15 PM Revision 05071434 (qgis): [analysis] fix derivative filter z factor handling
- 08:37 AM Revision 2d192791 (qgis): qMin/qMax -> std::min/max
- 08:21 AM Revision 641d78bb (qgis): Add new raster hash for hillshade test (verified ok)
- 07:58 AM Revision d573c43e (qgis): Better test debugging
- 05:27 AM Revision 233f25ab (qgis): Merge pull request #5061 from nouanda/fix16887
- Fix #16887: creating a memory scratch layer with Z/M values does not add Z/M to the layer
2017-08-24
- 10:29 PM Revision 578045d1 (qgis): Update sip bindings
- 10:28 PM Revision 0fbca6fe (qgis): Fix build
- 09:51 PM Revision 65455c4b (qgis): Allow creation of Z/M gpkg layers (#5060)
- Fix #16888: create gpkg layer does not allow to add Z/M dimension
- 09:09 PM Revision eaf861c2 (qgis): Replace some more c headers with c++ headers
- 08:46 PM Revision 76a22726 (qgis): Always use " for qgs header imports
- 08:15 PM Revision 34003259 (qgis): Replace use of math.h with cmath
- 08:13 PM Revision c19418c4 (qgis): Add more missing std:: prefixes
- 07:42 PM Revision 891d612e (qgis): Remove unused qmath.h includes
- 07:33 PM Revision d3854e9e (qgis): Remove use of some other q* functions which are implemented in std
- 07:24 PM Revision ad89193b (qgis): qFuzzyIsNull -> qgsDoubleNear
- 07:22 PM Revision b5ca4b4e (qgis): (q)sqrt -> std::sqrt
- 07:18 PM Revision fec03ca4 (qgis): (q)sin -> std::sin
- 07:12 PM Revision 8c64d80a (qgis): (q)floor -> std::floor
- 07:05 PM Revision 2e5d1abb (qgis): (q)cos -> std::cos
- 07:01 PM Revision 7c5aa050 (qgis): (q)ceil -> std::ceil
- 06:57 PM Revision 249b5050 (qgis): (q)atan2 -> std::atan2
- 06:53 PM Revision 031bf41d (qgis): Swap q(pow) -> std::pow
- 06:35 PM Revision 77c3be97 (qgis): Make sure (f)abs are prefixed with std::
- 06:35 PM Revision 4b009f96 (qgis): Use std::round instead of qRound
- Now that our minimum VS studio version allowed supports std::round,
we should use that in place of Qt's qRound method... - 06:35 PM Revision f2b2c6d2 (qgis): Use fabs/abs/labs instead of qAbs
- Better to stick to standard methods where available instead
of less supported Qt methods - 05:24 PM Revision 4f967e42 (qgis): Removed not qobject from moc
- 04:37 PM Revision 8771e838 (qgis): Geopackage import rasters with drag and drop
- This implementation uses GDALTranslate and
a QgsTask. - 01:54 PM Revision bd8decee (qgis): Split Z/M checkbox into 2 checkboxes.
- 12:24 PM Revision 9f18050e (qgis): Filling the help infrastructure (#5064)
- * Filling the help infrastructure
Add missing help button and links to user manual
* Remove unneeded comment
* rem... - 09:54 AM Revision 0dbf432c (qgis): Merge pull request #5044 from pblottiere/server_bugfix_ogc_getcapa_styles
- [server][bugfix] Fixes OGC test on legendurl styles
- 09:00 AM Revision 835e6d25 (qgis): Merge pull request #5062 from boundlessgeo/raster-widget-multiple-select
- Allow multiple raster selection from GDAL source select widget
- 08:29 AM Revision b9474061 (qgis): More robust multiple paths split and utility static method
- 07:39 AM Revision cc4cee8f (qgis): Do not quote when single raster file is selected
- 07:28 AM Revision 81c31760 (qgis): Small code style changes
- 07:11 AM Revision 50e8e1c0 (qgis): Reorganize buttons to set map extent
- There's likely no situation where the four buttons are activated simultaneously... Better have three on a line than t...
2017-08-23
- 04:50 PM Revision 21b1c7ce (qgis): Fix spelling
- 04:17 PM Revision d1fb2490 (qgis): Allow multiple raster selection from GDAL source select widget
- Since I'm using QgsFileWidget I also added
multiple files support to that widget and
tests for this new behavior. - 03:17 PM Revision fc5ad201 (qgis): [docker] Set valid workdir
- 02:47 PM Revision 018c13af (qgis): Use layer type instead of first vertex type
- 02:28 PM Revision 64df1141 (qgis): Fix 16888: create gpkg layer does not allow to add Z/M dimension
- 02:22 PM Revision 8c7b29db (qgis): [docker] Remove source tree from image
- 12:12 PM Revision 870d1ada (qgis): [processing] added search and replace functionality to script editor
- 12:00 PM Revision c606abc7 (qgis): enable custom help in python expressions
- 10:14 AM Revision 8a2cf3f7 (qgis): Merge pull request #5058 from nyalldawson/processing_fixes
- Processing polish
- 09:35 AM Revision 0669167a (qgis): Rename processing 'recently used algorithms' to 'recently used'
- Since we show much more than just 'algorithms' here
- 09:34 AM Revision cb70aad7 (qgis): Fix restricting model algorithm input types to valid types for alg (ref...
- 09:34 AM Revision 54e38bcf (qgis): Fix model execution missing from processing history
- 08:40 AM Revision 64f3e675 (qgis): [processing] remember last path for batch processes
- Fixes #16310
2017-08-22
- 01:14 AM Revision 59aa5d3c (qgis): Fix TRAVIS qgis_global_settings path
- 12:11 AM Revision 8486767f (qgis): Support removal of global defined XYZ connections
- 06:14 PM Revision 4511ea1c (qgis): Add a file selector for file parameters in model algorithms
- Makes it more obvious to users that a fixed filename can be
used here - 06:14 PM Revision 451a3fab (qgis): Reformat code
- 06:14 PM Revision cdbb57d6 (qgis): Don't throw python exception when modeler algorithm is missing inputs
- Instead use nicer messagebar for feedback. Also fix untranslatable
strings.
Refs #17028 - 05:28 PM Revision 83b11d54 (qgis): Minor update in the comment
- 05:25 PM Revision 35e49ed9 (qgis): Bump required GDAL version from 2.0 to 2.1
- Because we need GDALTranslate()
- 04:16 PM Revision 367aba70 (qgis): Rename some processing widget wrappers to better match corresponding c+...
- 04:13 PM Revision c119c286 (qgis): Add basic unit tests for constructing processing widget wrappers
- 04:03 PM Revision bfa49887 (qgis): [processing] add resampling method option for all albs that use raster ...
- 04:03 PM Revision ad44a50c (qgis): [processing] correctly use TYPE_VECTOR constants from corresponding module
- 04:03 PM Revision ce14633d (qgis): [processing] syntax fix
- 04:03 PM Revision 7ca8de9f (qgis): [processing] fixes in SAGA algorithm after latest changes
- 04:03 PM Revision 3ef008cd (qgis): [processing] only show cml file in selecting rendering styles
- Fixes #16896
- 04:03 PM Revision 667ba425 (qgis): [processing] correctly handle null gems in meancoords alg
- Fixes #17026
- 03:40 PM Revision 9882e4f7 (qgis): Fix some inconsistent capitalization in algorithm naming
- 03:36 PM Revision 2a442c78 (qgis): Rationalise algorithm groups a bit
- 03:20 PM Revision 8218f353 (qgis): Fix use of incorrect icon for algorithm
- 03:16 PM Revision b62fd51c (qgis): Don't allow dragging groups in model algorithm tree
- 03:02 PM Revision 2abb209d (qgis): bring back sip workaround, but only for the affected versions (followup...
- 01:24 PM Revision 46e66c31 (qgis): Fix remaining rubberBand
- 01:10 PM Revision 73fdb254 (qgis): Safer handling of GDAL handles and feedback on success
- 01:09 PM Revision ed426204 (qgis): I'm eating too much Python (fix a Qt warning for missing arg)
- 12:18 PM Revision 384cabd7 (qgis): Geopackage: handle raster drop in the browser
- 12:07 PM Revision 13c9e1de (qgis): OGR provider: moved QgsCPLErrorHandler to its own header file
- This is being reused in gpkg data items
- 12:07 PM Revision ab2589bc (qgis): Added rasterLayer method
- 12:03 PM Revision 508aef05 (qgis): Fix error when the tools was changed. setParentTool is not needed.
- 09:42 AM Revision e6de4290 (qgis): Fix windows build again (followup d2315e450)
- 09:35 AM Revision ef89a624 (qgis): creatensis.pl: don't require admin rights to create the uninstaller
- 08:43 AM Revision f38c0320 (qgis): [docker] Install bindings to system python path
- 08:38 AM Revision 23102e3c (qgis): [docker] Install to /usr prefix
- 07:53 AM Revision 6fd3c109 (qgis): Fix wording
- Fully write the label because there's enough space + alignment
- 07:51 AM Revision 6e3aba34 (qgis): Fix Python console web link
- 07:51 AM Revision 3d201e7c (qgis): Delete obsolete context help
- already ported to user manual and linked to help button
2017-08-21
- 11:51 PM Revision 1a42c4fa (qgis): Merge pull request #5055 from boundlessgeo/gpkg-fix-delete-layers
- Geopackage: fix crash when deleting raster layers
- 11:27 PM Revision b8d2a174 (qgis): Port symbols test from ebf20a5
- 10:43 PM Revision 4d3c7e55 (qgis): Geopackage: fix crash when deleting raster layers
- 09:31 PM Revision a6b0c44e (qgis): Ensure canvas has focus if nothing else has
- Forward port from Sourcepole's fork
- 09:31 PM Revision a2c9710a (qgis): Followup canvas focus commit
- 09:07 PM Revision 4c526077 (qgis): Merge pull request #5050 from nyalldawson/algs
- Port more QGIS algs to new API
- 08:55 AM Revision 6380a97e (qgis): Merge pull request #5045 from pblottiere/bugfix_refrel_218
- Fixes relation reference widget by refreshing filter lists. Fixes #16400 (backport)
- 08:40 AM Revision 8f895f6c (qgis): QEP 37: Fields And Forms Redesign - interim status
- 02:43 AM Revision d2315e45 (qgis): Add unit tests
- 02:43 AM Revision cb390d7f (qgis): Fixes relation reference widget by refreshing filter lists. Fixes #16400
2017-08-20
- 07:10 PM Revision 2530d9ee (qgis): Merge pull request #5051 from boundlessgeo/gpkg-prevent-auto-import
- Geopackage: prevent import layer over itself
- 04:33 PM Revision aa697378 (qgis): Prevent import layer over itself
- 10:56 AM Revision 91171370 (qgis): remove sip workaround (fixes #17038, refs #16071)
- 10:55 AM Revision 7e4345a9 (qgis): remove sip workaround (fixes #17038, refs #16071)
- 10:24 AM Revision 9018414b (qgis): Fix windows build (followup b5bdafe4d)
- 10:21 AM Revision 4d242c56 (qgis): Partial port of raster calculator to new API
- TODO: modeler handling
- 10:21 AM Revision bcc66272 (qgis): Upgrade Convert Geometries algorithm to maintain Z/M, curves were possible
- 10:21 AM Revision 8da29c06 (qgis): Fix test reference file
- 10:21 AM Revision 338ee36b (qgis): Port Execute SQL to new API, add test
- 10:21 AM Revision cfb926a7 (qgis): Port Find Projection alg to new API
- Also modify alg to export a vector table of candidates instead of
a HTML list, since a vector table is more useful in... - 10:21 AM Revision 2a6847e0 (qgis): Port define projection to new API
- 10:21 AM Revision 99fd727b (qgis): Fix some issues when creating processing tests
- 10:21 AM Revision 51f8b1a2 (qgis): Port Convert Geometry Type to new API
- Includes partial support for Z/M types (values are lost during
conversion, but at least 2d geometries are exported)
... - 10:21 AM Revision 6144b1c5 (qgis): Resurrect Field Calculator algorithm, add test
- 10:21 AM Revision a56725f7 (qgis): Resurrect Python Field Calculator algorithm, add test
- 10:21 AM Revision d2a90f40 (qgis): Fix conversion of direct vector layer parameters to python strings
- 05:51 AM Revision f867b65c (qgis): creatensis.pl: create signed installer
2017-08-19
- 05:39 PM Revision bb8203b8 (qgis): updat splash
- 02:07 PM Revision 62d4c555 (qgis): add typo to spelling.dat
- 01:51 PM Revision dae6666a (qgis): translation string fixes
- 09:11 AM Revision bc193c00 (qgis): fix QgsRasterHistogram::histogramVector for SIP <= 4.17
- 07:42 AM Revision 3cc39460 (qgis): improves grass7 v.in.dxf making a couple of parameters optional/mandatory
- 07:42 AM Revision 71671fe2 (qgis): improves grass7 v.in.dxf making a couple of parameters optional/mandatory
2017-08-18
- 09:38 PM Revision 1cded855 (qgis): Merge pull request #5042 from nyalldawson/algs
- Port some more algs to new API
- 09:08 PM Revision 114f071c (qgis): Don't generate triangulation files by default in TIN algorithm
- 09:05 PM Revision 090bb9bb (qgis): Use QgsFeedback instead of QProgressDialog in tin interpolator
- 08:56 PM Revision 000c86e7 (qgis): Restore TIN interpolation algorithm
- 08:56 PM Revision 4bba95fc (qgis): Fix broken TIN interpolation (loss of point z coordinates)
- 08:08 PM Revision 356588ab (qgis): Use QgsFeedback in QgsGridFileWriter instead of QProgressDialog
- 08:03 PM Revision a07ea333 (qgis): Port IDW Interpolation alg to new API
- 07:45 PM Revision 355cff19 (qgis): Add Map Layer input parameter type for models
- Since algorithms now use this parameter type (render map alg)
we also need to allow its use in models - 07:36 PM Revision 7d69e5f5 (qgis): Expose all layer type filters to both model feature source, vector
- layer and multi layer inputs
Refs #17030 - 07:24 PM Revision 370b2679 (qgis): Fix wrapped c++ object has been deleted error when editing model parame...
- Fixes #16858
- 06:46 PM Revision ebda2fd2 (qgis): Rename some enum values for clarity
- 06:37 PM Revision 076fdc94 (qgis): Port rectangles, ovals, diamonds to new API
- 06:19 PM Revision 53add698 (qgis): [OGR provider] Avoid 'database locked' issues when editing several laye...
- 05:58 PM Revision 54811776 (qgis): [OGR provider] Avoid 'database locked' issues when editing several laye...
- 05:26 PM Revision 48202165 (qgis): Port build virtual vector alg to new API
- 05:09 PM Revision f2d2777b (qgis): Model vector layer inputs can also be used for feature source parameters
- 04:56 PM Revision f1ac0be8 (qgis): Fix processing setting to use filename as layer name
- 04:47 PM Revision 899a3cd8 (qgis): Merge pull request #4933 from pblottiere/bugfix_chainfilter_218
- Fixes relation reference widget when chain filter option is activated, fixes #16903 (backport)
- 04:47 PM Revision 7879c0a2 (qgis): Fix processing rendering styles for output dialog, functionality
- 04:38 PM Revision 18c15971 (qgis): Merge pull request #5043 from pblottiere/bugfix_refrel
- Fixes relation reference widget by refreshing filter lists. Fixes #16400
- 04:30 PM Revision 0a4a7acf (qgis): Port set raster style alg to new API
- 04:23 PM Revision 387e0497 (qgis): Allow selecting wildcard filter for any file input parameter
- 04:23 PM Revision cfbc0099 (qgis): Restore Set style for vector layer alg
- 04:09 PM Revision be48f17e (qgis): Use a QgsFeedback object in QgsRelief instead of QProgressDialog
- 04:01 PM Revision f6600f23 (qgis): Port raster relief alg to new API
- 03:14 PM Revision 465b27a4 (qgis): Add test
- 03:10 PM Revision 79d65cec (qgis): Fix OGC test getcapabilities:style-legendurls
- 02:31 PM Revision c3d2fb70 (qgis): Release of 2.14.18
- 02:31 PM Revision a6c461bf (qgis): Release of 2.18.12
- 01:28 PM Revision f0d36778 (qgis): fix opening sublayers in a group
- 11:28 AM Revision 475998ea (qgis): Merge pull request #5040 from boundlessgeo/gpkg-raster-delete
- Geopackage: moved delete to abstract item and implemented raster deletion
- 08:42 AM Revision a2914ff6 (qgis): Add unit tests
- 08:38 AM Revision cea7bd39 (qgis): Fixes relation reference widget by refreshing filter lists. Fixes #16400
- 07:35 AM Revision be46b756 (qgis): Port hypsometic curves to new API
- 07:22 AM Revision c4011ad3 (qgis): Port oriented minimum bounds to new API
- 06:57 AM Revision 86949cb2 (qgis): Merge pull request #5037 from nyalldawson/render_progress_bar
- Avoid 'flashy' status bar progress widget when map renders are fast
- 06:56 AM Revision 0c46ac40 (qgis): Merge pull request #5038 from nyalldawson/canvas_dock_tweaks
- Canvas dock tweaks
- 05:37 AM Revision c1885781 (qgis): Merge pull request #5039 from nyalldawson/fix_model_crash
- Add a pure virtual clone method to processing parameter definitions
- 02:43 AM Revision 26704a45 (qgis): Fix trusty build (QStringLiteral is Qt5; followup b6254513d64)
2017-08-17
- 11:26 PM Revision dc6d1c13 (qgis): Removed metadata table from the list of tables to be cleared
- 10:48 PM Revision b36ad06b (qgis): Use sqlite3_close instead of v2
- 08:42 PM Revision 0eb302d5 (qgis): Geopackage try to remove optional entries + fix build warnings
- 08:31 PM Revision bcd495c6 (qgis): Prevent SQL injection by using sqlite3_mprintf
- 07:06 PM Revision b46c9c34 (qgis): Geopackge bugfix: also show single raster layers
- The previous implementation only showed subdatasets
while single raster were skipped.
Now the single rasters are als... - 06:03 PM Revision f999897b (qgis): Geopackage moved delete to abstract item and implement raster deletion
- 05:22 PM Revision 37b899fb (qgis): Add a pure virtual clone method to processing parameter definitions
- And use it when we need to clone parameters (instead of more fragile
conversion to and from variants)
This fixes mod... - 04:51 PM Revision 251354ea (qgis): Merge pull request #5035 from nyalldawson/preview_tasks
- Tweaks to map preview tasks
- 04:39 PM Revision f464aebf (qgis): Merge pull request #5030 from boundlessgeo/Win_CutAndPaste_2-18_issue16870
- Clipboard Cut&Paste fix when attached special field values. Fixes #16870
- 04:28 PM Revision 7dbfc520 (qgis): Merge pull request #4210 from arnaud-morvan/processing_aggregate
- [processing] [needs-docs] Add aggregate algorithm
- 04:27 PM Revision e8ad0ba5 (qgis): Move "sync extent" canvas view option to map settings menu
- This means all the settings are collected together, and the
dock toolbar just contains navigation actions.
(followup... - 04:16 PM Revision 2d441a8d (qgis): Make sure new map dock views use correct icon size
- 04:04 PM Revision 9bfca65a (qgis): Add API to enable/disable preview jobs
- Disabled by default, and enabled only for main canvas (not
secondary canvases) - 03:50 PM Revision 6c17577f (qgis): Use a QgsMapRendererSequentialJob for rendering preview maps
- Means that at most the preview jobs will use a single thread
instead of hammering all available threads. - 03:50 PM Revision 628a1b09 (qgis): Also delay initial preview job by a short timeout
- 03:29 PM Revision a369c9b2 (qgis): Merge pull request #4760 from nyalldawson/tests
- Convert processing tests to use native algs where they exist
- 02:21 PM Revision 5fbd6288 (qgis): Merge pull request #4939 from mhugent/wms_toplevel_browser
- Show toplevel wms group in browser
- 12:20 PM Revision 7b2250bb (qgis): Convert processing tests to use native algs where they exist
- 12:15 PM Revision 469eb0de (qgis): Merge pull request #5034 from nyalldawson/exporter_api
- Use const references to options instead of pointers in QgsVectorLayerExporter
- 12:00 PM Revision 7a314f3c (qgis): Avoid 'flashy' status bar progress widget when map renders are fast
- If previous canvas render took less than 0.5 seconds, delay the appearance of the
'render in progress' status bar wid... - 11:26 AM Revision c7affb3b (qgis): Use const references to options instead of pointers in QgsVectorLayerEx...
- The use of pointers make ownership of the argument confusing, and there's
nothing stopping us just using an empty map... - 10:44 AM Revision 5808cc19 (qgis): Fix build with improvement of #5209
- 10:37 AM Revision 26a911cd (qgis): Merge pull request #4751 from nyalldawson/unique_ptr
- Return std::unique_ptrs where possible
- 10:33 AM Revision b73b25d4 (qgis): fixed unnecessary deepcopy and use the correct api
- 09:57 AM Revision e0d1ddc5 (qgis): Fix failing test
- 09:54 AM Revision b5bdafe4 (qgis): Add tests
- 09:54 AM Revision 40ad8602 (qgis): Fix relation reference widget when 'Chain Filters' is activated. Fixes ...
- 09:53 AM Revision e4dab7c5 (qgis): Fix intermittently failing QgsGeometry asGML tests
- 09:38 AM Revision fad59736 (qgis): spelling fixes
- 09:25 AM Revision d1e40d90 (qgis): Merge branch 'master' of https://github.com/QGIS/QGIS into regularShape...
- 08:43 AM Revision 43536a66 (qgis): Return subclasses where possible to fix build on older compilers
- 08:30 AM Revision 2693c6fb (qgis): Fix ui build warning
- 08:28 AM Revision d81a1a3b (qgis): Return std::unique_ptrs where possible
- When a class isn't exposed to Python, we should return a
std::unique_ptr whenever a returned pointer value is owned
b... - 07:58 AM Revision e3258959 (qgis): packaging updates after helpviewer removal (followup 55cdc89a1)
- 07:55 AM Revision a7cef870 (qgis): add docker shield
- 07:55 AM Revision f88ddcb5 (qgis): Remove startup tips
- 07:54 AM Revision 5abbab1a (qgis): Merge pull request #4993 from nyalldawson/remove_analyzer
- Remove QgsGeometryAnalyzer, QgsOverlayAnalyzer, QgsPointSample
- 06:05 AM Revision 6d388942 (qgis): Merge pull request #5024 from nyalldawson/build-vrt
- Restore gdal build vrt alg, plus improvements
2017-08-16
- 10:50 PM Revision fdee6ea2 (qgis): Merge pull request #5031 from boundlessgeo/gpkg-drag-n-drop
- [feature][needs-docs] Geopackage handle drops in the browser
- 10:50 PM Revision 11fb601a (qgis): Merge pull request #5027 from boundlessgeo/gpkg-vector-delete
- [feature][needs-docs] Adds delete layer context action to ogr and geopackage items
- 10:00 PM Revision 81397866 (qgis): Allow adding manual layers in modeler multi layer alg parameters
- This allows creation of models with child algorithms which do
things like merge a selected layer with a predefined st... - 09:18 PM Revision aefd5cce (qgis): Fix exception when editing multi layer parameter in model
- 09:12 PM Revision b318aff6 (qgis): Fix multi layer parameters in models not giving all options for inputs
- 09:00 PM Revision c54667c3 (qgis): Handle mixed lists of values and lists when evaluating multilayer
- parameters
This can happen when running models with mixed input types
for multilayer parameters - 08:38 PM Revision e1b0f786 (qgis): Fix default layer sometimes inserted into multi layer parameter values
- 08:23 PM Revision e6814bca (qgis): [feature] Geopackage handle drops in the browser
- It is now possible to drag and drop from any vector
layer onto a gpkg node layer and import a layer.
Overwrites are ... - 08:11 PM Revision 48eccc37 (qgis): Default to vrt extension for build vrt alg output
- 08:05 PM Revision 9ae68e84 (qgis): Merge branch 'master' into regularShape_gui
- 07:52 PM Revision 0a7bb486 (qgis): Allow selecting multiple items in processing multi layer input dialog
- And selecting/deselecting only these items. Otherwise it can be quite
cumbersome to manually select complex sets of i... - 07:52 PM Revision a5a4d3b7 (qgis): Port gdal build vrt to new API
- 07:52 PM Revision 1f2ea024 (qgis): Allow adding layers which aren't open in the project to processing
- parameters which accept lists of multiple layers
E.g. build vrt alg, merge vector layers alg
Otherwise you may need... - 07:12 PM Revision ac1decd1 (qgis): [travis] Install libzip for macos
- 07:12 PM Revision 7764cd91 (qgis): [travis] no longer any need for patching qsci
- 07:12 PM Revision f610ffaf (qgis): Remove ParameterDataObject
- 06:39 PM Revision 855f840f (qgis): always set a default name in the QGS project to avoid discrepancies wit...
- 06:30 PM Revision 55cdc89a (qgis): Merge pull request #5004 from jgrocha/helpviewer
- [needs-docs] Refactoring of all help calls, deprecating QgsContextHelp+Helpviewer
- 04:20 PM Revision 32c81a03 (qgis): Update sip files
- 03:00 PM Revision 7dd37b39 (qgis): Added documentation comments on new methods
- 02:50 PM Revision 497d4a80 (qgis): Shows a warning and abort deletion if the layer is in the current project
- 02:37 PM Revision 0be0a4e3 (qgis): Always use snapping configuration from the project in adv.digitizing dock
- It was slightly confusing to have another override for snapping while it is possible
to configure "no snapping" or "a... - 02:37 PM Revision 42933a27 (qgis): Remove class members that were never used
- 02:10 PM Revision cc146190 (qgis): Added 'datasource' and 'GeoPackage' to the delete confirm message
- 01:36 PM Revision 9ac8ff88 (qgis): remove arg
- 12:52 PM Revision b6254513 (qgis): From Clipboard Cut&Paste fix when attached special field values. Fiexie...
- 11:37 AM Revision d03f5990 (qgis): add Dockerfile for automated build on docker cloud
- 10:46 AM Revision 4b5d81b3 (qgis): [processing] Add Aggregate algorithm
- 10:12 AM Revision 162339d3 (qgis): Different messages for file and table layer deletion
- 08:59 AM Revision 2ffa7ba3 (qgis): Translate GDAL error codes
- 06:26 AM Revision a9d8d395 (qgis): [processing] restore near black and hillshade gdal algs (#5028)
2017-08-15
- 11:51 PM Revision fe59a19e (qgis): Change all ocurrences on_buttonBox_helpRequested to showHelp
- Add help button to 3 dialogs
Fix missing QStringLiteral
Fix CMakeLists.txt indentation
Fix qhelp.h and qgis_sip.h inc... - 11:26 PM Revision da6049ea (qgis): Adds delete layer context action to ogr and geopackage items
- TODO: decide what to do if the layer to be deleted was
added to the canvas: block the deletion?
Current implementati... - 06:21 PM Revision 19efee8a (qgis): alog:along typo (#5025)
- 04:23 PM Revision c1837ff2 (qgis): More comprehensive updating of gdal command when parameters change
- 04:23 PM Revision 7b6d9e8e (qgis): Revert "use second Dockerfile to push 2nd image"
- This reverts commit 050682a37364e110f350b9c3293f662b0011036d.
- 04:23 PM Revision 027de227 (qgis): Revert "minor fixes"
- This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008.
- 04:23 PM Revision 1b4396dd (qgis): Avoid duplicate geometry columns, invalid geometry column name in gdal ...
- 04:23 PM Revision c411284d (qgis): Revert "some fixes"
- This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45.
- 04:23 PM Revision 5aef6683 (qgis): Revert "more fixes"
- This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad.
- 04:23 PM Revision c53beb86 (qgis): ...
- 04:23 PM Revision 8e1b4381 (qgis): Unblacklist Processing GDAL test
- 04:23 PM Revision 3bfb34e8 (qgis): Geopackage fix mixed geometry layers and attributes
- In addition to geometry filtered layers for each geometry
type in a mixed-geometry type layer adds a table
layer with... - 03:13 PM Revision 83aa1adf (qgis): Add support for finding zipconf.h in separate location; use include dirs
- LIBZIP_INCLUDE_DIRS could end up with duplicate entries, but seems to be
the simplest way of supporting headers insta... - 01:51 PM Revision 755980fe (qgis): Merge pull request #5023 from nyalldawson/gdal_test
- Unblacklist Processing GDAL tests
- 12:58 PM Revision aece517c (qgis): Avoid duplicate geometry columns, invalid geometry column name in gdal ...
- 12:57 PM Revision 3d1be95a (qgis): More comprehensive updating of gdal command when parameters change
- 09:50 AM Revision f88e62fb (qgis): Unblacklist Processing GDAL test
- 08:20 AM Revision 3922efcb (qgis): Merge pull request #5022 from boundlessgeo/gpkg-show-attributes
- Geopackage fix mixed geometry layers and attributes
- 07:21 AM Revision 987f1acf (qgis): oracle provider: skip updating of key attributes of added features for ...
- 06:09 AM Revision ebf20a58 (qgis): Make inverted polygon legend items checkable
- This was not working with legendSymbolItemsV2(), in particular tested
with rule based renderer. - 03:29 AM Revision 5746b9d1 (qgis): Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
- 03:23 AM Revision 5e1e441f (qgis): Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
2017-08-14
- 08:25 PM Revision 7d074de9 (qgis): Geopackage fix mixed geometry layers and attributes
- In addition to geometry filtered layers for each geometry
type in a mixed-geometry type layer adds a table
layer with... - 05:34 PM Revision 1fdd9eed (qgis): Switch to make
- 05:34 PM Revision 6c45f94e (qgis): add travis branch
- 05:34 PM Revision 568a439c (qgis): explicit setup of ccache
- 05:34 PM Revision 7432a77e (qgis): fix ctest command
- 05:34 PM Revision 65ffa5ce (qgis): fix line ending
- 05:34 PM Revision cd14fc32 (qgis): try to add git to the image
- 05:34 PM Revision 9c739541 (qgis): fix path
- 05:34 PM Revision ceb84685 (qgis): better var names
- 05:34 PM Revision d187de3e (qgis): echo instead of ninja
- 05:34 PM Revision 79977dde (qgis): Fix build folder
- 05:34 PM Revision 59db9829 (qgis): More debug output
- 05:34 PM Revision a382aa56 (qgis): Run make directly
- 05:34 PM Revision a8757a07 (qgis): Test ninja again
- 05:34 PM Revision 459ca26e (qgis): Hold on...
- 05:34 PM Revision 878a340b (qgis): Output on failure
- 05:34 PM Revision 5244602d (qgis): missing ctest var
- 05:34 PM Revision b2edf333 (qgis): missing env var
- 05:34 PM Revision 24c3ae15 (qgis): minor fixes
- 05:34 PM Revision 1d3c4d97 (qgis): more fixes
- 05:34 PM Revision e6657df2 (qgis): some fixes
- 05:34 PM Revision 050682a3 (qgis): use second Dockerfile to push 2nd image
- 05:34 PM Revision 76403f89 (qgis): put back waiting
- 05:34 PM Revision 591a4032 (qgis): use ninja and env var
- 05:34 PM Revision 125551ff (qgis): Setup postgis
- 05:34 PM Revision de750af9 (qgis): fix psql
- 05:34 PM Revision c4c07723 (qgis): Wait for postgres server to spin up
- 05:34 PM Revision db8f3b6c (qgis): Fix setup postgres
- 05:34 PM Revision 87883b0c (qgis): some fixes
- 05:34 PM Revision d9b2e1a0 (qgis): use docker for newer dependencies on Travis
- 04:42 PM Revision 7d4f81d4 (qgis): Merge pull request #5019 from boundlessgeo/gpkg-dbmanager-sync
- Geopackage: Use the same settings for DB Manager and browser
- 03:06 PM Revision 80e8ff04 (qgis): Merge pull request #5014 from m-kuhn/enumgeomfunc
- Return enum instead of int from QgsGeometry operations
- 03:04 PM Revision 04f79d17 (qgis): Geopackage: Use the same settings for DB Manager and browser
- 02:19 PM Revision 904cd6f1 (qgis): Merge pull request #5018 from boundlessgeo/gpkg-show-tables
- Browser tree: also show geopackage geometryless layers as tables
- 01:48 PM Revision b26e6812 (qgis): [processing] Check all parameter's values in ModelerParametersDialog
- Check that all parameter's values pass the validity check,
even if not returned as QgsProcessingModelChildParameterSo... - 01:48 PM Revision b3a9e46c (qgis): [processing] Port refactor fields to new API
- 01:29 PM Revision 11f17915 (qgis): Browser tree: also show geometryless layers as tables
- 01:11 PM Revision 3d53a2df (qgis): Spelling
- 12:59 PM Revision fca603ca (qgis): Fix splitFeatures
- 12:44 PM Revision cb29b2e6 (qgis): Fix crash in test
- 12:19 PM Revision 23648016 (qgis): Merge pull request #5016 from boundlessgeo/gpkg-handle-collections
- Geopackage: proper handling of geometry ANY
- 10:52 AM Revision 0683528d (qgis): More doxymentation
- 10:43 AM Revision a70bfe6f (qgis): More doxymentation
- 10:39 AM Revision ad2f760c (qgis): GPKG: proper handling of unknown geometry
- This handles the test use case for layer:
Layer name: geometry2d
Geometry: Unknown (any)
Feature Count: 8
The browse... - 10:37 AM Revision 8294c434 (qgis): More doxymentation
- 08:58 AM Revision a4dac6ac (qgis): Define params as /Out/
- 08:19 AM Revision f9ba9052 (qgis): Fix segfault
Also available in: Atom