QGIS-Documentation
QGIS-Documentation copied to clipboard
QGIS Documentation
Original commit: https://github.com/qgis/QGIS/commit/a192268f52ddd822e9aa654abfaf3ef75ee232d8 by wonder-sk This is more developer oriented feature to help with profiling, debugging and optimization - especially when dealing with multi-threaded code.
### Request for documentation From pull request QGIS/qgis#35909 Author: @nyalldawson QGIS version: 3.14 **Manage legend patch shapes through style manager** ### PR Description: This PR finalises the recent legend patch...
Original commit: https://github.com/qgis/QGIS/commit/7b455d8700bb192a4553414a0804bf8192f9674f by rldhont With this commit, it's posssible to handle a request from a QgsProject without writing it to the disk. ```python server = QgsServer() project = QgsProject()...
Original commit: https://github.com/qgis/QGIS/commit/47faac5661534457845e5d375486b619d34a6521 by nirvn Unfortunately this naughty coder did not write a description... :-(
Original commit: https://github.com/qgis/QGIS/commit/8d6e3dc911e3e8391770f07bd8725b3792d68779 by nyalldawson Previously only point - geometry was possible. But with this change, you can safely and accurately use QgsSpatialIndex to determine the nearest neighbours between any...
### Request for documentation From pull request qgis/QGIS#62651 Author: @gacarrillor QGIS version: 4.0 **[gui] Attributes form designer: show indicators for field constraints and default values** ### PR Description: Follow-up #61544...
New project board that will include four columns: - TO DO - Work in progress - Review in progress - Done This board will include tasks about properties (layer, project),...
follow-up #1412 It'd be nice to keep mention that the testing pdf doc is an ongoing work and not the officially released one. The best place would be on the...
The documentation on the Vertex Editor (under 12.3.4.3 Vertex tool) states that "The feature is also made exclusive for editing, meaning that the edit of any other features is disabled"....
### Request for documentation From pull request qgis/QGIS#62893 Author: @mhugent QGIS version: 4.0 **Server: try to reload invalid project layers** ### PR Description: In QGIS Server, there is an option...