Activity
From 2018-01-30 to 2018-02-28
2018-02-28
-
11:25 PM Revision a34b46bc (qgis): [dbmanager] fix toolbar icon size
-
11:12 PM Bug report #18270: QGIS 3.0 import dxf python code issue
- and you should to get an error on this line as well: @QgsMapLayerRegistry.instance().addMapLayer(sub_vlayer)@
-
10:48 PM Bug report #18270 (Reopened): QGIS 3.0 import dxf python code issue
- Nyall Dawson wrote:
> Check the return value of subLayers(). The format is different and no longer separated by ':' ... -
08:59 PM Bug report #18270 (Closed): QGIS 3.0 import dxf python code issue
- Check the return value of subLayers(). The format is different and no longer separated by ':' characters alone.
-
01:07 PM Bug report #18270 (Open): QGIS 3.0 import dxf python code issue
-
01:06 PM Bug report #18270: QGIS 3.0 import dxf python code issue
- Giovanni Manghi wrote:
> Does it work as expected in 2.18?
Yes. Sorry, it seems that all the code indents vanishe... -
01:03 PM Bug report #18270 (Feedback): QGIS 3.0 import dxf python code issue
- Does it work as expected in 2.18?
-
01:03 PM Bug report #18270 (Feedback): QGIS 3.0 import dxf python code issue
- Does it work as expected in 2.18?
-
01:01 PM Bug report #18270 (Closed): QGIS 3.0 import dxf python code issue
- The code:
import glob, os
path = "E:/aawork/etc/etc/etc/dxfs/"
for layer in glob.glob(path + "*.dxf"):
vlayer... -
11:10 PM Bug report #18269 (In Progress): Layout legend items do not respect reference point when autosizing
-
12:54 PM Bug report #18269 (Closed): Layout legend items do not respect reference point when autosizing
- When in print composer, setting a legend to scale based on a reference point does not appear to work. It always appea...
-
11:05 PM Revision 529903c5 (qgis): Merge pull request #6492 from nyalldawson/template_converter
- [backport] Automatic conversion of 2.x composition templates to 3.0
-
10:48 PM Revision 25f4f57b (qgis): Fix MAYBE_UNUSED definition on non clang compilers
-
10:39 PM Bug report #18277: Data loss When Saving Multiedit with Null
- Tested against master -- also fails with:...
-
10:37 PM Bug report #18277 (Closed): Data loss When Saving Multiedit with Null
- Procedure
# Create a new scratch layer (All defaults is okay)
# Open the attribute table in edit mode
# Create a n... -
10:34 PM Revision bf224ace (qgis): Update test masks
- 10:01 PM Revision 76369a58 (qgis): Update mask images
- (cherry-picked from 5fbcb8e)
-
10:00 PM Bug report #18258: executing Python command ("from PyQt4.QtCore import *") crashes QGIS
- I just had a look at how a plain Python session handles the import of PyQt4 when PyQt5 is already in use. It does not...
-
09:55 PM Bug report #18258: executing Python command ("from PyQt4.QtCore import *") crashes QGIS
- Erik Sigra wrote:
> I do not know what the cleanest fix is. Someone familiar with the code might know. Maybe it can ... -
09:39 PM Bug report #18258: executing Python command ("from PyQt4.QtCore import *") crashes QGIS
- I do not know what the cleanest fix is. Someone familiar with the code might know. Maybe it can be fixed deep in ther...
-
08:32 AM Bug report #18258 (Feedback): executing Python command ("from PyQt4.QtCore import *") crashes QGIS
- You should be using
from qgis.PyQt.QtCore import *
Qgis 3 uses pyqt5, so I'd expect issues if you try to ... -
08:12 AM Bug report #18258 (Closed): executing Python command ("from PyQt4.QtCore import *") crashes QGIS
- Executing the Python command "from PyQt4.QtCore import *" crashes QGIS 3.0.0. Hope that this will be easy enough to r...
- 10:00 PM Revision 7b4f69e9 (qgis): [layout] Automatic conversion of 2.x composition templates to layouts
- (cherry-picked from 3bdb6c2)
-
09:50 PM Revision 5fda4025 (qgis): [processing] fixes missing icon for create grid algorithm
-
09:41 PM Bug report #18276 (Closed): I can't compile QGIS container with docker
- I'm doing the command $ docker build -t agenciaimplementacion/qgis:latest . -f .docker/qgis.dockerfile
over latest "... -
09:09 PM Bug report #17809: Rendering performance issues
- I have the same issue with large project files (many layers, many features per layer). I tested 3.0.0 and master on W...
-
08:55 PM Bug report #18275 (Closed): Serveral problems with different plugins
- QGIS 2 plugins are incompatible with QGIS 3. 3rd party plugins issues must be reported to plugins authors, not here.
-
08:55 PM Bug report #18275 (Closed): Serveral problems with different plugins
- QGIS 2 plugins are incompatible with QGIS 3. 3rd party plugins issues must be reported to plugins authors, not here.
-
08:52 PM Bug report #18275 (Closed): Serveral problems with different plugins
After installing QGIS 3.0 I'm having several problems with many plugins.
Microsoft Windows 10 Home / 10.0.16299 ...-
08:41 PM Revision 020f0eb4 (qgis): fix warning deleting pointer to incomplete type 'QgsPythonUtils' (#6491)
- warning: deleting pointer to incomplete type 'QgsPythonUtils' may cause undefined behavior
-
08:00 PM Revision b8ceda67 (qgis): fix doxymentation
-
07:37 PM Bug report #18230 (Feedback): QGIS server 3.0 : service configuration error (service unknown or u...
- Rémi Bonnefoi wrote:
> I upgraded from 2.99 and the problem occured.
>
> I just tried an @apt remove --purge qgis... -
07:18 PM Bug report #18230: QGIS server 3.0 : service configuration error (service unknown or unsupported)
- I upgraded from 2.99 and the problem occured.
I just tried an @apt remove --purge qgis-server python-qgis@ and the... -
03:55 PM Bug report #18230: QGIS server 3.0 : service configuration error (service unknown or unsupported)
- That problem occurs only when upgrading from 2.14.
No problem on a fresh install -
07:37 PM Revision baa4cbb0 (qgis): Merge pull request #6281 from 3nids/appmessage
- allow to bring message to message bar from the reading XML when loading layers.
-
06:43 PM Revision 85825179 (qgis): avoid required call to leaveCategory by adding a RAII private class
-
06:43 PM Revision 05ee1b02 (qgis): use MAYBE_UNUSED in the method declaration
-
06:43 PM Revision 4e2eb0eb (qgis): use a pointer otherwise Python is creating a copy
-
06:43 PM Revision 0ec7d54c (qgis): add test for QgsReadWriteContext.enterCategory
-
06:43 PM Revision d171ca7a (qgis): offer enterCategory in Python bindings by adding a context manager
-
06:43 PM Revision d421b857 (qgis): QgsReadWriteContext can store message
- app will show them in message bar when loading layers
-
06:43 PM Revision 22008a51 (qgis): doxymentation
-
06:43 PM Revision b95f5c1a (qgis): QgsReadWriteContext: add a category stack to know where the error messa...
- also change the QPair in favor of a struct for a better API
-
06:43 PM Revision 47ab9b89 (qgis): remove const for QgsReadWriteContext to allow bringing up error messages
-
06:43 PM Revision 89892926 (qgis): add C++17 [[maybe_unused]] and [[no_discard]]
-
06:43 PM Revision 95ab3d05 (qgis): doxymentation and better wording
-
06:43 PM Revision b957e174 (qgis): display categories stack in an external dialog
-
06:43 PM Revision fc2ba141 (qgis): [QgsMessageBar] add convenience method to display message with a show m...
-
06:28 PM Revision 06181e6c (qgis): Timeout Travis builds to save cache in time (#6488)
-
06:25 PM Revision e82e5217 (qgis): bump Qt to 5.9 (#6482)
- * Update test masks
* update test masks
* fix bad regex in parse_dash_results
* update test masks
* [Travis] bump... -
05:47 PM Bug report #18274 (Open): Print Composer in 3.0.0 export to TIF forgets to define RowsPerStrip in...
-
05:44 PM Bug report #18274: Print Composer in 3.0.0 export to TIF forgets to define RowsPerStrip in TIF
- In QGIS 2.18.16, TIF files export fine (although uncompressed; the compression is certainly an improvement in 3.0.0).
-
05:39 PM Bug report #18274 (Feedback): Print Composer in 3.0.0 export to TIF forgets to define RowsPerStri...
- How about 2.18? the result is different?
-
05:39 PM Bug report #18274 (Feedback): Print Composer in 3.0.0 export to TIF forgets to define RowsPerStri...
- How about 2.18? the result is different?
-
05:35 PM Bug report #18274 (Closed): Print Composer in 3.0.0 export to TIF forgets to define RowsPerStrip ...
- In QGIS 3.0.0, When atlas-exporting to TIF in the print composer, the resulting TIF files have no RowsPerStrip define...
-
04:34 PM Bug report #18273 (Feedback): Version 3.0 Crashed
- Armand SIAEP wrote:
> Hello,
>
> With the new version 3.0, opening the attribute table of some layers, I have a "... -
04:34 PM Bug report #18273 (Feedback): Version 3.0 Crashed
- Armand SIAEP wrote:
> Hello,
>
> With the new version 3.0, opening the attribute table of some layers, I have a "... -
04:34 PM Bug report #18273 (Feedback): Version 3.0 Crashed
- Armand SIAEP wrote:
> Hello,
>
> With the new version 3.0, opening the attribute table of some layers, I have a "... -
04:34 PM Bug report #18273 (Feedback): Version 3.0 Crashed
- Armand SIAEP wrote:
> Hello,
>
> With the new version 3.0, opening the attribute table of some layers, I have a "... -
04:32 PM Bug report #18273 (Reopened): Version 3.0 Crashed
- Hello,
With the new version 3.0, opening the attribute table of some layers, I have a "crash" of QGIS, Why?
Waiti... -
04:28 PM Bug report #18273 (Closed): Version 3.0 Crashed
- please report issues in English, thanks!
-
04:28 PM Bug report #18273 (Closed): Version 3.0 Crashed
- please report issues in English, thanks!
-
04:26 PM Bug report #18273 (Closed): Version 3.0 Crashed
- Bonjour,
Avec la nouvelle version 3.0, en ouvrant la table attributaire de certaines couches , j'ai un "crash" de ... -
04:32 PM Bug report #16446 (Feedback): Many-to-many (N:M) relationship not working on simple case
-
04:30 PM Bug report #16446: Many-to-many (N:M) relationship not working on simple case
- I still can't create N:M relations in QGIS 3.0. Can someone give a simple example that works please ? Thanks.
-
03:51 PM Feature request #13698: Foreign tables in DB Manager
- Issue still occurs in QGIS 3.0.
-
03:18 PM Bug report #18268 (Feedback): Spatialite's views not supported in Layout Atlas
- Does it work as expected on 2.18?
-
03:18 PM Bug report #18268 (Open): Spatialite's views not supported in Layout Atlas
- In Atlas composer, when I set a coverage vector using a spatialite-table-view layer, label frame and HTML frame, don'...
-
12:45 PM Bug report #18268 (Feedback): Spatialite's views not supported in Layout Atlas
- Could you expand a little "do not work very well"? thanks!
also attach a sample project and data if possible. -
12:43 PM Bug report #18268 (Open): Spatialite's views not supported in Layout Atlas
- When I set in Atlas Layout a spatialite 4.3 view as coverage vector, not work very well.
-
03:09 PM Feature request #11018: Add the possbility to load WMC (Web Map Context) files.
- Issue still in QGIS 3.3.
-
02:57 PM Bug report #10017 (Closed): No vertical scrollbar for high forms and bad display when maximized
- Issue is solved in QGIS 3.0.
-
02:12 PM Revision f2713001 (qgis): [GRASS] accept shortcuts in shell, fixes #18262
-
02:12 PM Bug report #18262 (Closed): GRASS shell does not receive QGIS toolbars shortcut letters
- Applied in changeset commit:qgis|f27130016e28a44323a2505a63dfdde6dca763ac.
-
02:12 PM Bug report #18262 (Closed): GRASS shell does not receive QGIS toolbars shortcut letters
- Applied in changeset commit:qgis|f27130016e28a44323a2505a63dfdde6dca763ac.
-
10:33 AM Bug report #18262 (Closed): GRASS shell does not receive QGIS toolbars shortcut letters
- If a toolbar which supports shortcuts is enabled, e.g. Snapping Toolbar,
the shortcut letter, e.g. S for Enable Sna... -
02:11 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- Giovanni Manghi wrote:
> Andy Whyte wrote:
> > I have added the .dbf and .shx, I do not have a .prj.
> > It does n... -
02:07 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- Andy Whyte wrote:
> I have added the .dbf and .shx, I do not have a .prj.
> It does not work without or with the un... -
02:03 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- I have added the .dbf and .shx, I do not have a .prj.
It does not work without or with the underlying elevation mode... -
02:03 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- I have added the .dbf and .shx, I do not have a .prj.
It does not work without or with the underlying elevation mode... -
02:00 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- Andy Whyte wrote:
> This is the data I was using... seems to work intermittently.
just the .shp is not enough (sh... -
01:58 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- This is the data I was using... seems to work intermittently.
-
01:53 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- Andy Whyte wrote:
> Tried this again and got the same error just from opening a new 3D map view
is data related o... -
01:50 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- Tried this again and got the same error just from opening a new 3D map view
-
01:46 PM Bug report #18272 (Open): QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- Can you add the data, or it just happen with any data?
-
01:46 PM Bug report #18272 (Open): QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- Can you add the data, or it just happen with any data?
-
01:45 PM Bug report #18272 (Reopened): QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
-
01:31 PM Bug report #18272: QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- Why this was opened... closed?
-
01:29 PM Bug report #18272 (Closed): QGIS 3.0.0 crashed when clicked on zoom to extent in 3D viewer
- h2. User Feedback
I was opening up the 3d view screen and clicked on zoom to extent.
h2. Report Details
*Cra... -
01:54 PM Revision 10c21228 (qgis): Timeout Travis builds to save cache in time (#6488)
-
01:33 PM Bug report #18271 (Feedback): virtual layer makes qgis dump
- Please add the data and detailed steps to replicate.
-
01:28 PM Bug report #18271 (Closed): virtual layer makes qgis dump
- qgis 3.0 crashes when working with a virtual layer created from two shapefiles and st_contains function
h2. User ... -
01:18 PM Bug report #18261: QGIS crashed when clicked on "Plugins" "Manage & Install Plugins"
- I've just tried GQIS 3.1.0 dev version with GRASS 7.4.0 (nightly)
That works.
QGIS version
3.1.0-Master
QGIS... -
01:14 PM Bug report #18261: QGIS crashed when clicked on "Plugins" "Manage & Install Plugins"
- Hi,
When I tried to use the normal installer it failed twice:
1) GDAL202.dll or something similar but GDAL DLL re... -
11:19 AM Bug report #18261 (Feedback): QGIS crashed when clicked on "Plugins" "Manage & Install Plugins"
-
11:14 AM Bug report #18261: QGIS crashed when clicked on "Plugins" "Manage & Install Plugins"
- Is your QGIS installed with the normal standalone installer, or OSGeo4W?
-
10:32 AM Bug report #18261: QGIS crashed when clicked on "Plugins" "Manage & Install Plugins"
- I meant to write "Manage & Install Plugins" from the menu bar.
-
10:30 AM Bug report #18261 (Closed): QGIS crashed when clicked on "Plugins" "Manage & Install Plugins"
- h2. User Feedback
Clicked on "Plugins" "Loaded/Installed Plugins"
h2. Report Details
*Crash ID*: 584668a2bc0... -
01:06 PM Bug report #18267 (Feedback): QGIS 3.0 WFS 2.0 not working
- What about 2.18 selecting the proper WFS version?
-
01:06 PM Bug report #18267 (Feedback): QGIS 3.0 WFS 2.0 not working
- What about 2.18 selecting the proper WFS version?
-
12:38 PM Bug report #18267 (Closed): QGIS 3.0 WFS 2.0 not working
- Trying to attach WFS 2.0 service with endpoint http://services.cuzk.cz/wfs/inspire-CP-wfs.asp? to QGIS 3.0.
Output:... -
01:05 PM Bug report #18229: "Check QGIS Version" shows 2.99 info in QGIS 3.0
- This is the window I get in QGIS 3.0.0-4:
!qgischeckversion.jpg!
I don't know if it's important, but I also had... -
12:18 PM Bug report #18246 (Closed): Icons and fonts far too huge on Hi DPI display
-
12:12 PM Bug report #18246: Icons and fonts far too huge on Hi DPI display
- Rebooting solved the issue, cp. attached screenshot.
-
12:00 PM Feature request #13085: Add WMS-T (time) support
- Issue still exists in QGIS 3.0.
Tests can be made with this http://sampleserver6.arcgisonline.com/arcgis/services/Mu... -
12:00 PM Bug report #18266 (Closed): Browser panel does not show same folder icons in two different user p...
- I run QGIS with the default user profile and the Browser panel shouw some colourful icons for drives and Project Home...
-
11:57 AM Feature request #8809: WMS/WMTS with dimension parameters should be handled
- Issue still exists in QGIS 3.0.
Tests can be made with this http://sampleserver6.arcgisonline.com/arcgis/services/Mu... -
11:53 AM Feature request #18265 (Closed): Group stats plugin from 2to3
- You have to wait/ask for the plugin developer to migrate it to QGIS 3. If you want to fork it (but please be sure tha...
-
11:53 AM Feature request #18265 (Closed): Group stats plugin from 2to3
- You have to wait/ask for the plugin developer to migrate it to QGIS 3. If you want to fork it (but please be sure tha...
-
11:50 AM Feature request #18265 (Closed): Group stats plugin from 2to3
- Hi,
I tried to migrate from plugins in Qgis 2 to Qgis 3.
I took the usefull group stats plugin as my main exampl... -
11:18 AM Bug report #17124 (Feedback): Editing behavior of filtered layers is inconsistent
> The layer type is a shapefile.
>
> In view of the additional restrictions being applied in 2.18 and later mayb...-
11:18 AM Bug report #17124 (Feedback): Editing behavior of filtered layers is inconsistent
> The layer type is a shapefile.
>
> In view of the additional restrictions being applied in 2.18 and later mayb...-
08:42 AM Bug report #17124: Editing behavior of filtered layers is inconsistent
- I'm curious about all this because in 2.14 I can follow these steps
* Put a filter onto a table
* Put the table int... -
11:17 AM Bug report #18132: Dpi resolution of images exported from composer is wrong
- I've probably found the commit that introduced the bug:
[composer] Fix image size/resolution was not honored durin... -
11:17 AM Bug report #14481: If already opened QGIS Browser (standalone and panel) doesn't show newly conne...
- Now, none of the browsers finds the drive if it has been connected after you open QGIS (see screenshot in which the d...
-
11:17 AM Bug report #14481: If already opened QGIS Browser (standalone and panel) doesn't show newly conne...
- Now, none of the browsers finds the drive if it has been connected after you open QGIS (see screenshot in which the d...
-
11:17 AM Bug report #14481: If already opened QGIS Browser (standalone and panel) doesn't show newly conne...
- Now, none of the browsers finds the drive if it has been connected after you open QGIS (see screenshot in which the d...
-
11:13 AM Bug report #18264 (Closed): Processing/GDAL: "Convert format" does not work anymore in batch mode
- When I try to convert some Postgis filtered layers with attributes to KML as Batch process,
it terminate without out... -
10:57 AM Bug report #15630: Print Composer: checked "Resize to Fit contents" should not allow manual resizing
- Giving it more tests, it appears that when "Resize to fit contents" is checked, user can manually enlarge the item an...
-
10:57 AM Bug report #15630: Print Composer: checked "Resize to Fit contents" should not allow manual resizing
- Giving it more tests, it appears that when "Resize to fit contents" is checked, user can manually enlarge the item an...
-
10:44 AM Bug report #18263 (Closed): Interpolation algorithms not running in Graphical Modeler in QGIS 3.0
- I am not able to use several interpolation algorithms within the QGIS 3.0 graphical modeler, namely the 'Heatmap (Ker...
-
10:42 AM Bug report #16054 (Closed): Save as... save only visibles features if 'show features visible on m...
-
09:36 AM Bug report #16054: Save as... save only visibles features if 'show features visible on map' is ac...
- Not confirmed on 2.18.16 and 3.1.
The whole dataset is exported. -
10:41 AM Bug report #18260 (Feedback): qgis 3 crashes at start
-
09:34 AM Bug report #18260 (Closed): qgis 3 crashes at start
- I have installed QGIS 3 on 2 windows 7 pro. On my professional laptop (dell latitude E7250) QGIS crashes systematical...
-
10:32 AM Bug report #18254: Topology checker thinks everything is a multipart polygon
> So wouldn't be better to eliminate this topology test for line/polygon shapefiles if it always fails for them? Ma...-
08:26 AM Bug report #18254: Topology checker thinks everything is a multipart polygon
- Giovanni Manghi wrote:
> Nyall Dawson wrote:
> > Actually this was an intentional change in 3.0. Because shapefile ... -
10:27 AM Bug report #16766: Data defined Assistant: closing the dialog without setting an expression inval...
- Things have been fixed when using the layer properties dialog but not in the styling panel
-
10:25 AM Bug report #18256 (Feedback): Encoding issue with aboriginal serif font(?)
- Likely you have to choose the proper encoding in the properties of your vector layer. Please check and leave feedback...
-
10:25 AM Bug report #18256 (Feedback): Encoding issue with aboriginal serif font(?)
- Likely you have to choose the proper encoding in the properties of your vector layer. Please check and leave feedback...
-
01:07 AM Bug report #18256 (Closed): Encoding issue with aboriginal serif font(?)
- How do I install aboriginal serif font into qgis. I've installed it. Rebooted the computer. I can select it. It shows...
-
10:22 AM Bug report #18010 (Closed): Lyer doesn't work after reading .DBF file into Excel or Open office a...
- Harrissou Santanna wrote:
> I might be wrong but aren't you trying to open a dbf file and expecting it to be a geome... -
10:22 AM Bug report #18010 (Closed): Lyer doesn't work after reading .DBF file into Excel or Open office a...
- Harrissou Santanna wrote:
> I might be wrong but aren't you trying to open a dbf file and expecting it to be a geome... -
10:22 AM Bug report #18010 (Closed): Lyer doesn't work after reading .DBF file into Excel or Open office a...
- Harrissou Santanna wrote:
> I might be wrong but aren't you trying to open a dbf file and expecting it to be a geome... -
10:22 AM Bug report #18010 (Closed): Lyer doesn't work after reading .DBF file into Excel or Open office a...
- Harrissou Santanna wrote:
> I might be wrong but aren't you trying to open a dbf file and expecting it to be a geome... -
10:22 AM Bug report #18010 (Closed): Lyer doesn't work after reading .DBF file into Excel or Open office a...
- Harrissou Santanna wrote:
> I might be wrong but aren't you trying to open a dbf file and expecting it to be a geome... -
01:07 AM Bug report #18010 (Feedback): Lyer doesn't work after reading .DBF file into Excel or Open office...
- I might be wrong but aren't you trying to open a dbf file and expecting it to be a geometry enabled layer? Dbf is onl...
-
10:01 AM Bug report #16318: Plugin Manager: fTools and GdalTools still listed though broken
- I have the same symptoms: red fTools and GDAL tools in plugin manager. OSGeo4W upgrade (upgraded LTR, release, and de...
-
09:17 AM Bug report #18259: Context menu items in "OWS" Browser group not working
- Sorry forgot:
OS: Windows 7
OSGEO4W Installation
Code revision: 001c80b0c3 -
09:15 AM Bug report #18259 (Open): Context menu items in "OWS" Browser group not working
- When using the context menu on a browser item in the group "OWS" the click does not do anything (e.g. edit or delete)...
-
09:03 AM Feature request #16015: Attribute table: Actions column is not available in form view
- Confirmed on QGIS3.1.
I think it should be classified as "feature request" rather than "bug". -
07:33 AM Bug report #17990: Values reset to default when cutting line
- Daan,
Please be aware that the current logic isn't set in stone - it's open for review and amendment!
The curre... -
05:31 AM Revision 89e2b021 (qgis): [processing] add tags to refactor fields algorithm
-
05:31 AM Revision 2af9c408 (qgis): [processing] add tags to statistics by categories algorithm
-
04:13 AM Bug report #18239: Corrupted data layer and valuemaps / defaults lost
- Just testing my email
-
02:53 AM Revision a96e7345 (qgis): update test mask
-
02:09 AM Bug report #18257 (Closed): Calculator Algorithm absent from Modeller Algorithm list
- Installation of QGIS 3.0 does not include Modeler-Only tool "Calculator".
2018-02-27
-
11:58 PM Bug report #18132: Dpi resolution of images exported from composer is wrong
- Further investigating...
I tested some previous versions: 1.8.0, 1.9.0, 2.0.1, 2.10.1 aren't affected; 2.12.0, 2.14.... -
09:15 PM Bug report #18132: Dpi resolution of images exported from composer is wrong
- I confirm the problem for 2.18.17.
test on QGIS3.0:
A4 150 dpi
exporting I get correct values ie 150 dpi -
04:04 PM Bug report #18132 (Feedback): Dpi resolution of images exported from composer is wrong
- Andrea Giudiceandrea wrote:
> The bug is also occurring in 2.18.17
please test also QGIS 3, thanks! -
04:04 PM Bug report #18132 (Feedback): Dpi resolution of images exported from composer is wrong
- Andrea Giudiceandrea wrote:
> The bug is also occurring in 2.18.17
please test also QGIS 3, thanks! -
04:03 PM Bug report #18132: Dpi resolution of images exported from composer is wrong
- The bug is also occurring in 2.18.17
-
11:23 PM Bug report #18254: Topology checker thinks everything is a multipart polygon
- Nyall Dawson wrote:
> Actually this was an intentional change in 3.0. Because shapefile don't have strict single/mul... -
11:21 PM Bug report #18254: Topology checker thinks everything is a multipart polygon
- Actually this was an intentional change in 3.0. Because shapefile don't have strict single/multi types for line/polyg...
-
10:06 PM Bug report #18254: Topology checker thinks everything is a multipart polygon
- Giovanni Manghi wrote:
> Does it works differently in 2.18?
>
> Please add detailed steps to allow others easily ... -
07:07 PM Bug report #18254 (Feedback): Topology checker thinks everything is a multipart polygon
- Does it works differently in 2.18?
Please add detailed steps to allow others easily replicate the issue. -
07:02 PM Bug report #18254 (Closed): Topology checker thinks everything is a multipart polygon
- The topology checker does not work well in qgis3.
Even with a just by hand created polygon layer it shows that ever... -
11:16 PM Bug report #18233 (Closed): Getting 'ValueError: _getfullpathname: embedded null character in pat...
-
10:25 PM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- Borys Jurgiel wrote:
> Then maybe some obsolete registry entries... You can also try the fixes from Stackoverflow:
... -
09:19 PM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- Then maybe some obsolete registry entries... You can also try the fixes from Stackoverflow:
https://stackoverflow.... -
07:30 PM Bug report #18233 (Feedback): Getting 'ValueError: _getfullpathname: embedded null character in p...
-
07:28 PM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- Did an install on a seperate computer (Windows 7 64bit) that already had an older version of QGIS, and the install an...
-
03:14 AM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- So I feel like I've done a complete reinstall, and complete uninstall with then reinstall just by quick install but I...
-
10:57 PM Bug report #16256: Diagrams don't render if all values are negative
- Tested on 2.18.16 and 3.0.0 versions (Ubuntu 16): both still have this problem.
- 09:50 PM Revision 078e5aaf (qgis): Merge pull request #6453 from NaturalGIS/remove_not_working_default_wms...
- remove not working default WMS server
-
09:30 PM Bug report #18255 (Open): Database configurations not carried over to QGIS 3.0
-
09:26 PM Bug report #18255: Database configurations not carried over to QGIS 3.0
- They are not carried over anywhere. No connections are listed in the Browser even though the layers in the screensho...
-
09:22 PM Bug report #18255 (Feedback): Database configurations not carried over to QGIS 3.0
- Are the connections carried over in the QGIS browser (are they just missing in DB Manager?)?
-
08:45 PM Bug report #18255 (Open): Database configurations not carried over to QGIS 3.0
- My data is stored in a Postgres database. I had a number of configurations stored for different usernames and databa...
-
09:28 PM Bug report #18246 (Feedback): Icons and fonts far too huge on Hi DPI display
- If you change the qgis font size and icon size in options, does the situation improve?
-
12:21 PM Bug report #18246 (Closed): Icons and fonts far too huge on Hi DPI display
- Just installed QGIS 3.0 from OSGeo4W Network installer on a 13'' convertible notebook with 3200x1800 resolution (Win1...
-
08:28 PM Feature request #15090: Make the GDAL/OGR console call editable
- Andre Joost wrote:
> Using Raster -> Projections -> Warp, it is possible to edit the command line handed over to gda... -
07:58 PM Bug report #13915: Impossible to easily resize browser panel width when properties widget is acti...
- True on 2.18 but works fine on 3.0
-
07:58 PM Bug report #13915: Impossible to easily resize browser panel width when properties widget is acti...
- True on 2.18 but works fine on 3.0
-
07:52 PM Bug report #14408 (Closed): qgis_25d_height and qgis_25d_angle variables are modifiable but chang...
- Could not find these variables in the layer properties -> variables tab in 3.0.
-
07:52 PM Bug report #14408 (Closed): qgis_25d_height and qgis_25d_angle variables are modifiable but chang...
- Could not find these variables in the layer properties -> variables tab in 3.0.
-
07:41 PM Bug report #10536 (Closed): The toggle editing pencil becomes orange without changing values of t...
- fixed in both 2.18 and 3.0
-
07:41 PM Bug report #10536 (Closed): The toggle editing pencil becomes orange without changing values of t...
- fixed in both 2.18 and 3.0
-
07:41 PM Bug report #10536 (Closed): The toggle editing pencil becomes orange without changing values of t...
- fixed in both 2.18 and 3.0
-
07:29 PM Bug report #15013 (Closed): Customization dialog icons look bigger that those usually visible in ...
-
07:23 PM Revision cf0e5f6a (qgis): [Travis] bump Qt to 5.9 (#6355)
- * bump Qt to 5.9 and SIP to 4.19.7 by using coming Bionic as base Docker image for dependencies
* automatically build... -
07:21 PM Bug report #15077 (Closed): Disable "Add circular string..." tools for temporary layer
- Works now (2.18 and later) so I set to not reproducable as I couldn't confirm in the past
-
07:21 PM Bug report #15077 (Closed): Disable "Add circular string..." tools for temporary layer
- Works now (2.18 and later) so I set to not reproducable as I couldn't confirm in the past
-
07:21 PM Bug report #15077 (Closed): Disable "Add circular string..." tools for temporary layer
- Works now (2.18 and later) so I set to not reproducable as I couldn't confirm in the past
-
07:21 PM Revision a1597edf (qgis): fix bad regex in parse_dash_results
-
07:21 PM Revision 50fa2d09 (qgis): update test masks
-
07:21 PM Revision 56af3292 (qgis): update test masks
-
07:21 PM Revision 749b071d (qgis): Update test masks
-
07:16 PM Revision 78e2259a (qgis): [Travis] bump Qt to 5.9 (#6355)
- * bump Qt to 5.9 and SIP to 4.19.7 by using coming Bionic as base Docker image for dependencies
* automatically build... -
07:15 PM Bug report #15175: Digitizing: "Fill Ring" tool doesn't consider all the overlapping features
- Btw, this is true for the Add ring tool ( it should create the hole for all features unless there's a selection)
-
07:01 PM Bug report #15080 (Closed): Impossible to clear geometries of features that have circular strings...
- fixed meanwhile for 3.x (though still concerns 2.18 - should I reopen it for 2.18?).
-
07:01 PM Bug report #15080 (Closed): Impossible to clear geometries of features that have circular strings...
- fixed meanwhile for 3.x (though still concerns 2.18 - should I reopen it for 2.18?).
-
06:52 PM Bug report #12678 (Closed): coverage layer not checked before parsing filename expression in atla...
- In 3.1 the check is done and user is warned multiple times that the filename requires his attention and without a cha...
-
06:52 PM Bug report #12678 (Closed): coverage layer not checked before parsing filename expression in atla...
- In 3.1 the check is done and user is warned multiple times that the filename requires his attention and without a cha...
-
06:52 PM Bug report #12678 (Closed): coverage layer not checked before parsing filename expression in atla...
- In 3.1 the check is done and user is warned multiple times that the filename requires his attention and without a cha...
-
06:51 PM Bug report #18253 (Open): [Layout][Atlas]Disable the atlas tools when no coverage layer is provid...
- Enable "atlas generation" in a new print composer
and without selecting a coverage layer launch the export to image ... -
06:43 PM Revision e284461d (qgis): try to use TRAVIS_EVENT_TYPE rather than TRAVIS_PULL_REQUEST
- to see if it pushed the deps image
-
06:43 PM Revision a94f04ac (qgis): more echo
-
06:43 PM Revision 737724aa (qgis): bionic has cmake 3.10.2 already
-
06:43 PM Revision f9f899be (qgis): better display
-
06:43 PM Revision 0cab561e (qgis): echo env var
-
06:43 PM Revision 5db9e4d4 (qgis): correctly set working path
-
06:43 PM Revision ee5322a9 (qgis): do not docker compose when building QGIS image
-
06:43 PM Revision b1bc2af8 (qgis): set ccache
-
06:43 PM Revision dd97a123 (qgis): build QGIS Docker on cron jobs
-
06:43 PM Revision cb1a0424 (qgis): [docker] update sip to 4.19.7
- also bump cmake to 3.10.2
-
06:43 PM Revision c27ec8fb (qgis): fix distance area test
-
06:43 PM Revision ee95c63b (qgis): build with 3D on Travis
-
06:43 PM Revision 28abbef9 (qgis): use coming Ubuntu Bionic 18.04 as base Docker image
-
06:29 PM Revision f7220c89 (qgis): more test masks
-
06:25 PM Bug report #15068: No rubberband when switching from "Add circular string" (and by radius) to "Ad...
- Actually it looks like it's (partially) fixed in 3.1 (I guess 3.0 too) though when switching from "circular tools" to...
-
06:20 PM Bug report #18252 (Closed): Shape digitize tools do not show rubberband fill color when drawing p...
- The rubberband fill color selected in Options --> digitizing dialog is not used when drawing with the Shape digitizin...
-
06:09 PM Bug report #15437: Ctrl F should not be used to filter layer and its use can lead to real confusion
- Still true on 3.1 (and 2.18)
-
06:09 PM Bug report #15437: Ctrl F should not be used to filter layer and its use can lead to real confusion
- Still true on 3.1 (and 2.18)
-
06:05 PM Bug report #15474: Impossible to unset map tips on a layer
- Still true on 3.0 (and 2.18)
Actually the issue is that map tip is an all or nothing operation: enabling it shows a ... - 05:59 PM Revision 560dc2cc (qgis): add Geoserver and Mapserver demo WMS services
-
05:58 PM Bug report #17061 (Reopened): Using Data Defined Assistant on symbol size property set the symbol...
- Using commit:e1a344f725, this is still true. actually, the symbol is displayed in the right side of the dialog but no...
-
05:58 PM Bug report #17061 (Reopened): Using Data Defined Assistant on symbol size property set the symbol...
- Using commit:e1a344f725, this is still true. actually, the symbol is displayed in the right side of the dialog but no...
-
05:58 PM Bug report #17061 (Reopened): Using Data Defined Assistant on symbol size property set the symbol...
- Using commit:e1a344f725, this is still true. actually, the symbol is displayed in the right side of the dialog but no...
-
05:46 PM Revision 45f04b7c (qgis): Merge pull request #6417 from tudorbarascu/fix_selection_test
- improve server SELECTION test with multiple id's
-
05:31 PM Bug report #18247: qgis-server - Problem with id field for WFS request
- I cannot confirm. Example here (from a project/getfeature that uses postgis):
...
...
...
"features": [
... -
04:44 PM Bug report #18247: qgis-server - Problem with id field for WFS request
- Roberto Marzocchi wrote:
> Yes. Same behaviour. I think it is a problem of application server, not of client. Perhap... -
04:41 PM Bug report #18247: qgis-server - Problem with id field for WFS request
- Yes. Same behaviour. I think it is a problem of application server, not of client. Perhaps a misconfiguration of php-...
-
03:57 PM Bug report #18247: qgis-server - Problem with id field for WFS request
- Roberto Marzocchi wrote:
> This problem affect PostGIS and Spatialite layer, while using a Shapefile the request wor... -
02:46 PM Bug report #18247: qgis-server - Problem with id field for WFS request
- This problem affect PostGIS and Spatialite layer, while using a Shapefile the request works
POSTGIS REQUEST
h... -
02:27 PM Bug report #18247: qgis-server - Problem with id field for WFS request
- Giovanni Manghi wrote:
> Roberto Marzocchi wrote:
> > Giovanni Manghi wrote:
> > > Hi, can you please edit the sub... -
01:50 PM Bug report #18247: qgis-server - Problem with id field for WFS request
- Roberto Marzocchi wrote:
> Giovanni Manghi wrote:
> > Hi, can you please edit the subject and change it something m... -
01:43 PM Bug report #18247: qgis-server - Problem with id field for WFS request
- Giovanni Manghi wrote:
> Hi, can you please edit the subject and change it something more meaningful (regarding to t... -
12:59 PM Bug report #18247 (Feedback): qgis-server - Problem with id field for WFS request
- Hi, can you please edit the subject and change it something more meaningful (regarding to the issue reported), thanks...
-
12:41 PM Bug report #18247 (Closed): qgis-server - Problem with id field for WFS request
- Using PostGIS data (PostgreSQL 9.5 and PostGIS 2.4.2) the WFS are not correctly managed. I see two problems:
1) p... -
05:28 PM Bug report #18249 (Feedback): QGIS Server 2.18 much slower than 2.14 (at least for WFS getfeature...
- I tried myself and I confirm the fact that QGIS 2.18 is much slower than 2.14. *I can't confirm the crash using PostG...
-
05:28 PM Bug report #18249 (Feedback): QGIS Server 2.18 much slower than 2.14 (at least for WFS getfeature...
- I tried myself and I confirm the fact that QGIS 2.18 is much slower than 2.14. *I can't confirm the crash using PostG...
-
01:48 PM Bug report #18249 (Closed): QGIS Server 2.18 much slower than 2.14 (at least for WFS getfeature r...
- After an update from QGIS server 2.14 to QGIS Server 2.18 (LTR) I note that WFS requests using a layer with ~ 25'000 ...
-
04:29 PM Revision 0b635803 (qgis): echo env var
-
04:29 PM Revision 4a6e571e (qgis): correctly set working path
-
04:29 PM Revision 70c68323 (qgis): better display
-
04:29 PM Revision d62ad0bd (qgis): use coming Ubuntu Bionic 18.04 as base Docker image
-
04:29 PM Revision 6ea56808 (qgis): build with 3D on Travis
-
04:29 PM Revision 876fa1cc (qgis): fix distance area test
-
04:29 PM Revision f2711298 (qgis): bionic has cmake 3.10.2 already
-
04:29 PM Revision 0b04b4fc (qgis): build QGIS Docker on cron jobs
-
04:29 PM Revision f51eb06c (qgis): more echo
-
04:29 PM Revision 9256669a (qgis): set ccache
-
04:29 PM Revision 5fae870b (qgis): do not docker compose when building QGIS image
-
04:29 PM Revision 40ea2a69 (qgis): [docker] update sip to 4.19.7
- also bump cmake to 3.10.2
-
04:29 PM Revision 95bd72d8 (qgis): try to use TRAVIS_EVENT_TYPE rather than TRAVIS_PULL_REQUEST
- to see if it pushed the deps image
-
04:25 PM Bug report #18251: Crashed on Creating Mapset
- h2. User Feedback
Made a new GRASS mapset, then entered the name of a new location and pressed Next
h2. Report ... -
04:25 PM Bug report #18251 (Closed): Crashed on Creating Mapset
- I created a new mapset in QGIS 3.0. I then entered a new location name and pressed next. Then it crashed.
-
04:09 PM Bug report #18081: GDB recognition mixup
- Douglas Alderman wrote:
> The company has agreed to share the GDB, but would like a more confidential approach to ge... -
04:09 PM Bug report #18081: GDB recognition mixup
- Douglas Alderman wrote:
> The company has agreed to share the GDB, but would like a more confidential approach to ge... -
02:52 PM Bug report #18081: GDB recognition mixup
- The company has agreed to share the GDB, but would like a more confidential approach to get it to you rather than to ...
-
03:54 PM Revision e321acd6 (qgis): Add global scope in server
-
03:51 PM Revision 00441957 (qgis): better display
-
03:51 PM Revision caa4ff0e (qgis): correctly set working path
-
03:51 PM Revision 1fbd51cb (qgis): build QGIS Docker on cron jobs
-
03:51 PM Revision 84a7a6ef (qgis): set ccache
-
03:51 PM Revision 8c6cb230 (qgis): [docker] update sip to 4.19.7
- also bump cmake to 3.10.2
-
03:51 PM Revision dcd37511 (qgis): do not docker compose when building QGIS image
-
03:51 PM Revision edc1dfea (qgis): build with 3D on Travis
-
03:51 PM Revision 23654ac8 (qgis): try to use TRAVIS_EVENT_TYPE rather than TRAVIS_PULL_REQUEST
- to see if it pushed the deps image
-
03:51 PM Revision 8f745244 (qgis): fix distance area test
-
03:51 PM Revision 9c81192d (qgis): echo env var
-
03:51 PM Revision 4595d356 (qgis): more echo
-
03:51 PM Revision 3fb11d23 (qgis): bionic has cmake 3.10.2 already
-
03:51 PM Revision 047b09e8 (qgis): use coming Ubuntu Bionic 18.04 as base Docker image
-
03:47 PM Revision eb6a2163 (qgis): update test masks
-
03:47 PM Revision d5bb4a72 (qgis): fix bad regex in parse_dash_results
-
03:39 PM Revision b3d5aaba (qgis): Set scope directly to new context
-
03:38 PM Revision b385f42a (qgis): Set project expression variables in server
-
03:36 PM Bug report #17672: ssl error: certificate validate failed with postgis and qgis 2.18.15
- Tested with last QGIS (3.0.0-3). The problem persist (cf. screenshot).
-
03:26 PM Bug report #18250 (Closed): Error running script from Script editor
- Script framework has changed since 3.0. Now it uses the same syntax like algorithms.
Each script must be created sub... -
03:26 PM Bug report #18250 (Closed): Error running script from Script editor
- Script framework has changed since 3.0. Now it uses the same syntax like algorithms.
Each script must be created sub... -
01:59 PM Bug report #18250 (Closed): Error running script from Script editor
- Running a Python script from the Script editor throws an error:
"No script found - Seems there is no valid script in... -
02:46 PM Bug report #18029: Print composer locking up (OSX 10.13.3)
- Giovanni Manghi wrote:
> > Ah yes, I have used this method when possible but it doesn't allow me to add new content.... -
02:25 PM Bug report #18029 (Feedback): Print composer locking up (OSX 10.13.3)
-
02:25 PM Bug report #18029: Print composer locking up (OSX 10.13.3)
> Ah yes, I have used this method when possible but it doesn't allow me to add new content. This bug is currently s...-
02:19 PM Bug report #18029: Print composer locking up (OSX 10.13.3)
- Miichael Medina wrote:
> Joe Bullard wrote:
>
> > Interesting, had not even considered it to be a hardware issue... -
02:36 PM Bug report #8002: Voronoi Polygons tool makes overlapped polygons
- This is a confirmation that the bug is still reproducible in QGIS 3.0.0.
-
02:18 PM Bug report #17486 (Closed): Help button does not work in its default implementation (returns a wr...
- From the initial message, all requests are done so closing.
-
02:18 PM Bug report #17486 (Closed): Help button does not work in its default implementation (returns a wr...
- From the initial message, all requests are done so closing.
-
01:20 PM Bug report #18230: QGIS server 3.0 : service configuration error (service unknown or unsupported)
- Confirmed bad link to /usr/lib/lib/qgis/server (instead of /usr/lib/qgis/server)
+/var/log/apache2/error.log+
_@I... -
01:14 PM Feature request #2570: GRASS notice on top of the shell
- However it seems simple, I cannot find easy way to print a message to shell directly
without calling external script... -
06:58 AM Feature request #2570: GRASS notice on top of the shell
- This seems a reasonable solution. Thanks Radim.
-
01:09 PM Bug report #18248 (Closed): Spelling mistake in Clip Raster by Mask tool
- There is a minor English spelling mistake in the *Clip Raster by Mask* processing tool. The text *Create and output a...
-
12:36 PM Bug report #18216 (Closed): Error
- Is also needed (please) to use meaningful subjects.
-
12:36 PM Bug report #18216 (Closed): Error
- Is also needed (please) to use meaningful subjects.
-
12:33 PM Bug report #17699 (Closed): Cell contents replaced with NULL when cell gets focus
- I've just checked on the newly released QGIS 3.0.0-Girona and the problem no longer occurs. No sure when it was fixed.
-
12:31 PM Bug report #17689: QGIS print composer preview atlas combo box limited to 499 features
- Issue still persists in QGIS 3.0
-
12:07 PM Bug report #15768 (Closed): DB Manager - Update SQL layer is not available when using column with...
- This is now working in QGIS 3.0. However it doesn't work if you let QGIS generates the ID for you.
-
12:02 PM Bug report #18245 (Closed): QGIS 3 repositiry has lost a load of Plugins
- QGIS 2 plugins are not compatible with QGIS 3, they must be updated by their respective authors.
-
12:02 PM Bug report #18245 (Closed): QGIS 3 repositiry has lost a load of Plugins
- QGIS 2 plugins are not compatible with QGIS 3, they must be updated by their respective authors.
-
11:57 AM Bug report #18245 (Closed): QGIS 3 repositiry has lost a load of Plugins
- I've just loaded QGIS 3 and it has not brought forward my plugins from the previous installation (2.16), so I wnet to...
-
12:02 PM Bug report #16057: Font marker family wrongly set when opening property
- You are right, sorry Luigi!
Then I precise: I tested with 2.99-0 and Qt 5.5.1.
Now I also tested with 2.18.16 (Qt ... -
10:48 AM Bug report #18244 (Closed): DB Manager: "Update SQL layer" error
- *new description:*
open db manager
connect to a db
open SQL window
make a query like SELECT * FROM schema.table... -
10:28 AM Revision 899b80b9 (qgis): [layer indicator] grayscale outline icons should be used for indicators
- 10:14 AM Revision 91b9a69d (qgis): Merge pull request #6470 from elpaso/template-convert
- [layout] Automatic conversion of 2.x composition templates to layouts
-
10:13 AM Bug report #18243 (Open): No automatic reconnection when connection lost using Oracle data sources
- Problem:
* I have created a QGIS project with several layers based on Oracle data sources.
* I am running QGIS 3.0... - 09:46 AM Revision 27ab59c6 (qgis): Fixed mask image and docs
-
09:29 AM Bug report #17990: Values reset to default when cutting line
- The Visual Changelog for 3.0 mentions "Feature: Improved handling of defaults".
I have added a sentence to this se... -
08:17 AM Bug report #18242 (Rejected): Process modeler UI elements not expanding to fill containers
- Duplicates #18207. Please search bugtracker before filling new issue to make sure that it is not reported yet.
-
08:17 AM Bug report #18242 (Rejected): Process modeler UI elements not expanding to fill containers
- Duplicates #18207. Please search bugtracker before filling new issue to make sure that it is not reported yet.
-
08:11 AM Bug report #18242 (Rejected): Process modeler UI elements not expanding to fill containers
- On the Processing Modeler UI, both in the Inputs and Algorithms tabs, the selection boxes are not expanding to fill t...
-
07:44 AM Bug report #18229: "Check QGIS Version" shows 2.99 info in QGIS 3.0
- Harrissou Santanna wrote:
> > OSGeo4W says version 3.0.0-4 is installed
>
> This is indeed the dev version of 3.0... -
07:34 AM Feature request #11005 (Closed): Please add CONTRIBUTING.md to the repo
- From desktop it works, from phone not.
Thanks for pointing out, this fixes the issue IMHO. -
07:34 AM Feature request #11005 (Closed): Please add CONTRIBUTING.md to the repo
- From desktop it works, from phone not.
Thanks for pointing out, this fixes the issue IMHO. -
07:30 AM Feature request #11005: Please add CONTRIBUTING.md to the repo
- Where? All the links seem to work well, here.
-
07:04 AM Feature request #11005: Please add CONTRIBUTING.md to the repo
- I get a 404.
Thanks. -
07:24 AM Bug report #18241 (Open): QgsVectorJoinInfo.setJoinFieldNamesSubset() wrong fields order
- By creating a join, via Python, if a subset of fields to be joined is defined, the joined fields will be in the same ...
-
07:20 AM Revision 9a3ecc28 (qgis): Merge pull request #6471 from sebastic/wms-provider-dependencies
- Add dependency on qgis_gui target to fix parallel build.
-
07:11 AM Bug report #17417: Rule editor dialog (style) does not fit height of screen
- Is this still valid in 3.0?
-
07:10 AM Bug report #15875: Importing a POINT layer in Browser always returns MULTIPOINT
- Am I correct that this applies to points only?
Thanks. -
07:09 AM Bug report #15875 (Reopened): Importing a POINT layer in Browser always returns MULTIPOINT
- So is this a partial of final fix?
-
07:00 AM Bug report #13058 (Closed): Remove internal OWSlib copy
-
05:31 AM Feature request #18240 (Open): export layout output via terminal
- A terminal command like below, to print layouts by batches without opening the gui, would be nice.
qqis-layout -p ... - 04:24 AM Revision 6bb8a9b6 (qgis): Pixel and size optimization for 5 icons (#6451)
- - mIconWarning.svg
- providerGdal.svg
- providerGrass.svg
- stars_empty.svg
- stars_full.svg - 04:20 AM Revision 479c6e91 (qgis): Vectorization of CAD tools icons (#6468)
- - construction.png-
- delta.png
- lock.png
- parallel.png
- perpendicular.png -
03:54 AM Bug report #18239 (Closed): Corrupted data layer and valuemaps / defaults lost
- Running qgis master and editing a shapefile layer. The layer attached in its form as found after Qgis crashed.
After... -
03:52 AM Bug report #18207: Graphical modeler GUI is broken
- This doesn't seem to be correct. This bug occurred with a completely new install of QGIS -- version 3.0.0-Girona -- t...
-
03:28 AM Revision c946f973 (qgis): bionic has cmake 3.10.2 already
-
03:28 AM Revision 78863526 (qgis): better display
-
03:28 AM Revision 05ad5742 (qgis): more echo
-
03:28 AM Revision c2e84dac (qgis): echo env var
-
03:28 AM Revision 4b68469b (qgis): [docker] update sip to 4.19.7
- also bump cmake to 3.10.2
-
03:28 AM Revision 832a6eaf (qgis): use coming Ubuntu Bionic 18.04 as base Docker image
-
03:28 AM Revision 59ff6d1a (qgis): build with 3D on Travis
-
03:28 AM Revision e7331194 (qgis): try to use TRAVIS_EVENT_TYPE rather than TRAVIS_PULL_REQUEST
- to see if it pushed the deps image
-
03:28 AM Revision f3b05906 (qgis): correctly set working path
-
03:28 AM Revision cd64ce3b (qgis): build QGIS Docker on cron jobs
-
03:28 AM Revision 1d5d738e (qgis): set ccache
-
03:28 AM Revision 78556820 (qgis): do not docker compose when building QGIS image
-
03:28 AM Revision 7f5c34b8 (qgis): fix distance area test
-
03:26 AM Revision cc6e2d46 (qgis): update test masks
-
03:06 AM Bug report #18237: CSV export issues (QGIS 3.0)
- Nyall Dawson wrote:
> I can't reproduce - can you post a step by step guide to reproduce or a screencast please?
... -
02:05 AM Bug report #18237 (Feedback): CSV export issues (QGIS 3.0)
- I can't reproduce - can you post a step by step guide to reproduce or a screencast please?
-
02:40 AM Bug report #18238: Python error: couldn't load plugin 'processing' (python error)
- That did indeed solve the problem. It would be helpful to have a note about that on the download/install page, as I ...
-
01:57 AM Bug report #18238 (Feedback): Python error: couldn't load plugin 'processing' (python error)
- Try removing your existing osgeo4w install folder and then re-installing. You have some leftover files from an earlie...
-
01:27 AM Bug report #18238: Python error: couldn't load plugin 'processing' (python error)
- I am not sure if this is related, but I think this failure to load the plugin is affecting the Vector menu. It does ...
-
01:15 AM Bug report #18238 (Closed): Python error: couldn't load plugin 'processing' (python error)
- Installed QGIS 3.0 today. On startup receiving this error
Python error: Couldn't load plugin'processing' See mes... -
02:37 AM Revision f60149b5 (qgis): Fix bad string
- (cherry-picked from 967254)
-
02:34 AM Revision 9672544f (qgis): Fix bad string
-
02:25 AM Revision 9ee35ad9 (qgis): Merge pull request #6467 from DelazJ/QMessageBoxTitles
- More dialog caption fixes
-
02:24 AM Revision 7487be0e (qgis): Add more information to modeless option
- fix #18152
(cherry-picked from 1090312c64) -
02:22 AM Revision 13c35223 (qgis): Fix build
-
02:18 AM Revision c3d23cf5 (qgis): Merge pull request #6469 from DelazJ/patch-1
- Add more information to modeless option
-
02:18 AM Bug report #18152 (Closed): QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- Applied in changeset commit:qgis|1090312c64dc673d79fca904ec507c7797ef949e.
-
02:18 AM Bug report #18152 (Closed): QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- Applied in changeset commit:qgis|1090312c64dc673d79fca904ec507c7797ef949e.
-
02:17 AM Revision 71453da6 (qgis): Fix list of algorithms shortcut in vector and raster menus
- Fix #18175
(cherry-picked from 4c32a01) -
02:15 AM Revision 98b902bd (qgis): Merge pull request #6472 from DelazJ/algShortcuts
- Fix list of algorithms shortcut in vector and raster menus
-
02:14 AM Feature request #18175 (Closed): Select by location in the vector menu
- Applied in changeset commit:qgis|4c32a01bde0c8a64bbc6b2fc5e6ec356686cac38.
-
02:14 AM Feature request #18175 (Closed): Select by location in the vector menu
- Applied in changeset commit:qgis|4c32a01bde0c8a64bbc6b2fc5e6ec356686cac38.
-
02:03 AM Revision 883b4f49 (qgis): [processing] Fix restoring parameter values from batch panel load button
- Fixes #18236
(cherry-picked from 81d536) -
02:03 AM Revision 9ead36db (qgis): [processing] Fix exception when parameters are missing in batch dialog
- Refs #18236
(cherry-picked from 6e44a27) -
01:58 AM Revision 81d53644 (qgis): [processing] Fix restoring parameter values from batch panel load button
- Fixes #18236
-
01:58 AM Revision 6e44a277 (qgis): [processing] Fix exception when parameters are missing in batch dialog
- Refs #18236
-
01:58 AM Bug report #18236 (Closed): Batch processing issues
- Applied in changeset commit:qgis|81d53644ebe3b9392581522a712fe7e7f318b084.
-
01:58 AM Bug report #18236 (Closed): Batch processing issues
- Applied in changeset commit:qgis|81d53644ebe3b9392581522a712fe7e7f318b084.
-
01:19 AM Bug report #18176: Plugin MetaSearch crashed
- Here is the error I receive on QGIS startup on my machine. Windows 7.
'Python error: Couldn't load plugin 'MetaSea...
2018-02-26
-
12:50 AM Bug report #18237 (Closed): CSV export issues (QGIS 3.0)
- When exporting plotted .csv data to .csv (via save Vector Layer As menu), the resulting .csv is incomplete. I.e., it ...
-
12:33 AM Bug report #18236 (In Progress): Batch processing issues
-
12:09 AM Bug report #18236: Batch processing issues
- > oh and also, would it be possible to have an option to set all other fields with the same values instead of having ...
-
11:26 PM Bug report #18236 (Closed): Batch processing issues
- Greetings,
I've been doing some test and I'm having issues with the batch window (for Join Attribute by Location (... -
12:03 AM Bug report #18207: Graphical modeler GUI is broken
- It's only the case if you had previously installed a dev version of 2.99 -- an installation of the final 3.0 release ...
-
12:02 AM Bug report #18207: Graphical modeler GUI is broken
- I managed to locate the file on my system:
"/lib64/python3.6/site-packages/PyQt5/uic/widget-plugins/qgis_customwid... -
11:44 PM Revision 4b221759 (qgis): Merge pull request #6057 from wonder-sk/layer-tree-filter-indicator
- Layer tree view indicators API + filtered layer indicator
-
10:43 PM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- So far the standalone version on another drive gives me the same errors. The errors even point to the specific drive ...
-
10:06 PM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- Borys Jurgiel wrote:
> Well it looks like some conflicts in your C:\OSGeo4W. I can't reproduce your problem with the... -
08:40 PM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- Well it looks like some conflicts in your C:\OSGeo4W. I can't reproduce your problem with the standalone installer - ...
-
08:18 PM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- Borys Jurgiel wrote:
> You only get the error when loading matplotlib-based plugins, don't you?
> For example, auto... -
07:40 PM Bug report #18233: Getting 'ValueError: _getfullpathname: embedded null character in path' when t...
- You only get the error when loading matplotlib-based plugins, don't you?
For example, autoSaver (or any other plugin... -
06:43 PM Bug report #18233 (Closed): Getting 'ValueError: _getfullpathname: embedded null character in pat...
- Couldn't load plugin 'SemiAutomaticClassificationPlugin' due to an error when calling its classFactory() method
V... -
10:30 PM Feature request #2570: GRASS notice on top of the shell
- The shell in QGIS GRASS Tools does not set prompt PS1, so the default or set by user is used.
GRASS standard shell f... -
10:07 PM Bug report #2646 (Closed): lost focus by click on a object when evis is activate to the layer
-
10:06 PM Bug report #13398: Georeferencer produce images in wrong crs in 2.10 and master
- Issue is still present in 3.1.0-3 (see Mail Paolo Cavallini, QGIS tickets)
- 10:01 PM Revision c9bb21ef (qgis): show how to run the PyQgsServer test
- 10:01 PM Revision b2c3de6b (qgis): improve server SELECTION test with multiple id's
-
09:53 PM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
- Issue is still present in 3.1.0-3 (see Mail Paolo Cavallini, QGIS tickets)
-
09:52 PM Bug report #15600: Selecting features feature in spatial views and virtual layers leads to wrong ...
- Issue is still present in 3.1.0-3 (see Mail Paolo Cavallini, QGIS tickets)
-
09:50 PM Bug report #15601: spatialite view layers shows always 0 features when object-count is on
- Issue is still present in 3.1.0-3 (see Mail Paolo Cavallini, QGIS tickets)
-
09:48 PM Bug report #17525: subform in automatic generated relation referende widget is not visible in 2.9...
- Issue is still present in 3.1.0-3 (see Mail Paolo Cavallini, QGIS tickets)
-
09:47 PM Bug report #17890: select features by value select wrong geometries in layers with defined relati...
- Issue is still present in 3.1.0-3 (see Mail Paolo Cavallini, QGIS tickets)
-
08:52 PM Bug report #18220: Crash when clicking "Manage and install plugins" - Fresh install
- Thanks. Anyway, I suspect it's a kind of conflict in your OSGeo4W. Today we notice numerous problems after upgrade in...
-
05:22 PM Bug report #18220: Crash when clicking "Manage and install plugins" - Fresh install
- I have the same results after removing all the .pyc files from the C:\OSGeo4W64\apps\qgis and profile folders.
As ... -
05:14 PM Bug report #18220 (Feedback): Crash when clicking "Manage and install plugins" - Fresh install
-
05:13 PM Bug report #18220: Crash when clicking "Manage and install plugins" - Fresh install
- Not sure if it will help, but there is a hope. Could you please try to delete any existing *.pyc files from
C:\OS... -
11:47 AM Bug report #18220 (Closed): Crash when clicking "Manage and install plugins" - Fresh install
- I have a fresh install of QGIS 3, installed using OSGEO4W. At the first launch, I choose to not import the parameters...
-
08:50 PM Bug report #14752: GEOS exceptions crash QGIS on windows
- This issue is still live and kicking
https://gis.stackexchange.com/questions/272783/qgis-3-00-crashes-while-qgis-2-9... -
08:42 PM Bug report #18235 (Closed): QGIS 3.00 standalone 64 bit installer running on win 10 pro 64 bit cr...
- Crash ID: 8885f6f62ba851c46e1531eac88ab3970432c4f1
Stack Trace
geos::index::strtree::STRtree::STRIntersects... -
08:42 PM Bug report #18232: SemiAutomaticClassificationPlugin
- Btw. AFAIR this particular bug was already fixed, so please just upgrade SemiAutomaticClassificationPlugin ;)
-
05:42 PM Bug report #18232 (Closed): SemiAutomaticClassificationPlugin
- Issues about 3rd party plugins must be reported to plugins authors.
-
05:42 PM Bug report #18232 (Closed): SemiAutomaticClassificationPlugin
- Issues about 3rd party plugins must be reported to plugins authors.
-
05:37 PM Bug report #18232 (Closed): SemiAutomaticClassificationPlugin
- Couldn't load plugin 'SemiAutomaticClassificationPlugin' due to an error when calling its classFactory() method
A... -
08:42 PM Bug report #16057: Font marker family wrongly set when opening property
- Nino Formica wrote:
> I tried to replicate the problem (following Luigi's description) on QGIS 2.99-0, but it did no... -
04:48 PM Bug report #16057: Font marker family wrongly set when opening property
- I tried to replicate the problem (following Luigi's description) on QGIS 2.99-0, but it did not happen.
Font family ... -
08:39 PM Feature request #7114 (Closed): Multiple Grass versions with Qgis-GRass plugin
- GRASS version is now displayed in Plugins > GRASS > GRASS Options > General
We supported both GRASS 6 and 7 for fe... -
08:39 PM Feature request #7114 (Closed): Multiple Grass versions with Qgis-GRass plugin
- GRASS version is now displayed in Plugins > GRASS > GRASS Options > General
We supported both GRASS 6 and 7 for fe... -
08:39 PM Feature request #7114 (Closed): Multiple Grass versions with Qgis-GRass plugin
- GRASS version is now displayed in Plugins > GRASS > GRASS Options > General
We supported both GRASS 6 and 7 for fe... - 08:37 PM Revision 5fbcb8e5 (qgis): Update mask images
-
08:31 PM Bug report #18234 (Closed): Esri Personal GeoDatabase (*.mdb file)
- I can not load a Esri personal Geodatabase file into Qgis 3 anymore.
I has already added the following lines to qg... -
08:26 PM Bug report #15552 (Closed): Unable to build/load GRASS Tools on osx
- There was no more feedback and I believe that it was local problem with missing paths to GRASS libs.
Reopen if nec... -
08:26 PM Bug report #15552 (Closed): Unable to build/load GRASS Tools on osx
- There was no more feedback and I believe that it was local problem with missing paths to GRASS libs.
Reopen if nec... -
08:26 PM Bug report #15552 (Closed): Unable to build/load GRASS Tools on osx
- There was no more feedback and I believe that it was local problem with missing paths to GRASS libs.
Reopen if nec... -
08:19 PM Revision d9deb238 (qgis): [GRASS] fixed icons in browser
-
08:14 PM Revision 4c32a01b (qgis): Fix list of algorithms shortcut in vector and raster menus
- Fix #18175
- 08:04 PM Revision 02e75a73 (qgis): Update control images
-
07:22 PM Bug report #18080: Vector Fixed Distance Buffer
- I so not see the 'geometry checker'. I see 'Densify geometries' or 'simplify geometries' under the 'Vector' dropdown...
- 07:01 PM Revision 3bdb6c28 (qgis): [layout] Automatic conversion of 2.x composition templates to layouts
-
07:00 PM Revision d1b5767b (qgis): Add dependency on qgis_gui target to fix parallel build.
- In file included from /<<BUILDDIR>>/qgis-2.18.17+dfsg/src/providers/wms/qgswmssourceselect.cpp:26:0:
/<<BUILDDIR>>/q... -
06:56 PM Feature request #13526 (Closed): GRASS modules filter: add the cleanup button
- Applied in changeset commit:qgis|5b1a71433644183a0f7af113813ee0f6bf0bff61.
-
06:56 PM Feature request #13526 (Closed): GRASS modules filter: add the cleanup button
- Applied in changeset commit:qgis|5b1a71433644183a0f7af113813ee0f6bf0bff61.
-
06:56 PM Revision 5b1a7143 (qgis): [GRASS] tools filter clean button enabled, fixes #13526
-
06:34 PM Revision bbb2727b (qgis): Minor fixes (spelling, renaming, sip magic)
-
06:34 PM Revision f56d70f3 (qgis): [FEATURE] Indicators for layer tree view + filter indicator implementation
- This adds a mini-framework for display of extra icons in layer tree views
next to layer and group names. Tool tip tex... -
06:34 PM Revision 8190930b (qgis): Show filter query in the indicator's tooltip
-
06:33 PM Revision 1090312c (qgis): Add more information to modeless option
- fix #18152
-
06:33 PM Bug report #17144: Deleting fields from empty layer causes first attribute to be renamed.
- Confirmed on 3.1.
the original field name "id" now has a special character (See attached file) -
06:30 PM Bug report #17978: Windows installer still uses the old logo
- The side image is fixed. Seems just two small ones are missing now:
ms-windows/Installer-Files/InstallHeaderImage.... -
06:16 PM Bug report #17362: Node Tool Selects Invisible Objects
- With 3.0 was just released, I validated this and wanted to update the procedure to recreate with the new language:
... -
05:01 PM Bug report #18229: "Check QGIS Version" shows 2.99 info in QGIS 3.0
- > OSGeo4W says version 3.0.0-4 is installed
This is indeed the dev version of 3.0 "from yesterday":https://github.... -
04:16 PM Bug report #18229: "Check QGIS Version" shows 2.99 info in QGIS 3.0
- OSGeo4W says version 3.0.0-4 is installed
When QGIS starts it gives the 3.0 splash screen.
The QGIS About box g... -
04:07 PM Bug report #18229: "Check QGIS Version" shows 2.99 info in QGIS 3.0
- Can you run the setup of osgeo4w shell and verify if the installed version is 2.99 or 3.0? Note: at this time the ser...
-
03:54 PM Bug report #18229: "Check QGIS Version" shows 2.99 info in QGIS 3.0
- OSGeo4W
-
03:52 PM Bug report #18229: "Check QGIS Version" shows 2.99 info in QGIS 3.0
- Hi Michel,
is osge4w or standalone installation?
Regards
João -
03:03 PM Bug report #18229 (Closed): "Check QGIS Version" shows 2.99 info in QGIS 3.0
- When I select "Check QGIS Version" under Help in QGIS 3.0, I get a "You are running a development version of QGIS..."...
-
04:07 PM Bug report #18231 (Closed): DB Manager - PostgreSQL and Converted Config Seg error
- DB Manager cannot access PostgreSQl resources if it's configured with Converted Config Seg option.
When trying to ex... -
03:58 PM Bug report #18227: GeoReferencer crash
- hi,
Can you describe the steps that give this error?
You can attach screenshots as well.
Regards -
02:02 PM Bug report #18227 (Closed): GeoReferencer crash
- h2. User Feedback
Use georeferencer
h2. Report Details
*Crash ID*: fd2a65aecc93b39c1c9e241e65339e19926bb8e0
... -
03:36 PM Bug report #18089: QGIS server 2.99 error on every WMS request (except GetCapabilities)
- Dear Alessandro,
Once again, many thanks for the time you spent on the problem.
I will info IGN of the problem.... -
03:34 PM Bug report #18230 (Closed): QGIS server 3.0 : service configuration error (service unknown or uns...
- Hi all,
I upgraded yesterday from the 2.99 to the 3.0 version.
Since then, every request to the qgis server has... -
03:34 PM Bug report #13058: Remove internal OWSlib copy
- Looks okay from here.
-
03:17 PM Feature request #3289 (Closed): Dock "Simplify Feature"
- fixed in https://github.com/qgis/QGIS/pull/6336
-
03:17 PM Feature request #3289 (Closed): Dock "Simplify Feature"
- fixed in https://github.com/qgis/QGIS/pull/6336
-
03:12 PM Revision 68ee969b (qgis): fix bad merge
-
03:12 PM Revision dce21882 (qgis): [FEATURE] Add choice of simplification method to simplify map tool
- Allows different techniques to be used for simplification, including
the more cartographically pleasing "Visvalingam"... -
03:12 PM Revision 3235fec4 (qgis): Add some tooltips to simplification options
-
03:12 PM Revision 284ad06f (qgis): [simplify] user input widget instead of dialog
-
03:12 PM Revision a6eb520a (qgis): [simplify] accept/reject using keyboard
-
03:12 PM Revision c0b8fbfb (qgis): Drop redundant vertex count method, update code style
-
03:12 PM Revision 295e1b58 (qgis): [FEATURE] Allow map simplify tool to smooth features
- And rename to "Simplify/smooth features". This change allows interactive
smoothing of features. -
03:12 PM Bug report #18083 (Closed): Simplify map tool - don't use douglas-peucker simplification
- Applied in changeset commit:qgis|dce21882c73b9d4d98a6001872bad0be849df6c1.
-
03:12 PM Bug report #18083 (Closed): Simplify map tool - don't use douglas-peucker simplification
- Applied in changeset commit:qgis|dce21882c73b9d4d98a6001872bad0be849df6c1.
-
03:07 PM Bug report #17243: QGIS 3 vertex editor problems
- The most important problem - the third item from the list in ticket description has been fixed in PR https://github.c...
-
02:06 PM Feature request #18228 (Open): Autosender for crash reports
- I saw some errors in qgis that live long time.
Why qgis can't send info about error/crashes automaticly? -
01:54 PM Bug report #18226 (Open): Vertex Editor dialog does not respect its last placement
- Open the vertex editor, the panel is placed at the bottom of the left panels.
Then move it so that it covers the hei... -
01:45 PM Bug report #17808 (Closed): [Vertex editor] Hitting DEL when no vertex is selected in the Vertex ...
- I can neither reproduce
-
01:45 PM Bug report #17808 (Closed): [Vertex editor] Hitting DEL when no vertex is selected in the Vertex ...
- I can neither reproduce
-
01:41 PM Bug report #17285: QGIS3: reshape doesn't listen to "avoid intersection"
- > Note that reshaping with "avoid intersections" does NOT avoid intersections within the same layer, and it did not i...
- 01:07 PM Revision 3a1c5673 (qgis): Merge pull request #5835 from NathanW2/canvas_dock_zoom
- Add Auto Zoom to Selection for map canvas dock
-
01:06 PM Feature request #11005: Please add CONTRIBUTING.md to the repo
- Paolo, just in case, we do have https://github.com/qgis/QGIS/blob/master/.github/CONTRIBUTING.md, shown anytime someo...
-
03:06 AM Feature request #11005: Please add CONTRIBUTING.md to the repo
- I still believe having contributing guidelines in the repo itself (can be a copy of the website page, or better the ...
-
01:01 PM Bug report #18199: QGIS dev version: error when using geopandas and osmnx
- Try the final 3.0 release
-
12:26 PM Bug report #18199: QGIS dev version: error when using geopandas and osmnx
- Thank you a lot for your answers!
I was using the last OSGEO4w nightly build on Friday, what more up to date version... -
12:59 PM Bug report #18222 (Closed): The Subdivide algorithm should not allow point layer
- It works for multipoint though - e.g. a multipoint feature with > 8 points gets split to two.
-
12:59 PM Bug report #18222 (Closed): The Subdivide algorithm should not allow point layer
- It works for multipoint though - e.g. a multipoint feature with > 8 points gets split to two.
-
12:11 PM Bug report #18222 (Closed): The Subdivide algorithm should not allow point layer
- Because it subdivides features based on vertice number, it should not list point features.
-
12:59 PM Bug report #14779: Categorized layers not rendered at all
- This still happens in 2.18.16. I can confirm that this only occurs with float values with more than 2 decimals.
I ... -
12:41 PM Revision c6dcb325 (qgis): WFS provider: handle gmgml:Point_MultiPointPropertyType (fixes #18169)
-
12:40 PM Bug report #18219: Delaunay Triangulation and Voronoi Polygons do not work
- Re-uploading a sample data that works in 2.18.16 (Something's wrong with tmpDF shapefile).
Regression is also presen... -
12:40 PM Bug report #18219: Delaunay Triangulation and Voronoi Polygons do not work
- Re-uploading a sample data that works in 2.18.16 (Something's wrong with tmpDF shapefile).
Regression is also presen... -
12:40 PM Bug report #18219: Delaunay Triangulation and Voronoi Polygons do not work
- Re-uploading a sample data that works in 2.18.16 (Something's wrong with tmpDF shapefile).
Regression is also presen... -
12:40 PM Bug report #18219: Delaunay Triangulation and Voronoi Polygons do not work
- Re-uploading a sample data that works in 2.18.16 (Something's wrong with tmpDF shapefile).
Regression is also presen... -
12:40 PM Bug report #18219: Delaunay Triangulation and Voronoi Polygons do not work
- Re-uploading a sample data that works in 2.18.16 (Something's wrong with tmpDF shapefile).
Regression is also presen... -
12:40 PM Bug report #18219: Delaunay Triangulation and Voronoi Polygons do not work
- Re-uploading a sample data that works in 2.18.16 (Something's wrong with tmpDF shapefile).
Regression is also presen... -
11:45 AM Bug report #18219 (Closed): Delaunay Triangulation and Voronoi Polygons do not work
- Delaunay Triangulation and Voronoi Polygon do not work.
This previously worked flawlessly in 2.18.16.
Built qgis rp... -
12:33 PM Bug report #18225 (Open): Python console text size bug
- When you select the cursor in the Python console and press Ctrl -> - , the text size shrinks. However, when you remai...
-
12:32 PM Revision 03edc407 (qgis): rename QgsSettings::enumSettingValue to enumValue
- no python API break
-
12:32 PM Revision 4b232e49 (qgis): rename QgsSettings::enumSettingValue to enumValue
- no python API break
-
12:30 PM Feature request #18224 (Closed): Extend Identify Tool to work with Selection tools
- Currently, users can only click on a single point (with adjustments to radius in pixels) to identify features.
I am ... -
12:23 PM Bug report #18218: Processing: use selected features no more avaiable for GRASS tools?
- Nyall Dawson wrote:
> It's moved - now it's set when running an algorithm.
Sorry for the noise. I was using a GRA... -
10:21 AM Bug report #18218 (Closed): Processing: use selected features no more avaiable for GRASS tools?
- It's moved - now it's set when running an algorithm.
-
10:21 AM Bug report #18218 (Closed): Processing: use selected features no more avaiable for GRASS tools?
- It's moved - now it's set when running an algorithm.
-
09:37 AM Bug report #18218 (Closed): Processing: use selected features no more avaiable for GRASS tools?
- In General Options of Processing does not appear the Use Selected Features as in previous versions.
-
12:19 PM Revision 7827d924 (qgis): WFS provider: handle gmgml:Point_MultiPointPropertyType (fixes #18169)
-
12:15 PM Bug report #18223 (Open): Review the Subdivide algorithm help: advertised bug?
- The subdivide algorithm help (in app and in docs) states that
> The returned geometry parts may not be valid and ma... -
12:09 PM Feature request #18221 (Open): Add more options to (sub)divide features
- There's a subdivide algorithm in QGIS that split polygons based on number of vertices.
It could be helpful to have m... -
12:07 PM Bug report #18192: vertex editor doesn't honour topological editing when moving a segment
- maybe connected, but at least in the same scope: #18046
-
12:04 PM Revision d313f7c0 (qgis): WFS provider: handle gmgml:Point_MultiPointPropertyType (fixes #18169)
-
12:04 PM Bug report #18169 (Closed): QGIS doesn't read geometry from WFS
- Applied in changeset commit:qgis|d313f7c059c5f59a66697e5e9a93a13e074f62c9.
-
12:04 PM Bug report #18169 (Closed): QGIS doesn't read geometry from WFS
- Applied in changeset commit:qgis|d313f7c059c5f59a66697e5e9a93a13e074f62c9.
- 10:59 AM Revision 835eb150 (qgis): Merge pull request #6454 from elpaso/wfs-dcp-post-uri
- [wfs] Proper handling of DCP POST Uri
- 10:59 AM Revision c13b627e (qgis): Merge pull request #6452 from elpaso/delete-existing-from-browser
- [bugfix] Respect multi-single part when importing and allow delete existing from browser
- 10:58 AM Bug report #15875 (Closed): Importing a POINT layer in Browser always returns MULTIPOINT
- Applied in changeset commit:qgis|772adec552a374e380048dcd72cd35884e42e63f.
- 10:58 AM Bug report #15875 (Closed): Importing a POINT layer in Browser always returns MULTIPOINT
- Applied in changeset commit:qgis|772adec552a374e380048dcd72cd35884e42e63f.
-
10:52 AM Revision bfa3cab0 (qgis): [processing] Fix model docks are not removed when closing modeler
- Actually caused by the modeler dialog never being deleted correctly.
Fixes #18213 -
10:52 AM Bug report #18213 (Closed): Processing modeler - undocked panes should be closed when the modeler...
- Applied in changeset commit:qgis|bfa3cab0bba55ac6d34b127878fb58f664cfe534.
-
10:52 AM Bug report #18213 (Closed): Processing modeler - undocked panes should be closed when the modeler...
- Applied in changeset commit:qgis|bfa3cab0bba55ac6d34b127878fb58f664cfe534.
-
08:55 AM Bug report #18213: Processing modeler - undocked panes should be closed when the modeler is closed
- Probably duplicates #18189
-
07:26 AM Bug report #18213 (In Progress): Processing modeler - undocked panes should be closed when the mo...
- PR: https://github.com/qgis/QGIS/pull/6462
-
03:20 AM Bug report #18213: Processing modeler - undocked panes should be closed when the modeler is closed
- Sorry, the main testing was on the latest osgeo4w64 nightly.
Although since a pre-3.0.0-release ubuntu nightly is al... -
10:42 AM Feature request #6648: Warn about all existing files in save as
- Still problem in 3.0, e.g. .dbf file is silently overridden if .shp does not exist.
The second problem is solved, ... -
10:35 AM Bug report #17623: If the current feature ($geometry) falls outside the canvas's visibility area,...
- I did a test with QGIS 3.0 Girona: the problem is still present.
I used the data and project attached. -
10:18 AM Bug report #9896: WMS GetFeatureInfo search radius
- Still not solved
https://github.com/qgis/QGIS/blob/4777abb4/src/server/services/wms/qgswmsrenderer.cpp#L2290
http... -
10:18 AM Bug report #9896: WMS GetFeatureInfo search radius
- Still not solved
https://github.com/qgis/QGIS/blob/4777abb4/src/server/services/wms/qgswmsrenderer.cpp#L2290
http... -
09:37 AM Revision ef4a518d (qgis): [processing] add icons to SAGA algorithms (fix #18211)
- (cherry picked from commit 4777abb48e5e2aa647b9750f7e015d32574ca97e)
-
09:37 AM Revision 4777abb4 (qgis): [processing] add icons to SAGA algorithms (fix #18211)
-
09:37 AM Bug report #18211 (Closed): QGIS 3: SAGA modules missing the SAGA icon
- Applied in changeset commit:qgis|4777abb48e5e2aa647b9750f7e015d32574ca97e.
-
09:37 AM Bug report #18211 (Closed): QGIS 3: SAGA modules missing the SAGA icon
- Applied in changeset commit:qgis|4777abb48e5e2aa647b9750f7e015d32574ca97e.
-
09:22 AM Revision 4f1c100e (qgis): Fix intermittently failing postgres provider test
- Provider can crash if features do not have enough attributes
set to match fields in layer.
(cherry-picked from fb3e1c3) -
09:22 AM Revision 19aebf80 (qgis): Fix leak in postgres provider loadStyle
- (cherry-picked from b92079)
-
09:22 AM Revision d6cf2e56 (qgis): Fix memory leak in QgsPostgresProvider::createEmptyLayer
- (cherry-picked from 8ce519)
-
08:55 AM Bug report #18189: QGIS 3: python error when closing Processing modules dialogs
- Probably related to #18213
-
08:49 AM Bug report #16985: Reshape Features can't handle resulting exclaves
- This issue also applies to QGIS 3.0.
Shall I open a second ticket or how can I change the affected version(s)? -
08:48 AM Bug report #18212 (Rejected): Voronoi creates overlapping polygons
- Duplicates #8002. Please search bugtracker before creating issues to be sure that it is not reported yet.
-
08:48 AM Bug report #18212 (Rejected): Voronoi creates overlapping polygons
- Duplicates #8002. Please search bugtracker before creating issues to be sure that it is not reported yet.
-
08:40 AM Revision b920799a (qgis): Fix leak in postgres provider loadStyle
-
08:40 AM Revision fb3e1c39 (qgis): Fix intermittently failing postgres provider test
- Provider can crash if features do not have enough attributes
set to match fields in layer. -
08:40 AM Revision 8ce519d2 (qgis): Fix memory leak in QgsPostgresProvider::createEmptyLayer
-
08:06 AM Revision 90d50eca (qgis): [processing][help] use new anchor style also for modeler
- (cherry picked from commit a54192cb72cf01ad7e3ac7931370c91fa09f9123)
-
08:06 AM Revision fb86a5fa (qgis): [processing][help] use helpId() when constructing anchor name (follow u...
- (cherry picked from commit 725f36064c9b227a48e29dac91512d796bb3c7b4)
-
08:06 AM Revision 7416b6c2 (qgis): [processing][help] use algorithm id as an anchor for help pages
- (cherry picked from commit 598b8a9c41e3788962778039adcc30f2912d822f)
-
07:59 AM Revision 3701d648 (qgis): More dialog caption fixes
-
07:16 AM Revision 181d4414 (qgis): Fix string capitalization
- (cherry-picked from e1a344)
-
07:16 AM Revision 167b6086 (qgis): [processing] Fix grass point parameter evaluation
- (cherry-picked from 44896c)
-
07:13 AM Revision e1a344f7 (qgis): Fix string capitalization
-
07:10 AM Revision 44896c36 (qgis): [processing] Fix grass point parameter evaluation
-
06:35 AM Revision 22d19c9b (qgis): [needs-docs] Add Alt+{no} shortcut for panels (#5895)
-
06:12 AM Bug report #18216 (Feedback): Error
- Please post more details here- how did you trigger this issue?
-
05:01 AM Bug report #18216 (Closed): Error
- h2. User Feedback
h2. Report Details
*Crash ID*: 539a06ad982ae113c56bbbd0395f6525e8943086
*Stack Trace... -
06:12 AM Bug report #18217 (Feedback): Error
- Please post more details here- how did you trigger this issue?
-
05:10 AM Bug report #18217 (Closed): Error
- h2. User Feedback
h2. Report Details
*Crash ID*: 63ffbc76fe8c0bf7c10d12c60be4dd3e6a728afa
*Stack Trace... - 05:31 AM Revision 347e6f1a (qgis): [FEATURE] [needs-doc] Add Auto Zoom to Selection for map canvas dock
-
04:40 AM Revision 5986444c (qgis): [processing] Support dynamic properties for all native c++ algorithms
-
04:40 AM Revision 7f927435 (qgis): [processing] Fix expection when double clicking alg in history with dyn...
-
03:19 AM Bug report #18214: Layer lists in processing dialogs (e.g. r.patch, raster calculator) are not up...
- Sorry, the testing was on the latest osgeo4w64 nightly
-
03:18 AM Bug report #18215: Processing: problems outputting raster layers from a model as a "final result"
- I just realised that I am testing on the nightly rather than the 3.0 release.
Examples attached - testing on Ubuntu ... -
03:18 AM Bug report #18215: Processing: problems outputting raster layers from a model as a "final result"
- I just realised that I am testing on the nightly rather than the 3.0 release.
Examples attached - testing on Ubuntu ... -
03:18 AM Bug report #18215: Processing: problems outputting raster layers from a model as a "final result"
- I just realised that I am testing on the nightly rather than the 3.0 release.
Examples attached - testing on Ubuntu ... -
03:18 AM Bug report #18215: Processing: problems outputting raster layers from a model as a "final result"
- I just realised that I am testing on the nightly rather than the 3.0 release.
Examples attached - testing on Ubuntu ... -
01:03 AM Bug report #18215 (Feedback): Processing: problems outputting raster layers from a model as a "fi...
- Can you share your model?
-
03:01 AM Bug report #12143 (Closed): Wrong measurements when background is from a tiled service
- AFAICU this is related to EPSG:3857 being unsuitable for measurements.
-
03:01 AM Bug report #12143 (Closed): Wrong measurements when background is from a tiled service
- AFAICU this is related to EPSG:3857 being unsuitable for measurements.
-
03:01 AM Bug report #12143 (Closed): Wrong measurements when background is from a tiled service
- AFAICU this is related to EPSG:3857 being unsuitable for measurements.
-
02:26 AM Bug report #15569 (Closed): Size assistant fails to calculate min max from layer
- In earlier versions the string field was listed among those usable by Assistant. Now the behaviour is correct.
-
02:26 AM Bug report #15569 (Closed): Size assistant fails to calculate min max from layer
- In earlier versions the string field was listed among those usable by Assistant. Now the behaviour is correct.
-
01:08 AM Revision 5e6a6fdf (qgis): do not docker compose when building QGIS image
-
01:08 AM Revision a1c115bc (qgis): better display
-
01:08 AM Revision d7d4c083 (qgis): bionic has cmake 3.10.2 already
-
01:08 AM Revision 65738557 (qgis): [docker] update sip to 4.19.7
- also bump cmake to 3.10.2
-
01:08 AM Revision 1b45c6e0 (qgis): echo env var
-
01:08 AM Revision 2b909c2b (qgis): try to use TRAVIS_EVENT_TYPE rather than TRAVIS_PULL_REQUEST
- to see if it pushed the deps image
-
01:08 AM Revision ec0f6f4f (qgis): correctly set working path
-
01:08 AM Revision bcb03f67 (qgis): set ccache
-
01:08 AM Revision 1440ce7e (qgis): build QGIS Docker on cron jobs
-
01:08 AM Revision 1e7ba0bd (qgis): fix distance area test
-
01:08 AM Revision 728ec042 (qgis): build with 3D on Travis
-
01:08 AM Revision 140255a5 (qgis): use coming Ubuntu Bionic 18.04 as base Docker image
-
01:08 AM Revision 677fc176 (qgis): more echo
2018-02-25
-
12:57 AM Revision 123c13d5 (qgis): [processing] Allow empty expressions in refactor fields alg
- Fixes #15640
(cherry-picked from cc10bbd) -
12:57 AM Revision cdf0cd19 (qgis): [processing] Fix crash when algorithms fail to prepare
- Refs #15640
(cherry-picked from 2900ace) -
12:52 AM Revision 66d5d43e (qgis): Fix missing user color schemes on startup
- (cherry-picked from 7dc0db)
-
12:50 AM Revision 7dc0db51 (qgis): Fix missing user color schemes on startup
-
12:22 AM Bug report #14299: Unhide paths from browser
- I forgot about this one. Will get it sorted for 3.2.
-
12:22 AM Bug report #18215 (Closed): Processing: problems outputting raster layers from a model as a "fina...
- I'm not sure if this is an issue with Processing itself, or with the QGIS raster algorithms, so please reassign as ap...
-
12:20 AM Revision cc10bbd9 (qgis): [processing] Allow empty expressions in refactor fields alg
- Fixes #15640
-
12:20 AM Revision 2900acef (qgis): [processing] Fix crash when algorithms fail to prepare
- Refs #15640
-
12:20 AM Bug report #15640 (Closed): Refactor fields: an expression is always required (otherwise python e...
- Applied in changeset commit:qgis|cc10bbd950805a335a9dbcf0e9cbff82994c7efc.
-
12:20 AM Bug report #15640 (Closed): Refactor fields: an expression is always required (otherwise python e...
- Applied in changeset commit:qgis|cc10bbd950805a335a9dbcf0e9cbff82994c7efc.
-
06:24 PM Bug report #15640: Refactor fields: an expression is always required (otherwise python error is t...
- Adding a string whatsoever is a workaround, but I still think the alg should accept an empty expression instead of th...
-
06:24 PM Bug report #15640: Refactor fields: an expression is always required (otherwise python error is t...
- Adding a string whatsoever is a workaround, but I still think the alg should accept an empty expression instead of th...
-
12:10 AM Revision f7f34efb (qgis): Respect image orientation and transforms in attachment widget
- Fixes #16139
(cherry-picked from 574a65) -
12:02 AM Bug report #18214 (Open): Layer lists in processing dialogs (e.g. r.patch, raster calculator) are...
- The list of input layers in the processing raster calculator dialog is not updated when a layer is removed (or added,...
-
11:55 PM Bug report #15569 (Feedback): Size assistant fails to calculate min max from layer
- I think the issue here is that "01/08/2015" is a string field.
If I use the expression to_real("01/08/2015") in t... -
06:29 PM Bug report #15569: Size assistant fails to calculate min max from layer
- Still true in QGIS 3
-
06:29 PM Bug report #15569: Size assistant fails to calculate min max from layer
- Still true in QGIS 3
-
06:29 PM Bug report #15569: Size assistant fails to calculate min max from layer
- Still true in QGIS 3
-
11:51 PM Bug report #18213 (Closed): Processing modeler - undocked panes should be closed when the modeler...
- If you undock the "inputs" pane (etc) it will stay open when you close the modeller.
After that, things can get weir... -
11:37 PM Bug report #17967: Browser: deleting raster in GeoPackage doesn't work
- Confirmed on QGIS 3.
-
11:37 PM Bug report #17967: Browser: deleting raster in GeoPackage doesn't work
- Confirmed on QGIS 3.
-
11:32 PM Bug report #18044 (Closed): QGIS 2.99.0-Master Crashed during Layer Styling
- Closing for lack of feedback.
-
11:32 PM Bug report #18044 (Closed): QGIS 2.99.0-Master Crashed during Layer Styling
- Closing for lack of feedback.
-
11:29 PM Bug report #18194: QGIS3 Processing Graphical Modeler GUI is messed up on OSX
- Translation based on #18065: "delete qgis_customwidgets.py"
-
11:28 PM Bug report #16283 (Closed): Renaming a PostGIS table in the browser does not work as expected
- Nyall Dawson wrote:
> > how do others postgresql clients behave (i.e. PgAdmin)?
>
> No rename.
>
> I personall... -
11:28 PM Bug report #16283 (Closed): Renaming a PostGIS table in the browser does not work as expected
- Nyall Dawson wrote:
> > how do others postgresql clients behave (i.e. PgAdmin)?
>
> No rename.
>
> I personall... -
11:27 PM Bug report #16283: Renaming a PostGIS table in the browser does not work as expected
- > how do others postgresql clients behave (i.e. PgAdmin)?
No rename.
I personally think this is a "wontfix".
-
10:53 PM Bug report #16283 (Feedback): Renaming a PostGIS table in the browser does not work as expected
- mescal72 - wrote:
> It's not seem an error to me. Renaming a table doesn't imply the pkey and index renaming.
how... -
10:46 PM Bug report #16283: Renaming a PostGIS table in the browser does not work as expected
- It's not seem an error to me. Renaming a table doesn't imply the pkey and index renaming.
-
11:27 PM Bug report #7146 (Open): DB manager does not remove Spatialite indexes and entry in "spatialite_h...
-
11:26 PM Bug report #6660 (Closed): Import and drop table problem
- #7146
-
11:26 PM Bug report #6660 (Closed): Import and drop table problem
- #7146
-
11:26 PM Bug report #6660 (Closed): Import and drop table problem
- #7146
-
11:25 PM Revision 574a6549 (qgis): Respect image orientation and transforms in attachment widget
- Fixes #16139
-
11:25 PM Bug report #16139 (Closed): Photo are inversed (upsidedown)
- Applied in changeset commit:qgis|574a6549f8d929c885b531fce827993c26fb034d.
-
11:25 PM Bug report #16139 (Closed): Photo are inversed (upsidedown)
- Applied in changeset commit:qgis|574a6549f8d929c885b531fce827993c26fb034d.
-
10:50 PM Bug report #16139 (In Progress): Photo are inversed (upsidedown)
-
09:54 PM Bug report #16139: Photo are inversed (upsidedown)
- the original photo are upsidedown with a orientation tag set to "right-bottom".
You have to remove tag with [0] and ... -
11:20 PM Bug report #17990: Values reset to default when cutting line
- Where do we stand with this ticket?
-
11:13 PM Bug report #15542 (Closed): Hillshad renderer creates artifacts
- #15943
-
11:13 PM Bug report #15542 (Closed): Hillshad renderer creates artifacts
- #15943
-
03:53 PM Bug report #15542: Hillshad renderer creates artifacts
- Still true in QGIS 3.
To replicate, just load a DTM, apply hillshade render style from layer properties, and zoom un... -
03:53 PM Bug report #15542: Hillshad renderer creates artifacts
- Still true in QGIS 3.
To replicate, just load a DTM, apply hillshade render style from layer properties, and zoom un... -
11:10 PM Bug report #17808 (Feedback): [Vertex editor] Hitting DEL when no vertex is selected in the Verte...
-
11:06 PM Bug report #9550 (Closed): Scrollbars in browser list don't correctly account for list height
-
10:58 PM Bug report #9550: Scrollbars in browser list don't correctly account for list height
- It seems to works with QGIS 2.18.15 & 3.0 on linux
-
10:44 PM Bug report #18212: Voronoi creates overlapping polygons
- QGIS 3 (and other OSes) also affected.
-
10:44 PM Bug report #18212: Voronoi creates overlapping polygons
- QGIS 3 (and other OSes) also affected.
-
10:43 PM Bug report #18212 (Rejected): Voronoi creates overlapping polygons
- The attached screenshot shows the points used as input to Voronoi and the generated polygons with half transparency s...
-
10:43 PM Bug report #16282: Browser drag and drop issues
- mescal72 - wrote:
> Confirmed on 3.0
Please update the affected version accordingly. Thanks! -
10:39 PM Bug report #16282: Browser drag and drop issues
- Confirmed on 3.0
-
10:32 PM Bug report #18167: I have a modification to make r.mapcalc (grass7/processing toolbox) work with ...
- Olivier ATHIMON wrote:
> Giovanni Manghi wrote:
> > Please file a pull request in the QGIS code repository. Thanks!... -
10:18 PM Bug report #15684: Crash when creating snapshot with vector layer from command line
- It works with 3.0.
Confirmed on 2.18.15 -
10:08 PM Revision 8ef90807 (qgis): osgeo4w: fix desktop link
- (cherry picked from commit b5ca7885fc13fecdacd604bfbd747798b1539f59)
-
10:08 PM Revision b5ca7885 (qgis): osgeo4w: fix desktop link
-
09:35 PM Bug report #18025 (Feedback): QGIS 2.18.16 crash on "save as"
> My bug look like #14781
>
> What can I do?
of course in both cases it is very likely it is a local issue,...-
09:29 PM Bug report #18176 (Feedback): Plugin MetaSearch crashed
-
09:28 PM Bug report #18199 (Feedback): QGIS dev version: error when using geopandas and osmnx
-
09:26 PM Bug report #18201 (Closed): Dissolve creates wrong output
- Erik Sigra wrote:
> There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons.... -
09:26 PM Bug report #18201 (Closed): Dissolve creates wrong output
- Erik Sigra wrote:
> There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons.... -
09:20 PM Bug report #18127 (Closed): Error when using On The Fly CRS Transformation
- The image you posted is clear: you are reprojecting to a local (national) CRS global data. Glitches and weird things ...
-
09:20 PM Bug report #18127 (Closed): Error when using On The Fly CRS Transformation
- The image you posted is clear: you are reprojecting to a local (national) CRS global data. Glitches and weird things ...
-
09:17 PM Bug report #18165 (Closed): Crashed when tries to open attribute table - postgis
- We need much more details (and sample data/project) to confirm and troubleshoot the issue.
-
09:17 PM Bug report #18165 (Closed): Crashed when tries to open attribute table - postgis
- We need much more details (and sample data/project) to confirm and troubleshoot the issue.
-
09:16 PM Bug report #18170 (Feedback): QGIS crashes when makeGraph is called.
-
09:09 PM Bug report #18211 (Closed): QGIS 3: SAGA modules missing the SAGA icon
- Subject say it all.
-
09:08 PM Bug report #18188: Floating point spin box values cannot be changed when using localized QGIS
- Salvatore Larosa wrote:
> Which OS?
> I cannot reproduce on OSX.
See updated description. -
09:08 PM Bug report #18188: Floating point spin box values cannot be changed when using localized QGIS
- Nyall Dawson wrote:
> I think this is a locale issue - try using the other of dot or comma instead of the dot or com... -
09:07 PM Bug report #18188 (Open): Floating point spin box values cannot be changed when using localized QGIS
- 08:44 PM Revision 9083ec6f (qgis): [wfs] Proper handling of DCP POST Uri
-
08:24 PM Feature request #9406 (Closed): Add option to remove duplicate labels
- See #15217
-
08:24 PM Feature request #9406 (Closed): Add option to remove duplicate labels
- See #15217
-
08:20 PM Bug report #18146 (Closed): Fatal: ASSERT failure in Job::startRender(): "pre-set DPI not equal t...
- Johannes Kroeger wrote:
> I have not managed to reproduce it myself and I have no more details than what I already p... -
08:20 PM Bug report #18146 (Closed): Fatal: ASSERT failure in Job::startRender(): "pre-set DPI not equal t...
- Johannes Kroeger wrote:
> I have not managed to reproduce it myself and I have no more details than what I already p... -
07:15 PM Bug report #18146: Fatal: ASSERT failure in Job::startRender(): "pre-set DPI not equal to painter...
- I have not managed to reproduce it myself and I have no more details than what I already posted. :\
-
08:20 PM Feature request #18142 (Open): Blue text on yellow background in Options menu search results is s...
-
07:17 PM Feature request #18142: Blue text on yellow background in Options menu search results is super ugly
- Yes but I really would not change the text color at all.
-
07:39 PM Feature request #13880: Search in all fields
- Still to be done for QGIS 3.
A similar function is available as a plugin however. -
07:35 PM Feature request #12781: New histograms for rasters
- Still true in QGIS 3
-
07:34 PM Feature request #12359: Add default OSM styles
- Still to be done in QGIS 3
-
07:33 PM Bug report #13487: QGIS allows to create tables with invalid field names
- Also accented characters, see #15604
Still true in QGIS 3 -
07:33 PM Bug report #13487: QGIS allows to create tables with invalid field names
- Also accented characters, see #15604
Still true in QGIS 3 -
07:33 PM Bug report #15604 (Closed): Accented characters allowed as DBF columns
- Duplicate of #13487
-
07:33 PM Bug report #15604 (Closed): Accented characters allowed as DBF columns
- Duplicate of #13487
-
12:44 PM Bug report #15604: Accented characters allowed as DBF columns
- Still true in QGIS 3
-
12:44 PM Bug report #15604: Accented characters allowed as DBF columns
- Still true in QGIS 3
-
07:29 PM Bug report #12692 (Closed): Identify for inverted polygon: please select the interior
- Checking it again, it does not seem too bad.
-
07:29 PM Bug report #12692 (Closed): Identify for inverted polygon: please select the interior
- Checking it again, it does not seem too bad.
-
07:26 PM Feature request #13526: GRASS modules filter: add the cleanup button
- Unchanged in QGIS 3
-
07:25 PM Bug report #12259 (Closed): Window for the creation of new memory layers: wrong size
-
07:24 PM Feature request #13889 (Closed): Open modules instead of table
-
07:23 PM Feature request #11017 (Closed): Saving styles should be more uniform
- Fixed since long.
-
07:23 PM Feature request #11017 (Closed): Saving styles should be more uniform
- Fixed since long.
-
07:17 PM Bug report #14564 (Closed): Tooltip type changed automatically
- No longer two types of tooltips in QGIS 3
-
07:17 PM Bug report #14564 (Closed): Tooltip type changed automatically
- No longer two types of tooltips in QGIS 3
-
07:17 PM Bug report #14564 (Closed): Tooltip type changed automatically
- No longer two types of tooltips in QGIS 3
-
07:12 PM Feature request #13478: Please add a special section of the news: current crowdfunding projects
- Still to be done in QGIS 3
-
07:02 PM Feature request #12540 (Closed): Include Processing versioncheck.py in the normal testing workflow
- his should no longer apply to QGIS 3
-
07:02 PM Feature request #12540 (Closed): Include Processing versioncheck.py in the normal testing workflow
- his should no longer apply to QGIS 3
-
07:01 PM Bug report #12539 (Closed): Make Processing:versioncheck.py running on Linux
- This should no longer apply to QGIS 3
-
07:01 PM Bug report #12539 (Closed): Make Processing:versioncheck.py running on Linux
- This should no longer apply to QGIS 3
-
06:59 PM Bug report #13914 (Closed): Rephrase Draw map canvas items
-
06:56 PM Bug report #14847 (Closed): Print composer: moving a grouped rotated map resizes places it wrongly
- Fixed in QGIS 3
-
06:56 PM Bug report #14847 (Closed): Print composer: moving a grouped rotated map resizes places it wrongly
- Fixed in QGIS 3
-
06:56 PM Bug report #14847 (Closed): Print composer: moving a grouped rotated map resizes places it wrongly
- Fixed in QGIS 3
-
06:51 PM Bug report #15190 (Closed): Save as... KML should only allow EPSG:4326
- For GPX there is a separate ticket #7443; now merging the two.
-
06:51 PM Bug report #15190 (Closed): Save as... KML should only allow EPSG:4326
- For GPX there is a separate ticket #7443; now merging the two.
-
06:50 PM Bug report #7443: GPX and KML files should always be saved as EPSG:4326
- See #5190
-
06:48 PM Feature request #15217: Remove duplicate adjacent labels
- A sample dataset should be added for more clarity.
-
06:46 PM Bug report #15475 (Closed): Tooltip on status bar>coordinates wrong
- The label is now OK. Adding units would be nice, but is certainly not important.
Feel free to reopen if you think it... -
06:46 PM Bug report #15475 (Closed): Tooltip on status bar>coordinates wrong
- The label is now OK. Adding units would be nice, but is certainly not important.
Feel free to reopen if you think it... -
06:35 PM Bug report #15206 (Closed): Print layout: remove empty groups
- 2.14 is now obslolete.
-
06:35 PM Bug report #15206 (Closed): Print layout: remove empty groups
- 2.14 is now obslolete.
-
06:31 PM Bug report #13406: Inverted polygon renderer and shapeburst fill create ghost borders in qgis ser...
- Yes !
-
05:14 PM Bug report #13406: Inverted polygon renderer and shapeburst fill create ghost borders in qgis ser...
- Hi Regis, why feedback? because it needs to be checked on qgis server 3?
-
10:46 AM Bug report #13406 (Feedback): Inverted polygon renderer and shapeburst fill create ghost borders ...
-
06:31 PM Bug report #8360: odbc import fails if table name contain encodecharacters
- exactly!
-
05:17 PM Bug report #8360: odbc import fails if table name contain encodecharacters
- Hi Regis, why feedback, it needs to be tested on QGIS 3?
-
11:09 AM Bug report #8360 (Feedback): odbc import fails if table name contain encodecharacters
-
06:28 PM Bug report #18159: Bug on macros(?!)
- Thanks Giovanni. The error message is provided on the first post.
-
05:13 PM Bug report #18159 (Feedback): Bug on macros(?!)
- Simon Georget wrote:
> Hi Regis,
>
> Thanks for support but I still have the same issue, even importing iface and... -
05:13 PM Bug report #18159 (Feedback): Bug on macros(?!)
- Simon Georget wrote:
> Hi Regis,
>
> Thanks for support but I still have the same issue, even importing iface and... -
05:13 PM Bug report #18159 (Feedback): Bug on macros(?!)
- Simon Georget wrote:
> Hi Regis,
>
> Thanks for support but I still have the same issue, even importing iface and... -
10:45 AM Bug report #18159 (Reopened): Bug on macros(?!)
-
06:25 PM Feature request #10598: Show the spatial bookmarks
- Still unimplemented in QGIS 3
-
05:52 PM Bug report #6439: Curve label becomes horizontal when x,y are manually set
- Hi Regis, why lowering the priority for this? isn't this a quite important labeling issue?
-
05:49 PM Bug report #14797: Default WMS servers wrong
- Fixed here: https://github.com/qgis/QGIS/pull/6453
-
04:00 PM Bug report #14797 (In Progress): Default WMS servers wrong
- Wrong servers removed, but now http://tiles.boundlessgeo.com/ (one of the two defaults left) throws an error `Error t...
-
04:00 PM Bug report #14797 (In Progress): Default WMS servers wrong
- Wrong servers removed, but now http://tiles.boundlessgeo.com/ (one of the two defaults left) throws an error `Error t...
-
04:00 PM Bug report #14797 (In Progress): Default WMS servers wrong
- Wrong servers removed, but now http://tiles.boundlessgeo.com/ (one of the two defaults left) throws an error `Error t...
- 05:48 PM Revision 82fc90fd (qgis): removed not working default WMS server
-
05:43 PM Bug report #17991 (Open): Importing into gpkg error
-
05:41 PM Bug report #17991: Importing into gpkg error
- Sorry, wrong bug.
-
05:30 PM Bug report #17991 (In Progress): Importing into gpkg error
- PR https://github.com/qgis/QGIS/pull/6452
might be a partial fix: tested only d&d of sigle and multi-part shapefil... -
05:30 PM Bug report #17991 (In Progress): Importing into gpkg error
- PR https://github.com/qgis/QGIS/pull/6452
might be a partial fix: tested only d&d of sigle and multi-part shapefil... -
05:30 PM Bug report #17991 (In Progress): Importing into gpkg error
- PR https://github.com/qgis/QGIS/pull/6452
might be a partial fix: tested only d&d of sigle and multi-part shapefil... -
05:30 PM Bug report #17991 (In Progress): Importing into gpkg error
- PR https://github.com/qgis/QGIS/pull/6452
might be a partial fix: tested only d&d of sigle and multi-part shapefil... -
05:42 PM Bug report #159 (Closed): SVG export doesn't crop layers to page size
- Closing as it is an upstream bug.
-
05:42 PM Bug report #159 (Closed): SVG export doesn't crop layers to page size
- Closing as it is an upstream bug.
-
05:40 PM Bug report #18164 (Feedback): Can't get the Clipper Tool to Work
- Please add sample data and exact steps to replicate.
Also the tools in the "raster" menu (aka gdal tools) are unma... -
05:38 PM Feature request #14012 (Open): DB Manager: add an option to store $user to Versioning
- Paolo Cavallini wrote:
> Still missing in QGIS 3. What is the problem with the patch provided? I see a Travis failur... -
05:36 PM Feature request #14012 (Feedback): DB Manager: add an option to store $user to Versioning
- Still missing in QGIS 3. What is the problem with the patch provided? I see a Travis failure, don't know how serious ...
-
05:36 PM Bug report #18187: QGIS 3: SAGA "output extent" values are not in the right order
- Thanks!
-
05:31 PM Bug report #15875 (In Progress): Importing a POINT layer in Browser always returns MULTIPOINT
- PR https://github.com/qgis/QGIS/pull/6452
might be a partial fix: tested only d&d of sigle and multi-part shapefil... -
05:31 PM Bug report #15875 (In Progress): Importing a POINT layer in Browser always returns MULTIPOINT
- PR https://github.com/qgis/QGIS/pull/6452
might be a partial fix: tested only d&d of sigle and multi-part shapefil... -
05:31 PM Bug report #10971 (Closed): Map composer: map updates
- Fixed in QGIS 3
-
05:31 PM Bug report #10971 (Closed): Map composer: map updates
- Fixed in QGIS 3
-
05:31 PM Bug report #10971 (Closed): Map composer: map updates
- Fixed in QGIS 3
-
05:27 PM Bug report #13436 (Closed): Let user set histograms in mm
- Fixed in QGIS 3.
-
05:27 PM Bug report #13436 (Closed): Let user set histograms in mm
- Fixed in QGIS 3.
- 05:22 PM Revision 772adec5 (qgis): [bugfix] Respect multi-single part when importing
- Fixes #15875
- 05:21 PM Revision faec6204 (qgis): Cosmetic: remove empty line
-
05:10 PM Feature request #17581 (Closed): add the ability to control if a layer action is displayed or not
-
10:40 AM Feature request #17581 (In Progress): add the ability to control if a layer action is displayed o...
-
10:39 AM Feature request #17581: add the ability to control if a layer action is displayed or not
- It should be implemented by [[https://github.com/qgis/QGIS/pull/6447]] when merged.
David and Nyall, I allow myse... -
05:06 PM Bug report #18210 (Open): Dynamic grid labels in layout doesn't update automatically
- I've got a custom format grid label, offset 500 m to my 1000 m UTM grid, that in 2.18 dynamically updated a index-gri...
-
05:01 PM Bug report #11896: Messy label backgrounds
- Still true in QGIS3.
-
05:01 PM Bug report #14694 (Closed): DB Manager: F5 not working
-
04:10 PM Bug report #14694: DB Manager: F5 not working
- Now it is Ctrl+R, see https://github.com/qgis/QGIS/pull/6383
-
03:54 PM Bug report #14694: DB Manager: F5 not working
- Still true in QGIS 3
-
03:54 PM Bug report #14694: DB Manager: F5 not working
- Still true in QGIS 3
-
04:43 PM Revision ef24e65c (qgis): osgeo4w: fix grass plugin postinstall
- (cherry picked from commit 001c80b0c3478f9d1fc026965c439aa843f0a66d)
-
04:43 PM Revision 11b09953 (qgis): osgeo4w: avoid blocking error popup when running tests
-
04:02 PM Feature request #14109 (Closed): Easier EPSG selection for unknown projections
- Implemented in QGIS 3
-
04:02 PM Feature request #14109 (Closed): Easier EPSG selection for unknown projections
- Implemented in QGIS 3
-
04:02 PM Feature request #14109 (Closed): Easier EPSG selection for unknown projections
- Implemented in QGIS 3
-
03:37 PM Feature request #18209 (Feedback): 3D View ArcBall Camera
- Hello! First of all congrats on the 3.0 release. :)
This is my QGIS version:
QGIS version
3.0.0-Girona
QGIS... -
01:16 PM Revision 5d23bc07 (qgis): Merge pull request #6447 from nyalldawson/backport_action
- Backport action API tweaks to 3.0
-
12:26 PM Feature request #9124 (Rejected): Heatmap in percentage
- Fully agreed.
-
12:26 PM Feature request #9124 (Rejected): Heatmap in percentage
- Fully agreed.
-
11:39 AM Revision 001c80b0 (qgis): osgeo4w: fix grass plugin postinstall
-
11:25 AM Bug report #12266 (Feedback): Spatialite connection not correctly freed
- still true in release and ltr?
-
11:25 AM Bug report #12266 (Feedback): Spatialite connection not correctly freed
- still true in release and ltr?
-
11:24 AM Feature request #1780 (Closed): Labels: Data defined position from geometry column
- Alessandro Sarretta wrote:
> It seems to me that the way the new QGIS 3.0 handles labels already covers this issue.
... -
11:24 AM Feature request #1780 (Closed): Labels: Data defined position from geometry column
- Alessandro Sarretta wrote:
> It seems to me that the way the new QGIS 3.0 handles labels already covers this issue.
... -
11:23 AM Revision a54192cb (qgis): [processing][help] use new anchor style also for modeler
-
11:13 AM Bug report #16923: No stack trace on python error from within forms
- We found that activating / deactivating some plugins like QuickMapService solved the issue. But the plugin don't seem...
-
11:13 AM Bug report #16923: No stack trace on python error from within forms
- We found that activating / deactivating some plugins like QuickMapService solved the issue. But the plugin don't seem...
-
11:09 AM Bug report #9008 (Closed): Postgis: commit errors leads to loosing data
- This is fixed!
-
11:09 AM Bug report #9008 (Closed): Postgis: commit errors leads to loosing data
- This is fixed!
-
11:09 AM Bug report #9008 (Closed): Postgis: commit errors leads to loosing data
- This is fixed!
-
11:04 AM Bug report #16386: QGIS and GDAL cannot be updated together on Ubuntu Xenial
- While trying to update to the expected QGIS 3, I faced the same issue.
Since Debian repo isn't updated yet, I tried ... -
11:00 AM Bug report #10237 (Feedback): project loads layers not seen in legend
- Does anyone still see ghost layers in project files with 3.0?
-
11:00 AM Bug report #10237 (Feedback): project loads layers not seen in legend
- Does anyone still see ghost layers in project files with 3.0?
-
10:58 AM Bug report #12079: Identify highlight color does not take alpha channel into account
- still true in master, borders and lines are masked by a non transparent rubberband, even if a transparency is applied...
-
10:58 AM Bug report #12079: Identify highlight color does not take alpha channel into account
- still true in master, borders and lines are masked by a non transparent rubberband, even if a transparency is applied...
-
10:52 AM Bug report #12543: layer style effects not compatible with inverted polygon renderer
- Still true in master
-
10:52 AM Bug report #12543: layer style effects not compatible with inverted polygon renderer
- Still true in master
-
10:52 AM Bug report #12543: layer style effects not compatible with inverted polygon renderer
- Still true in master
-
10:45 AM Bug report #17575 (Closed): Reshaping Curved geometries computes strange Z values
- Fixed in QGIS 3.0
-
10:45 AM Bug report #17575 (Closed): Reshaping Curved geometries computes strange Z values
- Fixed in QGIS 3.0
-
09:03 AM Feature request #18208 (Open): Add a Rescale rasters alg
- It would be useful to have a new alg rescaling raster values to percent of max.
This would be useful e.g. for probab... -
08:56 AM Bug report #7037 (Closed): WMS Server Search returns Network Error 301
-
07:49 AM Revision 25c5d8db (qgis): Revert fixes to gdal algorithms, need to investigate further
-
02:47 AM Revision 703898e9 (qgis): Update test masks
2018-02-24
-
12:53 AM Bug report #18207 (Closed): Graphical modeler GUI is broken
- Fresh install of QGIS 3.0.
I am experiencing the same issue referred to in these issues: #17488 (see screenshot), ... -
12:38 AM Bug report #18188 (Feedback): Floating point spin box values cannot be changed when using localiz...
- I think this is a locale issue - try using the other of dot or comma instead of the dot or comma you're using at the ...
-
10:30 PM Bug report #18188: Floating point spin box values cannot be changed when using localized QGIS
- Which OS?
I cannot reproduce on OSX. -
12:37 AM Feature request #773 (Closed): unified "Load layer" button
-
10:38 PM Feature request #773: unified "Load layer" button
- I think that the "Open Data Source Manager" button in the new "Data source manager toolbar" of QGIS 3.0 solves this i...
-
12:37 AM Feature request #9451 (Closed): Create a unified "Add Data" dialog
-
11:33 PM Bug report #1796: Multi-line text in a SVG file is not drawn correctly in Print Composer
- Still present in QGIS 3.0
-
11:29 PM Feature request #1780: Labels: Data defined position from geometry column
- It seems to me that the way the new QGIS 3.0 handles labels already covers this issue.
-
11:26 PM Bug report #6660: Import and drop table problem
- Tested on QGIS 3.0. It works fine from browser but the problem persists from dbmanager.
-
11:22 PM Revision 094cef71 (qgis): Sipify and astyle
-
11:21 PM Bug report #18206 (Closed): Lost icon size setting
-
11:21 PM Bug report #18206: Lost icon size setting
- It was just a problem with a previous installation of Qgis 2.99.
Deleteting .local/share/QGIS/QGIS3 folder all works... -
10:53 PM Bug report #18206: Lost icon size setting
- tested on Linux Mint 18.2
-
10:48 PM Bug report #18206 (Closed): Lost icon size setting
- Qgis starts with icon dimension setting to 26px.
If I change the icon dimensions setting is lost when QGIS is closed. -
11:10 PM Bug report #16918: problem when rotate composite symbols
- The problem is still open on 3.0
-
11:02 PM Revision b768e6d2 (qgis): Sipify and astyle
-
10:57 PM Revision 332c8a59 (qgis): [processing] Fixes #18187: SAGA output extent values are not in the rig...
-
10:57 PM Bug report #18187 (Closed): QGIS 3: SAGA "output extent" values are not in the right order
- Applied in changeset commit:qgis|332c8a59b9214582ed6faab6a501a6583e7f57cb.
-
10:57 PM Bug report #18187 (Closed): QGIS 3: SAGA "output extent" values are not in the right order
- Applied in changeset commit:qgis|332c8a59b9214582ed6faab6a501a6583e7f57cb.
-
10:40 PM Revision 0559e467 (qgis): Follow up map layer action changes
- - Switch to flags instead of boolean argument
- Move logic for layer validity to canRunUsingLayer
- Add unit test
Al... -
10:40 PM Revision 2520c286 (qgis): skip enabledOnlyWhenEditable from pyhton bindings
- in the construtors of QgsAction and QgsMapLayerAction
-
10:40 PM Revision 1b669225 (qgis): document parameters
-
10:40 PM Revision 07e636f4 (qgis): intagrated enumvalue IdentifyMode
- used like SingleEditMode here
-
10:39 PM Revision 940d2047 (qgis): style stuff
-
10:39 PM Revision 402b7e47 (qgis): hide instead of disable
- and use mode for identify - not to show the actions with isEnabledOnlyWhenEditable is active
-
10:39 PM Revision 87a6fe17 (qgis): resolved conflicts
-
10:39 PM Revision 476bc08f (qgis): disable or do not display maplayeractions
- in some cases
-
10:38 PM Bug report #3460 (Closed): slow image load visualization for tfw with rotation parameters
- Checked on QGIS 3.0 & QGIS 2.18.16 and all works fine.
-
10:25 PM Bug report #159: SVG export doesn't crop layers to page size
- Tested with the 3.1.0-Master f35745f
The output has the same behaviour as described in comment 20.
As an addition, ... -
09:55 PM Bug report #7037: WMS Server Search returns Network Error 301
- Problem solved. Service http://geopole.org/wms/search?search=%1&type=rss it's ok !
Then QGIS "WMS Server Search" wor... -
09:51 PM Revision ec17f0fa (qgis): fix release build on windows
- (cherry picked from commit a0a0392159fba7639f4811f70826a2c6d66a13f9)
-
09:51 PM Revision 065dd1cf (qgis): Revert "osgeo4w: also build pdb and corresponding package for releases"
- This reverts commit 7efcfee28cc5ae454fd50b30263e85477a4fe9c0.
(cherry picked from commit 611fbff4901d74bfc942b21b083... -
09:51 PM Revision b7f7bd10 (qgis): debian packaging: fix release builds (followup 792c19ba7)
- (cherry picked from commit 0def61c34151af0bff23e9ec5904240b36659445)
-
09:51 PM Revision f97d9dc1 (qgis): osgeo4w: ignore if there are no pyc to cleanup in postinstall
- (cherry picked from commit af4cbe2db07c970a0df4668f86b12335e27667df)
-
09:39 PM Feature request #9124 (Feedback): Heatmap in percentage
- I think this should be closed, and replaced with a feature request for a processing algorithm which scales raster val...
-
01:59 PM Feature request #9124: Heatmap in percentage
- Still true in QGIS 3
-
09:34 PM Revision af4cbe2d (qgis): osgeo4w: ignore if there are no pyc to cleanup in postinstall
-
09:30 PM Revision f0fcdb85 (qgis): [FEATURE][locator] Add quick calculator (expression evaluator) to
- locator bar
Allows evaluation of simple expressions (well, actually ANY QGIS
expression... so you could use aggregat... -
09:30 PM Revision 033e2e64 (qgis): Add unit test for calculator filter
-
08:27 PM Bug report #6155: SLD Export fails to write out LineSymbolizer Stroke information
- Andrea Aime wrote:
> Hi Jody, do you have a reference to the symbology used in this report?
> Do you know if the r... - 07:36 PM Revision b2ab978b (qgis): [bugfix] Allow deletion of in-project layers
- After user confirmation, layers that are currently in the
project can be deleted from the browser - 07:35 PM Revision c12fb096 (qgis): typo
-
07:28 PM Revision f3af22e1 (qgis): follow up f638b3cb
-
06:51 PM Revision f638b3cb (qgis): [processing] fix wrong variable name in GDAL alggorithms base class
-
05:46 PM Feature request #1626 (Closed): r.viewshed, r.cost: take input points from the canvas
- This is fixed in both 2.18.16 and 3.
-
05:46 PM Feature request #1626 (Closed): r.viewshed, r.cost: take input points from the canvas
- This is fixed in both 2.18.16 and 3.
-
05:38 PM Bug report #17323 (Closed): Random extract within subset not working
- Tried both QGIS 3 and 2.18.16 on Windows and Linux. Works ok. Please try again on 2.18.16 and report back.
-
05:38 PM Bug report #17323 (Closed): Random extract within subset not working
- Tried both QGIS 3 and 2.18.16 on Windows and Linux. Works ok. Please try again on 2.18.16 and report back.
-
05:38 PM Bug report #17323 (Closed): Random extract within subset not working
- Tried both QGIS 3 and 2.18.16 on Windows and Linux. Works ok. Please try again on 2.18.16 and report back.
-
03:16 PM Bug report #17323: Random extract within subset not working
- Also 2.18.14 seems affected. No errors anymore, but only the first subset is taken into account.
-
05:25 PM Bug report #9667 (Closed): Using PostGIS over a slow connection unfeasible: unnecessary loading o...
-
02:21 PM Bug report #9667 (Feedback): Using PostGIS over a slow connection unfeasible: unnecessary loading...
- Current option seem to give reasonable performances. I leave it open for those with slow connections to give feedback.
-
05:24 PM Revision 725f3606 (qgis): [processing][help] use helpId() when constructing anchor name (follow u...
-
05:11 PM Bug report #8854 (Closed): Browser not accessing Windows network
- On recent Windows versions network shares are mapped as a letter drive, and QGIS browser works just fine with them.
-
05:11 PM Bug report #8854 (Closed): Browser not accessing Windows network
- On recent Windows versions network shares are mapped as a letter drive, and QGIS browser works just fine with them.
-
04:07 PM Bug report #8854: Browser not accessing Windows network
- (Un)fortunately I have no access to Windows network, so I cannot test on QGIS 3
-
05:06 PM Feature request #10248 (Closed): One to many relation: allow inserting parent and child in the sa...
-
04:17 PM Feature request #10248 (Feedback): One to many relation: allow inserting parent and child in the ...
- Apparently usable now.
-
05:05 PM Feature request #10295: Add auto increment field for non database formats
- Paolo Cavallini wrote:
> Sounds good. IMHO this should be promoted to a core function, and in any case the plugin sh... -
04:20 PM Feature request #10295: Add auto increment field for non database formats
- Sounds good. IMHO this should be promoted to a core function, and in any case the plugin should be ported to QGIS 3 b...
-
05:04 PM Bug report #15873: DB Manager: add and edit table: several issues with data types
- Please update the affected version.
-
04:26 PM Bug report #15873: DB Manager: add and edit table: several issues with data types
- Still true in QGIS 3
-
05:02 PM Bug report #11897: In Print composer, menu Setting should open only Composer options
- Please change the affected version.
-
04:39 PM Bug report #11897: In Print composer, menu Setting should open only Composer options
- Still true in QGIS 3
-
05:00 PM Bug report #14299: Unhide paths from browser
- This I forgot - sorry I'm keeping on checking, and did not look at further comments.
-
04:59 PM Bug report #14299: Unhide paths from browser
- PLEASE UPDATE THE AFFECTED VERSION!
-
04:59 PM Bug report #14299: Unhide paths from browser
- PLEASE UPDATE THE AFFECTED VERSION!
-
04:50 PM Bug report #14299: Unhide paths from browser
- Still true
-
05:00 PM Bug report #14013: DB Manager: commit on versioned layers fails
- PLEASE UPDATE THE AFFECTED VERSION!
-
04:48 PM Bug report #14013: DB Manager: commit on versioned layers fails
- See also #17992
-
05:00 PM Bug report #17992: DB Manager Versioning: _current view lacks primary key
- PLEASE UPDATE THE AFFECTED VERSION!
-
04:48 PM Bug report #17992: DB Manager Versioning: _current view lacks primary key
- See also #14013
-
04:59 PM Bug report #1585: add missing svg image sources
- I did not as I'm unsure it applies to it.
-
04:58 PM Bug report #1585: add missing svg image sources
- PLEASE UPDATE THE AFFECTED VERSION!
-
04:53 PM Feature request #14865: Improve new color ramp creation
- Second item fixed, others still valid in QGIS 3
-
04:46 PM Feature request #10146 (Closed): Add appropriate colour ramps to results of analyses
- See #17961, more comprehensive
-
04:46 PM Feature request #10146 (Closed): Add appropriate colour ramps to results of analyses
- See #17961, more comprehensive
-
04:45 PM Feature request #17961: Allow algorithms to set style and layer options for outputs
- Expanded from #10146, now set as duplicate
-
04:41 PM Bug report #10658 (Closed): Repeated Layer name
- Now OK in QGIS 3
-
04:41 PM Bug report #10658 (Closed): Repeated Layer name
- Now OK in QGIS 3
-
04:36 PM Bug report #13058 (Feedback): Remove internal OWSlib copy
- This seems to be fixed: Tom, could you confirm?
-
04:36 PM Bug report #13058 (Feedback): Remove internal OWSlib copy
- This seems to be fixed: Tom, could you confirm?
-
04:34 PM Bug report #17577 (Closed): copy a 2D linestring to a LINESTRINGZ
- Seems fixed in QGIS3
-
04:34 PM Bug report #17577 (Closed): copy a 2D linestring to a LINESTRINGZ
- Seems fixed in QGIS3
-
04:31 PM Feature request #15736: Switch all labels on/off
- Function still missing in QGIS 3
-
04:30 PM Bug report #15749 (Closed): Processing: gdal merge converts no data in 0
- Should be done now.
-
04:30 PM Bug report #15749 (Closed): Processing: gdal merge converts no data in 0
- Should be done now.
-
04:29 PM Feature request #15751: Add a standard repo for publishing online maps
- Still missing, seems useful.
-
04:28 PM Bug report #15753: Processing: help users in setting up paths
- Seems solved in QGIS 3. Reopen if necessary.
-
04:28 PM Bug report #15753: Processing: help users in setting up paths
- Seems solved in QGIS 3. Reopen if necessary.
-
04:27 PM Feature request #15785: Add Buffer by percentage to Processing
- Still missing in QGIS 3
-
04:27 PM Feature request #15785: Add Buffer by percentage to Processing
- Still missing in QGIS 3
-
04:25 PM Bug report #15874: Tables with SRID=0 appear twice in the Browser
- Still true in QGIS 3
-
04:25 PM Bug report #15874: Tables with SRID=0 appear twice in the Browser
- Still true in QGIS 3
-
04:24 PM Bug report #15968: Identify results panel: tweaks for usability
- Looks unchanged in QGIS 3
-
04:24 PM Bug report #15968: Identify results panel: tweaks for usability
- Looks unchanged in QGIS 3
-
04:18 PM Feature request #10249: One to many relation: do not allow changing the FK
- Still true in QGIS 3
-
04:09 PM Bug report #8073: Crash when loading PostGIS raster
- True. This seems an important functionality missing.
-
04:04 PM Feature request #2577: r.mapcalculator: variable number of input maps
- Unchanged in QGIS 3
-
04:03 PM Feature request #2575: r.proj unusable?
- Unchanged in QGIS 3
-
04:02 PM Feature request #2284: Import all OGR layers in a folder as distinct GRASS vectors
- Still missing
-
04:02 PM Feature request #10871: Browser: add support to PostGIS raster
- Still missing in QGIS 3
-
04:00 PM Feature request #4713: Add user registration and utilities to current Help>Info menu
- Mailing list subscription implemented.
-
03:59 PM Feature request #4131: Implement a reader for Intermediate TIN Format
- Still missing in QGIS 3
-
03:58 PM Feature request #18205 (Open): Feature Request: Please provide an AppImage bundle for QGIS v3 (al...
- Feature Request: Please provide an AppImage bundle for QGIS v3 (also for nightly builds)
AppImage is an applicatio... -
03:57 PM Bug report #18008 (Feedback): Hard drive load
- Hi Andrew, we'll need a little more details to reproduce and help you
what kind of dataset format, size, nb of rows,... -
03:57 PM Bug report #18008 (Feedback): Hard drive load
- Hi Andrew, we'll need a little more details to reproduce and help you
what kind of dataset format, size, nb of rows,... -
03:57 PM Feature request #1873: *db.dropcol missing
- Still true in QGIS 3
-
03:55 PM Feature request #1795 (Closed): r.patch: allow adding rasters, not typing them
- Fixed in QGIS 3
-
03:55 PM Feature request #1795 (Closed): r.patch: allow adding rasters, not typing them
- Fixed in QGIS 3
-
03:34 PM Feature request #1728 (Closed): add r.li module
-
03:32 PM Feature request #1728: add r.li module
- Still true. Less important now, some of the indices are available through a Processing plugin.
-
03:31 PM Feature request #1630: v.db.addcol: checkbox for data type
- Still true in QGIS 3
-
03:30 PM Feature request #1627: v.distance, v.to.db: add data to vector table as new column, not replacing...
- Still true in QGIS 3
-
03:30 PM Bug report #15875: Importing a POINT layer in Browser always returns MULTIPOINT
- Tentatively assigning.
-
03:30 PM Bug report #15875: Importing a POINT layer in Browser always returns MULTIPOINT
- Tentatively assigning.
-
03:28 PM Feature request #16260 (Closed): Better colour scheme for node tool
-
03:28 PM Feature request #4834: Node tool: change colours
- Duplicated in #16260
-
03:25 PM Feature request #16290: Processing: warn user when units are in degrees
- Even more of a problem now that reprojection is done transparently to the user.
-
03:25 PM Feature request #16290: Processing: warn user when units are in degrees
- Even more of a problem now that reprojection is done transparently to the user.
-
03:24 PM Bug report #10521 (Closed): order of reading svg paths
-
03:23 PM Feature request #16478: Concave polygon: `max length of segment` option missing
- Still missing in QGIS 3
-
03:23 PM Feature request #16493: Add default XYZ services
- Still missing in QGIS 3
-
03:22 PM Bug report #16893: Processing batch process interface: no way to go back
- Still true in QGIS 3
-
03:22 PM Bug report #16893: Processing batch process interface: no way to go back
- Still true in QGIS 3
-
03:21 PM Feature request #17219 (Open): Better description of bands
-
03:18 PM Feature request #5516: Better sorting of menus
- Still true in QGIS 3. Plugin menu seems more appropriate towards the end.
-
03:12 PM Bug report #9798 (Closed): wrong rendering of line pattern fill (custom dash pattern)
-
03:00 PM Bug report #16417 (Closed): Georeferencer icons in QGIS 3 too big
- Fixed in QGIS 3
-
03:00 PM Bug report #16417 (Closed): Georeferencer icons in QGIS 3 too big
- Fixed in QGIS 3
-
02:59 PM Feature request #16416 (Closed): Processing: add a clustering alg for vectors
- v.cluster available in GRASS
-
02:59 PM Feature request #16416 (Closed): Processing: add a clustering alg for vectors
- v.cluster available in GRASS
-
02:59 PM Feature request #16416 (Closed): Processing: add a clustering alg for vectors
- v.cluster available in GRASS
-
02:54 PM Bug report #8384 (Closed): Custom SVG paths incompatible with relative paths
-
02:52 PM Revision 598b8a9c (qgis): [processing][help] use algorithm id as an anchor for help pages
-
02:47 PM Bug report #18200 (Closed): Resampling rasters don't work
-
10:48 AM Bug report #18200: Resampling rasters don't work
- I tried it on two Ubuntu 16.04 installations with the same result, but now when testing on 18.04 it works fine...
... -
01:04 AM Bug report #18200 (Feedback): Resampling rasters don't work
- Works fine here. Can you post more steps to reproduce - e.g. a screenshot of your raster symbol settings.
-
02:34 PM Bug report #9828: WMS progress missing
- Please update affected version.
-
02:25 PM Bug report #9828: WMS progress missing
- Still true in QGIS 3
-
02:30 PM Feature request #10135 (Closed): Add a tool to remove isolated lines
- Available as plugin.
-
02:30 PM Feature request #10135 (Closed): Add a tool to remove isolated lines
- Available as plugin.
-
02:30 PM Feature request #10135 (Closed): Add a tool to remove isolated lines
- Available as plugin.
-
02:29 PM Bug report #9926 (Closed): SRS 102003 not recognized
- Seems fixed now in QGIS 3
-
02:29 PM Bug report #9926 (Closed): SRS 102003 not recognized
- Seems fixed now in QGIS 3
-
02:29 PM Bug report #9926 (Closed): SRS 102003 not recognized
- Seems fixed now in QGIS 3
-
02:22 PM Bug report #9801 (Closed): Map rotation in print composer: make behaviour more uniform
- I believe this is fixed now in QGIS 3
-
02:22 PM Bug report #9801 (Closed): Map rotation in print composer: make behaviour more uniform
- I believe this is fixed now in QGIS 3
-
02:22 PM Bug report #9801 (Closed): Map rotation in print composer: make behaviour more uniform
- I believe this is fixed now in QGIS 3
-
02:22 PM Bug report #9801 (Closed): Map rotation in print composer: make behaviour more uniform
- I believe this is fixed now in QGIS 3
-
02:20 PM Feature request #9491 (Feedback): Set "Offset from centroid" as standard for polygon label placement
- Around centroid is still the default. Overall cartographic quality seems OK however. I leave to Nyall to decide wheth...
-
02:20 PM Feature request #9491 (Feedback): Set "Offset from centroid" as standard for polygon label placement
- Around centroid is still the default. Overall cartographic quality seems OK however. I leave to Nyall to decide wheth...
-
02:16 PM Bug report #9440: Do not show DB geometric columns in table view
- Still true in QGIS 3
-
02:11 PM Feature request #9351: Load GPX: do not load empty layers
- Still true in QGIS 3
-
02:10 PM Feature request #9326 (Feedback): Tolerance (snapping) during analyses
- Still valid? With automatic reprojection now in Processing the issue can be even more serious.
-
02:10 PM Feature request #9326 (Feedback): Tolerance (snapping) during analyses
- Still valid? With automatic reprojection now in Processing the issue can be even more serious.
-
02:07 PM Bug report #9316: Topology errors detected by some checker, not from others
- This is a more general issue: apparently every checker engine has a different meaning for "invalid"
-
02:06 PM Feature request #9305 (Feedback): Filter colour ramps
- On a second thought, the current situation doesn't seem so bad. I leave it open in case one wants to implement a more...
-
02:06 PM Feature request #9305 (Feedback): Filter colour ramps
- On a second thought, the current situation doesn't seem so bad. I leave it open in case one wants to implement a more...
-
02:06 PM Feature request #9305 (Feedback): Filter colour ramps
- On a second thought, the current situation doesn't seem so bad. I leave it open in case one wants to implement a more...
-
02:03 PM Bug report #9304 (Closed): Names of colour ramp categories
- Fixed in QGIS 3
-
02:03 PM Bug report #9304 (Closed): Names of colour ramp categories
- Fixed in QGIS 3
-
02:02 PM Feature request #9303 (Closed): Add a switch to reverse colours and invert palette
- Implemented
-
02:02 PM Feature request #9303 (Closed): Add a switch to reverse colours and invert palette
- Implemented
-
02:01 PM Revision 7235c625 (qgis): New 3d symbols. Blender files in: https://github.com/raymondnijssen/qgi...
-
02:01 PM Feature request #9302: Add equal area and other classifications for raster colour ramps
- Still true in QGIS 3
-
01:59 PM Bug report #8737: QgsRasterTerrainAnalysisPlugin: check QgsRelief::processRaster() returned value
- Paolo Cavallini wrote:
> Still true in QGIS3
Please update the affected version! -
01:53 PM Bug report #8737: QgsRasterTerrainAnalysisPlugin: check QgsRelief::processRaster() returned value
- Still true in QGIS3
-
01:59 PM Bug report #8736: Update raster analyses: access data through raster layer instead of GDAL
- Paolo Cavallini wrote:
> Still true in QGIS 3
Please update the affected version. -
01:52 PM Bug report #8736: Update raster analyses: access data through raster layer instead of GDAL
- Still true in QGIS 3
-
01:58 PM Bug report #8937 (Closed): Help in Save raster as... help dialog
-
01:54 PM Bug report #8937: Help in Save raster as... help dialog
- Fixed in QGIS 3
-
01:53 PM Feature request #8855 (Closed): Symbol groups
- Fixed in QGIS 3
-
01:53 PM Feature request #8855 (Closed): Symbol groups
- Fixed in QGIS 3
-
01:49 PM Feature request #8731 (Closed): Text boxes in Print composer: better formatting
- Far better now in QGIS 3
-
01:49 PM Feature request #8731 (Closed): Text boxes in Print composer: better formatting
- Far better now in QGIS 3
-
01:49 PM Feature request #8731 (Closed): Text boxes in Print composer: better formatting
- Far better now in QGIS 3
-
01:46 PM Bug report #8669: Duplicate entry in ellipsoid selector
- Paolo Cavallini wrote:
> Still true in QGIS 3
Please update affected version. -
01:45 PM Bug report #8669: Duplicate entry in ellipsoid selector
- Still true in QGIS 3
-
01:45 PM Bug report #8677 (Closed): More consistent buttons for adding expressions
- Seems fixed now.
-
01:45 PM Bug report #8677 (Closed): More consistent buttons for adding expressions
- Seems fixed now.
-
01:45 PM Bug report #8325 (Feedback): Too many files produced for the OS to handle, during iteration
- Still true on QGIS 3?
-
01:40 PM Bug report #8213 (Closed): Overwriting files when Print>Export to PDF
- Apparently fixed in QGIS 3
-
01:40 PM Bug report #8213 (Closed): Overwriting files when Print>Export to PDF
- Apparently fixed in QGIS 3
-
01:40 PM Bug report #8213 (Closed): Overwriting files when Print>Export to PDF
- Apparently fixed in QGIS 3
-
01:39 PM Bug report #18154 (Closed): Fix anchor in Documentation for Processing
-
01:38 PM Bug report #8125 (Closed): Print layout: rotating a rectangle makes it bigger
- Apparently fixed in QGIS 3
-
01:38 PM Bug report #8125 (Closed): Print layout: rotating a rectangle makes it bigger
- Apparently fixed in QGIS 3
-
01:36 PM Bug report #8020: Do not list MBR as tables in Oracle
- I assume still valid on QGIS 3; unable to check, as I no longer have Oracle available.
-
01:35 PM Feature request #8017: Easier SRID selection in Oracle
- I assume still valid on QGIS 3; unable to check, as I no longer have Oracle available.
-
01:33 PM Feature request #7981 (Closed): Add SVG symbol sets
- Now Resource Manager plugin allows easy adding of these resources, so I'm closing this.
-
01:33 PM Feature request #7981 (Closed): Add SVG symbol sets
- Now Resource Manager plugin allows easy adding of these resources, so I'm closing this.
-
01:31 PM Feature request #7657: Automatically cefault setting for vector analyses related to projection type
- Stll true. Now with reprojection always on it's even easier to get unreasonable results.
-
01:28 PM Bug report #7447 (Closed): Logging slows down QGIS and never stops (web services)
- Apparently fixed in QGIS3
-
01:28 PM Bug report #7447 (Closed): Logging slows down QGIS and never stops (web services)
- Apparently fixed in QGIS3
-
01:25 PM Bug report #7443: GPX and KML files should always be saved as EPSG:4326
- Still true in QGIS 3
-
01:18 PM Bug report #18204 (Closed): Failure to load PostGIS raster without bands
- List of tables, inlcuding rasters, are correctly displayed in DB Manager. When double clicking, loading fails with th...
-
12:01 PM Bug report #18198: Gdal Help button in Processing gives annoying error
- Not sure is self.outputs is still used? A small 'if' in front of it fixes the exception, but maybe it can just be rem...
-
11:49 AM Bug report #17991: Importing into gpkg error
- The same layer, which is correctly imported and displayed when opened from the main QGIS browser, does not open from ...
-
11:32 AM Bug report #17991: Importing into gpkg error
- This works correctly in the main QGIS browser.
It is probably a DB manager specific issue. -
11:22 AM Bug report #17670 (Closed): Profiles do not pick up 'default options', even when shown in Options...
-
11:17 AM Bug report #7383 (Closed): Layer properties window too wide
- Situation seems much better now. Please reopen if necessary.
-
11:17 AM Bug report #7383 (Closed): Layer properties window too wide
- Situation seems much better now. Please reopen if necessary.
-
11:17 AM Bug report #7383 (Closed): Layer properties window too wide
- Situation seems much better now. Please reopen if necessary.
-
11:17 AM Bug report #7383 (Closed): Layer properties window too wide
- Situation seems much better now. Please reopen if necessary.
-
11:13 AM Bug report #7050: Inconsistent use of strings
- This should be checked grepping the code, unrealistic to go through all dialogs.
-
11:08 AM Bug report #6945 (Closed): SAGA vector produced without .prj if the input layer does not have it
- Fixed in Q3
-
11:08 AM Bug report #6945 (Closed): SAGA vector produced without .prj if the input layer does not have it
- Fixed in Q3
-
11:04 AM Bug report #17175: Relation reference widget triggers SQL syntax error with UUID fields in Postgres
- Nice !
PR was : [[https://github.com/qgis/QGIS/pull/6419]]
-
10:02 AM Bug report #17175 (Closed): Relation reference widget triggers SQL syntax error with UUID fields ...
- Fixed in 2.18 and 3.0
-
10:02 AM Bug report #17175 (Closed): Relation reference widget triggers SQL syntax error with UUID fields ...
- Fixed in 2.18 and 3.0
-
11:00 AM Bug report #6890: Strange index for PostGIS rasters
- Still true in Q3
-
10:58 AM Bug report #6889: Loading PostGIS rasters do not work
- Not tested on Q3 because I can no longer load pgrasters.
-
10:15 AM Revision f35745fc (qgis): Follow up map layer action changes
- - Switch to flags instead of boolean argument
- Move logic for layer validity to canRunUsingLayer
- Add unit test
Al... -
10:05 AM Bug report #18080 (Feedback): Vector Fixed Distance Buffer
- Can you please check that all the geometries in the input shapefile are valid (do not contain any topological error)?...
-
10:01 AM Bug report #18146 (Feedback): Fatal: ASSERT failure in Job::startRender(): "pre-set DPI not equal...
- I tried to reproduce this bug without success.
Perhaps a better definition of "playing with magnifier" would help.
... -
08:41 AM Bug report #18203 (Closed): "Build virtual raster" not localised
- "Build virtual raster" dialog is located in "Raster -> Miscellaneous".
There are some strings in Transifex that ma... -
08:32 AM Bug report #18202 (Closed): "Raster" and "Vector" menus split in two menus when the locale is cha...
- It happens when the previous locale and the following locale have different translations for "Raster" and "Vectorial"...
-
08:23 AM Bug report #17448: 'Raster' menu split in two in some locales
- OK, I see that the problem persists in both menus but the workaround is valid. I will open another issue.
-
04:23 AM Revision 1bada065 (qgis): [FEATURE][processing] Add 'Project points (cartesian)' algorithm
- Projects points from an input point layer by a specified distance
and bearing (azimuth). Supports dynamic parameters ... -
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
-
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
-
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
-
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
-
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
-
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
-
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
-
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
-
02:39 AM Bug report #18201 (Reopened): Dissolve creates wrong output
- There might be a bug in QGIS after all. But in Voronoi. It seems to create overlapping polygons. The attached screens...
2018-02-23
-
12:59 AM Bug report #18201 (Closed): Dissolve creates wrong output
- Sorry, seems like I had a bad GIS day. There is overlap in the input to dissolve.
-
12:59 AM Bug report #18201 (Closed): Dissolve creates wrong output
- Sorry, seems like I had a bad GIS day. There is overlap in the input to dissolve.
-
12:54 AM Bug report #18201 (Closed): Dissolve creates wrong output
- The attached screenshot shows polygons coloured by Id. On top of them are red dotted lines showing the borders of oth...
-
12:51 AM Bug report #18194 (Closed): QGIS3 Processing Graphical Modeler GUI is messed up on OSX
- This is fixed in the code, but you'll need to manually uninstall the qgis qt custom widgets.
-
12:51 AM Bug report #18194 (Closed): QGIS3 Processing Graphical Modeler GUI is messed up on OSX
- This is fixed in the code, but you'll need to manually uninstall the qgis qt custom widgets.
-
03:18 PM Bug report #18194 (Closed): QGIS3 Processing Graphical Modeler GUI is messed up on OSX
- The GUI for the graphical modeller is so messed up on OSX that it is not usable. Please see the attached screenshot.
... -
12:50 AM Bug report #18199: QGIS dev version: error when using geopandas and osmnx
- This was likely fixed with a recent change in osgeo4w python package. Please retest.
-
06:27 PM Bug report #18199 (Open): QGIS dev version: error when using geopandas and osmnx
- I've installed several external Python modules in the QGIS Python environement (I use the last nightly build of QGIS ...
-
12:47 AM Revision 84c50893 (qgis): Merge pull request #6438 from lbartoletti/make_triangle
- Add missing make_triangle function help. Fixes #16406
- 12:47 AM Bug report #16406 (Closed): Expression builder: missing help for functions
- Applied in changeset commit:qgis|0dcea18929e4d503424e3bc7acb4ab8f456c2126.
- 12:47 AM Bug report #16406 (Closed): Expression builder: missing help for functions
- Applied in changeset commit:qgis|0dcea18929e4d503424e3bc7acb4ab8f456c2126.
-
12:46 AM Revision 8eaf0a41 (qgis): Merge pull request #6442 from tilmanb/patch-1
- Update header comment to reflect actual file name
-
12:46 AM Revision 669e754b (qgis): Merge pull request #6366 from Gustry/materialized_view
- add button to refresh a materialized view in browser [needs-docs]
-
12:14 AM Bug report #18178 (Closed): Geodatabase (.gdb) Not Opening on Mac 10.13.x with ExFAT External Drives
- This appears to be an issue with GDAL (not sure if it's only with the Kyngchaos version or GDAL in general)
-
08:50 PM Revision f37e861b (qgis): Merge pull request #6440 from ghtmtt/release-2_18
- updated it translation for 2_18
-
08:00 PM Bug report #18200 (Closed): Resampling rasters don't work
- When setting resampling of raster layers (bilinear/cubic) this has no effect what so ever...
-
07:30 PM Bug report #6881: Syntax highlighting not working for raster commands
- Still true in QGIS 3
-
07:29 PM Feature request #6767 (Closed): Duplicate bookmark buttons
- Seems solved in QGIS 3
-
07:29 PM Feature request #6767 (Closed): Duplicate bookmark buttons
- Seems solved in QGIS 3
-
07:28 PM Bug report #6616: Preview in expression builder not always showing
- Possibly the first 5 results could be shown, or the first valid (not NULL) result.
-
07:26 PM Feature request #6464 (Closed): Please create a demo QGISserver
- Done on a more formal way in the framework of OGC testing
-
07:26 PM Feature request #6464 (Closed): Please create a demo QGISserver
- Done on a more formal way in the framework of OGC testing
-
07:25 PM Bug report #6390: Size of bar on canvas: weird behaviour
- Still true in QGIS 3
-
07:14 PM Bug report #6332: WCS: the button to cancel download does nothing
- Apparently still true in QGIS 3
-
07:11 PM Feature request #5742: Preserve GRASS raster labels
- Still true in Q3
-
07:11 PM Feature request #5742: Preserve GRASS raster labels
- Still true in Q3
-
07:10 PM Feature request #5728: Avoid import-export of rasters and vector when possible
- Still true in QGIS 3, still looks important to me, as it would be a huge time saver in case of chained GRASS modules.
-
07:08 PM Feature request #5462: If GRASS variables are set, use them for analyses
- Still true in QGIS 3, unsure whether still desirable.
-
07:07 PM Feature request #5371 (Closed): Please improve the sponsors dialog
- * Now the web page is opened.
-
07:07 PM Feature request #5371 (Closed): Please improve the sponsors dialog
- * Now the web page is opened.
-
07:07 PM Feature request #5371 (Closed): Please improve the sponsors dialog
- * Now the web page is opened.
-
07:05 PM Feature request #5370: Automatic reporting of errors
- This would be useful for other parts of QGIS as well, probably.
Still true for QGIS 3. -
07:03 PM Feature request #5278: Please add WPS backend
- Still missing in Q3, still looking an useful improvement.
-
07:03 PM Feature request #5278: Please add WPS backend
- Still missing in Q3, still looking an useful improvement.
-
07:02 PM Bug report #5096 (Closed): Always use the same dialog for opening/saving files
- Seems solved now, in QGIS 3
-
07:02 PM Bug report #5096 (Closed): Always use the same dialog for opening/saving files
- Seems solved now, in QGIS 3
-
07:01 PM Feature request #5078: Create a default GRASS location
- Still true in Q3
-
07:01 PM Feature request #5039 (Closed): Cut unreprojectable geometries
- It seems to be working (geoms disappearing) now, in QGIS 3, with the automatic reprojection.
-
07:01 PM Feature request #5039 (Closed): Cut unreprojectable geometries
- It seems to be working (geoms disappearing) now, in QGIS 3, with the automatic reprojection.
-
06:22 PM Revision 611fbff4 (qgis): Revert "osgeo4w: also build pdb and corresponding package for releases"
- This reverts commit 7efcfee28cc5ae454fd50b30263e85477a4fe9c0.
-
06:19 PM Bug report #5020 (Closed): More consistency in dialogs: move output file box to the bottom
- Solved usign Processing
-
06:19 PM Bug report #5020 (Closed): More consistency in dialogs: move output file box to the bottom
- Solved usign Processing
-
06:19 PM Bug report #5020 (Closed): More consistency in dialogs: move output file box to the bottom
- Solved usign Processing
-
06:19 PM Feature request #9039 (Closed): (a) quick mode to edit table attributes
-
06:19 PM Feature request #4974: Save list of GRASS commands in a history file
- Done in Processing, still true for GRASS plugin. QGIS 3
-
06:17 PM Bug report #4952 (Closed): Auto-incremental keys should not be left editable in SpatiaLite
- fixed in QGIS 3
-
06:17 PM Bug report #4952 (Closed): Auto-incremental keys should not be left editable in SpatiaLite
- fixed in QGIS 3
-
06:07 PM Feature request #4895: Add a default template
- Still true in QGIS 3
-
06:07 PM Feature request #4834: Node tool: change colours
- Still true in QGIS 3
-
06:06 PM Feature request #4795 (Closed): Integrate connection manager
- I believe this is not important currently. We still have a lot of duplication between the browser and the DB Manager,...
-
06:06 PM Feature request #4795 (Closed): Integrate connection manager
- I believe this is not important currently. We still have a lot of duplication between the browser and the DB Manager,...
-
06:04 PM Bug report #4786 (Closed): Actions: update action automatically on dialog close
- Fixed in Q3
-
06:04 PM Bug report #4786 (Closed): Actions: update action automatically on dialog close
- Fixed in Q3
-
06:00 PM Revision a0a03921 (qgis): fix release build on windows
-
05:48 PM Bug report #17822: Wrong labels in grids of the designer (CRS changed)
- Please give also a try to QGIS 3 and then report back.
-
05:47 PM Bug report #17997 (Closed): QGIS 2.18.16 - gdalwarp - fails to convert XYZ file for no particular...
- Closing for lack of feedback, please reopen if necessary.
-
05:47 PM Bug report #17997 (Closed): QGIS 2.18.16 - gdalwarp - fails to convert XYZ file for no particular...
- Closing for lack of feedback, please reopen if necessary.
-
05:47 PM Feature request #4782 (Closed): GUI to import/export data
- I think the current situation is good enough. Geometries can be removed after import, just like any other column.
-
05:47 PM Feature request #4782 (Closed): GUI to import/export data
- I think the current situation is good enough. Geometries can be removed after import, just like any other column.
-
05:47 PM Bug report #18000 (Closed): Underperformance executing the method .dataProvider().identify() in Q...
- Closing for lack of feedback, please reopen if necessary.
-
05:45 PM Bug report #18051 (Closed): ERROR 6: GDALDriver::Create() ... no create method implemented for th...
- Stephen Eastmead wrote:
> I am looking at the Toolbox GDAL Tools.
> One thing that appears not to be correct but pl... -
05:45 PM Bug report #18051 (Closed): ERROR 6: GDALDriver::Create() ... no create method implemented for th...
- Stephen Eastmead wrote:
> I am looking at the Toolbox GDAL Tools.
> One thing that appears not to be correct but pl... -
05:43 PM Feature request #4781: Keep the history in the SQL window
- Now the content of an SQL window can be saved, so part of the issue can be considered solved.
However, closing the w... -
05:29 PM Feature request #4777: Import PostGIS raster
- Still true in QGIS 3.
Surprising that this feature does not have wider support. Drag&Drop import for rasters, as it ... -
05:26 PM Feature request #4774: Add area, length etc. triggers to DB Manager
- Still true in QGIS 3
-
05:24 PM Bug report #4717 (Closed): Rotation affects offset direction
- Well, it's an edge case. Since nobody seems interested, we can assume the current behaviour is acceptable to users.
-
05:24 PM Bug report #4717 (Closed): Rotation affects offset direction
- Well, it's an edge case. Since nobody seems interested, we can assume the current behaviour is acceptable to users.
-
05:24 PM Bug report #4717 (Closed): Rotation affects offset direction
- Well, it's an edge case. Since nobody seems interested, we can assume the current behaviour is acceptable to users.
-
05:24 PM Bug report #16014 (Closed): Enabling actions in attribute table populates the first column with a...
- Fixed in both 2.18 and master
-
05:24 PM Bug report #16014 (Closed): Enabling actions in attribute table populates the first column with a...
- Fixed in both 2.18 and master
-
05:24 PM Bug report #16014 (Closed): Enabling actions in attribute table populates the first column with a...
- Fixed in both 2.18 and master
-
05:22 PM Bug report #17359 (Closed): crash while enabling 'on the fly' CRS transformation
- Closing for lack of feedback, please reopen if necessary.
-
05:22 PM Bug report #17359 (Closed): crash while enabling 'on the fly' CRS transformation
- Closing for lack of feedback, please reopen if necessary.
-
05:22 PM Revision 2de99fbf (qgis): Merge pull request #6439 from pblottiere/bugfix_server_selection
- [server] Fixes issue when selecting multiple ids
-
05:21 PM Bug report #17630: Annotations not showing in Composer on OSX
- QGIS 3 is "out", wait for the packages, test and leave feedback, thanks!
-
05:20 PM Bug report #18198 (Closed): Gdal Help button in Processing gives annoying error
- When hitting the Help button in Processing doc dialog for GDAL algorithms an annoying Stack Trace pops up, e.g.:
... -
05:18 PM Bug report #16477 (Closed): DB Manager: QGIS mouse hangs when previewed virtual layer is unavailable
- This was a side-effect of #16476
-
05:18 PM Bug report #16477 (Closed): DB Manager: QGIS mouse hangs when previewed virtual layer is unavailable
- This was a side-effect of #16476
-
05:18 PM Bug report #16477 (Closed): DB Manager: QGIS mouse hangs when previewed virtual layer is unavailable
- This was a side-effect of #16476
-
05:17 PM Feature request #4542: ColorBrewer color ramps: better GUI organization
- Still true in QGIS 3
-
05:16 PM Bug report #18154: Fix anchor in Documentation for Processing
- using an anchor with the **same** name of the algorithm in the code (e.g. ``.. _splitwithlines``) solves the issue.
-
05:15 PM Revision 176591b4 (qgis): Update header comment to reflect actual file name
- The filename in the top comment now matches the real file name.
-
05:12 PM Bug report #16475: Vector Layer properties: Missing option in Source --> Settings frame
- Still true on 3.0, the settings frame doses not show all the options at first opening (the encoding option is missing)
-
05:01 PM Bug report #18110: Unable to create a tempory raster when calling IDW SAGA from python ('NoneType...
- Giovanni Manghi wrote:
> I'm not sure I understand how to replicate the issue. Is about when you run the tool and le... -
03:26 PM Bug report #18110 (Feedback): Unable to create a tempory raster when calling IDW SAGA from python...
- I'm not sure I understand how to replicate the issue. Is about when you run the tool and let it create a temp file in...
-
04:42 PM Revision 46eb6e34 (qgis): Update mask image
-
04:19 PM Bug report #18197 (Closed): MetadataURL isn't required but his type is required
- In the code it's written:
empty but needed for OGC tests RECOMMENDATIONS)
https://github.com/qgis/QGIS/blob/068d51c... -
04:19 PM Feature request #18196 (Open): Choose a colour for nodata values
- There may already be a feature request in for this, but I couldn't find one. Please could we have an option to set th...
-
04:18 PM Bug report #5232: "add direction symbol" does not work with curved labels
- Still true on QGIS 3.
-
04:18 PM Bug report #5232: "add direction symbol" does not work with curved labels
- Still true on QGIS 3.
-
04:11 PM Bug report #17458 (Closed): QGIS freezes when naming a style rule
- I have hit this issue recently and the cause turned to be the dialog to not show... giving the impression the program...
-
04:11 PM Bug report #17458 (Closed): QGIS freezes when naming a style rule
- I have hit this issue recently and the cause turned to be the dialog to not show... giving the impression the program...
-
04:09 PM Revision 3654ead7 (qgis): updated it translation for 2_18
-
04:04 PM Bug report #17877 (Closed): QGIS fails to add an Esri File Geodatabase (FileGDB) vector layer wit...
- Please try with a more recent version as now (that QGIS 3 is out) QGIS 2.14 is officially obsolete. With more recent ...
-
04:04 PM Bug report #17877 (Closed): QGIS fails to add an Esri File Geodatabase (FileGDB) vector layer wit...
- Please try with a more recent version as now (that QGIS 3 is out) QGIS 2.14 is officially obsolete. With more recent ...
-
03:41 PM Feature request #18195 (Open): Zenodo: make the QGIS code on GitHub citable
- At least for researchers/scientists, I think it be good if we could link QGIS to Zenodo (https://zenodo.org/).
Zenod... - 03:38 PM Revision c1ef8f02 (qgis): Merge pull request #6430 from signedav/uxduplication
- Only enable duplication when layer editable
-
03:37 PM Bug report #17659 (Closed): GDAL 2 problems with : Translate (convert format)
- Closing for lack of feedback, please reopen if necessary.
-
03:37 PM Bug report #17659 (Closed): GDAL 2 problems with : Translate (convert format)
- Closing for lack of feedback, please reopen if necessary.
-
03:37 PM Bug report #10346 (Closed): progress bar and setText not working on a mac with user script
- Closing for lack of feedback, please reopen if necessary.
-
03:37 PM Bug report #10346 (Closed): progress bar and setText not working on a mac with user script
- Closing for lack of feedback, please reopen if necessary.
-
03:36 PM Bug report #15194 (Closed): Snapping multiple items in print composer
- Closing for lack of feedback, please reopen if necessary.
-
03:36 PM Bug report #15194 (Closed): Snapping multiple items in print composer
- Closing for lack of feedback, please reopen if necessary.
-
03:33 PM Bug report #16271 (Closed): Composer item change his position without control
- Closing for lack of feedback, please reopen if necessary.
-
03:33 PM Bug report #16271 (Closed): Composer item change his position without control
- Closing for lack of feedback, please reopen if necessary.
-
03:30 PM Feature request #15882: Symbol Size assistant: updating the circle size according to values manua...
- For record, In 3.0, this label is no longer editable but I think this feature request could still be valid : allow us...
-
03:28 PM Bug report #17855 (Closed): Spatial markers
- Closing for lack of feedback, please reopen if necessary.
-
03:28 PM Bug report #17855 (Closed): Spatial markers
- Closing for lack of feedback, please reopen if necessary.
-
03:28 PM Bug report #17345 (Closed): Graduated classification is missing lowest data value in its classes
-
03:27 PM Bug report #17080 (Closed): Processing: saving to file results of SAGA raster tools do not work i...
- Closing for lack of feedback, please reopen if necessary.
-
03:27 PM Bug report #17080 (Closed): Processing: saving to file results of SAGA raster tools do not work i...
- Closing for lack of feedback, please reopen if necessary.
-
03:26 PM Bug report #15881: Symbol Size assistant: the size label should not be editable
- Still valid for 2.18 but not for 3.0 (label is read only)
-
03:26 PM Bug report #15881: Symbol Size assistant: the size label should not be editable
- Still valid for 2.18 but not for 3.0 (label is read only)
-
02:51 PM Revision 42ca67e3 (qgis): Add test
-
02:49 PM Revision 37b47c6a (qgis): [server] Fixes issue when selecting multiple ids
- 02:32 PM Revision 0dcea189 (qgis): Add missing make_triangle function help. Fix #16406
-
02:22 PM Bug report #18193 (Closed): QGIS 3: in some modules the "QgsProcessingParameterFeatureSource" is ...
- Example: Simple Kriging
is
QgsProcessingParameterFeatureSource|FIELD|Attribute|5|None|False
should be (like)... -
02:02 PM Bug report #18192 (Closed): vertex editor doesn't honour topological editing when moving a segment
- When selecting a segment, not a serie of vertices, the topological editing fails to move shared borders together.
I... -
01:52 PM Revision 0def61c3 (qgis): debian packaging: fix release builds (followup 792c19ba7)
-
01:48 PM Revision 555cdf0a (qgis): skip enabledOnlyWhenEditable from pyhton bindings
- in the construtors of QgsAction and QgsMapLayerAction
-
01:48 PM Bug report #18191 (Closed): QGIS3: "model" parameter for SAGA kriging modules must be optional an...
- Subject says it all.
-
01:32 PM Bug report #18190 (Closed): vertex editor don't honour topological editing when used with a featu...
Since a few hours before the release, vertex editor now has a priority over the selected feature so that it is poss...-
01:24 PM Bug report #18189 (Closed): QGIS 3: python error when closing Processing modules dialogs
- It happens quite frequently:
RuntimeError: wrapped C/C++ object of type AlgorithmDialog has been deleted
Traceba... -
01:20 PM Bug report #18188 (Closed): Floating point spin box values cannot be changed when using localized...
- *New description:*
OS: Windows 10 English
QGIS 2.18.16 and 3 (master) installed with OSGeo4W.
QGIS/Processing ... -
01:17 PM Bug report #18187 (Closed): QGIS 3: SAGA "output extent" values are not in the right order
- When choosing an "output extent" (manually on canvas, by input extent, by canvas extent...) the 3rd value in the list...
-
01:10 PM Revision 70c68df7 (qgis): Bump version to 3.1
-
01:09 PM Revision 6304adde (qgis): changelog and news update for 3.0
-
01:09 PM Revision 49858ca4 (qgis): Release of 3.0 (Girona)
-
01:09 PM Revision 2646b590 (qgis): translation update for 3.0 from transifex
-
01:02 PM Revision 98e769f7 (qgis): Release of 2.18.17
-
12:55 PM Feature request #18186 (Open): Should be able to lock a map object against accidental movement in...
- For most objects on the composer canvas, they can be locked against accidentally being dragged out of position by usi...
-
12:53 PM Bug report #17670 (Reopened): Profiles do not pick up 'default options', even when shown in Optio...
- @Alessandro and @Nathan, in my testing it is still not solved.
Creating a fresh profile, people will have no help ... -
12:51 PM Bug report #17767: Help About crashes 2.18.15
- Still see this on 2.18.16
-
12:46 PM Revision 55a8d41c (qgis): document parameters
-
12:33 PM Revision 917c7b6f (qgis): Do not auto-close vertex editor on any mouse click (ref #17243)
- This is a partial fix for #17243 to improve usability of vertex editor panel.
Until now the vertex editor would get c... -
12:16 PM Bug report #18185 (Closed): Incorrect file path separator in Processing GRASS tools
- When running *i.maxlik* from the GRASS7 tools in the Processing toolbox, the command fails when copying the signature...
-
12:03 PM Revision 1875d4ad (qgis): intagrated enumvalue IdentifyMode
- used like SingleEditMode here
-
11:33 AM Revision 71d25c68 (qgis): style stuff
-
11:26 AM Bug report #18184 (Closed): Vector file not found error while executing v.to.3d Grass algorithm i...
I tried renaming the file I am processing to eliminate spaces, but no difference is noticed...
This is the error ...-
11:23 AM Bug report #18183 (Closed): QGIS 3: SAGA "output extent" should not be mandatory
- It isn't mandatory in QGIS <=2.18.
Moreover it seems that if choosing an output extent, for example using one of i... -
11:19 AM Bug report #1893 (Open): opening data tables widens the main window
-
11:00 AM Bug report #1893 (Reopened): opening data tables widens the main window
- Just checked in 2.18.16, still true.
-
11:00 AM Bug report #1893 (Reopened): opening data tables widens the main window
- Just checked in 2.18.16, still true.
-
11:18 AM Revision 131efbdd (qgis): Merge pull request #6367 from slarosa/fix_saga_osx
- [processing] fix execution of SAGA algorithms under macos
-
11:17 AM Revision f93dc908 (qgis): Merge pull request #6434 from alexbruy/python-console
- [python console] remove 'u' prefixes from strings (fix #18171)
-
11:17 AM Bug report #18171 (Closed): Can't run python file from editor area in python-console
- Applied in changeset commit:qgis|7823025b8d35a5310617ade996e1fb7cd60a9f50.
-
11:17 AM Bug report #18171 (Closed): Can't run python file from editor area in python-console
- Applied in changeset commit:qgis|7823025b8d35a5310617ade996e1fb7cd60a9f50.
-
11:12 AM Revision 9a623057 (qgis): Merge pull request #5861 from signedav/bugFixSH01
- Widget size handling in status bar
-
11:09 AM Bug report #16967: value relation widget with Allow multiple selection doesn't resolve the values...
- investigating
-
11:06 AM Revision 2d9ee3dc (qgis): [pyqgis-coonsole] APIs file updated
-
11:06 AM Revision a11582f7 (qgis): hide instead of disable
- and use mode for identify - not to show the actions with isEnabledOnlyWhenEditable is active
-
11:05 AM Bug report #18182 (Closed): Check Validity fails for polygon with intersecting point
- If a polygon intersects itself at one point, the polygon has invalid geometry. However, the check validity tool does ...
-
10:43 AM Revision 8d69dc1f (qgis): indentation
-
10:39 AM Bug report #17133 (Closed): QGIS has stopped running when startup after new installation
- Closing for lack of feedback, please reopen if necessary.
-
10:39 AM Bug report #17133 (Closed): QGIS has stopped running when startup after new installation
- Closing for lack of feedback, please reopen if necessary.
-
10:34 AM Bug report #4586: Raster calculator: fails if file name has spaces
- Well, IMHO this is still an usability issue. What is your feeling?
-
10:27 AM Bug report #17560 (Closed): Attribute Table refresh issue: when there's only one row on attribute...
-
09:40 AM Revision 388cfb89 (qgis): Merge pull request #6427 from Cracert/trans
- [TRANSUP] pl: new translator
-
09:39 AM Revision 7823025b (qgis): [python console] remove 'u' prefixes from strings (fix #18171)
-
09:30 AM Revision a554409e (qgis): [processing] don't use scandir() to get directory contents (fix #18180)
-
09:29 AM Bug report #18180 (Closed): Python 3.5 specific internal command scandir is being used while runn...
- Applied in changeset commit:qgis|a554409edeaf23f654ec6aa387808840152f905d.
-
09:29 AM Bug report #18180 (Closed): Python 3.5 specific internal command scandir is being used while runn...
- Applied in changeset commit:qgis|a554409edeaf23f654ec6aa387808840152f905d.
-
04:45 AM Bug report #18180 (Closed): Python 3.5 specific internal command scandir is being used while runn...
- Python 3.5 specific command scandir is being used when Python 3.4 is being used.
This cause an alert when starting Q... -
08:53 AM Bug report #18181 (Closed): Sorting in the wrong direction for attribut table
- I have a table listing electrical consumptions with dates
On print composer I use the attribut table to show consump... -
08:26 AM Revision 35cc4c90 (qgis): Merge pull request #6433 from alexbruy/hide-modeler-tools
- [processing] hide 'Rename layer' and 'Load layer' algs from toolbox
-
07:57 AM Revision e59c264b (qgis): [processing] hide 'Rename layer' and 'Load layer' algs from toolbox
-
07:40 AM Revision 67a578f3 (qgis): fix df76bfc1
-
07:38 AM Revision 673421b0 (qgis): Merge pull request #6423 from nyalldawson/proc_auto_select_alg
- [processing] Some toolbox ux tweaks
-
07:35 AM Revision a5399def (qgis): Merge pull request #6429 from nyalldawson/fix_18179
- [processing] Fix config exception with INT/FLOAT settings
-
07:35 AM Bug report #18179 (Closed): Processing Settings exception with Settings.INT type
- Applied in changeset commit:qgis|75a9150a417071782816d6ed99f3779991cbd611.
-
07:35 AM Bug report #18179 (Closed): Processing Settings exception with Settings.INT type
- Applied in changeset commit:qgis|75a9150a417071782816d6ed99f3779991cbd611.
-
01:42 AM Bug report #18179 (In Progress): Processing Settings exception with Settings.INT type
-
01:22 AM Bug report #18179 (Closed): Processing Settings exception with Settings.INT type
- In my Processing Provider plugin I have an integer setting:...
-
06:20 AM Revision 08b75ec0 (qgis): [layouts][needs-docs] Replace layout and report icons
- The previous layout icon (a blank page) was too difficult to
distinguish from actions relating to pages themselves.
... -
05:33 AM Revision 64aa400f (qgis): Respect selection in layers in vertex tool (fixes #17782) (#6421)
- This fixes issues in situations when there are multiple vertices in one location:
1. when clicking a location, if th... -
05:33 AM Bug report #17782 (Closed): New node tool needs to respect selected features
- Applied in changeset commit:qgis|64aa400ffcf6c744c4151b8f676740eec4c9bf86.
-
05:33 AM Bug report #17782 (Closed): New node tool needs to respect selected features
- Applied in changeset commit:qgis|64aa400ffcf6c744c4151b8f676740eec4c9bf86.
-
04:56 AM Revision 5114d605 (qgis): [layouts] Fix mouse event handling on rulers
-
04:19 AM Bug report #18152: QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- Yes, that seems to help, assuming you know the difference (which I always forget) between modal and non modal dialogs...
-
02:28 AM Revision a800a371 (qgis): Merge pull request #6425 from nyalldawson/ui_default
- Update default toolbar arrangement to move short layer toolbar from left to top
-
02:23 AM Revision 7a3dc428 (qgis): Merge branch 'master' into uxduplication
-
02:18 AM Revision 9ad399d5 (qgis): resolved conflicts
-
02:03 AM Revision 5f664944 (qgis): [needs-docs] Remove " Panel" suffixes from panel titles
- This extra text adds a lot of visual clutter to the interface,
and makes tabbed dock's tab bars take up a lot of room... -
01:55 AM Revision 18ab200b (qgis): [reports] Add more descriptive tooltips to widgets
- Also
- fix widget tab orders
- tweak widget layouts for UI clarity -
01:55 AM Revision a1785e21 (qgis): [needs-docs][reports] Tweak strings for clarity, add tooltips
- Rename 'Single section' to 'Static layout section'
-
01:55 AM Revision de2c900e (qgis): [reports] Hide redundant edit header/footer buttons for
- fixed layout sections
These have no real meaning for fixed layout sections. -
01:52 AM Revision 4f4de379 (qgis): Update default toolbar arrangement to move short layer toolbar from lef...
- Now that the layer toolbar is very short (following the data source
manager changes), there's a LOT of wasted space b... -
01:43 AM Revision 75a9150a (qgis): [processing] Fix config exception with INT/FLOAT settings
- Fixes #18179
-
01:42 AM Revision 3e86804d (qgis): Merge pull request #6395 from lbartoletti/advanced_shape_digitize_toolbar
- Make Regular Shape Digitizing Toolbar disabled by default / renamed Shape Digitizing Toolbar
-
01:41 AM Revision af8ca3ed (qgis): Merge pull request #6409 from nyalldawson/fix_18065
- Revert "fix and bring back scroll area into custom widgets"
-
01:06 AM Revision e0fa2c27 (qgis): Partially revert "fix and bring back scroll area into custom widgets"
- This reverts commit 5dce8edb95fc2432dedcac3d860bd5d46b16a436.
The custom widget is still causing isseus - refs #18065 -
01:06 AM Revision 79e52408 (qgis): disable or do not display maplayeractions
- in some cases
2018-02-22
-
12:53 AM Revision 72035744 (qgis): [TRANSUP] pl: new translator
-
12:42 AM Bug report #18178 (Closed): Geodatabase (.gdb) Not Opening on Mac 10.13.x with ExFAT External Drives
- When trying to open a .gdb file on an ExFAT formatted external drive, it fails to open and gives me the following err...
-
12:05 AM Revision e6331e42 (qgis): [layouts] Fix grids are not visible on restoring projects
- Fixes #18177
-
12:05 AM Bug report #18177 (Closed): Layout grid labels not showing when opening saved project
- Applied in changeset commit:qgis|e6331e42e970d204ddd87c38ad216507832ea3b0.
-
12:05 AM Bug report #18177 (Closed): Layout grid labels not showing when opening saved project
- Applied in changeset commit:qgis|e6331e42e970d204ddd87c38ad216507832ea3b0.
-
10:35 PM Bug report #18177 (Closed): Layout grid labels not showing when opening saved project
- If I create a layout with a grid that have labels and save the project.
The next time I open the project and open th... -
11:32 PM Revision efae0fcc (qgis): Increase snapping tolerance maximum in advanced mode. Fix #18133
-
11:32 PM Bug report #18133 (Closed): Digitizing tolerance too small in advanced interface
- Applied in changeset commit:qgis|efae0fcc79ac869763faadc674c401343d317bb9.
-
11:32 PM Bug report #18133 (Closed): Digitizing tolerance too small in advanced interface
- Applied in changeset commit:qgis|efae0fcc79ac869763faadc674c401343d317bb9.
-
04:21 PM Bug report #18133 (Feedback): Digitizing tolerance too small in advanced interface
- Pull request proposed https://github.com/qgis/QGIS/pull/6415
-
04:21 PM Bug report #18133 (Feedback): Digitizing tolerance too small in advanced interface
- Pull request proposed https://github.com/qgis/QGIS/pull/6415
-
04:21 PM Bug report #18133 (Feedback): Digitizing tolerance too small in advanced interface
- Pull request proposed https://github.com/qgis/QGIS/pull/6415
-
11:30 PM Revision e24b6e60 (qgis): Merge pull request #6404 from slarosa/cursor_size_fix
- Fixes #18043: Zoom and identify tools very small on MacOSX with retina display
-
11:30 PM Bug report #18043 (Closed): Zoom and identify tools very small on MacOSX with retina display
- Applied in changeset commit:qgis|3283afd33d75e13cb03bb4eec0755a884dfef41b.
-
11:30 PM Bug report #18043 (Closed): Zoom and identify tools very small on MacOSX with retina display
- Applied in changeset commit:qgis|3283afd33d75e13cb03bb4eec0755a884dfef41b.
-
11:27 PM Revision 62cd1edb (qgis): [processing] Pressing enter in search box executes the selected algorithm
-
11:26 PM Revision 82bfc407 (qgis): [processing] When searching in toolbox, automatically select
- the first visible algorithm if the previously selected item
was hidden
Avoids hidden selections in the toolbox -
10:27 PM Revision e1555228 (qgis): Merge pull request #6422 from borysiasty/nicer_manager
- [Plugin manager] A little bit nicer details view
-
10:07 PM Revision 92060a88 (qgis): [Plugin manager][needs-doc] Follows up 454a93606a: Improved plugin deta...
-
09:05 PM Bug report #18080: Vector Fixed Distance Buffer
- The shapefiles I attached are only of a specific region of the original shapefiles I created from two different layer...
-
09:02 PM Bug report #18080: Vector Fixed Distance Buffer
- Correction, The last 2 sentences of the original description should read as follows: I did this same process with a ...
-
08:53 PM Bug report #18081: GDB recognition mixup
- Hi Richard,
The "layers panel" shows the correct layers from the GDB. The "Layer Properties" of each layer also s... -
08:48 PM Revision 454a9360 (qgis): [Plugin manager] Tabular layout for the details view
-
07:54 PM Bug report #17985 (Feedback): Huge memory leak with QgsFeature.attributes() in Python
-
07:54 PM Bug report #17870 (Feedback): Auxiliary Storage not saved when project is saved
- Just tested on the latest master (on osgeo4w) and works ok for me.
-
07:50 PM Bug report #17470 (Closed): Editing Z / M value in scratch layer using node tool triggers a cras...
- Reopen if the related fixed issue did not fixed also this one.
-
07:50 PM Bug report #17470 (Closed): Editing Z / M value in scratch layer using node tool triggers a cras...
- Reopen if the related fixed issue did not fixed also this one.
- 07:45 PM Revision 002c0208 (qgis): Convert script to python3 and pep8 it
-
06:40 PM Revision dd56d0c5 (qgis): Merge pull request #6419 from mhugo/release-2_18
- Fix call to representValue in identifydialog
-
06:37 PM Revision 92becc43 (qgis): [Plugin manager] Slightly polished style of the details view
-
06:18 PM Feature request #18142 (Feedback): Blue text on yellow background in Options menu search results ...
- Would that be better Johannes?
-
06:18 PM Feature request #18142 (Feedback): Blue text on yellow background in Options menu search results ...
- Would that be better Johannes?
-
03:59 PM Feature request #18142: Blue text on yellow background in Options menu search results is super ugly
- Confirmed :)
see attached picture
-
03:59 PM Feature request #18142: Blue text on yellow background in Options menu search results is super ugly
- Confirmed :)
see attached picture
-
06:06 PM Bug report #18152 (Feedback): QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- Oh,
by chance I discovered that it is now a setting in the option dialog/General tab. So Mark, can you confirm cha... -
06:06 PM Bug report #18152 (Feedback): QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- Oh,
by chance I discovered that it is now a setting in the option dialog/General tab. So Mark, can you confirm cha... -
03:53 PM Bug report #18152: QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- I confirm that on ubuntu 16.04 with 585a4d3 that the dialog is modal, not letting any use of the underlying QGIS main...
-
05:38 PM Bug report #17458: QGIS freezes when naming a style rule
- Here works fine with 2.18.16
-
05:26 PM Bug report #18176: Plugin MetaSearch crashed
- Hi Bob.
Please provide more information.
Because in QGIS 2.18.16 and in QGIS 2.14.22 is working.
Did you install... -
04:34 PM Bug report #18176 (Closed): Plugin MetaSearch crashed
- I have been receiving this message when opening QGIS each time since January 2018 until now:
Plugin MetaSearch: The ... -
05:24 PM Bug report #17255: closed maps
- Problem solved??
-
05:00 PM Revision 193e0a7e (qgis): Fix call to representValue in identifydialog
- This should fix the problem of queries with WHERE (id = 'NULL') when the
string 'NULL' cannot be converted to integer... -
04:53 PM Revision 23951f3f (qgis): Update tsstat.pl
- correct arry
-
04:51 PM Revision 68619027 (qgis): Merge pull request #6416 from SrNetoChan/patch-4
- Adds Portuguese translator
-
04:40 PM Revision 99e437ce (qgis): Adds Portuguese translator
-
04:37 PM Bug report #17586: Intersects from Select by Location not working for points/lines when using Pos...
- I confirm the issue is still ocurring on current master (commit e06e95c255115803747721cba4ab040869778bb2).
In the ... -
12:16 PM Bug report #17586: Intersects from Select by Location not working for points/lines when using Pos...
- Seems to work ok on latest master. Please leave feedback.
-
04:31 PM Feature request #18175 (Closed): Select by location in the vector menu
- It should be nice to have the 'select by location' function in the 'Vector -> Research Tools' menu in QGIS 3.00. This...
- 04:01 PM Revision 81d8625f (qgis): Merge pull request #6407 from elpaso/bugfix-18099-wfs-operations-xref-2
- [bugfix] Support Distributed Computing Platform (DCP) for WFS
- 04:00 PM Feature request #18099 (Closed): WFS Capabilities handling problem
- Applied in changeset commit:qgis|f1b59876344bf0c0f066c81bf8ef73ef25365023.
- 04:00 PM Feature request #18099 (Closed): WFS Capabilities handling problem
- Applied in changeset commit:qgis|f1b59876344bf0c0f066c81bf8ef73ef25365023.
-
03:53 PM Bug report #18159: Bug on macros(?!)
- Hi Regis,
Thanks for support but I still have the same issue, even importing iface and QgsMapLayerRegistry (and wi... -
03:44 PM Bug report #18159 (Closed): Bug on macros(?!)
-
03:44 PM Bug report #18159: Bug on macros(?!)
Hi,
this works here:...-
03:11 PM Revision e06e95c2 (qgis): Merge pull request #6413 from mhugo/master
- Fix call to representValue in identifydialog (refs #17175)
-
02:55 PM Bug report #15619 (Closed): ERS format not available in drop down file type menu for gdalwarp and...
- Closing for lack of feedback, please reopen if necessary.
-
02:55 PM Bug report #15619 (Closed): ERS format not available in drop down file type menu for gdalwarp and...
- Closing for lack of feedback, please reopen if necessary.
-
02:54 PM Bug report #17230 (Closed): QGIS Crash after cutting features
- Closing for lack of feedback, please reopen if necessary.
-
02:54 PM Bug report #17230 (Closed): QGIS Crash after cutting features
- Closing for lack of feedback, please reopen if necessary.
-
02:54 PM Bug report #17153 (Closed): QGIS 2.18.12 crashes on "save as"
- Closing for lack of feedback, please reopen if necessary.
-
02:54 PM Bug report #17153 (Closed): QGIS 2.18.12 crashes on "save as"
- Closing for lack of feedback, please reopen if necessary.
-
02:52 PM Bug report #16438 (Closed): Categorized layer crashes when deselecting
- Closing for lack of feedback, please reopen if necessary.
-
02:52 PM Bug report #16438 (Closed): Categorized layer crashes when deselecting
- Closing for lack of feedback, please reopen if necessary.
-
02:51 PM Bug report #17880: Refresh of non-geometry table clears a table
- Also cannot replicate.
-
02:51 PM Bug report #17880 (Closed): Refresh of non-geometry table clears a table
- Closing for lack of feedback, please reopen if necessary.
-
02:51 PM Bug report #17880 (Closed): Refresh of non-geometry table clears a table
- Closing for lack of feedback, please reopen if necessary.
-
02:48 PM Bug report #16064 (Closed): Data defined position of table in print composer
- Closing for lack of feedback, please reopen if necessary.
-
02:48 PM Bug report #16064 (Closed): Data defined position of table in print composer
- Closing for lack of feedback, please reopen if necessary.
-
02:44 PM Bug report #15337 (Closed): Scale dependent layer visibility and print composer
- Closing for lack of feedback, please reopen if necessary.
-
02:44 PM Bug report #15337 (Closed): Scale dependent layer visibility and print composer
- Closing for lack of feedback, please reopen if necessary.
-
02:44 PM Bug report #17374 (Closed): QGIS elevation interpolation from sprayer RTK data in agriculture
- Closing for lack of feedback, please reopen if necessary.
-
02:44 PM Bug report #17374 (Closed): QGIS elevation interpolation from sprayer RTK data in agriculture
- Closing for lack of feedback, please reopen if necessary.
-
02:43 PM Bug report #17139 (Closed): QGIS 2.18.4 Crash on resizing Polygons
- Closing for lack of feedback, please reopen if necessary.
-
02:43 PM Bug report #17139 (Closed): QGIS 2.18.4 Crash on resizing Polygons
- Closing for lack of feedback, please reopen if necessary.
-
02:43 PM Bug report #17500 (Closed): Crash when deleting fields on joined layer
- Closing for lack of feedback, please reopen if necessary.
-
02:43 PM Bug report #17500 (Closed): Crash when deleting fields on joined layer
- Closing for lack of feedback, please reopen if necessary.
-
02:42 PM Bug report #18174: Help oneliner in python console is not showing all info on Windows environment
- Confirmed: To be even more clear, on Linux you get more information about every method. EG:...
-
02:42 PM Bug report #18174: Help oneliner in python console is not showing all info on Windows environment
- Confirmed: To be even more clear, on Linux you get more information about every method. EG:...
-
02:18 PM Bug report #18174 (Open): Help oneliner in python console is not showing all info on Windows envi...
- the command help(iface.addVectorLayer) return an incomplete text when is used in the python console in Windows.
-
02:42 PM Bug report #17955 (Closed): Grass tool error on QGIS 2.18.15
- Closing for lack of feedback, please reopen if necessary.
-
02:42 PM Bug report #17955 (Closed): Grass tool error on QGIS 2.18.15
- Closing for lack of feedback, please reopen if necessary.
-
02:41 PM Bug report #17909: QGIS crash when counting features by value
- Philippe Weber wrote:
> I made a new install with QGIS 2.18.16 with no plugin installed on it and it crashs again.
... - 02:36 PM Revision 31df6084 (qgis): Also use DCP for transaction (if available)
- Also QgsDebugMsg->Level
-
02:35 PM Bug report #16198: QgsGeometry().asPolygon() segfaults, Python, SIP
- No crash on QGIS Master (git commit 345088c863) on Linux (Qt 5.10, Python 3.6.4) either. Thank you!
-
01:44 PM Bug report #16198: QgsGeometry().asPolygon() segfaults, Python, SIP
- No crash anymore on latest QGIS 3 on Windows. Please leave feedback.
-
02:26 PM Bug report #17968 (Closed): raster clipper
- Closing for lack of feedback, please reopen if necessary.
-
02:26 PM Bug report #17968 (Closed): raster clipper
- Closing for lack of feedback, please reopen if necessary.
-
02:23 PM Bug report #17623 (Open): If the current feature ($geometry) falls outside the canvas's visibilit...
-
02:21 PM Bug report #16759 (Open): QGIS shows incomplete data when opening a .pbf/.osm file
- Giovanni Manghi wrote:
> I the issue also on Linux also with the .osm format, however translating to Spatialite or P... -
02:16 PM Bug report #18153 (Feedback): When loading a raster style from .qml the resampling options are no...
- Would you please add a minimal test project and qml file to reproduce this issue?
-
02:12 PM Bug report #15440: QGIS Server: GetPrint crashes on Windows when there are advanced elements (i....
- Jürgen Fischer wrote:
> hint: crashes here on debian unstable with @QT_GRAPHICSSYSTEM=opengl@, but not with @raster@... -
01:48 AM Bug report #15440: QGIS Server: GetPrint crashes on Windows when there are advanced elements (i....
- hint: crashes here on debian unstable with @QT_GRAPHICSSYSTEM=opengl@, but not with @raster@ or @native@.
-
02:07 PM Revision 5eb3e6b0 (qgis): Save variables are key value in settings (#6411)
- * Save variables are key value in settings
This allows variables to be set in qgis_global_settings.ini correctly.
T... -
01:52 PM Bug report #17315 (Open): 3D Viewer: QGIS Crash when activating 3D Map view and 3D renderer
- Spoke with Martin Dobias, issue true but possibly related to graphic card/drivers.
-
01:52 PM Bug report #17315 (Open): 3D Viewer: QGIS Crash when activating 3D Map view and 3D renderer
- Spoke with Martin Dobias, issue true but possibly related to graphic card/drivers.
-
01:50 PM Bug report #17346 (Feedback): Composer doesn't render rasters
- Can you make the point of the situation with the latest available build of QGIS 3? issue still confirmed?
-
01:49 PM Bug report #17129: Composer doesn't draw rasters
- Can you make the point of the situation with the latest available build of QGIS 3? issue still confirmed?
-
01:46 PM Bug report #13831: Save to Spatialite fails if input is from same DB
- Note that when you create a spatialite file as output, it is not supported to add tables to an existing spatialite da...
-
01:45 PM Bug report #17240 (Closed): When a node on the end of a path is selected and dragged, the whole l...
- Please reopen if you have a clear way to replicate the problem. Thanks!
-
01:45 PM Bug report #17240 (Closed): When a node on the end of a path is selected and dragged, the whole l...
- Please reopen if you have a clear way to replicate the problem. Thanks!
-
01:44 PM Bug report #17449 (Closed): QGIS master does not open after installing on Ubuntu 16.04
- Closing for lack of feedback, please reopen if necessary.
-
01:44 PM Bug report #17449 (Closed): QGIS master does not open after installing on Ubuntu 16.04
- Closing for lack of feedback, please reopen if necessary.
-
01:42 PM Bug report #14932 (Closed): "NULL" text in null field should disappear as soon as a field gets th...
- Closing for lack of feedback, please reopen if necessary.
-
01:42 PM Bug report #14932 (Closed): "NULL" text in null field should disappear as soon as a field gets th...
- Closing for lack of feedback, please reopen if necessary.
-
01:37 PM Bug report #17486: Help button does not work in its default implementation (returns a wrong url)
- Harrissou Santanna wrote:
> What is the status of this report? Are all raised issues considered as fixed now?
> Tha... -
01:37 PM Bug report #15894: Transaction groups + translation with node tool issue
- Master not affected with full vertex editor refactor. The fix is only for QGIS2 then
-
01:33 PM Bug report #15894 (Open): Transaction groups + translation with node tool issue
- Still true in QGIS 2.18.16
-
01:35 PM Bug report #17448 (Closed): 'Raster' menu split in two in some locales
- Seems ok on QGIS 3, please reopen if necessary.
-
01:35 PM Bug report #17448 (Closed): 'Raster' menu split in two in some locales
- Seems ok on QGIS 3, please reopen if necessary.
-
01:31 PM Bug report #17288 (Closed): QGIS3: OGR processing of scratch layers leads to wrong encoding
- Just checked on the latest master and seems to be ok, please reopen of necessary.
-
01:31 PM Bug report #17288 (Closed): QGIS3: OGR processing of scratch layers leads to wrong encoding
- Just checked on the latest master and seems to be ok, please reopen of necessary.
-
01:31 PM Bug report #16238: Loading a plugin that adds to the processing plugin does not work correctly
- There is no more "algList" in source code, registry should be used everywhere now, so this should not append anymore.
-
12:32 PM Bug report #16238 (Closed): Loading a plugin that adds to the processing plugin does not work cor...
- Closing for lack of feedback, please reopen if necessary.
-
12:32 PM Bug report #16238 (Closed): Loading a plugin that adds to the processing plugin does not work cor...
- Closing for lack of feedback, please reopen if necessary.
-
01:25 PM Bug report #17252 (Closed): Can't make install QGIS master on OS X (crashes on launch)
-
01:25 PM Bug report #16836 (Closed): A lot harder now to insert new nodes into lines and reshape lines in ...
- Assuming the discussion has been ported to the mailing lists (users and/or developers).
-
01:25 PM Bug report #16836 (Closed): A lot harder now to insert new nodes into lines and reshape lines in ...
- Assuming the discussion has been ported to the mailing lists (users and/or developers).
-
01:25 PM Bug report #16597 (Closed): layer name column width in new snapping dock is reset when adding a n...
-
01:22 PM Bug report #16597: layer name column width in new snapping dock is reset when adding a new layer
- seems fixed in recent master - tested with 585a4d3
-
01:23 PM Bug report #4304 (Feedback): Show only writable raster and vector formats in Processing "save fil...
-
01:23 PM Bug report #4304 (Open): Show only writable raster and vector formats in Processing "save file" d...
- Paolo Cavallini wrote:
> Unsure about this: in GRD files, which should be non-writable, are listed in the dropdown m... -
01:17 PM Bug report #16655: importing qlr does not import widget types
- still true in 2.18.16
-
01:15 PM Bug report #1893 (Closed): opening data tables widens the main window
- Assuming is fixed.
-
01:15 PM Bug report #1893 (Closed): opening data tables widens the main window
- Assuming is fixed.
- 01:14 PM Revision 3ce8dc12 (qgis): Fix port for WFS server integration tests
-
01:06 PM Bug report #17235 (Closed): Qgis crash on loading 1000 layer project [60fd763] on Xubuntu Artful
-
01:05 PM Bug report #6413 (Open): Support SLD with multiple FeatureTypeStyles
- Andrea Aime wrote:
> Hi Luigi, any reason why this ticket is still open?
it seems the PR misses a unit test. -
01:05 PM Bug report #6413 (Open): Support SLD with multiple FeatureTypeStyles
- Andrea Aime wrote:
> Hi Luigi, any reason why this ticket is still open?
it seems the PR misses a unit test. -
01:05 PM Bug report #17298 (Closed): Processing: gdal merge python error on QGIS 3
- Fixed in OSGeo4W's python-core.
-
01:05 PM Bug report #17298 (Closed): Processing: gdal merge python error on QGIS 3
- Fixed in OSGeo4W's python-core.
-
12:32 PM Bug report #17298: Processing: gdal merge python error on QGIS 3
- what I'm not sure with the above fiex is that setting the osgeo4w env in each command wrapper does not allow to run a...
-
12:26 PM Bug report #17298: Processing: gdal merge python error on QGIS 3
- as suggested by @jürgen adding load of osge4w env just in any command wrapper fix the issue
-
11:25 AM Bug report #17298: Processing: gdal merge python error on QGIS 3
- confirmed in this conditions:
Run qgis from start bar => e.g. run C:\<osgeo install>\bin\qgis-dev-bin-g7.4.0.exe
... -
11:14 AM Bug report #17298: Processing: gdal merge python error on QGIS 3
- not confirmed with qgis master installed yesterday on win10 on my laptop... twin check with Giovanni on his laptop co...
-
10:58 AM Bug report #17298: Processing: gdal merge python error on QGIS 3
- Still true on the latest master.
-
12:54 PM Bug report #8332 (Closed): QGIS uses comma as decimal separator for shapefile attribute data
- Even Rouault wrote:
> @marco Do you reproduce with recent GDAL versions ? Normally this issue has been fixed in GDAL... -
12:54 PM Bug report #8332 (Closed): QGIS uses comma as decimal separator for shapefile attribute data
- Even Rouault wrote:
> @marco Do you reproduce with recent GDAL versions ? Normally this issue has been fixed in GDAL... -
12:53 PM Bug report #16026 (Closed): Value map entries aren't copied with table style (2.99 110ffe2)
- Closing for lack of feedback, please reopen if necessary.
-
12:53 PM Bug report #16026 (Closed): Value map entries aren't copied with table style (2.99 110ffe2)
- Closing for lack of feedback, please reopen if necessary.
-
12:52 PM Bug report #17179 (Closed): QGIS2.99 build does not find libpq-fe.h on OS X Sierra
- Closing for lack of feedback, please reopen if necessary.
-
12:52 PM Bug report #17179 (Closed): QGIS2.99 build does not find libpq-fe.h on OS X Sierra
- Closing for lack of feedback, please reopen if necessary.
-
12:52 PM Bug report #17310 (Closed): Cannot start up docker container qgis/qgis on Mac
-
12:46 PM Feature request #17581: add the ability to control if a layer action is displayed or not
Discussed here for reference : [[http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-Concerns-re-UX-of-new-quot-dupl...-
12:32 PM Bug report #16845 (Closed): Layers missing when project opened in Linux master 7d67b02, works fin...
- Reopen if it turns is not the same as #16049
-
12:32 PM Bug report #16845 (Closed): Layers missing when project opened in Linux master 7d67b02, works fin...
- Reopen if it turns is not the same as #16049
-
12:31 PM Bug report #10634 (Closed): WMS provider: Cannot calculate extent
- This is (was) a caching problem, should be ok an all the latest releases.
-
12:31 PM Bug report #10634 (Closed): WMS provider: Cannot calculate extent
- This is (was) a caching problem, should be ok an all the latest releases.
-
12:30 PM Bug report #4586: Raster calculator: fails if file name has spaces
- Where do we stand with this?
-
12:27 PM Bug report #16818 (Closed): build error while building py_console
-
12:23 PM Bug report #16995 (Closed): Cannot add WFS layer from QGIS Server to GeoServer
- Closing for lack of feedback, please reopen if necessary.
-
12:23 PM Bug report #16995 (Closed): Cannot add WFS layer from QGIS Server to GeoServer
- Closing for lack of feedback, please reopen if necessary.
-
12:22 PM Bug report #17499 (Closed): Identify results not working correctly
-
12:21 PM Bug report #17617: QGIS master: is_layer_visible () does not update automatically
- In QGIS 2, the is_layer_visible function does not exist; so it's not a regression.
-
12:09 PM Bug report #17617: QGIS master: is_layer_visible () does not update automatically
- Feedback needed here. Is a regression in QGIS 3 (did it worked as expected in QGIS 2)?
-
12:20 PM Bug report #18065: Processing Modeler UI input widgets do not resize
- No, I have a fresh ubuntu 17.10 VM with only 2.99dev installed. The qgis_customwidgets.py file is reinstalled every t...
-
11:50 AM Bug report #18065: Processing Modeler UI input widgets do not resize
- Do you have 2.x also installed?
-
12:17 PM Bug report #17541 (Closed): Processing Toolbox ads decimal places in attributes, all fields have ...
- Closing for lack of feedback, please reopen if necessary.
-
12:17 PM Bug report #17541 (Closed): Processing Toolbox ads decimal places in attributes, all fields have ...
- Closing for lack of feedback, please reopen if necessary.
-
12:07 PM Bug report #17633: GeoPackage DB are shown empty in the Data Source Manager --> Browser tab
- Harrissou Santanna wrote:
> Here's one of the culprits https://framadrop.org/r/EuTOb1CDme#xlKj9jdAHUnrcgZA/swbYE7fYg... -
12:04 PM Bug report #17653: 3d: x-axis movements while holding right button should result in camera rotation
- Feedback requested.
-
12:03 PM Bug report #17759 (Closed): Qgis-Lite
-
12:03 PM Bug report #17866 (Open): Cannot load WMS capabilities from WMS provider in QGIS3 from standalone...
- Making it "high" as is a regression.
-
12:03 PM Bug report #17866 (Open): Cannot load WMS capabilities from WMS provider in QGIS3 from standalone...
- Making it "high" as is a regression.
-
12:03 PM Bug report #17866 (Open): Cannot load WMS capabilities from WMS provider in QGIS3 from standalone...
- Making it "high" as is a regression.
-
12:01 PM Bug report #17950 (Closed): QGIS 3 Crashed during a attribute joining
- Closing for lack of feedback, please reopen if necessary.
-
12:01 PM Bug report #17950 (Closed): QGIS 3 Crashed during a attribute joining
- Closing for lack of feedback, please reopen if necessary.
-
12:01 PM Bug report #17950 (Closed): QGIS 3 Crashed during a attribute joining
- Closing for lack of feedback, please reopen if necessary.
-
12:00 PM Bug report #17964 (Open): Pan to feature / Zoom to feature behave exactly the same
-
11:59 AM Bug report #17999 (Open): Aborted (core dumped) with GRASS trunk as processing
- The trace seems to indicate that is QGIS crashing.
-
11:59 AM Bug report #17999 (Open): Aborted (core dumped) with GRASS trunk as processing
- The trace seems to indicate that is QGIS crashing.
-
11:59 AM Revision 5e70e962 (qgis): Fix call to representValue in identifydialog (refs #17175)
- This should fix the problem of queries with WHERE (id = 'NULL') when the
string 'NULL' cannot be converted to integer... -
11:41 AM Bug report #17175: Relation reference widget triggers SQL syntax error with UUID fields in Postgres
- No need for uuid type.
With two postgis tables like this:... -
11:37 AM Feature request #18173: closest point to a feature plugin
- Okay, thanks.
-
10:22 AM Feature request #18173 (Closed): closest point to a feature plugin
- This isn't a user assistance site - please use gis.stackexchange.com for questions like this.
-
10:22 AM Feature request #18173 (Closed): closest point to a feature plugin
- This isn't a user assistance site - please use gis.stackexchange.com for questions like this.
-
09:59 AM Feature request #18173 (Closed): closest point to a feature plugin
- Please am doing some analysis with my Qgis software and came across an issue which I really wish to know if there is ...
-
09:53 AM Bug report #17606: QGIS Server 2.14.19 WFS GetFeature Server Error
- René-Luc ReLuc wrote:
> I have fixed an issue in 2.14 about MultiLineString in GML commit:d8ca6367ff7e65bb39e0c09ee9... -
09:41 AM Bug report #17606: QGIS Server 2.14.19 WFS GetFeature Server Error
- I have fixed an issue in 2.14 about MultiLineString in GML commit:d8ca6367ff7e65bb39e0c09ee9b3d2b479a689f3 that has b...
-
09:33 AM Revision 6a8e4234 (qgis): Merge pull request #6406 from borysiasty/master
- [Plugin manager] Display available and installed version origins in tooltips
-
08:50 AM Bug report #18025 (Open): QGIS 2.18.16 crash on "save as"
- I'm sorry, but I don't find any solution.
Have you an idea to resolve problem? -
08:05 AM Revision 2973e85f (qgis): "Fix" crash in attribute table field calculator
-
07:11 AM Bug report #18170: QGIS crashes when makeGraph is called.
- QGIS 2.14 is too old. Please test on latest 2.18 and/or master.
-
05:52 AM Revision 3ed98f17 (qgis): Merge pull request #6383 from Fanevanjanahary/key
- [dbmanager] fix shortcut execute query
-
01:04 AM Revision 6b2d3eea (qgis): String fix
2018-02-21
-
12:37 AM Revision 9a3bfa01 (qgis): fix translation strings
-
12:07 AM Bug report #18156 (Closed): I can not edit the DXF file. I am curious why this is happening. Is...
- There is no in-place edit support for DXF (this would need to be added in the GDAL library). You'll need to save the ...
-
12:07 AM Bug report #18156 (Closed): I can not edit the DXF file. I am curious why this is happening. Is...
- There is no in-place edit support for DXF (this would need to be added in the GDAL library). You'll need to save the ...
-
12:05 AM Bug report #18166 (Closed): QGIS virtual field calculations fail for selected features
- Virtual fields can't be applied only to selections - They are a brand new field, present for every feature in the lay...
-
12:05 AM Bug report #18166 (Closed): QGIS virtual field calculations fail for selected features
- Virtual fields can't be applied only to selections - They are a brand new field, present for every feature in the lay...
-
03:53 PM Bug report #18166 (Closed): QGIS virtual field calculations fail for selected features
- I have tried using the virtual field option in Field calculator.
On the top of the Field calculator window it says... -
12:03 AM Revision 0481666b (qgis): Merge pull request #6408 from arnaud-morvan/processing_reload_fix
- Processing reload fixes
-
12:03 AM Bug report #18162 (Closed): Disabling and reenabling Processing multiple times throws Python error
- Applied in changeset commit:qgis|d3a4a3451552517fa5a03d90d86d615a58975404.
-
12:03 AM Bug report #18162 (Closed): Disabling and reenabling Processing multiple times throws Python error
- Applied in changeset commit:qgis|d3a4a3451552517fa5a03d90d86d615a58975404.
-
10:50 PM Bug report #18162 (In Progress): Disabling and reenabling Processing multiple times throws Python...
- Pull request proposed : https://github.com/qgis/QGIS/pull/6408
-
06:05 PM Bug report #18162: Disabling and reenabling Processing multiple times throws Python error
- It raise on first reload for me, and a new group without name appear with QGIS logo and with duplicated QGIS native g...
-
09:52 AM Bug report #18162: Disabling and reenabling Processing multiple times throws Python error
- I've noticed the same, but didn't bother you, as it's a marginal issue.
-
09:04 AM Bug report #18162 (Closed): Disabling and reenabling Processing multiple times throws Python error
- Steps to reproduce:
# Start QGIS
# Open Plugin Manager
# Disable Processing plugin
# Then enable it back
# Repea... -
11:59 PM Revision 1eea8579 (qgis): Remove use of deprecated trUtf8 method
- This method was deprecated in Qt 5.0 - we need to remove
its use so that we can turn off the remaining Qt4 compatibil... -
11:58 PM Revision f1445538 (qgis): Merge pull request #6399 from nyalldawson/hide_dupe
- Hide 'duplicate features' actions by default
-
11:36 PM Bug report #18167: I have a modification to make r.mapcalc (grass7/processing toolbox) work with ...
- Giovanni Manghi wrote:
> Please file a pull request in the QGIS code repository. Thanks!
I do it :
commit:e598... -
03:58 PM Bug report #18167 (Feedback): I have a modification to make r.mapcalc (grass7/processing toolbox)...
- Please file a pull request in the QGIS code repository. Thanks!
-
03:58 PM Bug report #18167 (Feedback): I have a modification to make r.mapcalc (grass7/processing toolbox)...
- Please file a pull request in the QGIS code repository. Thanks!
-
03:58 PM Bug report #18167 (Feedback): I have a modification to make r.mapcalc (grass7/processing toolbox)...
- Please file a pull request in the QGIS code repository. Thanks!
-
03:56 PM Bug report #18167 (Closed): I have a modification to make r.mapcalc (grass7/processing toolbox) w...
- Hi,
+*I have a modification to make r.mapcalc (from QGIS/GRASS 7 processing toolbox) work with windows 7 and QGIS ... -
11:04 PM Feature request #18172 (Open): Define area in Nearest Neighbor analysis
- When using the Nearest neighbor analysis (Menu bar >>> Vector >>> Analysis >>> Nearest Neighbor Analysis) the current...
-
10:48 PM Bug report #18171 (Closed): Can't run python file from editor area in python-console
- When python-console is open, i open the editor area, create a small script like:
print("hello")
Running this ... -
10:47 PM Revision 5cfe2784 (qgis): calculate mTwoCharSize
-
10:45 PM Revision 5af792c1 (qgis): [processing] Call toolbox.deleteLater to avoid slot calls after unload
-
10:42 PM Revision 3718d4e6 (qgis): [processing] Properly load basic providers
- Processing module should only register it's own basic providers.
Note that when reloading a plugin, subclasses of Pro... -
10:42 PM Revision d3a4a345 (qgis): [processing] Fix slot prototype in ModelerAlgorithmProvider. Fix #18162
- 10:34 PM Revision 5d5927ac (qgis): Add shapeDigitizeToolbar to acceptable missing doc
-
10:12 PM Bug report #18065: Processing Modeler UI input widgets do not resize
- Nyall Dawson wrote:
> You need to uninstall the custom widgets and totally remove them from your system
Issue was... - 09:58 PM Revision 31428242 (qgis): Cosmetic fixes
- 09:48 PM Revision f1b59876 (qgis): [bugfix] Support Distributed Computing Platform (DCP) for WFS
- Implement the possibility to specify different endpoints
for different WFS operations.
With tests.
Fixes #18099 WFS... -
09:44 PM Bug report #17874: No full support of HiDPI on Windows 10
- Qgis development does not work that. It's an open source project and development is not dictated by a formal list of ...
-
08:52 PM Bug report #17874: No full support of HiDPI on Windows 10
- I could not see this issue being addressed in the roadmap. Are people keeping track of this? This issue has not being...
-
08:35 PM Bug report #17874: No full support of HiDPI on Windows 10
- 3.0 makes qgis usable on hidpi. There's still a lot of work needed to add polish, both by qgis and the underlying qt ...
-
05:01 PM Bug report #17874: No full support of HiDPI on Windows 10
- Can anyone familiar with this issue give an update? My understanding is that support for HiDPI display was going to b...
-
09:36 PM Revision f17ba6bc (qgis): only decrease when larger than two signs
- and increase always. but decrease again only when more than the size of "00" difference.
-
09:33 PM Revision 86a48e47 (qgis): [Plugin manager] Display origins of the available and installed version...
-
09:33 PM Bug report #17808: [Vertex editor] Hitting DEL when no vertex is selected in the Vertex Editor pa...
- Sorry I am unable to replicate. Could you please try again and maybe attach some test data and exact steps of what yo...
-
09:22 PM Feature request #18168: Migrating Issue Management to GitHub
- Thanks -- for completeness I'd like to address the following points made in the page you linked to:
> nobody was a... -
06:50 PM Feature request #18168 (Closed): Migrating Issue Management to GitHub
- Will close this as this is not about QGIS itself, but about the infrastructure to use.
-
06:49 PM Feature request #18168: Migrating Issue Management to GitHub
- Note that we are discussion about this already for some long time.
See:
https://github.com/qgis/QGIS/wiki/Devel... -
04:26 PM Feature request #18168 (Closed): Migrating Issue Management to GitHub
- Issue and feature management is already done in GitHub for other QGIS repositories (e.g. `QGIS-Documentation`).
Give... - 09:05 PM Revision 88a5e320 (qgis): - Rename "Advanced Shape Digitize Toolbar" -> "Shape Digitize Toolbar"
- - Rewrite ui_defaults.h
-
08:44 PM Revision 277e06ec (qgis): [processing] Fix some message box titles
-
08:44 PM Revision bd99f697 (qgis): More dialog title HIG fixes
-
08:44 PM Revision 835cca7c (qgis): [processing] More string HIG fixes
-
08:44 PM Revision 146d4081 (qgis): [processing] Add direct action to open an existing model in editor
-
07:46 PM Bug report #15440: QGIS Server: GetPrint crashes on Windows when there are advanced elements (i....
- Giovanni Manghi wrote:
>
> no, it is not solved at all. In fact is a long time that I try to raise some attention ... -
06:54 PM Bug report #15440: QGIS Server: GetPrint crashes on Windows when there are advanced elements (i....
> Thanks for explaining. I understand from developers point of view this is solved issue, but from users perspectiv...-
06:41 PM Bug report #15440: QGIS Server: GetPrint crashes on Windows when there are advanced elements (i....
- Giovanni Manghi wrote:
>
> it means that the binaries available from the official "channels" (linux repositories, ... -
03:56 PM Bug report #15440: QGIS Server: GetPrint crashes on Windows when there are advanced elements (i....
- Uroš Preložnik wrote:
> René-Luc ReLuc wrote:
> > I have testing n the same server : the package provided by qgis.o... -
03:33 PM Bug report #15440: QGIS Server: GetPrint crashes on Windows when there are advanced elements (i....
- René-Luc ReLuc wrote:
> I have testing n the same server : the package provided by qgis.org and my own build.
>
>... -
07:22 PM Bug report #18170 (Closed): QGIS crashes when makeGraph is called.
- I have a plugin that runs the following code...
-
07:20 PM Bug report #18164: Can't get the Clipper Tool to Work
- Bryony, the data has the same reference system?
-
01:30 PM Bug report #18164 (Closed): Can't get the Clipper Tool to Work
- Hi,
I'm new to QGIS however have some experience with ArcGIS, I can't get the clipper tool to work, I'm trying to ... -
05:47 PM Bug report #18169 (Closed): QGIS doesn't read geometry from WFS
- When I try to read the following WFS, QGIS only reads attributes without geometry
http://go.geozug.ch/Zug_WFS_Baumka... -
05:30 PM Revision 9c2a0f8a (qgis): Add GRASS74 support (backported from 2dece58b679)
-
04:44 PM Revision c8ed4c16 (qgis): Merge pull request #6279 from mhugent/featureinfo_gml_id
- Server: if there is a primary key, use the pk value(s) as gml id inst…
-
03:17 PM Bug report #18155: ImportError: QtWebEngineWidgets must be imported before a QCoreApplication ins...
- I can successfully import `QtWebEngineWidgets` from PyQt5 5.9.2 (version currently used by QGIS 2c53630747) in a stan...
-
02:40 PM Bug report #18155: ImportError: QtWebEngineWidgets must be imported before a QCoreApplication ins...
- I don't see nothing of related to QGIS app.
Maybe you could ask in mailing list for this specific error. Otherwise, ... -
02:45 PM Revision ffd1e4bc (qgis): fix indentation
-
02:39 PM Bug report #18159: Bug on macros(?!)
- Indeed I do,
Actually my macro is quite basic :... -
02:34 PM Bug report #18159 (Feedback): Bug on macros(?!)
- Could be your macro missing the import to QgsMapLayerRegistry class? It seems you are using it, isn't?
-
02:22 PM Revision 3283afd3 (qgis): Fixes #18043: Zoom and identify tools very small on MacOSX with retina ...
-
02:13 PM Bug report #18165 (Closed): Crashed when tries to open attribute table - postgis
- h2. User Feedback
h2. Report Details
*Crash ID*: 27a468417a07bd54450e12b118db23232b270fe7
*Stack Trace... -
02:00 PM Revision 77be1cee (qgis): only change size when difference > 4
- to avoid the flickering
-
12:12 PM Revision 52054e6c (qgis): fixed indentation
-
11:46 AM Revision 40b67e28 (qgis): Use @@ as primary key separator
-
11:29 AM Bug report #18163 (Open): [Vector Save As...] Extension is not replaced in filename when switchin...
- Select a vector layer --> Save as
Click the browse button to select file name, let's say "test" (in GeoPackage forma... -
11:18 AM Revision 471e67f1 (qgis): mNofColumns in value relation widget
- mNofColumns defining the number of columns when "allowMulti" is checked.
The widged is now a tableWidget instead of ... -
10:34 AM Revision f8c3f396 (qgis): [processing] Fix dependency calculation for model child algs
-
10:21 AM Bug report #18158 (Closed): Unloading Processing doesn't remove its entries from the Vector and R...
- Ok, forget about it. After dozens of tests it seems very random. In most cases they are not cleared, but sometimes th...
-
10:21 AM Bug report #18158 (Closed): Unloading Processing doesn't remove its entries from the Vector and R...
- Ok, forget about it. After dozens of tests it seems very random. In most cases they are not cleared, but sometimes th...
-
09:05 AM Bug report #18158: Unloading Processing doesn't remove its entries from the Vector and Raster men...
- But I found another issue (probably local), see #18162
-
08:58 AM Bug report #18158: Unloading Processing doesn't remove its entries from the Vector and Raster men...
- Borys Jurgiel wrote:
> If you open QGIS with Processing enabled and then disable it, it works fine.
> But if you o... - 09:39 AM Revision 76c21ea3 (qgis): Updated and vectorized several icons (#6382)
-
08:46 AM Bug report #18127: Error when using On The Fly CRS Transformation
- Thank you for replying,
when first time i open natural project, its use epsg:4326,and it shows the whole world,
b... -
07:37 AM Revision cb17e225 (qgis): Merge pull request #6400 from ccrook/delim_text_ui_crs
- Delim text ui crs
-
07:37 AM Bug report #11520 (Closed): CSV import plugin does not ask for CRS
- Applied in changeset commit:qgis|3e9ce1a5bc354f8bfc75d80e1ece368b68211158.
-
07:37 AM Bug report #11520 (Closed): CSV import plugin does not ask for CRS
- Applied in changeset commit:qgis|3e9ce1a5bc354f8bfc75d80e1ece368b68211158.
-
07:07 AM Revision 67599937 (qgis): Fixing up code indentation and removing spacer in dialog
-
06:29 AM Revision bb08b64a (qgis): Merge pull request #6398 from DelazJ/QMessageBoxTitles
- Updating some dialogs caption
-
06:01 AM Bug report #17843 (Closed): Can't add QGIS raster calculator in the processing modeller
- Alister, fixed the ...
-
06:00 AM Revision 6573eb30 (qgis): [processing] small fix in the MultipleLayerWidgetWrapper wrapper
-
05:18 AM Revision 43350a9a (qgis): Hide 'duplicate features' actions by default
- Since there's a number of serious outstanding issues with these
tools, hide them by default and show them only if a Q... -
05:12 AM Bug report #18152: QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- Based on a rebase from yesterday of master, this problem still occurs.
(QGIS version 2.99.0-Master QGIS code revisio... -
03:35 AM Revision ed99ba9d (qgis): Updating some dialogs caption
2018-02-20
-
12:35 AM Bug report #18158: Unloading Processing doesn't remove its entries from the Vector and Raster men...
- Nevermind. Nobody is expected to turn Processing on and off ;) so it's mainly to let Alex & Victor know the strange b...
-
11:58 PM Bug report #18158: Unloading Processing doesn't remove its entries from the Vector and Raster men...
- Borys, I just tried, but cannot reproduce your case.
-
08:07 PM Bug report #18158: Unloading Processing doesn't remove its entries from the Vector and Raster men...
- Hmm, strange... It depends on whether Processing was loaded during QGIS startup, or was activated later in the Plugin...
-
06:54 PM Bug report #18158 (Feedback): Unloading Processing doesn't remove its entries from the Vector and...
- Not reproducible with e3fbb4c. When I unload Processing all groups removed from Vector and Raster menus. Or you mean ...
-
02:07 PM Bug report #18158 (Closed): Unloading Processing doesn't remove its entries from the Vector and R...
- Once Processing plugin is unloaded (manually in the Plugin Manager), the default menu entries it created in the Vecto...
-
12:04 AM Bug report #18152: QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- Mark we are talking here about modal vs non modal dialogs isn't it?
In current master, the Data Source Manager Dia... -
07:21 AM Bug report #18152: QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- This observation is based on the code as of 2018-02-10.
-
07:11 AM Bug report #18152 (Closed): QGIS 3.0 - Data Source Manager Dialog - default behavior has changed
- At some point in the last months the default behavior of the Data Source Manager Dialog has changed so that when open...
-
11:31 PM Bug report #18029: Print composer locking up (OSX 10.13.3)
- Joe Bullard wrote:
> Interesting, had not even considered it to be a hardware issue. Hopefully something is done ... -
05:22 PM Bug report #18029: Print composer locking up (OSX 10.13.3)
- Miichael Medina wrote:
> I am experiencing this also. On a brand new 27" iMac.
>
> It appears to happen when usi... -
11:16 PM Revision 585a4d37 (qgis): [processing] Split multiparts and explode are feature based algorithms
-
11:16 PM Revision 43cd62b6 (qgis): [processing] Tweak api for QgsProcessingFeatureBasedAlgorithm
- Instead of returning a single QgsFeature from processFeature, we now
return a list of features.
This allows feature ... -
08:40 PM Revision 34553d36 (qgis): fix warning
-
08:40 PM Revision 4eef948b (qgis): Merge pull request #6394 from neteler/patch-75
- Add grass74 support
-
07:07 PM Revision 3e9ce1a5 (qgis): Add CRS to delimited text source select. Fixes #11520
-
07:07 PM Revision 25c4fe7c (qgis): Clear delimited text source fields after adding to show something has h...
-
06:06 PM Revision 9aa6a4d7 (qgis): german translation update
-
05:55 PM Revision 348b0cf8 (qgis): Warn user when trying to move or delete selected features outside of ma...
- Sometimes users may inadvertently move/delete features they are not aware
of being selected. If that is the case, ext... -
05:49 PM Bug report #18150 (Closed): Broken List of Translators in About dialog
- Fixed in commit:d7edf6c58a
-
05:49 PM Bug report #18150 (Closed): Broken List of Translators in About dialog
- Fixed in commit:d7edf6c58a
-
05:49 PM Bug report #18150 (Closed): Broken List of Translators in About dialog
- Fixed in commit:d7edf6c58a
- 05:43 PM Revision 55aa0b5b (qgis): - Rename Regular Shape Digitize Toolbar to Advanced Shape Digitize
- Toolbar
- Homogenize this toolbar like the others
- Not enabled by default -
05:40 PM Bug report #18159 (Closed): Bug on macros(?!)
- Hi,
I created an OpenProject macro butI get the following error when opening the project.... -
04:34 PM Revision a3de8e2d (qgis): Use gml feature id also for non-gml output formats of WMS GetFeatureInfo
-
02:19 PM Revision 15820730 (qgis): [BUGFIX][Server] WFS GetFeature GML: segfault with geometry null
-
01:29 PM Bug report #18157 (Closed): [Expressions]format_date does not allow other formats than yyyy-MM-dd...
- I don't quite know if it's a bug or a missing feature
Currently, the format_date function allows afaics, only yyyy-M... -
01:10 PM Revision 8e38788d (qgis): add button to refresh a materialized view in browser [needs-docs]
-
01:10 PM Bug report #17990: Values reset to default when cutting line
- This also seems to affect the copy/paste functionality. Could there be an overview whether there are any other affect...
-
12:41 PM Revision 91eceebe (qgis): do not docker compose when building QGIS image
-
12:41 PM Revision afcd34c2 (qgis): more echo
-
12:41 PM Revision 83f529a0 (qgis): echo env var
-
12:41 PM Revision aa64b5fd (qgis): try to use TRAVIS_EVENT_TYPE rather than TRAVIS_PULL_REQUEST
- to see if it pushed the deps image
-
12:41 PM Revision 348fe957 (qgis): correctly set working path
-
12:41 PM Revision 2a0b9d87 (qgis): bionic has cmake 3.10.2 already
-
12:41 PM Revision 2237d17d (qgis): better display
-
12:41 PM Revision 6896ea27 (qgis): build QGIS Docker on cron jobs
-
12:41 PM Revision 7855836e (qgis): fix distance area test
-
12:41 PM Revision 3bf9bae0 (qgis): build with 3D on Travis
-
12:41 PM Revision 5e308e8c (qgis): use coming Ubuntu Bionic 18.04 as base Docker image
-
12:41 PM Revision a868f250 (qgis): [docker] update sip to 4.19.7
- also bump cmake to 3.10.2
-
12:41 PM Revision 5f31fe78 (qgis): set ccache
-
12:40 PM Revision b7194414 (qgis): Qt 5.7 dropped pyqtWrapperType (#6393)
- version would need double check though
- 12:30 PM Revision 2dece58b (qgis): Add grass74 support
- GRASS GIS 7.4 is the current stable version, support added
-
12:07 PM Bug report #18156 (Closed): I can not edit the DXF file. I am curious why this is happening. Is...
-
I tried to edit the DXF file by importing it from Qgis, but the edit mode did not work. How can I activate edit mo... -
12:00 PM Revision 3d3a2dab (qgis): Revert "fix build with grass"
- This reverts commit e5c9092a4cc5f4ddc0e424294a6e8b3fc44ed589.
-
12:00 PM Revision 713bfd34 (qgis): add Q_ENUM for QgsRasterProjector::Precision
-
11:00 AM Bug report #18155 (Feedback): ImportError: QtWebEngineWidgets must be imported before a QCoreAppl...
- A similar issue appears to have been reported -- see this: https://github.com/qutebrowser/qutebrowser/issues/1640.
... -
09:58 AM Bug report #18154 (Closed): Fix anchor in Documentation for Processing
- As discussed in dev mailing list here: https://lists.osgeo.org/pipermail/qgis-developer/2018-February/052193.html a f...
-
09:26 AM Revision 5c061668 (qgis): Fix memory leak in task manager widget
- 09:23 AM Revision 77ca11e6 (qgis): Display project crs
-
08:50 AM Bug report #17102: Editing raster pseudocolor classification seems to trigger unwanted auto-class...
- Alister Hood wrote:
> I don't think another ticket is necessary unless someone is likely to work on it.
>
> I've ... -
08:50 AM Bug report #18153 (Closed): When loading a raster style from .qml the resampling options are not ...
- The resampling options are saved correctly when creating a "default style" .qml file, and are correctly loaded when a...
-
08:33 AM Bug report #15943: Hillshade renderer artifacts
- Alister Hood wrote:
> there is no reason a hillshade should need cell borders
Except they aren't borders as such,... -
07:43 AM Bug report #15943: Hillshade renderer artifacts
- Johannes Kroeger wrote:
> A simple workaround (or solution?) is to set the resampling to Bilinear or Cubic.
It is... -
08:23 AM Bug report #17843: Can't add QGIS raster calculator in the processing modeller
- Alister Hood wrote:
> I'm still getting this on Windows (latest osgeo4w64 nightly) when I try to add it to the model... -
07:50 AM Bug report #17843 (Reopened): Can't add QGIS raster calculator in the processing modeller
- I'm still getting this on Windows (latest osgeo4w64 nightly) when I try to add it to the model:...
-
07:24 AM Revision 64369f80 (qgis): Merge pull request #6370 from nyalldawson/afs
- ArcGIS feature server: implement provider test suite and fix issues
- 07:06 AM Revision c50e4f27 (qgis): review HIG import vector dialog
- 07:06 AM Revision 2d2390dc (qgis): use crs widget picker in db_manager
-
06:04 AM Bug report #17916 (Closed): Crashes and instability with qt 5.10
- Fixed in master
-
06:04 AM Bug report #17916 (Closed): Crashes and instability with qt 5.10
- Fixed in master
-
06:03 AM Bug report #18023 (Closed): Handling of defect layers (Button 'Browse for Path' disabled)
- This has only ever been possible for OGR and GDAL layers - the delimited text provider doesn't support browsing for t...
-
06:03 AM Bug report #18023 (Closed): Handling of defect layers (Button 'Browse for Path' disabled)
- This has only ever been possible for OGR and GDAL layers - the delimited text provider doesn't support browsing for t...
-
05:48 AM Revision 7980f307 (qgis): Spelling
-
05:32 AM Revision 5145b2c2 (qgis): [afs] Add unit test for metadata
-
04:49 AM Revision f7559d30 (qgis): [afs] Auto populate layer metadata from provider metadata
-
04:46 AM Revision 6a9f9869 (qgis): Fix links are doubled in metadata widget
-
04:20 AM Revision e3f55dc5 (qgis): [afs] Handle layers where the id field is not named "objectid"
-
04:20 AM Revision 3aaf35ad (qgis): [afs] Support interruption requests on feature iterator
- Results in a huge increase in responsiveness when working with
large AFS layers -
04:20 AM Revision 1c8c461a (qgis): [afs] Add unit test for non OBJECTID named id fields
-
04:20 AM Revision 56b1edec (qgis): [afs] Use faster bounding box checks where possible
-
04:20 AM Revision 3ffbd84f (qgis): Add a bounding box intersection test to QgsGeometry
- We only previously had methods for exact intersections - this
commit adds a new QgsGeometry.boundingBoxIntersects() m... -
04:20 AM Revision 9471c5d9 (qgis): [afs] More responsive cancelation for feature requests
-
04:20 AM Revision 668af8cc (qgis): Avoid redundant error
-
04:20 AM Revision a818953c (qgis): [afs] Correctly advertise SelectAtId capability
- Big speedup for attribute table loading with provider
-
04:20 AM Revision 93920d29 (qgis): [afs] Don't list layers with no Query capability in AFS source select
- Since these layers cannot be queried or added to the map and should
be added as mapserver layers instead. -
04:20 AM Revision c0d4ce70 (qgis): [afs] Don't request intersecting features from server if all
- features are already locally cached
-
04:20 AM Revision 9e023bda (qgis): [afs] Fix/optimise handling of filter rect feature requests
- Before a filter rect request would usually force fetching every
single feature from the server before the request cou... -
04:20 AM Revision 87207dde (qgis): [afs] Fix provider ignores FilterFids requests and returns
- incorrect features
-
04:20 AM Revision 922776bf (qgis): [afs] Fix crash when requesting invalid feature ID
-
04:20 AM Revision 45ded37f (qgis): Try to fix test which fails only on Travis
-
04:20 AM Revision 7711f133 (qgis): [afs] Ensure that null attributes are correctly mapped for PyQGIS
-
04:20 AM Revision 4af24bf8 (qgis): More provider check handling of extra fields
-
04:20 AM Revision 73076508 (qgis): Fix accidental test change
-
04:20 AM Revision 70626680 (qgis): [afs] Don't lock shared data whilst fetching remote data
- Since the fetch can be slow, there's no need to lock other
afs threads while we wait for a particular set of results ... -
04:20 AM Revision 7d620e28 (qgis): Make feature source/provider test handle additional fields
-
04:20 AM Revision 394e1a1b (qgis): [afs] Remove unused code
-
04:20 AM Revision 1e95433a (qgis): Better geometry memory management for afs provider
-
04:20 AM Revision 8b0b826d (qgis): [afs] Correctly convert attribute values to field type
- Avoids AFS provider returning double values for integer
and long field types -
04:20 AM Revision d87738be (qgis): Avoid some detaches in AFS iterator
-
04:20 AM Revision 258527cc (qgis): Don't try to run provider tests which require subsetStrings on provider...
-
04:20 AM Revision c6f7a07f (qgis): Simplify QgsVectorDataProvider::fillMinMaxCache()
-
04:20 AM Revision 227689ac (qgis): [afs] Fix provider incorrectly overrides provider name and description
- with layer name and description
-
04:20 AM Revision 5f12bd5c (qgis): [afs] Correctly return an invalid feature from closed iterators
-
04:20 AM Revision b434ab10 (qgis): Start implementing the provider test suite for ArcGIS Feature Server pr...
-
04:20 AM Revision 10ceac60 (qgis): Exempt AFS provider from certain provider tests
-
04:09 AM Revision e3fbb4cb (qgis): Merge pull request #6390 from nyalldawson/provider_metadata
- Support reading layer metadata from data provider
-
02:31 AM Revision 1da2da21 (qgis): Fix build
-
02:10 AM Revision 3d4f6f82 (qgis): Followup 0548f4, fixes to layer metadata and metadata widget
- Address outstanding review requests so that this PR can be merged
-
02:06 AM Revision 0548f426 (qgis): Added QgsLayerMetadata logic to QgsDataProvider. Added setMetadata in Q...
-
01:01 AM Revision 2571de37 (qgis): Fix some undersized widgets on hidpi win builds
2018-02-19
-
12:03 AM Revision c07f37a5 (qgis): [processing] Select by expression/attribute can run on geometryless layers
-
12:03 AM Revision 206f22b9 (qgis): [processing] Fix algorithm help link in modeler
- Fixes #18147
-
12:03 AM Revision fdebddd1 (qgis): [processing] Fix raster layers shown as inputs for certain vector algs
- Fixes #18148, #18149
-
12:03 AM Bug report #18147 (Closed): [Processing Modeler] Clicking algorithm Help button from within Proce...
- Applied in changeset commit:qgis|206f22b9c78bb272f510740850de92b1a9c6a867.
-
12:03 AM Bug report #18147 (Closed): [Processing Modeler] Clicking algorithm Help button from within Proce...
- Applied in changeset commit:qgis|206f22b9c78bb272f510740850de92b1a9c6a867.
-
11:36 PM Bug report #18147 (In Progress): [Processing Modeler] Clicking algorithm Help button from within ...
-
02:30 PM Bug report #18147 (Closed): [Processing Modeler] Clicking algorithm Help button from within Proce...
- Open the Processing modeler dialog
Double-click any algorithm
From the alg dialog, click the Help button: 404 NOT F... -
12:03 AM Bug report #18149 (Closed): [Processing]"Add incremental field" algorithm dialog does not open if...
- Applied in changeset commit:qgis|fdebddd13aed6c769c7a4c8091e0c3850e0ecfef.
-
12:03 AM Bug report #18149 (Closed): [Processing]"Add incremental field" algorithm dialog does not open if...
- Applied in changeset commit:qgis|fdebddd13aed6c769c7a4c8091e0c3850e0ecfef.
-
11:37 PM Bug report #18149 (In Progress): [Processing]"Add incremental field" algorithm dialog does not op...
-
03:30 PM Bug report #18149 (Closed): [Processing]"Add incremental field" algorithm dialog does not open if...
- Select a group or a raster layer from the Layers Panel
Double-click the "Add autoincremental field" algorithm: nothi... -
12:03 AM Bug report #18148 (Closed): [Processing]"Add field to attribute table" algorithm list raster laye...
- Applied in changeset commit:qgis|fdebddd13aed6c769c7a4c8091e0c3850e0ecfef.
-
12:03 AM Bug report #18148 (Closed): [Processing]"Add field to attribute table" algorithm list raster laye...
- Applied in changeset commit:qgis|fdebddd13aed6c769c7a4c8091e0c3850e0ecfef.
-
11:37 PM Bug report #18148 (In Progress): [Processing]"Add field to attribute table" algorithm list raster...
-
03:27 PM Bug report #18148 (Closed): [Processing]"Add field to attribute table" algorithm list raster laye...
- The Help states that "This algorithm adds a new attribute to a vector layer" but the input layer can list in the drop...
-
11:52 PM Revision da7ccf7d (qgis): Merge pull request #6369 from slarosa/fix_18118_crash
- [welcomepage] fixes #18118 remove last item causes a crash
-
11:52 PM Bug report #18118 (Closed): Right-clicking on a recent project that has been moved/deleted causes...
- Applied in changeset commit:qgis|4b5fc4037962ede212a8317611085368446a9a23.
-
11:52 PM Bug report #18118 (Closed): Right-clicking on a recent project that has been moved/deleted causes...
- Applied in changeset commit:qgis|4b5fc4037962ede212a8317611085368446a9a23.
-
10:12 PM Revision f14b729e (qgis): fix some references to PROJ.4
-
10:12 PM Revision e5c9092a (qgis): fix build with grass
-
10:12 PM Revision 39cb0fbf (qgis): proj5: show proj version qgis was built with and the version it's runni...
-
09:25 PM Revision 23dc1c8f (qgis): Use first feature in layer to generate symbol preview icon in widget
- Uses the first feature found in a layer in order to create a better
preview for the symbol in the symbol selector dia... -
09:25 PM Bug report #17061 (Closed): Using Data Defined Assistant on symbol size property set the symbol i...
- Applied in changeset commit:qgis|23dc1c8f696c541e5101e3c0aadbfc90819de04f.
-
09:25 PM Bug report #17061 (Closed): Using Data Defined Assistant on symbol size property set the symbol i...
- Applied in changeset commit:qgis|23dc1c8f696c541e5101e3c0aadbfc90819de04f.
-
08:01 AM Bug report #17061 (In Progress): Using Data Defined Assistant on symbol size property set the sym...
- https://github.com/qgis/QGIS/pull/6380
-
08:01 AM Bug report #17061 (In Progress): Using Data Defined Assistant on symbol size property set the sym...
- https://github.com/qgis/QGIS/pull/6380
-
08:58 PM Revision eec40e98 (qgis): allow-unauthenticated
-
08:27 PM Revision 37d3e827 (qgis): force....
-
08:24 PM Feature request #18151 (Closed): Can't Open my attribute table contents
- Qgis doesn't have support for raster attribute tables yet. See #14449
-
08:24 PM Feature request #18151 (Closed): Can't Open my attribute table contents
- Qgis doesn't have support for raster attribute tables yet. See #14449
-
05:09 PM Feature request #18151 (Closed): Can't Open my attribute table contents
- Hy everybody! i've just installed Qgis Las Palmas on my new computer. When I add any kind of raster, I can't find the...
-
08:22 PM Revision f23cff1c (qgis): better display
-
08:06 PM Revision 6051c09c (qgis): install...
-
07:57 PM Revision 1565226f (qgis): bionic has cmake 3.10.2 already
-
07:56 PM Revision 7d43aea5 (qgis): Testing with PROJ 5
-
07:39 PM Revision 95dbfea5 (qgis): more echo
-
07:30 PM Revision 5a13be30 (qgis): echo env var
-
07:11 PM Revision 7701ea6c (qgis): [delete part] use snapping index to find part
-
05:42 PM Revision beb02f92 (qgis): try to use TRAVIS_EVENT_TYPE rather than TRAVIS_PULL_REQUEST
- to see if it pushed the deps image
-
04:31 PM Feature request #18099: WFS Capabilities handling problem
- This is not currently implemented.
Changing to Feature Request. I'll se what I can do during the HackFest in Madeira. -
04:21 PM Bug report #18150 (Closed): Broken List of Translators in About dialog
- Help menu --> About QGIS, Translators tab
Result: an empty table as shown in the attached image
using commit:2c5363... -
04:13 PM Revision 3f241732 (qgis): build QGIS Docker on cron jobs
-
04:13 PM Revision bc580588 (qgis): do not docker compose when building QGIS image
-
04:13 PM Revision 572bd232 (qgis): build with 3D on Travis
-
04:13 PM Revision 578eb9dd (qgis): set ccache
-
04:13 PM Revision c1c0a03c (qgis): correctly set working path
-
04:13 PM Revision 10bb17ae (qgis): use coming Ubuntu Bionic 18.04 as base Docker image
-
04:13 PM Revision 4d3ffce7 (qgis): fix distance area test
-
04:13 PM Revision 79090f47 (qgis): [docker] update sip to 4.19.7
- also bump cmake to 3.10.2
-
04:00 PM Bug report #18140: Wrong color is exported
- I doubt that this has anything to do qith QGIS itself, AFAIK the conversion to PDF is handled by the underlying Qt li...
-
10:36 AM Bug report #18140 (Closed): Wrong color is exported
- The color green is incorrectly reproduced while exporting a pdf. After the second time I overwrite a pdf the green co...
-
03:55 PM Revision 4d6b0e6a (qgis): extend QgsSettings::enumSettingValue to handle flags (with test)
-
03:55 PM Revision d468e5bb (qgis): [sipify] fix Q_FLAG declaration
-
03:55 PM Revision 42908ebb (qgis): Qt 5.5 prefers Q_FLAG over Q_FLAGS
- this also allow to use QMetaEnum for flags
-
03:55 PM Revision 1a1b197c (qgis): use Qgsettins::enumSettingValue where possible
-
03:48 PM Revision 4caf96f4 (qgis): api doc: 2.18 is also LTR
-
03:48 PM Revision d0fb7fec (qgis): [BUGFIX][Server] WFS GetFeature GML: segfault with geometry null
-
03:48 PM Revision 1364b6b4 (qgis): api doc: add link to python version
-
03:42 PM Revision decb722e (qgis): [BUGFIX][Server] WFS GetFeature GML: segfault with geometry null
-
03:14 PM Bug report #17967: Browser: deleting raster in GeoPackage doesn't work
- The raster dataset is now correctly named in the browser. Unfortunately it's still impossible to delete it.
-
03:14 PM Revision 5b499f24 (qgis): [offset] meter limit min to 1, quadrant segments min to 1
-
03:14 PM Revision fdada84b (qgis): [offset] warn user when layer has Z/M geometries
-
02:49 PM Revision b47eb87e (qgis): Merge pull request #6301 from manisandro/qt5.10
- Initial workaround for Qt5.10 instability
-
02:45 PM Feature request #6445 (Closed): Better documentation for the Intersect and Clip tools
- Need description available in online docs. Please report any issue or improvement to the documentation repository (ww...
-
02:45 PM Feature request #6445 (Closed): Better documentation for the Intersect and Clip tools
- Need description available in online docs. Please report any issue or improvement to the documentation repository (ww...
-
02:45 PM Feature request #6445 (Closed): Better documentation for the Intersect and Clip tools
- Need description available in online docs. Please report any issue or improvement to the documentation repository (ww...
-
02:43 PM Feature request #12877 (Closed): Improved documentation for "Random select within subsets"
- Fixed in online Docs
-
02:43 PM Feature request #12877 (Closed): Improved documentation for "Random select within subsets"
- Fixed in online Docs
-
02:40 PM Bug report #17750 (Closed): Installing QGIS Server on Ubuntu/Debian
- Fixed in 2.18 doc
-
02:40 PM Bug report #17750 (Closed): Installing QGIS Server on Ubuntu/Debian
- Fixed in 2.18 doc
-
02:28 PM Bug report #18139: Green surface covers openstreetmap
- Alright, I have installed the 'Quickmapservices' plugin and it is okay. I will then file the bug with regards to the ...
-
12:11 PM Bug report #18139 (Closed): Green surface covers openstreetmap
- You'll need to file this bug with the plugin. It's a third party plugin, not connected with the qgis project.
I'd ... -
12:11 PM Bug report #18139 (Closed): Green surface covers openstreetmap
- You'll need to file this bug with the plugin. It's a third party plugin, not connected with the qgis project.
I'd ... -
12:07 PM Bug report #18139: Green surface covers openstreetmap
- Yes I do add my open street map via 'OpenLayers Plugin'
-
09:19 AM Bug report #18139: Green surface covers openstreetmap
- How are you adding openstreetmap? Via a plugin?
-
09:12 AM Bug report #18139 (Closed): Green surface covers openstreetmap
- Please my open street map is being covered by a green surface that prevents the map from being clear. The problem st...
- 01:52 PM Revision 78c79a92 (qgis): [dbmanager] fix shortcut execute query
-
01:49 PM Bug report #17916: Crashes and instability with qt 5.10
- Could not replicate, moment when it crashed is foggy (some hours ago). It was in close "temporal relation" to adding ...
-
01:42 PM Bug report #18146 (Closed): Fatal: ASSERT failure in Job::startRender(): "pre-set DPI not equal t...
- I had played with the Magnifier. Toggled an XYZ tile layer on and off. Then when I tried to set it to "on" again, I g...
-
01:35 PM Bug report #18145 (Open): Do not enable OK buttons if dialogs are missing required fields
- I named this bug generally although I only have two specific examples.
#18144 mentions a dialog presenting OK and ... -
12:57 PM Revision ea9480ef (qgis): Don't set focusProxy in QgsCollapsibleGroupBoxBasic when compiled again...
-
12:08 PM Revision a7ca742d (qgis): fix double/int comparison
-
12:08 PM Revision 9e2e99fe (qgis): snapToCurrentLayer correctly handles Area type
-
12:08 PM Revision 1d0043ed (qgis): add test for QgsPointLocator::nearestArea
-
12:08 PM Revision 965a4e87 (qgis): revert adding tolerance to QgsSnappingUtils::snapToCurrentLayer
- since it already uses digitizing settings
-
12:08 PM Revision 3f9963e2 (qgis): tweak match from nearestEdge to return an Area type
- also make that VisitorArea return the given point as the match point
-
11:46 AM Revision 337fa7b1 (qgis): Merge pull request #6379 from NathanW2/browser_sort_order
- Better sort order for browser node
- 11:43 AM Revision 19328dda (qgis): Change order of XYZ tiles
-
11:37 AM Revision a303ef5a (qgis): fix disabled map unit widgets when opening project prop. dialog
- (fixes #17208)
-
11:37 AM Bug report #17208 (Closed): some items on Project Properties|General aren't available to change u...
- Applied in changeset commit:qgis|a303ef5ab738bc065122583302369a5005ef7bf9.
-
11:37 AM Bug report #17208 (Closed): some items on Project Properties|General aren't available to change u...
- Applied in changeset commit:qgis|a303ef5ab738bc065122583302369a5005ef7bf9.
-
11:34 AM Revision 69956717 (qgis): [layouts] hide atlas/report items in the window right-click menu
-
11:34 AM Revision 8fd35c3a (qgis): [layouts] add missing items in the toolbars sub-menu
-
11:34 AM Revision 007009f9 (qgis): [layouts] improve right-click popup menu
- - as with the main window, show bold titles
- sort toolbars and panels alphabetically -
11:34 AM Revision 2f70dd0a (qgis): [layouts] sort panels and toolbars sub-menus
-
11:34 AM Revision ae956d7f (qgis): [layouts] improve default window state for reports
-
11:09 AM Revision 26cf3172 (qgis): Use pk as WFS id in GeoJSON export
-
11:05 AM Bug report #18144 (Open): Misleading UI on multiple layer vector dialog
- 1. I select a file with multiple layers inside in the Data Source Manager
2. I click "add"
3. @right after add.... -
11:02 AM Bug report #18143 (Closed): ELSE expression symbol used when other rules are set invisible in the...
- The visibility problem with 'ELSE' described in #13022 still appears when 'ELSE' and the rule set invisible aren't at...
-
11:01 AM Feature request #18142 (Closed): Blue text on yellow background in Options menu search results is...
- The search-as-you-type highlighting of matching options in the Options menu is great but the visualisation is bad. Ri...
-
10:57 AM Bug report #18141 (Closed): [GUI] Disable edit tools when no layer is selected/available nor sele...
- Open QGIS
Expand Edit menu
There are some items that should be grayed and that aren't. -
10:45 AM Revision b3eaedea (qgis): Consider pk/fid in wfs transaction
- 10:01 AM Revision 6da78b95 (qgis): Merge pull request #6187 from DelazJ/rulebaseDialog
- Show "Edit rule" dialog instead of widget when in Layer properties dialog
-
09:43 AM Revision d7edf6c5 (qgis): fix e606b795d
- 09:43 AM Revision 4868e6c5 (qgis): Merge pull request #6210 from DelazJ/218_DBManager
- [DB Manager]Allow preset query combobox to expand
- 09:42 AM Revision 39e1c46b (qgis): Merge pull request #6167 from DelazJ/DBManagerQueryDialog
- [DB Manager]Allow preset query combobox to expand
-
09:42 AM Feature request #17933 (Closed): DB Manager - window size for searching saved queries
- Applied in changeset commit:qgis|fe6d4cfc8942dd2ba8875c462ab393f30839ff34.
-
09:42 AM Feature request #17933 (Closed): DB Manager - window size for searching saved queries
- Applied in changeset commit:qgis|fe6d4cfc8942dd2ba8875c462ab393f30839ff34.
-
09:23 AM Feature request #18137: Layer properties/Source/Query builder. Adds a spatial filter
- Maybe use qgis expression field instead of this query builder?
-
08:48 AM Feature request #18137 (Open): Layer properties/Source/Query builder. Adds a spatial filter
- Sometime, I would like to filter on a spatial query and not only on attribute query like in "AutoCAD (4.2)":http://he...
-
09:18 AM Revision 0e3af9c6 (qgis): [layouts] Remove use of QStyleOptionGraphicsItem from QgsLayoutItem API
- Turns out the useful methods in QStyleOptionGraphicsItem were deprecated
in Qt 5.10. To future protect our API this r... -
09:18 AM Revision 89259e85 (qgis): [layouts] Move responsibility for matching map colors to project
- background color to app
This fits better in app - the silent auto setting of background
colors should not apply to s... -
09:17 AM Revision 99112092 (qgis): Merge pull request #6375 from nyalldawson/interupt
- Remove QgsInterruptionChecker and replace with QgsFeedback
-