Activity
From 2018-08-06 to 2018-09-04
2018-09-04
- 11:55 PM Revision 2041cad0 (qgis): [wfs] Fix some race conditions
- 11:54 PM Revision 0b4694fb (qgis): More efficient case insensitive string comparison
- 10:07 PM Revision 75bb5c40 (qgis): Add test for QgsVectorLayerUtils::getFeatureSource
- 10:05 PM Revision 44ce8977 (qgis): Use QPointer instead of QWeakPointer
- 09:54 PM Revision 3014bbf3 (qgis): Fix build warnings
- 09:31 PM Revision ded7978f (qgis): Merge pull request #7790 from m-kuhn/featureid
- Move QgsFeatureId to own header
- 09:24 PM Revision 8af1c3f9 (qgis): Respect nodata values in ::sample() for gdal provider
- 08:49 PM Revision b85f1ed2 (qgis): One more forward declaration
- 08:10 PM Revision 34632714 (qgis): Remove "fix geometries" algorithm advice from the filter vertices descr...
- given that it actually drops M values
- 08:02 PM Revision f85d1c16 (qgis): Sometimes we still need to include qgsfeature.h
- 07:45 PM Revision d2d348b2 (qgis): Add forward declaration
- 07:08 PM Revision cf5523f8 (qgis): Add missing declaration
- 06:13 PM Revision 580ecafa (qgis): Merge pull request #7396 from luipir/rastercalculator_model_fix
- [processing] Rebirth RasterCalculator in Modeler. Fixes #19302
- 05:48 PM Revision 907fe384 (qgis): Fix typo
- 05:19 PM Revision 51fd516c (qgis): Add missing qgsrectangle.h includes
- 04:19 PM Revision 507649dd (qgis): Readd qgsfeature.h to CMakeLists.txt
- 03:55 PM Revision db456868 (qgis): Adjust core_auto.sip
- 03:54 PM Revision 2015defa (qgis): Add missing qgspointxy.h includes
- 03:47 PM Revision 30eddf5a (qgis): remove unuseful %s
- 03:46 PM Revision 7d1471a7 (qgis): more compact if
- 03:27 PM Revision d2f52bf4 (qgis): Add threadsafe method to get featuresource from layer
- 03:20 PM Revision 26fee728 (qgis): Include qgsgeometry.h where required
- 03:04 PM Revision 9d36c4c2 (qgis): also accept uppercase extensions (fixes #19766)
- 03:04 PM Revision 42aea6c9 (qgis): update OSGeo4W deps in INSTALL only in release branch
- 02:55 PM Revision 1bfc2785 (qgis): Remove unrequired qgsfeature.h includes
- 01:49 PM Revision 99c4b59a (qgis): Include qgis_sip.h
- 11:28 AM Revision 2a1459cb (qgis): Fix pyfuture installation under CMake 3.12
- The logic here was incorrect, but managed to do the right thing
anyway. Under CMake 3.12, this is a hard error. - 11:20 AM Revision 8398aae0 (qgis): [needs-docs][processing] Use input layer data type for gdal algorithms
- when appropriate:
- warp (i.e. reproject)
- translate (i.e. file format conversion)
- rearrange bands
- clip by exten... - 11:06 AM Revision 80824977 (qgis): Fix evaluation of Python wrapper values
- 11:06 AM Revision a717b85e (qgis): [FEATURE][processing] New modeler parameter widget
- A new widget which handles parameter values for child algorithms
within a model. Instead of the previous approach of ... - 11:06 AM Revision 8bae311a (qgis): Use enum instead of raw stacked widget indices
- 11:06 AM Revision 644ef6a7 (qgis): [processing] Initial work on porting base GUI classes to c++
- - Add abstract base class for Processing widget wrappers to c++
- Add wrapper factory interface to c++
- Make QgsProc... - 11:06 AM Revision d5630345 (qgis): Address review comments
- 11:06 AM Revision 3c2499ba (qgis): Add some notes on deprecated class handling
- 11:06 AM Revision e76b761d (qgis): Correctly associate layer with dynamic properties
- 11:06 AM Revision 918be1f2 (qgis): Fix some warnings
- 11:06 AM Revision 70c16807 (qgis): Automatically handle adding data defined button for dynamic properties
- Also exposes this capability to modeler - so that model algorithms
can use data defined parameters within their child... - 10:04 AM Revision bb911707 (qgis): [layouts] Fix label expression contains unicode characters when edited
- Fixes #19743
- 10:04 AM Revision 15e58093 (qgis): Fix 'make permanant' action fails when exporting to a geopackage
- with existing layers
- 08:53 AM Revision cf94e8e7 (qgis): Disable qt5 Travis builds -- the build environment is currently broken
- 08:53 AM Revision 25b3fcad (qgis): Also disable OSX builds on Travis - the environment has been broken for...
- and the results are currently ignored anyway
May as well save some unneeded work for Travis - 08:48 AM Revision a668ff39 (qgis): [layout] Fix legend item not updated when toggling filter by map content
- (cherry picked from commit 9a400d70e65b82cf04b733e35c4d641cdaf748c6)
- 08:48 AM Revision fb7693fb (qgis): Capitalization
- ...how in the world has THIS one slipped by unnoticed so long!
(cherry picked from commit 53e2e4eca9b93ca903b1fdbeda... - 08:48 AM Revision a650c224 (qgis): [layout] Set default legend item title to an empty string
- (cherry picked from commit 9af405c9ae611593b1a84513c6c2398766db052c)
- 08:48 AM Revision 45c790e6 (qgis): Fix capitalization
- (cherry picked from commit bd84db51294817d5a6e5fd33359e0027bb6f5f8d)
- 08:48 AM Revision 9b764a87 (qgis): [layout] Fix legend item properties' title entry not showing
- the default "Legend" title upon item creation.
(cherry picked from commit 5d3da0dee3c6e918b7a2de84e20578d5a4628c2e) - 08:37 AM Revision 40e4f0f0 (qgis): [ui] use lowercase group name for help text in expression builder
- 07:57 AM Revision aae41c06 (qgis): Fix documentation for editFormConfig
- It returns a copy: you need to change
it and use setEditFormConfig to make
modifications. - 05:07 AM Revision 65d9911e (qgis): Rephrase short help
- 05:07 AM Revision 48b18d4c (qgis): [processing] add parameterAsInts function
- 05:07 AM Revision 1664ef16 (qgis): [FEATURE][processing] gdal's rearrange band algorithm
- 05:07 AM Revision 97adef21 (qgis): [processing] multiple band selection wrapper should return list of ints
- 05:07 AM Revision 5cd28034 (qgis): address comments, fix test
- 05:07 AM Revision 13ecaa41 (qgis): [needs-docs][processing] Add a multiple selection mode to the band para...
- 04:38 AM Revision 53e2e4ec (qgis): Capitalization
- ...how in the world has THIS one slipped by unnoticed so long!
- 03:35 AM Revision 6a800698 (qgis): add some missing QLatin1String in metadataHtml()
- 03:35 AM Revision c4918721 (qgis): do not display geometry, spatial extent and CRS for non spatial layer
2018-09-03
- 01:05 AM Revision 10c9d412 (qgis): Avoid defaulting to older path in style import dialog browse button
- 01:05 AM Revision 5a875676 (qgis): Clear previously imported symbols when style manager import file is cha...
- Avoids symbols from a different file from being imported with tags/
etc from a newly selected file. - 12:32 AM Revision 085fd247 (qgis): Expose QgsFeatures::attribute for QML
- by setting Q_INVOKABLE
- 10:30 PM Revision 828061b7 (qgis): fix build on osx
- 04:36 PM Revision b4948583 (qgis): Merge pull request #7776 from pvalsecc/empty_filter
- [Server] Add support for empty OGC WMS filters
- 04:31 PM Revision 6ee9a474 (qgis): [mesh] [feature] allow render vectors/arrows on the user-defined grid
- 03:36 PM Revision da58c1d7 (qgis): Add support for empty OGC WMS filters
- The FILTER query parameter can now look like that:
`(<Filter>...</Filter>)()`
That means that the second layer has n... - 02:02 PM Revision b3d94f11 (qgis): safer check if crs is None
- 01:59 PM Revision 365e952c (qgis): removed comment
- 01:58 PM Revision 6068c199 (qgis): added check for outputChildId
- 01:57 PM Revision a80117b8 (qgis): Merge pull request #7724 from agiudiceandrea/patch-fix-19636
- Fix "Filter on joined fields": add geometry for spatial layer and handle special field/layer names
- 01:04 PM Revision 77216946 (qgis): Merge pull request #7763 from luipir/fix_processing_template_script
- update template to 3.x api
- 12:37 PM Revision 9af405c9 (qgis): [layout] Set default legend item title to an empty string
- 12:37 PM Revision 5d3da0de (qgis): [layout] Fix legend item properties' title entry not showing
- the default "Legend" title upon item creation.
- 12:37 PM Revision 9a400d70 (qgis): [layout] Fix legend item not updated when toggling filter by map content
- 11:41 AM Revision 199f4eff (qgis): fix tests for mesh layer
- 11:41 AM Revision f0ede773 (qgis): [mesh] [feature] allow to choose different vector and scalar dataset
- 11:41 AM Revision 99a6f12b (qgis): update MDAL to 0.0.6
- 10:58 AM Revision 33f83d68 (qgis): revert crs to sourceCrs for feature sources
- 10:10 AM Revision 3f859384 (qgis): Merge pull request #7752 from 3nids/project_layers
- Legend tree in 'Identify Layers'
- 09:32 AM Revision 0ef33d80 (qgis): regroup 'Identify Layers' and 'Data Sources' in the same tab (project p...
- 08:50 AM Revision b5aa65c5 (qgis): use toggle selection button instead of check/uncheck2
- 08:40 AM Revision 88d482e1 (qgis): non spatial are not identifiable
- also removes checkboxes from items not being checkable
- 07:55 AM Revision e35e8306 (qgis): Include qgsfeatureid.h instead of redefining
- 07:54 AM Revision 74fb0fab (qgis): Move QgsFeatureId to own header
- 07:13 AM Revision 3c58d099 (qgis): Merge pull request #7768 from nyalldawson/assert
- Throw an assert when using an unsupported variant type with QgsXmlUtils::writeVariant
2018-09-02
- 01:06 AM Revision 4a967d98 (qgis): Updates to Swedish translation
- Mostly fixes in main window on the 3.2 branch
- 01:06 AM Revision 79d66183 (qgis): Swedish translation fix in main window
- Mostly fixes to main window translations for the 3.2 branch.
- 09:47 PM Revision 74e6e15d (qgis): [processing] Add test to ensure that model child algorithm parameters
- which are set to dynamic values are preserved across save/restore
- 09:47 PM Revision 3572ea80 (qgis): Make QgsXmlUtils handle storing/retrieving QgsProperty values
- 08:13 PM Revision c6caa291 (qgis): improved UX
- * checkbox placement
* capitalize text in buttns
* place holder for line edit
* enable/disable buttons depending on s... - 10:16 AM Revision d0026d1a (qgis): Merge pull request #7769 from elpaso/bugfix-19695-qlocale-permissive-input
- Bugfix 19695 qlocale permissive input
- 09:42 AM Revision 2bf72b77 (qgis): Use isNumeric
- 09:42 AM Revision 069dc1b6 (qgis): Fix test
2018-09-01
- 09:16 PM Revision 57033907 (qgis): Merge pull request #7770 from elpaso/bugfix-19748-acceleration-options-...
- Fixes #19748 Acceleration label added in Options dialog title
- 07:00 PM Revision 2ef06c48 (qgis): Fixes #19748 Acceleration" label added in Options dialog title
- ... even if OpenCL is off
- 06:02 PM Revision ae907878 (qgis): Remove group separator when editing numeric values
- Fixes #19695 - Line Edit widgets for integer numbers with thousand separators enabled are hard to edit
- 06:02 PM Revision 71570766 (qgis): Be permissive when parsing ranges from user input
- 06:01 PM Revision bb01ef34 (qgis): Add qgsPermissiveToLongLong
- 05:59 PM Revision 0b35147a (qgis): Fields: be permissive when parsing formatted numbers
- 12:05 PM Revision 309992bb (qgis): Throw an assert when using an unsupported variant type
- with QgsXmlUtils::writeVariant
These were previously written as strings yet could not be
restored by QgsXmlUtils::re... - 11:48 AM Revision 4ae23b64 (qgis): better looking shadows for hackfests and contributors styles
- 11:47 AM Revision e8ca9a24 (qgis): Add spellok
- 11:47 AM Revision 6d6871ca (qgis): Skip test on travis and fix test case
- 11:47 AM Revision 4ad0bbb1 (qgis): [test] Add ParentDependsOnSubTask subtask test case
- 11:47 AM Revision 3a0899db (qgis): Add os import
- 11:37 AM Revision ba4fb650 (qgis): Merge pull request #7764 from elpaso/locale-graduated-renderer
- Use QLocale for categorized renderer range
2018-08-31
- 05:11 PM Revision e40b8554 (qgis): Use QLocale for categorized renderer range
- 01:44 PM Revision 9cefd3a5 (qgis): add optional filter for spatial only layers
- 01:14 PM Revision b2245694 (qgis): emit dataChanged in setData because Qt says to do so
- 01:14 PM Revision 6b66b204 (qgis): switch to legend tree for Identify Layers tab in project properties
- also add a 'searchable' option for vector layers (they won't be searched in the locator)
- 12:07 PM Revision b55ab2e6 (qgis): [win] Cleanup notifications on exit
- 11:49 AM Revision 1f744bdc (qgis): Remember last style import path
- 11:49 AM Revision 8f1fb1e6 (qgis): Fix messageboxes are shown with wait mouse cursor in style manager impo...
- 11:49 AM Revision bf649e7f (qgis): Cleanup code
- 11:49 AM Revision 95e89602 (qgis): Capitalization
- 11:49 AM Revision fc8d90fc (qgis): Use a QgsFileWidget in style import dialog
- 11:49 AM Revision 9983ba34 (qgis): Restore geometry on style manager dialogs
- 10:43 AM Revision b2d20c9d (qgis): Fix label
- 10:41 AM Revision ddc5e52a (qgis): update template to current api (3.4)
- 09:33 AM Revision 6917860d (qgis): Merge pull request #7735 from 3nids/snap3
- add layer filter in snapping configuration
- 08:37 AM Revision 04e7c7ab (qgis): placeholder + move at bottom
- 08:31 AM Revision 010295fa (qgis): emit dataChanged in setData because Qt says to do so
- 05:50 AM Revision c3fd6317 (qgis): Fix dox
- 05:50 AM Revision e63fedfa (qgis): Improve/extend QgsSymbol docs
- 05:50 AM Revision 5e1d1a4c (qgis): Deprecate vector layer setter/getter within QgsSymbol
- It's not used, and potentially very dangerous
- 05:36 AM Revision 4e3d61c3 (qgis): Autoraise map unit scale tool buttons
- 05:36 AM Revision bd84db51 (qgis): Fix capitalization
- 04:45 AM Revision 91cebc4f (qgis): [Processing][needs-docs] Improve some vector overlay algorithms descrip...
- * Some algorithms used almost the same label for the second layer and the output one (eg, "difference layer" vs "diff...
- 04:31 AM Revision e0fa9eb9 (qgis): Add QStringLiteral(), QStringLiteral( "" ) and QLatin1String( "" )
- to banned keywords
And replace use with QString() - 02:44 AM Revision 07037ec4 (qgis): Fix some warnings
- 02:32 AM Revision 9ca0e9d0 (qgis): [processing] Use distance parameter for Points Along Geometry offsets
- and Topological Coloring distance parameters
Fixes #19712
(cherry picked from commit 304033c9161be591331c231b763168... - 02:32 AM Revision 4d6211d1 (qgis): [Processing][Needs-docs] Allow optional "value" in "select by attribute...
- because it's not needed to run null checks (fixes #19469 which is actually reported in the wrong way)
(cherry picked... - 02:32 AM Revision 5bb7818b (qgis): [needs-docs] Fix parameter's label and some distance default value
- more coherent with meters
(cherry picked from commit 00b0e3b0bc683297850dae04d7e1a3f386210589) - 02:32 AM Revision 36063062 (qgis): Ensure context is passed with QTimer::singleShot
- (cherry picked from commit 5c7f13b3a400798336cfb6b319eda7248174aaa5)
- 02:32 AM Revision c9442a9f (qgis): Fix is_closed (and other expression functions) fail with multi* input g...
- Fixes #19704
(cherry picked from commit e5e14dd68072473ade0f747034b63c6f89d88a1c) - 02:32 AM Revision 8aaeb7b1 (qgis): Fix 'equals' predicate in SpatialJoinSummary
- This fixes a typo in SpatialJoinSummary.py "Join attributes by location (summary)" algorithm that prevents the 'equal...
- 02:32 AM Revision 72331fe3 (qgis): Fix parameter's label
- Because all values are in layer units now and they can be overridden
- 02:32 AM Revision a5fd8137 (qgis): delimited text: let field names be numerical value
- fixes #19638 "CSV: numeric header gets a trailing underscore + 1"
fixes #13187 "Numeric FIELD names are lost on CSV i... - 02:32 AM Revision 4d4354e0 (qgis): Update test_qgsdelimitedtextprovider_wanted.py
- according to PR #7671
(cherry picked from commit 3b9821f439a4fa6b3007bc5f426b569ec30b7a9b) - 02:32 AM Revision 3fb46435 (qgis): Fix 'equals' predicate in SpatialJoin
- This fixes a typo in SpatialJoin.py "Join attributes by location" algorithm that prevents the 'equals' predicate to w...
- 02:32 AM Revision 0521bfc0 (qgis): Fix Virtual layers display with empty subsetstring
- Fixes #19721
Virtual layers incorrectly show no feature when the expression filter string is empty, instead of corre... - 02:32 AM Revision 60fed670 (qgis): Mark a Python plugin without an __init__.py as broken
- utils.findPlugins() checks for the existence of an __init__.py which
results in an attempt to enable a plugin without... - 02:32 AM Revision 7eb5db3d (qgis): [processing] Reproject algorithm doesn't care about invalid features
- (cherry picked from commit 7a8bee2cecc3d0ea71c036d0922f7a310ec777c8)
2018-08-30
- 01:59 AM Revision 948a312a (qgis): Better error message
- 11:53 PM Revision a092823e (qgis): Merge pull request #7747 from cjmayo/check_init_py
- Mark a Python plugin without an __init__.py as broken
- 10:52 PM Revision d683550b (qgis): Fix crash when tasks are canceled before starting
- Avoids an attempt to unlock an already unlocked mutex,
which causes a crash. Should fix a number of crash report
tick... - 08:32 PM Revision 051e4d1c (qgis): Mark a Python plugin without an __init__.py as broken
- utils.findPlugins() checks for the existence of an __init__.py which
results in an attempt to enable a plugin without... - 04:10 PM Revision 123f6940 (qgis): Merge pull request #7742 from agiudiceandrea/fix-equals-SpatialJoin
- [processing] Fix 'equals' predicate in SpatialJoin and SpatialJoinSummary
- 10:01 AM Revision a7b6bdba (qgis): use epsg and fix circularstring test on linux
- 09:59 AM Revision e56da0e5 (qgis): Add test for Join by location (equals)
- Adds a test for "Join attributes by location" processing algorithm 'equals' predicate
2018-08-29
- 09:10 PM Revision 00b0e3b0 (qgis): [needs-docs] Fix parameter's label and some distance default value
- more coherent with meters
- 09:10 PM Revision 4e1d29ee (qgis): [Processing][Needs-docs] Allow optional "value" in "select by attribute...
- because it's not needed to run null checks (fixes #19469 which is actually reported in the wrong way)
- 06:52 AM Revision e5e14dd6 (qgis): Fix is_closed (and other expression functions) fail with multi* input g...
- Fixes #19704
2018-08-28
- 01:09 AM Revision afcf048e (qgis): Fix 'equals' predicate in SpatialJoinSummary
- This fixes a typo in SpatialJoinSummary.py "Join attributes by location (summary)" algorithm that prevents the 'equal...
- 01:07 AM Revision abd4d0ee (qgis): Fix 'equals' predicate in SpatialJoin
- This fixes a typo in SpatialJoin.py "Join attributes by location" algorithm that prevents the 'equals' predicate to work
- 07:43 PM Revision 99696b6e (qgis): Fix Virtual layers display with empty subsetstring
- Fixes #19721
Virtual layers incorrectly show no feature when the expression filter string is empty, instead of corre... - 06:05 PM Revision 65f4bf19 (qgis): Merge pull request #7514 from rldhont/server-cache-manager
- [Server][Feature][needs-docs] Server cache manager and WMTS service
- 05:08 PM Revision 28ae07af (qgis): Fix trusty build (QStringLiteral is Qt5; followup 9241e2d)
- 05:06 PM Revision 9e2286ae (qgis): fix layer mapping in case direct use NOT in a model
- 05:06 PM Revision 6aa36166 (qgis): adapted tests to new variables added in expressionContext
- 05:06 PM Revision 6a2934cf (qgis): use complete layerSource instead of only basename
- 05:06 PM Revision faf9716a (qgis): fix some code weakness and review comments
- 05:06 PM Revision d3144b97 (qgis): remove unused method
- 05:06 PM Revision 3a67c5d2 (qgis): use QVariant::fromValue as suggested in review
- 05:06 PM Revision 1bc1bb2f (qgis): fix use layer source and managed string parsing in case of translation
- 05:06 PM Revision 5a3b319e (qgis): change expression to use layers in the current execution scope
- 05:06 PM Revision 0acb7664 (qgis): add model variables in expressionContext scope to be mapped in case use...
- 05:06 PM Revision 5ebe5d6c (qgis): show variableDescription as shown in the list of variables
- 04:14 PM Revision 2210fd14 (qgis): [travis] Disable non-local file download tests
- (cherry picked from commit 8d8f38d4c40a64082e396017cbca3399cfafb3ca)
- 02:26 PM Revision b3f9898c (qgis): [Server] Fix weird docs indetation
- 02:22 PM Revision 6b8d04b0 (qgis): [Server] Various code cleaning for server cache manager and WMTS service
- 02:17 PM Revision b82c30e2 (qgis): [Server] Enhancing loop for
- 01:57 PM Revision 0475ff9e (qgis): add layer filter in snapping configuration
- 01:56 PM Revision 2810c92f (qgis): [mac] display icon in notification (#7734)
- there is 2 icons in notifications, one from the app itself and one set from the notification
the icon application see... - 10:43 AM Revision 5c7f13b3 (qgis): Ensure context is passed with QTimer::singleShot
- 09:18 AM Revision 2855ccbe (qgis): add PeterPetrik to contributors map
- 09:17 AM Revision d7afb710 (qgis): [mesh] [feature] add opacity slider to mesh contours settings
- 08:12 AM Revision e72879ee (qgis): unique_str for QgsRubberBand
- 02:21 AM Revision 7a8bee2c (qgis): [processing] Reproject algorithm doesn't care about invalid features
- 02:21 AM Revision 304033c9 (qgis): [processing] Use distance parameter for Points Along Geometry offsets
- and Topological Coloring distance parameters
Fixes #19712
2018-08-27
- 01:31 AM Revision 98c51042 (qgis): add myself to the map
- 01:01 AM Revision 89556841 (qgis): Fix the developers map in about dialog
- 12:50 AM Revision 57997eb6 (qgis): Fix failing spell checks
- 10:12 PM Revision f1fdbbbb (qgis): Fix references to contributors.json (#7722)
- 08:37 PM Revision 269edfd0 (qgis): Fix parameter's label
- Because all values are in layer units now and they can be overridden
- 02:58 PM Revision 1971f8ac (qgis): Fixing intentation
- 02:33 PM Revision 05fda103 (qgis): Filter on joined fields: add geometry for spatial layer and handle sp…
- …ecial field/layer names
Fixes #19636
"Filter on joined fields" does not work properly in the following two circums... - 01:35 PM Revision 236a53e7 (qgis): Fix example display
- 09:44 AM Revision 9710c185 (qgis): New Easter eggs which might actually be useful... (#7714)
- Three new easter eggs:
world : Add a world map to your canvas - it is the same world map as used by the CRS chooser
... - 09:44 AM Revision 790c3679 (qgis): Use fontMetrics to scale grid markers
- 09:44 AM Revision b5371b28 (qgis): Move initialization to header
- 09:13 AM Revision 3744043a (qgis): Early exit if snap to grid item is disabled
- 06:43 AM Revision 820c40ac (qgis): [FEATURE] map_layers variable for layout map items
- Just like map_layers_ids, but returns direct layer values instead
of ids - 06:43 AM Revision 05a311bd (qgis): Code modernization
- 06:43 AM Revision 0ad341a0 (qgis): Use expression preview for variable values in variable editor widget
- Means that values which are non-text, e.g. points, geometries,
lists, maps, etc show a value in the widget - 06:43 AM Revision ff9e3890 (qgis): [needs-docs] Rename map_layers_ids to map_layer_ids
- It's more natural grammar
- 06:43 AM Revision c8191ffd (qgis): Allow unformatted preview text for expression results
- 06:43 AM Revision 367d0bef (qgis): Show preview text for map layer values in expressions
- 06:30 AM Revision 87fb27fd (qgis): Merge branch 'master' into reverseLine
- 04:34 AM Revision 9da46690 (qgis): Fix Thershold parameter for SAGA Watershed algorithm
- (cherry picked from commit ad96be96a9bd36127566268d4c3403b8896efca0)
- 04:34 AM Revision d416e149 (qgis): [processing] fix incorrect output names
- (cherry picked from commit 821a8ff0b5ffa410ef311ba47f8dcf4e67bb2bb8)
- 04:34 AM Revision 9b91b99c (qgis): added SAGA watershed segmentation execution test
- (cherry picked from commit 819a82ad54902f0542a2557f5ec63aa5c0286446)
- 04:34 AM Revision f31a7f47 (qgis): small fix in parameter description removing spaces
- (cherry picked from commit 3b29e598851d367bfa6aeb87c17c20328c98d926)
- 04:34 AM Revision 9d07a8f9 (qgis): [processing] Accept geometry-less layers in more algorithms
- Fixes #19685
(cherry picked from commit 83feea46a72374b9faa1d40a902fcec8b1c5c1d4) - 04:34 AM Revision 2e42525a (qgis): [layouts] Set printer document name when printing layouts
- Makes for better display in desktop print job queues
(cherry picked from commit 46356c848b31d47d97941d4a22e496353269... - 04:34 AM Revision 603b7d66 (qgis): Fix typo
- (cherry picked from commit 14f36f201f7fd6fa511a86ae0ed3c8503312762f)
- 04:34 AM Revision 96cf972c (qgis): [layouts] Fix printed pages are offset from top-left on some platforms
- Fixes #19566
(cherry picked from commit ee4cba06e81a9a5771a70bb3886c95ed54b53e14) - 03:55 AM Revision 3b9821f4 (qgis): Update test_qgsdelimitedtextprovider_wanted.py
- according to PR #7671
- 03:55 AM Revision 379652d2 (qgis): delimited text: let field names be numerical value
- fixes #19638 "CSV: numeric header gets a trailing underscore + 1"
fixes #13187 "Numeric FIELD names are lost on CSV i... - 03:42 AM Revision ee4cba06 (qgis): [layouts] Fix printed pages are offset from top-left on some platforms
- Fixes #19566
- 03:35 AM Revision 5ba52e36 (qgis): Hide CRS group box in vector properties for non-spatial layers
- Fixes #19689
- 03:35 AM Revision 7c805b41 (qgis): Rename vector layer 'CRS' group to 'Geometry and CRS'
- Because the group box also contains non-CRS settings,
e.g. spatial index and extents - 03:35 AM Revision d84252c9 (qgis): Fix project defaults to EPSG:4326 when a non-spatial layer is first
- layer added
Fixes #19690 - 03:35 AM Revision 1b560559 (qgis): Non spatial layers do not have a CRS - API changes only, needs UI change
- Refs #19689
- 03:35 AM Revision f8f5fd15 (qgis): Fix bad test
- 02:09 AM Revision c87b625f (qgis): Mark whole Auto Fixes group as disabled from geometryless layers
- Results in nicer widget styling than disabling individual widgets
- 02:09 AM Revision 56a40632 (qgis): Standardize margin on digitizing page
- 02:09 AM Revision 2f99b95e (qgis): Standard some capitalization
- - button text should be Title Case
- group box titles should be Title Case
- checkbox text should be Sentence case - 02:09 AM Revision e7b5d62c (qgis): Change geometry precision spin box to QgsDoubleSpinBox, with reset button
- 02:00 AM Revision 46356c84 (qgis): [layouts] Set printer document name when printing layouts
- Makes for better display in desktop print job queues
2018-08-26
- 01:15 AM Revision 14f36f20 (qgis): Fix typo
- 09:38 PM Revision e32c738c (qgis): Merge pull request #7693 from pblottiere/cerr
- QgsMessageLogConsole in cerr
- 07:18 PM Revision f371d9da (qgis): Typo fix
- 02:10 PM Revision 6c467fb0 (qgis): Fix snap to grid with differing layer CRS
- 02:10 PM Revision f177228f (qgis): Gracefully handle transform errors in snap to grid
- 02:10 PM Revision 5c814cf9 (qgis): Adjust snapping options on layer change
- 02:10 PM Revision 6ae03afd (qgis): Add license headers
- 02:10 PM Revision 212cd207 (qgis): Transfer ownership of item
- 02:10 PM Revision c2f6882a (qgis): Allow disabling snap to grid
- 02:10 PM Revision b68ce378 (qgis): Highlight grid for map tools that snap to grid
- 02:10 PM Revision 9ad3515a (qgis): Better dox
- 02:10 PM Revision ac8eab2f (qgis): Guard against layer nullptr
- 02:10 PM Revision 652737dd (qgis): Revert "Call direct parent method"
- This reverts commit e6c65c434c97139a7da1322c9fd23b79fed66969.
- 02:10 PM Revision 5ef37511 (qgis): Call direct parent method
- 02:10 PM Revision 93eef9f0 (qgis): Do not bypass edit buffer
- 02:10 PM Revision 9e387e48 (qgis): Make map tool snap to grid crs aware
- 02:10 PM Revision 1e81e03a (qgis): Add QgsSnapToGridCanvasItem
- 02:10 PM Revision aae65591 (qgis): Allow disabling snapping on maptools
- 02:10 PM Revision 665466b1 (qgis): Disable snapping on split map tool
- 02:10 PM Revision 391d3f97 (qgis): Disable snap to grid for maptool split parts
- 02:10 PM Revision fff743be (qgis): Migrate geometry fixers to new API style
- 02:10 PM Revision 8fc08d8c (qgis): Snap nodes in digitizing map tools to grid
- 01:37 PM Revision a6e0e39b (qgis): Merge pull request #7712 from m-kuhn/fixTheFix
- Initialize
- 12:14 PM Revision 02b4f83b (qgis): Initialize
- 10:26 AM Revision 821a8ff0 (qgis): [processing] fix incorrect output names
- 09:10 AM Revision 3c23bff6 (qgis): Merge pull request #7710 from m-kuhn/fixTheFix
- Fix the fix from yesterday
- 09:08 AM Revision bc3a0c00 (qgis): Clean code
- 09:08 AM Revision 43afffc4 (qgis): Revert "Simplify code"
- This reverts commit dea911dcbcdaf8f725c2d99eb4a854936f043ef7.
- 07:43 AM Revision 3cd68999 (qgis): Merge pull request #7698 from m-kuhn/wfsDateTimeNow
- Support for now() in WFS filters
2018-08-25
- 09:52 PM Revision 75cac03c (qgis): Polish translation update
- 04:55 PM Revision 504cd618 (qgis): [FEATURE] 3D maps in print layouts (part 2) - PR #7705
- 03:42 PM Revision 990ddf7c (qgis): Merge pull request #7709 from m-kuhn/fixRelations
- Fix crash when relations would be recursively nested
- 03:32 PM Revision 02a6b839 (qgis): Numbering of 3d map print layout items
- 02:00 PM Revision 00a871a6 (qgis): Fix crash when relations would be recursively nested
- There is already code, that avoids building up widgets in such a situation. With this patch
it also avoids recursivel... - 01:52 PM Revision 7a91b807 (qgis): Add note about now() being static to help
- 01:48 PM Revision 980e83ae (qgis): Remove debug lines
- 01:46 PM Revision a97426f1 (qgis): Remove project scope
- 01:45 PM Revision 157c7dcd (qgis): Add test that now() returns static results
- 01:42 PM Revision 2a080f01 (qgis): Revert "Make now() expression function static"
- This reverts commit 705771a2222e23497849d820e7e10f1521c3d395.
- 11:51 AM Revision 3a0454ff (qgis): Implement refresh() and setNewItem()
- 11:26 AM Revision 7eb5d22e (qgis): A new button to set camera pose from an existing 3D view
- 10:34 AM Revision 0fd2962a (qgis): Increase spin box limits
- 10:26 AM Revision eae59bb2 (qgis): Fixes to the 3D map widget spin boxes
- 10:25 AM Revision f0dcf7ff (qgis): Don't forget to load/save background and selection colors
- 09:44 AM Revision d9f67f88 (qgis): Move "add 3D map" button just after "add map" button
- 08:09 AM Revision 6097b13a (qgis): Merge pull request #7700 from m-kuhn/fixRelations
- Invalidate relations on layer removal
- 08:09 AM Revision 960636aa (qgis): Merge pull request #7704 from m-kuhn/fixSaveRestoreProjectVariables
- Fix save and restore of some project variables
- 07:41 AM Revision 83feea46 (qgis): [processing] Accept geometry-less layers in more algorithms
- Fixes #19685
- 07:34 AM Revision 267b049d (qgis): [dbmanager] fix versioning dialog UI (overlapping line edits)
- 06:06 AM Revision 0782c12b (qgis): [raster] Remove preexisting pyramid files when over-writing a raster (#...
- (failing to do so can lead to new raster relying on old pyramid
files, corrupting the rendering) - 03:34 AM Revision d65ad453 (qgis): fix array formatting for array_filter
2018-08-24
- 07:50 PM Revision 4bea2efb (qgis): Polish translation fix
- 06:19 PM Revision 71ec91e9 (qgis): Fix save and restore of some project variables
- 06:18 PM Revision 7bdcab67 (qgis): Make the non-preview layout 3D maps renders work again
- 06:02 PM Revision 38d1c68c (qgis): Merge pull request #7702 from m-kuhn/relationRecursionCrash
- Fix crash when relations would be recursively nested
- 06:01 PM Revision 2a31d386 (qgis): Add copy constructor dox
- 05:57 PM Revision db4d18c5 (qgis): Merge pull request #7701 from DelazJ/patch-2
- Fix help of some array functions
- 05:49 PM Revision 832d27c2 (qgis): Make the GUI work without crashing (avoid embedded event loop)
- 05:36 PM Revision 3626cf11 (qgis): [Server][Feature][needs-docs] Testing that exceptions are not cached
- 04:05 PM Revision 40223db8 (qgis): Merge branch 'master' into patch-2
- 03:51 PM Revision 31fadd1c (qgis): Merge pull request #7692 from m-kuhn/arrayRep
- Adjust representation of arrays and maps in expressions
- 03:50 PM Revision 6cb9997a (qgis): [Server][Feature][needs-docs] Enhancing WMTS GetTile parameters check w...
- 03:49 PM Revision 79f766af (qgis): Don't crash, please
- 03:39 PM Revision 4c52faa0 (qgis): Fix crash when relations would be recursively nested
- There is already code, that avoids building up widgets in such a situation. With this patch
it also avoids recursivel... - 03:05 PM Revision ba246532 (qgis): [Server][Feature][needs-docs] Enhancing TileMatrixSetLimits
- 02:04 PM Revision ec4483a5 (qgis): Update map and array examples
- 01:50 PM Revision 7e630939 (qgis): Fix test
- 01:24 PM Revision 86e1382f (qgis): Make QgsRelation implicitly shared
- 01:24 PM Revision 932e70a7 (qgis): QgsRelation::isValid will return false if layers are deleted
- 01:24 PM Revision 308b16b1 (qgis): range-based for loops
- 12:32 PM Revision a5a6f005 (qgis): Merge pull request #7672 from m-kuhn/geomCheckerAutoFixes
- Add automatical fixes for geometries
- 11:54 AM Revision 399bbf1a (qgis): Fix array_to_string description and add default value example
- 11:33 AM Revision 9dc387fb (qgis): Doxygen since
- 11:28 AM Revision 8e8f4a5e (qgis): Fixes generate_series examples
- 11:28 AM Revision 61c3fe4a (qgis): Merge pull request #7696 from m-kuhn/initializeCaptureModeNone
- Initialize capture mode none
- 11:19 AM Revision 9abd6d33 (qgis): Support for static expression functions in WFS filters
- 11:19 AM Revision 705771a2 (qgis): Make now() expression function static
- 11:19 AM Revision c709f188 (qgis): DateTime support for WFS filters
- 10:39 AM Revision bf0962fa (qgis): [raster] Remove preexisting pyramid files when over-writing a raster (#...
- (failing to do so can lead to new raster relying on old pyramid
files, corrupting the rendering) - 10:05 AM Revision 7d1f0a93 (qgis): debian packaging: backport b37832ab1 & 6b5d64544
- 08:47 AM Revision f9da5964 (qgis): QVariantMaps always have string keys
- 08:43 AM Revision 04cdc9bf (qgis): Merge pull request #7694 from signedav/trans_extends
- Improvements of translation-featurs of .qgs project data
- 08:41 AM Revision b6fbdec7 (qgis): Initialize capture mode from layer
- When the captureMode is set to CaptureNone, it should be initialized from the layer on create and not only on the fir...
- 08:41 AM Revision dea911dc (qgis): Simplify code
- 08:11 AM Revision 0274bc86 (qgis): More test fixes
- 07:56 AM Revision 2c0de10b (qgis): Fix code style
- 06:10 AM Revision cc424f9e (qgis): Fix compilation
- 06:09 AM Revision 70bf49a1 (qgis): Adjust tests for array and map expression formatting
- 06:08 AM Revision 8e1aeda4 (qgis): More array and map expression formatting
- 05:52 AM Revision 65fd187d (qgis): Quote keys
2018-08-23
- 12:07 AM Revision f08ebab0 (qgis): GUI for the 3D map print layout item
- 11:33 PM Revision ce7bd9aa (qgis): osgeo4w: build pdbs for releases
- 10:18 PM Revision 819a82ad (qgis): added SAGA watershed segmentation execution test
- 10:18 PM Revision 3b29e598 (qgis): small fix in parameter description removing spaces
- 10:18 PM Revision ad96be96 (qgis): Fix Thershold parameter for SAGA Watershed algorithm
- 10:16 PM Revision 2a72eda5 (qgis): Improve documentation of QgsRasterLayer constructor
- - baseName is just passed on to the parent constructor to be the display
name, use a literal string in the example... - 06:38 PM Revision 907fb55f (qgis): Update tests to new API
- 06:38 PM Revision 063ccf42 (qgis): Move geometry fixes to separate class
- 05:51 PM Revision 5ef07997 (qgis): Value Relation implementation
- Values in the Value Relation widgets can be translated now - means changed.
So the setting-change is made to get tran... - 05:45 PM Revision f710a093 (qgis): Log into cerr instead of cout
- 05:22 PM Revision d93d585b (qgis): Rename checkbox
- 05:21 PM Revision d24ffbc4 (qgis): Add guard
- 04:11 PM Revision 40d0dfa3 (qgis): JSON formatting and prefix removal
- 03:54 PM Revision 51ec3331 (qgis): Merge pull request #7688 from m-kuhn/array_filter
- Add array_filter expression function
- 03:14 PM Revision d9e59e28 (qgis): Concentration please
- 02:48 PM Revision 4fecc2e9 (qgis): Code cleanup
- 02:46 PM Revision 750f63fb (qgis): Adjust representation of arrays and maps in expressions
- array representation:
```
array: [ 1, 2, 3 ]
```
before:
```
array: 1, 2, 3
```
map representation:
```
map: { o... - 02:30 PM Revision 355a3871 (qgis): [Server][Feature][needs-docs] Add ability to define min. scale for WMTS
- 02:30 PM Revision df03b63b (qgis): [Server][Feature][needs-docs] Add ability to define ResourceURL for WMTS
- 02:24 PM Revision f69e58f2 (qgis): Revert to specific setters and getters
- 02:16 PM Revision 0b96fd92 (qgis): Merge pull request #7691 from asiersarasua/master
- [i18n] Make string translatable
- 02:13 PM Revision 283c34ed (qgis): Adjust array representation in help
- 02:13 PM Revision 5e2a523f (qgis): Fix docstring
- 01:15 PM Revision c7eafc63 (qgis): Fix potential crash when preparing with_variable and no context is set
- 01:15 PM Revision bb4699e2 (qgis): More code tweaks
- 01:15 PM Revision 89cd7858 (qgis): Used named parameters for with_variable function
- 01:15 PM Revision de30dc98 (qgis): Named variables for array_foreach
- 01:15 PM Revision 34bb08c1 (qgis): Minor performance tweak
- 01:05 PM Revision 9bf7c9ec (qgis): [i18n] Make string translatable
- 11:32 AM Revision 61faf797 (qgis): Test fixes
- 11:30 AM Revision d9095e0b (qgis): [Server] Various code cleaning for server cache manager and WMTS service
- 10:02 AM Revision 6196fd37 (qgis): [vector writer] Return actual layer name used
- This is needed as some OGR drivers will modify the provided layer name
(e.g. the KML driver replaces dashes with unde... - 09:28 AM Revision db99c77a (qgis): Less manual memory management
- 09:21 AM Revision 901effca (qgis): Named parameters
- 09:21 AM Revision 624ac706 (qgis): Add array_filter tests
- 09:21 AM Revision 81587e10 (qgis): Add missing class declaration
- 08:05 AM Revision 64e81748 (qgis): Merge pull request #7680 from elpaso/bugfix-19651-load-style-from-qml
- Load style from QML when provider supports stored styles
- 07:02 AM Revision edc27248 (qgis): Add array_filter expression function
- 04:32 AM Revision 0a206211 (qgis): [FEATURE] add foreach expression for arrays
2018-08-22
- 10:39 PM Revision 2d5499bf (qgis): [layouts] Default to more modern scalebar settings
- Use 2 segments/0 left segments by default
- 10:39 PM Revision 16b58b97 (qgis): Unit tests for QgsMapLayerProxyModel
- 10:39 PM Revision 51a63b98 (qgis): Allow QgsMapLayerProxyModel to be filtered by string
- 10:39 PM Revision 5582a579 (qgis): [layouts] Sort layers by name in 'add layer' to legend dialog
- Because it's hard to find specific layers when the layers are
listed in project order - 10:39 PM Revision 8c5938a9 (qgis): [layouts] Add search filter box to 'add layer to legend' dialog
- Helps with finding specific layers in large projects
- 10:38 PM Revision ea2ab534 (qgis): fix QgsGeometry API doc for 3.x for get/set methods
- 09:16 PM Revision a3cc83a3 (qgis): fix translation string (followup 9d5d49eb6)
- 08:33 PM Revision 6b5d6454 (qgis): fix b37832ab1
- 04:57 PM Revision c6b05b99 (qgis): sourcelanguage instead of targetlanguage
- it generates a general ts file instead of a file per targetlanguage
- 03:47 PM Revision 3334b86e (qgis): empty translations in ts file
- and if empty in qm file take source value
- 01:36 PM Revision 2c13e538 (qgis): add a Q_PROPERTY for geometry in QgsFeature (#7682)
- 12:48 PM Revision 9d5d49eb (qgis): address @jef-n 's comment
- 12:48 PM Revision 560164de (qgis): [ui] Add tooltip when changing slider value in tile scale panel
- 12:48 PM Revision 1531c528 (qgis): [ui] add an horizontal mode for tile scale panel
- 10:44 AM Revision b37832ab (qgis): debian packaging: disable 3D on cosmic
- 10:40 AM Revision 1cc1f165 (qgis): Fix translation string
- (caused "tx ERROR: Error received from server: Qt Linguist variants are
not yet supported." on vanish) - 10:24 AM Revision f68de973 (qgis): Load style from QML when provider supports stored styles
- Fixes #19651 - Style loading issue
- 10:24 AM Revision fb45c27a (qgis): Fix error with circularstringz on travis.
- 10:12 AM Revision 6fba9b0b (qgis): Merge pull request #7674 from elpaso/bugfix-19611-ogr-overwrite-gpkg
- [bugfix] Vector file writer: also check for layername before giving up
- 09:40 AM Revision fbfb0bc8 (qgis): Fix test
- 09:24 AM Revision 2da1d6f6 (qgis): Also get src path from details.providerUriParams
- 08:59 AM Revision f4daa8cb (qgis): Added providerUriParams to QgsVectorFileWriter::PreparedWriterDetails
- Also added a test for the uri parsing
- 08:20 AM Revision 4b6421cd (qgis): Fix compilation
- 07:29 AM Revision 66dd6768 (qgis): add notifications on mac (#7673)
- 07:28 AM Revision 37a49e2b (qgis): Fix typo
- 07:27 AM Revision 8a2e9197 (qgis): Apply new GeometryOptions setter and getter to tests
- 07:24 AM Revision 35a87a12 (qgis): Remove outdated code
- 07:01 AM Revision 5435b193 (qgis): Setter for GeometryOptions and not individual props
- 06:55 AM Revision 8f03681e (qgis): Deduplicate code
2018-08-21
- 01:59 AM Revision 05fb0f43 (qgis): Fix windows build
- 10:39 PM Revision 0d1a9819 (qgis): Add qFloor, qCeil, qSqrt to banned keywords
- 09:16 PM Revision 5bc848c0 (qgis): add map_layers variable for MapLayoutItem
- 07:32 PM Revision abc96ce2 (qgis): [bugfix] Vector file writer: also check for layername before giving up
- while (over)writing gpkg &C from vector file writer
With tests
Fixes #19611 - Cannot save selected features back to... - 06:04 PM Revision 26261ca6 (qgis): More UI enhancements
- 05:57 PM Revision c49ec67c (qgis): Add tests for precision and removeDuplicateNodes
- 05:57 PM Revision 8aca375a (qgis): Add assertGeometriesEqual function for testing
- 04:34 PM Revision c82fdabc (qgis): UI improvements for automatic fixes
- 04:33 PM Revision b6251d23 (qgis): Merge pull request #7647 from m-kuhn/geomCheckerCodingConventions
- Geometry checker code adjustments
- 04:16 PM Revision d4a3f68e (qgis): Initial support for 3D map item in print layouts GUI
- The GUI logic is not working yet, just getting the new files ready.
Many thanks to @nirvn for the icon! - 04:09 PM Revision bc6ea8cb (qgis): Merge pull request #7669 from sbrunner/wfs-namespace
- Add tests on WFS GetFeature with right namespace
- 03:14 PM Revision 1d6d4cb1 (qgis): Add missing docstrings
- 03:14 PM Revision c01220cb (qgis): Fix typo
- 03:14 PM Revision 256876eb (qgis): Add autofixers for geomtries
- * Snap to grid
* Remove duplicate nodes - 03:14 PM Revision 2cd1c6c2 (qgis): Some UI improvements
- * Add tooltips for configuration options
* Add an icon for the digitizing section - 03:14 PM Revision d77906ab (qgis): Fix save/restore of a layers geometry properties
- 03:11 PM Revision c9409e51 (qgis): [Server][Feature][needs-docs] Update Cache manager API
- 03:11 PM Revision 1bae625a (qgis): [Server] Fix: QUrl::FullyDecoded is not permitted when reconstructing t...
- 03:11 PM Revision 408484d4 (qgis): [Server][Feature][needs-docs] Add QgsWmtsParameters to WMTS service
- 03:11 PM Revision 6895926e (qgis): [Server] Various code cleaning for server cache manager and WMTS service
- 03:11 PM Revision a53717c1 (qgis): [Server][Feature][needs-docs] Enhancing WMTS GetCapabilities code
- 03:11 PM Revision 29d280f1 (qgis): [Server] Update deprecated QgsCoordinateTransform instance creation
- Using the project as the context for QgsCoordinateTransform instance creation
- 03:11 PM Revision 2075141a (qgis): [Server] Fixing tests
- 03:11 PM Revision f6d0fc08 (qgis): [Server] Q_FOREACH replaced by for
- 02:41 PM Revision 50acde03 (qgis): Merge branch 'master' into geomCheckerCodingConventions
- 02:22 PM Revision c0032f1c (qgis): Fix build for Android
- Followup 07c80b82815
- 02:11 PM Revision 7633d2ab (qgis): [Server] Various code cleaning for server cache manager and WMTS service
- 02:11 PM Revision d0041a22 (qgis): [Server][Feature][needs-docs] Add Cache manager SIP files
- 02:11 PM Revision 65f9c91e (qgis): [Server] Fixing spelling and doc coverage
- 12:59 PM Revision eb220ed8 (qgis): std::ceil instead of qCeil
- 12:59 PM Revision 2e56fadc (qgis): Add 3D map print layout item
- So far this is just support in the layout framework, not yet exposed to the GUI.
- 11:18 AM Revision eab6440d (qgis): Add tests on WFS GetFeature with right namespace
- 09:38 AM Revision d3f602c9 (qgis): Move initialization to header ; Remove extra clone ; use hasGeometry me...
- 08:08 AM Revision 632bc8dc (qgis): [processing] Fix creation of new layers doesn't default output folder
- Fixes #19637
(cherry-picked from 5241ff3c) - 08:08 AM Revision 183c930f (qgis): [processing] Remove some unused configuration settings
- (cherry-picked from 8f3ac45)
- 08:08 AM Revision 821aad43 (qgis): [processing][gdal] Fix ogrinfo algorithm fails when path name has spaces
- Fixes #19655
(cherry-picked from d0a705f) - 08:08 AM Revision ee3dbee8 (qgis): [processing] Add unit test for gdalinfo algorithm
- (cherry-picked from 16503b38)
- 08:00 AM Revision 5fab46f4 (qgis): [processing][needs-docs] Refine names for 'Import into PostGIS' algs
- Renames the existing algorithms for clarity and consistency
to the format 'Export to PostgreSQL...'. Add tags so that... - 08:00 AM Revision 9fbef832 (qgis): [processing] Also standardise names for Spatialite algorithms
- 07:10 AM Revision a7bf4f1b (qgis): [processing][needs-docs] Rename "Save Selected Features"
- to "Extract selected features"
Adds consistency with other extraction algorithms, and fixes
inconsistent capitalizat... - 07:09 AM Revision 5241ff3c (qgis): [processing] Fix creation of new layers doesn't default output folder
- Fixes #19637
- 07:09 AM Revision 8f3ac450 (qgis): [processing] Remove some unused configuration settings
- 06:28 AM Revision 16503b38 (qgis): [processing] Add unit test for gdalinfo algorithm
- 06:28 AM Revision d0a705fa (qgis): [processing][gdal] Fix ogrinfo algorithm fails when path name has spaces
- Fixes #19655
- 04:55 AM Revision 9c3f053d (qgis): [ui] add security warning when executing scripts
- 02:49 AM Revision 6c3f9b42 (qgis): Avoid unnecessary geometry clone - use shallow copy instead
- (cherry-picked from e8b29134)
- 02:49 AM Revision 68b4bba5 (qgis): Fix map canvas current layer is out of sync with layer tree current layer
- (cherry-picked from 444bf12)
- 02:49 AM Revision 05c177f1 (qgis): Improve confusing error message, fix incorrect widget state restoration
- (cherry-picked from bf18f15)
- 02:49 AM Revision e466294c (qgis): [bugfix] Focus jumps at eol after replacing in the middle of the string
- Fixes #19643 : bug modifying name of the project
(cherry-picked from b57afa47) - 02:49 AM Revision f198c116 (qgis): [ui] add security warning to the plugin manager's install from ZIP
- (cherry-picked from 683df59)
- 02:49 AM Revision b437f789 (qgis): [ui] add security warning to the python console
- (cherry-picked from 2aebeb01)
- 02:49 AM Revision b3521a4a (qgis): [processing] Remove extraneous parameter value check
- The subsequent call to checkParameterValues covers the same checks,
but in a more flexible way.
Refs discussion at h... - 02:49 AM Revision abe1485d (qgis): Register metatype for QgsFeatureId
- Fixes warnings with use of slots/signals which require QgsFeatureId
(cherry-picked from 91dc84d2)
2018-08-20
- 09:24 PM Revision 85d74002 (qgis): [processing] Remove extraneous parameter value check
- The subsequent call to checkParameterValues covers the same checks,
but in a more flexible way.
Refs discussion at h... - 09:20 PM Revision b57afa47 (qgis): [bugfix] Focus jumps at eol after replacing in the middle of the string
- Fixes #19643 : bug modifying name of the project
- 05:38 PM Revision 245715ce (qgis): Merge pull request #7650 from m-kuhn/geometry_check_uniqueptr
- Use std::unique_ptr in QgsGeometryGapCheck
- 05:05 PM Revision 7c9aa5d0 (qgis): Merge pull request #7660 from 3nids/maplayer_crs_property
- add Q_PROPERTY for crs in QgsMapLayer
- 03:45 PM Revision 0dbb63a0 (qgis): fix native/CMakeLists.txt for mac (#7658)
- 03:28 PM Revision 5e050a47 (qgis): use Q_OS_MACOS instead of deprecated Q_WS_MAC
- 03:12 PM Revision 9c97a341 (qgis): add Q_PROPERTY for crs in QgsMapLayer
- 02:59 PM Revision 81974f96 (qgis): Add reverse line maptools
- 02:23 PM Revision 9b81b3da (qgis): fix native/CMakeLists.txt for mac
- 12:50 PM Revision 444bf12b (qgis): Fix map canvas current layer is out of sync with layer tree current layer
- 12:35 PM Revision e6fcce45 (qgis): Follow upp bf18f15, fix warning
- 12:07 PM Revision 26e4ea72 (qgis): Fix QgsFeaturePool never uses cached feature, always retrieves feature ...
- 12:07 PM Revision 167e23e4 (qgis): Pass small object by value
- 12:07 PM Revision e8b29134 (qgis): Avoid unnecessary geometry clone - use shallow copy instead
- 12:07 PM Revision a59900f7 (qgis): QgsFeaturePool does not need to be a QObject
- 12:07 PM Revision 0ba7b5fe (qgis): Removed unused code
- 12:07 PM Revision 4a8d84bd (qgis): Optimise QgsFeaturePool construction
- - Avoid double iteration over complete layer when all features are
being used
- Avoid iterating over non-required fea... - 12:07 PM Revision bf18f15b (qgis): Improve confusing error message, fix incorrect widget state restoration
- 11:56 AM Revision 26631b3d (qgis): Rename faceIsActive() to isFaceActive()
- 11:56 AM Revision 419ec1f7 (qgis): [mesh] fix bug in rendering datasets with inactive faces
- 11:23 AM Revision 05e9ab9e (qgis): [Server][Feature][needs-docs] Update WMTS service to use cache manager ...
- 11:23 AM Revision 9463d04d (qgis): [Server][Feature][needs-docs] Update cache manager tests for images (ti...
- 11:23 AM Revision 059232a8 (qgis): [Server][Feature][needs-docs] Server Cache can be used for images (tiles)
- Extending cache manager to save adn retrieve images.
- 11:23 AM Revision 385de9db (qgis): [Server][Feature][needs-docs] Create WMTS service Tests
- 11:22 AM Revision 50766ef0 (qgis): [Server][Feature][needs-docs] Update WMTS service: Check layer param
- Verifying the LAYER WMTS parameter
- 11:22 AM Revision dc7e8e4b (qgis): [Server][Feature][needs-docs] Update WMTS service : use config
- Reuse the project configuration in the Server WMTS Service.
- 11:22 AM Revision cff84692 (qgis): [Server][Feature][needs-docs] Update WMTS service: Add GetFeatureInfo
- Support GetFeatureInfo Request in WMTS.
- 11:22 AM Revision 71c7ce1c (qgis): [Server][Feature][needs-docs] Update WMTS service UI: manage output format
- The user can choose the image format for WMTS tiles.
- 11:22 AM Revision 912effaa (qgis): [Server][Feature][needs-docs] Create WMTS service UI
- The user can config the WMTS for Server by selecting: project, group or layer
published through WMTS. - 11:20 AM Revision 6d1a45b7 (qgis): [Server][Feature][needs-docs] Add WMTS service
- This commit contains the first line of code for WMTS service in QGIS server.
The implementation is mainly for standar... - 11:20 AM Revision 9bd23b5a (qgis): [Server][Feature][needs-docs] Server Cache can be manage by plugins
- First commit to add a way to manage the QGIS Server cache with plugins.
In this commit only GetCapabilities document... - 11:20 AM Revision 066f84fd (qgis): [Server][Feature][needs-docs] Using QByteArray in Cache Manager, fixing...
- 11:20 AM Revision 732b96e2 (qgis): [Server][WCS] clean comments
- 10:21 AM Revision b39ee5a4 (qgis): Changed font size and wrap mode for multiline text edit.
- 10:20 AM Revision 5f5499d9 (qgis): Added identify mode for identify tool
- Identification all features on all layers from Top to bottom down layers (TopDownAll) or only first non-empty list go...
- 09:41 AM Revision 683df59b (qgis): [ui] add security warning to the plugin manager's install from ZIP
- 09:41 AM Revision 2aebeb01 (qgis): [ui] add security warning to the python console
- 07:08 AM Revision 91dc84d2 (qgis): Register metatype for QgsFeatureId
- Fixes warnings with use of slots/signals which require QgsFeatureId
- 07:01 AM Revision fd934d84 (qgis): Use a proxy task when scanning for postgres column types
- 07:01 AM Revision 485803d8 (qgis): Use progress progress task for identify tool progress
- 07:01 AM Revision c7845ddb (qgis): Deprecate unused QgsAbstractDataSourceWidget progress report signal
- QgsProxyProgressTask should be used instead for progress reporting
- 07:01 AM Revision aa62f3ae (qgis): Remove unused methods
- 07:01 AM Revision cea8b554 (qgis): Remove unused method
- 07:01 AM Revision 860968b7 (qgis): Make QgisApp::showProgress private
- Just gotta fix the canvas rendering use of this method and we can
finally remove the duplicate progress bar in the st... - 07:01 AM Revision 6e9e0e8b (qgis): Use proxy progress task for Oracle db table scan
- 07:01 AM Revision 48bf6278 (qgis): Use proxy task for oracle browser table scanning
- 07:01 AM Revision 2191db44 (qgis): Fix warning when running crssync
- 06:56 AM Revision 3c3cc430 (qgis): [FEATURE] Add generate_series(start,stop,step) expression function
- The function creates an array containing a sequence of numbers.
- 04:19 AM Revision cc5e0e17 (qgis): [ui] add security warning when executing scripts
- 04:19 AM Revision fcd01577 (qgis): [FEATURE] Script-provided algorithms support for run script action
- Scripts with now launch a processing algorithm dialog (when
appropriate) when:
- drag and dropping a python script on...
2018-08-19
- 01:31 AM Revision a6d0d7a8 (qgis): Fix use of deprecated method
- 09:08 AM Revision 448e7694 (qgis): Use std::unique_ptr in QgsGeometryGapCheck
2018-08-18
- 02:21 PM Revision 37d0b7b0 (qgis): Remvoe Q_OBJECT macro from geometry checks
- 02:21 PM Revision 9c0e7422 (qgis): Define tr function
- 01:33 PM Revision 8b85a184 (qgis): Add virtual destructor
- 11:24 AM Revision 1192f949 (qgis): * osgeo4w: build pdbs for releases
- * disable copying of reports without feedback
- 09:53 AM Revision ef55d23f (qgis): Undo access modifier change
- 08:53 AM Revision 7e24ec68 (qgis): [wfs] Respect request timeout when retrieving features
- 08:53 AM Revision 1d62de3f (qgis): Replace use of deprecated methods
- 08:53 AM Revision aa512636 (qgis): Deprecate QgsFeatureRequest::(set)connectionTimeout, replace with
- more generic QgsFeatureRequest::timeout
- 08:53 AM Revision 5d5d9099 (qgis): Try to fix doc test
- 08:17 AM Revision 48f166eb (qgis): Avoid warning in release builds
- 02:29 AM Revision ae8e0636 (qgis): osgeo4w: remove registering of wrong classes
2018-08-17
- 12:42 AM Revision 54f4eefc (qgis): Use a proxy task to show progress when dropping multiple layers to QGIS
- 12:42 AM Revision 2a12c6fe (qgis): New class QgsScopedProxyProgressTask, which makes it easy
- to create proxy progress tasks and have their lifetime
managed automatically. - 12:03 AM Revision 0d200623 (qgis): [FEATURE][processing] Add non-joinable output to Join by Location alg
- Allows unjoinable features to be saved to a separate optional layer
- 12:03 AM Revision 773371a1 (qgis): [FEATURE][processing] Join by field value can export unmatched records,
- and reports counts of matched/unmatched features
This gives an explicit warning to users when features were not matc... - 12:02 AM Revision 78aa26a6 (qgis): Simplify code
- This code does nothing and only adds overhead since 69b590b0ef6
- 06:00 PM Revision 6a0fbacf (qgis): Avoid unnecessary detaches
- 05:54 PM Revision 2dbeeffd (qgis): Whitespacing fixes
- 05:53 PM Revision e30477f9 (qgis): QgsGeometryCheck does not need to be a QObject
- 05:53 PM Revision ed115528 (qgis): Remove getPrefix from geometry checker methods
- 04:05 PM Revision 8d0b0ac8 (qgis): Remove unused function
- 03:17 PM Revision 7f8d406d (qgis): Give a more descriptive output name
- 02:21 PM Revision bbfd6990 (qgis): Add documentation and improve input parameter descriptions
- 02:06 PM Revision ce876623 (qgis): Merge pull request #7612 from elpaso/bugfix-19441-rulerenderer-exp-depth
- Bugfix 19441 rulerenderer exp depth
- 02:00 PM Revision 33e81905 (qgis): Release of 2.18.23
- 02:00 PM Revision 26842169 (qgis): Release of 3.2.2
- 09:34 AM Revision 6d1e420c (qgis): min/max to minimum/maximum renaming
- 09:34 AM Revision d91e12d4 (qgis): Fix missing min/max values for classification when changing datasets
- The min/max values were stored in the color ramp shader, but to my surprise
these values were never persisted or copi... - 09:34 AM Revision 2f5ef8e0 (qgis): Fix regression - lost "load from raster band" button in raster GUI
- 07:00 AM Revision 1f31a978 (qgis): [ui] improve metadata feature count string
- - use unknown instead of -1
- use thousands separator - 07:00 AM Revision 805e7ec0 (qgis): [ui] remove original metadata row, duplicate of name
- 05:11 AM Revision cddbf962 (qgis): Avoid crash from storage of potentially removed map layer storage in ca...
- (cherry-picked from 56b6ebd91)
- 05:11 AM Revision 6fd5b23a (qgis): Fix clang/clazy warnings
- (cherry-picked from 80753686)
- 05:11 AM Revision 5d6ea607 (qgis): Avoid crash in gps info widget due to storage of potentially removed la...
- (cherry-picked from 19a4357f)
- 05:11 AM Revision ee7cfcce (qgis): Quiet noisy wfs provider debug messages
- (cherry-picked from 91572bea)
- 05:11 AM Revision 9995238e (qgis): Avoid unnecessary handling of active layer changed when we are
- adding many layers at once, or removing many (e.g. due to project
clear)
Saves a lot of unnecessary and potentially ... - 04:01 AM Revision 19a4357f (qgis): Avoid crash in gps info widget due to storage of potentially removed la...
- 04:01 AM Revision 80753686 (qgis): Fix clang/clazy warnings
- 04:01 AM Revision 59dbe0e6 (qgis): Avoid unnecessary handling of active layer changed when we are
- adding many layers at once, or removing many (e.g. due to project
clear)
Saves a lot of unnecessary and potentially ... - 04:01 AM Revision 56b6ebd9 (qgis): Avoid crash from storage of potentially removed map layer storage in ca...
- 03:53 AM Revision 91572bea (qgis): Quiet noisy wfs provider debug messages
2018-08-16
- 12:23 AM Revision 8e53a659 (qgis): Fix some untranslatable strings
- (cherry-picked from 0b6bfc327)
- 12:23 AM Revision 41036141 (qgis): [processing] Fix incorrect OGR warnings when loading raster layer results
- Fixes #19597
(cherry-picked from 4930061b) - 12:23 AM Revision 9ae1a326 (qgis): Update Danish national CSW
- geodata-info has been modernised (upgrade of GeoNetwork installation) and as a consequence, the CSW endpoint was chan...
- 12:23 AM Revision cef3b16f (qgis): Fix clang/clazy warnings
- (cherry-picked from 0fc1c9d4a6)
- 12:23 AM Revision e89412bb (qgis): Fix geometryless features are skipped when pasting as a new scratch layer
- (cherry-picked from d8f3ec40)
- 12:23 AM Revision 885ea99a (qgis): Count and report progress based on expected total
- Algorithm appears to freeze without progress while `extent_engine.intersects(geom.constGet())` returns false.
This k... - 12:23 AM Revision b58849f3 (qgis): Resurrect display of interpolated z/m in identify results, and
- add closest point x/y (closest point on geometry)
Add tests
Fixes #19403
(cherry-picked from 3f9ea774c) - 12:23 AM Revision 491095c4 (qgis): [wfs] Avoid widget access from non main thread
- It's not safe to loop through the app's widgets in a background
thread, so defer determination of the main window unt... - 12:23 AM Revision 01b4ede1 (qgis): Disable feature fetching for symbol selector widget preview
- It's just too expensive for any remote provider, e.g. wfs, and
causes many ui lockups. Revisit when support for itera... - 12:23 AM Revision d5fd78cf (qgis): Show field alias in tooltip in form editor tab
- (cherry-picked from 9a1f129)
- 11:50 PM Revision 19c1a4b5 (qgis): fix warning
- 11:31 PM Revision 07c80b82 (qgis): Fix build of qgisnative for FreeBSD
- 10:10 PM Revision b422504c (qgis): Disable feature fetching for symbol selector widget preview
- It's just too expensive for any remote provider, e.g. wfs, and
causes many ui lockups. Revisit when support for itera... - 10:10 PM Revision 291224e8 (qgis): [wfs] Avoid widget access from non main thread
- It's not safe to loop through the app's widgets in a background
thread, so defer determination of the main window unt... - 09:27 PM Revision 7da8d727 (qgis): Fix null output for k greater than number of points in k-neighbour algo...
- - if k is greater than the number of points, use the number of points
- if k <3 is provided, use 3
- remove unused as... - 11:46 AM Revision 3b861f22 (qgis): Add additional decodeUri tests
- 11:46 AM Revision 45b209c2 (qgis): [FEATURE] Add hyperlink to local vector,raster datasets in information ...
- 11:46 AM Revision 1ab87166 (qgis): Implement decodeUri for the delimited text & spatialite providers
- 11:46 AM Revision 8a117af7 (qgis): Add a path row to HTML metadata table
- 11:46 AM Revision f4a0e743 (qgis): Implement a QgsProviderRegistry decodeUri function + test
- 11:12 AM Revision 4ab4b42d (qgis): Update Danish national CSW
- geodata-info has been modernised (upgrade of GeoNetwork installation) and as a consequence, the CSW endpoint was chan...
- 09:28 AM Revision f37aa8c6 (qgis): Merge pull request #7613 from wonder-sk/mesh-gui-fixes
- Mesh layer fixes and improvements
2018-08-15
- 01:12 AM Revision 0be9de5d (qgis): Add hidden configuration setting to set toolbar padding
- Can be tweaked for better appearance on hidpi screens, e.g. on
my display a padding of 8 px looks best - 01:12 AM Revision a0b4e024 (qgis): [processing] Respect application stylesheet in modeler/script editor di...
- 10:37 PM Revision 4930061b (qgis): [processing] Fix incorrect OGR warnings when loading raster layer results
- Fixes #19597
- 10:22 PM Revision 5d078ec2 (qgis): Progress task on project load
- 10:22 PM Revision 37f3be60 (qgis): [layouts] Use proxy task to show progress/exporting status in task manager
- 10:22 PM Revision 94300eab (qgis): Add proxy progress task for non-background algorithms
- 10:22 PM Revision 21693bd4 (qgis): Add a QgsTask subclass for proxying progress reports from a
- blocking operation via task manager
Allows use of the task manager progress reporting system from
operations which a... - 09:33 PM Revision 0a1d3e7e (qgis): Fix description of k-nearest output layer
- The output layer may have multiple features - rewording to be more general.
- 09:18 PM Revision 52ccc43e (qgis): [feature] Adapted k-neighbour concave hull plugin as QGIS 3 algorithm
- Co-authored-by: Detlev Neumann <[email protected]>
- 03:20 PM Revision c0f190d0 (qgis): Address Nyall's point from review
- 02:54 PM Revision c4eb57d0 (qgis): Avoid crash when relation disappears (#7624)
- 02:42 PM Revision ca657179 (qgis): Address Peter's points from review
- 01:40 PM Revision 24bc2131 (qgis): Polish translation fix: use db privileges rather than wisdom of the woo...
- 01:32 PM Revision 680cf71d (qgis): Avoid crash when relation disappears (#7622)
- 01:31 PM Revision d8adad8a (qgis): Avoid crash when relation disappears (#7622)
- 12:06 PM Revision a82de83d (qgis): disable OpenCL by default on mac (#7621)
- dirty fix before headers detection is properly done
- 11:54 AM Revision f54a3d13 (qgis): disable OpenCL by default on mac
- dirty fix before headers detection is properly done
- 10:21 AM Revision e82cc940 (qgis): [ui] improve add mesh layer icon
- 10:20 AM Revision be04eeb0 (qgis): [ogr provider] disable connection timeouts
- 10:20 AM Revision aa433765 (qgis): [ogr provider] backport @m-kuhn commit 92ace51
- 08:49 AM Revision dd86dfe6 (qgis): [ogr provider] disable connection timeouts (fixes #19625 et cie)
- 07:45 AM Revision 21f94305 (qgis): Merge pull request #7571 from sbrunner/groups
- [server] Fix the Access control in the WMS groups
- 06:01 AM Revision a4386d61 (qgis): [FEATURE] line_substring function
- Returns the portion of a line (or curve) geometry which falls
between the specified start and end distances (measured... - 06:01 AM Revision 8365335f (qgis): [FEATURE][processing] Interpolate point on line algorithm
- This algorithm creates a point geometry interpolated at a
set distance along line (or polygon boundary) geometries. - 06:01 AM Revision 0ddbb3ff (qgis): Expands docs
- 06:01 AM Revision c6a91dab (qgis): [FEATURE] Use native interpolate point method instead of GEOS method
- Because:
- Exactly follows curves and doesn't require segmentizing input geometry
- Also interpolates z/m values if t... - 06:01 AM Revision 513bcb68 (qgis): [FEATURE] New geometry API call to return a curve substring
- Returns a new curve representing a substring of a curve, from
a start distance and end distance.
If z or m values ar... - 06:01 AM Revision 56fd4e3b (qgis): Add QgsGeometryUtils method for interpolating point between two points,...
- 06:01 AM Revision 5b0bdbd4 (qgis): Add QgsGeometryUtils method to interpolate a point on an arc given a di...
- 06:01 AM Revision 7ef5631d (qgis): [FEATURE][processing] Line substring algorithm
- This algorithm returns the portion of a line (or curve) which falls
between the specified start and end distances (me... - 02:23 AM Revision 0faa7ecd (qgis): [processing] Minor optimization for regular points algorithm
- 02:23 AM Revision f7694304 (qgis): Fix indentation
- 02:23 AM Revision 9d6b5a7f (qgis): [processing] Fix non-sequential ids in regular points algorithm
- 02:23 AM Revision 93ee0624 (qgis): Count and report progress based on expected total
- Algorithm appears to freeze without progress while `extent_engine.intersects(geom.constGet())` returns false.
This k...
2018-08-14
- 12:55 AM Revision 553090b1 (qgis): Fix warning
- 09:45 PM Revision 546ecbe4 (qgis): Merge pull request #7611 from PeterPetrik/translation_projects_missing_...
- The qgstranslationcontext.h is missing in an install folder after build.
- 07:53 PM Revision 767a7b0f (qgis): Travis fixes
- 07:04 PM Revision da527be9 (qgis): Fix sip bindings
- 04:42 PM Revision 358d1294 (qgis): Read/write mesh styling from/to project files
- 04:42 PM Revision 9fc2e3e1 (qgis): Make scalar/vector rendering settings per dataset group
- Until now there was just one scalar and vector configuration
for a mesh layer. It is however most useful to have diff... - 04:42 PM Revision d90729e7 (qgis): Write mesh rendering results into the report HTML file
- 04:42 PM Revision 90e764df (qgis): Update test images for mesh layer renderer test
- Before the mesh layer used by default QSettings-dependent color ramp
(and it was hot-to-cold rather than cold-to-hot) - 04:37 PM Revision a8bc9412 (qgis): [test] Add a test for QgsSQLiteExpressionCompiler
- 04:36 PM Revision feddb3d3 (qgis): Encapsulate all mesh renderer stuff in one class + fix legend updates
- 04:33 PM Revision 3ea67af6 (qgis): [bugfix] Create a b-tree expr when rule based renderer has more than 50...
- Fixes #19441 Layers with 80+ rule-based symbology do not render
- 04:30 PM Revision 545eb978 (qgis): Generation of legend items for mesh layers
- 04:30 PM Revision d0934557 (qgis): Save extra datasets of mesh layers in project files
- Some formats like .2dm only contain definition of mesh structure,
in order to show some data users need to add extra ... - 04:30 PM Revision 9273090d (qgis): Fix issues around enabled/disabled state of scalar/vector rendering
- 04:17 PM Revision 238b2455 (qgis): The qgstranslationcontext.h is missing in install folder after build.
- Related to https://github.com/qgis/QGIS/pull/7456
- 12:30 PM Revision 0fc1c9d4 (qgis): Fix clang/clazy warnings
- 12:30 PM Revision 3f9ea774 (qgis): Resurrect display of interpolated z/m in identify results, and
- add closest point x/y (closest point on geometry)
Add tests
Fixes #19403 - 12:30 PM Revision 0b6bfc32 (qgis): Fix some untranslatable strings
- 12:30 PM Revision 6fcc1626 (qgis): Use QgsPoint( QgsPointXY ) constructor
- 11:31 AM Revision 24f97f02 (qgis): Fix the Access control in the WMS groups
- - Reactivate the tests
- Split the tests in more then one file
- Add WMS groups tests
- Use standard test font - 10:56 AM Revision bef88f30 (qgis): Minor processing parameter evaluation refactoring
- 08:00 AM Revision 9a1f1296 (qgis): Show field alias in tooltip in form editor tab
- 04:42 AM Revision 1644ea30 (qgis): [Processing] Fix exception when producing a csv output.
- Previously "name" was not defined.
- 04:35 AM Revision 9241e2dc (qgis): Expand unit test coverage
- (cherry-picked from 079c9fa6b6)
- 04:35 AM Revision ed349313 (qgis): Fix copy/paste using text format between projects
- 02:57 AM Revision 079c9fa6 (qgis): Expand unit test coverage
- 02:57 AM Revision d8f3ec40 (qgis): Fix geometryless features are skipped when pasting as a new scratch layer
- 02:12 AM Revision f5da5297 (qgis): Update .gitignore to not track default windows build directories
- (cherry-picked from f7204fa)
- 02:12 AM Revision fc618034 (qgis): Fix attribute form labels show _ character if field name/alias has & ch...
- Qt treats these like shortcut key indicators in QLabel text if
they aren't escaped by a double &.
(cherry-picked fro... - 02:12 AM Revision c058a68d (qgis): [layouts] Fix incorrect filename for atlas features when using
- @atlas_feature
Fixes #19552
(cherry-picked from 6920102) - 02:12 AM Revision e84f37b0 (qgis): Fix memory leak in filter multipoint
- (cherry-picked from 73f3164)
- 02:12 AM Revision 802f7f50 (qgis): [layouts] Fix crash on report section delete
- Fixes #19447
(cherry-picked from 6e2e0732) - 02:12 AM Revision 270ac215 (qgis): Fix project home folder in browser always closes all subfolders
- when saving a project
(cherry-picked from c7421c7)
2018-08-13
- 01:52 AM Revision 430649ab (qgis): [dbmanager] fix shortcut execute query
- 01:33 AM Revision ac193d05 (qgis): Fix clang/clazy warnings
- 01:24 AM Revision dfa51048 (qgis): Sipify
- 12:23 AM Revision 300b8a79 (qgis): QStringLiteral
- 12:20 AM Revision bf25742e (qgis): Fix build warning
- 12:07 AM Revision ef9d4bf0 (qgis): Fix freeze with redirected WFS
- 09:42 PM Revision 72e99d5d (qgis): Merge pull request #7602 from m-kuhn/wfsFix
- Fix freeze with redirected WFS
- 09:17 PM Revision cca71411 (qgis): Fix attribute form labels show _ character if field name/alias has & ch...
- Qt treats these like shortcut key indicators in QLabel text if
they aren't escaped by a double &. - 03:47 PM Revision ec8a5543 (qgis): Fix freeze with redirected WFS
- 02:25 PM Revision c515a666 (qgis): [processing] fix typo
- 11:25 AM Revision 70dcc334 (qgis): Merge pull request #7456 from signedav/translation_projects
- Translation of .qgs project data
- 09:39 AM Revision 60723509 (qgis): Tooltip for project provider
- 08:44 AM Revision 1e051f0e (qgis): [FEATURE] Add a button in attribute table toolbar to switch between
- docked and window mode
Previously you had to change an option in the settings dialog and
open a new table in order t... - 08:44 AM Revision 29ccd1af (qgis): New icon for dock/undock thanks to @nirvn
- 07:47 AM Revision 63fd4bab (qgis): [processing][FEATURE] Store models inside QGIS project files
- Allows processing models to be stored inside QGIS project files,
so that opening the project makes that model availab... - 07:47 AM Revision a4a74a90 (qgis): Add new icon for 'Save in project' thanks to @nirvn
- 06:33 AM Revision fa680417 (qgis): Fix some clazy/clang warnings in layout
- 06:33 AM Revision 3a083001 (qgis): Sipify
- 03:09 AM Revision 69201021 (qgis): [layouts] Fix incorrect filename for atlas features when using
- @atlas_feature
Fixes #19552 - 03:09 AM Revision 6e2e0732 (qgis): [layouts] Fix crash on report section delete
- Fixes #19447
2018-08-12
- 09:15 AM Revision 73f3164f (qgis): Fix memory leak in filter multipoint
- 08:00 AM Revision 8fa72861 (qgis): Fix failing test
- The returned ssl errors have changed due to the external
site.
2018-08-11
- 08:38 PM Revision f7204faa (qgis): Update .gitignore to not track default windows build directories
- 03:38 PM Revision 0f31e341 (qgis): test back to non grp
- 03:35 PM Revision 9e6f93cf (qgis): f
- 02:26 PM Revision 617d3fce (qgis): f
- 07:24 AM Revision 02e6ec19 (qgis): Merge pull request #7591 from m-kuhn/fixAndroidNative
- Fix android native
- 07:23 AM Revision bcaf597a (qgis): Merge pull request #7594 from nyalldawson/fix_test
- Followup f4d08eb9, update expected test result
- 05:50 AM Revision db1dad58 (qgis): Followup f4d08eb9, update expected test result
2018-08-10
- 12:36 AM Revision a2b8509b (qgis): german translation update
- 12:25 AM Revision cb8b8f41 (qgis): Translation fix
- (cherry picked from commit ac63b8e16e9fbe76922bced14190ccab243eee26)
- 05:13 PM Revision 17ecc224 (qgis): f
- 03:46 PM Revision ad4ddb18 (qgis): Merge pull request #7582 from PeterPetrik/mesh_plots
- [mesh] [feature] function to get value for the point on map
- 03:43 PM Revision 29d5f913 (qgis): log
- 03:43 PM Revision e9d718a4 (qgis): fix
- 03:43 PM Revision d14b2907 (qgis): rm-log
- 03:42 PM Revision 6504dd17 (qgis): log
- 02:40 PM Revision 271bab17 (qgis): introduce DataType for mesh dataset data definition and small fixes
- 02:12 PM Revision 17125377 (qgis): f
- 12:54 PM Revision 372154ca (qgis): f
- 12:53 PM Revision 67edf004 (qgis): Temp removal
- 12:20 PM Revision 25791516 (qgis): [expression] fix format_number() not adding group separators regression
- 11:48 AM Revision f98cc11b (qgis): Do not link to QtDBus on Androi
- 11:35 AM Revision 83327b41 (qgis): log
- 11:23 AM Revision 87bd3376 (qgis): f
- 11:19 AM Revision 92a3fca6 (qgis): f
- 11:08 AM Revision 6ed80142 (qgis): f
- 10:58 AM Revision af075bfc (qgis): run scripts/scandeps.pl (followup 6e30c626)
- 10:51 AM Revision fc259a21 (qgis): No DBus on Android
- 10:35 AM Revision 68c46482 (qgis): f
- 10:34 AM Revision 8e2e6a33 (qgis): log
- 10:24 AM Revision daaa5ba6 (qgis): f
- 10:10 AM Revision b9e63bbf (qgis): followup a1a65bb: restore wrongly reverted ramp shader fix
- 09:42 AM Revision 6adf988c (qgis): f
- 09:40 AM Revision 6fcef30c (qgis): [expression] fix format_number() not adding group separators regression
- 09:24 AM Revision 9ea0bc2a (qgis): format code and add documentation
- 09:21 AM Revision f4d08eb9 (qgis): dbmanager/postgis: quote identifiers in urls (fixes qgis portion of #19...
- 08:05 AM Revision 84cf6823 (qgis): f
- 07:52 AM Revision facd023b (qgis): f
- 07:37 AM Revision 4b4aea4a (qgis): f
- 07:24 AM Revision a195a460 (qgis): Merge pull request #7562 from m-kuhn/fixFreezeGetFeatureBackport
- Fix freeze get feature backport
- 03:18 AM Revision c7421c77 (qgis): Fix project home folder in browser always closes all subfolders
- when saving a project
- 02:45 AM Revision a5b0c76f (qgis): Double number of projects kept on welcome page, make configurable
- Because 10 isn't enough!
- 02:45 AM Revision bc2d9630 (qgis): Fix warning
- 02:43 AM Revision e39cb4c3 (qgis): [processing] Don't create frequency distribution file for relief
- algorithm by default
Refs #19570
(cherry-picked from d39bdcd) - 02:43 AM Revision 1fe1a99e (qgis): Fix crash in relief calculation when exporting distribution to csv
- Fixes #19570
(cherry-picked from c860696) - 02:43 AM Revision 02ef298e (qgis): Followup a9ca69b7, port geometry type fix to DB2 provider
- Also cleanup and modernize some code
(cherry-picked from 37f5b0c) - 02:43 AM Revision 25587f64 (qgis): [MSSQL] Correctly interpret geometry-type setting
- Interpret a table's geometry type (as selected in the Data Source Manager) as a
value from the QgsWkbTypes::Type enum... - 02:43 AM Revision a47682f2 (qgis): Modernize code
- (cherry-picked from 4c9a23e28)
- 02:01 AM Revision 7127e381 (qgis): Another QLatin1String
- 02:01 AM Revision 036000f1 (qgis): Allow copy / paste with text format between different projects also for...
- 02:01 AM Revision c02630b7 (qgis): Use more efficient string functions
- 02:01 AM Revision dfe3acd9 (qgis): Fix copy/paste using text format between projects
- 02:01 AM Revision 83da5707 (qgis): Fix QgsClipboard::retrieveFields and adapt unit test (because features ...
2018-08-09
- 01:32 AM Revision 37f5b0c9 (qgis): Followup a9ca69b7, port geometry type fix to DB2 provider
- Also cleanup and modernize some code
- 01:16 AM Revision a9ca69b7 (qgis): [MSSQL] Correctly interpret geometry-type setting
- Interpret a table's geometry type (as selected in the Data Source Manager) as a
value from the QgsWkbTypes::Type enum... - 05:19 PM Revision d2f05b6d (qgis): Merge pull request #7581 from m-kuhn/relabelRunButton
- Rename "Run in background" to "Run"
- 04:45 PM Revision c79e1d06 (qgis): [mesh] [feature] add function to identify value on the point
- 03:07 PM Revision 80092b73 (qgis): f
- 02:57 PM Revision 03a1990e (qgis): Fix test
- 02:14 PM Revision 6c496f21 (qgis): f
- 01:55 PM Revision f623f57b (qgis): Add groups
- 01:54 PM Revision 4d415aa9 (qgis): Add logs
- 11:57 AM Revision 4a9dec77 (qgis): Rename "Run in background" to "Run"
- The user has no other option anyway, so the only thing the extra text could possibly make a user do is look for the o...
- 11:17 AM Revision 4c9a23e2 (qgis): Modernize code
- 11:17 AM Revision c860696a (qgis): Fix crash in relief calculation when exporting distribution to csv
- Fixes #19570
- 11:17 AM Revision d39bdcda (qgis): [processing] Don't create frequency distribution file for relief
- algorithm by default
Refs #19570 - 08:36 AM Revision cf728275 (qgis): fix yo-yo warning (followup 5e37e824, 18dbf031, 2ed144ac)
- 07:10 AM Revision 1668754f (qgis): Remove concurrency test from pg
- it has been added to providerbase
- 05:21 AM Revision a3d954b3 (qgis): [processing][grass] Fix r.stream.extract definition, resurrect test
- (cherry-picked from 7495ec276)
- 05:21 AM Revision 489aa040 (qgis): [processing][grass] Fix v.surf.bspline definition, add test
- (cherry-picked from 08a8ea7b7)
- 05:21 AM Revision ec965883 (qgis): [processing][grass] Fix skipped outputs are still added in grass commands
- (cherry-picked from 113e1635)
- 05:21 AM Revision d5be0836 (qgis): [processing][grass] Fix definition of r.watershed, resurrect test
- (cherry-picked from e893aae19)
- 05:21 AM Revision c9fe1a5f (qgis): Resurrect some processing grass tests
- (cherry-picked from c50c615e)
- 05:21 AM Revision 3d7b0d52 (qgis): [processing][grass] Fix r.sun parameter definition, resurrect test
- (cherry-picked from 0c24fdb88)
- 04:32 AM Revision 113e1635 (qgis): [processing][grass] Fix skipped outputs are still added in grass commands
- 04:32 AM Revision 08a8ea7b (qgis): [processing][grass] Fix v.surf.bspline definition, add test
- 04:32 AM Revision 0c24fdb8 (qgis): [processing][grass] Fix r.sun parameter definition, resurrect test
- 04:32 AM Revision 7495ec27 (qgis): [processing][grass] Fix r.stream.extract definition, resurrect test
- 04:32 AM Revision e893aae1 (qgis): [processing][grass] Fix definition of r.watershed, resurrect test
- 04:32 AM Revision c50c615e (qgis): Resurrect some processing grass tests
- 04:02 AM Revision 526e590c (qgis): [FEATURE][processing] Add "raster pixels to points" algorithm
- Refactor the existing "raster pixels to polygons" algorithm and
create a new "pixels to points" algorithm, which crea... - 03:48 AM Revision 70f9d55d (qgis): fix for negative wedge buffer angles
- (cherry-picked from 9bda6b8f)
- 03:48 AM Revision 7c2a9982 (qgis): [processing] Added isclose function to VoronoyPolygons.py to avoid nume...
- Fixes #8002 - hopefully, and adds tests
(cherry-picked from d2b71c30) - 03:48 AM Revision 829a9830 (qgis): fix for 360+ degrees wedgebuffer
- (cherry-picked from 5121f72)
- 03:48 AM Revision 0132323a (qgis): 360+ degrees wedge buffer tests
- (cherry-picked from 2834410)
- 03:48 AM Revision ebbb94b1 (qgis): wedgebuffer constructed by qgsCircles
- (cherry-picked from faaa5907)
- 03:48 AM Revision 86d58dbf (qgis): fix code formatting
- (cherry-picked from 57a2bc7e)
- 03:48 AM Revision 99de2334 (qgis): more efficient and reliable wedgebuffer calculation
- (cherry-picked from 5c285aa0)
- 02:04 AM Revision 64de2a23 (qgis): Fix warning
2018-08-08
- 01:18 AM Revision d2b71c30 (qgis): [processing] Added isclose function to VoronoyPolygons.py to avoid nume...
- Fixes #8002 - hopefully, and adds tests
- 10:32 PM Revision 57a2bc7e (qgis): fix code formatting
- 10:32 PM Revision 28344102 (qgis): 360+ degrees wedge buffer tests
- 10:32 PM Revision faaa5907 (qgis): wedgebuffer constructed by qgsCircles
- 10:32 PM Revision 9bda6b8f (qgis): fix for negative wedge buffer angles
- 10:32 PM Revision 5c285aa0 (qgis): more efficient and reliable wedgebuffer calculation
- 10:32 PM Revision 5121f72b (qgis): fix for 360+ degrees wedgebuffer
- 08:38 PM Revision 6e30c626 (qgis): debian packaging: add opencl-headers for OpenCL support
- 07:25 PM Revision e5fce1ec (qgis): Add missing import
- 05:26 PM Revision 450f9f3a (qgis): Polish translation update
- 04:33 PM Revision 0b502ff5 (qgis): Merge pull request #7451 from elpaso/opencl-utils-2
- [feature] OpenCL support
- 02:20 PM Revision 55473e7e (qgis): fix build without webkit
- 02:19 PM Revision cbf55691 (qgis): Fix the Access control in the WMS groups
- 01:40 PM Revision 0c97b7cb (qgis): fix build without webkit
- 01:26 PM Revision 0960b1f2 (qgis): [opencl] Restore clang -Wimplicit-fallthrough
- 01:26 PM Revision 6ecf16e6 (qgis): [opencl] Fix doxy comment
- 11:29 AM Revision 4f59bca2 (qgis): Allow geometryless layers in Spatialite execute SQL
- Fixes #19558
- 11:28 AM Revision 0230e4a8 (qgis): [layouts] Try to avoid incorrect page margin handling while printing
- (cherry-picked from 53a3425ec)
- 11:28 AM Revision d16b5db6 (qgis): Fix parent task progress report calculation when subtask progress changes
- (cherry-picked from 95438cc0f5)
- 11:28 AM Revision acbb27c2 (qgis): [processing] Update to VoronoiPolygons.py, some fixes for #8002
- * Update to VoronoiPolygons.py, fixes #8002 adds comments, ++
* Fixed a spelling an an indentation mistake reported ... - 11:28 AM Revision 6502dba2 (qgis): [processing][grass] Fix bad move/copy paths in grass i.gensig/maxlik algs
- Refs #19539
(cherry-picked from 282f95c9f7) - 11:28 AM Revision 2b6ef28a (qgis): Added a test for VoronoiPolygon.py that covers some new cases
- (cherry-picked from 4b1bc82ca)
- 11:28 AM Revision abde48dd (qgis): Fix some clang warnings
- (cherry-picked from 13b790d1e)
- 11:28 AM Revision 2e0576c4 (qgis): Fix quotes on postgis import, & fix mysql datsource formatting
- (cherry-picked from 53cbe2610)
- 11:28 AM Revision ce3cba1f (qgis): [processing] Update the comparison implementation in voronoi.py (fixes ...
- When "translating" the cmp function of Site and Halfedge to Python 3, the __lt__ function was forgotten. It has been...
- 11:28 AM Revision 1c51d698 (qgis): avoid CRS in the tooltip when the layer is not spatial
- (cherry-picked from d90348df4)
- 11:28 AM Revision c6bb3cd8 (qgis): [processing][saga] Fix cubic spline definition, add unit test
- (cherry-picked from 43d38709)
- 11:28 AM Revision 14540a95 (qgis): [processing] allow geometryless layer input for order by expression alg
- (cherry-picked from 2a57e779e8)
- 11:28 AM Revision 85cda451 (qgis): Task manager status bar widget should also show indeterminate progress ...
- (cherry-picked from c7a076a8)
- 11:28 AM Revision 680c3295 (qgis): Allow geometryless layers in Spatialite execute SQL
- Fixes #19558
- 11:27 AM Revision b0bc604d (qgis): Also show desktop notifications when tasks fail, not just when they suc...
- 11:18 AM Revision 4af52f22 (qgis): [opencl] Update CMakeList and sipify
- 10:08 AM Revision 44adfe53 (qgis): [opencl] Final rebase before merge
- 09:47 AM Revision 1eee8859 (qgis): Fix fallback to system tray based notifications
- 09:40 AM Revision e79f6d1a (qgis): Fix documentation for ninecell filters
- 09:40 AM Revision 6317a068 (qgis): [opencl] Translate message when no opencl is available
- Plus Typos and code style
- 09:40 AM Revision 14f8c436 (qgis): [opencl] Translate tab name
- 09:39 AM Revision 966c3db2 (qgis): [opencl] Uppercase CMake
- 09:39 AM Revision 9ed9cbde (qgis): [opencl] Initialize opencl path from cmd line and env
- 09:39 AM Revision 82fdb56c (qgis): Const correctness for rasterblock
- 09:39 AM Revision c42a748a (qgis): [opencl] Fix build when headers are not available
- 09:39 AM Revision 445d453b (qgis): [opencl] Remove obsolete test (superceeded)
- 09:39 AM Revision 84dd14ae (qgis): [opencl] Rename test function for consistency
- 09:39 AM Revision 07db3f84 (qgis): Fix some cast warnings, pre-calc values for speed
- 09:39 AM Revision 78a45b7d (qgis): [opencl] Small optimization in hillshade
- ... and more tolerant epsilon for float comparison in tests
- 09:39 AM Revision 8f40129d (qgis): [opencl] Increase test coverage with no-opencl image comparison
- 09:39 AM Revision 8689c401 (qgis): [opencl] Fix small OpenCL alg issues
- From comparison tests with CPU results
+ some minor speed improvements - 09:39 AM Revision 573283f0 (qgis): [opencl] Move common code before the opencl ifdef
- ... so that it builds correctly without opencl
- 09:39 AM Revision be5f1fd4 (qgis): [opencl] Ruggedness index OpenCL program
- 09:39 AM Revision 8b81f1bb (qgis): [opencl] Single kernel for multi and simple hillshade
- To be able to re-use the cached program if the user
changes the multi switch - 09:39 AM Revision db35810e (qgis): [opencl] Make opencl info copyable
- 09:39 AM Revision 1324eff7 (qgis): [opencl] Code cleanup and comments
- 09:39 AM Revision 5afd9e24 (qgis): [opencl] Error message when OpenCL could not be found
- 09:39 AM Revision a420474e (qgis): [opencl] Fix device selection on start
- 09:39 AM Revision 41e7e71d (qgis): [opencl] Hillshade fix alpha and nodata
- 09:39 AM Revision eaa7982c (qgis): [opencl] Add multidirectional renderer and cache the program
- Now we are FAST!
- 09:38 AM Revision be21ea8e (qgis): Bindings for 9cell filter
- 09:38 AM Revision 528302cc (qgis): [opencl] Use fast formula for hillshade
- Also optimize cl buffers
- 09:38 AM Revision a73bbbad (qgis): [opencl] Reduce memory footprint and optimize
- 09:37 AM Revision 3bad1675 (qgis): [opencl] Memory optimization
- 09:36 AM Revision a1a65bb4 (qgis): [opencl] Test with image2d
- 09:35 AM Revision 12fa8965 (qgis): [opencl] Add options widget
- 09:34 AM Revision b09df533 (qgis): Use OpenCL command queue
- 09:32 AM Revision 16a49cdd (qgis): Wrap make program in OpenCL utils
- 09:32 AM Revision 79f0eadb (qgis): Added context
- 09:31 AM Revision 47568732 (qgis): CPLAllocator smart wrapper
- 09:31 AM Revision 7e1d9298 (qgis): Try to avoid crash on intel haswell
- 09:29 AM Revision 43d38709 (qgis): [processing][saga] Fix cubic spline definition, add unit test
- 09:29 AM Revision 583c7ae2 (qgis): More updates for opencl
- 09:29 AM Revision d6e747ca (qgis): OpenCL tests and aspect
- 09:27 AM Revision 767eda4b (qgis): Working! With C++ API
- 09:27 AM Revision 6f9a72e4 (qgis): Working but crashing on dealloc of command queue
- 09:27 AM Revision 51d1bb36 (qgis): OpenCL POC 1
- 09:26 AM Revision b89808f5 (qgis): [opencl] Small optimization in hillshade
- ... and more tolerant epsilon for float comparison in tests
- 09:26 AM Revision a1a09d75 (qgis): [opencl] Rename test function for consistency
- 09:25 AM Revision 82b60df6 (qgis): [opencl] Simplify OpenCL configuration in CMake
- and add a message without failing if not found
- 09:25 AM Revision 86b60c6c (qgis): [opencl] Class docs improvements
- Also try hard to find a device before giving up
- 09:25 AM Revision 9ff8779f (qgis): [opencl] Increase test coverage with no-opencl image comparison
- 09:24 AM Revision 69564368 (qgis): [opencl] Update test reference image
- 09:24 AM Revision dc4b1da0 (qgis): [opencl] Fix small OpenCL alg issues
- From comparison tests with CPU results
+ some minor speed improvements - 09:23 AM Revision a6d5d479 (qgis): [opencl] Fix nodata value in slope, aspect and hillshade
- 09:23 AM Revision 6b10ffef (qgis): Add overload that accepts qgissize instead of int
- to avoid a lot of annoying warnings and spare
some casts - 09:23 AM Revision 30a62e1a (qgis): Astyle
- 09:22 AM Revision 164bcc2b (qgis): [opencl] Ruggedness index OpenCL program
- 09:22 AM Revision d492bbca (qgis): [opencl] Make opencl info copyable
- 09:22 AM Revision ed7e831d (qgis): [opencl] Error message when OpenCL could not be found
- 09:22 AM Revision add3d074 (qgis): [opencl] Fix device selection on start
- 09:22 AM Revision d846804b (qgis): [opencl] Make device configurable
- 09:22 AM Revision 28169aae (qgis): [opencl] Suppress warning for unused variable
- 09:22 AM Revision 54b5821f (qgis): [opencl] Cache the context
- 09:22 AM Revision e29c7e55 (qgis): [opencl] Benchmark test case
- 09:22 AM Revision c4eebc72 (qgis): Bindings for 9cell filter
- 09:22 AM Revision 314b7e36 (qgis): [opencl] Faster cl algorithm
- 09:22 AM Revision e4228f4b (qgis): [opencl] Add performance test
- 09:21 AM Revision 329402ac (qgis): [opencl] Added docs
- 09:21 AM Revision 95fa27fa (qgis): More documentation
- 09:21 AM Revision 66b02d66 (qgis): [opencl] Reduce memory footprint and optimize
- 09:20 AM Revision 5aa54658 (qgis): [opencl] Pass the queue to the cl methods
- Fixes some issues on intel
- 09:20 AM Revision 3161b940 (qgis): [opencl] Global transparency
- 09:20 AM Revision 5129dcf0 (qgis): [opencl] Memory optimization
- 09:19 AM Revision d5dd50c0 (qgis): [opencl] Hillshade renderer
- 09:19 AM Revision 350829e9 (qgis): [opencl] Test with image2d
- 09:19 AM Revision 1decb48f (qgis): [opencl] Add options widget
- 09:19 AM Revision 3054da0c (qgis): Use OpenCL command queue
- 09:18 AM Revision b6de8f16 (qgis): Added tests for opencl slope and aspect algs
- 09:18 AM Revision 8ea565a7 (qgis): OpenCL API 2
- 09:18 AM Revision 74042634 (qgis): OpenCL tests and aspect
- 09:18 AM Revision 9068fe46 (qgis): More updates for opencl
- 09:18 AM Revision a9f11fb3 (qgis): Working! With C++ API
- 09:18 AM Revision 0c3cb688 (qgis): Working but crashing on dealloc of command queue
- 09:18 AM Revision 05be622c (qgis): OpenCL POC 1
- 09:18 AM Revision 215bfd41 (qgis): Wrap make program in OpenCL utils
- 09:18 AM Revision be8bfee9 (qgis): Added device information to debug log
- 09:18 AM Revision 08fc641d (qgis): CPLAllocator smart wrapper
- 09:18 AM Revision a7ef0722 (qgis): Try to avoid crash on intel haswell
- 09:18 AM Revision ff1b6c29 (qgis): Removed context from utils
- 09:18 AM Revision ebad3605 (qgis): Added context
- 07:37 AM Revision a2a56696 (qgis): Drop minimum task time to 5 second before showing a system notification
- 07:37 AM Revision 8c6068a2 (qgis): Don't show system notifications for short tasks
- Too annoying!
- 07:19 AM Revision bbffad6f (qgis): Fix test
- 07:18 AM Revision 58da9759 (qgis): Make spare connections more explicit
- 07:18 AM Revision e0cc66c3 (qgis): Fix imports
- 07:18 AM Revision ec4a3275 (qgis): Make nested iterator request test solid for max conn count changes
- 07:18 AM Revision 955323ff (qgis): Add QgsApplication::maxConcurrentConnectionsPerPool()
- 07:17 AM Revision e32e501b (qgis): Add nested loop support for oracle
- 07:17 AM Revision 7e70c410 (qgis): Fix rename variable
- 07:17 AM Revision 10a8e13e (qgis): Add nested loop support for spatialite
- 07:17 AM Revision bef52f3a (qgis): Fix compile
- 07:17 AM Revision 550f381c (qgis): Add nested loop support for ogr provider
- 07:16 AM Revision 7c8c6ca0 (qgis): Allow specifying the number of required connections
- for a request. Most requests should reserve more
than a single connection (default: 3) and only
requests that are exe... - 07:16 AM Revision 18112c0c (qgis): Rename `freeConnectionsRequirement` to `requestMayBeNested`
- 07:16 AM Revision 6a9c5fa3 (qgis): Make expression functions that use internal requests more stable
- 07:13 AM Revision 790408ff (qgis): Redisable waitForFinished test on Travis
- 06:48 AM Revision 91c6556f (qgis): Make save as initial path default to current project path instead
- of last used path
This is more logical (as you're more likely to want to save
a copy of the project somewhere near t... - 06:26 AM Revision d90348df (qgis): avoid CRS in the tooltip when the layer is not spatial
- 04:42 AM Revision f145631e (qgis): followup 9664103: synchronize initializeMainWindow parameters
- 04:16 AM Revision 9664103f (qgis): [FEATURE] Add linux native progress report API (#7549)
- Works on:
- Unity
- Gnome-Shell (dash to dock extension)
- KDA Plasma - 02:04 AM Revision 56e605bd (qgis): [feature] Add parameter for field selection to Postgis OGR importer
- 02:04 AM Revision 53cbe261 (qgis): Fix quotes on postgis import, & fix mysql datsource formatting
2018-08-07
- 12:02 AM Revision 13b790d1 (qgis): Fix some clang warnings
- 12:02 AM Revision c7a076a8 (qgis): Task manager status bar widget should also show indeterminate progress ...
- 12:02 AM Revision 157a624e (qgis): [layouts] Fix filename links in message bar
- 09:54 PM Revision 4b1bc82c (qgis): Added a test for VoronoiPolygon.py that covers some new cases
- 09:06 PM Revision 9b4be7ae (qgis): Simplify QgsTask::waitForFinished, hopefully fix bugs
- 09:06 PM Revision 42332f2d (qgis): Fix QgsTask::waitForFinished test
- 08:52 PM Revision 28fa839a (qgis): [processing] Update to VoronoiPolygons.py, some fixes for #8002
- * Update to VoronoiPolygons.py, fixes #8002 adds comments, ++
* Fixed a spelling an an indentation mistake reported ... - 08:48 PM Revision ca001741 (qgis): [processing] Update the comparison implementation in voronoi.py (fixes ...
- When "translating" the cmp function of Site and Halfedge to Python 3, the __lt__ function was forgotten. It has been...
- 08:22 PM Revision 87000377 (qgis): [tasks] Show estimated time remaining and completion time in status bar
- task manager widget
Calculated using a simple linear interpolation based on the elapsed
time and current progress - 07:52 PM Revision e51fed47 (qgis): use nullptr instead of 0 pointer
- 07:51 PM Revision 8876270c (qgis): [win] Use native desktop notifications for prettier notifications
- 05:08 PM Revision fea9de9f (qgis): merge error
- 02:33 PM Revision ad086dc4 (qgis): layermaptest and fixes
- after feedback - mostly doc stuff or code style
- 02:32 PM Revision 048ff3f0 (qgis): add missing sip file
- 02:32 PM Revision 9218c260 (qgis): fix SIP test
- 02:32 PM Revision 519e91e6 (qgis): missing parameter documentation
- 02:32 PM Revision 5a01074d (qgis): fixes
- 02:32 PM Revision caa88429 (qgis): spelling
- 02:32 PM Revision 1433de10 (qgis): Add missing sip bindings
- 02:32 PM Revision 442c7323 (qgis): sip files and some improvements
- like make a list copy before go through for loop and log messages
- 02:31 PM Revision 090db0d8 (qgis): setProjectTranslator
- ...in QgsReadWriteContext creation
implementation of projectTranslator where needed
use of DefaultTranslator to have... - 02:31 PM Revision 283b1b46 (qgis): use of smartpointer mTranslator
- for better handling if loaded (or in our case existent) or not...
- 02:31 PM Revision e8e48aba (qgis): docstrings etc.
- 02:31 PM Revision fc018daa (qgis): QgsProjectTranslator
- implementation of abstract class QgsProjectTranslator
- 02:31 PM Revision 1bccedd1 (qgis): working translation of project from qm file
- Translated objects and tests included:
- [x] layer names
- [x] layer group names
- [x] relation names
- [x] attribute... - 02:31 PM Revision 2bfe2296 (qgis): tests, project store and other
- not yet working all translations
project handling can be improved
project store after translation working
and fix som... - 02:31 PM Revision 628292b9 (qgis): gui implementation
- 02:31 PM Revision 778734fd (qgis): translator basics
- basics work - translation of layername, relations
fields and aliases have a problem - 02:30 PM Revision f5a4a426 (qgis): generate ts file
- with the structure for it - not finished
- 02:22 PM Revision bbbc5b25 (qgis): Turn off some chatty warnings
- 12:29 PM Revision 5e1184a6 (qgis): More task test debugging, fixes
- 12:29 PM Revision 7b971e25 (qgis): Fix error in task manager test
- 12:29 PM Revision 7ef0e9e7 (qgis): Better debugging for task manager tests
- 11:09 AM Revision c905352b (qgis): Fix cmake warning
- 08:37 AM Revision 95438cc0 (qgis): Fix parent task progress report calculation when subtask progress changes
- 08:02 AM Revision cdc9b56f (qgis): Fix build in MacOS, add not Apple for Linux native thing.
- 05:13 AM Revision 53a3425e (qgis): [layouts] Try to avoid incorrect page margin handling while printing
- 02:37 AM Revision 709973a2 (qgis): Move recent document handling (windows "jump list" support)
- to native library
Allows other platforms to implement platform specific recent
document handling
2018-08-06
- 01:40 AM Revision 64586df2 (qgis): Add API to send native desktop notifications to QgsNative
- And use native desktop notifications on Linux (via dbus). Avoids
unnecessary system tray icon creation, which is a pr... - 01:40 AM Revision 70ba3872 (qgis): Fix warning
- 01:33 AM Revision 282f95c9 (qgis): [processing][grass] Fix bad move/copy paths in grass i.gensig/maxlik algs
- Refs #19539
- 04:43 PM Revision 3fc8e8d6 (qgis): Merge pull request #7530 from m-kuhn/implicit-fallthrough
- Enable -Wimplicit-fallthrough
- 12:03 PM Revision 52ed396c (qgis): dwg import: refine labels
- 11:24 AM Revision a81555a0 (qgis): Move windows app icon progress report API to QgsNative
- 11:09 AM Revision c60efaf0 (qgis): Remove double semicolon
- 11:08 AM Revision ea70bb42 (qgis): Add semicolon to clang::fallthrough define
- 10:34 AM Revision ebe38287 (qgis): Add missing semicolon
- 10:22 AM Revision 31533268 (qgis): Fix clang fallthrough
- 10:22 AM Revision 00fbd412 (qgis): Fix clang fallthrough for libdxfrw
- 10:22 AM Revision 4809001d (qgis): Enable -Wimplicit-fallthrough
- 10:22 AM Revision 0d3dd703 (qgis): Add missing breaks
- 10:22 AM Revision 2f829e02 (qgis): Add missing break
- 06:55 AM Revision 71f99107 (qgis): [vector file writer] use field type to save attribute values
- 06:07 AM Revision 51b63e6b (qgis): [vector file writer] use field type to save attribute values
- (relying on attribute value type isn't reliable under certain
scenarios, including memory layers created through a pr... - 05:51 AM Revision 317b3105 (qgis): [needs-docs] Clicking the memory layer indicator triggers a 'make perme...
- 05:51 AM Revision a9535879 (qgis): [FEATURE] Layer tree indicators for memory layers
- Shows a memory layer icon in the layer tree for all memory
layers, with a tooltip warning that the contents of the la... - 05:51 AM Revision 01876d15 (qgis): Make memory layer indicator respond correctly to making a layer permanent
- 05:51 AM Revision 1c33261e (qgis): Tweak string formatting for consistency with other indicators
- 05:51 AM Revision 6ecc69ff (qgis): Add dataSourceChanged signal to QgsVectorLayer, add tests
- 05:51 AM Revision 93ce435c (qgis): Nice memory layer indicator icon, thanks to @nirvn
- 05:45 AM Revision 70277635 (qgis): Refine QgsFeatureRequest timeout api, dox
- 05:45 AM Revision f3235f7c (qgis): Short connection timeout for symbol selector preview feature fetching
- Because we don't really care if we couldn't fulfill this request,
and the request itself is blocking UI. - 02:28 AM Revision d8b20e74 (qgis): Update message in wizard and code style batch file
Also available in: Atom