Activity
From 2017-11-22 to 2017-12-21
2017-12-21
- 06:41 PM Revision e02ff050 (qgis): Fix some issues with to_interval expression function
- - incorrect regex for handling values with decimal point
- fix overflow with large intervals - 06:19 PM Revision 385d0ef9 (qgis): [bugfix] Fix crash in virtual layers dlg when adding
- Fixes #17724 Crash on clicking ADD in Virtual Layer
dialogue without defining a layer
A proper implementation should... - 05:55 PM Revision d908518c (qgis): Update Rasterize.py
- 05:55 PM Revision 4fbea384 (qgis): Added transparency to areas with no vector data.
- Originally the background colour defaulted to white with no transparency for areas without vector data. I have added ...
- 05:55 PM Revision 82df4de8 (qgis): Update Rasterize.py
- 05:23 PM Revision 9fe87297 (qgis): Merge pull request #5934 from elpaso/bookmarks-tiny-fixes
- [bookmarks] Case insensitive sorting
- 05:21 PM Revision 8fb147f8 (qgis): Use standard buttons for unified add layer dialog
- Fixes #17728 by setting the standard buttons in the
button box instead of manually adding them by code.
This way the... - 04:45 PM Revision 15ffcb43 (qgis): [bookmarks] Case insensitive sorting
- Fixes #17005
- 12:19 PM Revision 5daf33a5 (qgis): Merge pull request #5931 from signedav/fieldtypeprop
- Make QgsField::type a Q_PROPERTY
- 11:22 AM Revision 2f19d629 (qgis): [3d] Respect no-data values from DEMs in terrain generator (fixes #17558)
- 10:27 AM Revision dc51dbf8 (qgis): Q_PROPERTY of QVariant::Type to use exernally
- 10:16 AM Revision 1ddcac50 (qgis): [3d] missing piece of the jigsaw: save 3d canvas as image (#5927)
- 05:08 AM Revision 909a0fc2 (qgis): Merge pull request #5921 from nirvn/layout_item_icon
- 04:33 AM Revision 3dc52117 (qgis): [layouts] use gray icons for the items panel
- 04:33 AM Revision 0a40a811 (qgis): [layouts] add icons for items and use those in the items panel
- 02:01 AM Revision b25681cc (qgis): [needs-docs][processing] Double clicking a history entry shows
- the algorithm dialog instead of immediately executing same alg
This allows users to edit the parameters before re-ru... - 02:01 AM Revision 5f7aa45a (qgis): [needs-docs][processing] Add methods to show algorithm dialog
- Adds processing.createAlgorithmDialog and
processing.execAlgorithmDialog. These methods can be used
to create and exe... - 01:43 AM Revision 54910fc3 (qgis): Fix algorithm dialog window geometry save/restore
- 01:38 AM Revision ce28cf50 (qgis): Save algorithm results to dialog
- 01:22 AM Revision edcd058e (qgis): [processing] Add a setParameters method to AlgorithmDialog
- Allows pre-populating the dialog with non-default parameter
values. - 01:04 AM Revision 595b9812 (qgis): [processing] Implement a todo (set layer param's wrapper values)
2017-12-20
- 11:52 PM Revision 1f6d1a6e (qgis): Fix ui build warning
- 08:21 PM Revision 8c62a7ca (qgis): Merge pull request #5916 from borysiasty/no_colon
- [Plugin installer] Remove trailing colon if it's a very end of the message
- 02:20 PM Revision 7d4290d9 (qgis): duplicate child feature in relationwidget
- beside add and delete child in the relationwidget of an attributeform, there is the new functionality duplicate featu...
- 02:06 PM Revision 45859bee (qgis): Merge pull request #5923 from borysiasty/processing_groups
- [processing] Fix group id of GDAL algorithms.
- 12:10 PM Revision f5a650f9 (qgis): Followup 9a5435f: Fix sip files
- 12:07 PM Revision ecb9611b (qgis): Fix group id of GDAL algorithms. Follows up 53bc147dca00
- 11:18 AM Revision 0b050307 (qgis): improved signal/slot and flexible layer handling
- two signals now digitizingCompleted and digitizingFinished using deleteLater() for no conflicts
the addFeature is usi... - 11:18 AM Revision 95b8535a (qgis): New feature duplicate in MapLayerAction with redigitize and removed obs...
- Duplicate feature and with redigitizing - splitting of digitizefeature and addfeature - so we can use digitizefeature...
- 11:18 AM Revision a7b5ffc5 (qgis): changed requests
- 11:18 AM Revision 1295efc4 (qgis): add the new icons for duplication
- for duplicate feature and duplicate feature digitize there are new icons. they are added to the project now.
- 11:17 AM Revision 3b3d3048 (qgis): redigitize on feature duplication
- there are two actions duplication and duplication redigitize. in redigitize you can set a new geometry for the duplic...
- 11:17 AM Revision 7b199ed4 (qgis): initialize map tool in function
- 11:17 AM Revision 9799cd83 (qgis): working upload - new signals in digitizefeature
- digitizingFinished -> digitizing made - feature can be duplicated now
digitizingFinalized -> and everything else done... - 11:17 AM Revision 67abdd31 (qgis): add new svgs for duplicate and duplicate digitized feature
- 11:05 AM Revision e1b6daa4 (qgis): action mapping for duplicate feature
- 09:46 AM Revision bf45d0b6 (qgis): Crs (#5908)
- * fix display of CRS if invalid CRS
* fix #17455 set an empty CRS if the read CRS from XML is wrong
* add warning a... - 09:35 AM Revision 9a5435ff (qgis): remove CRS picker and allow only layer CRS or provider CRS in metadata ...
- 09:02 AM Revision 3c7f7454 (qgis): Merge pull request #5919 from nyalldawson/iter_datum
- Use transform context in feature requests with destination crs set
- 08:37 AM Revision 4643712a (qgis): Fix missing transform contexts for QgsDistanceArea
- QgsDistanceArea.setSourceCrs() now requires a QgsTransformContext
argument. - 06:43 AM Revision bf857092 (qgis): Use qgsfilewidget for the delimited text prodivder source select (#5920)
- 03:32 AM Revision 6528f1c3 (qgis): Require a transform context when setting the destination crs for
- a feature request
Forces correct datum handling for these requests, and removes
a few more uses of the deprecated/da... - 03:21 AM Revision b24a1bf1 (qgis): Add transform context to processing context
- 02:19 AM Revision 8a5d5332 (qgis): [doxygen] add test to ensure code snippet use \code command
- 02:17 AM Revision 7b0ad1b6 (qgis): fix code snippet and do not display cpp code in sip files
- 02:17 AM Revision 64c99e05 (qgis): run sipify for code snippets
- 02:17 AM Revision d042304c (qgis): [sipify] habndle python code snippets
- 02:17 AM Revision 45315bbf (qgis): add cpp to code type
- 02:17 AM Revision 5dc9b586 (qgis): fix empty lines with spaces
- 02:17 AM Revision bdfd3450 (qgis): fix code descriptor
2017-12-19
- 07:55 PM Revision 36a05a3a (qgis): do not create link for current class
- 07:55 PM Revision 90e51969 (qgis): run sipify
- 07:55 PM Revision db8a7c61 (qgis): [sipify] also create links in docstrings
- 07:11 PM Revision 336995dc (qgis): Allow age expression to represent time intervals above 130 years (#5914)
- Uses a 64bit integer instead of 32bit one for seconds,
meaning about 584 billions of years rather than 136...
Closes... - 06:24 PM Revision 97018cf2 (qgis): [Plugin installer] Remove trailing colon if it's a very end of the mess...
- 05:06 PM Revision b06f99b5 (qgis): 2.18 also uses Qt4 which doesn't have QStringLiteral (followup a122e023...
- 03:47 PM Revision 42d37558 (qgis): set up daily trigger for docker cloud via Travis
- 03:45 PM Revision bbb86c3e (qgis): remove files
- 02:26 PM Revision cefae89a (qgis): [layouts] avoid adding too much bleeding pixels for page items (#5910)
- 11:33 AM Revision 70d61fd6 (qgis): [3d] attach transform context in QgsTerrainTextureGenerator (#5911)
- 10:39 AM Revision 5308b265 (qgis): Fix typo in documentation (missing quote)
- 10:08 AM Revision a122e023 (qgis): 2.18 lives in pre-C++11 land (followup c71e55036)
- 05:57 AM Revision a44a598f (qgis): [layouts] Fix crash on svg warning dialog close
- 05:29 AM Revision ef1bdd30 (qgis): Merge pull request #5909 from nyalldawson/layout_next
- Layout SVG exports
- 04:39 AM Revision 4054a2bb (qgis): Fix ui weirdness when editing guide positions via widget
- 04:26 AM Revision e9c0d29f (qgis): Fix repositioning guides on pages > 1
- 04:03 AM Revision b594ecd7 (qgis): Fix missing page shadows
- 04:00 AM Revision 54acc80d (qgis): Indentation
- 03:24 AM Revision 52f6701d (qgis): give more room to proj selection widget
- 03:24 AM Revision 39786263 (qgis): allow to have single dest/source transform in dialog
- 03:24 AM Revision d4a20c0a (qgis): use table widget instead of tree for better column display
- 03:24 AM Revision 41baaad0 (qgis): fix after rebase
- 03:24 AM Revision b1eb838f (qgis): fix datum transform dialog shown when option is disabled
- 03:06 AM Revision 2007792f (qgis): Restore layered svg export option
- 02:28 AM Revision d06e1274 (qgis): Add unit test for svg export
- 02:06 AM Revision 66402570 (qgis): [layouts] Allow double-clicking to add layer to legend
- Fixes #14410
- 02:02 AM Revision b25c4891 (qgis): [layouts] Suggest export file names based on layout name (fix #9476)
- 01:59 AM Revision c7bd7b3d (qgis): Add method to ensure file name string is safe
- 01:58 AM Revision 86cbecf7 (qgis): fix after rebase
- 01:53 AM Revision 08d27630 (qgis): Don't copy default themes to user folder
- It's just wasting space in the profile folder, and now with profiles you
will get extra copies which you don't need. ... - 01:46 AM Revision e5d6920d (qgis): allow to have single dest/source transform in dialog
- 01:46 AM Revision c18eadd9 (qgis): give more room to proj selection widget
- 01:46 AM Revision b78f2681 (qgis): use table widget instead of tree for better column display
- 01:45 AM Revision e5499d0b (qgis): fix datum transform dialog shown when option is disabled
- 01:38 AM Revision 613b1584 (qgis): Start restoring SVG export
- 01:38 AM Revision 0a02ed43 (qgis): Add tooltip for legend auto update checkbox (fix #13576)
- 01:38 AM Revision cbc8570a (qgis): Fix unbalanced painter save/restore for map items
- 01:37 AM Revision 7c8f4c3e (qgis): Fix extensions not automatically added to new filenames in QgsFileWidget
- Fixes a UX regression introduced by swapping dialogs to use
QgsFileWidget, where on some platforms the extension is n... - 01:37 AM Revision 128e37ea (qgis): Add some extension and filter handling functions to QgsFileUtils
- 01:33 AM Revision 48e6ec58 (qgis): Merge pull request #5906 from nyalldawson/datum
- Datum fixes and cleanups
- 01:29 AM Revision 13a888d2 (qgis): [ogr] Fix ExactIntersection flag should be ignored if filter rect
- is not set
And add provider test case to ensure no other providers have this
issue
2017-12-18
- 12:11 AM Revision a77b5b65 (qgis): Fix copy/paste error, update unit tests
- 11:48 PM Revision c7017914 (qgis): Doxygen
- 11:47 PM Revision f216b188 (qgis): Move all datum transform related methods to QgsDatumTransform
- 09:16 PM Revision e678bfa0 (qgis): use cmake 3.10 in Docker dependency image
- this should make Travis log nicer to read
thanks to @m-kuhn patch to cmake
see https://gitlab.kitware.com/cmake/cmake... - 08:17 PM Revision 753b3e08 (qgis): Merge pull request #5898 from nyalldawson/datum
- Datum transform fixes, header reworking
- 07:51 PM Revision 51bb631b (qgis): Also use the pyQgisVersion approach in QgsPluginRegistry
- 06:52 PM Revision bb40de39 (qgis): Add missing sip bindings
- 06:29 PM Revision d85aef70 (qgis): Show style name also in raster properties dialog title
- 05:57 PM Revision c4c5cba4 (qgis): Bump up core plugins' qgisMinimumVersion. Do not merge without b4338660...
- 05:30 PM Revision b4338660 (qgis): [Plugin installer] Make QGIS x.99 only compatible with plugins for the ...
- 03:42 PM Revision 944b587e (qgis): Show style name in layer properties dialog title
- 02:58 PM Revision 7c01b7e6 (qgis): [Plugin installer] Follow up 54f312fa7f5b1ff and temporarily hardcode p...
- 12:55 PM Revision 10b37f3f (qgis): add missing ovverride in macos build
- 12:19 PM Revision 9ba1d28a (qgis): Don't cache context along with QgsCoordinateTransforms
- This information should not be restored from the cache, since
it's project specific yet the cache is not - 12:19 PM Revision 25c3e135 (qgis): Move datum transform structs out to their own header, to avoid
- need to include private header file
- 12:19 PM Revision 1c7e1402 (qgis): Fix transform context not copied with render context copies
- 12:19 PM Revision 198486f0 (qgis): Avoid including private header
- 12:19 PM Revision 358c58d7 (qgis): Fix bad merge
- 11:55 AM Revision 3fc746fb (qgis): fix unknown mQgis variable on macos
- 10:56 AM Revision 6d069e8d (qgis): Merge pull request #5583 from m-kuhn/disableLocatorTest
- [travis] Disable PyQgsLocator test
- 10:47 AM Revision 67daecdd (qgis): functionality to duplicate features
- 09:41 AM Revision a5f7f410 (qgis): Merge pull request #5897 from nyalldawson/layout_next
- Misc layout fixes
- 09:39 AM Revision d8143244 (qgis): Merge pull request #5879 from pblottiere/refrelfilter_218
- [bugfix] Fixes auto select foreign key when filters are updated in QgsRelationReferenceWidget
- 09:37 AM Revision 32778537 (qgis): Merge pull request #5869 from pblottiere/bugfix_reshape2_218
- [backport][bugfix] Do not add binding line in both side in reshape map tool
- 09:35 AM Revision 332c57d0 (qgis): Follow the rules
- 09:32 AM Revision 003e6224 (qgis): No sip bindings for private headers
- 09:30 AM Revision 77350199 (qgis): Revert "Add missing sip file"
- This reverts commit c487ee6be0992931031ae930f698c19344f06061.
- 09:29 AM Revision c487ee6b (qgis): Add missing sip file
- 09:21 AM Revision 05b8bf7f (qgis): Merge pull request #5876 from peppsac/fix_17694
- Fix parameter name decoding when using POST + urlencoded
- 08:39 AM Revision 200669ae (qgis): Fix guide positioning when multiple pages are present
- 07:45 AM Revision a1128a52 (qgis): Hide guides from layout exports
- 07:33 AM Revision 0052eb83 (qgis): Add unit test for pdf exports
- 07:28 AM Revision 00dbc73d (qgis): Setup QgsSettings in the correct order
- We don't have the location of QGIS.ini until we know the profile
so we can't use QgsSettings to get the global settin... - 07:05 AM Revision b4829a78 (qgis): Open folder rather than file when clicking message bar after export
- 06:40 AM Revision d49a3a25 (qgis): Fix coverity uninitialized member warning
- 06:37 AM Revision d998c3ea (qgis): Merge pull request #5892 from nyalldawson/fix_17254
- Fix creation of QgsCoordinateReferenceSystem from "user:xxxx" strings
- 05:33 AM Revision 0a6eb127 (qgis): Fix drag and drop for qgz files. List in browser
- 04:12 AM Revision 25635f0b (qgis): include qgscoordinatetransformcontext_p.h in install
- 03:39 AM Revision 8ca5b2a2 (qgis): enableAutoGeometryRestore dialog updates
- 02:49 AM Revision ea5f3c69 (qgis): Generate safe widget name in QgsWidgetStateHelper
- Assert is a bit rough here so just warn devs
2017-12-17
- 12:55 AM Revision 7f474a09 (qgis): Fix #17579 - Use guid to make temp file name for zip file
- QTemporaryFile doesn't work here with QgsZipUtils on Windows for some
reason but is fine on Linux. Yay development! - 12:31 AM Revision 2e6386e6 (qgis): Use more performant QRegularExpression for matching
- 12:27 AM Revision 8cb48938 (qgis): Fix creation of QgsCoordinateReferenceSystem from "user:xxxx" strings
- Fixes #17254
- 10:29 PM Revision b59bd94e (qgis): Merge pull request #5837 from nyalldawson/layout_next
- Layout raster image exports
- 01:55 PM Revision b630a407 (qgis): missing SIP_OUT
- 05:18 AM Revision 492f9ea1 (qgis): Update test mask images
- 05:18 AM Revision 831732f3 (qgis): Sipify
- 05:14 AM Revision 8d1e7170 (qgis): Add missing parents to message boxes
- 05:14 AM Revision eb25ab79 (qgis): Fix pdf export page sizes
- 05:14 AM Revision f649f1f8 (qgis): [layouts][needs-docs] Add control for whether pages should be
- exported, including data defined setting
This replaces the 2.x data-defined "number of pages" setting.
Instead of re... - 05:14 AM Revision 3704c48b (qgis): Add links to open exported images in message bar
- 05:14 AM Revision 26315894 (qgis): Add some layout related actions to app toolbar
- 05:14 AM Revision 5601fc98 (qgis): Add new page icon to toolbar
- 05:14 AM Revision 9ab813f3 (qgis): Better memory management
- 05:14 AM Revision 447a9490 (qgis): Fix items moving after altering page size or inserting/deleting pages
- 05:14 AM Revision ffb9d0cb (qgis): Guard QgsLayoutExporter against nullptrs
- 05:14 AM Revision 662ec7a7 (qgis): Use unique_ptr over raw array
- 05:14 AM Revision 65f4c4ac (qgis): Port orientation decoding code from composer
- 05:14 AM Revision 5d6a5096 (qgis): Restore data defined page orientation
- 05:14 AM Revision db17c2c4 (qgis): Restore data defined page orientation control
- 05:14 AM Revision 8f0144b3 (qgis): Fix some multiple updates from gui, squash some undo commands
- 05:14 AM Revision a3c9dc39 (qgis): Remember window position
- 05:14 AM Revision afbd1400 (qgis): Port georeferencing from compositions
- 05:14 AM Revision 94b63d17 (qgis): Fix updating gui after undoing layout settings change
- 05:14 AM Revision 2e68dd70 (qgis): Add some masks for scalebar tests
- 05:14 AM Revision 25d16380 (qgis): Port reference map functionality from composer
- 05:14 AM Revision aa7986f8 (qgis): Implement methods for exporting layouts as raster, add tests
- 05:14 AM Revision 56383e42 (qgis): Port world file generation code to layouts
- 05:14 AM Revision c496b3bc (qgis): Forward declare some classes
- 05:14 AM Revision f4f5f75b (qgis): Remove incorrect TransferThis annotation
- 05:14 AM Revision a56c9370 (qgis): Expand docs
- 05:14 AM Revision e8a42c92 (qgis): Add method to determine largest page size
- 05:14 AM Revision 71dd3b93 (qgis): Port pageItemBounds method from composer
- 05:14 AM Revision d7e179cb (qgis): Add unit test for resizing pages
- 05:14 AM Revision 082733ab (qgis): Fix unit test
- 05:14 AM Revision fe5bd47e (qgis): Work on resizing layouts to item bounds
- 05:14 AM Revision f3fcb68e (qgis): Port method to retrieve items of a set type on a page
- 05:14 AM Revision 5828f5d3 (qgis): Port method to determine whether page should be exported
- 05:14 AM Revision ecfacdf2 (qgis): Avoid Qt warning
- 05:14 AM Revision ca37a1eb (qgis): Fix drawing of map items (grids, overviews) when rendering map item as ...
- 05:14 AM Revision 770ffdf6 (qgis): Fix incorrect detection of grids with advanced effects
- 05:14 AM Revision ab7873cd (qgis): Fix crash in ui while working with map grids
- 05:14 AM Revision c7abf466 (qgis): Update test masks
- 05:14 AM Revision 2b0ed508 (qgis): Tweak logic regarding page item margins following forced re-render
- of layout items when exporting (i.e. disabling of cached item render)
The old issue of semi-transparent pixels aroun... - 05:14 AM Revision d3aee951 (qgis): Tweak logic regarding when a map item forces the whole layout
- to be rasterised
- 05:14 AM Revision 0110b433 (qgis): Update tests masks
- 05:14 AM Revision b992e871 (qgis): [layouts][FEATURE] Don't force the whole layout to be rasterized
- when exporting to PDF
If an individual layout item needs rasterisation in order to
be exported correctly, it can now... - 05:14 AM Revision 91179f13 (qgis): Work on PDF export
- 05:14 AM Revision a59dce50 (qgis): Move containsAdvancedEffects test to QgsLayoutItem
- And start a generic test library for all item types to ensure
correct behavior for QgsLayoutItem subclasses
Currentl... - 05:14 AM Revision f08ff15f (qgis): Port some more world file generation related code
- 05:14 AM Revision 8b1e057d (qgis): Make QgsLayoutExporter::generateFileName virtual, so exporter
- subclasses can be made which customise the generated file names
- 05:14 AM Revision 48b6e02c (qgis): Spelling
- 05:14 AM Revision 2f0969e2 (qgis): Expose antialiasing option in image export dialog
- Allows for creating non-antialiased images from layouts. Note that
some layout item types do not correctly respect th... - 05:14 AM Revision 0f9aaf4c (qgis): Expose world file option in image settings dialog
- 05:14 AM Revision 953d2c43 (qgis): [layouts] Resurrect action for exporting to raster images
- ...this time, without all the useful code locked away in app!
- 05:14 AM Revision 113664fe (qgis): Port method for pausing layout view updates
- 05:14 AM Revision 1b8f4a09 (qgis): Add method to determine file path for exports which encountered errors
- 05:14 AM Revision 5cf36cd8 (qgis): Add method to detect whether layout has uniform page sizes
- 05:14 AM Revision 069a0baa (qgis): Expose some more export related settings to GUI
- 05:14 AM Revision 261492dd (qgis): Add a messagebar to layout designer
- 05:14 AM Revision fb712d7d (qgis): Decouple QgsLayoutExporter from QgsLayout
2017-12-16
- 03:45 PM Revision e6f657cf (qgis): add a test to check that returns are placed before since and note in Do...
- 03:45 PM Revision 92751d47 (qgis): make sipfiles test macos compatible
- 03:45 PM Revision be8d1d77 (qgis): run sipify
- 03:45 PM Revision 281392b1 (qgis): [doxygen] fix badly placed \returns
- 11:12 AM Revision 1ba1dbed (qgis): Fix also i.* description files
- 11:12 AM Revision 6d4d291f (qgis): Review ParameterNumber for r.* description files
- 11:12 AM Revision a8afd12f (qgis): First fixes before tests
- 11:12 AM Revision 507af21f (qgis): Review optional ParameterNumbers
- 11:12 AM Revision f70032ba (qgis): Fix v.buffer
- 11:12 AM Revision 5b864073 (qgis): Fix parameters and support empty default values for Enums
- 08:57 AM Revision a33946b0 (qgis): New icons for QPT files and Python files in the browser
- Python icon thanks to @pkinglinz
- 08:57 AM Revision 33f5c241 (qgis): Show full path in tooltip for qgs project files in browser
- 08:57 AM Revision 40dbc06b (qgis): Hide file extensions for qpt, python and qgs files in the browser
- These have distinct icons identifying them, and the full file name
with extension shown in the tooltip - 08:48 AM Revision 313417dd (qgis): Stop conflicts
- 07:54 AM Revision 972e7890 (qgis): Merge branch 'master' into segment_intersection
- 04:54 AM Revision 252f0802 (qgis): Follow up 647bd25
- 03:13 AM Revision 60e9b26d (qgis): fix sipify test
- 03:13 AM Revision c604d2dd (qgis): run sipify
- 03:13 AM Revision cb9bd6d3 (qgis): fix missing new line before first param
- 03:13 AM Revision f811d817 (qgis): remove rtype from docstring
- 03:13 AM Revision 5a34558e (qgis): fix sipify test
- 03:13 AM Revision 8db419ca (qgis): [sipify] avoid printing empty Docstrings
- 02:59 AM Revision 647bd256 (qgis): [processing] Use a more unique separator for log file
- Fixes #17704
- 01:03 AM Revision 9d251198 (qgis): Merge pull request #5870 from nyalldawson/virtual
- Drop redundant virtual keywords on overrides
2017-12-15
- 12:44 AM Revision 978d9277 (qgis): better argument names for QgsGeometryUtils::lineIntersection
- 12:37 AM Revision 9f99453b (qgis): call the correct function to retrieve CRS from an extent in Processing
- 11:51 PM Revision 71a39cbc (qgis): Sipify
- 11:50 PM Revision 88024827 (qgis): Remove redundant overridden default destructor implementations
- 11:49 PM Revision 4da1ce84 (qgis): Drop redundant virtual keywords on overrides
- Run clang-tidy modernize-use-override to remove all the redundant
virtual keywords from overridden methods, and add s... - 08:42 PM Revision c5d96631 (qgis): Merge branch 'master' into segment_intersection
- 08:36 PM Revision 72f5adf3 (qgis): Add default value to epsilon.
- Change example for python.
- 04:35 PM Revision 39521c76 (qgis): fix contact table in metadata (#5881)
- * fix contact table in metadata
* fix datetime picker in temporal extent - 04:12 PM Revision 2009d4c9 (qgis): remove extra spaces
- 04:12 PM Revision 8fef9e96 (qgis): [sipify] place :rtype: at the correct place
- also add space before other paragraph-level markups
- 04:12 PM Revision f2b3ed0a (qgis): run sipify
- 04:12 PM Revision 0618071e (qgis): fix sipify test
- 04:12 PM Revision 199055ed (qgis): fix doxygen layout
- 04:12 PM Revision bc51bba3 (qgis): [sipify] transform \param xxx to :param xxx:
- 01:16 PM Revision 9eb938c6 (qgis): add missing metadata fields about contacts and extent (#5878)
- 12:53 PM Revision 0c7cf21f (qgis): Merge pull request #5535 from nyalldawson/datum
- Datum transform handling rework, pt 1
- 12:40 PM Revision adb7af99 (qgis): Fix parameter name decoding when using POST + urlencoded
- This is a followup of dfe48d13c85cbae559a7a09a1bd62140cf11848b which solved
the issue for parameter values.
Fixes #1... - 12:21 PM Revision e9feeaac (qgis): Merge pull request #5875 from alexbruy/processing-editor
- [FEATURE][processing][needs-docs] add find and replace functionality to script editor
- 11:43 AM Revision 4f570cef (qgis): [ui] fix toggle panel visibility action
- Prior to this fix, the action would have to be triggered
twice before panels were actually hidden. - 11:34 AM Revision 9b2320ac (qgis): Add some tests
- 11:33 AM Revision 0210d382 (qgis): Fixes auto select foreign key when filters are updated
- 11:11 AM Revision a0ce6481 (qgis): [processing] use groupId when constructing help URL
- 10:07 AM Revision 5016c21e (qgis): [FEATURE][processing][needs-docs] add find and replace functionality to
- Processing script editor (forward-port from 2.18 branch)
- 10:00 AM Revision 1217e595 (qgis): Add a unit test for missing datum transforms
- 09:47 AM Revision 3692fcdb (qgis): Merge pull request #5561 from pvalsecc/wms_ogc_filters
- [FEATURE][needs-docs] Add OGC filters to WMS
- 09:00 AM Revision 89fb8543 (qgis): comment the code instead of apply an useless equality...
- 08:32 AM Revision 96c2ce18 (qgis): Show a warning when loading a project with a transform not available lo...
- 08:27 AM Revision 0dd8db61 (qgis): Fix indentation
- 08:19 AM Revision f4b007ec (qgis): Merge pull request #5783 from pblottiere/ref_rel_perf_218
- [2.18] QgsRelationReferenceWidget slowness
- 08:13 AM Revision ac6d2518 (qgis): sort the values in query builder
- after filling the values into the model, they are sorted ascending.
- 08:07 AM Revision 6ff744a3 (qgis): Use proj strings to serialize datum transforms IDs
- Since datum transforms IDs are local only, and can even change
when underlying library versions are updated, we can't... - 07:42 AM Revision 31873527 (qgis): Add method to retrieve datum transform ID from a proj string
- 06:48 AM Revision 43d8a6b5 (qgis): Update unit test
- 05:55 AM Revision 8ec16e2c (qgis): [ui] add some spacing for the projection selection widget
- 05:46 AM Revision 5b1da988 (qgis): [processing] List unique values improvements
- - allow running on non-spatial tables
- allow choice of more than one field - 05:46 AM Revision ebd98e3f (qgis): Merge pull request #5874 from nirvn/arcgis_providers_icon
- Smallt tweaks for add and create layer icons
- 05:22 AM Revision 1fa7d453 (qgis): [ui] fix node size of the create vector layer icon
- 05:20 AM Revision 13d17862 (qgis): Sipify
- 05:16 AM Revision 2fb3c576 (qgis): fix transform context test
- 05:16 AM Revision 6188b167 (qgis): missing const ref, remove extra argument
- 05:16 AM Revision 69c3debf (qgis): Nicer API for datum transforms
- Instead of using QPairs of ints, use more descriptive structs, also
rename a lot of datum related methods for clarity... - 05:16 AM Revision b2872194 (qgis): Fix warning
- 05:16 AM Revision adf07228 (qgis): address remaining memory leaks
- 05:16 AM Revision ab5d8958 (qgis): Add some more datum related unit tests
- 05:16 AM Revision 68aef9a4 (qgis): ask for datum transform update on layer or project crs change
- in the case of project crs change, if several transforms are available, pop up a message rather than showing multiple...
- 05:16 AM Revision d404a329 (qgis): use const_iterator
- 05:16 AM Revision ed0c93f6 (qgis): missing const ref
- 05:16 AM Revision 8ab658c5 (qgis): address missing const and memory leaks
- kudos @nyalldawson
- 05:16 AM Revision 5c583040 (qgis): use alternate row colors and a slightly reduced font size in datum table
- 05:16 AM Revision aa65da42 (qgis): apply default transform to newly created project
- 05:16 AM Revision fd3e85e7 (qgis): fix indentation
- 05:16 AM Revision 92a46f02 (qgis): create a QgsDatumTransformTableWidget to avoid code duplication
- this contains the table view and the 3 buttons (add/remove/edit)
- 05:15 AM Revision 8798cf06 (qgis): allow editing transform in project properties
- 05:15 AM Revision 44ed7bd9 (qgis): define default transforms in global options
- adds QgsCoordinateTransformContext::readSettings()/writeSettings to read/write from settings
- 05:14 AM Revision 4eab13df (qgis): datum transforms have reversible source/dest
- 05:14 AM Revision d18dac0c (qgis): fix destination transform not showing
- 05:14 AM Revision fec7c705 (qgis): fix context was not correctly set on project opening
- 05:14 AM Revision eb71750f (qgis): use QgsProjectionSelectionWidget rather than buttons
- 05:14 AM Revision e0b3197b (qgis): add missing refresh
- 05:14 AM Revision a4219395 (qgis): replace datum in qgsoptionsbase after rebase
- 05:14 AM Revision e303f746 (qgis): ifdef 0 single source/destination transforms
- 05:14 AM Revision 080bea19 (qgis): saving datums transform in projet, removing in dialog ok
- 05:14 AM Revision 3777aade (qgis): added some options
- 05:14 AM Revision 5cc3a1f0 (qgis): added method in QgisApp to ask for datum
- 05:14 AM Revision e178ffc8 (qgis): modification to QgsDatumTransformationDialog to allow interaction with ...
- 05:14 AM Revision 86964f65 (qgis): todos for layout after rebase (some more)
- 05:14 AM Revision 4838e554 (qgis): Fix ui build warnings
- 05:14 AM Revision 95a2ac08 (qgis): Update layout map to use transform context
- 05:14 AM Revision 670858d8 (qgis): Fix some transforms missing transform context
- 05:14 AM Revision d2353e7c (qgis): Add method to determine whether transform context has a valid transform
- for a specific src/dest CRS pair
- 05:14 AM Revision f55da4af (qgis): Update unit tests
- 05:14 AM Revision 2b1f82ff (qgis): adding datum transform works
- 05:14 AM Revision f4eae288 (qgis): started datum UI refactoring
- 05:14 AM Revision 39166282 (qgis): Fix handling of transform-not-required in QgsCoordinateTransformContext
- 05:14 AM Revision 40e551da (qgis): Fix failing test
- 05:14 AM Revision 1422d538 (qgis): Improve caching of transforms
- 05:14 AM Revision 0a9c107f (qgis): Fix build
- 05:14 AM Revision cb693a72 (qgis): Move caching to QgsCoordinateTransform
- and remove no longer required QgsCoordinateTransformCache singleton
- 05:13 AM Revision 439ef200 (qgis): Prepare for removal of QgsCoordinateTransformCache
- 05:13 AM Revision 018bfb49 (qgis): Remove QgsDatumTransformStore
- and port usage over to QgsCoordinateTransformContext instead
- 05:13 AM Revision cc424c95 (qgis): Move warning to better location
- 05:13 AM Revision 754a6e06 (qgis): Tweak transform logic (only remove src/dest transforms when both transf...
- 05:13 AM Revision fed8a678 (qgis): Add transform context to QgsMapSettings and QgsRenderContext
- And also throw warnings when the context isn't set for these objects
- 05:13 AM Revision 86d94923 (qgis): Remove context-unaware QgsCoordinateTransform constructors from Python ...
- This forces Python code and plugins to become datum transform
aware, and given that upgrading python code is easy (ju... - 05:13 AM Revision 1a73fef4 (qgis): In debug builds, throw a warning when transforming coordinates
- and no coordinate transform context has been set.
- 05:13 AM Revision 62013905 (qgis): Add explicit setter for project's transform context
- And add transformContextChanged signal, so that we can detect
when the context is changed. - 05:12 AM Revision 91e0afb6 (qgis): Add QgsCoordinateTransformContext arguments to QgsCoordinateTransform c...
- And automatically retrieve correct datum transforms for the
transform, based on the information in the context.
Also... - 05:11 AM Revision 2edb2d8a (qgis): Remove unused QgsCoordinateTransform::readXml/writeXml methods
- These methods are not used in master and are of questionable
value. Better to serialise the source and dest crs separ... - 05:11 AM Revision f7b315f5 (qgis): Doxygen
- 05:11 AM Revision 5131258b (qgis): QgsCoordinateTransformContext is implicitly shared
- 05:11 AM Revision 7af5545f (qgis): QgsCoordinateTransformContext must be thread safe
- 05:11 AM Revision 3d1b8aee (qgis): Implement logic for calculating datum transforms to use
- 05:11 AM Revision 2e2e1248 (qgis): Allow removing existing transforms from context
- 05:11 AM Revision 1013c0bd (qgis): Add support for serializing transform contexts
- 05:11 AM Revision 76ebfdf2 (qgis): Add a QgsCoordinateTransformContext member to QgsProject
- 05:11 AM Revision 8a0bd08e (qgis): Start on QgsCoordinateTransformContext
- Stores settings related to the correct datum transforms to use
when performing a coordinate transform. - 04:48 AM Revision f2b70ffd (qgis): Allow clickable links in message bar text
- Links are opened using QDesktopServices::openUrl, i.e. the
default OS handler for that link type - 04:26 AM Revision 3c661b10 (qgis): [ui] add vector layer icon color improvement
- 03:54 AM Revision 507cd476 (qgis): [ui] harmonize asf & asm providers icon color
- 02:29 AM Revision 1d55c949 (qgis): Replace "Non spatial" type by "No geometry"
- 02:29 AM Revision e813c80f (qgis): Add icon to SpatiaLite geometry type combobox items
- 02:29 AM Revision 905a1475 (qgis): Use getThemeIcon instead of building each icon
- 02:29 AM Revision c1cebd98 (qgis): Add icon to field type combobox items
- 02:29 AM Revision 32b7c533 (qgis): Add icon to geometry combobox items
- 02:29 AM Revision 11e6101e (qgis): Fix icon file
- 02:25 AM Revision db07bc6c (qgis): Merge pull request #5867 from alexbruy/processing-group
- [processing] add groupId() method to get untranslated algorithm group
- 02:14 AM Revision abdd8759 (qgis): add constructor to QgsBox3d with a QgsRectangle
- 01:58 AM Revision d0475cb0 (qgis): Travis doesn't like me fixing him
- 01:36 AM Revision 7b671327 (qgis): Fix build warning
- 01:09 AM Revision 6c46e47c (qgis): Fix failing unit test
- Wow... how did that test ever work? Very odd...
2017-12-14
- 12:38 AM Revision ff15896c (qgis): getter for the output crs in QgsExtentGroupBox
- 10:58 PM Revision bbf00279 (qgis): [processing] Don't sort field names in multi-field input dialog
- Field names should always be listed in the order that the layer
defines them - 10:58 PM Revision 99849622 (qgis): Merge pull request #5864 from nyalldawson/favorites
- [browser] Allow renaming favorite items
- 08:55 PM Revision c71e5503 (qgis): Add some tests
- 08:49 PM Revision 49dfe3d0 (qgis): [bugfix] Do not add binding line in both side in reshape map tool
- 07:53 PM Revision 49990b84 (qgis): hide the extent from canvas button if the canvas is not set
- 07:46 PM Revision 4312a846 (qgis): [attributetable] Adjust the edit selection when the filter changes
- Make sure that we always have a feature on the form that matches the current filter condition
- 05:10 PM Revision 2674022b (qgis): [processing] add group id to scripts
- 05:04 PM Revision dca37abd (qgis): [processing] add group id to QGIS algorithms
- 05:04 PM Revision 5e157c96 (qgis): [processing] add group id to SAGA algorithms
- 05:04 PM Revision 53bc147d (qgis): [processing] add group id to GDAL algorithms
- 05:04 PM Revision 6f439548 (qgis): [processing] add group id to GRASS algorithms
- 04:11 PM Revision fb3aac8e (qgis): - init variables
- - fix equality
- add tests - 02:30 PM Revision eb59e6d4 (qgis): first import
- 01:12 PM Revision 1d482cf9 (qgis): [processing] add groupId() method to algorithms to get unique ID of the
- algorithm group.
Adapt native algorithms - 10:43 AM Revision 0f6a5c8e (qgis): [ui] harmonize geopackage icon size
- 10:43 AM Revision 0f3a31a3 (qgis): [ui] harmonize geonode icon color and size
- 09:04 AM Revision 3d626b71 (qgis): Fix file mode
- 09:04 AM Revision e9d4c06c (qgis): Make string translatable
- 09:04 AM Revision b619dcb0 (qgis): Refactor fields configuration in the modeler does not insist on layer
- Inside the modeler, there is not enough knowledge about the layer on
which the refactor fields algorithm will run.
Le... - 09:04 AM Revision 3abff0e9 (qgis): Add allowEvalError flag to QgsExpression widgets
- Some expression functions insist on a complete context which we
sometimes are not able to provide. The user might sti... - 06:44 AM Revision 12e44b20 (qgis): Notify model of changes when renaming data items
- 06:44 AM Revision 8df67111 (qgis): [needs-docs][browser] Allow renaming favorite items
- Otherwise favorites can be useless if you're trying to favorite
a long path
Fixes #6780 - 01:51 AM Revision 5bac8a6e (qgis): Merge pull request #5715 from nyalldawson/3d_ctrl
- [3d] Holding ctrl results in finer view adjustments
- 01:25 AM Revision cf25b3ea (qgis): [3d] Holding ctrl results in finer mouse wheel zooming
- To match behaviour of canvas and composer
Fixes #17527
2017-12-13
- 12:02 AM Revision 457abe7b (qgis): Merge pull request #5859 from nyalldawson/project_icon
- Use qgs project icon derivative for project home in browser
- 11:04 PM Revision 79c180a7 (qgis): Fix doxygen warning
- 10:46 PM Revision 41fed33f (qgis): Consistent capitalization
- 10:46 PM Revision 30fb6de1 (qgis): Use qgs project icon derivative for project home in browser
- 10:46 PM Revision af0e3698 (qgis): Fix actions on model items in browser
- 07:38 PM Revision 5d520668 (qgis): Reduce functionality in case of a widget already embedded by the same r...
- 07:38 PM Revision 042e2672 (qgis): Do not search data in case of an invalid feature
- 07:38 PM Revision 3f65a9ca (qgis): Increase cache size
- 07:38 PM Revision fd7fc94c (qgis): Add cacheSize as a QSettings
- 03:50 PM Revision 2ef6a829 (qgis): [tr] Polish translation update
- 03:41 PM Revision ee1f4082 (qgis): improvement in statusbar widget size handling
- only the scale line edit has the minimum size instead of the whole scale widget
coordinates line edit size is now dyn... - 02:39 PM Revision ea49c827 (qgis): [processing] Set value of unused optional layer parameters to None inst...
- 02:39 PM Revision 1648c79d (qgis): [processing] fixed parsing of integer parameters
- 02:39 PM Revision 0858652e (qgis): [Processing] correctly report missing layers in postprocessing task
- 02:39 PM Revision 1b8fa827 (qgis): [processing] fixed saga algs descriptions
- 02:03 PM Revision 03d8565e (qgis): - Update api_break.dox
- - rename isIntersect to isIntersection
- rename inter to intersectionPoint - 01:54 PM Revision 279c674c (qgis): Add comments to unlcear translatable strings
- 01:42 PM Revision 492fb4a6 (qgis): Merge pull request #5860 from volaya/script_search
- [FEATURE][processing][needs-docs]Script search
- 01:01 PM Revision 05e6ec24 (qgis): fix indentation
- 12:29 PM Revision 5c28ecab (qgis): update HTML data provider metadata (#5700)
- * update HTML data provider metadata for grass, gdal and ams
* update HTML data provider metadata for WMS and WCS
*... - 11:53 AM Revision 351dc15f (qgis): [processing] added search and replace functionality to script editor
- 11:04 AM Revision 83f76998 (qgis): Added missing image
- 10:57 AM Revision b6ddc702 (qgis): Merge pull request #5856 from nyalldawson/sort_browser
- Correctly sort browser items
- 10:25 AM Revision b62762fe (qgis): [processing] Fixed saga name
- 09:55 AM Revision c6838fde (qgis): Update doc
- 09:23 AM Revision 9bd72128 (qgis): Fix missing cases and push
- 08:58 AM Revision 28a61e1e (qgis): [bugfix] Bookmarks fix export SRID and refresh on import
- Fixes #17674 - Export and Import problems after recent fixes
- 08:45 AM Revision eb292c93 (qgis): Apply segmentIntersection on some tools with tests.
- 08:38 AM Revision 353ca633 (qgis): Tiny spatialite-related improvement & fix (#5857)
- * [spatialite provider] when creating an empty layer, primary key should be autoincrement
* [processing] fix import i... - 08:19 AM Revision b579414c (qgis): Embedded relref widget: less functionality
- 07:01 AM Revision d4ae83f8 (qgis): [spatialite provider] take into account possible quotation marks for pr...
- 06:35 AM Revision 73674e81 (qgis): [spatialite provider] auto-generate auto-incrementing primary keys (#5849)
- 06:06 AM Revision fec31f8d (qgis): Sort browser items
- Implements a sort key for browser items, allowing them to be
correctly sorted.
Fixes #17591
2017-12-12
- 11:31 PM Revision 7a1a4ed1 (qgis): spelling fixes
- 11:19 PM Revision eacbdb9a (qgis): german translation update
- 11:03 PM Revision b506fc99 (qgis): spelling fixes
- 09:36 PM Revision 342985f1 (qgis): improve segmentIntersection
- 06:34 PM Revision 6ab87e57 (qgis): Fix some french translation
- 06:03 PM Revision c15ef22e (qgis): Expose boolean field creation support for other OGR supported drivers
- 06:03 PM Revision f64f41a3 (qgis): [ogr] Advertise boolean field support for GPKG layers
- Likely other drivers also support this, so the list should be
extended for these - 06:03 PM Revision bbc3055b (qgis): Better boolean support detection for GDAL >= 2.3
- 05:36 PM Revision af647340 (qgis): Fix crash with error on autocreate savepoint
- member variables are initialized in the order they are defined in the
header. We cannot use mError to initialize mSav... - 05:33 PM Revision 057f2b32 (qgis): [3d] Allow the user to invert calculated normals of faces
- It seems that some data sources / formats with 3D polygons order vertices
in clockwise order for the front side of th... - 05:33 PM Revision 24c1c860 (qgis): [3d] Show feedback when loading tiles for 3D view (fixes #17565)
- There was no indication whether something is going on behind the scenes,
leaving user to wonder whether there is some... - 04:26 PM Revision 5d4b581d (qgis): Merge pull request #5852 from elpaso/bugfix-bookmarks-take2
- [bugfix] bookmarks sorting and multiple deletion
- 03:59 PM Revision f5cd8565 (qgis): Refresh virtual fields editing button state based on field selection
- Allows removing virtual fields defined on read-only PostgreSQL tables.
Closes #17593 - 02:49 PM Revision 78554dd3 (qgis): [bugfix] Bookmarks fix deleting multiple items
- Also fix sorting enabled.
- 02:48 PM Revision d0a8891a (qgis): Fix asserts when beginRemoveRows has no rows
- This was hitting an assert in Qt Core
- 02:43 PM Revision 3d021c44 (qgis): Revert "use 443 (HTTPS) port when testing help URLs"
- This reverts commit 678758c9baf6db386aff205301c037c67b5247e9.
- 11:39 AM Revision 3046979a (qgis): Add first run and settings migration screen (#5838)
- 11:14 AM Revision a15b54d9 (qgis): Swap missing 0->nullptr and add missing overrides
- 11:00 AM Revision 0f26537e (qgis): [spatialite provider] implement to do: show geometryless layers in brow...
- This is in essence a "fix" to the QgsSpatialiteConnection's table fetching
which used to return system tables. - 10:38 AM Revision d901221d (qgis): Default to showing calendar popup for date time widgets
- 09:34 AM Revision 18388318 (qgis): Use title from template as default in layout manager
- use the template name (if empty or not) as default value in the dialog. user can edit it.
if it is already existing, ... - 09:34 AM Revision 897dc095 (qgis): Spelling
- 09:34 AM Revision 253b9d94 (qgis): [needs-docs] Double clicking a layout in the layout manager opens
- the layout, instead of renaming it
Because there's already a dedicated rename button, and opening
is a far more comm... - 09:34 AM Revision c0f4d0f4 (qgis): Fix a crash on exit
- 05:52 AM Revision 6f47c6a4 (qgis): [docker] allow updating dependencies
- this is triggered by a commit message:
[docker] update dependencies - 04:50 AM Revision cda271f3 (qgis): Fix leak in unit test
- 04:47 AM Revision c17d85f6 (qgis): Merge pull request #5846 from nyalldawson/spatialite
- Spatialite geometry conversion fixes
2017-12-11
- 12:08 AM Revision 891d954b (qgis): Remove unreachable code
- 12:07 AM Revision 44574d2c (qgis): Fix build warnings in spatialite provider
- 09:03 PM Revision 3da5ab69 (qgis): [Plugin installer] Properly handle 301 Redirection
- 07:00 PM Revision 678758c9 (qgis): use 443 (HTTPS) port when testing help URLs
- 06:59 PM Revision 1c6ba550 (qgis): use https for help
- 06:55 PM Revision 54774444 (qgis): Merge pull request #5844 from rduivenvoorde/docs_moved
- find redirected/301 doc url
- 06:54 PM Revision 6b73f781 (qgis): Merge pull request #5839 from alexbruy/raster-extensions
- Add methods to get supported raster formats and extensions to QgsRasterFileWriter
- 02:15 PM Revision 61db97f7 (qgis): Merge pull request #5843 from elpaso/bugfix-17600-coordinatetransform-r...
- [bugfix] Restore binding for QgsCoordinateTransform
- 02:14 PM Revision 33fdf8f2 (qgis): add tests for new methods
- 01:50 PM Revision 50aa6fea (qgis): find redirected/301 doc url
- 12:32 PM Revision bfa857bb (qgis): [bugfix] Restore binding for QgsCoordinateTransform
- Fixes #17600
Binding was lost in commit 10d34ece02bb765f5d9d88bb0524c909235fb0d7 - 10:29 AM Revision 8302fc3f (qgis): [spatialite provider] further zm support fixes
- 10:20 AM Revision e0aa5e1f (qgis): Merge pull request #5817 from m-kuhn/noQtScript
- Remove dependency on deprecated QtScript library
- 09:58 AM Revision b1db8dae (qgis): Add non spatial option to create spatialite layer dialog
- 09:24 AM Revision 83cdd846 (qgis): Use GDAL metadata to determine feature styles support
- GDAL >= 2.3 only
- 09:24 AM Revision 73eec6f9 (qgis): Use GDAL metadata to determine non-spatial formats (gdal >=2.3 only)
- 09:01 AM Revision 135ba691 (qgis): Merge pull request #5831 from elpaso/bugfix-17636-attrtable-progress
- [bugfix] Do not crash when layer is destroyed while loading
- 08:38 AM Revision 48661add (qgis): add supportedFormatExtensions() method to QgsRasterFileWriter
- 08:38 AM Revision 79d83f20 (qgis): [processing] use core methods for raster and vector extensions handling
- 08:38 AM Revision 52b58643 (qgis): add supportedFiltersAndFormats() method to QgsRasterFileWriter
- 04:55 AM Revision 7037c293 (qgis): Add PWD to prepare-commit
- Running using non Cygwin git (Faster on Win) will return a differnt path format
to cygwin style. So just make sure sc... - 04:32 AM Revision 3d1d82e7 (qgis): Merge pull request #5827 from nirvn/spatialite_zm
- [spatialite provider] Fix ZM support
- 04:23 AM Revision 1da0f8e5 (qgis): [spatialite provider] refresh connections when creating a db and/or layer
- 04:23 AM Revision bb90dc33 (qgis): Add Z/M test case to the spatialite provider
- 04:23 AM Revision d4445364 (qgis): [spatialite provider] Fix ZM support
- 03:11 AM Revision 2ec1a0f6 (qgis): Merge pull request #5529 from DelazJ/chkgeom_format
- [Geometry Checker] Use a more readable file format list
- 02:13 AM Revision aed128ee (qgis): Merge pull request #5801 from DelazJ/metadataCatPus
- Some tweaks on Metadata-->Category dialog
- 02:13 AM Revision 6c9a75fb (qgis): Merge pull request #5732 from DelazJ/colorDialogTitle
- Some general tweaks to dialogs
- 01:56 AM Revision 6e182107 (qgis): Merge pull request #5657 from DelazJ/patch-2
- [Bugfix] Snapping widget: Ensure layer column is fully visible
- 01:39 AM Revision 163a1f92 (qgis): Merge pull request #5473 from DelazJ/saveas-symbology
- Hide symbology export options when not compatible
2017-12-10
- 04:10 PM Revision d281b448 (qgis): (Re)move #include "qgshelp.h" from .h files
- 02:17 PM Revision 02b69763 (qgis): Port WCS test away from QScript
- 01:01 PM Revision a45908f9 (qgis): Remove dependency on QtScript
2017-12-09
- 12:06 AM Revision 010cb156 (qgis): Merge pull request #5819 from nyalldawson/dialogs
- New layer dialog improvements
- 11:31 PM Revision a603a3d7 (qgis): Use standard names for geometry types
- 11:25 PM Revision 83dea920 (qgis): Fix ui merge
- 11:20 PM Revision e6f6d498 (qgis): Add missing 'm values' checkbox to create shapefile dialog
- 11:19 PM Revision fd104257 (qgis): Align CRS selector with geometry widgets in new layer dialogs
- Since it's directly related to the geometry settings, and is
only enabled when the geometry is selected, it should be... - 11:19 PM Revision f2901099 (qgis): Fix and update mapping of ogr wkt types to QGIS wkb types
- 11:19 PM Revision 6ed44ff8 (qgis): Correctly set initial state of new memory dialog
- 11:17 PM Revision fe42464c (qgis): Use standard names for multi* geometry types
- 04:10 PM Revision fb28adfb (qgis): Merge pull request #5820 from elpaso/colorramp-hidpi
- Adjust colorramp height on HiDPI screens
- 04:07 PM Revision e479b715 (qgis): [bugfix] Do not crash when layer is destroyed while loading
- Fixes #17636 QGIS crashes when a layer is removed
while loading the attribute table - 11:40 AM Revision 920d760e (qgis): Fix missing signal/slot connection resulting in non-woring autocomplete...
- Backported from d7b08c78faeda9b35882f89913990a253d3b1ab8
- 09:49 AM Revision e4cf0655 (qgis): Fix insert rows when there are no rows
- This condition was hitting an assert in Qt core.
- 09:48 AM Revision b6dd62fa (qgis): [hidpi] Apply UI_SCALE_FACTOR multiplier to font metrics
- On windows too.
- 07:26 AM Revision 53ebe050 (qgis): Merge pull request #5825 from nyalldawson/gdal
- [processing] Some GDAL algorithm fixes
- 02:00 AM Revision 41ca084d (qgis): Add Title and Help button to "Symbol levels" dialog
- 02:00 AM Revision a4cf840d (qgis): Add Cancel button to "Size Legend" dialog
- because it's easier than hitting the cross button if you want to leave the dialog
- 02:00 AM Revision 99568643 (qgis): Enable help button and title in color dialogs
2017-12-08
- 10:38 PM Revision 7961ef3d (qgis): Merge pull request #5829 from cjmayo/fix-xml-bookmarks-2.18
- Fix bookmarks import and export menu items
- 08:32 PM Revision e86c4e29 (qgis): Fix bookmarks import and export menu items
- Method names were changed by 89d52e5d426717cc ("[bugfix] Various
Bookmarks issues backported"). - 02:00 PM Revision ac2d111e (qgis): Release of 2.18.15
- 02:00 PM Revision ea983fa8 (qgis): Release of 2.14.21
- 07:50 AM Revision 297138f1 (qgis): Fix ui build warnings
- 07:47 AM Revision 6a738014 (qgis): Ensure canvas is refreshed after triggering Select All
- 07:02 AM Revision 1ea83e22 (qgis): Allow appending layers to existing spatialite in its create layer dialog
- 06:25 AM Revision b578f8af (qgis): Fix layer handling in import to postgis algs
- 06:24 AM Revision 2d4a4652 (qgis): [processing][gdal] Spatial extent filter for import to postgis
- should be optional
- 06:18 AM Revision 846400cb (qgis): Resurrect GDAL import to PostGIS (available connections) alg
- Fixes #17605
- 06:12 AM Revision 11c1f3a7 (qgis): [need-docs] reorganize the new spatialite layer dialog (#5824)
- 06:05 AM Revision 3a5caaf9 (qgis): Add missing proxy calls for QgsProcessingFeatureSource, causing
- inefficient base class methods to be used instead.
- 05:50 AM Revision be962c7d (qgis): Faster command generation in gdal algorithm dialog, by skipping forced ...
- 05:09 AM Revision 96c7e6e0 (qgis): [processing][gdal] Cleanup some code, add method to customise
- generated command based on whether the algorithm is actually
executing or just being displayed in the UI as a command - 02:08 AM Revision 15e7d57f (qgis): Hide "whats this" buttons on all dialogs on Windows
- Since it's totally useless and does nothing at all.
*Requires Qt >= 5.10 - 02:05 AM Revision 14f754ac (qgis): Enable geometry restore for annotation config dialogs
2017-12-07
- 07:42 PM Revision 5473ebab (qgis): Merge pull request #5822 from Gustry/fix_build_macos
- add missing include for macos
- 04:13 PM Revision 9ace5e3a (qgis): add missing include for macos
- 10:55 AM Revision 1305cccb (qgis): Fix new geopackage layer test
- 10:32 AM Revision 7e0c149b (qgis): Merge pull request #5818 from nirvn/filewidget_fest
- Use QgsFileWidget in several dialogs
- 10:24 AM Revision de0ac14a (qgis): [ui] use qgsfilewidget in the save raster as dialog
- 10:22 AM Revision 38c96fe3 (qgis): [ui] use qgsfilewidget in the create geopackage layer dialog
- 10:22 AM Revision 09e830bf (qgis): [ui] use qgsfilewidget in the save vector as dialog
- 10:15 AM Revision 251b2aef (qgis): Adjust colorramp height on HiDPI screens
- 10:00 AM Revision c2acb5fe (qgis): [ui] use qgsfilewidget in the create shapefile layer dialog
- 05:26 AM Revision cddca2f8 (qgis): [file widget] add a save file mode to allow file creation
- 03:41 AM Revision bac80aa9 (qgis): [need-docs] Reorganize the new memory layer (#5804)
- 03:39 AM Revision 571bf54d (qgis): [needs-docs] Refactor the New Shapefile dialog to mimic the GeoPackage ...
2017-12-06
- 12:37 AM Revision a12673c5 (qgis): Merge pull request #5794 from nyalldawson/layout_next2
- [layouts] Copy/paste, templates, etc
- 12:26 AM Revision ba4346b5 (qgis): Make deprecated QtScript library optional
- 12:08 AM Revision 8e777012 (qgis): Fix warning
- 11:51 PM Revision 89420fcc (qgis): Sipify
- 11:50 PM Revision 61c57bc2 (qgis): Save and restore layouts with project
- 11:50 PM Revision ac6c1312 (qgis): Fix crash when reopening existing layouts
- 11:50 PM Revision b6dab6ff (qgis): [needs-docs] Add "delete layout" action to layout designer menu
- Fixes #10436
- 11:50 PM Revision 88682b2c (qgis): [needs-docs] Add rename layout action to layout designer dialog
- Fixes #10435
- 11:50 PM Revision e5e37fca (qgis): [needs-docs] Use a QgsFileWidget for template file selector
- Rename "Add" button to "Create"
- 11:50 PM Revision 696b21ad (qgis): Fix layout designer window title
- 11:50 PM Revision a30dd8a1 (qgis): Port composer manager dialog to layouts
- Not exposed via GUI yet, but can be shown by entering
iface.showLayoutManager()
in the Python console - 11:50 PM Revision 66b4b451 (qgis): Try to fix issues with sip casting collisions between layout and
- compositions
- 11:50 PM Revision a9896eac (qgis): Port a bunch of QgsLayoutManager methods to use QgsLayouts
- 11:50 PM Revision d69290ea (qgis): Indentation
- 11:50 PM Revision dbd5215e (qgis): #ifdef out dummy test item
- 11:50 PM Revision 9c4a98f0 (qgis): Port a few file related actions to layouts
- 11:50 PM Revision 17656f23 (qgis): Pasting items from layout context menu pastes them at menu origin
- instead of final cursor position
- 11:49 PM Revision a64a6758 (qgis): [FEATURE][layouts] Support drag and drop of QPT templates onto layout w...
- To add contents of template onto layout
- 11:49 PM Revision eea36c02 (qgis): Add custom drop handlers for layout windows
- 11:49 PM Revision 3a0b7516 (qgis): Port duplicate layout functionality
- 11:49 PM Revision 885f0a56 (qgis): Handle linking items when adding from templates
- 11:49 PM Revision b0dea08b (qgis): Fix pages are incorrectly loaded from templates when adding items
- 11:49 PM Revision 59b6bf62 (qgis): Add a method to clear an existing layout
- 11:49 PM Revision ef9e013a (qgis): Fix crashes when rapidly deleting/undeleting objects
- Also fix some leaks
- 11:49 PM Revision a4dea993 (qgis): Restore ability to save layouts to templates and add items from template
- 11:49 PM Revision 8feac30f (qgis): Add method to clear page collections for layouts
- 11:49 PM Revision 6a78d489 (qgis): Restore paste in place functionality
- 11:49 PM Revision b7e338bd (qgis): Add test for pasting items at set position
- 11:49 PM Revision d36884f1 (qgis): Fix pasting items to the top or left of first page
- 11:49 PM Revision acb956a5 (qgis): Deduplicate code relating to shifting item positions in layout units
- 11:49 PM Revision b74a0efa (qgis): Work on layout and layout item serialization and restoration
- 11:49 PM Revision d2fcf113 (qgis): [layouts] Add context menu entries for "copy" and "delete" item to
- items list panel right click menu
Refs #11581 - 11:49 PM Revision c3e84011 (qgis): Remove outdated TODO
- 11:49 PM Revision feec186f (qgis): [layout] Add context menu entries for cutting/copying, and pasting items
- Fixes #1830
- 11:49 PM Revision b03ce047 (qgis): Start restoring copy/paste functionality
- 11:49 PM Revision f60da582 (qgis): Add some unit tests
- 11:05 PM Revision 5f0689a4 (qgis): Merge pull request #5812 from elpaso/bookmarks-backport
- [bugfix] Various Bookmarks issues backported
- 08:28 PM Revision cb96e1ba (qgis): [processing] Fix merge vectors algorithm fails when encountering
- layers with different dimensions or single/multi part types
and port algorithm to c++ - 08:28 PM Revision ca75e8c0 (qgis): Remove obsolete python alg, add unit tests
- 08:28 PM Revision 3c4fb26d (qgis): Add option to control CRS for merge algorithm (fixes #9652)
- The default behaviour of auto selecting the first layer's CRS
can be unpredictable, especially in models - 06:48 PM Revision bfe03370 (qgis): [offline] Apply attribute changes on multiple layers
- Fix #17647
- 06:47 PM Revision cb94bcf5 (qgis): Merge pull request #5814 from m-kuhn/fixMultiLayerOfflineEditing
- [offline] Apply attribute changes on multiple layers
- 06:22 PM Revision 3bbda6cf (qgis): [offline] Apply attribute changes on multiple layers
- Fix #17647
- 03:13 PM Revision 89d52e5d (qgis): [bugfix] Various Bookmarks issues backported
- Backport of several master commits that
fix a series of issues in the bookmarks
panel - 03:09 PM Revision ab859c9b (qgis): use 'close' on last tab of message log viewer to clear it
- 01:31 PM Revision b72c569c (qgis): [doxygen] replace @see by \see
- 01:31 PM Revision 906259b2 (qgis): [doxygen] remove useless @brief
- 01:31 PM Revision f29306d4 (qgis): [doxygen] replace @param by \param
- 01:08 PM Revision 14e6df45 (qgis): Merge pull request #5780 from pblottiere/bugfix_reshape2
- [bugfix] Do not add binding line in both side in reshape map tool
- 12:20 PM Revision 0399920b (qgis): [tr] Polish translation update: don't redirect to non-existing Polish d...
- 12:19 PM Revision ed507620 (qgis): [doxygen] \see must be placed after params
- 12:19 PM Revision e48cf98e (qgis): run sipify
- 12:19 PM Revision 53a86932 (qgis): [sipify] creates links in seealso
- 12:09 PM Revision 0c60b6de (qgis): [tr] Polish translation update
- 09:31 AM Revision 70647048 (qgis): [3d] Have 3D View tab in vector layer properties (fixes #17595)
- (only when 3D support is enabled)
- 09:00 AM Revision c1b158fa (qgis): [tr] Polish translation update
- 08:56 AM Revision b7fe407f (qgis): Update tests
- 08:50 AM Revision 8ecae4f5 (qgis): [bugfix] Bookmarks fix zoom to with coordinate transform
- Forward port of an unreported bug introduced
by me when I changed the display value to
EPSG:xxxx - 08:25 AM Revision c9038f48 (qgis): Update sip binding
- 08:25 AM Revision cc660b18 (qgis): Add some tests
- 08:25 AM Revision 096f6895 (qgis): [bugfix] Do no add binding line in both side in reshape map tool
2017-12-05
- 05:59 PM Revision aa68a9fa (qgis): Merge pull request #5774 from pblottiere/bugfix_ref_rel_null
- [bugfix] Fixes crash in QgsRelationReferenceWidget
- 04:01 PM Revision fea3a770 (qgis): Merge pull request #5775 from pblottiere/fix_ref_rel_null
- [bugfix] Constraints are updated even if the key is deleted from the keyboard
- 03:59 PM Revision 7c2732d1 (qgis): Fixes crash in QgsRelationReferenceWidget
- 03:07 PM Revision 79e27895 (qgis): Fix a tooltip (backport from 3.0). Fixes #17578
- 03:04 PM Revision 1cd8b948 (qgis): Fix a tooltip
- 01:41 PM Revision 51ec70ab (qgis): Fix missing signal/slot connection resulting in non-woring autocomplete...
- This oneliner introduces the missing signal/slot connection, and fixes the bug.
- 11:44 AM Revision 85169ac2 (qgis): Merge pull request #5782 from borysiasty/release-2_18
- [processing] Fix Frequency_analysis' parent group
- 11:32 AM Revision 7584bf13 (qgis): Consistent capitalisation
- 11:12 AM Revision 8cb206e0 (qgis): Fix missing delete action for gpkg layers in browser
- 11:05 AM Revision eda3d6e4 (qgis): Fix use of QWidgets from non-gui thread
- 11:01 AM Revision 2ca90545 (qgis): Merge pull request #5773 from SrNetoChan/add_missing_tooltips
- Adds missing tooltips
- 10:54 AM Revision ba9e1995 (qgis): Merge pull request #5798 from wonder-sk/polygon-3d-fixes
- [3d] Tessellator fixes + culling mode configuration for 3D polygons
- 09:49 AM Revision db9fc285 (qgis): Add documentation for new overridden constructors
- 09:21 AM Revision 85a7ba77 (qgis): Merge pull request #5795 from elpaso/delegate-leaks
- Fix Some Delegate leaks
- 09:18 AM Revision 2b3fbc77 (qgis): Don't leak in metadatawidget delegates
- 09:18 AM Revision efad2f6a (qgis): Don't leak memory in qgsnodeeditor delegates
- 08:58 AM Revision 1f6cd31f (qgis): Fixes after review
- 08:46 AM Revision 011e254e (qgis): [3d] Read/write camera position of the 3D map view in project
- 05:52 AM Revision ad54073b (qgis): [processing] list native QGIS algorithms first in modeler dialog
- 04:05 AM Revision 13cb44fd (qgis): Fix initial extent of map canvas is loaded incorrectly from projects
- 02:40 AM Revision 9d0b0f27 (qgis): Fix crash in standalone apps when no QgsApplication available
- 02:02 AM Revision 4671acb8 (qgis): Fix coverity unreachable code warning
- Was preventing conditional formatting decorations from showing
in relation widgets - 02:00 AM Revision 45fb6e92 (qgis): Fix coverity uninitialized member warnings
- 01:56 AM Revision fa5a8311 (qgis): Fix coverity null pointer dereference warnings
- 01:34 AM Revision 75c99800 (qgis): Fix coverity ignored return value warnings
- 01:17 AM Revision b0a36e9b (qgis): Merge pull request #5789 from nyalldawson/render_jobs
- [Rendering] Only render in preview jobs layers that are fast enough
2017-12-04
- 12:51 AM Revision b26c14ef (qgis): Merge pull request #5799 from nyalldawson/mingw
- Mingw build fixes and windows build warning fixes
- 12:02 AM Revision 56508b57 (qgis): Update docs
- 12:02 AM Revision 5ee9cdd2 (qgis): Rename layerRenderingTime()->perLayerRenderingTime()
- 12:02 AM Revision be954585 (qgis): Always show WMTS/XYZ layers in preview jobs (to pre-warm cache)
- 12:02 AM Revision 91c91307 (qgis): Run canvas preview jobs sequentially
- Only start the next job when the previous one has completely finished.
Avoids flooding connection pools with too many... - 12:02 AM Revision 01e8ed85 (qgis): More flexible API for preview job determination
- 12:02 AM Revision 16a1bd79 (qgis): Store previous layer rendering time in canvas, not map layer
- 12:02 AM Revision 997619c9 (qgis): [Rendering] Only render in preview jobs layers that are fast enough
- This implements the improvements discussed in the mailing list thread
https://lists.osgeo.org/pipermail/qgis-develope... - 12:02 AM Revision 38cca6ca (qgis): Tweak API
- 11:47 PM Revision 32ba5bf2 (qgis): Merge pull request #5791 from nyalldawson/geom_snapper_vertices
- Fix geometry snapper sometimes creates unwanted overlapping segments when snapping line layers
- 10:30 PM Revision 46895378 (qgis): Fix build warning
- 10:28 PM Revision b773d617 (qgis): [3d] Tessellator fixes + culling mode configuration for 3D polygons
- - missing vertical walls since a recent tessellator crash fix (fixes #17604)
- choice of the culling mode - no cullin... - 10:03 PM Revision 13614dc4 (qgis): Readability fix
- 10:01 PM Revision 11f610b7 (qgis): Fix build using mingw
- Credit to t-hey
- 06:37 PM Revision f180ea44 (qgis): [Plugin manager] Use raw string for zip file path to avoid escaping '\U...
- 03:44 PM Revision 053fec89 (qgis): Fix untranstatable strings
- 02:57 PM Revision 1cef9826 (qgis): Fix build warning
- 02:57 PM Revision 5d8783f9 (qgis): Hide aggregate button in non-aggregate context
- 09:40 AM Revision e4dabe57 (qgis): Don't leak memory in bookmarks delegate
- 04:41 AM Revision 57dc9deb (qgis): Add API to ease saving and restoring widget geometry. (#5615)
- Usage:
- QgsGui::instance()->enableAutoGeometryRestore( this ); just
after setupUi in your widgets to enable.
- Rem... - 04:10 AM Revision 21fe98d5 (qgis): Sipify
- 02:35 AM Revision d3e561fc (qgis): Fix build warning
2017-12-03
- 08:52 PM Revision fa8e655b (qgis): Some tweaks on Metadata-->Category dialog
- Use the + button and add new tooltips
- 09:20 AM Revision 2aeb5a9a (qgis): [tr] Spanish translation update
- 08:06 AM Revision 5a818707 (qgis): Update tests
- 06:16 AM Revision 5b5560aa (qgis): Set default method for check validity alg
- 06:12 AM Revision a441b739 (qgis): Less debug noise in geometry validator
- 06:10 AM Revision 113c21e8 (qgis): [geometry snapper] Don't create invalid geometries with duplicate nodes
- Fixes #15247
- 05:58 AM Revision 484a6115 (qgis): Show cell values in tooltips in attribute table
- Otherwise long values can be truncated and hard to read
- 05:58 AM Revision e12621ce (qgis): Add API method to remove duplicate nodes from geometries
- Removes duplicate nodes from the geometry, wherever removing the
nodes does not result in a degenerate geometry.
By ... - 05:58 AM Revision 5b05699f (qgis): Add some tags to check validity algorithm
2017-12-02
- 11:03 PM Revision 0b452cab (qgis): Spelling
- 10:10 PM Revision 928afdd8 (qgis): Fix geometry snapper sometimes creates unwanted overlapping segments
- when snapping line layers
Because the default behavior of the snapper is to insert extra
vertices into the snapped g... - 02:48 PM Revision ad99686f (qgis): [tr] Spanish translation update
- 09:42 AM Revision d0e927a8 (qgis): Fix rubber band handing of curved geometries (#5790)
- 09:32 AM Revision f8788b91 (qgis): [3d] Fix style copy/paste for 3D renderer (fixes #17540)
- 09:29 AM Revision be76e238 (qgis): [3d] Disable 3D view for unprojected (lat/lon) CRS
- The fact that the map units are in degrees instead of meters means that various bits of the code
(e.g. tolerances) ar... - 08:43 AM Revision 02d9e145 (qgis): Enable preview jobs to improve projection map UX when dragging around
- 08:36 AM Revision bec099ea (qgis): Fix displayed extent for US National Atlas CRS (and others) on projecti...
- 04:32 AM Revision 389435e1 (qgis): Merge pull request #5729 from nyalldawson/proc_dyanmic
- [processing] Expose dynamic ("data defined") numeric parameters to gui
- 02:46 AM Revision 65a0c069 (qgis): Merge pull request #5430 from nyalldawson/raster_formats
- [FEATURE] More output format choices in raster save as dialog
- 02:17 AM Revision c5f65359 (qgis): Cache field lookup when evaluating field-based property values
- 02:17 AM Revision d1a71f09 (qgis): Update algorithms for new API
- 02:17 AM Revision 9378f392 (qgis): Show closest vertex attributes in identify tool for multipoint layers
- 02:17 AM Revision 8c9147ea (qgis): [processing] Make set m value accept dynamic m values
- 02:17 AM Revision 1625d1fa (qgis): Disable direct parameter value input when data defined override is set
- 02:17 AM Revision 86958937 (qgis): Tweak processing API to better handle dynamic properties
- 02:17 AM Revision b782fab5 (qgis): [processing] Make buffer distance a dynamic property
- Data defined buffer distance through the processing toolbox!
- 02:17 AM Revision 4b464f3d (qgis): [processing] Allow data defined z value for "set z value" algorithm
- Allows easy setting of z from an existing height attribute!
- 02:17 AM Revision 901dae11 (qgis): [processing] Expose data defined button for dynamic numeric parameters
- When running algorithms through the toolbox, which have dynamic
numeric parameters, add a data defined property overr... - 02:17 AM Revision 58ab5077 (qgis): Fix failing test
- 02:16 AM Revision ecbc4718 (qgis): [processing] Some more framework for dynamic (data defined) parameters
- 02:13 AM Revision 618baf92 (qgis): Small refactor of QgsPropertyOverrideButton
- 02:11 AM Revision 9e4518fe (qgis): [FEATURE] More output format choices in raster save as dialog
- Previously only geotiff format was available, even though the
underlying QgsRasterFileWriter/GDAL libraries support o... - 02:11 AM Revision 5f77a48e (qgis): Remember window geometry for raster save dialog
- 01:43 AM Revision 6b23e1f2 (qgis): Merge pull request #5600 from Gustry/sortby
- add order by expression algorithm
- 01:43 AM Revision b8b8c1ae (qgis): Merge pull request #5787 from nyalldawson/index
- Fix OGR provider cannot create attribute or spatial indexes for GeoPackage/SQLite layers
2017-12-01
- 12:01 AM Revision aaa18e0b (qgis): Address review comments
- 11:27 PM Revision 791eb91b (qgis): Fix OGR provider cannot create attribute or spatial indexes for
- GeoPackage/SQLite layers
Previously this capability was only exposed for shapefiles,
but was available in the spatia... - 06:23 PM Revision 31c79da5 (qgis): Don't crash when project has no layers
- This only crashes when Qt is built in
debug mode because there is an assert
in the item model class that checks for
i... - 06:21 PM Revision abb7d2a1 (qgis): Revert force WMS rendering in non-gui thread
- Fix #17379
- 02:30 PM Revision 19b062c3 (qgis): Merge pull request #5766 from Gustry/file_downloader
- Display the downloaded size in QgsFileDownloaderDialog
- 02:30 PM Revision b22825a4 (qgis): Merge pull request #5779 from elpaso/bugfix-17003-16350-bookmarks
- [bugfix] Bookmarks: fix a crash and show 6 digits
- 02:14 PM Revision 8f0306ba (qgis): [processing] Fix Frequency_analysis' parent group
- 12:07 PM Revision 6c897b6b (qgis): [bugfix] Bookmarks: fix a crash and show 6 digits
- Fixes #17003 Spatial bookmarks keyboard navigation:
right-arrow causes a row to appear below the current
one and look... - 11:53 AM Revision 0e2207ab (qgis): Merge pull request #5776 from elpaso/bugfix-17005-bookmarks-sorting
- [bugfix] Bookmarks sorting with a proxy model
- 10:42 AM Revision db855029 (qgis): Fix not-set defaults for numeric parameters were converted to 0
- 10:42 AM Revision 0fcbeb78 (qgis): Add missing qHash for older Qt versions
- 10:42 AM Revision 8026008a (qgis): [processing] group option for autoincrement field algorithm
- 10:42 AM Revision 1c1de3a8 (qgis): [processing] Fix optional numeric parameters cannot be cleared
- Without this change optional numeric parameters have no way to
be cleared in the GUI - they are always forced to have... - 10:42 AM Revision 6b56565f (qgis): Show nicer tooltips for numeric processing parameters
- With min/max and default values (when set)
- 10:42 AM Revision 297e8561 (qgis): Bump lowest possible min for numeric parameters to -DBL_MAX + 1
- We need to reserve -DBL_MAX as a special value, to allow it to
work correctly in QDoubleSpinBoxes (limitation of QDou... - 10:42 AM Revision 8303b946 (qgis): [processing] Fix optional layer parameters are filled by default
- Refs #17471
Not a full fix for 17471 - that requires handling of optional
numeric values too - 09:52 AM Revision 62ff88af (qgis): Merge pull request #5737 from elpaso/hidpi-cursors
- [bugfix][hidpi] Scalable SVG theme cursors
- 08:15 AM Revision f6e63d7f (qgis): Fixes and cleanups to algorithm dialogs
- 08:15 AM Revision ce170918 (qgis): Start moving processing algorithm dialog to c++
- In an attempt to avoid Python global interpreter locks which
block the UI thread. - 07:53 AM Revision 3d2665f7 (qgis): Merge pull request #5777 from cdavila/release-2_18
- [tr] Spanish translation update
- 06:47 AM Revision 3c238a2b (qgis): Add missing overrides
- 03:43 AM Revision bcc1b91b (qgis): Merge pull request #5717 from nyalldawson/layout_next4
- [layouts] Port/adapt all remaining item types
2017-11-30
- 12:00 AM Revision e1ce7dda (qgis): Show algorithm ID in tooltip in toolbox
- 12:00 AM Revision d7111b78 (qgis): Standardise some algorithm names
- 12:00 AM Revision c12770d0 (qgis): Indentation
- 11:23 PM Revision 774b9e7a (qgis): [tr] Spanish translation update
- 06:37 PM Revision 8233a8fb (qgis): [bugfix] Bookmarks sorting with a proxy model
- Fixes #17005 spatial bookmarks can't be sorted
I believe that this has been broken since https://github.com/qgis/QGI... - 06:21 PM Revision 33737a63 (qgis): Update widget wrapper status only when necessary
- 06:20 PM Revision 306b3fac (qgis): [3d] Rename "Reset view" to "Zoom Full" (fixes #17568)
- 06:16 PM Revision 512acca7 (qgis): Update constraints when foreign key is manually updated with empty string
- 06:03 PM Revision 43fd3512 (qgis): Merge pull request #5772 from elpaso/bugfix-17584-bookmarks-sync
- [bugfix] Bookmark project sync
- 05:30 PM Revision 8aa05735 (qgis): Merge pull request #5768 from wonder-sk/fix-17514-crs-change
- Fix 3D view if terrain DEM is in different CRS
- 05:21 PM Revision 95e40c24 (qgis): Adds missing tooltips
- 03:24 PM Revision 133051a1 (qgis): add warning about sort algorithm might not work as expected
- 03:22 PM Revision 7303297d (qgis): add some notes in processing test readme
- 03:22 PM Revision 1b8faa2a (qgis): add sort by expression algorithm
- 02:29 PM Revision 88054a37 (qgis): display the downloaded size in QgsFileDownloaderDialog
- 10:23 AM Revision ded892ea (qgis): [needs-docs] Add some shortcuts for opening the attribute table
- Adds:
- shift + f6: show table filtered to selected features
- ctrl + f6: show table filtered to visible features
(T... - 10:03 AM Revision f6ffb00c (qgis): fix #17562 broken legend uris
- 10:01 AM Revision ed2e83cb (qgis): Move "Add circular string" to regular shapes toolbar
- It's not a basic digitizing tool
- 09:35 AM Revision 042fd33d (qgis): [bugfix] Bookmark project sync
- Fixes #17584 Spatial Bookmarks checkbox is not synced with project status
- 08:43 AM Revision 3b7d2e33 (qgis): Merge pull request #5762 from pblottiere/fix_typo_as
- Fixes typos in auxiliary storage documentation
- 06:17 AM Revision f6acf376 (qgis): Fix processing errors on startup and execution on MacOS (#5769)
- 06:12 AM Revision f5702aba (qgis): [processing] fix DlgModeler.ui layout warnings
2017-11-29
- 10:04 PM Revision 656de62e (qgis): Use screen to grab instead of deprecated grabWidget
- 06:22 PM Revision 997286fe (qgis): Fix doc coverage test
- 05:45 PM Revision d7485a43 (qgis): [pyqgis-console] fix strings in options tooltips
- 05:05 PM Revision ebde3be2 (qgis): [3d] Reproject DEM for terrain if the DEM has different CRS (fixes #17514)
- 03:25 PM Revision a10e7538 (qgis): processing test for difference algorithm (#5764)
- 02:30 PM Revision e8213b8e (qgis): Merge pull request #5757 from slarosa/pyconsole_ui_improvements
- [pyqgis-console][ui] move find text tools to toolbar widget
- 01:45 PM Revision de3aa0c9 (qgis): Merge pull request #5767 from rduivenvoorde/fix_#17580_missing_flags
- flags apparently converted from png to svg
Fix #17580 - 01:25 PM Revision 825ff85a (qgis): Update Polish translation
- 01:17 PM Revision 6378332c (qgis): flags apparently converted from png to svg
- 12:57 PM Revision 30fad6ef (qgis): Merge pull request #5765 from elpaso/bugfix-17539-bookmarks
- [bugfix] Fix broken bookmarks
- 12:35 PM Revision 7e711f13 (qgis): [bugfix] Fix broken bookmarks
- Fixes #17539 I can only create one spatial Bookmark in current master
In fact there were other bugs (like loosing SR... - 11:45 AM Revision 62543eb4 (qgis): [3d] Cleaned up code for camera translation + tests
- 09:19 AM Revision 2c65dbcd (qgis): [offset curve tool] fix two serious issues (#5760)
- - broken polygon support (fixes #15222)
- lost of parts when using tool with mutlipart features - 08:44 AM Revision e0290a9f (qgis): Merge pull request #5745 from alexbruy/processing-cleanup
- Processing cleanup
- 08:31 AM Revision 6d87c2b2 (qgis): Update sip binding
- 08:31 AM Revision 1b86c213 (qgis): Fix typos in auxiliary storage doc
- 07:40 AM Revision 29bfb10f (qgis): Ensure ellipsoid is correctly set for new projects
- 05:51 AM Revision e4ce6234 (qgis): Merge pull request #5758 from nyalldawson/leftof
- Geometry "leftOf" improvements
- 05:50 AM Revision a3a79b9a (qgis): Fix network analysis routing fails in some cases (refs #11687)
- 05:50 AM Revision 62dbf4ce (qgis): GML is too fragile, but shapefiles, you've never let me down...
- 05:50 AM Revision f8bad497 (qgis): [processing] Make split with lines output single part features
- instead of keeping parts collected into a single multipart feature
- 05:50 AM Revision 38a66e57 (qgis): [processing] Fix Geometries algorithm should only keep results
- with the same geometry type as the original features
Otherwise it's inserting points into line features when the
geo... - 05:29 AM Revision b8a62f4f (qgis): More tweaks to leftOf logic
- 01:10 AM Revision ebe16f15 (qgis): Update API breaks docs
- 01:04 AM Revision 3341a3e9 (qgis): Unify behavior of various geometry API leftOf tests
- Now instead of mixing bools/numeric returns, we always use
ints, where:
-1 = left
0 = test failed, e.g. point on line...
2017-11-28
- 12:41 AM Revision 2a960c5e (qgis): Fix #17573 inconsistency of icons in layer trees
- 12:40 AM Revision d90b50fb (qgis): display apple cmd symbol instead of ctrl in the legend
- 12:14 AM Revision 2f43deb9 (qgis): closestSegmentWithContext() doc and test fix
- 12:14 AM Revision 07fd7136 (qgis): fixed closestSegmentWithContext() paramas in Python
- 11:40 PM Revision 77f5959a (qgis): [pyqgis-console][ui] move find text tools to toolbar widget
- 11:02 PM Revision 3b933f56 (qgis): [hidpi] New icons and bigger cursors
- Cursors are now approximately 24x24 pixels on 96dpi
- 09:14 PM Revision 5652501c (qgis): [pyqgis-console] update api files and qsci_apis/generate_console_pap.py...
- 09:05 PM Revision 52efa5c3 (qgis): [pyqgis-console] fix missing import for pap file compiler
- 08:46 PM Revision d612364a (qgis): Fix plural modeler tool -> modeler toolS
- 08:45 PM Revision e34d7fb6 (qgis): Fix left of test for linestrings
- The test was returning invalid results for certain geometries
- 08:12 PM Revision 8b454ea3 (qgis): [pyqgis-console] prepared APIs file updated
- included APIs are:
* PyQGIS3
* PyQt5
* Python3.6
* GDAL-2.2.3
* GEOS-3.6.3 - 02:59 PM Revision a316530b (qgis): Merge pull request #5744 from pblottiere/refrel_crash
- [bugfix] Fixes a crash in QgsRelationReferenceWidgetWrapper
- 01:44 PM Revision 65847498 (qgis): remove extra quotes from map tips (fix #17491)
- 11:27 AM Revision d65c0367 (qgis): [processing] remove old params from wrappers
- 11:27 AM Revision 3d4a59bb (qgis): [processing] cleanup files from unused code and remove some files
- 11:27 AM Revision 0059b2b6 (qgis): [processing] remove Python 2 compatibility layer
- 11:27 AM Revision ee8435a7 (qgis): [processing] remove unused files
- 09:07 AM Revision e47a6a55 (qgis): Merge pull request #5747 from elpaso/backport-pr-5720
- [bugfix] Categorized style issue using numeric fields with NULL values
- 08:48 AM Revision 0f1f24a1 (qgis): Merge pull request #5743 from m-kuhn/fix17564
- Fix crash with constraint results and custom .ui
- 08:47 AM Revision 2499a20a (qgis): Merge pull request #5746 from elpaso/backport-pr-5707
- [ui][bugfix] lineedit add margin for X icon
- 08:46 AM Revision 92049054 (qgis): Merge pull request #5742 from elpaso/backport-bugfix-17517
- [bugfix] Crash on raster layer render change from python
- 08:41 AM Revision 4705da30 (qgis): [hidpi] New cursor icons for identify and sampler
- Thanks Alexandre Neto!
- 07:40 AM Revision b8f708ff (qgis): [FEATURE][needs-docs] Add OGC filters to WMS
- Implement https://github.com/qgis/QGIS-Enhancement-Proposals/issues/104
- 07:34 AM Revision d31f60ba (qgis): Show unknown feature count instead of misleading 0 in sublayer dialog
- 04:47 AM Revision 7a09f089 (qgis): Merge pull request #5727 from nyalldawson/sublayer
- Fix ogr sublayer handling of names containing ":"
- 03:48 AM Revision 2156e89c (qgis): Merge pull request #5748 from nyalldawson/offset_tool
- Fix offset curve tool offsets curves in opposite direction to mouse
- 02:19 AM Revision 5c66526c (qgis): Pressing escape cancels offset tool
- 02:14 AM Revision 8a7fc259 (qgis): [offset tool] Also check for ctrl modifier on final click
- Otherwise copies are only made if ctrl was held on the first click,
but holding ctrl on the second click is also a na... - 02:05 AM Revision 9aa57526 (qgis): Use QgsGeometry API for offset tool instead of raw geos calls
- 01:11 AM Revision dacced8c (qgis): Cleanup some offset tool code
2017-11-27
- 10:42 PM Revision 1d0db0b0 (qgis): Fix offset curve tool offsets curves in opposite direction to mouse
- 07:01 PM Revision e214c6f4 (qgis): Introduce QgsVector3D for 3D vectors with double precision
- QVector3D with single precision is not always enough (it has only ~7 significant digits)
- 06:15 PM Revision cf009252 (qgis): [bugfix] Categorized style issue using numeric fields with NULL values
- Backported from master PR 5720
Fixes #17442 - 06:02 PM Revision 106b8b63 (qgis): [ui][bugfix] lineedit add margin for X icon
- Backported from master PR 5707
Fixes #17262 - 05:36 PM Revision 3c702c07 (qgis): Fix crash with constraint results and custom .ui
- Fix #17564
- 05:11 PM Revision 7ff6470d (qgis): Add test
- 05:11 PM Revision b1008c7a (qgis): Fixes relation reference widget crash when no relation
- 05:01 PM Revision 7bce7ea9 (qgis): [3d] Fix crash in tessellator with near coords (fixes #17286, fixes #17...
- As the readme of poly2tri library says: "Poly2Tri does not support repeat points within epsilon."
When the coordinat... - 05:01 PM Revision 721551f8 (qgis): qDebug -> QgsMessageLog
- 03:37 PM Revision 346ab609 (qgis): [hidpi] Auto-scale cursors based on DPIs
- This should work well on different DPI screens.
Still needs some testing on the various platforms. - 03:30 PM Revision fa7082b9 (qgis): [bugfix] Crash on raster layer render change from python
- Backported from master PR https://github.com/qgis/QGIS/pull/5696
Fixes #17517 - 03:29 PM Revision 5631094b (qgis): Merge pull request #5741 from elpaso/ogr-filter-backport
- [bugfix] Update layer editable state when filter is changed
- 02:35 PM Revision 0577b2e6 (qgis): [bugfix] Update layer editable state when filter is changed
- Fixes #17507 Unable to edit filtered GeoPackage layer
Backported from master https://github.com/qgis/QGIS/pull/5691 - 01:49 PM Revision f206a757 (qgis): Add override
- 01:23 PM Revision 7f5128bf (qgis): [bugfix] Add a warning icon and tooltip to WFS sources
- Fixes #16753 off-line editing synchronization cripples
the original datasource if this is a WFS-T Layer
Backported f... - 11:51 AM Revision 7ae8e164 (qgis): [bugfix][hidpi] Scalable SVG theme cursors
- Add support for SVG cursor:
ZoomIn,
ZoomOut,
Identify,
CrossHair,
CapturePoint,
... - 11:48 AM Revision d147064f (qgis): Merge pull request #5697 from pblottiere/server_bugfix_getprojectsettings
- [server][bugfix] Fixes #17519 by fixing GetProjectSettings response
- 10:15 AM Revision d0ffaa7c (qgis): Fixes #17519 by fixing GetProjectSettings response
- 10:15 AM Revision 4aa97d86 (qgis): Add a test
- 09:14 AM Revision 485cd80a (qgis): Merge pull request #5695 from pblottiere/bugfix_virtuallayer_218
- [backport][bugfix] Fixes #16798 FilterFid feature requests with virtual layers
- 08:29 AM Revision 9bfb3f31 (qgis): Fix regexp_substr expression function returning whole match instead of ...
- 05:52 AM Revision 01d1be9d (qgis): Update API break docs
- 05:00 AM Revision b2c396fd (qgis): Fix #17510 - Better scoping of QgsProjectionSelectionDialog inside QgsP...
- 02:54 AM Revision 877c0dc2 (qgis): Update bounds srs.db in source from epsg db
- 02:54 AM Revision 0717835f (qgis): Remove bound sync from crssync. Not longer needed
- 02:54 AM Revision cecb89d0 (qgis): Update srs.db with new bounds
- 02:32 AM Revision 149e331d (qgis): Fix data defined button icon size on hidpi screens
- 01:16 AM Revision 60a56c37 (qgis): Fix slightly oversized filter clear icons
- And make sure on low-dpi screens the icon size is 16px for
pixel-snapped rendering of the svg
2017-11-26
- 12:55 AM Revision a111a1cb (qgis): Fix macOS Qt 5.9+ close boxes do not show on document mode tab bar tabs
- Setting any stylesheet makes the default close button disappear.
Setting a custom close button temporarily works arou... - 09:11 PM Revision 193ead73 (qgis): Fix german translation (superceeds PR#5730)
- 09:01 PM Revision 4f9e2a5f (qgis): Do not change property widget status if the dialog is rejected
- refs #16766
- 09:01 PM Revision 731b57c8 (qgis): Add Cancel and Help buttons to Property assistant dialog
- because sometimes opening this dialog is a mistake and you want to close it
Also enable the Help capability - 08:57 PM Revision 54b51653 (qgis): Make frames expandable and cover needed space
- 08:55 PM Revision 62d71154 (qgis): Set a title to the 3D config widget
- 08:54 PM Revision c0e732b7 (qgis): [processing] Add QGIS 3d provider
- Adds a new QGIS processing provider for 3d algorithms, available
only when QGIS is built WITH_3D
Currently includes ... - 08:54 PM Revision 006da6e3 (qgis): Move conversion of tesselation to multipolygon to QgsTessellator
- Also
- add unit test
- fix bad tesselation due to missing origins - 08:54 PM Revision 41089f28 (qgis): Add spell check variants for tessellate
- 08:38 PM Revision 3310343b (qgis): [processing] Add a model-only "load layer to project" algorithm
- This can be used to force loading a layer into the current project.
The primary use case here is to load a preset lay... - 08:38 PM Revision bb63a83e (qgis): Add missing output from package algorithm
- 08:38 PM Revision 8c211f28 (qgis): Fix failing doc test
- 08:38 PM Revision aef0d33e (qgis): Fix definition of output file parameters
- 08:38 PM Revision 6283ca62 (qgis): [processing] Add a model-only algorithm for renaming layers
- This is required for algorithms with behaviour which depends on the
layer names (e.g. the package algorithm uses the ... - 08:38 PM Revision 3d307b41 (qgis): Improve name of memory layers output from processing
- 08:38 PM Revision 4b9986eb (qgis): [processing] Add a generic map layer output type
- For occasions when an algorithm creates a map layer, but the type
is not known in advance (i.e. could be raster OR ve... - 07:28 AM Revision a95aecaf (qgis): Fix tests
- 05:00 AM Revision f04587eb (qgis): Update tests, add new test for complex layer name
- 03:48 AM Revision 718e4985 (qgis): Fix some inefficient QString replace calls
- 03:45 AM Revision 148380ab (qgis): Fix inefficient QString splitting
- QString::split with single characters is about 10x faster than
QString::split using QStrings - 03:23 AM Revision 144e9a2e (qgis): Fix handling of ogr sublayers with ':' in their name
- Unlikely to happen, but it does occur with some layers coming
from processing models. In any case we want QGIS to be ... - 03:01 AM Revision 74514220 (qgis): Fix package layers algorithm can't take the outputs from models
- Fixes #17544
2017-11-25
- 09:34 PM Revision 96857ebd (qgis): Fix crash when a geopackage layer is open in QGIS, and then is overwritten
- with another layer with different field definitions
- 12:43 PM Revision 5c22e313 (qgis): Follow up 248bc5db032cf
- 10:54 AM Revision 3d6aa9c9 (qgis): fix en_US locale handling in QgsHelp
2017-11-24
- 04:16 PM Revision 72553a60 (qgis): Merge pull request #5710 from elpaso/api-code-cleaning-int-2-enums
- QgsVectorLayer code cleaning use enums instead of int
- 04:09 PM Revision 916c9c4c (qgis): Open heart surgery on expression context for processing sources
- 04:09 PM Revision aaf70de7 (qgis): Add test for QgsExpressionContextScope::takeScopes
- 04:09 PM Revision fd127ee6 (qgis): Fix file mode
- 04:09 PM Revision abe1a9b6 (qgis): Expression context creation for processing improvements
- Hiding away the implementation directly in QgsProcessingFeatureSource
See discussion https://github.com/qgis/QGIS/pu... - 04:03 PM Revision cf685f0f (qgis): add missing import operator (#5724)
- 01:41 PM Revision 58f55969 (qgis): Add changed return values to api break
- 12:12 PM Revision 14531964 (qgis): Merge pull request #5719 from nyalldawson/translate_z
- geometries: translate Z/M
- 12:04 PM Revision 97f749e6 (qgis): [processing] fix error when adding refactor fields alg in empty model
- (fixes #17421)
- 11:58 AM Revision c2b3ac56 (qgis): [processing] order 3rd party provider groups (#5723)
- 11:53 AM Revision 7a63a07f (qgis): Add return cases to the docs and fully qualified enums
- 11:16 AM Revision a477ea3a (qgis): [processing] move grass & saga version number to tooltips
- 10:58 AM Revision 49b23127 (qgis): [BUGFIX][Spatialite] Setting default value in loadFields with the right...
- Because Geomtry field is not added to fields list, the index do not respect the index in the table. It's necessary to...
- 09:25 AM Revision cdca0dd1 (qgis): Merge pull request #5720 from elpaso/bugfix-17442-null-categories
- [bugfix] Categorized style issue using numeric fields with NULL values
- 08:54 AM Revision 29abd9d3 (qgis): [bugfix] Categorized style issue using numeric fields with NULL values
- Fixes #17442
- 07:51 AM Revision 8b15c73d (qgis): Merge pull request #5680 from DelazJ/hidefields
- [Save As] Set fields export options visible only when compatible
- 07:26 AM Revision b786ed03 (qgis): Add a unit test
- 07:25 AM Revision cc29f0ee (qgis): Fix some doxygen warnings
- 07:18 AM Revision 6b4b9fe9 (qgis): Fix closest vertex z/m doesn't show in identify tool for multiline
- geometries, remove duplicate closest M value attribute
- 07:18 AM Revision ff900c0b (qgis): [processing] Make translate algorithm native
- And add option to translate z/m values
- 07:16 AM Revision 3268b778 (qgis): Sipify
- 07:15 AM Revision 4f08a35c (qgis): Update test masks
- 07:11 AM Revision 86669b93 (qgis): Fix z order stacking of guides
- 06:34 AM Revision dd223d9b (qgis): Allow transform methods in QgsAbstractGeometry/QgsGeometry to also
- transform z/m values via scale/translate arguments
- 06:22 AM Revision 1fcadb72 (qgis): [processing] fix for import into spatialite and execute sql algorithms
- 05:58 AM Revision 03ec2d8a (qgis): Merge pull request #5702 from nyalldawson/dxf_improve
- [dxf] Add option to export labels as text elements, instead of mtext
- 05:57 AM Revision 32834e9b (qgis): Update indentation
- 05:36 AM Revision 6ec96d6d (qgis): [layouts][FEATURE] Port arrow functionality to polyline item
- Instead of a separate (badly behaved) item type for arrows, instead
add the arrowhead options to the much nicer polyl... - 02:29 AM Revision e541a380 (qgis): fix build
- 02:05 AM Revision f76ed223 (qgis): Port ui for attribute table
- 01:54 AM Revision 2b5aca55 (qgis): Merge pull request #5689 from nyalldawson/gpkg_alg
- [processing] Fixes to non flat-file exports
- 01:24 AM Revision 2c85182c (qgis): [layouts] Link new scalebars to selected map item, if there is one
- Fixes #13851
- 01:24 AM Revision cca7c74d (qgis): Start hooking up tables to app
- 01:24 AM Revision f29eb7b1 (qgis): Port and fix unit tests
- 01:24 AM Revision f90c5003 (qgis): Port table subclasses
- 01:24 AM Revision 3a0f9438 (qgis): Port text table
- 01:24 AM Revision 93403647 (qgis): Update sip
- 01:24 AM Revision c6eaf1f7 (qgis): Update test masks
- 01:24 AM Revision f04d4385 (qgis): Some undo/redo fixes for multiframe items
- 01:24 AM Revision e71d4d7c (qgis): more attempts to fix multiframe undo
- 01:24 AM Revision 9cf6e0a2 (qgis): Start porting table items
- 01:24 AM Revision a615a48b (qgis): Make scalebars auto selected between m/km and ft/miles when newly added
- Based on current linked map scale and linked map CRS
- 01:24 AM Revision 30ce60bd (qgis): Remove some processEvents usage
- 01:24 AM Revision 12e69ab1 (qgis): Modernize code
- 01:24 AM Revision 2a75ad8e (qgis): More work on layout multiframe undo/redo
- 01:24 AM Revision 604e51d3 (qgis): Restore some tests
- 01:24 AM Revision 8f5e0cb1 (qgis): Begin porting scalebar item
- 01:24 AM Revision 3decab98 (qgis): Fix map item tooltips
- 01:24 AM Revision 5b1c6901 (qgis): Port more scalebar functionality
- 01:24 AM Revision 3c4fae00 (qgis): Readd tests for scalebars
- 01:24 AM Revision af59c535 (qgis): [layouts] Add more unit choices to scalebars
- Explicitly add options for kilometers, miles, etc as the current
UX for setting these is too confusing!
Fixes #16921 - 01:24 AM Revision b7ef3d3c (qgis): Simplify some code, cleanup UI
- 01:24 AM Revision 060270c0 (qgis): [layouts] Simplify scalebar unit handling
- Instead of auto setting the units to meters/feet, and then using
the label multiplier setting to obtain a scalebar in... - 01:24 AM Revision 63f14bd9 (qgis): Also link new legends to selected map item
- 01:24 AM Revision 7e7770b6 (qgis): Fix incorrect render context scaling for scale bar rendering
- 01:24 AM Revision f1d1e454 (qgis): Begin port of HTML item
- 01:24 AM Revision 0e71505f (qgis): Fix a number of multiframe methods
- 01:24 AM Revision 83ee6498 (qgis): Add ui for configuring html items
- 01:24 AM Revision ee45ec97 (qgis): Add page number selection to new item dialog
- 01:24 AM Revision c4c0c83c (qgis): Restore api for handling layout item page numbers
- 01:24 AM Revision aec03269 (qgis): Sip is p****** me off, by refusing to build for unrelated reasons
- Block a bunch of classes from Python bindings for now until sip
gets over itself - 01:24 AM Revision 2cf99116 (qgis): Resurrect tests for html item
- 01:24 AM Revision dddce25e (qgis): More work on porting multiframe items
- 01:24 AM Revision 584cbd07 (qgis): Fix test failure
- 01:24 AM Revision 714920ff (qgis): Start of multiframe porting
- 01:03 AM Revision 62782459 (qgis): Merge pull request #5713 from lejedi76/fix_remove_fromOldWkbType
- [db_manager] remove fromOldWkbType (api_break) from vlayer
2017-11-23
- 12:35 AM Revision 5b66ea76 (qgis): Rename some static variables to use 's' prefix
- To match QGIS code conventions
- 12:32 AM Revision e0bdd26e (qgis): [OGR provider] When creating a new layer with createEmptyLayer(), make ...
- 12:31 AM Revision e3198c05 (qgis): Fix ui build warnings
- 12:31 AM Revision c04b91f4 (qgis): Fix some memory leaks
- 12:31 AM Revision 0a092cc3 (qgis): [processing] Throw an exception when sinks cannot be created
- Gives users debugging information messages on why the layers could
not be created
Also allow overwriting existing la... - 12:31 AM Revision 11784280 (qgis): Fix running processing tests multiple times
- 12:31 AM Revision aca22663 (qgis): [processing] Change save as spatialite option to save as GeoPackage
- Since it's much more useful. Also add a prompt for layer name, so that
you can save the results of an algorithm into ... - 12:31 AM Revision abcdd485 (qgis): [ogr] Fix cannot create layers for geopackage datasets when
- the database does not yet exist
- 12:31 AM Revision f7a317be (qgis): [processing] Fix saving outputs to non-file formats
- 12:31 AM Revision 59d55fc4 (qgis): [processing] Ensure correct sublayer is loaded when saving output
- to destination with multiple sublayers
- 12:31 AM Revision 8775aff7 (qgis): Fix error in Geometry by Expression
- We can't depend on preparing the expression, as we may not have
enough context to do this during the algorithm prepar... - 12:21 AM Revision 13cb8e4e (qgis): remove fromOldWkbType (api_break)
- 05:01 PM Revision e4216ae0 (qgis): started datum UI refactoring
- 03:24 PM Revision cd0ba918 (qgis): Use layer context in RefactorFields algorithm
- Fix #17533
- 03:24 PM Revision 851adb0a (qgis): Allow adding sources to processing expression context
- 03:16 PM Revision 03e4756d (qgis): [processing] don't throw error if GRASS not found on Mac (fix #17443)
- 03:16 PM Revision 3a576d80 (qgis): [processing] restore Help button functionality in modeler (fix #17483)
- 03:16 PM Revision 6063c83e (qgis): [processing] detect GRASS 7.4 on Mac
- 02:09 PM Revision a2ff3631 (qgis): Fix tessellation of polygons that are not horizontal
- Discovered by Nyall while working on PR #5708
Tessellation would shift coordinates because when points got reproject... - 02:04 PM Revision 09cffcd0 (qgis): Avoid recursion in ValueRelation widget
- Fix #17521
- 01:58 PM Revision 4f82adf2 (qgis): Update tests
- 12:09 PM Revision def85fa2 (qgis): QgsVectorLayer code cleaning use enums instead of int
- It was one of the TODOs for QGIS 3
- 11:47 AM Revision d1cf7e61 (qgis): Merge pull request #5707 from elpaso/bugfix-17262-lineedit-x-button
- [ui][bugfix] lineedit add margin for X icon
- 11:40 AM Revision 5206bf0f (qgis): [3d] Fix creation of extruded walls in vertex binding mode
- Previously the walls always had horizontal top/bottom, but
in vertex binding mode the walls need to have different z ... - 11:39 AM Revision 134065da (qgis): [node editor] fix crash when editor is open and feature deleted
- 10:29 AM Revision cfbb5d72 (qgis): [ArcGIS REST] backport for crasher and mutex
- 10:19 AM Revision 248bc5db (qgis): Fix #15627: missing plugin icons in Plugin Manager
- 09:54 AM Revision a7ffde6c (qgis): [ui][bugfix] lineedit add margin for X icon
- Fixes #17262
Needs backporting - 09:45 AM Revision fe933d2d (qgis): [ui][hidpi] Form line edit: compute icon size instead of hardcoding
- 08:08 AM Revision e98842e3 (qgis): Merge pull request #5699 from m-kuhn/valueRelationMultiSelect
- Fixes for Value relation widget, multi select
- 07:53 AM Revision 9d8a39fa (qgis): Merge pull request #5694 from elpaso/bugfix-17518-pg-import--without-sc...
- [bugfix][postgres] Browser panel D&D a layer onto a postgresql connection tree …
- 06:43 AM Revision f8d83951 (qgis): Fix indentation
- 06:27 AM Revision 060b3e3a (qgis): [ArcGIS REST] fix fallback feature id value (followup to f32791e)
- 05:44 AM Revision 07e4c572 (qgis): Add some unit tests for DXF export
- 05:34 AM Revision f32791ee (qgis): [ArcGIS REST] fix caching logic for extent filtered requests
- 03:59 AM Revision 1535ff84 (qgis): [dxf][feature] Add option to export labels as text elements, instead of...
- Sponsored by SMEC
- 03:59 AM Revision d2369425 (qgis): Merge pull request #5650 from nyalldawson/proc_gpkg
- [FEATURE][processing] Package layers algorithm
- 02:46 AM Revision 0a18b1fd (qgis): Update sip
- 02:27 AM Revision fada3d9a (qgis): Add unit test for package algorithm
- 01:01 AM Revision e6d86bba (qgis): [processing] Generalise modeler multi-step feedback proxy for use
- outside of modeler
This can be useful too for individual algorithms - 01:01 AM Revision a8eee624 (qgis): [FEATURE][processing] Package layers algorithm
- Allows multiple vector layers to be collected together into a
geopackage database output
Previously all existing met...
2017-11-22
- 12:03 AM Revision b288a5f5 (qgis): Set initial extent of a new 3D view to extent of the main canvas
- 12:03 AM Revision d03b6f43 (qgis): Fix world origin and camera position on terrain change (fixes #17514)
- This makes "zoom full" in 3D view working again after modification of terrain generator.
Also we update the camera po... - 10:56 PM Revision eeaf2d90 (qgis): Update icon path
- 10:14 PM Revision 6728e6a7 (qgis): Install missing icon
- 06:51 PM Revision 94a1e68a (qgis): [bugfix][wms] Fix GetFeatureInfo
- Fixes #17498 WMS GetFeatureInfo requests not working
Use the right variable instead of an
unitialized one ( followup... - 05:50 PM Revision b448826d (qgis): Fix reading of multi selection ValueRelation widgets
- 05:50 PM Revision 59cf9f32 (qgis): Avoid recursion in ValueRelation widget
- Fix #17521
- 05:22 PM Revision 9f56878d (qgis): [bugfix] Add some more logic to get the schema name if empty
- 04:45 PM Revision 087087f3 (qgis): Merge pull request #5696 from elpaso/bugfix-17517-singlebandgrey-crash
- [bugfix] Crash on raster layer render change from python
Everything looks good to me, thanks @elpaso - 03:58 PM Revision ade6b609 (qgis): Merge pull request #5688 from m-kuhn/fix17496
- Relation reference widget: apply conditional styles
- 03:42 PM Revision 880af676 (qgis): add inforce to spelling.dat
- 03:42 PM Revision 83386fb1 (qgis): typo: inforced->enforced
- 03:39 PM Revision aef1b9ab (qgis): Merge pull request #5693 from pblottiere/wms_flaky2
- [server] Enable all WMS tests (GetMap, GetPrint, GetLegendGraphics)
- 03:18 PM Revision 98d2dcbf (qgis): [bugfix] Crash on raster layer render change from python
- Fixes #17517
Requires backporting - 02:55 PM Revision 4693f1a4 (qgis): Add some tests
- 02:46 PM Revision 577c1f2e (qgis): Fixes #16798 FilterFid feature requests with virtual layers
- 01:02 PM Revision 23dfb1de (qgis): [bugfix] Browser panel D&D a layer onto a postgresql connection tree no...
- Fixes #17518 by defaulting to "public" if no schema is given
- 12:49 PM Revision d6d40970 (qgis): Merge pull request #5692 from manisandro/afsshareddata_mutex
- [ArcGIS REST] Add missing mutex to QgsAfsProvider (fixes #17513)
- 12:27 PM Revision 35632989 (qgis): Enable all WMS tests (GetMap, GetPrint, GetLegendGraphics)
- 11:58 AM Revision e9309eec (qgis): [ArcGIS REST] Also protect mCache.clear() by mutex
- 11:48 AM Revision 9ed26361 (qgis): [ArcGIS REST] Add missing mutex to QgsAfsProvider (fixes #17513)
- 11:45 AM Revision db3c93c3 (qgis): Merge pull request #5691 from elpaso/bugfix-17507-gpkg-filtered-edit
- [app][bugfix] Update layer editable state when filter is changed
- 11:45 AM Revision 059c9977 (qgis): Merge pull request #5687 from elpaso/bugfix-16753-offline-editing-wfs-w...
- [offline-editing] Add a warning icon and tooltip to WFS sources
- 11:44 AM Revision 5f6c1bac (qgis): Rewording of warning message for WFS unstable pk
- 11:13 AM Revision a374ebe9 (qgis): Relation referenc widget: apply conditional styles
- Fix #17496
- 11:13 AM Revision 7d926417 (qgis): Add QString operator to QgsExpression
- 10:58 AM Revision 58bfbd51 (qgis): Merge pull request #5658 from pblottiere/qurl_obsolete
- [server] Fix obsolete QUrl method
- 10:31 AM Revision 7e727fd8 (qgis): Merge pull request #5640 from pblottiere/wms_flaky
- [server] WIP: detect WMS flaky tests
- 09:42 AM Revision a416f4e3 (qgis): Fix obsolete call of addQueryItem on QUrl in server
- 09:32 AM Revision 5945a84d (qgis): Merge pull request #5638 from pblottiere/bugfix_joins
- [bugfix] Fixes #17450 by correctly setting the join info ordered list
- 09:21 AM Revision d775a0d9 (qgis): [app][bugfix] Update layer editable state when filter is changed
- Fixes #17507
- 08:56 AM Revision 10b34b90 (qgis): Merge pull request #5660 from pblottiere/bugfix-clickxy-218
- [backport][bugfix] Fixes #16852 by adding click_x and click_y variables to resolve actions
- 08:51 AM Revision 2169c880 (qgis): Initialize some more vars to make Valgrind happy
- 08:46 AM Revision fd1539f5 (qgis): Skip test instead of commenting
- 08:46 AM Revision 1c81c423 (qgis): Disable a test
- 08:46 AM Revision e29f605b (qgis): Add some masks and set a higher threshold for comparing images
- 08:46 AM Revision d24de06c (qgis): Split some WMS tests
- 08:30 AM Revision 333a8e9e (qgis): Fixes #17450 by correctly setting the join info ordered list
Also available in: Atom