Activity
From 2018-12-15 to 2019-01-13
2019-01-13
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 ac107698 (qgis): Move method for detecting project colors to QgsProperty
- 09:11 AM Revision 3aae40a2 (qgis): Refresh layout maps when project colors change
- 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 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...
- 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 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 7e397115 (qgis): Fix incorrect evaluation of data defined end color for shapeburst fills
- 09:39 PM Revision 0697f0f0 (qgis): Fix a clazy warning
- (cherry picked from commit c94b305cd9d5f011a8775d2539da6a5d5d605329)
- 09:39 PM Revision 3376586e (qgis): Avoid console noise when loading layouts
- (cherry picked from commit 4da0796180d2e152c0fc1c028a62ff9c5dc96a7f)
- 09:39 PM Revision 2aeb38c2 (qgis): Backport Dox improvements
- 09:39 PM Revision be47fd55 (qgis): Dox++
- (cherry picked from commit 74b96ce9559c6b86fd42366e4a8dafe732881175)
- 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 53dbb023 (qgis): Fix "unexpected geometry type:7" warning thrown by pal geometry handling
- (cherry picked from commit ae9b8fcec4dc7b25d189781529b8215fda4f3cc7)
- 08:31 PM Revision 629de0c6 (qgis): Fix some corner cases
- 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 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... - 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 7b664ea9 (qgis): Fix see also link
- 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 79d01a9b (qgis): Move QgsColorButton::createMenuIcon to public API, make static
- 01:34 PM Revision 2623e605 (qgis): Indentation
- 01:34 PM Revision 56b363ea (qgis): Add icons for data defined colors
- 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 e569331a (qgis): Disable linked color buttons when a project color is set for a property
- 01:34 PM Revision cfa1d54f (qgis): Link color buttons to their data defined buttons in symbology
- 01:34 PM Revision fc5c0659 (qgis): Update tooltip to reflect color setting
- 01:34 PM Revision 8707eee2 (qgis): Fix incorrect evaluation of data defined end color for shapeburst fills
- 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 70880089 (qgis): Avoid duplicate code
- 10:54 AM Revision 12273fa8 (qgis): Change bindings
- Manually inserting the proper binding
- 10:54 AM Revision f0ffbeb7 (qgis): change bindings again
- 10:54 AM Revision 5c2b3943 (qgis): Dox++
- 10:54 AM Revision 32126ca2 (qgis): Add missing since annotation
- 10:54 AM Revision 8b374433 (qgis): Adding QgsRenderContext support
- 10:54 AM Revision 58dc1537 (qgis): fixing whitespaces in newer functions
- 10:54 AM Revision 1fff24da (qgis): adding missing include for qgsrendercontext
- 10:54 AM Revision db699add (qgis): removed duplicate signatures
- 10:54 AM Revision 78caf770 (qgis): removing whitespaces
- 10:54 AM Revision 2fab80e4 (qgis): adding barebone documentation
- 10:54 AM Revision 2a2995aa (qgis): Sipify
- 10:54 AM Revision c7d09a32 (qgis): Fix typo
- 10:54 AM Revision f2290fcd (qgis): adding QgsRenderContext class to the header
- 10:54 AM Revision e8b057b4 (qgis): Fix crash
- 10:54 AM Revision b4d764ae (qgis): Fix typo
- 10:54 AM Revision 99837cf7 (qgis): adding QgsRenderContext support
- 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 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:46 PM Revision cf5982c3 (qgis): Add tests for QgsFcgiServerRequest rewrites
- 06:46 PM Revision 00ec08a8 (qgis): Rewritten function comment
- 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 948048cd (qgis): Do not overwrite renderContext in QgsMapRendererJob::drawLabeling
- Dedicated QgsRenderContext is already created and configured in prepareLabelingJob.
- 03:08 PM Revision a222906f (qgis): Apply featureFilterProvider in QgsVectorLayerDiagramProvider
- 02:26 PM Revision 2c8acf13 (qgis): Merge pull request #8818 from signedav/fix_featurecount_offlineediting
- Offlineediting - showFeatureCount property
- 12:52 PM Revision bc4ec901 (qgis): tests for layernodeproperty "showFeatureCount"
- fixes https://github.com/opengisch/Vogelwarte_QField_2019/issues/4
- 12:52 PM Revision 5e61afcf (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 9292504a (qgis): copy property back on synchronize back
- 12:30 PM Revision 72bc1395 (qgis): copy property back on synchronize back
- 12:30 PM Revision d7ed48f5 (qgis): Sibling of 72bc1395f17cac84e800e4b43ae39317abe172d5
- 12:09 PM Revision a3c97c3d (qgis): copy showFeatureCount property to the new LayerTreeNode
- 12:09 PM Revision bd3f5426 (qgis): Sibling of 419b65d26d5a7feb7844c0c2346772fc223b331d
- 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 098aad5c (qgis): Show feedback message when using Select by Expression, to match
- Select by Form behaviour
- 07:01 AM Revision 500dff10 (qgis): Capitalization
- 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 e286c094 (qgis): Fix date line breaks with non geographic input CRS
- 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 b0c3b9f7 (qgis): Unit tests for QgsDistanceArea::latitudeGeodesicCrossesDateLine
- 03:32 AM Revision 654d7a43 (qgis): spelling
- 03:32 AM Revision 13ac9071 (qgis): latitudeGeodesicCrossesDateLine also returns fraction of segment
- along which the crossing occurs
- 03:32 AM Revision adc5c174 (qgis): Expose method for calculating latitude geodesic crosses date line to pu...
- 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 fdea61a9 (qgis): Add method to calculate the geodesic line joining two points to QgsDist...
- Using geographiclib to calculate the line
- 03:32 AM Revision 148505d4 (qgis): Add a dependancy to geographiclib
- 03:32 AM Revision 41450732 (qgis): Fix clazy warnings
- 03:32 AM Revision 9c7be5fa (qgis): Unit tests for QgsDistanceArea::geodesicLine
- 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 74b96ce9 (qgis): Dox++
- 02:10 AM Revision c94b305c (qgis): Fix a clazy warning
- 02:10 AM Revision f3e7e1b7 (qgis): Q_FOREACH -> for
- 02:10 AM Revision 2c0dc09c (qgis): Correctly handle conversion of merged categories to rule based renderer
- 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 224df0a2 (qgis): Add missing documentation for QgsCategorizedRenderer
- 02:10 AM Revision 1051f9b4 (qgis): Rename some methods for consistency/clarity
- 02:10 AM Revision 0259548a (qgis): Don't allow null entry to be merged
- 02:10 AM Revision 2b4482fa (qgis): Add option to unmerge categories
- 02:10 AM Revision 63204cfd (qgis): Fix travis
- 02:10 AM Revision a6849ca2 (qgis): Unit tests for unmerging
- 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 ...
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 e9e7c397 (qgis): add author and reader tables to test valuerelations with json
- 11:39 AM Revision ae1ab67b (qgis): prepared tests for gpkg - not yet active
- 11:37 AM Revision 036c35a6 (qgis): Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
- Co-Authored-By: signedav <[email protected]>
- 11:37 AM Revision 740f671f (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 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 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 8cc96e67 (qgis): [processing][SAGA] Resync Fill Sinks descriptions, add tests
- Refs #20051
(cherry picked from commit efd54f862f9319abb47149a445c2370e7e9170d8) - 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) - 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 45f8b863 (qgis): [processing][SAGA] Resync parameters for resample tool
- And add tests
Fixes #20882 - 12:55 AM Revision efd54f86 (qgis): [processing][SAGA] Resync Fill Sinks descriptions, add tests
- Refs #20051
- 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. ... - 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 3eea922e (qgis): Negative indices count from back of linestring
- (cherry picked from commit f595d53d0aee182a872a73b6ec6fc45e9dc0edc4)
- 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 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 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 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 3cb1be2b (qgis): Update some version numbers in API docs
- 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... - 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 fbe70f14 (qgis): Set spinbox maximum higher than 99
- 03:19 PM Revision 492ee5fe (qgis): Allow to request all atlas features with 'ATLAS_PK=*' if the number is ...
- 03:19 PM Revision 4e295588 (qgis): Add doc for new function
- 03:19 PM Revision 2e7bf12e (qgis): Possibility to restrict number of atlas features (default: 1)
- 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 14935745 (qgis): Spelling, doc and indentation
- 03:16 PM Revision 583674bb (qgis): Remove diagrams from atlas print test as it shows different behaviour i...
- 03:16 PM Revision df8940c6 (qgis): Add control image for atlas GetPrint test and fix some python stuff
- 03:16 PM Revision 69de8f9a (qgis): Show atlas layers, atlas coverage layers and primary key attributes in ...
- 03:16 PM Revision 10cbad77 (qgis): Get pk attributes from layer instead of provider
- 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
- 03:16 PM Revision 179be5af (qgis): Add atlas to test project
- 03:16 PM Revision 23669b68 (qgis): Add unit tests
- 03:16 PM Revision 21e3adfb (qgis): [FEATURE]: Possibility to set ATLAS_PK in GetPrint request to print atl...
- 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 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 e823ab2f (qgis): [themes] Apply OS-specific UI scale factor to em values
- 06:01 AM Revision 76941deb (qgis): [symbology] Add missing 'meters at scale' unit type in ellipse marker
- 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
- 06:01 AM Revision 5a67fb24 (qgis): Add palette file for the Night Mapping theme
- 06:01 AM Revision 92460826 (qgis): Declare color / color ramp button text color in Night Mapping
- 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 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 0f7d8c05 (qgis): Split layout map overview tests into their own file, add masks
- 07:53 PM Revision 201523fb (qgis): Test masks
- 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 a441e2b1 (qgis): [layouts] Add API allowing drawing map overviews under map layers
- or under map labels
- 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 1b309c68 (qgis): [layouts] Add setters/getters for map item stacking positions
- 07:53 PM Revision 97daa508 (qgis): Use qobject_cast
- 07:53 PM Revision ec553048 (qgis): Add layout validity check for map crs
- 07:53 PM Revision 102f075a (qgis): Run layout validity checks before export
- 07:53 PM Revision 9d800d42 (qgis): Sipify
- 07:53 PM Revision 62f1bb7a (qgis): Spelling
- 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 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 ddd522b4 (qgis): Rework validity check API to allow future background threaded use
- 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 883ae1aa (qgis): Add palette file for the Blend of Gray theme
- 07:51 AM Revision d8803151 (qgis): Add palette file for the Night Mapping 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 9184c31a (qgis): Declare color / color ramp button text color in Night Mapping
- 09:33 AM Revision 4793241a (qgis): [themes] Use widget's palette when drawing text for color ramp button
- 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 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 7db89100 (qgis): Fix combobox dropdown list padding issue with theme
- 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
- 07:00 AM Revision 43f8b46a (qgis): Fix combobox dropdown list padding issue with themes
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 09dbb891 (qgis): update tests
- 05:44 AM Revision 37f14f8b (qgis): add value changed signal for extent parameter widget wrapper
- 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 5813b961 (qgis): add cell size option to IDW and TIN interpolation algorithms
2018-12-29
- 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) - 12:11 AM Revision 90d6b12b (qgis): [layouts][ux] Fix grid layout alignment of label properties
- (cherry picked from commit 29da7bb6885dc42f2a7ce2eb6e0441028debebc1)
- 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 ac9a4ef1 (qgis): [layout][ux] Avoid too short variable editor in layout properties
- on hi-dpi displays
- 05:33 PM Revision 29da7bb6 (qgis): [layouts][ux] Fix grid layout alignment of label properties
- 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 084fda15 (qgis): Enforce use of qt's fusion style for non-default themes
- 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 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 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
- 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 03579266 (qgis): Release of 2.18.27
- 01:00 PM Revision 2f64a3c4 (qgis): Release of 3.4.3
- 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 a048306f (qgis): Fix warning
- 12:05 AM Revision d1a1d757 (qgis): QgsBlockingNetworkRequest: Allow canceling via QgsFeedback
- 12:05 AM Revision 18376c4a (qgis): Fix build on Qt 5.9
- 12:05 AM Revision a457482d (qgis): Add attributes to QgsNetworkReplyContent
- 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 d5fddfd5 (qgis): Basic unit tests for QgsBlockingNetworkRequest
- 12:05 AM Revision 82ebf8af (qgis): Use two wait conditions as per producer/consumer solution
- 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 df2d6601 (qgis): [afs] Use QgsBlockingNetworkRequest instead of event loop
- Instantly a more stable provider!
- 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 5d8f6371 (qgis): Add test for sqlite_fetch_and_increment
- 02:32 PM Revision ff1f2dff (qgis): Add sqlite_fetch_and increment docs
- 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... - 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 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: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: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 f62db321 (qgis): Fix broken select/identify by polygon when layer CRS <> canvas CRS
- Fixes #20786
(cherry picked from commit 7c0b68a99032f8bb3da0146f1c0f57b163cdeac2) - 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
...
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 d10eb890 (qgis): Fix error message string (minor change)
- 04:36 PM Revision 06354ef7 (qgis): Fix expression parser error reporting
- 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 237d40af (qgis): Improve QgsSqliteUtils::quotedIdentifier test
- 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 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
2018-12-18
- 10:29 PM Revision 32e844f9 (qgis): fix multiline comments on out params
- 10:17 PM Revision edfb7e14 (qgis): run sipify
- 10:17 PM Revision 9b852fbf (qgis): [sipify] handles SIP_OUT arguments
- remove them from parameters list and add them to return values
- 10:09 PM Revision 03222c82 (qgis): fix typo
- 08:22 PM Revision 514c5e2a (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
... - 08:21 PM Revision 34902172 (qgis): [FEATURE][expression] Enable use of square brackets to access map and a...
- Allows expressions like:
- array(1,2,3)[0] -> 1
- array(1,2,3)[2] -> 3
- array(1,2,3)[-1] -> 3 (Python style, negati... - 08:21 PM Revision 06d5f924 (qgis): More square brackets
- 06:37 PM Revision 35c0d24a (qgis): store plain if not valid
- 06:32 PM Revision 40c6896f (qgis): check for GDAL Version and exclude by ifdef
- 06:32 PM Revision 07d9d1db (qgis): Fix views query tables in spatialite
- There is still an old issue: views are only available
through DB manager.
Fixes #20674 - again
- Life is really sim... - 05:15 PM Revision c5011df2 (qgis): [locator] split words to get more results in all features locator filter
- 05:04 PM Revision 08965487 (qgis): Double escape for JSON and C++
- 05:03 PM Revision 498d51e2 (qgis): Merge pull request #8701 from m-kuhn/fixSingleLayerErrorsBackport
- Allow saving a layer after fixing invalid geometries
- 02:57 PM Revision 10140b1e (qgis): Fix JSON escaping
- 02:54 PM Revision 2b5830ec (qgis): Function help improvements
- 02:21 PM Revision 13de14a1 (qgis): Merge pull request #8663 from qgis/m-kuhn-patch-1
- Hint where to find select features method
- 02:20 PM Revision 7a893944 (qgis): Fix typo
- 02:18 PM Revision d3a1285f (qgis): Function help improvements
- 01:47 PM Revision 65e60d17 (qgis): Add `path` to `layer_property` expression function
- 01:47 PM Revision 47fe5068 (qgis): [FEATURE] Add decode_uri expression function
- This function takes a layer parameter and an optional uri part parameter.
It will return details about the data sourc... - 01:47 PM Revision 3cee54cf (qgis): Fix function help json
- 01:47 PM Revision 7b876d81 (qgis): Fix test
- 01:47 PM Revision 84584012 (qgis): Add docs and tests for decode_uri
- 01:38 PM Revision f8fb565f (qgis): Allow saving a layer after fixing invalid geometries
- 01:32 PM Revision a12bc5f8 (qgis): Merge pull request #8694 from m-kuhn/gap_check_implicit_sharing
- More implicit sharing of geometries
- 01:32 PM Revision d6f43455 (qgis): Merge pull request #8693 from m-kuhn/raii_qgscoordinatetransform
- RAII for QgsCoordinateTransform locking
- 01:32 PM Revision 1e34e75d (qgis): Merge pull request #8692 from m-kuhn/fixSingleLayerErrors
- Allow saving a layer after fixing invalid geometries
- 09:33 AM Revision de12239b (qgis): adding and removing json attributes
- 09:11 AM Revision 7c0b68a9 (qgis): Fix broken select/identify by polygon when layer CRS <> canvas CRS
- Fixes #20786
- 09:11 AM Revision 7d648e5b (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... - 08:27 AM Revision d072a132 (qgis): add MDAL formats info to README
- 06:32 AM Revision 089a2f1c (qgis): [FEATURE][layouts] Add new setting to control whether map items
- should show partial labels
Layout map items no longer respect the default project setting
for "show partial labels",... - 01:31 AM Revision 524bc797 (qgis): Move labeling settings button to map item toolbar
- 01:31 AM Revision 75b7d141 (qgis): [FEATURE][layouts] Add actions in map item properties to set map item
- scale to match main canvas scale, and to set main canvas scale to
match map's scale
These mirror the existing settin... - 01:31 AM Revision cdd23e66 (qgis): [needs-docs][layouts] Move pushbutton actions for map items up to
- a toolbar in the map item properties panel
This moves the
- refresh preview
- set to map canvas extent
- view extent... - 01:31 AM Revision 1b982474 (qgis): Create icons for layout map item toolbar actions
- 01:10 AM Revision f834a7e2 (qgis): [ogr] Fix conversion of boolean values
- Fixes #20290
(cherry picked from commit 645ca2b3510b4226b509a05c212170748bea51e3) - 01:10 AM Revision 904c7975 (qgis): [processing] Fix pixel centroids along lines handling of null geometries
- (cherry picked from commit 9e1bf68902e990d1806185a3550856a4d064af89)
- 01:10 AM Revision 5edf4821 (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPol...
- is called on non-single-line geometries
Previously we would just return an empty list when geometries of invalid
typ... - 01:10 AM Revision 7a366a64 (qgis): [processing] Add API to set default unit to distance parameters
- Otherwise the API forces use of a corresponding CRS parameter in
order to determine the relevant distance unit, but t... - 01:10 AM Revision 28f31239 (qgis): Add icon field boolean field type
- (cherry picked from commit 0295d9ca3f695ca77e5d01444706e162fe2574a9)
2018-12-17
- 07:39 PM Revision 5acd7ffa (qgis): [processing] Add API to set default unit to distance parameters
- Otherwise the API forces use of a corresponding CRS parameter in
order to determine the relevant distance unit, but t... - 07:38 PM Revision d1e9ce1f (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPol...
- is called on non-single-line geometries
Previously we would just return an empty list when geometries of invalid
typ... - 07:38 PM Revision 9e1bf689 (qgis): [processing] Fix pixel centroids along lines handling of null geometries
- 07:37 PM Revision 0295d9ca (qgis): Add icon field boolean field type
- 07:37 PM Revision e2c482e5 (qgis): [FEATURE] Allow creation of boolean fields when creating a new GPKG table
- Booleans are supported by GPKG, so we should expose this functionality
- 07:37 PM Revision 645ca2b3 (qgis): [ogr] Fix conversion of boolean values
- Fixes #20290
- 07:37 PM Revision 4131e0b3 (qgis): [layouts] Fix selected items appear in bold in all widgets
- instead of just the items list panel
E.g. we don't want selected items to show in bold in the item
combo boxes - 05:41 PM Revision d77c74a2 (qgis): More implicit sharing of geometries
- Because massive cloning preemptively only makes sense when you want to fight the universe like in star wars.
- 05:26 PM Revision 1730a40a (qgis): RAII for QgsCoordinateTransform locking
- I experienced a freeze where the main thread was stuck in QgsCoordinateTransformPrivate::freeProj(), waiting for a wr...
- 04:52 PM Revision 0cb29004 (qgis): Allow saving a layer after fixing invalid geometries
- 04:26 PM Revision 7dbd7a11 (qgis): basic tests for json writing
- 02:18 PM Revision bebc34b4 (qgis): Merge pull request #8689 from m-kuhn/prevent_crash
- Safety guard to prevent crashes
- 02:12 PM Revision cbe7ac65 (qgis): Merge pull request #8687 from daniviga/rpm-fixes
- [RPM] Improve RPM packaging
- 12:01 PM Revision 64b81bd9 (qgis): use file filters from MDAL
- 12:01 PM Revision 8b542c8a (qgis): Update to MDAL 0.1.2
- 12:01 PM Revision 39d168c0 (qgis): fix travis build for mdal
- 12:01 PM Revision e4d49053 (qgis): add support for browser dialog for mesh layer extensions too
- 11:50 AM Revision e7166021 (qgis): [processing] add QgsProcessingParameterMeshLayer parameter
- 10:35 AM Revision 6f639577 (qgis): Safety guard to prevent crashes
- 09:43 AM Revision 69298527 (qgis): Run sipify
- 08:36 AM Revision a7949920 (qgis): [RPM] Add support for HDF5
- [RPM] Do not make qgis-server depend on httpd
[RPM] Add an Nginx configuration example
[RPM] Update server readme and... - 04:46 AM Revision 5f8870ac (qgis): [processing][SAGA] Fix output type of Zonal Grid Stats alg
- and add unit test
Fixes #20815
(cherry picked from commit c7cb5a8e3ba014063e54d7e41c3116c11e23fdd5) - 01:50 AM Revision c7cb5a8e (qgis): [processing][SAGA] Fix output type of Zonal Grid Stats alg
- and add unit test
Fixes #20815
2018-12-15
- 12:45 AM Revision 489f32d8 (qgis): [processing] Throw error when attempting to use Distance Matrix with
- multipoint datasets
There's no single approach to use for multi-point inputs, so instead
of overloading this algorit... - 12:45 AM Revision 06c5beed (qgis): [processing] Fix error when running delete duplicate geometries and
- some input features have null geometries
Fixes #20788
(cherry picked from commit 82c13bdde0ef447280cc299b6c48bbd4c8... - 12:45 AM Revision c8a7e4d6 (qgis): [needs-docs][ux] Remove custom group box styling and option for QGIS st...
- This setting is causing issues on newer operating systems, e.g. MacOS
on dark themes. It's a 6 year old workaround fo... - 12:45 AM Revision c4c793a8 (qgis): [layouts] Fix first background map render can never be canceled
- and must always complete
This fixes an issue where map items appear to get "stuck" showing the
"Rendering map" text ... - 12:45 AM Revision 9c47d99a (qgis): fix function call in example
- (cherry picked from commit 1c74e0b04d18248947f5b995358ea096ebaf7b03)
- 12:45 AM Revision 8c80ff59 (qgis): Dox++
- (cherry picked from commit 44bbf1f137feeb7fd4f531005be50e21a98a7f1e)
- 12:45 AM Revision 8ef88e52 (qgis): Correct the column hide/show status that was not saved anymore
- (cherry picked from commit 8446119aaa77c167d273a6720924d28055e3ab14)
- 12:45 AM Revision abbd4d08 (qgis): [api] Raises ValueError and TypeError exceptions when QgsGeometry.asPoi...
- is called on non-single-point geometries
Previously we would just return QgsPointXY(0,0) when geometries of invalid
... - 10:44 PM Revision 31699773 (qgis): Improve a few decoration dialog .ui files
- (cherry picked from commit 0b19aab50e06e77d00b566ae0c8d45d18511f497)
- 02:54 PM Revision 1ff3ddc6 (qgis): Merge pull request #8676 from elpaso/bugfix-20674-dbmanager-aliased-2
- fix spatialite aliased, nested, joined queries
- 11:08 AM Revision e83e7940 (qgis): spatialite: Add more test cases for table names with spaces
- 09:26 AM Revision 8a0a7456 (qgis): Merge pull request #8677 from troopa81/hidden_column
- Correct the column hide/show status that was not saved anymore
- 02:28 AM Revision 35855b88 (qgis): [FEATURE][API] Add API to set a margin for labels for layout map items
- This controls how close labels are permitted to the edges of the map
item. The labeling engine will then try other ca... - 02:28 AM Revision ed25a3e2 (qgis): [FEATURE][layouts] Add setting for label margin for map items
- This setting allows per-map control of how close labels are permitted
to be placed to the map item's edges.
Sizes ca... - 02:28 AM Revision d8eac479 (qgis): [FEATURE][API] Add method to QgsMapSettings for specifying label blocki...
- These represent areas of the map where NO labels should be placed
- 02:28 AM Revision 4252aabe (qgis): [FEATURE][API] Add option to specify a custom boundary geometry
- in QgsMapSettings to restrict where labels are allowed to be placed
within.
If set, this overrides the default behav... - 02:28 AM Revision cd762da8 (qgis): Doxygen
- 02:28 AM Revision 8d7e21fc (qgis): Test mask updates
- 02:28 AM Revision 63a5ebf5 (qgis): Wording update
- 02:28 AM Revision 13e71864 (qgis): Wording 2
- 01:44 AM Revision abc7b037 (qgis): [needs-docs][processing] Output count of retained and duplicate feature...
- Delete duplicate geometries algorithm.
This matches the output of the delete duplicates by attribute
algorithm - 01:44 AM Revision 82c13bdd (qgis): [processing] Fix error when running delete duplicate geometries and
- some input features have null geometries
Fixes #20788 - 01:36 AM Revision 5c2f68e7 (qgis): [processing] Throw error when attempting to use Distance Matrix with
- multipoint datasets
There's no single approach to use for multi-point inputs, so instead
of overloading this algorit...
Also available in: Atom