Activity
From 2018-01-19 to 2018-02-17
2018-02-17
- 11:00 PM Revision 4b5fc403 (qgis): [welcomepage] fixes #18118 remove last item causes a crash
- 07:33 PM Revision cad45c0b (qgis): test geometry validity before applying offset
- 07:33 PM Revision 45bfa50c (qgis): [offset tool] fix #18115 improved offset calculation
- * use QgsGeometry::contains for polygons (contains => negative offset)
* use the geometry part and not the whole geom... - 07:33 PM Revision 6c64c5a5 (qgis): fix spelling
- 07:33 PM Revision b0bc2b20 (qgis): improve test for QgsSettings::enumSettingValue
- 07:33 PM Revision f1123501 (qgis): make QgsTolerance a Q_GADGET
- to use Q_ENUM
- 07:33 PM Revision 2f385da9 (qgis): [offset tool] handle rings and allow selecting by area
- * correctly handles rings and parts
* allow to select polygon by area (not only edge) - 05:02 PM Revision 08bcb1cd (qgis): drastically speedup update_ts.sh with Qt5's lupdate
- 04:56 PM Revision 37f180c5 (qgis): Merge pull request #6365 from 3nids/geom_gadget
- make QgsGeometry a Q_GADGET
- 04:50 PM Revision a8a449f8 (qgis): [processing] fix variable name
- 04:47 PM Revision 4c95b6bf (qgis): [processing] fix execution of SAGA algorithms under macos
- 04:28 PM Revision f31ba78c (qgis): Merge pull request #6364 from 3nids/setting_enum_value
- [settings] add method to get value for a setting associated to an enum
- 04:16 PM Revision 91e98ef5 (qgis): run sip_include.sh
- 03:46 PM Revision bda67ada (qgis): add test for QgsSettings::enumSettingValue
- 02:14 PM Revision 12537007 (qgis): string truncations now uses ellipses (followup c3573b163)
- 11:33 AM Revision c3573b16 (qgis): more translation string fixes and updates
- 11:33 AM Revision 030714c8 (qgis): Merge pull request #6329 from DelazJ/QMessageBoxTitles
- Fix some message boxes titles
- 09:42 AM Revision dedfb5cc (qgis): Updated and vectorized several icons (#6362)
- mActionFileExit
repositoryUnavailable
repositoryDisabled
repositoryConnected
mActionRefresh
mIconDelete
mActionRemove... - 09:41 AM Revision b3b17b65 (qgis): More message box fixes
- 09:10 AM Revision 1f3ee050 (qgis): [processing] Always report errors if features cannot be written
- to a destination
Before we silently ignored these - now algorithms will automatically
push errors to the log if a fe... - 09:10 AM Revision 7e4cdc02 (qgis): Update test
- 09:10 AM Revision 877efca8 (qgis): Correct test
- 09:10 AM Revision 0e68a3e7 (qgis): Rollback rejection of features with too many attributes
- Turns out editable joins rely on this situation. Instead change
the providers to warn on this occurance, and make the... - 09:10 AM Revision 5ee54e09 (qgis): Fix test
- 09:10 AM Revision 453c56e0 (qgis): Fix adding features with geometry to geometryless memory layer
- 09:10 AM Revision 84d2443b (qgis): Try to fix postgres provider handling of missing attributes
- 09:10 AM Revision 7187ae35 (qgis): Ensure ogr, postgis and memory providers reject features
- with too many attributes
- 09:10 AM Revision 4ae476da (qgis): Add provider test to ensure that adding features to a provider
- with MORE attributes than expected results in a failure
We need to flag these and not silently discard the extra
att... - 09:10 AM Revision 141caddb (qgis): Add test that providers always accept features with null geometry
- 09:10 AM Revision 0a5d4861 (qgis): Add provider test to ensure providers reject adding features
- with geometry type mismatch
- 07:41 AM Revision 17039ff1 (qgis): Adapt packaging to c988dd291
- 02:46 AM Revision 710beffd (qgis): make QgsGeometry a Q_GADGET
- so Q_ENUM can be used
- 02:37 AM Revision 1198dbad (qgis): [settings] add method to get value for a setting associated to an enum
- this will make sure the returned value is actually an existing entry of the enum
2018-02-16
- 03:00 PM Revision bbcd332a (qgis): Fix raster layer names in geopackage browser data items
- 02:43 PM Revision d1a8a6b5 (qgis): remove build QGIS image at each commit
- let it for cron jobs
- 02:08 PM Revision 5a049555 (qgis): correctly set working path
- 01:57 PM Revision 53aafb48 (qgis): Z value from snapped point is kept
- 12:36 PM Revision 52585cf2 (qgis): Fix memory provider handling of missing attributes when adding features
- Ensure that features added to a memory provider (and returned when
fetching features from a memory provider) always h... - 12:36 PM Revision 6d3b37a8 (qgis): Add provider test to ensure that features added with missing attributes
- are transparently padded out with NULL attributes to the required fields
length
Currently the behavior is inconsiste... - 11:47 AM Revision 8628ba1b (qgis): Merge pull request #6356 from elpaso/bugfix-17721-color-picker
- [bugfix] Restore color picker from layer styling panel
- 11:06 AM Revision 58610b42 (qgis): Add some tests for circle map tools
- 11:06 AM Revision 47ba3a02 (qgis): Fixes variables' names
- 11:06 AM Revision d2ed783d (qgis): Add test for z values on QgsMapToolAddFeature with LineStringZ
- 11:06 AM Revision 916e4bae (qgis): Add some tests for circular string map tools
- 11:06 AM Revision 868c869e (qgis): Add some tests for ellipse map tools
- 11:06 AM Revision d7860e25 (qgis): Add some tests for ellipse map tools
- 11:06 AM Revision b4be0ce7 (qgis): Fixes build
- 11:06 AM Revision a6a3e0b1 (qgis): Fix spelling check and sip binding
- 11:06 AM Revision ce9e012b (qgis): Add some tests for regular polygon map tools
- 11:06 AM Revision 76a57b83 (qgis): The first point in 3D is used to propagate Z dimension
- 11:06 AM Revision 12392f75 (qgis): Some clean
- 11:06 AM Revision d91bd457 (qgis): Take into account z dimension from center points
- 11:06 AM Revision cd4d9d0b (qgis): Drop z dimension in case of circle from tangential points
- 11:06 AM Revision 35d0f578 (qgis): Update documentation
- 11:06 AM Revision 45ca0eb5 (qgis): Fixes #17576 Avoid crash during node editor cleanup
- 11:06 AM Revision d3b9c983 (qgis): Rename pointFromPointXY to fromPointXY
- 11:06 AM Revision 4bfc7b78 (qgis): Add Z support to AddRegularPolygon map tools
- 11:06 AM Revision 4c6d03ca (qgis): Add Z support for AddRectangle map tools
- 11:06 AM Revision 4e729178 (qgis): Add Z support for AddCircle map tools
- 11:06 AM Revision 7a698f23 (qgis): Fixes #17574 Add Z support in AddCircularString map tools
- 11:06 AM Revision 5d921cc9 (qgis): Fixes crash in map tool
- 11:06 AM Revision 79cdaa60 (qgis): Add Z support for AddEllipse map tools
- 10:18 AM Revision f3349616 (qgis): Change button color when picking around
- So that we have a consistent behavior with the
Sample Color action. - 09:57 AM Revision 0310c1d2 (qgis): Merge pull request #6354 from elpaso/NathanW2-settings_17670
- Nathan w2 settings 17670
- 09:49 AM Revision 14787ffb (qgis): [processing] Add easy method to retrieve layers from context
- Allows python algorithms to call
layer = context.getMapLayer(other_alg_results['OUTPUT'] ) - 09:13 AM Revision ceee370b (qgis): debian nightlies: ignore dash submission errors
- 09:11 AM Revision 26edd8ac (qgis): Check for application instance before calling init
- 04:33 AM Revision 3836cd32 (qgis): followup 6dfedc3, fix processing tests
- 02:36 AM Revision a6a36acc (qgis): Merge pull request #6316 from nyalldawson/locator_thread
- Make QgsLocator more thread safe
- 02:34 AM Revision 838bde33 (qgis): [dbmanager] Workaround Python error when vacuuming spatialite table
- Workaround https://bugs.python.org/issue28518
Fixes #18079 - 02:33 AM Revision d380c610 (qgis): Merge pull request #6353 from nyalldawson/proc_normalize
- [processing] Don't replace " with ' when handling layer paths
- 01:34 AM Revision b6111d29 (qgis): fix 6dfedc38
2018-02-15
- 10:31 PM Revision 6dfedc38 (qgis): translation string fixes and cleanups
- 06:23 PM Revision 74f2b3f8 (qgis): correctly set working path
- 04:07 PM Revision f103156a (qgis): correctly set working path
- 03:44 PM Revision 5c942dfa (qgis): correctly set working path
- 03:41 PM Revision 3e6d164d (qgis): do not docker compose when building QGIS image
- 03:32 PM Revision 720de722 (qgis): set ccache
- 03:24 PM Revision 948452b7 (qgis): [bugfix] Restore color picker from layer styling panel
- Fixes #17721
Successfully tested on Windows 10 and Linux with Qt 5.10 - 03:04 PM Revision c32a8d1f (qgis): build QGIS Docker on cron jobs
- 02:56 PM Revision 5132540e (qgis): build QGIS Docker on cron jobs
- 02:39 PM Revision f1f1c3d1 (qgis): [server] Stop messing with app initialization paths
- 02:39 PM Revision e4407c6b (qgis): Remove debug output from stdout
- 02:30 PM Revision bf579de8 (qgis): build QGIS Docker on cron jobs
- 02:20 PM Revision 4f959954 (qgis): fix distance area test
- 02:20 PM Revision 991a70d4 (qgis): build QGIS Docker on cron jobs
- 02:20 PM Revision 7a67acda (qgis): build with 3D on Travis
- 02:20 PM Revision 779aa909 (qgis): use coming Ubuntu Bionic 18.04 as base Docker image
- 12:23 PM Revision 6701371b (qgis): Add init() to QGSTEST_MAIN
- Now that it's not called from ctor anymore
- 11:17 AM Revision fa815f02 (qgis): Fix warning
- 09:56 AM Revision 4aef3b71 (qgis): [processing] fix python error with OSM vector layers
- 09:48 AM Revision f8f87702 (qgis): Merge pull request #6344 from elpaso/bugfix-18084-save-as-titles
- [bugfix] Homogenize the vector and raster dialog titles
- 09:25 AM Revision 79a924ef (qgis): Spelling and docs
- 08:57 AM Revision 19ab0c86 (qgis): Merge pull request #6352 from OSGeo-jp/tr30
- [tr] Add a Japanese translator
- 08:54 AM Revision aa8b6296 (qgis): osgeo4w: remove explicit setting of QGISDEBUG
- 08:39 AM Revision 0e14a46e (qgis): ... -> Ellipsis
- 07:45 AM Revision 46dc2f6e (qgis): [processing] Avoid losing static, user-entered parameter values
- in model child algorithms
Prior to this change if you edited an algorithm in a model and
tried to enter a preset str... - 07:45 AM Revision 12fcfac0 (qgis): [processing] Ensure algorithms which add attributes to features
- always add a consistent amount of attributes regardless of the
code paths taken
Some algorithms were adding features... - 07:43 AM Revision 5c40975f (qgis): [processing] Don't replace " with ' when handling layer paths
- Since netcdf, and possibly other gdal drivers, use layer uris
of the format NETCDF:"/tmp/test.nc":var1 we can't safel... - 06:48 AM Revision dd5448f8 (qgis): Add a Japanese translator
- 05:43 AM Revision a8110369 (qgis): [processing] Don't throw an exception if an expression cannot
- be prepared
There's cases where this happens without reflecting an invalid
expression. So we can try to prepare, but... - 05:43 AM Revision 8697c799 (qgis): [needs-docs][ui] harmonize title of panels
- 05:43 AM Revision e0b1d37c (qgis): [ui] sort items in the view > panels sub-menu
- 02:45 AM Revision dc211fef (qgis): fix distance area test
- 02:11 AM Revision bc23f1d6 (qgis): Ensure QgsMapLayer private QObject members are correctly parented
- to the layer
- 02:10 AM Revision 4ff6bb54 (qgis): remove local file
2018-02-14
- 11:14 PM Revision e0cf5780 (qgis): [processing] Add some missing sources to expression contexts
- 11:14 PM Revision 2defaff7 (qgis): [processing] Much faster random points in polygon by using
- prepared geometries
- 11:14 PM Revision 8154a85f (qgis): Fix Python exception in Random Points in Polygon alg
- Fixes #18103
- 11:14 PM Revision 81aa2f95 (qgis): [processing] Misc fixes and improvements to Random Points in Polygons
- - Fix missing format call for string when calculated number
of points is 0
- Fix incorrect progress reports which wer... - 07:58 PM Revision c0f18158 (qgis): add Qt 3D to deps Dockerfile
- 07:36 PM Revision a5246734 (qgis): [bugfix] Homogenize the vector and raster dialog titles
- Fixes #18084
- 07:20 PM Revision 792c19ba (qgis): nightlies: also submit build errors to dash
- 05:02 PM Revision cf5d415b (qgis): build with 3D on Travis
- 04:49 PM Revision aecb717d (qgis): install ubuntugis xenial on beaver
- 04:19 PM Revision 022fabf8 (qgis): try with ubuntu 18.04
- 03:47 PM Revision 21c69281 (qgis): [docker] update sip to 4.19.7
- also bump cmake to 3.10.2
- 03:25 PM Revision 543e4f0d (qgis): [attribute table] fix long UI freeze when resizing columns for large fi...
- 11:05 AM Revision a817d0e8 (qgis): Merge pull request #6334 from mhugent/dxf_mtext_escape_spaces
- Escape blanks in MTEXT and add unit test
- 10:06 AM Revision b664f12e (qgis): Merge pull request #6340 from nyalldawson/batch_layer_name
- [processing] In batch dialog, use layer names for input layers
- 07:46 AM Revision 8ceb6fc0 (qgis): [processing] In batch dialog, use layer names for input layers
- if they are unique in the current project
Instead of always using the layer id, which is generally
gibberish and mea... - 06:27 AM Revision 5cd452a6 (qgis): Slightly shift default outline back toward black
- Original commit shifted it a bit too light
- 05:35 AM Revision cd24adbf (qgis): [needs-docs] Rework arrangement of buttons in categories tab in
- metadata editor to make their operation more self-explanatory
for users.
Also add tooltips to the buttons describing... - 01:43 AM Revision 2d24bbf8 (qgis): [needs-docs][processing] update raster calculator help to reflect updat...
2018-02-13
- 06:09 PM Revision 345088c8 (qgis): Merge pull request #6192 from slarosa/fix_shortcut_macos
- Fix displaying keyboard shortcut under macos
- 05:02 PM Revision b082ba8f (qgis): Merge branch 'release-2_18' of https://github.com/qgis/QGIS into releas...
- 04:59 PM Revision 4ab983e7 (qgis): fix link to Qt 4.8 doc
- fix #18088
- 04:59 PM Revision 5293044d (qgis): Escape spaces in MTEXT
- 04:51 PM Revision abeef257 (qgis): macOS: fix shortcut even for processing tool button
- 04:46 PM Revision 856dd08a (qgis): display correctly keyboard shortcut in toolbar tooltip under macOS
- 04:46 PM Revision 27cbfafd (qgis): shortcut config. dialog: display correctly keysequence on macOS
- 04:40 PM Revision 33915947 (qgis): Merge pull request #6302 from slarosa/split_v_drape
- Split v.drape command
- 03:50 PM Revision 256e4419 (qgis): Escape blanks in MTEXT and add unit test
- 03:11 PM Revision 231dae31 (qgis): various fixes to rotation map tool
- * do not go through the user input to do the rotation (avoid rounding in spin box, except when magnet is on)
* allow ... - 02:19 PM Revision 79d224e3 (qgis): add advanced config to offset map tool widget
- fix #14750
- 02:19 PM Revision 5d7eb198 (qgis): fix invalid value for offset_join_style in main options
- 02:19 PM Revision e1d481fa (qgis): various fixes to the offset map tool
- code has been refactored, hopefully things are clearer now
fix #17367
fix #14751 - 02:19 PM Revision 77f864b8 (qgis): fix offset side for polygons
- 11:45 AM Revision ca0cb9b8 (qgis): [ui] resize statistical summary columns to content
- 10:46 AM Revision bf4ba08a (qgis): Merge pull request #6331 from mhugent/dxf_label_layers_v3
- Fix dxf export for label layers and add unit test
- 10:40 AM Revision fc51b82f (qgis): [save as vector] use the save/restore geomtry API
- 09:49 AM Revision ea40f1e8 (qgis): More capitalization homogenization
- 09:49 AM Revision c08e4c53 (qgis): Fix invalid (deprecated) escape strings in db manager
- 09:49 AM Revision fa56aa55 (qgis): [dbmanager] Fix python error when scrolling postgis results
- Fixes #17835
- 09:49 AM Revision ad849615 (qgis): Fix python error when trying to export db manager table
- 09:49 AM Revision 6b4e734d (qgis): [dbmanager] Fix inconsistent capitalization, HIG violations,
- and unprofessional strings
- 09:48 AM Revision 70644f1d (qgis): Fix undo stack does not correctly roll back geometry edits
- in a granular manner
Fixes #17658 - 09:37 AM Revision 265bc686 (qgis): Merge pull request #6319 from mhugent/dxf_label_layers
- Fix dxf export for label layers with labeling but without symbology
- 09:23 AM Revision c996c617 (qgis): Merge branch 'master' into dxf_label_layers_v3
- 08:55 AM Revision 5c3a7554 (qgis): Fix dxf export for label layers and add unit test
- 07:38 AM Revision 576030b0 (qgis): Revert arg simplification attempt
- 06:35 AM Revision e6a57437 (qgis): Fix message boxes titles
- 05:24 AM Revision 66b9b435 (qgis): [processing] Fix destination files are silently ignored when relaunching
- algorithms from the history panel
- 04:40 AM Revision 1994c446 (qgis): [processing] harmonize results viewer action behavior
- 03:18 AM Revision a1a45536 (qgis): Merge pull request #6221 from nyalldawson/var_leak
- Fix massive memory leak in PyQGIS, pt 1
- 02:02 AM Revision 0c6f2238 (qgis): Drop some legacy sip conversion code
2018-02-12
- 05:53 PM Revision c2baf1b9 (qgis): [dxf] use struct instead of QPair for addLayers (#6323)
- fix #11790
- 04:54 PM Revision 59b17f25 (qgis): Merge pull request #6321 from 3nids/dxf_addlayers
- [dxf] use a struct instead of QPair for layers
- 04:29 PM Revision 2a7aeafb (qgis): doxygen, init in header
- 04:10 PM Revision 94b644e9 (qgis): Merge pull request #6324 from qgis/revert-6320-try-to-fix-collapsible-c...
- Revert "Try to fix QgsCollapsibleGroupBox crash on Qt 5.10"
- 03:08 PM Revision 03e49f1f (qgis): Revert "Try to fix QgsCollapsibleGroupBox crash on Qt 5.10"
- 02:48 PM Revision 53f4464b (qgis): [dxf] followup 31e93aecae fix server
- 02:22 PM Revision 338a73b3 (qgis): [sip] remove unused QPair conversion
- 02:22 PM Revision 31e93aec (qgis): [dxf] use a struct instead of QPair for layers
- there was a crash in Python in QgsDxfExport.addLayers due to a bad conversion
- 12:44 PM Revision ec86fcb1 (qgis): Merge pull request #6169 from landryb/fix/desktopfile
- Don't hardcode the path to qgis binary in .desktop file
- 12:40 PM Revision 9e79d8a7 (qgis): Merge pull request #6320 from elpaso/try-to-fix-collapsible-crash-on-qt510
- Try to fix QgsCollapsibleGroupBox crash on Qt 5.10
- 12:09 PM Revision 4ada4989 (qgis): [processing] automatically open results viewer panel when items added
- 12:09 PM Revision 207a9473 (qgis): [processing] offer hyperlink to file path in the results viewer
- because users don't always get that there is a dbl-click action
against the tree view items. - 11:52 AM Revision d4063e8b (qgis): Try to fix QgsCollapsibleGroupBox crash on Qt 5.10
- Automatic memory management: prevent button to be
deleted too early. - 11:42 AM Revision 2c6100ea (qgis): Doxygen
- 11:28 AM Revision 44df58e5 (qgis): Simplify code
- 11:28 AM Revision fabda536 (qgis): Add missing docs
- 11:28 AM Revision 7609ab7c (qgis): Allow certain locator filters to operate on the main thread
- Some filters are fast enough to return results that it's overkill
to run them in a background thread - add a flag to ... - 11:28 AM Revision d5e64929 (qgis): Fix error when running gdal algorithms through locator
- 11:26 AM Revision 981afb3d (qgis): Make QgsLocator more thread safe
- - add a clone() method to filters, and always search using the
clone instead of the original filter
- add a prepare()... - 11:26 AM Revision a9d61ff5 (qgis): Merge pull request #6285 from tudorbarascu/dpi
- fix server issue for double devicePixelRatio leading to DPI requests with decimals
- 11:07 AM Revision c9e637e6 (qgis): Fix dxf export for label layers with labeling but without symbology
- 10:24 AM Revision 6096e5c2 (qgis): Fix crash after running GDAL alg from processing (fixes #18004)
- This was happening only with GDAL trunk
Processing first tries to load output as a vector, then as a raster
and outp... - 09:57 AM Revision 2ded9c2e (qgis): Merge branch 'settings_17670' of https://github.com/NathanW2/QGIS into ...
- 09:45 AM Revision fbc6e4d1 (qgis): add Server DPI test
- 08:00 AM Revision a7870afa (qgis): Merge pull request #6303 from alexbruy/help-logging
- log requested help URLs
- 07:51 AM Revision e5d7733b (qgis): [processing] harmonize order of result panel (latest first) and add tim...
- 07:34 AM Revision 32076009 (qgis): Don't call init in QgsApplication
- 06:50 AM Revision 9198971c (qgis): FIx
- 06:48 AM Revision c988dd29 (qgis): Move settings to resource folder
- 06:17 AM Revision 3b6d37fe (qgis): Lets try fix this
- 04:13 AM Revision f10758e1 (qgis): partial revert of 5dc91b4 to fix regression (fixes #18073)
- setMaximumHeight() stays, so hopefully we are still protected
from infinit canvas redraw loop. - 03:43 AM Revision 5431a2db (qgis): Fix crash when repairing zero length linestring geometry
- Fixes #18077
- 03:42 AM Revision 0eda7766 (qgis): Fix loss of checkbox widget settings when a default expression is set
- Fixes #18076
- 03:29 AM Revision efdaf5fc (qgis): Merge pull request #6312 from nyalldawson/field_exp_null
- Don't silently discard requests to set QgsFieldExpressionWidget to an empty expression
- 02:56 AM Revision ac28714a (qgis): Fix data defined properties in cluster/displacement renderer
- do not evaluate for isolated features
Fixes #18074 - 02:18 AM Revision 9dca6da0 (qgis): Don't silently discard requests to set QgsFieldExpressionWidget
- to an empty expression
This causes issues in lots of places - e.g. a field constraint
is always set to the first fie... - 01:14 AM Revision 46d7a428 (qgis): Merge pull request #6300 from nyalldawson/opts
- Misc optimizations for everything
2018-02-11
- 12:04 AM Revision 24fb28f7 (qgis): Avoid unused expression context updates in more places
- 12:04 AM Revision e4ab1a67 (qgis): Don't generate symbol expression context scope when it's not
- being used
Refs #17809 - 12:04 AM Revision 180d878d (qgis): Much more efficient QgsRectangle->QgsGeometry conversion
- 12:04 AM Revision db12f006 (qgis): Avoid cloning in QgsGeometry::convertToMultiType where possible
- Refs #17809
- 12:04 AM Revision b60489db (qgis): More efficiency improvements for map to pixel simplification
- Refs #17809
- 12:04 AM Revision c7e257ef (qgis): More efficient simplification of linestring geometries during rendering
- Refs #17809
- 11:56 PM Revision 65827adc (qgis): Provide an optimised constructor for a null QgsRectangle
- This is used a lot, yet the current constructor calls the
normalize() method which does a bunch of operations for no
... - 11:56 PM Revision ff7bb9aa (qgis): Remove inefficient method for creating empty geometry of same
- WKB type, and use optimized method instead
Refs #17809 - 11:19 PM Revision 6698fb89 (qgis): Merge pull request #6310 from 3nids/pd_domain_218
- [postgres] fix domain not in public schema
- 10:58 PM Revision 42dd9713 (qgis): make code compatible with QGIS 2.x
- 10:34 PM Revision 2cbcf74e (qgis): Merge pull request #6304 from 3nids/pg_domain
- [postgres] fix domain not in public schema
- 10:29 PM Revision bfe35c26 (qgis): [postgres] use pg_type rather than information_schema.domain_constraint...
- otherwise there is no warranty to retrieve the correct constraint as its name is not unique
- 10:21 PM Revision 1f051ff1 (qgis): [postgres] fix domain not in public schema
- fix #18053
see PR #6304 - 01:40 PM Revision c3a4b117 (qgis): Merge pull request #6309 from alexbruy/processing-enums
- [processing] add enums support for fields and feature source parameters
- 01:05 PM Revision 17850934 (qgis): [processing] add enums support for fields and feature source parameters
- (follow up 068d74d5)
- 10:42 AM Revision 52f83b34 (qgis): write to log when help location is not configured
- 08:52 AM Revision 367aba17 (qgis): Merge pull request #6308 from nyalldawson/multi_out
- [processing] Add explicit output type for multiple layers
- 08:38 AM Revision f4094af6 (qgis): add default help location to the global settings (refs #17670)
- 08:38 AM Revision e20410a6 (qgis): also log help "key" used to construct URI
- 08:38 AM Revision edcd2a18 (qgis): fix typos
- 08:38 AM Revision a71912b0 (qgis): log requested help URLs
- 02:44 AM Revision dd3ba342 (qgis): Fix ui build warning
- 02:44 AM Revision db9db58e (qgis): Fix undefined behavior when closing layout designer
- 02:00 AM Revision 414c3a4b (qgis): Fix unavailable layer inputs for multi-layer inputs set to any map laye...
- 02:00 AM Revision 54a99c27 (qgis): [processing] Add multi layer outputs to Package Layers and Vector Split...
- 01:57 AM Revision 4bcc9df5 (qgis): [processing] Add explicit output type for multiple layers
- This was a missing capability in the processing API - while algorithms
could declare multiple layer input parameters,...
2018-02-10
- 08:27 PM Revision 781b5870 (qgis): add test for postgres domains
- 08:26 PM Revision 498e5518 (qgis): [postgres] fix domain not in public schema
- fix #18053
correctly set enumeration widget in case the domain is not in public schema
also fixes an issue if two dom... - 12:10 PM Revision 779fe1a9 (qgis): set name to feature action when shortName is not available
- 03:58 AM Revision 9ce02ce4 (qgis): Fix windows build warnings
2018-02-09
- 09:08 PM Revision 8bb297d5 (qgis): Fix layer id sorting in ArcGIS rest source select dialogs
- 09:08 PM Revision 75d88afb (qgis): Quieten some overlay debug noisy methods
- 09:08 PM Revision b6ad9204 (qgis): Show stacktrace in debug when hitting a GEOS exception
- 09:08 PM Revision d229ec1f (qgis): Fix qt warning throw by AFS provider due to invalid QString arg usage
- And make debug message about unsupported field types more useful
- 09:08 PM Revision 9dd81367 (qgis): Don't show group type layers in AFS source select
- These layers cause an error if you try to add them to QGIS.
TODO: change source select to use a nested tree and corr... - 07:36 PM Revision 1be269ad (qgis): split v.drape alg to be used without where command
- 12:23 PM Revision e1876f53 (qgis): Merge pull request #6294 from elpaso/bugfix-17845-take2
- [bugfix] Try harder to fix raster properties color picker
- 12:06 PM Revision 6dbd0b95 (qgis): [mxe] Better packaging and fix Qt5 plugins path
- 10:28 AM Revision 2ee0bc87 (qgis): Fix incorrect layer type icons for some geopackage layers (e.g. curve t...
- 10:23 AM Revision e435d79d (qgis): Fixes #17845 tested on Linux KDE and Win 10
- 10:13 AM Revision abcaba85 (qgis): Add method to force a detach for QgsSpatialIndex
- Since the underlying libspatialindex is not thread safe
on some platforms (e.g. Windows), manual calls to detach()
mu... - 10:13 AM Revision 2e5d538a (qgis): Fix memory layers with spatial index crash when rendering
- Fixes #17705
- 10:13 AM Revision 98d43ea4 (qgis): Fix deep copy of QgsSpatialIndexData
- 10:13 AM Revision 50a88136 (qgis): Include job preparation time in layer rendering timer
- This prevents layers which are slow to prepare from rendering
in map preview jobs - 10:13 AM Revision 8f902e77 (qgis): Implement manual locks on QgsSpatialIndex
- Since libspatialindex is not thread safe on all platforms, and
have expressed desire to remove the thread safety that... - 10:13 AM Revision 426c72f2 (qgis): Avoid deep copy of spatial index when features are fetched on
- main thread
- 10:08 AM Revision 2a4ab6b0 (qgis): Merge pull request #6292 from elpaso/mxe
- Scripts for cross build QGIS for windows on Linux with mxe
- 09:38 AM Revision 9302613f (qgis): fix #18066
- 08:08 AM Revision 603d2e63 (qgis): Merge pull request #6293 from alexbruy/processing-enums
- [processing] allow enums values to be used in description files
- 08:07 AM Revision 90cc17b9 (qgis): Merge pull request #6298 from nyalldawson/fix_17231
- [processing] Allow providers to return a different helpId() vs their unique id()
- 08:05 AM Revision bcb68dda (qgis): [processing] fix batch input selection panel for multiple layers parameter
- 08:05 AM Revision 5fa5b868 (qgis): [raster calculator] use feedback when reprojecting raster block
- 08:05 AM Revision 2ed225d5 (qgis): [processing] ressurect raster calculator and add CRS parameter
- 08:05 AM Revision e27847d3 (qgis): [processing] make output crs optional in the raster calculator
- 08:05 AM Revision c4874b31 (qgis): [processing] use feedback object in raster calculator
- 08:05 AM Revision 9562b9da (qgis): [processing] only pass needed raster entries in QgsRasterCalculator con...
- 03:33 AM Revision f340eecc (qgis): [delimited] Don't reset geometry type from "No geometry" when
- changing other settings
Fixes #17971 - 02:26 AM Revision 2d1e9188 (qgis): [processing] Allow providers to return a different helpId() vs
- their unique id()
This is used when generating the QgsHelp url for algorithms
attached to the providers.
Implement ... - 01:44 AM Revision 9da5fd32 (qgis): Always save newly created features, even if no attributes are
- modified in the form popup after feature creation
Fixes #18056
2018-02-08
- 06:28 PM Revision 4bd385ff (qgis): [mxe] autopep8
- 06:25 PM Revision b817a3f8 (qgis): [mxe] Fix typos and qt.conf
- 04:22 PM Revision 068d74d5 (qgis): [processing] allow enums values to be used in description files
- 01:38 PM Revision 1dd6db38 (qgis): [mxe] Add install instructions for mxe
- 01:38 PM Revision d19eef0c (qgis): [mxe] Restore build
- 12:25 PM Revision fcb50a68 (qgis): Revert "[processing] throw error if no layers selected in raster calcul...
- This reverts commit c09c3018035eb7a4f47acbde7f3dae405ba444db.
- 11:08 AM Revision a29d6d27 (qgis): [raster calc] use active layer to setup dialog to harmonize
- the behavior with that of processing
- 11:08 AM Revision 605bb758 (qgis): [raster calc] cancelling the process should cancel the process
- 11:08 AM Revision 50a103f5 (qgis): [raster calc] use new API to save/restore geometry
- 11:08 AM Revision b6ff4014 (qgis): [raster calc] make use of qgsfilewidget and fix some labels
- 11:08 AM Revision 90e353bc (qgis): [raster calc] use a monospace font for the expression editor (fixes #17...
- 09:30 AM Revision 6eac6ac8 (qgis): [cmake] MXE build changes
- 08:44 AM Revision fb53ebfe (qgis): fix xenial build
- 08:12 AM Revision 839fa508 (qgis): [attribute table] fix crash when adding creating a field on field-less ...
- 06:06 AM Revision 3d23cde4 (qgis): Add some separators to identify results toolbar
- 06:06 AM Revision 14790312 (qgis): [needs-docs] Use correct open form icon in identify results toolbar
- Before we used a different (non obvious) icon for "open form"
in the toolbar. This changes the toolbar icon to reuse ... - 06:06 AM Revision 75843a8b (qgis): Make tooltip capitalization consistent
- 04:34 AM Revision e2c713e2 (qgis): [raster] prevent pseudocolor auto-classify following color customizatio...
- 04:05 AM Revision 234540f0 (qgis): [attribute table] fix crash when removing layer with show selected feat...
2018-02-07
- 11:55 AM Revision f54cc372 (qgis): fix server issue for devicePixelRatio leading to DPI requests with deci...
- Some requests send the DPI parameters with decimals due to
devicePixelRatio and the Server doesn't cope with that. Th... - 10:30 AM Revision 2cbf139b (qgis): [ui] save vertical space for the delimited text add layer dialog
- (fixes #17972)
- 07:27 AM Revision 0885414d (qgis): update the stats gatherer to use qgstask
- 07:27 AM Revision dd7c168e (qgis): document api break
- 07:27 AM Revision 8495e8be (qgis): [stats] gather field/expression values in a thread to prevent long UI f...
- 07:27 AM Revision 715677ee (qgis): move getValues, getDoubleValues to vector layer utils source file
2018-02-06
- 06:25 PM Revision c12884cc (qgis): [processing] remove obsolete script tests
- 06:25 PM Revision 23a5dd31 (qgis): [processing] fix file permissions
- 03:28 PM Revision 3205c96a (qgis): Merge pull request #6275 from 3nids/messagelevel
- unite QgsMessageLog::Level and QgsMessageBar::MessageLevel in Qgis::MessageLevel
- 01:59 PM Revision 551547ae (qgis): Server: if there is a primary key, use the pk value(s) as gml id instea...
- 01:57 PM Revision 8f2c857e (qgis): Merge pull request #6258 from 3nids/options_better_3
- Allow adding custom highlight widget to custom pages in option
- 01:56 PM Revision 3dc3d9d1 (qgis): unite QgsMessageLog::Level and QgsMessageBar::MessageLevel in Qgis::Mes...
- make enum items lower case
remove unused QgsMessageLog::None and All - 01:37 PM Revision 90f1d7b7 (qgis): [options search] expand item when found in a tree
- 01:36 PM Revision 9389be83 (qgis): [processing] search also show children in config
- 12:39 PM Revision 9553dea2 (qgis): Remove more unused Qt4 cmake code
- 12:39 PM Revision 3e1b99be (qgis): Remove a bunch of Qt4 compatibility code
- 12:39 PM Revision fc169726 (qgis): Remove a bunch of unused Qt4 compatibility code
- 12:39 PM Revision 7cb20e00 (qgis): Remove some qt4 references
- 12:39 PM Revision cbd3042b (qgis): Fix build with MODELTEST enabled
- 12:39 PM Revision 2fc0b5b7 (qgis): Remove some outdated Python api files
- 12:17 PM Revision c34f23ce (qgis): [processing] add missed information to the error message (fix #18049)
- 12:17 PM Revision 7cb40fbd (qgis): Set first run dialog window title
- 08:42 AM Revision 8491b1b6 (qgis): fix ca501185 (take II)
- 07:30 AM Revision 1d3a4e42 (qgis): Update sip bindings
- 06:03 AM Revision 15e04bc9 (qgis): Fix missing verification dialog on "all layer" save/rollback/cancel
- Fixes #17490
- 06:03 AM Revision 9621f383 (qgis): Use QMessageBox::question instead of information when asking a question
- And where appropriate use Yes/No choices instead of Ok/Cancel
- 06:03 AM Revision aa3a3356 (qgis): Use question messagebox for layer rollback/cancel/save dialog
- ...since this messagebox is asking a question. Also change
confusing OK/Cancel option to clearer Yes/No options. - 02:19 AM Revision 33ca8fcb (qgis): remove PyQt4 leftovers in mac cmake config
2018-02-05
- 12:51 AM Revision d1c6941a (qgis): Minor speed boost to identify highlight
- Unfortunately this whole identify highlight class is very inefficient,
resulting in multiple large image redraws at e... - 12:50 AM Revision 535de3b1 (qgis): Set the correct expression context for QgsHighlight
- Fixes #17896
- 11:54 PM Revision d4fa3a66 (qgis): fix ca501185
- 04:48 PM Revision d8ca6367 (qgis): [BUGFIX] QgsMultiLineStringV2::asGML2
- Do not delete lineString in the Q_FOREACH loop
- 04:48 PM Revision ba71e79f (qgis): [BUGFIX] Load layer from definition does not use qlr as relative path
- Fixes #15656 Loading QLR file with relative path does not work correctly
- 04:47 PM Revision 37191a34 (qgis): fix leak when fetching image
- 02:31 PM Revision 3b17d5a7 (qgis): processing search: also search in group items and fix return value
- 02:31 PM Revision 058d59b7 (qgis): do not search for less than 3 letters
- 02:04 PM Revision 325af486 (qgis): fix #18050 (followup f6269c41d)
- 01:51 PM Revision c8d1d2d5 (qgis): Fix hang in options search widget
- 01:51 PM Revision c6840bd0 (qgis): remove ownesrhip transfer
- 01:51 PM Revision 8d55cade (qgis): Allow adding custom highlight widget to custom pages in option
- 01:40 PM Revision fe31c282 (qgis): [options] Hide non-matching items in tree widgets when searching children
- Makes the search more useful for the advanced panel
- 01:39 PM Revision 8e9bb6d2 (qgis): Put search icon on left of QgsFilterLineEdit
- 01:38 PM Revision 124e2681 (qgis): Standardize shebangs (was Usr bin env) (#6229)
- * Use portable /usr/bin/env/{perl,python} instead of /usr/bin/{perl,python}
* fix perl;add bash
* Fix indentation u... - 09:33 AM Revision 3883547d (qgis): Do not refresh stats when opening the stat summary field combo box
- Without this change, stats are calculated when users simply
open the combo box to select a new field. With large data... - 09:24 AM Revision 7bf0a7f7 (qgis): Merge pull request #6251 from elpaso/bugfix-17975-server-layer-groups-o...
- [bugfix][server] WMS respect order of grouped layers
- 08:43 AM Revision b6c2de48 (qgis): Merge pull request #6225 from alexbruy/processing-algs
- [processing][needs-docs] use native syntax for Processing scripts
- 07:53 AM Revision 567ebb9d (qgis): [processing] fixes after rebasing
- 07:50 AM Revision 4f2a4644 (qgis): [processing] remove obsolete code and disable exporting models as script
- until we update it so support new scripts format
- 07:50 AM Revision 15a185da (qgis): [processing] turn keep n biggest parts script into normal algorithm
- 07:50 AM Revision 54167bca (qgis): fix indentation
- 07:50 AM Revision 53ff800f (qgis): [processing] temporarily disable fetch actions for scripts and models
- 07:50 AM Revision 5ad3af59 (qgis): [processing] remove tests for old scripts
- 07:50 AM Revision f5f03991 (qgis): [processing] use custom editor class, as QgsCodeEditor is not available
- on some platforms
- 07:50 AM Revision e1a64f6a (qgis): [processing] remove unused files
- 07:50 AM Revision 724390c7 (qgis): [processing] completely restore support for script execution from editor
- 07:50 AM Revision 263702e1 (qgis): [processing] ressurect script execution from editor (work in progress)
- 07:50 AM Revision fa5ab81a (qgis): [processing] scripts also can be feature-based algorithms
- 07:50 AM Revision cd7bb16a (qgis): [processing] class name is not needed anymore to load scripts
- 07:49 AM Revision b747a6b5 (qgis): [processing] ressurect delete and edit actions for scripts
- 07:49 AM Revision 422d804d (qgis): [processing] update script provider to use QgsProcessingAlgorithm
- subclasses instead of custom script code
- 07:49 AM Revision 7115e044 (qgis): [processing] ressurect 'add from file' action
- 07:49 AM Revision 472b8bf6 (qgis): [processing] ressurect 'new script' action
- 07:49 AM Revision aee3b449 (qgis): [processing] remove not needed trAction method
- 07:49 AM Revision 862b1139 (qgis): [processing] move script provider stuff into provider directory
- 07:48 AM Revision 6841c522 (qgis): Merge pull request #6257 from alexbruy/processing-sharing
- [processing][needs-docs] remove Get scripts and models functionality
- 04:06 AM Revision e44c3606 (qgis): [layouts] Fix map grids not correctly respecting grid annotation
- settings
Fixes #18036 - 03:45 AM Revision 4287ce48 (qgis): [layouts] Fix rotated items move when refreshing layout
- Fixes #18037
- 02:36 AM Revision 345dd0c3 (qgis): [layouts] Fix items disappear in designer with 90 or 270 degree
- rotation
Caused by Qt bug 66185
Fixes #18027 - 02:31 AM Revision df76bfc1 (qgis): update INSTALL on release
- 02:19 AM Revision dbe45b8d (qgis): Modernize paste to memory layer code
- 02:19 AM Revision 0607f79f (qgis): Ensure member QObjects for QgsMapLayer (and subclasses) are correctly
- parented to their owner QgsMapLayer.
This ensures that if the layer is moved to a different thread with
QObject::mov... - 01:11 AM Revision 5ba69ea9 (qgis): [processing] Fix invalid parameter definitions for spatialite algs
2018-02-04
- 10:11 AM Revision 87e55ba3 (qgis): [processing] remove Get scripts and models functionality
- Users should use Resource Sharing plugin instead
- 01:52 AM Revision 70f9c228 (qgis): [options search] API refactoring
- * avoid using lambdas and use dedicate class and subclasses for each widget type (lable, groupbox, tree, etc)
* this ... - 01:52 AM Revision a09b9e7a (qgis): [sipify] fix QMap/Qlist with init in header
- 01:52 AM Revision 1a117cf0 (qgis): fix doxygen
2018-02-03
- 12:46 AM Revision ca501185 (qgis): debian packaging: adapt libqca2-plugin-ossl dependency
- (cherry picked from commit b49f05f8883e4e9432cac6b5287a26369326efa1)
- 12:05 AM Revision 213d4b7c (qgis): Disable edit section buttons in reports if the section is disabled
- 11:49 PM Revision be6674b8 (qgis): [reports] Fix crash in designer when no layout selected
- Fixes #18019
- 11:28 PM Revision 872871f8 (qgis): Make sure we use get uniquely seeded random numbers to generate
- random symbol colors
Since qsrand is thread-specific, we can't rely on qrand() to return
uniquely seeded random numb... - 11:27 PM Revision 46469320 (qgis): Avoid spell checker errors
- 10:30 PM Revision 4b365a8f (qgis): pyqgis: add conversion to subclasses for QgsAbstractVectorLayerLabeling
- 07:24 PM Revision 57d38cd0 (qgis): * revive update-news.pl
- * osgeo4w: drop globe plugin
- 01:18 PM Revision 6f09f174 (qgis): Merge pull request #6255 from slarosa/fix_16476
- [dbmanager] porting of dae921c to 3: fixes #16476
- 10:53 AM Revision 68b7bf6a (qgis): [dbmanager] porting of dae921c to 3: fixes #16476
- 07:57 AM Revision a583dcc1 (qgis): update package*.cmd for GRASS 7.4
- (cherry picked from commit e8f077f294bd76e15c40ada8aeb2b8e172a961f6)
- 04:54 AM Revision 639d310d (qgis): use sane number of decimals for the extent groupbox widget
- 04:54 AM Revision a66a4dbd (qgis): use a QMimeData clipboard object to paste features as HTML table (#6243)
- 02:30 AM Revision 0a936743 (qgis): make sipify_all.sh much faster by using background processes
- 02:16 AM Revision a6a586f8 (qgis): make sipify_all.sh much faster by using background processes
2018-02-02
- 12:04 AM Revision 6e836309 (qgis): fix resizing columns in the identify results dialog
- 09:35 PM Revision 98a8bc16 (qgis): INSTALL: use meta package to install osgeo4w build dependencies
- 09:34 PM Revision a72b6b10 (qgis): INSTALL: use meta package to install osgeo4w build dependencies
- 09:34 PM Revision b6b394c1 (qgis): INSTALL: use meta package to install osgeo4w build dependencies
- 05:02 PM Revision ad21d371 (qgis): Merge pull request #6213 from nyalldawson/interrupt_console
- [console] Allow breaking execution of scripts via Ctrl-C
- 02:25 PM Revision 5c5ef3b6 (qgis): Merge pull request #6246 from elpaso/rangeformatter
- [bugfix] Range formatter for doubles and ints
- 12:51 PM Revision 31de3242 (qgis): Tests for range field formatter
- 12:51 PM Revision 37f31dd8 (qgis): Get config from arguments instead of querying fields
- 11:28 AM Revision e3b054bf (qgis): Use insert 0 instead of a reverse iterator
- Because it was introduced in Qt 5.6 ...
- 11:07 AM Revision 50d378fa (qgis): Update tests for WMS grouped layers order
- 11:07 AM Revision d7ef689c (qgis): [bugfix][server] WMS respect order of SLD grouped layers
- 10:35 AM Revision de33351f (qgis): [bugfix][server] WMS respect order of grouped layers
- Fixes #17975 - QGIS server 2.99 reverses the layer order for layer groups
- 09:52 AM Revision 536c5869 (qgis): Style fixes
- 09:52 AM Revision 252dbdcc (qgis): Fix clazy unnecessary unnecessary container allocation warnings
- 09:52 AM Revision b2b500d5 (qgis): Fix clazy QFileInfo::exists warnings
- 09:52 AM Revision a08c05b2 (qgis): Fix clazy fully-qualified-moc-types warnings
- From the clazy docs:
"Warns when a signal, slot or invokable declaration is not using fully-qualified
type names, wh... - 09:52 AM Revision b7e19d82 (qgis): Style updates
- 09:52 AM Revision bb408c8a (qgis): Fix clazy overridden signal warning
- Results in no warning when closing missing layers dialog
- 09:52 AM Revision 91a16e4a (qgis): Fix clazy missing Q_OBJECT macro warnings
- 09:52 AM Revision bf413bc6 (qgis): Fix clazy return void warnings
- 09:52 AM Revision 77613609 (qgis): Fix clazy invalid slot warning
- 09:52 AM Revision 2682a74a (qgis): Fix clazy pass big type by ref, small by value warnings
- 09:52 AM Revision 6e7a995d (qgis): Fix clazy missing/invalid emit warnings
- 09:52 AM Revision 1a04dfb8 (qgis): Fix clazy mixed const/non-const iterator warnings
- 09:52 AM Revision ef7e7c54 (qgis): Fix clazy QString multi-arg warnings
- 09:52 AM Revision f0b14c56 (qgis): Fix clazy overridden signal warnings
- 09:52 AM Revision 07998352 (qgis): Fix clazy skipped-base-method warnings
- 09:52 AM Revision 2dbda4f6 (qgis): Fix clazy container detach warnings
- 09:52 AM Revision 7400b465 (qgis): Fix another clazy fully qualified moc type warning
- 09:52 AM Revision cb752b60 (qgis): Fix clazy case insensitive check warning
- 09:52 AM Revision 1bb0ef43 (qgis): Fix clazy use QHash for container with pointer keys warnings
- 09:52 AM Revision 1f958649 (qgis): Fix clazy autoconnect slot name warnings
- 09:52 AM Revision 5ed624b5 (qgis): Remove unused variable
- 09:52 AM Revision 574020f9 (qgis): Fix clazy unused lambda capture warnings
- 09:52 AM Revision 010329e1 (qgis): Fix clazy 3 argument lamda connect warnings
- 09:45 AM Revision 5b470aa1 (qgis): alternative approach to hide progress bar when unchecking render
- 08:43 AM Revision e65c16bb (qgis): Merge pull request #6247 from kant/patch-1
- Minor fixes
- 08:13 AM Revision 29f6484d (qgis): Code cleaning: move duplicated code to lambda
- 08:12 AM Revision bbf62141 (qgis): Add method to set line edit alignment in Qgs(Double)SpinBox
- 08:10 AM Revision 287f8228 (qgis): Add QgsRangeFieldFormatter to bindings
- 08:04 AM Revision 4895c2c3 (qgis): Merge pull request #6191 from dgoedkoop/attributeformonchanged
- [bugfix] Add dirty bit to attribute form
- 07:24 AM Revision 7fb8de96 (qgis): Merge pull request #6242 from nyalldawson/black
- Default to a dark gray instead of black for symbol outlines
- 06:59 AM Revision 16e98f20 (qgis): Default to a dark gray instead of black for symbol outlines
- Avoiding the very high constrast pure black results in cartographically
more pleasing styles, so it's nice to do this... - 03:08 AM Revision 0eda3bee (qgis): Minor fixes
2018-02-01
- 11:30 PM Revision 5b9be7a9 (qgis): apply enableAutoGeometryRestore to feature form dialog
- 07:43 PM Revision 8ae65b3c (qgis): [bugfix] Range formatter for doubles and ints
- Double and ints are now formatted according
to chosen locale (in user settings) and precision
(from the widget field ... - 07:07 PM Revision 0cabbb50 (qgis): [processing] pass '-of' parameter to gdaldem algorithms (fix #17930)
- 07:01 PM Revision b8e69075 (qgis): [processing] pass '-of' parameter to gdal_grid algorithms (fix #18013)
- 06:57 PM Revision 6c398cab (qgis): [processing] fix typo in the parameter name (refs #18013)
- 02:53 PM Revision d653fb5a (qgis): add disambiguation comment to translation string 'in'
- 02:44 PM Revision b49f05f8 (qgis): debian packaging: adapt libqca2-plugin-ossl dependency
- 07:53 AM Revision 0eeea762 (qgis): Merge pull request #6237 from elpaso/commas-dots-fieldvalidator
- [bugfix][attrtable] Convert comma to dot for floating point input
- 07:53 AM Revision f3f0eb00 (qgis): Merge pull request #6236 from elpaso/double-linedit-default-widget
- [bugfix] Lower priority of range widget for doubles
- 06:56 AM Revision cc921073 (qgis): Merge pull request #6244 from alexbruy/processing-cleanup
- [processing] remove unused icons and use SVG icon for Heatmap algorithm
- 06:22 AM Revision 55759a4c (qgis): [processing] remove unused icons and use SVG icon for Heatmap algorithm
- 06:18 AM Revision 3ab6e5c3 (qgis): Merge pull request #6238 from alexbruy/saga-icon
- [processing] SVG icon for SAGA provider
- 03:12 AM Revision f845e027 (qgis): [ui] stop busy indicator when render widget is unchecked
- 03:11 AM Revision b5610ea5 (qgis): document API change
- 03:11 AM Revision 1ac67926 (qgis): add transform context to the map overview
- 03:02 AM Revision 5e074514 (qgis): Fix double registration of model outputs
- 03:02 AM Revision 247ea02a (qgis): Update tests
- 03:02 AM Revision 6c5276ce (qgis): Fix test
- 03:02 AM Revision 216821c0 (qgis): [processing] Warn on duplicate output and provider registration
- And fix associated memory leaks
- 02:29 AM Revision 6fa362b5 (qgis): Fix value map search widget doesn't work for null/not null searches
- before an initial value is picked
Refs #17986
2018-01-31
- 12:13 AM Revision 4afe9678 (qgis): run crssync on install (fixes #17993)
- 10:41 PM Revision 3e42f808 (qgis): Add missing directories to dox
- 10:13 PM Revision 2a52a629 (qgis): osgeo4w: fix postinstall scripts (fixes #17993)
- 09:53 PM Revision 70fc32b7 (qgis): Spelling
- 09:53 PM Revision 2218f653 (qgis): [processing][grass] Remove duplicate parameter from r.stats
- 09:53 PM Revision c625d7a1 (qgis): [processing] Use QgsMessageLog to put duplicate name warnings in Proces...
- 09:53 PM Revision fc68bb25 (qgis): [processing] Allow case-different duplicate parameter names
- But always prefer case-exact matches for parameter names. Turns
out the grass provider requires use of parameters wit... - 09:53 PM Revision 5896fb33 (qgis): [processing][grass] Fix incorrect name for i.albedo parameter
- 03:14 PM Revision c3fc560f (qgis): [processing] SVG icon for SAGA provider
- 12:50 PM Revision cc1625c8 (qgis): [bugfix][attrtable] Convert comma to dot for floating point input
- This fixes an unreported bug that without detecting an
invalid input when using a comma as a decimal separator
silent... - 12:50 PM Revision cbd0ece0 (qgis): Support comma in annotations when merging inline
- 12:06 PM Revision 28ff28a2 (qgis): [needs-docs][attribute table] UX improvements to cut/copy/paste actions
- 10:29 AM Revision 2263237d (qgis): Update test for editorwidgetregistry
- 09:53 AM Revision ad5a8697 (qgis): Merge pull request #6140 from DelazJ/nodeEditor
- 09:24 AM Revision 1adc55f3 (qgis): [bugfix] Lower priority of range widget for doubles
- This was the root cause of several critical bugs with
data corruption in the attribute table and forms:
SpinBox has a... - 09:12 AM Revision a9c62673 (qgis): Fix virtual layers using a where filter which has field names which
- must be quoted
E.g. field names with special characters or which duplicate a
QGIS expression function name - 08:32 AM Revision 73293e8e (qgis): Merge pull request #6209 from elpaso/double-range-precision
- [bugfix] Allow precision config for doubles in range widget
- 08:30 AM Revision bb6e275e (qgis): Don't show non-spatial layers as disabled in layer tree
- 08:27 AM Revision 3316d1ba (qgis): [needs-docs] Update label in Options dialog, replacing node by vertex
- 08:24 AM Revision 7b1983ee (qgis): More node -> vertex moves
- 06:56 AM Revision e73161f7 (qgis): Make map renderer less debug noisy
- 06:46 AM Revision 6ec4d082 (qgis): [layouts] Correctly restore dpi from 2.x compositions
- 04:51 AM Revision 91a80759 (qgis): Fully replace node* by vertex*
2018-01-30
- 11:31 PM Revision 5461d3c5 (qgis): [needs-docs]Rename Node Editor and Node Tool (fixes #17807)
- 06:07 PM Revision 3a6eac23 (qgis): Merge branch 'master' into rulebaseDialog
- 05:56 PM Revision 1194c784 (qgis): Merge pull request #6228 from elpaso/server-wfs-epsg-bbox
- [server][bugfix][wfs] Allow CRS in BBOX
- 05:29 PM Revision 26a51bad (qgis): Strip timeStamp from reference XML for tests
- 05:02 PM Revision 1f2109a5 (qgis): [server][bugfix][wfs] Allow CRS in BBOX
- Fixes #17977 - QGIS server 2.99 doesn't handles BBOX parameter on WFS request
- 04:05 PM Revision bf3d60c9 (qgis): Merge pull request #6171 from landryb/fix/find-gdal-geos-postgres-libs-...
- Use FIND_LIBRARY to find GDAL, GEOS and Postgres libraries
- 02:09 PM Revision 5969c371 (qgis): indentation
- 01:43 PM Revision 5c66437d (qgis): [processing] fetch scripts and models from qgis-2 branch to avoid
- overlapping with scripts and models for QGIS 3
- 01:38 PM Revision 18a399a8 (qgis): Merge pull request #6224 from rkanavath/master
- enable --no-undefined only for linux
- 12:41 PM Revision f6a2c0a9 (qgis): enable --no-undefined only for linux
- 09:07 AM Revision 63d063f3 (qgis): Update the tests with QgsField precision values
- Now that they are honored
- 09:06 AM Revision 33fe8fab (qgis): Always use the QgsField precision value as a default for the reange widget
- Instead of interpreting a 0 like a default and get a 2 as the precision.
But now you can set the precision you like ... - 08:31 AM Revision 67f26493 (qgis): Set default snapping tolerance to 15 pixels
- Because 0 meter default is bad UX. Also update global_settings
ini with snapping settings. - 08:31 AM Revision 382ccfe4 (qgis): Fix snapping default unit set to pixels is not respected
- 08:31 AM Revision 02bfe0a2 (qgis): Drop default snap tolerance to 12 px
- 07:26 AM Revision eb42afed (qgis): add trandform context to QgsBearingUtils::bearingTrueNorth
- 07:00 AM Revision bbf3ed9d (qgis): Fix massive memory leak in PyQGIS, pt 1
- 06:59 AM Revision 0a9f019f (qgis): Indentation
- 05:33 AM Revision b0d19f74 (qgis): [ui] use the expression icon for the rule-based renderer's rule panel
- 05:26 AM Revision aa327af7 (qgis): Spelling
- 04:33 AM Revision 77e54d35 (qgis): [console] Make console action checkable, and bring behaviour into
- line with style dock/processing toolbox
Where the action is checked only if the dock is open and user visible,
and c... - 04:33 AM Revision 9d2f1bb9 (qgis): Unify behavior of Stats and Bookmark dock actions with other
- actions for toggling dock visibility
- 04:03 AM Revision 3c63e0b1 (qgis): Fix non-map items show in layout 'reference map' widget
- 02:19 AM Revision eba7e7b8 (qgis): Fix QgsRasterFileWriter::driverForExtension and extensionsForFormat
- were skipping non-creatable datasets
And indicate in the docs that read-only datasets are also considered - 01:33 AM Revision f37c2bf6 (qgis): Revert "[needs-qa]Usr bin env"
- 01:33 AM Revision 3555ec64 (qgis): Revert "[needs-qa]Usr bin env"
- 01:32 AM Revision e5ab743d (qgis): Revert "Linux perl; missing from last PR"
- This reverts commit d2244b4a79311b4f0d56b68bc2d0a0108cc0fca4.
- 01:32 AM Revision a91c4ec8 (qgis): Revert "Linux perl; missing from last PR"
- This reverts commit d2244b4a79311b4f0d56b68bc2d0a0108cc0fca4.
2018-01-29
- 12:58 AM Revision f6269c41 (qgis): [console] Allow breaking execution of scripts via Ctrl-C
- This allows (in some circumstances) scripts running in the console
to be halted via the Ctrl (or Meta) + C shortcut.
... - 10:43 PM Revision d2244b4a (qgis): Linux perl; missing from last PR
- 08:27 PM Revision eb6d7613 (qgis): [DB Manager]Allow preset query combobox to expand
- 08:21 PM Revision a781abe5 (qgis): [DB Manager]Allow preset query combobox to expand
- 08:15 PM Revision 878fb951 (qgis): Simplify and optimise python list->QgsAttributes conversion
- 08:15 PM Revision 22de2511 (qgis): [processing] Correctly supress CRS selector dialog when testing
- input layer validity
TODO: we NEED a non-hacky way to supress this dialog and allow
invalid CRS for layers!
Fixes #... - 08:14 PM Revision bbe974cd (qgis): [layouts] Fix crash when using maps containing AMS layers
- Implement a similar hack to what the canvas uses to workaround
the badly behaved AMS and WCS providers
Fixes #17959 - 06:37 PM Revision c50e1bff (qgis): [bugfix] Allow precision config for doubles in range widget
- Fixes #17878 followup for PR https://github.com/qgis/QGIS/pull/6185
This commit adds a configuration option for prec... - 05:48 PM Revision c10438e6 (qgis): [processing] add missed parameter to warp algorithm
- 04:17 PM Revision 85644224 (qgis): Merge pull request #6072 from lbartoletti/usr_bin_env
- [needs-qa]Usr bin env
- 01:39 PM Revision 4c436e5d (qgis): - Little modification to programmatically find grass version +Add
- FreeBSD locale path
- Add missing includes in kpty - 01:39 PM Revision 8d4d08f8 (qgis): Fix pathes for FreeBSD
- 01:39 PM Revision 378191d2 (qgis): OpenBSD patch for PyQt5
- 01:39 PM Revision 998c67d3 (qgis): Improve find of grass on FreeBSD
- 01:16 PM Revision e0c12d51 (qgis): [processing] nodes -> vertices algorithm renaming
- - "Extract nodes" renamed to "Extract vertices"
- "Extract specific nodes" renamed to "Extract specific vertices" - 01:15 PM Revision a420d041 (qgis): Merge pull request #6185 from elpaso/bugfix-17878-range-widgets-nulls
- [bugfix] Fix minimum values for range widgets
- 01:13 PM Revision 1ce7dbad (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into usr_bin_env
- 11:45 AM Revision 741dddb4 (qgis): Spelling
- 11:06 AM Revision d5126110 (qgis): Fix order in XYZ connect dialog (fixes #17983)
- 10:51 AM Revision ec224117 (qgis): Expose project QgsPathResolver to render context
- So that it can be used when resolving paths to data defined
file-based settings, e.g. svg marker paths.
Fixes #17364 - 10:51 AM Revision cf3014cc (qgis): Fix QgsPathResolver resolving older style relative links (without
- any ./ or ../ prefix)
- 10:51 AM Revision da4d9377 (qgis): Correctly resolve paths for raster image fill symbol layers
- 10:44 AM Revision d717a078 (qgis): [bugfix] Tests for double range widget limits
- 10:19 AM Revision 5b8bea74 (qgis): Merge branch 'master' of github.com:qgis/QGIS
- 10:18 AM Revision 3b39dcf4 (qgis): Changed in in DB Manager
- 09:19 AM Revision aec399e7 (qgis): Merge pull request #6142 from pblottiere/bugfix_transaction_constraints
- Update all attributes in a single transaction
- 09:04 AM Revision cdf697d9 (qgis): Merge pull request #6068 from elpaso/bugfix-17845-raster-transparency-f...
- [bugfix] Transfer focus to canvas when selecting transparency
- 09:04 AM Revision e2fcf704 (qgis): Merge pull request #6174 from elpaso/bugfix-17958
- [bugfix] Fix crash in node editor
- 09:00 AM Revision aed5090c (qgis): fix iconsize for toolbars in georeferencer plugin
- 08:56 AM Revision 51c5805e (qgis): [raster] don't auto-classify upon customizing values tree (fixes #17102)
- 08:17 AM Revision aed66080 (qgis): Add test
- 08:17 AM Revision e24b6bb1 (qgis): Update sip binding
- 08:17 AM Revision 414737d4 (qgis): Fix typo in doc
- 08:17 AM Revision c1fac425 (qgis): Update all attributes in a single transaction
- Fixes #17869
- 08:12 AM Revision 77163ba0 (qgis): [processing] fix toggle advanced mode button in batch panel (#6193)
- 07:37 AM Revision a05d941e (qgis): [processing] Default to allowing background execution of algorithms
- Since the underlying issues with the Python bindings are now fixed,
in most cases we can safely default to allowing a... - 07:36 AM Revision 070e137c (qgis): Update config format in search widget test
- 07:36 AM Revision 234bc1a4 (qgis): Fix value map widget broken when used as search widget
- Fixes #17986
- 07:36 AM Revision 006ac70d (qgis): fix build on macos
- 07:35 AM Revision 10fbe5c3 (qgis): Merge pull request #6200 from nyalldawson/non_file_default
- [processing] Default to supporting non-file based outputs for providers
- 06:36 AM Revision 5ab5d095 (qgis): Attempt to fix #17783, window not activated on OSX after font dialog
- displayed
- 06:35 AM Revision 8db10ef7 (qgis): Attempt to fix #17784, shortcuts in layouts are applied
- in child widgets on OSX
- 04:14 AM Revision 0f963dfa (qgis): [processing] Default to supporting non-file based outputs for providers
- And make this support opt-out, since the vast majority of providers
are based on QGIS API and don't have external dep... - 02:47 AM Revision 9a020ea7 (qgis): fix saving interface customization to .ini (fixes #17979)
- 02:25 AM Revision fb8f3e9e (qgis): [layouts] Fix restoration of rotated item positions
- Fixes #17982
- 02:15 AM Revision 0be37ad4 (qgis): [Win] Show error message if mainwin fails to load exe
- Currently it will just die quietly which is no good for the user.
- 02:12 AM Revision cc9f7af0 (qgis): [layouts] Don't force open item properties when undoing/redoing
- 02:00 AM Revision 76e778d0 (qgis): Fix typo (fix #17946)
- 02:00 AM Revision 4440c09e (qgis): Running check_spelling.sh
2018-01-28
- 12:57 AM Revision 6f364fdb (qgis): [layouts] Use correct transform context for map grids
- Fixes #17984
- 10:47 PM Revision f9a81617 (qgis): Fix some leaks and errors in sip conversions
- 10:11 PM Revision ebb725ec (qgis): [processing] create widget correctly from wrapper when in batch mode
- 09:31 PM Revision 550c74e1 (qgis): [processing] fix wrong getter
- 04:43 PM Revision 3ca5d724 (qgis): apply enableAutoGeometryRestore to config shortcut dialog
- 04:15 PM Revision 0cb82860 (qgis): Fixes #17929 - output file paths not quoted (m.cogo, v.out.vtk)
- 12:34 PM Revision bcbc46b5 (qgis): Fix possible GIL deadlock when iterating features in python
- and an exception is thrown
- 11:01 AM Revision 37fa41b0 (qgis): [bugfix] Add dirty bit to attribute form
- In some cases it is difficult to prevent that an edit widget doesn't
return the original value, even if the user didn... - 09:09 AM Revision 285bb063 (qgis): [processing] Fix duplicate parameter
- And throw warnings when other duplicate parameters are registered.
GRASS has a lot.
2018-01-27
- 12:51 AM Revision 7e20fe4c (qgis): make converting to multi geometries to fullfil provider geometry
- constraints the last step and use earlier conversions (fixes #17643)
- 12:28 AM Revision 3e0b6a3c (qgis): Update some button labels
- 12:28 AM Revision a0f6c918 (qgis): Set tab order
- 11:04 PM Revision 9fff5f0c (qgis): Add help button and connect to user manual
- 10:58 PM Revision 1b1be55f (qgis): Add scrollbar to only dialog-display mode
- and not in widget mode
Sur la branche rulebaseDialog
modifié : src/app/nodetool/qgsnodetool.h
aucune modific... - 10:57 PM Revision 171b9ee7 (qgis): Enable rule-based dialog instead of widget all time
- 10:41 PM Revision 72ca8d7b (qgis): Merge pull request #6164 from slarosa/fix_ml_issue
- update min/max values for singlebandgray raster renderer
- 08:52 AM Revision ab607ce3 (qgis): [bugfix] Fix minimum values for range widgets
- Fixes #17878 QGIS 3 Vector Layer Fields Garbled when Clicking the Toggle Editing Icon
- 02:15 AM Revision 6be8249b (qgis): [options search] fix search not available in option tree
- 02:15 AM Revision 54cd01ac (qgis): use blue font for highlighted tree items
2018-01-26
- 10:24 PM Revision 71bdda5f (qgis): Merge pull request #6176 from nyalldawson/gil
- [python] Always release the GIL before calling PyQGIS c++ methods
- 08:29 PM Revision 7b959175 (qgis): fix typo
- 08:29 PM Revision a2650733 (qgis): update package*.cmd for 3 and GRASS 7.x
- 08:24 PM Revision e8f077f2 (qgis): update package*.cmd for GRASS 7.4
- 06:35 PM Revision 891ca3cd (qgis): [processing] fix wrong variable name
- 10:33 AM Revision fd538807 (qgis): avoid startup warning, do not look for empty setting value
- 10:04 AM Revision bd6a1fa2 (qgis): Merge pull request #6181 from elpaso/check-for-size-before-adding-to-model
- Check for model items size before removing rows
- 09:35 AM Revision d4e8f633 (qgis): Check for model items size before removing rows
- This was hitting an assert in Qt core libraries 5.9.3
- 09:21 AM Revision ac4be1b3 (qgis): update the brasil flag svg to get rid of console warnings
- 09:15 AM Revision 2997c3b4 (qgis): Merge pull request #6173 from elpaso/bugfix-17863-wrong-ogr-extent
- [bugfix][ogr][spatialite] Update extent when subsetstring is set in the ctor
- 08:38 AM Revision b1a97e17 (qgis): fix stylesheet string for the qgsdatetimeedit widget
- 07:45 AM Revision fb3e4e16 (qgis): remove png flags
- 07:45 AM Revision af17f041 (qgis): add two missing locale flags
- 07:11 AM Revision 6d5dce22 (qgis): [processing] properly size toolbar button for provider actions
- 05:55 AM Revision b3256ad2 (qgis): [python] Always release the GIL before calling PyQGIS c++ methods
- Switches on the sip "-g" switch, which forces sip to release the
Python Global Interpreter Lock before calling a qgis...
2018-01-25
- 09:54 PM Revision f4f89bbc (qgis): [processing] resurrects matrix parameter
- 09:47 PM Revision f392a717 (qgis): Merge pull request #6128 from DelazJ/ProcessingBatchResize
- [processing] Fix cannot resize columns in batch dialog
- 07:33 PM Revision dc564fb2 (qgis): Merge pull request #6175 from zsiki/master
- Hungarian translators list extended
- 07:27 PM Revision e77658fc (qgis): Hungarian translators list extended
- 05:43 PM Revision 0e2995c5 (qgis): [bugfix] Fix crash in node editor
- Fixes #17958 Node tool crashes QGIS when changing a value
- 03:16 PM Revision 698befa9 (qgis): [gpkg] Add test for gpkg subsetstring don't unlock mutex twice
- I wanted to add the test for gpkg subsetstring even if
it was not bugged, while testing that, I hit an assert
in Qt c... - 02:38 PM Revision cd0559df (qgis): [bugfix][spatialite] Update extent when subsetstring is set in the ctor
- Fixes #17863 - Zoom to layer has inconsistent behavior with filter
- 02:38 PM Revision e9c9b5df (qgis): [bugfix][ogr] Update extent when subsetstring is set in the ctor
- Fixes #17863 - Zoom to layer has inconsistent behavior with filter
- 02:21 PM Revision 8b682dad (qgis): Merge pull request #6172 from manisandro/master
- [Globe] Adapt for API changes
- 01:24 PM Revision 0d1ef018 (qgis): [Globe] Adapt for API changes
- 01:19 PM Revision 6424ceb1 (qgis): [options search] move Message bar items check to QgsSearchHighlightOpti...
- 01:19 PM Revision 3b143805 (qgis): [options search] use lambda method to search text in widgets
- 10:16 AM Revision 34c2d32b (qgis): [processing] add actions when provider is registered / activated
- 09:30 AM Revision 26f8f165 (qgis): Use FIND_LIBRARY to find GDAL, GEOS and Postgres libraries
- On OpenBSD, there's no libgdal.so symlink, only a versioned library (ie
libgdal.so.X.Y where X.Y changes over time so... - 08:52 AM Revision 3fac2aa3 (qgis): Don't hardcode the path to qgis binary in .desktop file
- 08:46 AM Revision 7ee4bb70 (qgis): Merge pull request #6162 from elpaso/bugfix-17263-clip-double-show
- [bugfix] Fixes Clip features to canvas extent displayed twice
- 08:45 AM Revision 30043dbe (qgis): Merge pull request #6163 from elpaso/bugfix-17927-themes-group-visibility
- [bugfix] Ensure parent group visibility when apply theme
- 06:00 AM Revision 8cb7197c (qgis): Better widget's alignment
- 05:58 AM Revision fe6d4cfc (qgis): [DB Manager]Allow preset query combobox expansion
- Fixes #17933
Also add some window title capitalisation - 05:47 AM Revision 723e0a1e (qgis): Make saving ogr layers less debug noisy
- 05:47 AM Revision bf19eb6f (qgis): [processing] Non-filed based outputs (e.g. postgis, geopackage)
- options should be available for certain model outputs and script
algorithm outputs
We do this by swapping the test f... - 05:47 AM Revision f0e01d81 (qgis): Fix crash
- 01:37 AM Revision c91e33d3 (qgis): Fixes a typo in syncDb()
- Fixes a typo in QgsCoordinateReferenceSystem::syncDb() that improperly set "Imported from GDAL" as name for all geogr...
- 01:36 AM Revision 141be446 (qgis): Merge pull request #6153 from agiudiceandrea/patch-1
- Fixes a typo in syncDb() that improperly set "Imported from GDAL" as name for all geogcs imported from GDAL/PROJ
- 01:35 AM Revision 975ef8e8 (qgis): Show field type in tooltip in attribute table header
2018-01-24
- 11:52 PM Revision b91b9f6a (qgis): Fix relation table shows some cells disabled (when they should
- be enabled, but just not editable)
- 11:52 PM Revision 237455a7 (qgis): Use same relation parent/child order in list as in new relation dialog
- Fixes #17939
- 10:58 PM Revision 717a0f54 (qgis): fix layer tooltip display
- 08:28 PM Revision 9fcfafdf (qgis): update min/max values for singlebandgray raster renderer
- 07:36 PM Revision b6444472 (qgis): [bugfix] Ensure parent group visibility when apply theme
- Fixes #17927 Group Layers not activating when Theme is selected.
- 07:15 PM Revision 8c96eec2 (qgis): fix detection of 2.x project crs (followup f2b5a595)
- 07:04 PM Revision 37cd401e (qgis): [bugfix] Fixes Clip features to canvas extent displayed twice
- Fixes #17263
- 05:29 PM Revision cf35affe (qgis): remove risky qApp->processEvents() call (#6161)
- 02:24 PM Revision 711eddcf (qgis): [options search] correctly remove event filter
- 01:38 PM Revision 0e7cea22 (qgis): QgsGeometryUtils: rename 2 methods
- - projPointOnSegment has been renamed to projectPointOnSegment
- getSelfIntersections has been renamed to selfInterse... - 12:18 PM Revision 746701bf (qgis): [processing] add default extension to empty filter when available
- 12:18 PM Revision 5f5f1f9c (qgis): [processing] don't modify output filename in build virtual raster
- 11:56 AM Revision 1c34b255 (qgis): Add out layer to registry before its update.
- Useful only in case of use waterfall aggregate functions because they get
layer from registry basing on layer scope.
... - 11:28 AM Revision c871e84e (qgis): update XSD and XML according to #36bf093
- 09:59 AM Revision 36bf093b (qgis): Fix metadata address element doubles with each project write
- elementsByTagName can be dangerous, because it returns children
recursively. In this case the contact "address" eleme... - 09:44 AM Revision 5812934c (qgis): [bugfix] Fix crash on bad raster layers, fixes #17938
- 09:00 AM Revision 4e6aa3c3 (qgis): [processing] Fix error on win when grass path isn't set correctly
- 09:00 AM Revision 097a437a (qgis): [processing] Fix missing outputs in modeler for grass algs (fixes #17703)
- 07:54 AM Revision 20137257 (qgis): Fix gui handling of NULL/None default values in processing script algor...
- 07:50 AM Revision 6eed7dea (qgis): [layouts] Fix remaining composers are not restored after hitting
- a composer which could not be added
Refs #17924 - 07:50 AM Revision b8880d46 (qgis): [layouts] Handle duplicated composer names when upgrading 2.x
- projects
Somehow 2.x projects could end up with compositions with duplicate
names. This is strictly forbidden in 3.x... - 07:50 AM Revision be959628 (qgis): Fix crashes in layout manager tests
- 07:50 AM Revision c1f06570 (qgis): Fix leak when a layout cannot be added
- 07:48 AM Revision d3baac6e (qgis): Merge pull request #6145 from elpaso/bugfix-17872-wfs2-typenames
- [bugfix][wfs] Expand support for 2.0.0 TYPENAMES
- 07:24 AM Revision c5d9830d (qgis): [needs-docs][processing] move providers actions into the processing
- panel toolbar (#6150)
- 07:16 AM Revision 5dc8c3f0 (qgis): Merge pull request #6141 from alexbruy/processing-gdal
- [processing] restore GDAL rasterize algorithm
- 05:53 AM Revision 54f9846e (qgis): Fix executing processing scripts through script editor
- 04:42 AM Revision 12b30112 (qgis): Fixes a typo in syncDb()
- Fixes a typo in QgsCoordinateReferenceSystem::syncDb() that improperly set "Imported from GDAL" as name for all geogr...
- 02:28 AM Revision 0cc29569 (qgis): reformulate doxymentation
- 01:38 AM Revision c41b2dd1 (qgis): Don't re-register an already registered action in QgsShortcutsManager
- Avoids incorrect warnings about duplicate shortcuts on startup.
What's happening here is:
- on QGIS startup, plugins... - 01:38 AM Revision d60f00dc (qgis): [processing] Add Toolbox action to the main window toolbar
- I realise this adds another toolbar button... but I'd strongly
argue that the toolbox is used FAR FAR more often than... - 01:38 AM Revision 63db1be8 (qgis): [processing] Improve main window Toolbox action
- Brings the behaviour into line with the styling dock, where
the action is checkable and checked only when the toolbox... - 01:35 AM Revision e5d00a26 (qgis): Merge pull request #6147 from slarosa/processing_toolbar
- [processing][needs-docs] add toolbar to processing toolbox
- 01:01 AM Revision 6a2a6269 (qgis): move QgsCadUtils::lineCircleIntersection to QgsGeometryUtils
- also add a test
2018-01-23
- 11:39 PM Revision b49c3964 (qgis): [processing] set icon size to toolbar
- 11:16 PM Revision 36768aad (qgis): [processing] change icon for options action in toolbar
- 11:13 PM Revision eb8a810d (qgis): [processing] followup: 9c400324e2 - restore ellipses in menu actions
- 10:30 PM Revision 9c400324 (qgis): [processing] add toolbar to toolbox
- 09:42 PM Revision 845bf299 (qgis): [tr] Polish translation update
- 06:51 PM Revision ccb4c80f (qgis): [bugfix][wfs] Expand support for 2.0.0 TYPENAMES
- Fixes #17872 - WFS 2.0.0 DescribeFeatureType : TypeNames vs TypeName
This PR introduces the plural form of TYPENAME ... - 04:43 PM Revision 649b5ee4 (qgis): fix case
- 04:43 PM Revision 4d41dfbf (qgis): topological editing should always be available
- fix #17620
regression from 2.x - 04:43 PM Revision 4d1f7ede (qgis): correctly register shortcuts for snapping toolbar
- fix #17037
- 04:43 PM Revision 3b0afb26 (qgis): fix Project Snapping Settings dialog doesn't save the dialog size
- fix #17343
- 02:08 PM Revision dce341e1 (qgis): [reports] allow header and footer sections to always be included
- 01:43 PM Revision 4125c25b (qgis): astyle 3.1 allows format of lambdas on a single line
- 12:10 PM Revision 50e1e781 (qgis): run astyle
- 12:10 PM Revision 834a945c (qgis): update astyle to 3.1
- 11:27 AM Revision 77a6bbbb (qgis): [processing] restore GDAL rasterize algorithm
- 09:55 AM Revision f2273c6a (qgis): [raster calculator] don't crash if output file has illegal size, e.g. 0x0
- 09:38 AM Revision c09c3018 (qgis): [processing] throw error if no layers selected in raster calculator
- algorithm (refs #17920)
- 09:00 AM Revision d7e18131 (qgis): [processing] make items hidden after adding them to the view (fix #17881)
- 07:54 AM Revision aaf97933 (qgis): [needs-docs][processing] merge grid algorithms and add point grid type
- 07:51 AM Revision c91fd5a0 (qgis): [reports] Tweak sub-section logic for multi-layer reports
- Instead of requiring a single layer for use with nested field group
sections, allow use of different layers. In this ... - 05:30 AM Revision 88808615 (qgis): Drop composer
- It's been a great journey, but your time has come...
- 05:21 AM Revision 4096896d (qgis): Tweak some report designer strings
- 05:21 AM Revision a5ca16e8 (qgis): Remove header for report organizer tree
- 05:21 AM Revision 37c87065 (qgis): Initially select report section when opening a report designer
- 02:35 AM Revision 3f801b5d (qgis): Switch SpatiaLite and PostgreSQL place in Datasource
- Manager dialog
Moves up SpatiaLite tab near GeoPackage's as they are both simple file databases and their dialog look... - 02:35 AM Revision c87f5aad (qgis): [processing] Fix misleading errors in grid algorithms
- 02:35 AM Revision d415ad84 (qgis): [processing] Fix extent and CRS parameters do not evaluate in
- models when linked to a layer parameter/output value
References discussion on dev mailing list - 02:19 AM Revision e24496cd (qgis): Silence warning
- 02:19 AM Revision 7d603290 (qgis): Fix build
- 02:18 AM Revision 40f09fab (qgis): [processing] Fix creating tests when alg has optional outputs
- 02:18 AM Revision b8e1f770 (qgis): [processing] Port 'Add unique value index field' to c++
- And implement some fixes/improvements (refs discussion on the dev mailing list):
- allow user to specify created fiel... - 02:07 AM Revision a530b213 (qgis): [processing] Fix error when dragging alg group in modeler
- 01:54 AM Revision 502d9d7f (qgis): Fix incorrect tooltips
- 01:51 AM Revision c50cbfc9 (qgis): Fix crash on exit
- Since the snapping widget is destroyed *after* the project instance,
we need to avoid referring to the project after ... - 01:42 AM Revision 7ef93551 (qgis): [ui] fix status bar's message item resizing window on long string
- (Fixes #17913)
2018-01-22
- 12:49 AM Revision 8f1abf8d (qgis): move poly2tri to external libs directory
- 10:07 PM Revision 2b2b6530 (qgis): Merge pull request #6129 from alexbruy/plugins-rating
- [plugin manager] fix sending plugin votes
- 09:14 PM Revision 35a77013 (qgis): Fix handling of multiframe objects in layout templates
- 09:14 PM Revision 7a2ab1cc (qgis): [layouts] Fix multiframe items (tables, html) cannot be pasted
- Fixes #10456, #17882
- 09:14 PM Revision d9b6c8b5 (qgis): Add missing sip casting for layout multiframe objects
- 09:14 PM Revision 77b570da (qgis): Add a debug assert relating to multiframe item crashes
- 09:14 PM Revision cbe64162 (qgis): Fix invalid read when closing layout designers
- Child widget was referring to its parent in the destructor - at
this stage the parent may no longer be in a usable st... - 09:14 PM Revision 20f50fba (qgis): [layouts] Fix some linked map items not correctly restored when
- loading projects.
Also remove some outdated TODOs
Fixes #17892, #17891 - 06:16 PM Revision f69c1cfc (qgis): Merge pull request #6130 from elpaso/bugfix-17915-geopackage-delete-wro...
- [bugfix] Fixes 17915 geopackage delete wrong layer
- 05:50 PM Revision 08255f7b (qgis): fix indentation
- 05:25 PM Revision 50161421 (qgis): Merge pull request #6117 from borysiasty/manager_stars
- [Plugin manager] SVG voting stars
- 05:24 PM Revision f235e935 (qgis): [bugfix] Fixes deleting geopackage layer from browser delete a wrong layer
- Fixes 17915
- 05:24 PM Revision 46dfe578 (qgis): Cosmetic: comment formatting
- 04:58 PM Revision 45794a80 (qgis): update debian/copyright
- 04:58 PM Revision 282f240d (qgis): add missing INCLUDE_DIRECTORY
- 04:58 PM Revision 0eb52d71 (qgis): move nmea
- 04:58 PM Revision e447f11a (qgis): move qspatialite
- 04:58 PM Revision 204eaf88 (qgis): move QExtSerialPort to external libs directory
- 04:58 PM Revision 10427546 (qgis): move qwtpolar
- 04:57 PM Revision cc18918b (qgis): Fix incorrect cursor used for rotate map tool
- 04:57 PM Revision 8a6fcc8e (qgis): Escape should cancel rotation map tool
- 04:57 PM Revision 912bbe3e (qgis): Fix rotation widget disappears after ctrl-clicking to set anchor point
- Fixes #17232
- 04:57 PM Revision 5a80ec5c (qgis): Fix user input widget sometimes hidden below canvas
- 04:54 PM Revision a0d0648d (qgis): fix Chained filters crash QGIS when switching between ui tabs
- fix #17736
- 03:27 PM Revision 86024efc (qgis): do not list non spatial in custom layer order widget
- fix #17887
- 03:27 PM Revision 123470b2 (qgis): use QgsMapLayer::isSpatial()
- 03:20 PM Revision c6870777 (qgis): fix sending plugin votes
- 02:59 PM Revision efe378d6 (qgis): fixed indentation in python
- fixed indentation in python unittest
- 02:59 PM Revision 2dba9fc8 (qgis): take list instead of map for test
- in unittest it needs to take a list instaed of the map as a test of valuemap
- 02:59 PM Revision bbac229c (qgis): store valuemap as QList
- instead of QMap because with QMap it loses the order
actually it's currently stored in config['map'] as QDataStream - 02:59 PM Revision 481b6247 (qgis): store valuemap as QList instead of QMap
- because with QMap it loses the order. the two values (key and value) are in an one dimensional QMap stored.
this beca... - 01:15 PM Revision 9c5797ec (qgis): sip fix include directory
- 11:15 AM Revision 222eee43 (qgis): [processing] Fix cannot resize columns in batch dialog
- Fixes #17819
Cherry-picked from 797437823c - 08:18 AM Revision 936c30be (qgis): Fix layout items with non-top left reference move when exporting
- Fixes #17910
- 06:19 AM Revision 16ebb263 (qgis): Fix crash when executing background threadable processing algorithms on...
- Yet again processEvents() comes around to bite us in the butt.
2018-01-21
- 12:20 AM Revision 5fcd2dc4 (qgis): [layouts] Fix designer windows is always-on-top on Windows 10
- Fixes #17801
- 12:02 AM Revision fcbf4cb1 (qgis): Set missing expression context in some filters
- In some filters the expression context was not set, so that references to
variables would only work in the preview, b... - 12:38 PM Revision ac88f2af (qgis): Fix some wording and spelling
- 05:09 AM Revision 9451f2e4 (qgis): Fix behavior of import/export predefined scales in options
- Fixes #17796
2018-01-20
- 12:33 AM Revision 7494fae9 (qgis): Add book title capitalization to panels
- 12:33 AM Revision 776fa23a (qgis): Add more book title capitalization
- 12:33 AM Revision 39c6aac4 (qgis): Add title case to some dialog title
- 12:03 PM Revision 01149271 (qgis): [Plugin manager] SVG voting stars
- 11:42 AM Revision 2d6a828d (qgis): [map themes] avoid projection version debug msg spam by default
- 11:42 AM Revision 02b24a68 (qgis): [map themes] avoid writing empty style to layer
- 04:24 AM Revision 96d1ea57 (qgis): unique ptr improvements
- 04:24 AM Revision 5ee4b565 (qgis): Use snap indicator for measure angle tool
- Fixes #14954
- 04:24 AM Revision 884ccc86 (qgis): Fix documentation
- 04:24 AM Revision bfd0f21e (qgis): Select by radius spin box needs more decimals to work for geographic CRS
- 04:24 AM Revision 5d264d94 (qgis): Show a snap indicator for measure tool
- 04:24 AM Revision 045a17f7 (qgis): Escape cancels move tool
- 04:24 AM Revision fb0529bb (qgis): Enable snapping for select by radius tool
- 04:24 AM Revision 2b61591e (qgis): Documentation++
- 04:24 AM Revision ed8f24ac (qgis): Make select by radius rubber band smoother
- 02:25 AM Revision b6ffac3f (qgis): use widgetAction rather than floating widget
- 02:25 AM Revision 280af20c (qgis): use a dedicated button to show the table
- 02:25 AM Revision 6885da40 (qgis): [snapping widget] add advanced config widget in toolbar fix #16596
- 01:20 AM Revision 510a228e (qgis): switch freehand selection map tool to click-click
- to be coherent with other map tools
add-ons: possible map move/zoom while selecting, and operation canceling (right-c... - 01:20 AM Revision 42ca70b9 (qgis): initilize in header
2018-01-19
- 09:11 PM Revision fe13c0e8 (qgis): Fix crash when deleting layout items
- Fixes #17876, #17770
- 09:10 PM Revision aa0d3771 (qgis): Add separate bool for controlling whether vector layer labels
- are enabled
Instead of clearing the labeling configuration in order to
disable labels, we need a way to disable them... - 09:10 PM Revision 05161362 (qgis): Keep label settings when changing between rulebased/simple labeling
- Fixes #17734
- 04:56 PM Revision 232d7213 (qgis): move libdxfrw to external lib directory
- 04:14 PM Revision 3abf27f5 (qgis): [cad] Fix precision issues with angle constraint (fixes #17685)
- 02:13 PM Revision 6af20113 (qgis): Release of 2.14.22
- 02:13 PM Revision d473c307 (qgis): Release of 2.18.16
- 12:10 PM Revision dd739ac0 (qgis): [needs-docs] Allow adding and remove nodes from node tool selection
- Holding shift while clicking and dragging adds nodes to selection,
holding ctrl removes nodes from selection.
Additi... - 07:33 AM Revision 67ae36c4 (qgis): Merge pull request #6097 from alexbruy/rule-editor-ui
- make rule editor dialog resizeable (fix #17709)
- 05:51 AM Revision d95fc60b (qgis): Fix virtual layers fail if table field names have special characters
- Fixes #16943
Cherry-picked from 6c392124 - 02:35 AM Revision c6608c08 (qgis): Fix memory leak
- 01:24 AM Revision d4242224 (qgis): fix prepare-commit for sipify
2018-01-18
- 12:27 AM Revision 5dc91b4b (qgis): [ui] prevent infinite canvas redraw due to (#6098)
- progress bar changing status bar height when
shown/hidden.
Yes, it's as bad as it sounds. - 12:26 AM Revision 19592dc8 (qgis): Fix tracking of imported modules
- __import__(name, ..., fromlist, ...) always returns the top-level package if `import x.y.z` is used (here `x`), and t...
- 12:25 AM Revision f5876eab (qgis): [layouts] Don't needlessly calculate layer sets for maps linked
- to a map theme
This is very expensive to do, so avoid calculating it as much
as possible
Refs #17027 - 12:25 AM Revision bc1bfd34 (qgis): Fully refresh map items when clicking 'update preview' button
- 12:25 AM Revision 0e08e329 (qgis): [layout] Cache map item theme preset lookups
- Since theme style override lookups are expensive, cache them
to avoid unnecessary duplicate calls
Fixes #17027
Also available in: Atom