Activity
From 2018-12-19 to 2019-01-17
2019-01-17
- 11:50 PM Revision 36c821da (qgis): Allow gdal_rasterize to accept -init with value of 0; changed default v...
- 11:50 PM Revision 2488f71d (qgis): Added test for 'gdal_rasterize -init 0'
- 09:02 PM Revision f069342b (qgis): Rendering test for rule-based 3D renderer
- 08:54 PM Revision 0aae2c1d (qgis): Add missing headings and remove table captions (#8892)
- * Add missing headings and ToC anchors
Adds missing headings (and table of contents anchors) for 'Renamed Enum Value... - 08:44 PM Revision 42f157f7 (qgis): GUI for rule-based 3D renderer
- 08:40 PM Revision 5d05d467 (qgis): [FEATURE] Add rule-based 3D renderer
- Next to the "simple" vector layer 3D renderer that uses a single symbol
for all features, this new renderer allows de... - 07:00 PM Revision 67938e54 (qgis): Merge pull request #8863 from rldhont/server-wmts-config-matrices
- WMTS tile matrices configuration [Server][Feature]
- 04:00 PM Revision 00be400b (qgis): add name to travis builds (#8889)
- 03:40 PM Revision 5fa5631b (qgis): add enum value to key and reverse helpers (#8879)
- * add enum value to key and reverse helpers
* cast cont char* to QString
* use QStringLiteral - 03:29 PM Revision 81aa1439 (qgis): [Server][Feature][needs-docs] WMTS tile matrices configuration
- In QGIS Server 3.4, the WMTS API has been added in which the tile matrices are calculated except fro EPSG:3857 and EP...
- 03:16 PM Revision 182e85c1 (qgis): add name to travis builds
- 02:42 PM Revision 68994adc (qgis): Add missing api breaking change for setMapTipTemplate() to QgsVectorLay...
- * Add missing change for QgsVectorLayer
* Update, to include mention of setDisplayExpression - 02:42 PM Revision 6896ce9b (qgis): add /usr/share/qgis/python/plugins to PYTHONPATH (#8877)
- this is needed to find the correct processing (and db_manager and metasearch)
- 01:43 PM Revision 2d56345c (qgis): Use QgsFeature3DHandler implementation for line 3D symbols
- 08:55 AM Revision 0f3c39de (qgis): Server: throw exception in GetMap if DB connection is not ok
- 07:48 AM Revision 681707b5 (qgis): Slightly nicer linked color icons
- 07:35 AM Revision c9135868 (qgis): Ship better default polygon symbols using outline's simple line when ap...
- 07:34 AM Revision 689d4f76 (qgis): Ship better default polygon symbols using outline's simple line when ap...
- 06:14 AM Revision 572e2d54 (qgis): Unify code
- 06:14 AM Revision 3d283c1b (qgis): [needs-docs] Show actual linked color in color buttons when color
- has been linked to a project color
Instead of only showing linked color status in the accompanying
data defined butt... - 03:39 AM Revision 8127c701 (qgis): Fix too small symbol layer preview icon on hidpi displays
- (cherry picked from commit 9014be0d37aa41327785ee2c360e492867c9fbf5)
- 03:39 AM Revision db57c153 (qgis): Set correct message bar for attribute table 'select by expression' dialog
- (cherry picked from commit 4ae3bcd23f1a3c910644298bd1aa52cd148b569f)
- 03:39 AM Revision 3edf0f6c (qgis): Fix crash when using select by expression from attribute table dialog
- (cherry picked from commit 00c4d4af619c321720e435694491cfd2360cb5de)
- 03:39 AM Revision 4d54a1f3 (qgis): Fix some more tiny icons on hidpi displays
- (cherry picked from commit 956a74fcb7f2e4b621aa0d0342bafa85b17ff8ca)
- 03:39 AM Revision 42254b47 (qgis): [layouts] Fix loss of composition variables when converting 2.x composi...
- (cherry picked from commit 83340d0dfbbbeb4442bdaf592954b410a3e61861)
- 03:39 AM Revision 6f2daac6 (qgis): [browser] Don't show gdal/ogr layer items for QGIS style xml files
- These aren't layers, so the extra entries are just distracting noise.
(cherry picked from commit 2aab28380c603999e40... - 03:39 AM Revision 387334d7 (qgis): Use a minimal expression context in symbol layer tree preview icons
- Allows the preview icon to correctly show linked project colors
(cherry picked from commit 3c0c2535d63b8a143671433de... - 02:50 AM Revision 00c4d4af (qgis): Fix crash when using select by expression from attribute table dialog
- 02:50 AM Revision 4ae3bcd2 (qgis): Set correct message bar for attribute table 'select by expression' dialog
2019-01-16
- 12:21 AM Revision 7f5d8ea5 (qgis): [3d] Added Qgs3DRenderContext + QgsFeature3DHandler. Code refactoring.
- Currently implementation of 3D symbols runs a feature iteration loop
inside each implementation, making it difficult ... - 11:47 PM Revision 9014be0d (qgis): Fix too small symbol layer preview icon on hidpi displays
- 11:47 PM Revision 3c0c2535 (qgis): Use a minimal expression context in symbol layer tree preview icons
- Allows the preview icon to correctly show linked project colors
- 07:53 PM Revision 9419bfdc (qgis): Merge pull request #8878 from rldhont/sld-read-like-escapeChar-master
- [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
- 05:46 PM Revision 1f9a14d9 (qgis): [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
- In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.
... - 05:42 PM Revision aaede28b (qgis): [feature] Add expression for square by diagonal and rectangle from 3 po...
- With the new class QgsQuadrilateral, we can add expressions to create a square by a diagonal and rectangles by 3 points
- 05:39 PM Revision 1248bea1 (qgis): Fix determination of geodesic line when first segment is small and coor...
- 05:39 PM Revision 200d4f6a (qgis): Fix connected widgets do not update in some circumstances
- 05:39 PM Revision f89d061b (qgis): [FEATURE][processing] Add geodesic mode for "Join by Lines (Hub lines)"...
- This allows optional creation of geodesic lines, which represent the
shortest distance between the points based on th... - 05:38 PM Revision 19f0e02e (qgis): Merge pull request #8874 from rldhont/sld-read-like-escapeChar-34
- SLD : Support escapeChar attribute of PropertyIsLike
- 05:06 PM Revision b656fac7 (qgis): add /usr/share/qgis/python/plugins to PYTHONPATH
- this is needed to find the correct processing (and db_manager and metasearch)
- 04:12 PM Revision d3162559 (qgis): Merge pull request #8872 from elpaso/backport-3_4
- backports [server]
- 03:58 PM Revision d42a7b27 (qgis): [Bugfix][Oracle] Add ESCAPE when compiling LIKE
- The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if spec...
- 03:52 PM Revision 356bc386 (qgis): [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
- In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.
... - 03:33 PM Revision 4e6a7309 (qgis): [FEATURE] postgres provider: save primary key selection
- When a view loaded from Data Source Managers's PostgreSQL tab you can
select the key columns of the view (by default ... - 02:30 PM Revision 21a7e154 (qgis): Merge pull request #8851 from mhugo/fix_vertex_tool_cache
- Fix vertextool's geometry cache invalidation
- 02:28 PM Revision f99a9112 (qgis): Fix geometry cache invalidation in vertex tool
- Partial backport of 21a7e154a3
- 02:26 PM Revision 7ab24c8c (qgis): Fix a thread safety issue in postgres provider
- Fix access to:
- PQexecNR
- openCursor
- closeCursor
- uniqueCursorName
Partial backport from eb08839429 - 02:24 PM Revision a6f26182 (qgis): translation updates
- 02:20 PM Revision eb088394 (qgis): Merge pull request #8850 from mhugo/fix_postgres_transaction_lock
- Fix libpq access from different threads
- 02:08 PM Revision 207c15da (qgis): [server] Fix layer order rendering when layers are in groups (#8796)
- Cherry-picked from master 1ba6b97f74775e9660f0592a517d03ed98aaf504
- 11:02 AM Revision d2834bbb (qgis): fix 3d mesh test
- 11:02 AM Revision d695c4b3 (qgis): [feature] [3d] [mesh] Display mesh faces in 3D view as terrain
- 11:02 AM Revision 0a7c8a70 (qgis): test quad_flower.2dm also in the mesh read tests
- 11:02 AM Revision 0459a3db (qgis): fix copy-paste error in mesh symbol type
- 10:26 AM Revision 83340d0d (qgis): [layouts] Fix loss of composition variables when converting 2.x composi...
- 05:50 AM Revision 193ae4de (qgis): [themes] Fix the processing modeler's rendering on dark backgrounds
- 05:50 AM Revision 710d568c (qgis): Improve code editor default color scheme to fix dark background issues
- (this also backports night mapping code editor color scheme)
- 05:50 AM Revision 299e3550 (qgis): Fix variable editor widget not playing well with dark themes
- 05:50 AM Revision 5ff59ce5 (qgis): Fix dual view's feature list not using app palette
- 05:04 AM Revision cabcce1f (qgis): Fix dual view's feature list not using app palette
- 04:56 AM Revision f275cc08 (qgis): Fix variable editor widget not playing well with dark themes
- 03:51 AM Revision 2e9919e1 (qgis): Show category/range label as breadcrumb title when editing classes in l...
- 02:10 AM Revision 2aab2838 (qgis): [browser] Don't show gdal/ogr layer items for QGIS style xml files
- These aren't layers, so the extra entries are just distracting noise.
- 02:04 AM Revision 956a74fc (qgis): Fix some more tiny icons on hidpi displays
- 02:04 AM Revision dd00777b (qgis): Refactor
- 02:04 AM Revision ec8b299b (qgis): Add a read only mode to QgsStyleManagerDialog
- Allows the dialog to browse an existing style, but prevents users
from making any edits to the style. - 02:04 AM Revision a1b44c93 (qgis): [FEATURE] When browsing a style from the browser panel, allow copying
- symbols to the default style from the right click menu and share button
Allows users to easily transfer symbols and ... - 02:04 AM Revision 5ce54fdc (qgis): Release busy cursor before showing message box
- 02:04 AM Revision a7c18904 (qgis): Rename action for clarity
- 02:04 AM Revision 42a78043 (qgis): Add method to hide favorites and smart groups from style manager dialog
- 02:04 AM Revision 6246dd7d (qgis): Considerably simplify code, remove duplication
- 02:04 AM Revision ed797c98 (qgis): Nicer strings
- 02:04 AM Revision 2c22beaf (qgis): Fix initial selected tab in style manager dialog
- 02:04 AM Revision 0a119b9a (qgis): HIG
- 02:04 AM Revision 878cec99 (qgis): Allow additional tags to be set when copying items to default style
- 02:04 AM Revision 1a45c8c0 (qgis): Add 'Copy to default' action as a dedicated button when browsing non-de...
- 02:04 AM Revision 701a29fd (qgis): [FEATURE] Double clicking a style .xml in the browser now opens
- the manager dialog, allowing browsing and non-edit actions for the
style.
2019-01-15
- 12:15 AM Revision 97fef536 (qgis): Merge pull request #8864 from 3nids/qproperty
- add Q_PROPERTY for QgsCoordinateReferenceSytem::isGeographic and QgsGeometry::isNull
- 08:32 PM Revision 4e31597f (qgis): add Q_PROPERTY for QgsCoordinateReferenceSytem::isGeographic
- 08:31 PM Revision 683dbff8 (qgis): use Q_PROPERTY instead of Q_INVOKABLE for QgsGeometry::isNull
- 03:10 PM Revision c885cd72 (qgis): add toString and repr for qgsvector
- 02:34 PM Revision 8757853b (qgis): Server: throw exception in GetMap if DB connection is not ok
- 02:04 PM Revision 63a34455 (qgis): [themes] Allow styling of SQL/python/expression/HTML code editors (#8860)
- 12:41 PM Revision 9aacf4ba (qgis): fix #20316 not possible to assign mesh crs
- 09:25 AM Revision 5badeda9 (qgis): Merge pull request #8835 from rldhont/bugfix-oracle-compile-expression-...
- [Bugfix][Oracle] Add ESCAPE when compiling LIKE
- 09:15 AM Revision dafbef1e (qgis): Merge pull request #8859 from elpaso/release-3_4-backports
- backport of [server] Use REQUEST_URI as default URL for FCGI requests
- 06:24 AM Revision 6957009f (qgis): [themes] Fix the processing modeler's rendering on dark backgrounds
- 05:47 AM Revision 1e15c9fa (qgis): Fix connected widgets do not update in some circumstances
- (cherry picked from commit 0058dfc08ecde700ca581b85fc75c7b3d65d0682)
- 05:47 AM Revision 0dbe4d41 (qgis): Be theme friendly, don't hard-coded white background for locale sample ...
- (cherry picked from commit 807958878fd702a42704349766e02a42b361eb50)
- 05:47 AM Revision 8ad544d6 (qgis): Refine multiline selection behaviour in editors
- (cherry picked from commit 9d4b80e2f1aa3a35db01110248905a668a2b6246)
- 05:47 AM Revision 59485f33 (qgis): Fix potential crash when removing entities from a style
- (cherry picked from commit 4b154a4a88f1d9e60f5b30aa835d7f18ff5d8635)
- 05:47 AM Revision d35228de (qgis): Fix main panel ownership in QgsPanelWidgetStack bindings
- (cherry picked from commit ef250c45631cb55c7e4281ed503efb46d869a56e)
- 05:47 AM Revision 3b233442 (qgis): Fix crash in metadata widget when remove is clicked and no items exist
- Fixes #20943
(cherry picked from commit 3bc06e2bb9b5037a341503355d099638eb130561) - 05:47 AM Revision 74c5864b (qgis): Make color swatch list hi-dpi friendly
- (cherry picked from commit b49e9405081fcbd95985ee2e1b0a0669df87c1d9)
- 05:47 AM Revision ee65a07f (qgis): Hidpi fixes for color picker widget
- (cherry picked from commit 1572abf1511b9c550294f5fbe8d663173a4748dd)
- 05:47 AM Revision 7d88163a (qgis): Fix a bunch of tiny icon sizes on hidpi displays
- (cherry picked from commit 773ee5535ae63dc5f614ea4c74a6f884c5a5eca1)
- 04:53 AM Revision 2e36fd60 (qgis): Update TRANSLATORS
- Most of the zh-Hant users are Taiwanese, so the flag of zh-Hant should change to flag of Taiwan, not flag of China :)
- 03:48 AM Revision 80795887 (qgis): Be theme friendly, don't hard-coded white background for locale sample ...
- 03:48 AM Revision 61252f8c (qgis): [themes] Additional fixes for Blend of Gray
- - better welcome page (et cie) disabled text
- improve tree view item hover color to avoid masking
drop indicator w... - 03:37 AM Revision 004d6bae (qgis): Add QgsRenderContext to QgsLayerTreeModelLegendNode::ItemContext
- 03:36 AM Revision 773ee553 (qgis): Fix a bunch of tiny icon sizes on hidpi displays
2019-01-14
- 12:30 AM Revision 6f23d30f (qgis): Mesh (and raster) calculator dialog HIG fixes and standardization
- And fix typo and warnings
- 12:24 AM Revision edadcb77 (qgis): Refactoring of rectangle maptools
- Adds a new geometry class QgsQuadrilateral, for 4 sided geometries.
- 12:20 AM Revision 046bec48 (qgis): Use render context when drawing layout legends
- 10:22 PM Revision dedbbd4a (qgis): Merge pull request #8830 from elpaso/bugfix-server-fcgi-rewritten-uri
- [server] Use REQUEST_URI as default URL for FCGI requests
- 04:12 PM Revision 4ea42faf (qgis): Server: throw exception if one or more layers are not available. Projec...
- 03:05 PM Revision 63429686 (qgis): IndexExtent fix
- This fixes a problem with the "IndexExtent" snapping indexing strategy.
I got a strange behaviour where all indexes w... - 03:04 PM Revision a1970104 (qgis): Fix vertextool's geometry cache invalidation
- This a forward port from d79c212e7ba1e5 in PR #8724
Another fix is added here (which will be backported to 3.4): lay... - 02:52 PM Revision 648672d7 (qgis): Fix libpq access from different threads
- This is a forward port from 05f949b58, following PR #8700.
In addition, two other fixes are added (that will be back... - 12:35 PM Revision 5c24b4e4 (qgis): Backport fixes #20547 : Fix error when using a spatialite layer with a ...
- 12:32 PM Revision e163caf7 (qgis): update to MDAL 0.1.3 (mesh calculator API)
- 12:32 PM Revision a149e832 (qgis): use SVG icon for show mesh calculator
- 12:32 PM Revision cd9a84e1 (qgis): [feature] [mesh] Mesh Calculator
- Similarly to raster calculator, mesh calculator can take dataset groups from current mesh layer and
combine them with... - 10:54 AM Revision 3cb7e31f (qgis): fix build
- 09:10 AM Revision 180bb6a4 (qgis): [FEATURE] Add "All" tab to style manager
- This allows you to see ALL the symbols/ramps matching the current
group/tag/filter. It makes it easier to manage grou... - 09:10 AM Revision f8af098f (qgis): Correctly handle selection of mixed item types
- 09:10 AM Revision cd96ecd8 (qgis): [FEATURE] Add list view mode to style manager dialog
- This was added to the symbol list widget in 3.4, and now it's
available in the style manager dialog too. - 09:10 AM Revision b72e01f0 (qgis): Use QgsStyleModel in Style Manager dialog
- Fixes MANY symbol filtering issues in the dialog, and brings many
improvements (e.g. hidpi fixes, nicer tooltips, etc) - 09:10 AM Revision d5cedfe9 (qgis): Dox++, deprecate method
- 09:10 AM Revision 46c13e1b (qgis): Add missing endcond
- 09:10 AM Revision 4b154a4a (qgis): Fix potential crash when removing entities from a style
- 07:41 AM Revision ef250c45 (qgis): Fix main panel ownership in QgsPanelWidgetStack bindings
- 04:14 AM Revision 3bc06e2b (qgis): Fix crash in metadata widget when remove is clicked and no items exist
- Fixes #20943
- 03:56 AM Revision 9b75a82a (qgis): Fix warnings
- 03:56 AM Revision 1572abf1 (qgis): Hidpi fixes for color picker widget
2019-01-13
- 12:07 AM Revision 627b0321 (qgis): Only enable qgisCrash() on FreeBSD and Linux systems with glibc
- Currently, qgisCrash() is enabled on all Linux platforms except Android,
but that's invalid: While glibc provides the... - 08:27 PM Revision 0ba9a326 (qgis): Add API to calculate innerTangents for 2 circles
2019-01-12
- 10:59 AM Revision 5364afe4 (qgis): [themes] Last round of theme fix (hopefully)
- 10:56 AM Revision aafd8481 (qgis): [themes] Last round of theme fix (hopefully)
- - improve progress bar size and look
- remove hard coded border color for progress bar
- fix plugin manager checkbox ... - 10:11 AM Revision 5cf87981 (qgis): [themes] Add pressed state for tool/push buttons in Night Mapping
- 10:10 AM Revision add1f96f (qgis): [themes] Add pressed state for tool/push buttons in Night Mapping
- 10:10 AM Revision ee110345 (qgis): [themes] Add pressed state for tool/push buttons in Blend of Gray
- 09:11 AM Revision 0f42c8e3 (qgis): Ensure that project colors show correctly in legend and symbol previews
- 09:11 AM Revision f7745c94 (qgis): Add a signal to QgsProject for when project color scheme changes
- 09:11 AM Revision b0de40d9 (qgis): Fix crash on exit when project signal is emitted during project destruc...
- 09:11 AM Revision ac107698 (qgis): Move method for detecting project colors to QgsProperty
- 09:11 AM Revision da53f145 (qgis): Auto update canvas, symbol preview, when project colors change
- Symbols may be using project colors, so the layers and previews
need to be updated when project color changes occur - 09:11 AM Revision 3aae40a2 (qgis): Refresh layout maps when project colors change
- 06:05 AM Revision 63156db7 (qgis): [themes] Fix a few more issues with Night Mapping
- - provide a visual feedback for checked menu actions
- improve scrollbar styling
- fix broken vertical slider - 06:05 AM Revision 8a80eeb2 (qgis): [themes] Fix a few more issues with Night Mapping
- - provide a visual feedback for checked menu actions
- improve scrollbar styling
- fix broken vertical slider - 06:04 AM Revision 495b7687 (qgis): [themes] Fix a few more issues with Blend of Gray
- - provide a visual feedback for checked menu actions
- improve scrollbar styling
- fix broken vertical slider
2019-01-11
- 11:07 PM Revision b61d6f8f (qgis): Merge pull request #8832 from troopa81/fix_20547
- fixes #20547 : Fix error when using a spatialite layer with a non-int primary key an a spatial index
- 09:39 PM Revision 680f2be3 (qgis): [layouts] Fix incorrectly rendered item background and frame when item is
- non-opaque
Fixes #20909
(cherry picked from commit 0de94dd1fe1f62df3547ca8e664489073807dd5e) - 09:39 PM Revision 7e397115 (qgis): Fix incorrect evaluation of data defined end color for shapeburst fills
- 09:39 PM Revision 53dbb023 (qgis): Fix "unexpected geometry type:7" warning thrown by pal geometry handling
- (cherry picked from commit ae9b8fcec4dc7b25d189781529b8215fda4f3cc7)
- 09:39 PM Revision 3376586e (qgis): Avoid console noise when loading layouts
- (cherry picked from commit 4da0796180d2e152c0fc1c028a62ff9c5dc96a7f)
- 09:39 PM Revision 0274be4a (qgis): Show feedback message when using Select by Expression, to match
- Select by Form behaviour
(cherry picked from commit 098aad5c1679142dee97bc298f5b75a40092b6de) - 09:39 PM Revision 0697f0f0 (qgis): Fix a clazy warning
- (cherry picked from commit c94b305cd9d5f011a8775d2539da6a5d5d605329)
- 09:39 PM Revision be47fd55 (qgis): Dox++
- (cherry picked from commit 74b96ce9559c6b86fd42366e4a8dafe732881175)
- 09:39 PM Revision 2aeb38c2 (qgis): Backport Dox improvements
- 08:31 PM Revision 2a774d6d (qgis): [FEATURE][processing] New algorithm "Geodesic line split at antimeridian"
- Ports the similar algorithm from the shape tools plugin to c++, and utilises
built in QgsDistanceArea ellipsoidal cal... - 08:31 PM Revision 7b664ea9 (qgis): Fix see also link
- 08:31 PM Revision 629de0c6 (qgis): Fix some corner cases
- 08:31 PM Revision a8bd12c4 (qgis): [FEATURE][API] Add method to QgsDistanceArea to split a (multi)line geo...
- at the antimeridian
Whenever line segments in the input geometry cross the antimeridian, they
will be split into two... - 08:31 PM Revision 021f5ea3 (qgis): [needs-docs][api] Rename QgsDistanceArea methods to change "date line"
- to "antimeridian"
Because the date line =/= +/-180 degree longitude, which is what
we were incorrectly using it to m... - 03:58 PM Revision 4d609ff4 (qgis): Merge pull request #8830 from elpaso/bugfix-server-fcgi-rewritten-uri
- [server] Use REQUEST_URI as default URL for FCGI requests
- 03:39 PM Revision 8efc6898 (qgis): Use mkdtemp for temporary directory and clean at the end of the test
- 03:36 PM Revision 99076c94 (qgis): Correct spell problems
- 02:30 PM Revision 911a3611 (qgis): Update travis building
- 02:15 PM Revision c0dd72ee (qgis): Update travis building
- 01:34 PM Revision eecfe50d (qgis): [FEATURE] Show Project Colors in color bound data defined buttons
- This adds a new "Project Colors" section in data defined buttons
which are linked to a color value. The color menu co... - 01:34 PM Revision 2623e605 (qgis): Indentation
- 01:34 PM Revision e569331a (qgis): Disable linked color buttons when a project color is set for a property
- 01:34 PM Revision 8707eee2 (qgis): Fix incorrect evaluation of data defined end color for shapeburst fills
- 01:34 PM Revision 56b363ea (qgis): Add icons for data defined colors
- 01:34 PM Revision fc5c0659 (qgis): Update tooltip to reflect color setting
- 01:34 PM Revision 79d01a9b (qgis): Move QgsColorButton::createMenuIcon to public API, make static
- 01:34 PM Revision cfa1d54f (qgis): Link color buttons to their data defined buttons in symbology
- 01:34 PM Revision fd9bd0a1 (qgis): Link labeling and layout data defined buttons to color buttons
- 12:31 PM Revision 938adb8c (qgis): [api] Add PyQGIS helpers to QgsGeometry.asMultiPoint(), asMultiPolyline()
- and asMultiPolygon()
- raise ValueError when these methods are called with null geometries
- raise TypeError when th... - 12:26 PM Revision 2664737f (qgis): Merge pull request #8827 from m-kuhn/gpkg_transaction_test
- sqlite_fetch_and_increment cached mode for transactions
- 12:04 PM Revision 06bf5a99 (qgis): add unit test
- 11:56 AM Revision 7852a7a7 (qgis): Update building
- 11:10 AM Revision 94784a5c (qgis): Update building
- 10:53 AM Revision 5962afdf (qgis): Improve expression documentation for sqlite_fetch_and_increment
- 10:36 AM Revision 4f20f50e (qgis): Update python/plugins/db_manager/db_plugins/postgis/connector.py
- Co-Authored-By: Ailurupoda <[email protected]>
- 10:36 AM Revision 0fcb6437 (qgis): Update python/plugins/db_manager/db_plugins/plugin.py
- Co-Authored-By: Ailurupoda <[email protected]>
- 10:36 AM Revision 4011a8db (qgis): Update python/plugins/db_manager/db_plugins/plugin.py
- Co-Authored-By: Ailurupoda <[email protected]>
- 10:30 AM Revision ccdd133c (qgis): Fix test linking
- 09:26 AM Revision 87442a53 (qgis): [Bugfix][Oracle] Add ESCAPE when compiling LIKE
- The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if spec...
- 04:45 AM Revision b49e9405 (qgis): Make color swatch list hi-dpi friendly
- 01:15 AM Revision 9d4b80e2 (qgis): Refine multiline selection behaviour in editors
2019-01-10
- 12:51 AM Revision b80829ce (qgis): Remove leftover QObject inheritance
- 12:51 AM Revision fd001bbd (qgis): [FEATURE][layouts] Add validity check to flag when a map item
- has an overview which is not linked to any existing maps
- 12:51 AM Revision fdfe0cee (qgis): [api][needs-docs] Allow registering PyQGIS using a nice decorator syntax
- This allows nice and simple, elegant construction of checks for
Python.
To use, Python based checks should use the d... - 12:07 AM Revision 2dd2488c (qgis): german translation update
- 11:57 PM Revision 93bfbd00 (qgis): Astyle
- 08:57 PM Revision 5c0bcd98 (qgis): Merge branch 'master' into sirs_db_manager
- 06:53 PM Revision c478ba9c (qgis): fixes #20547 : Fix error when using a spatialite layer with a non-int p...
- 06:21 PM Revision 238ea726 (qgis): Add comment on field | DbManager
- 06:02 PM Revision fd00cd54 (qgis): Merge pull request #8705 from arnaud-morvan/server_diagrams_filter
- Apply featureFilterProvider in QgsVectorLayerDiagramProvider
- 04:46 PM Revision a764c08e (qgis): Add comment on field | DbManager
- 04:29 PM Revision 2e976150 (qgis): Revert "Add comment on field | DbManager"
- This reverts commit 6b98d8de49f76ae10f31fdb644e9960225bb57f0.
- 04:08 PM Revision 6b98d8de (qgis): Add comment on field | DbManager
- 03:10 PM Revision 29ad9d7f (qgis): on mac, terrain is sometimes not loaded on time [3d] fix #20963
- 11:18 AM Revision 70466320 (qgis): Typo (old one)
- 10:59 AM Revision a740fec0 (qgis): Make sure sqlite_fetch_and_increment is always executed on the main thread
- 10:58 AM Revision cd763bcc (qgis): Update override comment with a full explanation of what it does
- Also checks for original url emptiness before returning it.
- 10:54 AM Revision 2a2995aa (qgis): Sipify
- 10:54 AM Revision 2fab80e4 (qgis): adding barebone documentation
- 10:54 AM Revision 78caf770 (qgis): removing whitespaces
- 10:54 AM Revision 1fff24da (qgis): adding missing include for qgsrendercontext
- 10:54 AM Revision 8b374433 (qgis): Adding QgsRenderContext support
- 10:54 AM Revision f0ffbeb7 (qgis): change bindings again
- 10:54 AM Revision f2290fcd (qgis): adding QgsRenderContext class to the header
- 10:54 AM Revision c7d09a32 (qgis): Fix typo
- 10:54 AM Revision 5c2b3943 (qgis): Dox++
- 10:54 AM Revision 32126ca2 (qgis): Add missing since annotation
- 10:54 AM Revision 58dc1537 (qgis): fixing whitespaces in newer functions
- 10:54 AM Revision 99837cf7 (qgis): adding QgsRenderContext support
- 10:54 AM Revision 70880089 (qgis): Avoid duplicate code
- 10:54 AM Revision db699add (qgis): removed duplicate signatures
- 10:54 AM Revision e8b057b4 (qgis): Fix crash
- 10:54 AM Revision b4d764ae (qgis): Fix typo
- 10:54 AM Revision 12273fa8 (qgis): Change bindings
- Manually inserting the proper binding
- 10:48 AM Revision dafb1665 (qgis): Add an additional test for cached mode of sqlite_fetch_and_increment
- 10:40 AM Revision fc65d35f (qgis): [themes] Force fusion style for non-default UI themes on OS X
- 10:38 AM Revision abb0f73f (qgis): Merge pull request #8825 from nirvn/osx
- [themes] Force fusion style for non-default UI themes on OS X
- 10:35 AM Revision d3b4c7d8 (qgis): Add cached mode to sqlite_fetch_and_increment for transactions
- 09:09 AM Revision c7abba03 (qgis): [themes] Force fusion style for non-default UI themes on OS X
- 08:06 AM Revision c2637509 (qgis): Merge pull request #8820 from m-kuhn/map_layer_template
- QgsProject::mapLayer<Qgs[Type]Layer *>( layerId ); template
- 01:25 AM Revision 43df43fb (qgis): Fix build
2019-01-09
- 11:46 PM Revision 9a71839a (qgis): fix building without PyQt
- (cherry picked from commit 18abcb580a0e8e06fbea3fb8d9a80be117b53e94)
- 10:50 PM Revision fcc3996d (qgis): Remove unnecessary #include in server
- 06:46 PM Revision cf5982c3 (qgis): Add tests for QgsFcgiServerRequest rewrites
- 06:46 PM Revision 00ec08a8 (qgis): Rewritten function comment
- 06:46 PM Revision bb9ec39f (qgis): [server] Fix URL rewrite from fcgi servers
- The URL exposed in the XML documents generated
by the server was wrong because instead of
using the original URL (fro... - 06:13 PM Revision 918bfef5 (qgis): Add a test for transaction save local default value generation with gpkg
- 04:25 PM Revision e32c739b (qgis): Make use of QgsProject::mapLayer<QgsVectorLayer *> template
- 04:12 PM Revision 468f25c5 (qgis): Add a template method to get a casted maplayer
- This simplifies the casting of maplayers when accessing them from the layer registry.
- 03:08 PM Revision a222906f (qgis): Apply featureFilterProvider in QgsVectorLayerDiagramProvider
- 03:08 PM Revision 948048cd (qgis): Do not overwrite renderContext in QgsMapRendererJob::drawLabeling
- Dedicated QgsRenderContext is already created and configured in prepareLabelingJob.
- 02:26 PM Revision 2c8acf13 (qgis): Merge pull request #8818 from signedav/fix_featurecount_offlineediting
- Offlineediting - showFeatureCount property
- 12:52 PM Revision 5e61afcf (qgis): tests for layernodeproperty "showFeatureCount"
- fixes https://github.com/opengisch/Vogelwarte_QField_2019/issues/4
- 12:52 PM Revision bc4ec901 (qgis): tests for layernodeproperty "showFeatureCount"
- fixes https://github.com/opengisch/Vogelwarte_QField_2019/issues/4
- 12:52 PM Revision 012331e9 (qgis): Sibling of 5e61afcfe75e2196ad35c2341e3f040055a182a0
- 12:30 PM Revision 72bc1395 (qgis): copy property back on synchronize back
- 12:30 PM Revision d7ed48f5 (qgis): Sibling of 72bc1395f17cac84e800e4b43ae39317abe172d5
- 12:30 PM Revision 9292504a (qgis): copy property back on synchronize back
- 12:09 PM Revision bd3f5426 (qgis): Sibling of 419b65d26d5a7feb7844c0c2346772fc223b331d
- 12:09 PM Revision a3c97c3d (qgis): copy showFeatureCount property to the new LayerTreeNode
- 12:09 PM Revision 419b65d2 (qgis): copy showFeatureCount property to the new LayerTreeNode
- 11:22 AM Revision 5aed4d79 (qgis): Backport consider 'print as raster' setting for pdf print in server
- 10:20 AM Revision 9e957af4 (qgis): fix build
- 09:59 AM Revision b847b492 (qgis): Merge pull request #8813 from signedav/vacuum-past-simple
- Message after delete in proper english
- 07:44 AM Revision b411f36b (qgis): Merge pull request #8816 from rldhont/sld-read-like-escapeChar-218
- [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
- 07:05 AM Revision 2213be55 (qgis): Update src/providers/ogr/qgsgeopackagedataitems.cpp
- Co-Authored-By: signedav <[email protected]>
- 07:05 AM Revision f1be8116 (qgis): Consider 'print as raster' setting for pdf print in server
- 07:05 AM Revision 1320456c (qgis): Update src/providers/ogr/qgsgeopackagedataitems.cpp
- Co-Authored-By: signedav <[email protected]>
- 03:15 AM Revision 41757c69 (qgis): Fix build
2019-01-08
- 08:54 PM Revision 0ab834e2 (qgis): [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
- In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.
... - 05:11 PM Revision 22ddcb8c (qgis): proper english past form
- 03:17 PM Revision 15ddb270 (qgis): Merge pull request #8721 from signedav/json-for-valuerelations
- Storing Value Releation multi-selection as JSON
- 03:14 PM Revision 3732cb7e (qgis): Merge pull request #8810 from signedav/vacuum-after-delete
- Request for VACUUM after deleting GPKG layer
- 02:12 PM Revision dd0b33ed (qgis): Merge pull request #8809 from m-kuhn/expression_nullif
- Add NULLIF expression function [FEATURE]
- 02:07 PM Revision 1585ab41 (qgis): Update src/providers/ogr/qgsgeopackagedataitems.cpp
- Co-Authored-By: signedav <[email protected]>
- 01:15 PM Revision 3bd2843b (qgis): proper placing of message output
- 12:57 PM Revision a16e5f27 (qgis): put original message into else
- 12:28 PM Revision dba3b282 (qgis): request VACUUM after deleting geopackage
- 11:50 AM Revision 6e91349b (qgis): json gpkg tests
- 11:36 AM Revision 8754d55a (qgis): Fix JSON
- 11:07 AM Revision 6855a1c7 (qgis): Merge pull request #8639 from SrNetoChan/avoid_overlap
- Renames Avoid intersection to Avoid overlap [needs-docs]
- 10:56 AM Revision af027d9d (qgis): Add NULLIF expression function [FEATURE]
- 10:48 AM Revision eaad71e0 (qgis): Tweak API
- Better to use QVector here, because the QgsLineString/QgsGeometry
methods all use QVector too, and we want to avoid u... - 10:42 AM Revision 5df5c376 (qgis): Merge pull request #8507 from signedav/basicfix
- Delete selected tables as DataItem action
- 10:15 AM Revision 37eec198 (qgis): put message in log instead of message box
- 08:55 AM Revision 6ed0b476 (qgis): [FEATURE][georefencer] Make minimizing georeferencer when adding points
- from canvas an option
Allows users to disable this option, which is annoying on multi-monitor
setups where it can be... - 08:55 AM Revision dada301b (qgis): [georeferencer] Fix some HIG violations
- 07:24 AM Revision 0de94dd1 (qgis): [layouts] Fix incorrectly rendered item background and frame when item is
- non-opaque
Fixes #20909 - 07:01 AM Revision 500dff10 (qgis): Capitalization
- 07:01 AM Revision 098aad5c (qgis): Show feedback message when using Select by Expression, to match
- Select by Form behaviour
- 07:01 AM Revision 4da07961 (qgis): Avoid console noise when loading layouts
- 06:32 AM Revision ae9b8fce (qgis): Fix "unexpected geometry type:7" warning thrown by pal geometry handling
- 03:32 AM Revision 654d7a43 (qgis): spelling
- 03:32 AM Revision fdea61a9 (qgis): Add method to calculate the geodesic line joining two points to QgsDist...
- Using geographiclib to calculate the line
- 03:32 AM Revision 41450732 (qgis): Fix clazy warnings
- 03:32 AM Revision ebd10446 (qgis): Add method to retrieve destination CRS from QgsDistanceArea
- 03:32 AM Revision dbf8fe6e (qgis): Use an iterative approach to determine the exact latitude
- where a geodesic crosses the international date line
And use this to correctly break geodesic lines which cross
the ... - 03:32 AM Revision c9c502a8 (qgis): Use proj geodesic.h instead of GeographicLib
- Because it contains the same functionality and avoids a new
dependency - 03:32 AM Revision 9c7be5fa (qgis): Unit tests for QgsDistanceArea::geodesicLine
- 03:32 AM Revision b0c3b9f7 (qgis): Unit tests for QgsDistanceArea::latitudeGeodesicCrossesDateLine
- 03:32 AM Revision adc5c174 (qgis): Expose method for calculating latitude geodesic crosses date line to pu...
- 03:32 AM Revision 13ac9071 (qgis): latitudeGeodesicCrossesDateLine also returns fraction of segment
- along which the crossing occurs
- 03:32 AM Revision e286c094 (qgis): Fix date line breaks with non geographic input CRS
- 03:32 AM Revision 148505d4 (qgis): Add a dependancy to geographiclib
- 02:10 AM Revision f3e7e1b7 (qgis): Q_FOREACH -> for
- 02:10 AM Revision 74b96ce9 (qgis): Dox++
- 02:10 AM Revision c94b305c (qgis): Fix a clazy warning
- 02:10 AM Revision 210ec4c1 (qgis): More user friendly display of 'all other values' category
- 02:10 AM Revision f66773a1 (qgis): Nicer tooltips for merged categories
- 02:10 AM Revision 2c0dc09c (qgis): Correctly handle conversion of merged categories to rule based renderer
- 02:10 AM Revision 1051f9b4 (qgis): Rename some methods for consistency/clarity
- 02:10 AM Revision a6849ca2 (qgis): Unit tests for unmerging
- 02:10 AM Revision 63204cfd (qgis): Fix travis
- 02:10 AM Revision d32714c8 (qgis): [API] Allow categorized renderer category values to be lists of values
- When a category is a list of values, that category will apply to
any of the values from the list - 02:10 AM Revision 0259548a (qgis): Don't allow null entry to be merged
- 02:10 AM Revision 7b245d18 (qgis): [FEATURE] Add option to merge categories in categorized renderer
- This allows users to select multiple existing categories and
group them into a single category, which applies to any ... - 02:10 AM Revision 224df0a2 (qgis): Add missing documentation for QgsCategorizedRenderer
- 02:10 AM Revision 2b4482fa (qgis): Add option to unmerge categories
2019-01-07
- 12:36 AM Revision bf5a077e (qgis): Fix typos
- 12:36 AM Revision 3e05c99c (qgis): Add centimeter and millimeter based units to Project Properties and Map...
- Fix the "map units" option in distance measurements when using geographic coordinate systems
- 12:36 AM Revision c09b379f (qgis): Rename member variables, remove "forceCartesian" arguments
- 04:54 PM Revision 0cc809b7 (qgis): Merge pull request #8804 from m-kuhn/geometry_check_dox
- Improved API documentation for geometry checks
- 03:41 PM Revision b6293f23 (qgis): osgeo4w: run python scripts with python3 (fixes #20870)
- 03:38 PM Revision 6d38a0ed (qgis): Improved API documentation for geometry checks
- 03:26 PM Revision 627ac66d (qgis): add jsonb tests and fixed count
- 01:47 PM Revision 86ff5008 (qgis): Merge pull request #8802 from NaturalGIS/release-2_18
- re-add the r.mapcalculator module (as r.mapcalc.simple) and remove the not working r.mapcalc
- 01:43 PM Revision b557cc26 (qgis): Merge pull request #8803 from NaturalGIS/release-3_4
- re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove the not working r.mapcalc
- 01:38 PM Revision 83c6a2c4 (qgis): Merge pull request #8444 from NaturalGIS/reenable_grass_r_mapcalculator
- add GRASS r.mapcalculator, remove r.mapcalc
- 01:13 PM Revision 1ba6b97f (qgis): [server] Fix layer order rendering when layers are in groups (#8796)
- * [server] Fix layer order rendering when layers are in groups
Fixes #20810
* Update test images
* [server] Fix or... - 11:45 AM Revision 63a5320f (qgis): fix module description file
- 11:43 AM Revision a57fec87 (qgis): fix module description file
- 11:39 AM Revision ae1ab67b (qgis): prepared tests for gpkg - not yet active
- 11:39 AM Revision e9e7c397 (qgis): add author and reader tables to test valuerelations with json
- 11:37 AM Revision 8fd47c9f (qgis): using of json fields for value relation widget multi selection
- if the type of field is QVariant::Map - means a json source (eg. GPKG or Postgres (storing not yet implemented)) - it...
- 11:37 AM Revision 74545e83 (qgis): fix for-clause
- 11:37 AM Revision 036c35a6 (qgis): Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
- Co-Authored-By: signedav <[email protected]>
- 11:37 AM Revision 95c92791 (qgis): tests for json in postgres
- only reading not writing possible because of pg implementation
- 11:37 AM Revision 740f671f (qgis): Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
- Co-Authored-By: signedav <[email protected]>
- 11:37 AM Revision 148591f9 (qgis): Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
- Co-Authored-By: signedav <[email protected]>
- 11:28 AM Revision 268c200b (qgis): re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove th...
- 11:14 AM Revision 10d47992 (qgis): fix the module name
- 11:11 AM Revision 71c15817 (qgis): re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove th...
- 10:56 AM Revision 9f3c3138 (qgis): add missed file
- 10:54 AM Revision 667a86b0 (qgis): change the name of the module to match the new name in GRASS 7.4.4
- 10:42 AM Revision 54a5fae0 (qgis): Merge pull request #8781 from mhugent/get_atlas_print
- [server][needs-docs] Get atlas print
- 10:35 AM Revision 0c71e720 (qgis): JSON Support for GeoPackage [FEATURE]
- Merge pull request #8707 from signedav/json-for-gpkg
Integration of JSON type of GeoPackage - 08:55 AM Revision f1d2239d (qgis): 'returns' before 'since'
- 08:19 AM Revision a6f8db15 (qgis): use general json conversion because it works for the different types
- like QVariantMap, QVariantHash, QVariantList or QStringList
as fallback still the QString conversion is available - 07:52 AM Revision ab4ca6f6 (qgis): Try to make travis happy
- 04:19 AM Revision ed75a176 (qgis): [processing][SAGA] Resync parameters for resample tool
- And add tests
Fixes #20882
(cherry picked from commit 45f8b863dbe7f238270a70c4860b24355dd9968f) - 04:19 AM Revision c710e0b8 (qgis): [mssql] Fix inserting features into tables with an after insert trigger...
- Fixes #20592
(cherry picked from commit 69f6ea521b8ee3a78bda0dfd431a9cf6668ad111) - 04:19 AM Revision 8cc96e67 (qgis): [processing][SAGA] Resync Fill Sinks descriptions, add tests
- Refs #20051
(cherry picked from commit efd54f862f9319abb47149a445c2370e7e9170d8) - 02:48 AM Revision 69f6ea52 (qgis): [mssql] Fix inserting features into tables with an after insert trigger...
- Fixes #20592
2019-01-06
- 12:55 AM Revision efd54f86 (qgis): [processing][SAGA] Resync Fill Sinks descriptions, add tests
- Refs #20051
- 12:55 AM Revision 45f8b863 (qgis): [processing][SAGA] Resync parameters for resample tool
- And add tests
Fixes #20882 - 12:32 AM Revision 3dc76656 (qgis): Use TypeHint annotation to indicate correct return type when sip code r...
- Provides correct return type hints to IDEs (and hopefully PyQGIS docs too!)
(cherry picked from commit e23527bf9223c... - 12:32 AM Revision dc4e8792 (qgis): [API] Backport iterator for QgsGeometryCollection
- Iterates over the geometries in the collection, allowing this type
of code:
gc = QgsGeometryCollection()
gc.from... - 12:32 AM Revision 3cb1be2b (qgis): Update some version numbers in API docs
- 12:32 AM Revision 3eea922e (qgis): Negative indices count from back of linestring
- (cherry picked from commit f595d53d0aee182a872a73b6ec6fc45e9dc0edc4)
- 12:32 AM Revision 06f69657 (qgis): respect attribute table behavior settings
- Fixes undocumented bug of attribute table settings (Show features Visible on Map etc.)
not being respected. The setti... - 12:32 AM Revision 6e847565 (qgis): [API] Backport some nice PyQGIS methods and exceptions to QgsLineString
- - len(QgsCurve) returns number of points in curve
- raise IndexErrors when calling pointN, xAt, yAt, zAt, mAt, setXAt... - 12:32 AM Revision 2edb4346 (qgis): [API] Backport some nice PyQGIS API for working with geometry collections
- - Calling removeGeometry with an invalid index will now raise an IndexError
- Calling collection[0] will return the f... - 12:32 AM Revision a180edc4 (qgis): [API] Throw IndexError on some QgsCurvePolygon methods when invalid
- interior ring index is requested
(cherry picked from commit 44fbb894506965ec6ebbc6f232399214ff19574c) - 12:32 AM Revision cf410407 (qgis): [layouts] Fix inefficient filtering in attribute tables
- Set the expression filter on the request itself, rather than looping
through all features and testing on the filter. ... - 05:54 PM Revision f6c7cdb4 (qgis): Better check for QString::isEmpty() than for length() == 0
- Not that it really makes any difference ...
- 03:58 PM Revision c6b0ae0a (qgis): Merge pull request #8795 from ismailsunni/clean_shortcut_list
- Remove empty action in shortcut configuration list.
- 12:59 PM Revision 48e4525a (qgis): Remove empty action in shortcut configuration list.
- 02:31 AM Revision 48db8648 (qgis): add missing bits to API documentation (#8709)
- * add missing bits to API documentation
* API docs
* mark function as deprecated
* Deprecate for Python
* Fix doc...
2019-01-05
- 09:40 PM Revision f075109d (qgis): Merge pull request #8793 from elpaso/bugfix-20693-server-LAYERTITLESPACE
- [server] Respect layer title space when rendering legends
- 08:48 PM Revision 7d592a01 (qgis): Add control image masks
- Add more mask images (when image size does not match, generate_test_mask_image.py fails to update the mask)
- 03:19 PM Revision 4e295588 (qgis): Add doc for new function
- 03:19 PM Revision 492ee5fe (qgis): Allow to request all atlas features with 'ATLAS_PK=*' if the number is ...
- 03:19 PM Revision fbe70f14 (qgis): Set spinbox maximum higher than 99
- 03:19 PM Revision 2e7bf12e (qgis): Possibility to restrict number of atlas features (default: 1)
- 03:16 PM Revision 14935745 (qgis): Spelling, doc and indentation
- 03:16 PM Revision 9ed7b0df (qgis): Consider case where id is layer name
- 03:16 PM Revision a145847c (qgis): Re-enable QgsProjectProperties::checkPageWidgetNameMap
- 03:16 PM Revision e7c0f361 (qgis): Small tweaks
- 03:16 PM Revision 179be5af (qgis): Add atlas to test project
- 03:16 PM Revision df8940c6 (qgis): Add control image for atlas GetPrint test and fix some python stuff
- 03:16 PM Revision 10cbad77 (qgis): Get pk attributes from layer instead of provider
- 03:16 PM Revision 23669b68 (qgis): Add unit tests
- 03:16 PM Revision 583674bb (qgis): Remove diagrams from atlas print test as it shows different behaviour i...
- 03:16 PM Revision 69de8f9a (qgis): Show atlas layers, atlas coverage layers and primary key attributes in ...
- 03:16 PM Revision 21e3adfb (qgis): [FEATURE]: Possibility to set ATLAS_PK in GetPrint request to print atl...
- 03:16 PM Revision fedb1d87 (qgis): Fix atlas print for png and svg format (just give back first page)
- 03:16 PM Revision 22e54ba1 (qgis): Fix check if ATLAS_PK parameter is there
- 12:02 PM Revision ed9c9b33 (qgis): Add comment option on db_manager pluging postgis tables (#8734) [FEATURE]
- Add possibility to create a comment on a postgres table when import or using the alter table button from db_manager.
- 12:00 PM Revision be451d98 (qgis): Merge pull request #8752 from anitagraser/patch-1
- Refer to layers panel instead of legend
- 12:00 PM Revision a1ea8004 (qgis): Merge pull request #8753 from m-kuhn/legend_to_layers_panel
- Legend to layers panel
2019-01-04
- 10:54 PM Revision 6c1b5d25 (qgis): Merge pull request #8794 from troopa81/release-3_4
- fixes #20673 : Correct mapFromSource method when reordering columns
- 10:31 PM Revision e3c1d18f (qgis): [layouts] Fix inefficient filtering in attribute tables
- Set the expression filter on the request itself, rather than looping
through all features and testing on the filter. ... - 07:30 PM Revision 3c239280 (qgis): Update control images
- 02:32 PM Revision d4999400 (qgis): [server] Respect layer title space when rendering legends
- Fixes #20693 - LAYERTITLESPACE in GetLegendGraphic is not taken into account
- 09:25 AM Revision 71799094 (qgis): fixes #20673 : Correct mapFromSource method when reordering columns
- 07:56 AM Revision 899dcbff (qgis): Fix assert crash for non-English UI locale (fixes #20834)
- 07:55 AM Revision 2df15a67 (qgis): Fix assert crash for non-English UI locale (fixes #20834)
- 06:01 AM Revision e823ab2f (qgis): [themes] Apply OS-specific UI scale factor to em values
- 06:01 AM Revision 5a67fb24 (qgis): Add palette file for the Night Mapping theme
- 06:01 AM Revision 1ca3f4b4 (qgis): [themes] Allow customization of palette role colors
- This fixes the following issues:
- combo box drop down menu white top/bottom edges
- color button header background c... - 06:01 AM Revision 76941deb (qgis): [symbology] Add missing 'meters at scale' unit type in ellipse marker
- 06:01 AM Revision 92460826 (qgis): Declare color / color ramp button text color in Night Mapping
- 06:01 AM Revision 650ca8a3 (qgis): [themes] Use widget's palette when drawing text for color ramp button
- 06:01 AM Revision 15ae474c (qgis): [themes] Adjust Night Mapping to improve display on windows
- 04:11 AM Revision b7a607c6 (qgis): [themes] Move tab widget's pane up 1 pixel to improve border look
- 04:00 AM Revision b9213789 (qgis): [themes] Adjust Night Mapping and Blend of Gray to improve display on w...
- Fixes the combo box drop down list clipping text, as well as
the spinbox's up and down arrow.
Turns out having a sin...
2019-01-03
- 08:01 PM Revision 5f817b4d (qgis): Allow QgsStatisticalSummary to calculate first/last value
- Trivial, but simplifies other code which desires to expose
a choice between first/last/min/max/mean/etc... - 08:01 PM Revision e99072b1 (qgis): Add method to QgsStatisticalSummary to get a short name corresponding t...
- Returns a short name, suitable for use in a field name
- 08:01 PM Revision cef9c4ea (qgis): [FEATURE][processing] New algorithms "Extract Z values" and "Extract m ...
- These algorithms allow users to convert z or m values present in feature
geometries to attributes in the layer. By de... - 08:01 PM Revision d59a3465 (qgis): [processing][needs-docs] Standardize names of z/m value algorithms
- Ensures consistent capitalization and (non)hyphenation of algorithm names
- 08:01 PM Revision 5586352a (qgis): [FEATURE][processing] New raster zonal stats algorithm
- Like the vector zonal stats algorithm, but this one works with
the zones defined in another raster.
Iterates over th... - 12:43 PM Revision 666f9599 (qgis): Merge branch 'master' into basicfix
- 12:00 PM Revision 0373fe73 (qgis): autogenerated sip in file
- 11:53 AM Revision 5a751950 (qgis): fix - removes layers from project if they exist there
- 11:51 AM Revision 81faf951 (qgis): use uri to get layeritem to delete
- 11:50 AM Revision d453006f (qgis): find index of layeritem with the passed uri
- 09:59 AM Revision a7c3aadf (qgis): Merge pull request #8785 from elpaso/bugfix-20601-processing-side
- Pick up all layer entries references from the project context
- 02:48 AM Revision f4aa9a49 (qgis): respect attribute table behavior settings
- Fixes undocumented bug of attribute table settings (Show features Visible on Map etc.)
not being respected. The setti...
2019-01-02
- 07:53 PM Revision 1b309c68 (qgis): [layouts] Add setters/getters for map item stacking positions
- 07:53 PM Revision 97daa508 (qgis): Use qobject_cast
- 07:53 PM Revision 12da3afa (qgis): [layouts] Add method to alter list of map layers to render to include
- overview layers
- 07:53 PM Revision a441e2b1 (qgis): [layouts] Add API allowing drawing map overviews under map layers
- or under map labels
- 07:53 PM Revision 38450f0b (qgis): [FEATURE][layouts] Allow control over stacking position of map overview...
- Allows overview extents to be drawn below map labels (the new default),
but also adds choices for drawing them below ... - 07:53 PM Revision 201523fb (qgis): Test masks
- 07:53 PM Revision 0f7d8c05 (qgis): Split layout map overview tests into their own file, add masks
- 07:53 PM Revision 6eb49fed (qgis): [layouts] Add method to get overview item extent as a vector layer
- The layer contains a single feature representing the linked map
extent, and set to render using the overview's symbol - 07:53 PM Revision 102f075a (qgis): Run layout validity checks before export
- 07:53 PM Revision d14a5bd1 (qgis): [layouts] Add inbuilt validity check to warn when scale bars are
- not linked to a map item
(and remove test Web mercator projection warning check) - 07:53 PM Revision 7ccaa3df (qgis): [FEATURE][API] Add flexible framework for custom "validity checks"
- Adds a new interface QgsAbstractValidityCheck which defines
a single "check" which can be performed on a given QgsVal... - 07:53 PM Revision 9d800d42 (qgis): Sipify
- 07:53 PM Revision ddd522b4 (qgis): Rework validity check API to allow future background threaded use
- 07:53 PM Revision 62f1bb7a (qgis): Spelling
- 07:53 PM Revision ec553048 (qgis): Add layout validity check for map crs
- 05:05 PM Revision 744d3500 (qgis): Merge pull request #8784 from alexbruy/backport-tests
- [processing] backport GDAL unittests to LTR branch
- 04:59 PM Revision ecb6cde3 (qgis): Pick up all layer entries references from the project context
- This is the processing side of the duplicate layer
names bug, while the core part was already fixed,
the processing l... - 03:50 PM Revision 7dd30a5d (qgis): remove obsolete tests
- (cherry picked from commit f332233f6d89fb1cf7f87b0b8c5ede86cb878cbe)
- 03:50 PM Revision ce591a7c (qgis): [processing] add unittest for gdal_polygonize algorithm
- (cherry picked from commit 6809d346ab8ad6e42bb8020520c3d5fd70e331b7)
- 03:49 PM Revision 29ee8936 (qgis): [processing] add unittest for gdal2xyz algorithm
- (cherry picked from commit f447745b5ffcd99a2bef5584844d753262730445)
- 09:42 AM Revision ac6e6740 (qgis): [themes] Apply OS-specific UI scale factor to em values
- 08:19 AM Revision 386c16fd (qgis): fix in listwidgetfactory and set method of ogrprovider to const not cha...
- 07:51 AM Revision d8803151 (qgis): Add palette file for the Night Mapping theme
- 07:51 AM Revision 883ae1aa (qgis): Add palette file for the Blend of Gray theme
- 07:51 AM Revision 96eb8411 (qgis): [themes] Allow customization of palette role colors
- This fixes the following issues:
- combo box drop down menu white top/bottom edges
- color button header background c... - 07:17 AM Revision 2f1efd89 (qgis): Merge pull request #8776 from alexbruy/gdal_tests
- [processing] cover more GDAL algorithms with unittests
2019-01-01
- 09:53 PM Revision 196024cc (qgis): typo fixes
- 06:28 PM Revision f332233f (qgis): remove obsolete tests
- 06:26 PM Revision 6809d346 (qgis): [processing] add unittest for gdal_polygonize algorithm
- 05:15 PM Revision f447745b (qgis): [processing] add unittest for gdal2xyz algorithm
- 04:27 PM Revision e39fdd54 (qgis): Merge pull request #8775 from alexbruy/backport-gdal_sieve
- [processing] fix handling of the mask layer in the gdal_sieve algorithm
- 03:29 PM Revision c50a5cd8 (qgis): [processing] fix handling of the mask layer in the gdal_sieve algorithm
- (fix #20713)
(cherry picked from commit a5365e26ebdfab2330eacb56167040a044f97f3c) - 03:26 PM Revision 655dc1f5 (qgis): Merge pull request #8773 from alexbruy/processing-gdal_sieve
- [processing] fix handling of the mask layer in the gdal_sieve algorithm
- 02:20 PM Revision a5365e26 (qgis): [processing] fix handling of the mask layer in the gdal_sieve algorithm
- (fix #20713)
- 01:29 PM Revision 5b66c059 (qgis): Merge pull request #8774 from alexbruy/backport-gdaladdo
- [processing] fix gdaladdo algorithm
- 12:37 PM Revision cee8a205 (qgis): make advanced params optional to keep algorithm API stable
- (cherry picked from commit c64383702effc391d6031d0d1f500cf8b019d4d9)
- 12:37 PM Revision be60f12e (qgis): [processing] expose resampling and format options in the gdaladdo
- algorithm (fix #20432)
These options actually were here but not added to the UI.
(cherry picked from commit 3d33b9f... - 12:35 PM Revision 1233a21a (qgis): Merge pull request #8766 from alexbruy/processing-gdaladdo
- [processing][needs-docs] expose resampling and format options in the gdaladdo (fix #20432)
- 09:42 AM Revision f07c2643 (qgis): [symbology] Add missing 'meters at scale' unit type in ellipse marker
- 09:33 AM Revision 4793241a (qgis): [themes] Use widget's palette when drawing text for color ramp button
- 09:33 AM Revision 9184c31a (qgis): Declare color / color ramp button text color in Night Mapping
- 09:33 AM Revision 4e3f270e (qgis): Declare color / color ramp button text color in Blend of Gray
- 08:41 AM Revision 19d8605c (qgis): Merge pull request #8770 from alexbruy/processing-backports
- [processing] Add cell size parameter to native interpolation algorithms (fix #18556, #20114)
- 08:15 AM Revision d5029f43 (qgis): Merge pull request #8771 from alexbruy/backports-gdal
- [processing] set default value for band parameters in GDAL algs (fix #20610)
- 07:10 AM Revision 4ff4b6fa (qgis): [processing] set default value for band parameters in GDAL algs (fix #2...
- (cherry picked from commit 1e1ed79e2dede6e50b83623695663ff823cdef22)
- 07:09 AM Revision 580ff832 (qgis): keep also old test for native interpolation algs
- (cherry picked from commit acd4ceca5c06922510c492f42a97604e7e09b248)
- 07:09 AM Revision 5167b290 (qgis): restore columns and rows parameters for the extremely rare case if
- someone have used native interpolation algs in scripts/models
(cherry picked from commit e86ca50cc684c81ca610cd7aac4... - 07:09 AM Revision 9a524e13 (qgis): update tests
- (cherry picked from commit 09dbb8917dcb09119926a9d9aa031ab3c28f0a0f)
- 07:08 AM Revision d1c89fee (qgis): add cell size option to IDW and TIN interpolation algorithms
- (cherry picked from commit 5813b961598b64cc8136edc968bdcfc675a495d1)
- 07:08 AM Revision 816bb2dc (qgis): add value changed signal for custom interpolation parameter wrapper
- move duplicated code into common file
(cherry picked from commit 357cf270ff6623df94ab36c12f7964fb61e72297) - 07:08 AM Revision 6c6b075e (qgis): add value changed signal for extent parameter widget wrapper
- (cherry picked from commit 37f14f8b3fefaeda8d34b6e284e3cd160b131756)
- 07:00 AM Revision 7db89100 (qgis): Fix combobox dropdown list padding issue with theme
- 07:00 AM Revision aa7d4a73 (qgis): Make Night Mapping theme hidpi-compatible
- 07:00 AM Revision 540f9520 (qgis): Only apply custom toolbar spacing for default theme
- 07:00 AM Revision 43f8b46a (qgis): Fix combobox dropdown list padding issue with themes
- 07:00 AM Revision 015508ca (qgis): Only apply custom toolbar spacing for default theme
- 07:00 AM Revision 1b460b52 (qgis): Make Blend of Gray theme hidpi-compatible
2018-12-31
- 08:20 PM Revision fea05d62 (qgis): debian packaging: avoid conflicting files (followup add1a9228, refs #20...
- 08:20 PM Revision 35998425 (qgis): windows: allow https downloads in nsis installer (fixes #18360)
- 12:28 PM Revision c67e590e (qgis): Make Night Mapping theme hidpi-compatible
- 11:34 AM Revision c6438370 (qgis): make advanced params optional to keep algorithm API stable
- 11:20 AM Revision 3d33b9f1 (qgis): [processing] expose resampling and format options in the gdaladdo
- algorithm (fix #20432)
These options actually were here but not added to the UI. - 10:40 AM Revision 0d521941 (qgis): Followup 2ec05137, fix incorrect styling of some GUI elements
2018-12-30
- 02:55 PM Revision 84d155ea (qgis): Merge pull request #8759 from alexbruy/processing-interpolation
- [processing][needs-docs] Add cell size parameter to native interpolation algorithms (fix #18556, #20114)
- 02:54 PM Revision 8186f235 (qgis): Merge pull request #8762 from alexbruy/processing-gdal-defaults
- [processing] set default value for band parameters in GDAL algs (fix #20610)
- 08:48 AM Revision acd4ceca (qgis): keep also old test for native interpolation algs
- 08:18 AM Revision 1e1ed79e (qgis): [processing] set default value for band parameters in GDAL algs (fix #2...
- 07:15 AM Revision e86ca50c (qgis): restore columns and rows parameters for the extremely rare case if
- someone have used native interpolation algs in scripts/models
- 05:44 AM Revision 357cf270 (qgis): add value changed signal for custom interpolation parameter wrapper
- move duplicated code into common file
- 05:44 AM Revision 37f14f8b (qgis): add value changed signal for extent parameter widget wrapper
- 05:44 AM Revision 5813b961 (qgis): add cell size option to IDW and TIN interpolation algorithms
- 05:44 AM Revision 09dbb891 (qgis): update tests
2018-12-29
- 12:11 AM Revision 90d6b12b (qgis): [layouts][ux] Fix grid layout alignment of label properties
- (cherry picked from commit 29da7bb6885dc42f2a7ce2eb6e0441028debebc1)
- 12:11 AM Revision 3c94d2fe (qgis): Followup 0f8e291f, fix logic relating to overrding default application
- style and simplify
(cherry picked from commit f0e7c9c271f5e03e51ac35024a08958091f091ae) - 12:11 AM Revision 918a236a (qgis): [layout][ux] Avoid too short variable editor in layout properties
- on hi-dpi displays
(cherry picked from commit ac9a4ef1e424ed55453b54d57e2767a02966707b) - 11:11 PM Revision e90efda4 (qgis): Avoid build warnings on Windows caused by external dependancies
- 11:11 PM Revision b9658b1a (qgis): Fix build warning
- 08:22 PM Revision 2ec05137 (qgis): Add custom QStyle override to allow more flexibility with theming
- Allows us to apply custom style overrides. Initially, this just
improves the appearance of disabled icons on dark the... - 05:33 PM Revision 29da7bb6 (qgis): [layouts][ux] Fix grid layout alignment of label properties
- 05:33 PM Revision ac9a4ef1 (qgis): [layout][ux] Avoid too short variable editor in layout properties
- on hi-dpi displays
- 11:02 AM Revision f0e7c9c2 (qgis): Followup 0f8e291f, fix logic relating to overrding default application
- style and simplify
- 05:16 AM Revision 916db925 (qgis): Add toolbar handle and separator to Night Mapping theme
- 05:14 AM Revision b705d903 (qgis): Add toolbar handle and separator to Night Mapping theme
- 05:14 AM Revision 698ece7b (qgis): Add toolbar handle and separator to Blend of Gray theme
2018-12-28
- 07:37 PM Revision 1e8cecda (qgis): Adjust translations
- 07:34 PM Revision 21194a61 (qgis): Refer to layers panel instead of legend
- 07:08 PM Revision b5a66ddc (qgis): Refer to layers panel instead of legend
- 09:47 AM Revision c26f16b8 (qgis): Be theme-friendly, enforce borderless close button in message bar
- 09:47 AM Revision 4ea6c9ca (qgis): Refresh the Night Mapping theme, including _many_ fixes
- 09:47 AM Revision 7f25d417 (qgis): Only add option list widget styling for default theme
- (This allows customized styling for non-default themes,
fixes white background on white text issue et cie) - 09:47 AM Revision 687fb504 (qgis): Rely on app palette colors when painting in color swatch delegate
- 09:47 AM Revision 5f10aa8e (qgis): Fix Night Mapper alt. table / tree view item color
- 09:47 AM Revision 314c399d (qgis): Fix missing color cell in color ramp shader widget for non-default theme
- (fixes #15913)
- 09:47 AM Revision 084fda15 (qgis): Enforce use of qt's fusion style for non-default themes
- 08:53 AM Revision 60d2616e (qgis): Rely on app palette colors when painting in color swatch delegate
- 08:52 AM Revision 0f8e291f (qgis): Enforce use of qt's fusion style for non-default themes
- 08:32 AM Revision b84c0971 (qgis): Fix Night Mapper alt. table / tree view item color
- 07:41 AM Revision 38e6ace5 (qgis): Fix missing color cell in color ramp shader widget for non-default theme
- (fixes #15913)
- 06:00 AM Revision abc20e18 (qgis): Refresh the Night Mapping theme, including _many_ fixes
2018-12-27
- 09:24 PM Revision 026f914f (qgis): Remove unused code
- 08:18 PM Revision 5eb1853f (qgis): Added grass76 support
- Added grass76 support; search for newer versions first
- 08:18 PM Revision 70b37e4d (qgis): Added grass76 support
- Added grass76 support; search for newer versions first
- 04:13 PM Revision 39f68303 (qgis): Use QGIS user manual for GDAL algorithms help files
- because they are available for most of the algs and wouldn't be used otherwise. Also when someone hits algA help butt...
- 01:56 PM Revision f33f2389 (qgis): Merge pull request #8743 from neteler/patch-76
- Added grass76 support
- 01:35 PM Revision 6ce09d87 (qgis): Optimize alpha value for legend text color
- 12:58 PM Revision 45434a5e (qgis): Added grass76 support
- Added grass76 support; search for newer versions first
- 11:24 AM Revision 711eaa20 (qgis): Be theme-friendly, enforce borderless close button in message bar
- 09:31 AM Revision 805646dd (qgis): Update dlg_table_properties.py
- 09:30 AM Revision 5b8de9ab (qgis): Update dlg_import_vector.py
- 09:06 AM Revision fd0fba70 (qgis): Add fast truncate implementation for memory provider
- 09:04 AM Revision b0aae0b7 (qgis): Additional Blend of Gray theme fixes:
- - proper colors for selected item in welcome screen
- fix toolbar border pixel shift - 08:00 AM Revision 5b0a6bfa (qgis): Only add option list widget styling for default theme
- (This allows customized styling for non-default themes,
fixes white background on white text issue et cie) - 08:00 AM Revision 8ccf8120 (qgis): Blend of Gray theme fixes:
- - white background on white text options/project/etc. panel list widget
- unwanted light gray tool button's menu button
2018-12-26
- 09:53 PM Revision ea9b09f2 (qgis): Use QGIS user manual for GDAL algorithms help files
- because they are available for most of the algs and wouldn't be used otherwise. Also when someone hits algA help butt...
- 11:18 AM Revision fe1292c4 (qgis): Update DlgImportVector.ui
- Fix wrong name code ediComment to editCom
- 11:06 AM Revision e7c4d800 (qgis): Delete comment with NULL + Remove useless comment
2018-12-25
- 11:15 AM Revision ef956667 (qgis): No sip TypeHint support in 3.4
- 11:12 AM Revision 61180250 (qgis): Revert "Fix sip"
- This reverts commit a5fac1468accfc04fbbd67e67b8ee832ac431137.
- 10:31 AM Revision a5fac146 (qgis): Fix sip
- 09:47 AM Revision 4fe3887c (qgis): Merge pull request #8740 from DelazJ/translateExpr
- Expression parser fixes [Backport]
2018-12-24
- 06:27 PM Revision ea438388 (qgis): Make expression parser output translatable
- (cherry picked from commit 3dd360922fa14cb94424e9f538ac6ff0e39557dc)
- 06:26 PM Revision 89185f61 (qgis): Fix expression parser error reporting
- (cherry picked from commit 497a53b9fa4f023a5e0047232bceb0156392e3d4)
- 04:58 PM Revision 309920a2 (qgis): Merge pull request #8733 from m-kuhn/geometry_check_api_docs
- Add geometry check to API documentation
- 12:07 PM Revision d2b35753 (qgis): Merge pull request #8722 from m-kuhn/expression_function_sqlite_fetch_a...
- Expression function sqlite_fetch_and_increment
- 11:51 AM Revision 4b72941b (qgis): Missing @cond
- 11:49 AM Revision 91adb605 (qgis): Merge pull request #8737 from DelazJ/digitizingChecks
- Make geometry constraint configuration size fit the contents
- 10:47 AM Revision 304771a5 (qgis): [FEATURE] A new grayscale theme, "blend of gray"
2018-12-23
- 09:47 PM Revision add1a922 (qgis): debian packaging: include qgis.processing and qgis.testing (fixes #20856)
- 08:45 PM Revision b1d80689 (qgis): Make geometry constraint configuration size fit the contents
- (cherry picked from commit a3e99ca90026ffee4364ac3610598156da4ce01d)
- 06:09 PM Revision de12688f (qgis): Tame doxygen
- 05:16 PM Revision 05a82d92 (qgis): Merge pull request #8735 from m-kuhn/crs_selector_optimized_space
- Optimize space on CRS selection tab
- 11:19 AM Revision f301f944 (qgis): Revert QgsBlockingNetworkRequest
- Too many issues... I'm unsure if this is even possible now...
- 10:05 AM Revision 59cfa502 (qgis): Limit size of projection preview map
- 09:52 AM Revision 908eaf5d (qgis): Make more space available on CRS selection dialog
2018-12-22
- 10:53 PM Revision 91341107 (qgis): updates for GDAL 2.5 with VC2010
- 04:40 PM Revision b87798cd (qgis): Make travis even happier
- 04:02 PM Revision 0b39a2ea (qgis): Optimize space on CRS selection tab
- 03:29 PM Revision cb766d7f (qgis): Make travis happy
- 03:26 PM Revision a3e99ca9 (qgis): Merge pull request #8732 from m-kuhn/ux_geometry_validation_configuration
- Make geometry constraint configuration size fit the contents
- 12:17 PM Revision 929df96e (qgis): Remaining docs
- 11:56 AM Revision 868254d6 (qgis): Merge pull request #8725 from troopa81/fix_20673
- Correct mapFromSource method when reordering columns. fixes #20673
- 11:54 AM Revision d3f64deb (qgis): Further doc improvements
- 11:26 AM Revision 265df937 (qgis): Even more docs
- 11:08 AM Revision bdedc86f (qgis): Add geometry check classes to analysis group
- 11:04 AM Revision f2d4d877 (qgis): Overlap check documentation
- 10:57 AM Revision 525a3da3 (qgis): More doxygen
- 10:48 AM Revision c8be505d (qgis): Remove unneeded methods
- 10:35 AM Revision 07ab092f (qgis): Some doc fixes
- 10:16 AM Revision c6420690 (qgis): Skip more missing doc checks for old classes
- 10:03 AM Revision 65f6e7ba (qgis): Doxymenation for gap checks
- 08:45 AM Revision 157747ef (qgis): Merge pull request #8730 from elpaso/bugfix-20812-fixgeometries-in-place
- Processing in-place do not check validity when fixing geometries
2018-12-21
- 06:06 PM Revision 2ad870b9 (qgis): Suppress api doc warnings for old classes
- 04:24 PM Revision 1d1a668f (qgis): Add geometry check to API documentation
- 04:19 PM Revision 09a6b33a (qgis): Add comment option on db_manager pluging postgis tables
- 03:13 PM Revision 9200f538 (qgis): Don't hard-code black and gray for layer tree items' text color
- 03:02 PM Revision db77b452 (qgis): Toggle remove duplicate nodes when precision is changed
- As soon as a precision is set, duplicate nodes are removed automatically. By
disabling the option and checking it in ... - 02:21 PM Revision 308b46e9 (qgis): Make geometry constraint configuration size fit the contents
- 02:07 PM Revision 36c42d2b (qgis): Check for proper error reporting in sqlite_fetch_and_increment
- 02:06 PM Revision b4bc0720 (qgis): Improve function help for sqlite_fetch_and_increment
- 02:05 PM Revision 49d8060c (qgis): Add sqlite3_database_unique_ptr::exec
- A handy shortcut to quickly run commands on a sqlite database.
- 01:20 PM Revision 40fb2ce9 (qgis): Drop the ugly hack in favor of sourceFlags
- 01:00 PM Revision 2f64a3c4 (qgis): Release of 3.4.3
- 01:00 PM Revision 03579266 (qgis): Release of 2.18.27
- 12:24 PM Revision 94adc287 (qgis): German translation update
- 11:47 AM Revision f4d7506e (qgis): Processing in-place do not check validity when fixing geometries
- Fixes #20812
- 09:31 AM Revision 05f949b5 (qgis): Merge pull request #8700 from mhugo/fix_postgres_transaction_lock
- Fix libpq access from different threads
- 09:14 AM Revision e698ba87 (qgis): Fix JSON formatting
- 09:07 AM Revision ceb65a24 (qgis): Remove template class
- 08:16 AM Revision d79c212e (qgis): Merge pull request #8724 from mhugo/fix_vertex_tool_cache
- Fix vertextool's geometry cache invalidation
- 06:56 AM Revision 7d523b0f (qgis): Avoid using default QPalette to improve theme compatibility
- 06:02 AM Revision 657f5a4b (qgis): Avoid using default QPalette to improve theme compatibility
2018-12-20
- 12:15 AM Revision 9df3eb3e (qgis): Dox++
- 12:05 AM Revision 82ebf8af (qgis): Use two wait conditions as per producer/consumer solution
- 12:05 AM Revision e4959a6b (qgis): New class QgsNetworkReplyContent
- Encapsulates a network reply within a container which
is inexpensive to copy and safe to pass around between threads.... - 12:05 AM Revision 1774e68f (qgis): [FEATURE][API] New class for blocking (non-async) network requests
- This new class, QgsBlockingNetworkRequest, is designed for
performing SAFE blocking requests. It is thread safe and
h... - 12:05 AM Revision d5fddfd5 (qgis): Basic unit tests for QgsBlockingNetworkRequest
- 12:05 AM Revision d1a1d757 (qgis): QgsBlockingNetworkRequest: Allow canceling via QgsFeedback
- 12:05 AM Revision a048306f (qgis): Fix warning
- 12:05 AM Revision df2d6601 (qgis): [afs] Use QgsBlockingNetworkRequest instead of event loop
- Instantly a more stable provider!
- 12:05 AM Revision 18376c4a (qgis): Fix build on Qt 5.9
- 12:05 AM Revision a457482d (qgis): Add attributes to QgsNetworkReplyContent
- 12:04 AM Revision 71164500 (qgis): [labeling] When a layer is set to "blocking" label mode, correctly
- handle data defined "is obstacle" and "priority" settings
(cherry picked from commit b46f49996e1f06f2e2933c3e9136cb0... - 12:04 AM Revision 452f04ae (qgis): Improve multiline cursor behavior in Python console and expression editor
- Now supports multi-line inserts and pastes
(cherry picked from commit dab069e1eaeef14099832172c41bdf43b65d0436) - 10:48 PM Revision 507b4cb4 (qgis): Fix libpq access from different threads
- 07:12 PM Revision a2b5008b (qgis): [FEATURE][layouts] Allow layout items to "block" map labels
- This feature allows other layout items (such as scalebars,
north arrows, inset maps, etc) to be marked as a blockers ... - 07:12 PM Revision 620baa0d (qgis): Layout map test reference image updates
- 07:11 PM Revision b46f4999 (qgis): [labeling] When a layer is set to "blocking" label mode, correctly
- handle data defined "is obstacle" and "priority" settings
- 06:11 PM Revision 5cbf95a9 (qgis): Merge pull request #8723 from elpaso/qlist-string-to-stringlist
- QList<QString> -> QStringList
- 05:21 PM Revision fba4b25b (qgis): fixes #20673 : Correct mapFromSource method when reordering columns
- 03:20 PM Revision 0b29ed68 (qgis): Fix vertextool's geometry cache invalidation
- The cache must be invalidated when the layer is deleted and also on dataChanged.
- 03:09 PM Revision 6a03e07a (qgis): QList<QString> -> QStringList
- I tend to prefer the first form but I don't really care.
- 03:04 PM Revision 9ce7e54f (qgis): allow selection of file paths for mesh layers [processings] (#8702)
- allow selection of file paths for mesh layers
- 02:42 PM Revision be34a0ed (qgis): QgsZipUtils unzips also subdirectories of a zip file (#8672)
- QgsZipUtils unzips also subdirectories of a zip file
- 02:32 PM Revision fea58316 (qgis): New expression function sqlite_fetch_and_increment [FEATURE]
- SQlite default values can only be applied on insert and not prefetched.
This makes it impossible to acquire an increm... - 02:32 PM Revision ff1f2dff (qgis): Add sqlite_fetch_and increment docs
- 02:32 PM Revision 5d8f6371 (qgis): Add test for sqlite_fetch_and_increment
- 01:50 PM Revision 3dd36092 (qgis): Merge pull request #8720 from m-kuhn/expression_parser_error_fix
- Make expression parser output translatable
- 10:51 AM Revision a62867db (qgis): better labeling of json native type (postgres and gpkg)
- 10:49 AM Revision ebb25e6b (qgis): improve value conversion to json-string
- 09:43 AM Revision 9ff514b9 (qgis): beautyfications and clean up
- 09:36 AM Revision 055a1661 (qgis): [FEATURE] Boolean field support for memory layers
- Adds support for boolean field types to memory layers
Fixes #20844 - 09:24 AM Revision 497a53b9 (qgis): Merge pull request #8715 from m-kuhn/expression_parser_error_fix
- Fix expression parser error reporting
- 09:20 AM Revision 1f3cbb49 (qgis): Update expression parser sources
- 09:15 AM Revision c72e99a3 (qgis): Make expression parser output translatable
- 08:37 AM Revision bd87b354 (qgis): Merge pull request #8713 from m-kuhn/sqlite_quoted_value_to_qgssqliteutils
- Move sqlite quoted value methods to QgsSqliteUtils
- 08:26 AM Revision 381627ed (qgis): Merge pull request #8714 from elpaso/release-3_4-backports
- Release 3.4 backports (spatialite exotic queries and views)
- 08:23 AM Revision dab069e1 (qgis): Improve multiline cursor behavior in Python console and expression editor
- Now supports multi-line inserts and pastes
- 05:47 AM Revision e9e1e0d6 (qgis): [FEATURE][expression] Brand new array_sort() function
- 05:46 AM Revision e16472ac (qgis): Disable in-session change of UI theme for Qt => 5.11
- Random crasher associated with UI theme change is an
upstream bug, in the meantime let's make sure people don't
lose ... - 05:46 AM Revision d7aa9808 (qgis): Pass on the theme style data directly instead of a file:///...
- Benefit: remove requirement to have write permission for the
theme directory. - 05:33 AM Revision c339c360 (qgis): Improve Python __repr__ handling for null geometries
- Also avoid massive long __repr__ strings for complex geometries,
as these can flood the Python console (and first aid... - 05:33 AM Revision 7ef9760e (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPol...
- is called on non-single-polygon geometries
Previously we would just return an empty list when geometries of invalid
... - 05:33 AM Revision f62db321 (qgis): Fix broken select/identify by polygon when layer CRS <> canvas CRS
- Fixes #20786
(cherry picked from commit 7c0b68a99032f8bb3da0146f1c0f57b163cdeac2)
2018-12-19
- 04:44 PM Revision 9b8fd50c (qgis): Update src/providers/spatialite/qgsspatialiteprovider.h
- Co-Authored-By: elpaso <[email protected]>
- 04:44 PM Revision af0d8912 (qgis): Update src/providers/spatialite/qgsspatialiteprovider.cpp
- Co-Authored-By: elpaso <[email protected]>
- 04:36 PM Revision 06354ef7 (qgis): Fix expression parser error reporting
- 04:36 PM Revision d10eb890 (qgis): Fix error message string (minor change)
- 04:35 PM Revision b26a5c41 (qgis): Fix message log string
- 04:32 PM Revision 7d052e2a (qgis): Merge pull request #8706 from elpaso/bugfix-20674-dbmanager-aliased-3
- Fix views query tables in spatialite
Cherry-pick from master 56ca46e - 04:31 PM Revision 0af134f7 (qgis): Merge pull request #8676 from elpaso/bugfix-20674-dbmanager-aliased-2
- fix spatialite aliased, nested, joined queries
cherry-pick from master commit 1ff3ddc - 04:03 PM Revision c03f1a61 (qgis): Fix
- 02:50 PM Revision 11834661 (qgis): Additional cleanup
- 02:47 PM Revision 33cd5e8c (qgis): Move ok handling where it belongs to
- 02:44 PM Revision d3cdf285 (qgis): Use QgsSqliteUtils::quotedIdentifier in spatialite provider
- 02:44 PM Revision 0437d4ad (qgis): Add tests for quoting sqlite values
- 02:44 PM Revision 237d40af (qgis): Improve QgsSqliteUtils::quotedIdentifier test
- 02:44 PM Revision 12a6d9b8 (qgis): Move sqlite quoting functions to qgssqliteutils.h
- 01:54 PM Revision 01f6ceda (qgis): [locator] split words to get more results in all features locator filte...
- * [locator] split words to get more results in all features locator filter
* Update src/app/locator/qgsinbuiltlocato... - 01:54 PM Revision 30b55cc6 (qgis): [locator] split words to get more results in all features locator filte...
- * [locator] split words to get more results in all features locator filter
* Update src/app/locator/qgsinbuiltlocato... - 01:15 PM Revision 0e7427f8 (qgis): Merge pull request #8711 from 3nids/sipify_out_super
- [sipify] enhanced SIP_OUT handling
- 01:04 PM Revision 166e952c (qgis): run sipify
- 01:04 PM Revision 03f80173 (qgis): fix missing \returns in source
- 01:03 PM Revision bd320786 (qgis): [sipify] enhanced SIP_OUT handling
- return an error if method with SIP_OUT arguments has no \return directive AND is not void
create list of outputs for ... - 12:04 PM Revision 565d999a (qgis): [expression builder] clear fields values when changing field (#8703)
- 11:55 AM Revision 31b8054e (qgis): Update src/app/locator/qgsinbuiltlocatorfilters.cpp
- Co-Authored-By: 3nids <[email protected]>
- 11:45 AM Revision 7d3fe696 (qgis): Update src/app/locator/qgsinbuiltlocatorfilters.cpp
- Co-Authored-By: 3nids <[email protected]>
- 11:45 AM Revision 39cb453a (qgis): Update src/app/locator/qgsinbuiltlocatorfilters.cpp
- Co-Authored-By: 3nids <[email protected]>
- 11:38 AM Revision a753f8b0 (qgis): [expression builder] clear fields values when changing field (#8703)
- 08:32 AM Revision 0f037daf (qgis): Merge pull request #8649 from qgis/expression_function_decode_uri
- Expression function `decode_uri`
- 07:43 AM Revision 56ca46ef (qgis): Merge pull request #8706 from elpaso/bugfix-20674-dbmanager-aliased-3
- Fix views query tables in spatialite
- 03:08 AM Revision 6bb0720b (qgis): Merge pull request #8708 from 3nids/sipify_sip_out
- [sipify] handles SIP_OUT arguments
- 02:54 AM Revision c20b5b2f (qgis): fix multine removal for SIP_PYARGREOMVEq
Also available in: Atom