Activity
From 2015-12-11 to 2016-01-09
2016-01-09
- 09:58 PM Revision 651ca519 (qgis): Fix constructor test for Sip binding coverage
- 09:37 PM Revision 3496f08a (qgis): Update test mask image
- 07:49 PM Bug report #14078 (Feedback): Incorrect loading of csv files
- 01:17 PM Bug report #14078: Incorrect loading of csv files
- I can not reproduce using master (commit:8d105ff8f998bdf3426088d648cd75220b0b469c).
!QgisLoadCsvWithHeaders.png!
!Q... - 01:17 PM Bug report #14078: Incorrect loading of csv files
- I can not reproduce using master (commit:8d105ff8f998bdf3426088d648cd75220b0b469c).
!QgisLoadCsvWithHeaders.png!
!Q... - 07:48 PM Feature request #4273 (Closed): North arrow in lower/upper centre canvas
- 06:42 PM Feature request #4273: North arrow in lower/upper centre canvas
- I've now finished this and it has been merged into master.
- 07:48 PM Feature request #3756 (Closed): Flexible positioning of scalebar/compass
- 06:47 PM Feature request #3756: Flexible positioning of scalebar/compass
- I've finished this and it has been merged into master.
Decorations can now be placed at user defined margins from t... - 06:01 PM Revision 89a1ad5e (qgis): Fix indentation problem (as usual)
- 04:33 PM Revision 689be029 (qgis): missing sip
- 04:31 PM Revision 85b87d5d (qgis): Non variable output version. Adds:
- * v.net.arcs for v.net 'arcs' operation.
* v.net.articulation for v.net.brdige 'articulation' method.
* v.net.connect... - 02:17 PM Revision 39072959 (qgis): [GRASS] new mapset utm zone, fixes #6766
- 01:28 PM Bug report #14080 (Closed): 'Georeferencer' plugin doesn't support clipboard (paste) functionalit...
- Was referred to here from a gis.stackexchange.com question I asked. Here's the gist of the question. Makes for a good...
- 12:59 PM Revision e9198e5f (qgis): [GRASS] fixed region editing (partially reverted 7fc6b07)
- 12:33 PM Revision 001dce00 (qgis): [GRASS] slot fix, fixes #13816
- 12:33 PM Revision 24d279a8 (qgis): statusChanged signal moved to raster provider
- 10:37 AM Revision 8d105ff8 (qgis): Merge pull request #2649 from SebDieBln/StyleManager_ImportGroupName
- [StyleManager] Respect entered groupname when importing symbols (fixes #14048)
- 10:27 AM Revision f3d1f8b8 (qgis): Merge pull request #2655 from SebDieBln/FixButtonLockLayerColors
- [SymbolSelector] Display correct icons when button LockLayerColors is active (fixes #14051)
- 10:17 AM Revision 8fc9994e (qgis): missing spatialite include dir
- 07:25 AM Bug report #7269 (Closed): cant load GRASS plugin (osx 10.8.2)
- Most probably resolved, FindGRASS.cmake now searches first with NO_DEFAULT_PATH then without.
- 05:18 AM Bug report #6766 (Closed): region zone error using GRASS plugin
- Fixed in changeset commit:"39072959ffd0029834db7f1e266f273a3c225a09".
- 04:18 AM Bug report #14038: open graphical modeler models
- Thanks for straighten that out. So on my office pc there's processing version 2.2.0-2, which i think is an updated ve...
- 03:48 AM Bug report #6618 (Closed): GRASS raster resolution not taken into account
- It seems to work correctly in 2.12, GRASS region is changed (WIND file) and new rasters are written with the resoluti...
- 03:48 AM Bug report #6618 (Closed): GRASS raster resolution not taken into account
- It seems to work correctly in 2.12, GRASS region is changed (WIND file) and new rasters are written with the resoluti...
- 03:36 AM Bug report #13816: grass provider - missing slot and signal
- Missing was fixed in commit:24d279a.
- 03:35 AM Bug report #13816 (Closed): grass provider - missing slot and signal
- Fixed in changeset commit:"001dce00a54870e2171e861aa2e3a1611b27fd60".
- 01:37 AM Bug report #14048 (Closed): Importing symbols in Style Library doesn't always use the group name ...
- Fixed in changeset commit:"8d105ff8f998bdf3426088d648cd75220b0b469c".
- 01:33 AM Revision a54c8b16 (qgis): Merge pull request #2653 from SebDieBln/MemoryLayerNoGeometry
- [FEATURE] allow geometryless memory layers
- 01:27 AM Bug report #14051 (Closed): Symbol selector dialog: "lock layer's colors" button should have only...
- Fixed in changeset commit:"f3d1f8b8dc69d13244eb2fd7dec70012b02620b6".
2016-01-08
- 11:47 PM Revision 6ef2f5dd (qgis): extended the test for memory layers
- The test now includes all geometry types including NoGeometry.
- 11:45 PM Revision 39779583 (qgis): allow geometryless memory layers
- 09:32 PM Revision 4e1cf3c0 (qgis): add missing copyright headers
- 08:38 PM Revision bd6169e1 (qgis): spelling fixes
- 06:38 PM Revision 0cd9b68a (qgis): [tracer] update tracer when any of the input layers is changed
- 05:31 PM Revision 12705b70 (qgis): [tracer] Added reprojection of layers
- 05:00 PM Revision 9a6ffc4b (qgis): Added QgsTracer to support tracing in map tools
- The tracer builds a graph from input layers and uses Dijkstra's
algorithm for the shortest path in the graph.
There ... - 04:58 PM Bug report #14051: Symbol selector dialog: "lock layer's colors" button should have only two states
- The icon is wrongly displayed when the button has the focus. It always displays the icon for the state _unlocked_ in ...
- 04:10 PM Revision d26bd46d (qgis): remove 'layercount' attribute from project file
- The 'layercount' attribute was not used anyway and the calculated number could already be outdated when loading the p...
- 04:00 PM Revision 9af79862 (qgis): [SymbolSelector] display correct icons when button LockLayerColors is a...
- (fixes #14051)
- 03:50 PM Revision 8d2f7bb2 (qgis): [processing] correctly write html output in utf-8
- 02:42 PM Bug report #5602 (Feedback): Identify disabled in WMS for grouped layers
- 07:27 AM Bug report #5602: Identify disabled in WMS for grouped layers
- I need to clarify:
- With Mapserver group layer is never announced as queryable in the GetCapabilities
- However, if... - 02:26 PM Revision acf74932 (qgis): Merge pull request #2546 from volaya/ux_improvements
- [processing] UI/UX improvements
- 12:52 PM Revision 931ca4d6 (qgis): [processing] indentation fixes
- 12:50 PM Revision 95a56b9c (qgis): Merge pull request #2646 from Roel/wfs_decimal
- Interpret 'decimal' fields as double in WFS provider.
- 12:39 PM Bug report #14079: Processing plugin cannot update
- Cory Albrecht wrote:
> Attached file didn't seem to upload.
And that second try did not work either. I am getting a ... - 12:37 PM Bug report #14079: Processing plugin cannot update
- Attached file didn't seem to upload.
- 12:35 PM Bug report #14079 (Closed): Processing plugin cannot update
- Using QGIS Lyon 2.12.2 x86_64 on Windows 10 Version 1511 OS Build 10586.36.
Unfortunately there are only options to ... - 10:27 AM Revision b0a8c182 (qgis): Merge pull request #2 from alexbruy/processing-ux
- [processing] PEP8 fixes
- 09:32 AM Revision 4137437f (qgis): PEP8 fixes
- 08:27 AM Revision 62302377 (qgis): [processing] UI/UX improvements
- Related to QEP #19
Some algorithm description provided by Frank Sokolic - 08:17 AM Bug report #14078 (Closed): Incorrect loading of csv files
- The first row of the attached file is not interpreted as column headings.
Other, apparently similar, files are loaded... - 08:14 AM Revision e0a557a9 (qgis): [processing] added AllowUnmatching tag to SAGA 'Add grid values to...' ...
- 07:59 AM Bug report #14077 (Closed): Geometry check requires file extension
- If I choose a filename for the output of the new geometry repair plugin, and do not specify a file extension, I get a...
- 07:58 AM Bug report #14076 (Closed): Check geometries plugin: missing command running indicator
- When running, the cursor is the normal mouse icon, not the wheel indicating the command is running.
- 07:47 AM Feature request #13685: Better handling of Processing updates for qgis/qgis-ltr/master
- I don't think it's different. I think it's another effect of placing Processing plugin in user folder ~/.qgis2 when u...
- 06:56 AM Feature request #13685: Better handling of Processing updates for qgis/qgis-ltr/master
- Harrissou Santanna wrote:
> That means that once I updated to Processing 2.12.2, Processing plugin is stated broken i... - 06:24 AM Feature request #13685: Better handling of Processing updates for qgis/qgis-ltr/master
- You are right that my proposal may not be easily doable.
This issue pops up again:
- The current version for QGIS 2.... - 07:37 AM Bug report #13987: Identify Feature not finding feature
- Does not work for me when the point data is in a Postgresql Table which was imported via DB Manager. The error is rep...
- 02:41 AM Bug report #13987 (Feedback): Identify Feature not finding feature
- Works fine for me in 2.12.1
- 06:54 AM Revision 24ce0269 (qgis): Add a bit of tolerance to labelingenginev2 tests
- 06:51 AM Revision 44bf78fa (qgis): Fix Sip coverage test on Debian nightlies
- 06:43 AM Revision 06743ef6 (qgis): Better names for composer toolbars (refs #14066)
- 06:43 AM Revision 38baaafd (qgis): [FEATURE] Show recent colors in layer right click menus
- 06:43 AM Revision 87c58f45 (qgis): Mark more includes as system includes
- 05:33 AM Bug report #14075 (Closed): Composer scale Bar: The Map list is sorted according to items Z-order...
- In a composer, add many map items and a scale bar
In Items tab or from View menu, change the z-order of the map items... - 03:51 AM Bug report #14074 (Closed): Layer Style : list of group symbols doesn't update after "Open librar...
- In the style manager, create a group and add symbols to it
Open a layer properties > style and at the top level of th... - 03:50 AM Bug report #11864 (Closed): wfs parsing of decimal value results in QString
- Fixed in changeset commit:"97b8a72b8254a449127362cb153da8c137b74a97".
- 03:23 AM Feature request #14072: Style Manager: avoid same name for different groups
- Or just avoid same name for the same level groups... In which case, when using tools like "Add to group", the complet...
- 02:23 AM Feature request #14072 (Closed): Style Manager: avoid same name for different groups
- For consistency, it may be good to not let use same name for two different groups
- 02:49 AM Feature request #14073 (Closed): Style Manager: A group should display symbols of its subgroups
- As groups panel is organized as a tree, shouldn't a custom group show at its level symbols from groups that may be em...
- 02:29 AM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
- What about allowing drag'n drop for group also? User can move a sub-group to another group.
- 02:13 AM Bug report #14071 (Closed): Layers effects don't work with line pattern fill (and other fills)
- In the layer properties > Style, when layer effects are activated (http://nyalldawson.net/2015/04/introducing-qgis-li...
- 01:26 AM Bug report #14064: Problem with numeric fields
- Yes, it has sufficient length (10 digits, and we're using only 4)? We're working with shapefiles... (hoep to move to ...
- 01:19 AM Bug report #14064 (Feedback): Problem with numeric fields
- Are you sure your numeric field has sufficient length? What file type are you using?
- 01:19 AM Bug report #14064 (Feedback): Problem with numeric fields
- Are you sure your numeric field has sufficient length? What file type are you using?
2016-01-07
- 12:26 AM Revision 7b2d03ba (qgis): [StyleManager] import to "ungrouped" when no groupname entered
- 12:24 AM Revision 284704ab (qgis): [StyleManager] Respect the entered group name when importing symbols
- (fixes #14048)
- 12:23 AM Feature request #9275: Choose custom grid shift binary when re-projecting/transforming a dataset.
> It's a larger grid shift binary (>10MB) so that could affect the plugin size.
this is not an issue, ntv2 grids a...- 12:38 PM Feature request #9275: Choose custom grid shift binary when re-projecting/transforming a dataset.
- The NTv2 grid shift binary is covered by the "Open Government License - Canada":http://open.canada.ca/en/open-governm...
- 10:29 AM Feature request #9275 (Closed): Choose custom grid shift binary when re-projecting/transforming a...
- Donovan Cameron wrote:
> I think this is fine to close, because since then there has been transformation enhancements... - 10:29 AM Feature request #9275 (Closed): Choose custom grid shift binary when re-projecting/transforming a...
- Donovan Cameron wrote:
> I think this is fine to close, because since then there has been transformation enhancements... - 10:13 AM Feature request #9275: Choose custom grid shift binary when re-projecting/transforming a dataset.
- I think this is fine to close, because since then there has been transformation enhancements since this report that a...
- 06:19 PM Bug report #14066: Composer : move "Pan composer" and "Zoom" tools from Composer Items toolbar to...
- I mean it changes what the mouse does. Eg, switching to the zoom tool makes the mouse zoom in/out, switching to the n...
- 02:17 PM Bug report #14066: Composer : move "Pan composer" and "Zoom" tools from Composer Items toolbar to...
- Ok I wasn't aware of that. Thanks for the information.
What do you mean by _That toolbar contains "tools" which chan... - 01:57 PM Bug report #14066 (Closed): Composer : move "Pan composer" and "Zoom" tools from Composer Items t...
- This has been discussed in the past, but it's by design. That toolbar contains "tools" which change the behavior of t...
- 01:57 PM Bug report #14066 (Closed): Composer : move "Pan composer" and "Zoom" tools from Composer Items t...
- This has been discussed in the past, but it's by design. That toolbar contains "tools" which change the behavior of t...
- 03:00 AM Bug report #14066 (Closed): Composer : move "Pan composer" and "Zoom" tools from Composer Items t...
- These two tools are rather paper navigation tools. AFAICS, they have no effects on map composer item, only on the pap...
- 05:10 PM Revision 80c9d02f (qgis): Doxygen take 2
- 05:10 PM Revision ae2738e2 (qgis): [ogr] Update for GDAL 2 handle 64bit integers in add feature
- 05:10 PM Revision 53ae7596 (qgis): PEP8
- 04:52 PM Revision b207268e (qgis): add missed license headers in Processing files
- 04:34 PM Revision bbf21379 (qgis): Allow to filter joined fields with a virtual layer
- 04:25 PM Feature request #14070 (Open): add buttons to layers panel to rearrange layers
- Drag-and-drop is sometimes not a very good way of rearranging layers. I frequently end up adding a layer to a group w...
- 03:59 PM Bug report #14048: Importing symbols in Style Library doesn't always use the group name entered
- See "PR 2649":https://github.com/qgis/QGIS/pull/2649 for a solution that additionally allows importing symbols withou...
- 02:56 PM Bug report #14048: Importing symbols in Style Library doesn't always use the group name entered
- Harrissou Santanna wrote:
> * If the field is empty, the imported symbols will be grouped in a new group *named as th... - 03:38 PM Revision 4bb09d01 (qgis): Add tooltip help to SQL editor and fix uid
- 03:38 PM Revision 0eb6ccaf (qgis): Add autocompletion to the virtual layer SQL editor
- 03:38 PM Revision 8bbdff47 (qgis): Fix a bad indentation bug
- 03:38 PM Revision 7fb93920 (qgis): Add a basic GUI for virtual layer creation and add it to the main app
- 03:35 PM Revision f351715c (qgis): Merge pull request #2635 from mhugo/layer_dependencies
- Layer dependencies
- 02:37 PM Revision 7e5915ec (qgis): Allow to embed layers with dependencies
- 02:03 PM Revision 1a1af378 (qgis): Rework layer dependencies to work also with layer definition files
- 01:52 PM Feature request #14065: Composer: Add a "Zoom to Page extent" tool
- That option zooms to the bounds of the content. Eg if you had items outside of the page, it will include those in the...
- 02:49 AM Feature request #14065: Composer: Add a "Zoom to Page extent" tool
- I found commit:19d64998 and commit:020eb606 that let me think it has been present though wrongly named
- 02:41 AM Feature request #14065 (Open): Composer: Add a "Zoom to Page extent" tool
- With the multipage in Print Composer, it can be handy to have a "zoom to page" tool that quickly resizes the print co...
- 01:34 PM Revision 2b7c5c1d (qgis): Only skip *.cpp files for doc generation on travis
- 01:27 PM Revision 886fd725 (qgis): Add test for rendering of adjacent tile images
- 12:04 PM Revision ba2e9dfc (qgis): Add layer dependencies for virtual layers
- 12:02 PM Revision 020dac07 (qgis): Allow to declare layer dependencies on a vector layer
- 11:57 AM Bug report #13418: Print Composer : "Lock layer style for map item" doesn't update the map if sty...
- It's still a valid (unresolved) bug
- 10:55 AM Bug report #13418: Print Composer : "Lock layer style for map item" doesn't update the map if sty...
- I was wondering what's the current state of this bug. Is it expected to be fixed for LTR 2.14?
Should not be set inva... - 11:07 AM Bug report #11746 (Reopened): Vertical lines appear as artifacts when map has lots of layers turn...
- Forgot to reopen so that's what this post is for.
- 11:07 AM Bug report #11746: Vertical lines appear as artifacts when map has lots of layers turned on.
- Thanks for testing Giovanni.
I've uploaded something similar in 7z and zip - both the same and with the full dataset... - 10:50 AM Revision f8f056e0 (qgis): fix server access control tests on windows
- 09:45 AM Revision a2a1b795 (qgis): Change some includes to system includes to avoid warnings
- 09:10 AM Revision 1bc2c392 (qgis): Test map canvas pointer already when showing context menu
- 06:26 AM Revision 2ceeb948 (qgis): Fix crash on close of access control test
- 06:23 AM Revision 497f2704 (qgis): Partially fix access control test for Win
- 06:23 AM Revision 974cc357 (qgis): [FEATURE] Add color wheel and edit symbol shortcuts to style menu
- ...for vector layers with single symbol renderer. This completes
earlier work where symbols from categorized/graduate... - 06:23 AM Revision b8bce97c (qgis): Allow editing newly added diagram attributes (fix #14063)
- 06:23 AM Revision fcef952a (qgis): More style manager fixes:
- - disable ramp actions when nothing selected
- disabled Edit item when nothing selected
- rename "Apply group" to "Ad... - 06:22 AM Revision 32e2849c (qgis): Allow removing multiple ramps at once in style manager
- ...previously multiple ramps could be selected, but only the
first would be removed - 06:09 AM Revision 653a1e65 (qgis): [ui] move the save symbol button
- 04:38 AM Feature request #14069: Composer: Add a "Pick extent" tool to copy an extent from a map item to a...
- I didn't mention it but "copy paste the map item" is not a solution because each map has already his set of locked la...
- 04:32 AM Feature request #14069 (Open): Composer: Add a "Pick extent" tool to copy an extent from a map it...
- Let's say you have a multi page print composer with many map items showing the same extent.
And you then realise that... - 04:34 AM Bug report #13293: WCS server broken on Windows
- I guys,
i install QGIS 2.12.2 and QGIS 2.12.2 Server with OSGeo4W 32-bits and the WFS is working again.
I test in a... - 04:07 AM Feature request #14068 (Open): Composer: Identify if a preset is used to lock a map Item layers
- When the data defined override option is used on a setting, its icon takes another shape.
In Print composer, map Item... - 03:48 AM Bug report #5602: Identify disabled in WMS for grouped layers
- Giovanni Manghi wrote:
> michele zanolli wrote:
> > Jukka Rahkonen wrote:
> > > Yes, but it seems to require that eve... - 03:47 AM Bug report #5602 (Reopened): Identify disabled in WMS for grouped layers
- michele zanolli wrote:
> Jukka Rahkonen wrote:
> > Yes, but it seems to require that every individual layer in the gr... - 03:47 AM Bug report #5602 (Reopened): Identify disabled in WMS for grouped layers
- michele zanolli wrote:
> Jukka Rahkonen wrote:
> > Yes, but it seems to require that every individual layer in the gr... - 03:45 AM Bug report #14030 (Open): Filter expressions to postgres provider
- 01:48 AM Bug report #14030: Filter expressions to postgres provider
- Hi, sorry for the long time to respond.
I will try to be more explicit about this issue :
I load 2 "big" tables in Q... - 01:48 AM Bug report #14030: Filter expressions to postgres provider
- Hi, sorry for the long time to respond.
I will try to be more explicit about this issue :
I load 2 "big" tables in Q... - 03:06 AM Feature request #14067 (Open): Composer: Add "Zoom Last" and "Zoom Next" tools
- Could be nice to add "Zoom Last" and "Zoom Next" tools to paper navigation in the print composer
- 02:39 AM Revision f6ed4535 (qgis): fix projectPath in server access control test
- 02:35 AM Revision 3d91a39d (qgis): Fix Sip coverage test failure on debian nightly builds
- (doxygen version does not support @cond)
- 01:17 AM Revision 9d63022e (qgis): Merge pull request #2638 from SebDieBln/FixStyleManagerUI
- Fix some UI issues in style manager
- 01:00 AM Revision 34bc4ad7 (qgis): fix ProcessingParametersTest test
2016-01-06
- 12:38 AM Bug report #14064 (Closed): Problem with numeric fields
- Hi all, We're using QGis 2.12 on fedora, and it works quite fine
Here's the problem : when digitising, if we are fill... - 12:27 AM Revision 4d2d001a (qgis): [StyleManager] have separate predefined QActions for start/finish group...
- 12:27 AM Revision 2031ce02 (qgis): [StyleManager] show confirmation messagebox before removing item(s)
- 12:27 AM Revision 3b30a8c6 (qgis): [StyleManager] change context-menu handling to signal/slot mechanism
- Both context-menus affected: Group-Tree and Item-List
- 12:27 AM Revision a9c41795 (qgis): [StyleManager] re-use existing QAction in group action menu
- The group action menu now contains the same action the context menu contains for editing a smart group.
- 12:27 AM Revision e6214b6f (qgis): [StyleManager] add items to the context menu
- 'Edit item', 'Remove item(s)', 'Export to PNG...' and 'Export to SVG...'
- 12:17 AM Revision bd9d41c6 (qgis): Update test masks
- 12:17 AM Revision 0afcb0f3 (qgis): Make test render checker work correctly in non-Firefox browsers
- 11:52 PM Revision f5b615ac (qgis): fix virtuallayer tests on windows
- 11:32 PM Bug report #5602: Identify disabled in WMS for grouped layers
- Jukka Rahkonen wrote:
> Yes, but it seems to require that every individual layer in the group is queryable. If one la... - 05:09 AM Bug report #5602 (Closed): Identify disabled in WMS for grouped layers
- Jukka Rahkonen wrote:
> Yes, but it seems to require that every individual layer in the group is queryable. If one la... - 10:55 PM Revision 8c902b91 (qgis): Merge pull request #2640 from nirvn/diagram_tiny_fixes_v2
- [diagram] tiny UI improvements
- 09:27 PM Bug report #14063 (Closed): Diagrams: impossible to change the legend until the dialog is validated
- Fixed in changeset commit:"b8bce97c1f2f089ece559a9501c7e4d83732aa7c".
- 02:51 PM Bug report #14063 (Closed): Diagrams: impossible to change the legend until the dialog is validated
- Open a layer properties dialog > diagram tab
Check "Show diagrams for this layer"
In the attributes section, add an a... - 09:20 PM Revision f76bbeba (qgis): More debugging for server access control tests
- 06:56 PM Revision 3cca91a9 (qgis): Merge pull request #2642 from mhugo/vlayer_fix
- Fix virtual layer definition parsing
- 04:05 PM Revision 62cdb271 (qgis): Fix virtual layer definition parsing
- 02:08 PM Bug report #14062: Expressions using commas as decimal seperator fail to evaluate
- It fails. Tested with: *0,8 * 3*.
In the field calculator, I get an "Expression is invalid" at the bottom of the dial... - 11:18 AM Bug report #14062 (Feedback): Expressions using commas as decimal seperator fail to evaluate
- The spin boxes calculations use the same expression engine as field calculator. Can you test if the expressions with ...
- 11:18 AM Bug report #14062 (Feedback): Expressions using commas as decimal seperator fail to evaluate
- The spin boxes calculations use the same expression engine as field calculator. Can you test if the expressions with ...
- 10:22 AM Bug report #14062: Expressions using commas as decimal seperator fail to evaluate
- Oups, miss a title. Can be something like "Comma separated value not allowed in spinbox calculation"
- 10:19 AM Bug report #14062 (Closed): Expressions using commas as decimal seperator fail to evaluate
- In symbol properties (and elsewhere in QGIS), you can put a calculation expression in a spinbox instead of typing a v...
- 01:02 PM Feature request #13750 (Closed): filter legend according to canvas extent AND scale visibility ra...
- Seems done now in 2.12
- 12:29 PM Bug report #13592 (Closed): Processing: `r.to.vect` and `v.generalize` fail
- one last test, on qgis master, both modules on grass 6 and 7, on both linux and windows, no issues.
If you have da... - 12:29 PM Bug report #13592 (Closed): Processing: `r.to.vect` and `v.generalize` fail
- one last test, on qgis master, both modules on grass 6 and 7, on both linux and windows, no issues.
If you have da... - 11:55 AM Bug report #13192 (Closed): Error when saving Matplotlib figure
- as far as I understand this could be an issue in matplotlib as is packaged in osgeo4w, if so please file a ticket in ...
- 11:55 AM Bug report #13192 (Closed): Error when saving Matplotlib figure
- as far as I understand this could be an issue in matplotlib as is packaged in osgeo4w, if so please file a ticket in ...
- 11:53 AM Bug report #13144 (Closed): Style Categorized not working with PostGis database
- Jürgen Fischer wrote:
> Any output in the log?
closing for lack of feedback, please reopen if necessary. - 11:53 AM Bug report #13144 (Closed): Style Categorized not working with PostGis database
- Jürgen Fischer wrote:
> Any output in the log?
closing for lack of feedback, please reopen if necessary. - 11:52 AM Bug report #12361 (Closed): QGIS crashes whenever using Python console
- closing for lack of feedback, please reopen if necessary.
- 11:52 AM Bug report #12361 (Closed): QGIS crashes whenever using Python console
- closing for lack of feedback, please reopen if necessary.
- 11:51 AM Bug report #6481 (Closed): ftools function "Export/Add geometry columns" produces incorrect dbase...
- closing for lack of feedback, please reopen if necessary.
- 11:51 AM Bug report #6481 (Closed): ftools function "Export/Add geometry columns" produces incorrect dbase...
- closing for lack of feedback, please reopen if necessary.
- 11:50 AM Bug report #9369 (Closed): "duplicate layer" takes ages to duplicate spatialite layers
- Closing for lack of feedback and because I cannot replicate with recent releases, but please reopen if still true (an...
- 11:50 AM Bug report #9369 (Closed): "duplicate layer" takes ages to duplicate spatialite layers
- Closing for lack of feedback and because I cannot replicate with recent releases, but please reopen if still true (an...
- 11:49 AM Bug report #13065 (Open): WFS 1.0.0 Client requests with a GML component fail against Geoserver (...
- 11:48 AM Bug report #14058 (Closed): editing layers created with DB Manager
- I don't think that this option is related to editing capabilities of the loaded layer from query
http://qgis.org/api... - 11:48 AM Bug report #14058 (Closed): editing layers created with DB Manager
- I don't think that this option is related to editing capabilities of the loaded layer from query
http://qgis.org/api... - 11:41 AM Bug report #8628 (Closed): DB Manager does not load PostGIS rasters using QGIS-master for Debian
- 08:53 AM Bug report #8628: DB Manager does not load PostGIS rasters using QGIS-master for Debian
- closing for lack of feedback, please reopen of necessary.
- 11:20 AM Feature request #14061 (Closed): Composer: Add an option to export only the preview atlas feature
- You can - don't use the atlas exports, just use the normal PDF/png/svg exports that you'd use if you didn't have an a...
- 11:20 AM Feature request #14061 (Closed): Composer: Add an option to export only the preview atlas feature
- You can - don't use the atlas exports, just use the normal PDF/png/svg exports that you'd use if you didn't have an a...
- 08:54 AM Feature request #14061 (Closed): Composer: Add an option to export only the preview atlas feature
- It'd be nice to be able to choose to export only the previewed atlas feature page(s) and not all the atlas.
- 10:35 AM Revision 41c9da9b (qgis): [processing] More informative message when cannot compute gdal commands...
- 10:29 AM Revision 943b1015 (qgis): [processing] added selectionChanged signal to MultipleInputPanel
- linked signal with GdalAlgorithmDialog
- 10:12 AM Feature request #4702 (Closed): GDAL tools: add gdal2tiles tool
- Implemented in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 !
- 10:12 AM Feature request #4702 (Closed): GDAL tools: add gdal2tiles tool
- Implemented in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 !
- 10:12 AM Feature request #4702 (Closed): GDAL tools: add gdal2tiles tool
- Implemented in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 !
- 10:11 AM Feature request #3331 (Closed): GdalTools: add utilities for MapServer
- PR is merged in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 !
- 10:11 AM Feature request #3331 (Closed): GdalTools: add utilities for MapServer
- PR is merged in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 !
- 10:11 AM Feature request #3331 (Closed): GdalTools: add utilities for MapServer
- PR is merged in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 !
- 10:11 AM Feature request #3331 (Closed): GdalTools: add utilities for MapServer
- PR is merged in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 !
- 10:05 AM Revision 1f22b432 (qgis): Merge pull request #2633 from medspx/processing_gdal_retile
- [Processing]Add gdal_retile.py and gdal2tiles.py algorithms
- 09:50 AM Revision b46a593e (qgis): Merge pull request #2617 from SebDieBln/FixLayerDefVectorJoins
- Make vector joins work within layer-definition-files
- 09:34 AM Revision 946f4e48 (qgis): [processing] correctly parse default value for boolean parameters upon ...
- 08:57 AM Bug report #14018 (Closed): UNable to create Multiple map outputs on one print composer
- closing for lack of feedback, please reopen of necessary.
- 08:57 AM Bug report #14018 (Closed): UNable to create Multiple map outputs on one print composer
- closing for lack of feedback, please reopen of necessary.
- 08:57 AM Bug report #13395 (Closed): Load style from database
- closing for lack of feedback, please reopen of necessary.
- 08:57 AM Bug report #13395 (Closed): Load style from database
- closing for lack of feedback, please reopen of necessary.
- 08:55 AM Bug report #13151 (Closed): Zonal statistics error: 0-d arrays can't be indexed
- closing for lack of feedback, please reopen of necessary.
- 08:55 AM Bug report #13151 (Closed): Zonal statistics error: 0-d arrays can't be indexed
- closing for lack of feedback, please reopen of necessary.
- 08:55 AM Bug report #11746 (Closed): Vertical lines appear as artifacts when map has lots of layers turned...
- closing for lack of feedback, please reopen of necessary.
- 08:55 AM Bug report #11746 (Closed): Vertical lines appear as artifacts when map has lots of layers turned...
- closing for lack of feedback, please reopen of necessary.
- 08:54 AM Bug report #12892 (Closed): Can't load table from SQL editor in DBManager with 'WHERE' argument
- closing for lack of feedback, please reopen of necessary.
- 08:54 AM Bug report #12892 (Closed): Can't load table from SQL editor in DBManager with 'WHERE' argument
- closing for lack of feedback, please reopen of necessary.
- 08:53 AM Bug report #14009 (Closed): ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
- closing for lack of feedback, please reopen of necessary.
- 08:53 AM Bug report #14009 (Closed): ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
- closing for lack of feedback, please reopen of necessary.
- 08:40 AM Feature request #14060 (Open): Composer: Add an option to select the page to export
- Create a multi page composition and "Export as image" this one.
You'll most of the time need to rename some of the g... - 08:39 AM Revision bde0f10c (qgis): fix precise build (followup 8df09a6)
- 08:12 AM Revision dfa07d86 (qgis): fix typo in doxygen string
- 07:52 AM Revision 17d22145 (qgis): [diagram] tiny UI improvements
- 06:24 AM Revision eeeb3789 (qgis): fix e961a52
- 06:12 AM Revision d9bb22a3 (qgis): Update test mask images
- 06:04 AM Revision f76babf6 (qgis): [FEATURE] Add duplicate button to symbol properties
- Allows easy duplication of a symbol layer
- 06:04 AM Revision a87646f2 (qgis): Fix clear value for label z-index spin box
- 06:03 AM Revision e2d9794c (qgis): Add Apply buttons to decoration dialogs
- 06:03 AM Revision 36b0f656 (qgis): Cleanup decoration code
- 06:03 AM Revision 03ec7ed3 (qgis): More clang warning fixes
- 05:40 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- Got it.
- 05:36 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
> Beyond what may be passionate words, *what is the guideline about issue report closure*? I use to close _my own re...- 05:19 AM Bug report #13255: Some WFS data not displayed from LuciadLightspeed WFS server
- Robin Houtmeyers wrote:
> Hi, I am reopening this issue since the QGIS WFS requests mentioned in #6 work ok now (this... - 05:19 AM Bug report #13255: Some WFS data not displayed from LuciadLightspeed WFS server
- Robin Houtmeyers wrote:
> Hi, I am reopening this issue since the QGIS WFS requests mentioned in #6 work ok now (this... - 05:07 AM Bug report #14056 (Closed): QCA::scanForPlugins()
- please ask questions on the users or developers mailing lists.
- 05:07 AM Bug report #14056 (Closed): QCA::scanForPlugins()
- please ask questions on the users or developers mailing lists.
- 05:07 AM Bug report #13209: area not calculated correctly with OTF on
- see also #14057
- 05:06 AM Bug report #14057 (Closed): $area bogus value
- duplicate of #13209
- 05:06 AM Bug report #14057 (Closed): $area bogus value
- duplicate of #13209
- 05:06 AM Bug report #14059: QGIS Server crash with OTF active and layer without features
- No I don't have any evidence. I only checked the mentioned releases.
- 05:04 AM Bug report #14059 (Feedback): QGIS Server crash with OTF active and layer without features
- Do you have any evidence that was not crashing in qgis < 2.8 ?
- 05:00 AM Bug report #14059 (Closed): QGIS Server crash with OTF active and layer without features
- 1. open new project
2. add layer with features and CRS definition EPSG:4326
3. remove all features
4. select OTF diff... - 02:56 AM Revision 22fb4321 (qgis): [StyleManager] use QAction::setData() for transmitting the group-id
- Determining the group-id from QAction::text() fails when multiple groups with the same name exist.
- 02:56 AM Revision b32f1244 (qgis): [StyleManager] enable/disable appropriate buttons and menu entries
- 02:56 AM Revision 8203fa1b (qgis): [StyleManager] fix minor memory leaks leaving orphaned QMenus and QActions
- Build menus once within the ctor rather than on every event within the slot.
- 02:56 AM Revision 0243201a (qgis): [StyleManager] fix labels
- 02:56 AM Revision 95e571c3 (qgis): added functions to QgsStyleV2 for getting groups by id
- 01:02 AM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
- It sounds good to me.
And +1 for the drag'n drop to the group tree.
2016-01-05
- 12:34 AM Bug report #14058 (Closed): editing layers created with DB Manager
- I noticed a strange behavior in layers created with DB manager. Tested it in QGIS 2.6.1 and QGIS 2.12.0
In QGIS 2.6.... - 11:47 PM Revision 6051d3a4 (qgis): Merge pull request #2622 from duncan-r/feature4273_and_3756
- Feature #4273 and #3756
- 11:34 PM Revision e961a52c (qgis): revive python tests on windows (followup afcf567)
- 04:49 PM Revision 15a8bc9f (qgis): Translate brushs of image fills relativ to geometry bbox upper left poi...
- 02:13 PM Revision 97b8a72b (qgis): Interpret 'decimal' fields as double in WFS provider.
- Fixes #11864.
- 01:31 PM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
- Hi Harrissou,
I see. I think this dialog is a good example of using "modes":https://en.wikipedia.org/wiki/Mode_(comp... - 12:45 PM Bug report #10505 (Closed): Labels hidden by histograms
- Fixed in master. Now you can set the z-index for labels and diagrams manually to control which will be drawn over the...
- 12:45 PM Bug report #10505 (Closed): Labels hidden by histograms
- Fixed in master. Now you can set the z-index for labels and diagrams manually to control which will be drawn over the...
- 12:40 PM Bug report #13809: [Mint, Cinnamon DE] Properties dialog for layers panel is not a floating window
- I don't use Linux but "this thread":http://askubuntu.com/questions/109321/popup-dialogs-attached-to-window-title-and-...
- 12:38 PM Revision 17ed9d15 (qgis): Remove unused help button from style manager (fix #14055)
- 12:27 PM Revision 5e4c14cd (qgis): [FEATURE] Control over label rendering order
- A new control for setting a label's "z-index" has been added to
the labeling properties dialog. This control (which a... - 11:40 AM Revision 47d93078 (qgis): Added placement margin to decoration items and updated dialogs.
- - North arrow, scalebar, and copyright label updated to include a
margin option on placement.
- All qgsdecorationit... - 10:13 AM Revision 1340afdc (qgis): Fix more clang warnings
- 09:17 AM Revision 614c84f2 (qgis): Merge pull request #2636 from nirvn/orderby_fix
- [rendering order] fix order setting not saved in rule-based symb. (fixes #14043)
- 09:03 AM Bug report #14057 (Closed): $area bogus value
- I created a snip file using two separate shape files. The resulting layer has approximately 12,000 features. When usi...
- 09:00 AM Revision 36c62833 (qgis): Add doc
- 06:08 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- Jürgen Fischer wrote:
> Harrissou Santanna wrote:
> > there are so many elder bug reports that are worth closing, I t... - 05:46 AM Bug report #14056 (Closed): QCA::scanForPlugins()
- in vs2008
run:QCA::scanForPlugins(),software collapse,why?
I come from china, ,my tel:18310143979 - 05:26 AM Bug report #13255 (Reopened): Some WFS data not displayed from LuciadLightspeed WFS server
- Hi, I am reopening this issue since the QGIS WFS requests mentioned in #6 work ok now (this
issue was due to a miscon... - 05:23 AM Revision 16aeb3f1 (qgis): fix orderby not saved in several symbologies (fixes #14043)
- 05:14 AM Bug report #11307 (Closed): Default transparency for selections not honored
- 2.13.0-Master
Revision
cbd29e5
*
Fixed* - 04:09 AM Revision c55cfc05 (qgis): Merge pull request #2615 from nirvn/natural_break_max_increase
- [symbology] increase maximum size of natural break classification
- 03:53 AM Bug report #14055: Style Manager: Remove or deactivate the Help button
- wow... quicky :)
Thanks - 03:41 AM Bug report #14055 (Closed): Style Manager: Remove or deactivate the Help button
- Fixed in changeset commit:"17ed9d15fa00aeb305ef0dbee48896665d38b01c".
- 02:25 AM Bug report #14055 (Closed): Style Manager: Remove or deactivate the Help button
- Settings menu --> Style Manager
There's a Help button in the dialog that opens an empty dialog.
Should be removed acc... - 03:42 AM Bug report #11864: wfs parsing of decimal value results in QString
- I think this can be fixed by adding 'decimal' to the checks in qgswfsprovider?...
- 03:41 AM Bug report #13888 (Closed): Label display not fit with layer order
- Fixed in changeset commit:"5e4c14cd402009037d8d82e8a6d75d495c24d55a".
- 03:41 AM Feature request #13559 (Closed): Make it possible to control rendering order of diagrams
- Fixed in changeset commit:"5e4c14cd402009037d8d82e8a6d75d495c24d55a".
- 03:38 AM Bug report #13863 (Reopened): Complex Polygon not displayed on screen if it can not be displayed ...
- Not yet fixed
- 03:31 AM Revision 115cc483 (qgis): Merge pull request #2627 from SebDieBln/FixNewStyleGroup
- Initialize a style group upon creation instead of upon renaming (fixes #14050)
- 03:26 AM Revision 90eaba9f (qgis): Merge pull request #2629 from SebDieBln/FixStyleManagerGroupingMode
- [StyleManager] Keep group actions enabled while in grouping mode (fixes #14049)
- 02:57 AM Revision adf83850 (qgis): Fix failing test
- 02:18 AM Revision d10680c5 (qgis): Followup 881074
- 02:17 AM Bug report #5602: Identify disabled in WMS for grouped layers
- Yes, but it seems to require that every individual layer in the group is queryable. If one layer in not queryable Map...
- 01:37 AM Bug report #5602: Identify disabled in WMS for grouped layers
- Thanks for the explanation, I agree with you. Only a precisation: if the WMS Client queries the group layer - even if...
- 01:16 AM Revision 881074b1 (qgis): Boost coverage of SIP bindings
- Now all classes and members are either exposed to bindings or marked
as "not available in Python bindings" in the doc... - 01:10 AM Revision 2341c2b1 (qgis): Update indentation
2016-01-04
- 12:44 AM Bug report #5602: Identify disabled in WMS for grouped layers
- The reason is that in the GetCapabilities document that Mapserver creates the group layer is not marked as queryable....
- 06:33 AM Bug report #5602 (Reopened): Identify disabled in WMS for grouped layers
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> I can't reproduce it on QGIS 2.13 master on BRGM WMS services on h... - 12:17 AM Bug report #14043 (Closed): feature rendering order not saved, settings lost when re-loading project
- Fixed in changeset commit:"614c84f2c681ac8c8262a7130627272e40ac75c7".
- 06:36 PM Bug report #14043: feature rendering order not saved, settings lost when re-loading project
- This, https://github.com/qgis/QGIS/pull/2636, fixes the issue.
- 05:58 PM Bug report #14043: feature rendering order not saved, settings lost when re-loading project
- Matthias, ok, it might have to do with the fact that the layer I was testing is a rule-based symbology.
I'm attachin... - 04:58 AM Bug report #14043 (Feedback): feature rendering order not saved, settings lost when re-loading pr...
- Can't reproduce with a shapefile and the default symbology apart from the rendering order.
- 12:03 AM Revision 5ac61703 (qgis): Move QgsLabelFeature and QgsTextLabelFeature class to separate files
- No actual code changes
This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned... - 11:46 PM Revision 215ba225 (qgis): Fix failing composer scale bar test on less common locales
- 11:13 PM Revision 7b2298e5 (qgis): Fix failing labeling test on my ubuntu 14.04 box (12 mismatched pixels)
- 08:19 PM Revision fdebde50 (qgis): debian packaging update: update liblwgeom dependency of python-qgis to ...
- 06:31 PM Bug report #14050 (Closed): Style Manager : trying to add a symbol to a not renamed group fails
- Fixed in changeset commit:"115cc483dd105be073fe8a6202547c97a9c3380c".
- 06:29 PM Revision 712925ea (qgis): fix windows build
- 06:26 PM Bug report #14049 (Closed): Style Manager : Combining "Group Symbols" and "Apply Group" tools fre...
- Fixed in changeset commit:"90eaba9f4f78097b18e48a4d99793fa6a2abbe23".
- 04:52 AM Bug report #14049: Style Manager : Combining "Group Symbols" and "Apply Group" tools freezes the ...
- Thanks for working on this
- 05:34 PM Revision de0a8868 (qgis): Open sqlite db for datum transform info in readonly mode. Fixes slow op...
- 04:29 PM Revision 1519b3e0 (qgis): Move zoomToFeature to QgsDualView and add checks for null geometries / ...
- 03:05 PM Revision 94da2ab2 (qgis): [QGIS Server] Add place holder and tooltip to OWS inputs
- 02:48 PM Revision af30b292 (qgis): option to keep WFS dialog open after adding layer(s)
- 01:42 PM Revision cbd29e5f (qgis): Merge pull request #2632 from mhugent/nodetool_remove_lines
- Remove all vertices if removing second to last line point / fourth to last ring point
- 01:31 PM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
- Ok, let's close this. It's most definitely a symbol related setting and belongs in the dialog. Here's some extra proo...
- 12:33 PM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- Harrissou Santanna wrote:
> there are so many elder bug reports that are worth closing, I think.
Feel free to do so. - 04:57 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- Harrissou Santanna wrote:
> I still don't understand which feature and which canvas we are talking about at this leve... - 04:50 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- I still don't understand which feature and which canvas we are talking about at this level of the design (keep in min...
- 04:22 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- Harrissou Santanna wrote:
> Having it closed simply like that makes me feel that my report was just felt as noisy and... - 01:19 PM Revision 006a1614 (qgis): [Processing]Add gdal_retile.py and gdal2tiles.py algorithms
- This should fix Redmine #3331
- 11:43 AM Revision 164739f2 (qgis): Merge pull request #2606 from nyalldawson/close_rings
- Ensure that rings are closed when adding to polygons
- 11:31 AM Revision 375ae60c (qgis): Intendation
- 11:23 AM Revision 7f978d96 (qgis): Update test_qgsgeometry
- 10:33 AM Revision 1317220a (qgis): Update qgsmapcanvas.sip
- 09:51 AM Revision 73945c0c (qgis): Merge pull request #2631 from spatialthoughts/patch-1
- Change comparison back to NULL
- 09:50 AM Revision 49eaf16f (qgis): Merge pull request #2623 from cjmayo/no-pyqtconfig
- [pyqgis-console] Don't import pyqtconfig
- 09:08 AM Revision 1c464d69 (qgis): Merge pull request #2611 from mhugent/shapefile_sbn_remove
- Cleanup sbn file if gdal did not already remove it. Fixes bug #13319
- 06:31 AM Revision 899c57a9 (qgis): Change comparison back to NULL
- filter_null method previously filtered the NULL values using NULL type in qgis.core which is a QPyNullVariant.
https:... - 06:23 AM Revision aacb37d2 (qgis): Fix failing SIP coverage test
- 06:22 AM Revision 8c38bc98 (qgis): More nullptr conversions
- 05:22 AM Feature request #4702 (In Progress): GDAL tools: add gdal2tiles tool
- Hello, bug triage...
there is [a PR](https://github.com/qgis/QGIS/pull/2633) for this feature request... - 05:19 AM Feature request #3331 (In Progress): GdalTools: add utilities for MapServer
- Hello, bug triage...
there is now "a PR":https://github.com/qgis/QGIS/pull/2633 for this feature request... - 04:59 AM Feature request #3331 (Feedback): GdalTools: add utilities for MapServer
- see https://github.com/qgis/QGIS/pull/2633
- 04:59 AM Feature request #3331 (Feedback): GdalTools: add utilities for MapServer
- see https://github.com/qgis/QGIS/pull/2633
- 04:59 AM Feature request #3331 (Feedback): GdalTools: add utilities for MapServer
- see https://github.com/qgis/QGIS/pull/2633
- 05:03 AM Bug report #13661 (Closed): Node tool should not allow to delete nodes and leave just 1 in lines ...
- 05:01 AM Feature request #12343 (Feedback): Add GRASS v.net* modules to Processing toolbox
- 05:00 AM Feature request #12343: Add GRASS v.net* modules to Processing toolbox
- see https://github.com/qgis/QGIS/pull/2628
- 04:50 AM Bug report #13863 (Closed): Complex Polygon not displayed on screen if it can not be displayed en...
- 04:49 AM Bug report #13862 (Closed): Labels are not displayed on Layers with "cut-outs"
- 01:00 AM Revision be1fd077 (qgis): QGIS formats Icons for mac
2016-01-03
- 12:46 AM Revision fe0383f5 (qgis): Added QGIS formats icons
- 12:31 AM Revision 5687967e (qgis): Colored qlr icon
- 11:53 PM Bug report #13661: Node tool should not allow to delete nodes and leave just 1 in lines or two in...
- https://github.com/qgis/QGIS/pull/2632 provides a fix.
- 11:31 PM Bug report #13490: PostGIS: Merge drops dataset whereas split retains it
- Just for the record:
Until this is fixed in QGIS I implemented the functionality in "Digitizing tools":https://github... - 10:58 PM Revision 8df09a6f (qgis): Pal cleanups:
- - remove use of namespace blocks (avoids unnecessary indentation)
- cleanup includes
- remove old std::cout debugging... - 09:23 PM Revision 4cc590c9 (qgis): Cleanup labeling, avoid some duplicate enums, add docs
- 09:13 PM Revision a943d951 (qgis): keep group actions enabled while in grouping mode (fixes #14049)
- Group actions must be enabled to have the option of leaving grouping mode again.
- 12:19 PM Bug report #14049: Style Manager : Combining "Group Symbols" and "Apply Group" tools freezes the ...
- See "PR 2629":https://github.com/qgis/QGIS/pull/2629 for a solution.
- 11:51 AM Bug report #14049: Style Manager : Combining "Group Symbols" and "Apply Group" tools freezes the ...
- You end up in the same frozen state when clicking on another tab while in _grouping mode_.
- 10:56 AM Revision fe9a0989 (qgis): Minor Coverity fixups, clang warnings, 0->nullptr conversions
- 09:35 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- Sorry if I hurt you. I wasn't criticising the work you may have done on the bug tracker. I've no skill to judge it so...
- 07:33 AM Bug report #14052 (Feedback): Symbol selector dialog: useless advanced "Clip features to canvas e...
- Harrissou Santanna wrote:
> Closing a subject while it's being discussed is not fair, Giovanni, and doesn't encourage... - 05:49 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- Closing a subject while it's being discussed is not fair, Giovanni, and doesn't encourage people to contribute. This ...
- 05:26 AM Bug report #14052 (Reopened): Symbol selector dialog: useless advanced "Clip features to canvas e...
- Nyall Dawson:
> Short answer: this isn't a bug ;)
If by bug you mean "the option fails to do what it's designed for"... - 04:58 AM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
- 06:17 AM Feature request #4033 (Open): Map navigation - temporarily change to zoom in / zoom out / pan tool
- 06:16 AM Feature request #4151 (Closed): New Feature: Render (Toggle map rendering) option for every layer...
- Hello, bug triage...
closed for lack of feedback and the feature seems to be implemented in QGIS 2.13 master.
Feel ... - 06:16 AM Feature request #4151 (Closed): New Feature: Render (Toggle map rendering) option for every layer...
- Hello, bug triage...
closed for lack of feedback and the feature seems to be implemented in QGIS 2.13 master.
Feel ... - 06:16 AM Feature request #4151 (Closed): New Feature: Render (Toggle map rendering) option for every layer...
- Hello, bug triage...
closed for lack of feedback and the feature seems to be implemented in QGIS 2.13 master.
Feel ... - 06:14 AM Feature request #4054 (Open): Enhancement: option in the interpolation plugin to set the extent t...
- 06:11 AM Feature request #4346 (Closed): startup tip suggestion
- Hello, bug triage...
fixed in commit:88d3b9f - 06:11 AM Feature request #4346 (Closed): startup tip suggestion
- Hello, bug triage...
fixed in commit:88d3b9f - 06:11 AM Feature request #4346 (Closed): startup tip suggestion
- Hello, bug triage...
fixed in commit:88d3b9f - 05:01 AM Bug report #13061 (Feedback): QGIS crashes on close if data was read through GDAL in Python Console
- Leonard Kong wrote:
> This is a blocking issue for me, . . . I have been thinking that this is a gdal problem and I t... - 05:00 AM Feature request #12722 (Feedback): Allow copy/paste of columns between tables also when columns d...
> However I believe it should also work for the scenario where the columns have the same names but are in a differen...- 05:00 AM Feature request #12722 (Feedback): Allow copy/paste of columns between tables also when columns d...
> However I believe it should also work for the scenario where the columns have the same names but are in a differen...- 04:58 AM Bug report #7077 (Feedback): Opening 1.8 project in 1.9 changes shading of raster layers
2016-01-02
- 09:58 PM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
- I think you may be misunderstanding what this setting does. Easiest way to explain is to try turning it on and off wi...
- 06:25 PM Bug report #14052 (Reopened): Symbol selector dialog: useless advanced "Clip features to canvas e...
- I'm sorry but I don't understand your answer.
In the Style Manager, we're just building models of symbols, models tha... - 01:33 PM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
- That option still applies to a symbol, even in the style manager - it's used to modify the appearance of a centroid o...
- 01:33 PM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
- That option still applies to a symbol, even in the style manager - it's used to modify the appearance of a centroid o...
- 04:51 AM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
- Open Settings menu --> Style Manager
Activate Line or Fill tab and click Edit or Add button
At the bottom of the symb... - 06:16 PM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
- Hi Sebastian,
I'm not using any of them :). I was just checking how it works so that I can update the Doc.
And indeed... - 12:49 PM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
- > It may be interesting to have an option to select many symbols at once (click'n drag, holding a shift or ctrl key)....
- 05:37 PM Feature request #14053: Symbol selector dialog: use same terms in the different properties of sym...
- Hi Nyall,
I'm on 2.12.0 Trusty Tahr but didn't find anything different when (quickly) check these dialogs in master.
... - 01:17 PM Feature request #14053 (Feedback): Symbol selector dialog: use same terms in the different proper...
- Which version does this apply to? Can you give specifics?
- 10:50 AM Feature request #14053 (Closed): Symbol selector dialog: use same terms in the different properti...
- While designing a symbol (marker, line or fill), according to the symbol layer type chosen, in its properties:
* "Rot... - 04:48 PM Revision 14a6115e (qgis): Fix indentation (one more time)
- 04:14 PM Revision d6fbe93f (qgis): Fix indendation problems (as usual)...
- 02:31 PM Revision af016526 (qgis): [Feature][Processing] GRASS v.net modules
- 01:50 PM Bug report #13809 (Closed): [Mint, Cinnamon DE] Properties dialog for layers panel is not a float...
- This is an issue with Cinnamon, not QGIS. We use modal dialogs like the layer properties window where appropriate. Th...
- 01:50 PM Bug report #13809 (Closed): [Mint, Cinnamon DE] Properties dialog for layers panel is not a float...
- This is an issue with Cinnamon, not QGIS. We use modal dialogs like the layer properties window where appropriate. Th...
- 12:53 PM Bug report #7077: Opening 1.8 project in 1.9 changes shading of raster layers
- Is this still true for master?
Can you attach an example, e.g. a QGIS-1.8 project with one affected raster layer, in... - 04:23 AM Bug report #14051 (Closed): Symbol selector dialog: "lock layer's colors" button should have only...
- Open the symbol selector dialog,
add new symbol layers to the symbol tree
and try to lock some of them with the "lo... - 01:08 AM Revision 2eb95f08 (qgis): Fix more warnings when building under clang with -wEverything
- 01:07 AM Revision 62cc59c3 (qgis): initialize a style group upon creation instead of upon renaming
- (fixes #14050)
2016-01-01
- 11:40 PM Revision 144ca8da (qgis): Fix test for QWT_POLAR
- 11:21 PM Revision 0df4cbe3 (qgis): Merge pull request #2625 from SebDieBln/FixAppendingNotSupported
- Fix accumulating "Not supported" hints
- 11:06 PM Revision c136f9f5 (qgis): added a test for vector joins in layer definition files
- 10:16 PM Revision a6f10f4c (qgis): read source from provider before saving memory layer (fixes #8997)
- (cherry picked from commit dbc0f072c638981db982011776d7b110215e80b7)
- 09:34 PM Revision b2b44ccc (qgis): split generating XML and saving to QLR-file into separate functions
- This increases flexibility and is consistent with the loading of a QLR-file.
- 09:12 PM Revision ff3200fd (qgis): make vector joins work within layer-definition-files
- 08:27 PM Revision 5a42728f (qgis): Merge pull request #2624 from SebDieBln/SaveMemoryLayerFields
- Read source from provider before saving memory layer (fixes #8997)
- 08:21 PM Feature request #12722: Allow copy/paste of columns between tables also when columns do not have ...
- There has been an improvement with 2.12 in seeing that pastes work most of the time provided the source table columns...
- 05:48 PM Bug report #14050: Style Manager : trying to add a symbol to a not renamed group fails
- See "PR 2627":https://github.com/qgis/QGIS/pull/2627 for a solution.
- 03:28 PM Revision 836ea81b (qgis): added a test for memory layer fields being saved to XML
- 11:28 AM Bug report #8997 (Closed): Memory vector layer datasource wrongly written in project
- Fixed in changeset commit:"5a42728f3e5b7d49c959dc2a3363d91f411d9b53".
- 05:54 AM Bug report #14032: Changes in "Options/Digitizing/Rubberband/Line color" doesn't change backgroun...
- Thanks for new feature - it works better than in arcmap
- 02:04 AM Revision 368223ad (qgis): Show project path in server parsing error (revert before release)
- (an attempt to debug test failures in debian)
2015-12-31
- 05:58 PM Bug report #14050 (Closed): Style Manager : trying to add a symbol to a not renamed group fails
- Open the Settings menu --> Style Manager
Add a new group. Do not rename it.
All attempts to add symbols to this group... - 05:53 PM Bug report #14049 (Closed): Style Manager : Combining "Group Symbols" and "Apply Group" tools fre...
- Open Settings menu --> Style Manager
Create a group and rename it
Select the group and then the "Group Symbols" tool ... - 03:44 PM Bug report #13061: QGIS crashes on close if data was read through GDAL in Python Console
- This is a blocking issue for me, . . . I have been thinking that this is a gdal problem and I think most people looki...
- 02:23 PM Bug report #14048 (Closed): Importing symbols in Style Library doesn't always use the group name ...
- When importing symbols into Style library, there's a field to indicate the group to which symbols belong.
* If you en... - 09:55 AM Revision 80423439 (qgis): Coverity fixes, including regression in label point obstacle code
- 09:41 AM Feature request #14047 (Open): Standardize symbols export process between PNG, SVG and XML formats
- From the Style Library you can :
* Export to PNG : export to distinct PNG files the **selected** symbols
* Export to ... - 08:21 AM Feature request #14046 (Closed): Exporting symbol from Style Manager : add a checkbox near each s...
- When trying to export symbols from the Style Manager, you have a dialog with all available symbols. You then need to ...
- 08:19 AM Feature request #14045 (Closed): Style Manager : Allow selection of multiple symbols at once whil...
- In Style Manager, when grouping symbols into a group, you get a dialog with symbols and a checkbox associated. This h...
- 02:08 AM Revision ba2b3de6 (qgis): fix warnings
- 01:17 AM Revision 9cd1edfd (qgis): fix appending "Not supported" multiple times to label
- The term "Not supported" is not appended to the label when it is already present.
The term is removed when no longer ...
2015-12-30
- 12:15 AM Revision d641ff6f (qgis): debian packaging: add psycopg2 as build dependency
- 10:44 PM Revision 4c24792b (qgis): initialize the tip window with the correct parent
- eliminates the extra icon in the taskbar (fixes #8365)
establishes correct modal behaviour (fixes #8312) - 10:43 PM Revision ab83b825 (qgis): Refresh the label style widget when loading a new style (fixes #13667)
- the QgsLabelingWidget is triggered to reload its settings when
- loading a style file
- loading a style from a databa... - 09:58 PM Revision dbc0f072 (qgis): read source from provider before saving memory layer (fixes #8997)
- 09:32 PM Revision 6b42bad7 (qgis): [pyqgis-console] Don't import pyqtconfig
- pyqtconfig may not have been installed by PyQt4, leading to an error.
Was used to test for qt_version >= 0x40700 but... - 09:27 PM Revision 766bfa1a (qgis): Fix some more old style cast and float comparison warnings
- 06:00 PM Bug report #14041: opening the layer properties window can take ages nowadays
- Nyall, after your commit:34c9daa, I cannot see a difference in speed between opening a layer properties window for a ...
- 01:38 PM Bug report #8997: Memory vector layer datasource wrongly written in project
- See "PR 2624":https://github.com/qgis/QGIS/pull/2624 for a solution.
- 12:51 PM Revision 566dd4bd (qgis): Always pass QgsFeatureId by value, not reference
- Since it's just a int64, it's faster to pass by value
- 11:35 AM Revision 34c9daab (qgis): Fix slow icon rendering in field combo box (refs #14041)
- 05:29 AM Bug report #6449 (Closed): Big polygon in shapefile not shown in 1.8.0
- cleaning the vector (v.clean/st_makevalid/etc.) gives a vector that works as expected.
- 05:29 AM Bug report #6449 (Closed): Big polygon in shapefile not shown in 1.8.0
- cleaning the vector (v.clean/st_makevalid/etc.) gives a vector that works as expected.
- 05:20 AM Bug report #5875 (Closed): QGIS doesn't use its own GDAL tools and fails if another version of GD...
- closing for lack of feedback, please reopen if necessary.
- 05:20 AM Bug report #5875 (Closed): QGIS doesn't use its own GDAL tools and fails if another version of GD...
- closing for lack of feedback, please reopen if necessary.
- 05:19 AM Bug report #6218 (Closed): Loading styles issue
- seems also somehow duplicate of #3775
- 05:19 AM Bug report #6218 (Closed): Loading styles issue
- seems also somehow duplicate of #3775
- 03:43 AM Bug report #6097 (Closed): Getting wrong attribute values from a feature in qgis
- closing for the lack of feedback, please reopen if necessary.
- 03:43 AM Bug report #6097 (Closed): Getting wrong attribute values from a feature in qgis
- closing for the lack of feedback, please reopen if necessary.
- 03:43 AM Bug report #6187 (Closed): Raster disappears when bands change
- closing as it seems fixed and for the lack of feedback, please reopen if necessary.
- 03:43 AM Bug report #6187 (Closed): Raster disappears when bands change
- closing as it seems fixed and for the lack of feedback, please reopen if necessary.
- 03:40 AM Bug report #6375 (Closed): svg and simple symbol mix do not scale the same way
- closing as it seems fixed and for the lack of feedback, please reopen if necessary.
- 03:40 AM Bug report #6375 (Closed): svg and simple symbol mix do not scale the same way
- closing as it seems fixed and for the lack of feedback, please reopen if necessary.
- 03:37 AM Bug report #14044 (Closed): Label rendering problem during zoom in or out
- This bug is about rendering features' labels. Tested with QGIS 2.12 on Win7 OS. I added two vector layers (named 1 an...
- 02:12 AM Bug report #14038: open graphical modeler models
- christian user wrote:
> As a plugin, even core plugin, processing I guess remains untouched when installing a newer v... - 01:53 AM Revision f94bb6ff (qgis): Fix indentation
2015-12-29
- 12:09 AM Bug report #13977 (Closed): QgsVectorFileWriter: bug at saving vector layer to shapefile
- As explained, not a bug in QGIS
- 12:09 AM Bug report #13977 (Closed): QgsVectorFileWriter: bug at saving vector layer to shapefile
- As explained, not a bug in QGIS
- 07:37 PM Bug report #13977: QgsVectorFileWriter: bug at saving vector layer to shapefile
- Simon Chenery wrote:
> Use one of the following filenames to avoid Python escape sequence conversion of \\t to TAB in... - 07:24 PM Revision 4ca08a31 (qgis): Make the georeferencer tool use a snapping cursor
- The georeferencer plugin currently has a snap to background layer option
that applies a snapping after one has picked... - 06:01 PM Bug report #14043 (Closed): feature rendering order not saved, settings lost when re-loading project
- The newly-introduced feature rendering order setttings are not saved in the project file, leading to the settings bei...
- 05:00 PM Bug report #14041: opening the layer properties window can take ages nowadays
- Ok, good to know it isn't just me.
Elevating to blocker since it's an ongoing regression that affects basic operati... - 05:00 PM Bug report #14041: opening the layer properties window can take ages nowadays
- Ok, good to know it isn't just me.
Elevating to blocker since it's an ongoing regression that affects basic operati... - 02:41 AM Bug report #14041: opening the layer properties window can take ages nowadays
- It's not just you - I'm seeing this too.
- 01:40 AM Bug report #14041 (Closed): opening the layer properties window can take ages nowadays
- I've noticed that for some time now, opening the layer properties window can take 4-5 seconds on layers having a larg...
- 03:50 AM Bug report #14038: open graphical modeler models
- That's a good hint. I think this is not stated pretty clearely in the docs. As a plugin, even core plugin, processing...
- 02:59 AM Bug report #14028 (Open): CurvePolygons not drawn
2015-12-28
- 12:45 AM Revision b7378502 (qgis): Merge pull request #2620 from SebDieBln/FixCsvSaveStyle
- Fix saving style of CSV-layer to qml/sld file (fixes #8285)
- 12:34 AM Bug report #10756 (Feedback): Minidump on closing QGIS 2.4
- 12:33 AM Bug report #10756: Minidump on closing QGIS 2.4
- Leonard Kong wrote:
> Hi:
> I'm working on a plugin and am experiencing the exact same issue. I have traced it down ... - 10:37 AM Bug report #10756: Minidump on closing QGIS 2.4
- Hi:
I'm working on a plugin and am experiencing the exact same issue. I have traced it down to a gdal call in the my... - 12:31 AM Bug report #13060 (Closed): Postgresql materialized view doesn't open
- zimirrr leonid wrote:
> thx a lot.
> It worked!
>
> But why MV do need to be selected manualy and simple view don't?... - 12:31 AM Bug report #13060 (Closed): Postgresql materialized view doesn't open
- zimirrr leonid wrote:
> thx a lot.
> It worked!
>
> But why MV do need to be selected manualy and simple view don't?... - 05:29 AM Bug report #13060: Postgresql materialized view doesn't open
- thx a lot.
It worked!
But why MV do need to be selected manualy and simple view don't?
- 05:19 AM Bug report #13060: Postgresql materialized view doesn't open
- zimirrr leonid wrote:
> Sorry, didn't notice that))
> Here is the pic of full dialog
> I can't expand Feature id, the... - 04:22 AM Bug report #13060: Postgresql materialized view doesn't open
- Sorry, didn't notice that))
Here is the pic of full dialog
I can't expand Feature id, there is only "Select..." - 02:14 AM Bug report #13060: Postgresql materialized view doesn't open
- zimirrr leonid wrote:
> i use 'SELECT row_number() over () AS qgisid ' to create unique rowid
>
> i've just tested i... - 01:00 AM Bug report #13060: Postgresql materialized view doesn't open
- i use 'SELECT row_number() over () AS qgisid ' to create unique rowid
i've just tested it in version 2.12.0 and that... - 01:00 AM Bug report #13060: Postgresql materialized view doesn't open
- i use 'SELECT row_number() over () AS qgisid ' to create unique rowid
i've just tested it in version 2.12.0 and that... - 12:30 AM Bug report #14039 (Closed): Trouble Installing qgis-plugin-grass, Dependency Issue
- Richard Carpenter wrote:
> Jürgen,
>
> I've tried installing it using 'debian-ltr' and 'ubuntugis-ltr', but not at t... - 12:30 AM Bug report #14039 (Closed): Trouble Installing qgis-plugin-grass, Dependency Issue
- Richard Carpenter wrote:
> Jürgen,
>
> I've tried installing it using 'debian-ltr' and 'ubuntugis-ltr', but not at t... - 09:09 AM Bug report #14039: Trouble Installing qgis-plugin-grass, Dependency Issue
- Jürgen,
I've tried installing it using 'debian-ltr' and 'ubuntugis-ltr', but not at the same time. I comment out th... - 08:31 AM Bug report #14039: Trouble Installing qgis-plugin-grass, Dependency Issue
- Right. For distributions with GRASS7 there is no grass plugin in 2.8. GRASS7 support in plugin was added in 2.12 - o...
- 03:12 AM Bug report #14039: Trouble Installing qgis-plugin-grass, Dependency Issue
- Jürgen Fischer wrote:
> You might be mixing repositories. You should either have qgis.org/debian-ltr or qgis.org/ubu... - 07:29 PM Revision d0199005 (qgis): Unit tests
- 06:24 PM Revision bf3fbec7 (qgis): Remove the whole ring / linestring if number of vertices to small
- 03:46 PM Bug report #8285 (Closed): Saving styles (qml and sld) doesn't work for CSV layers under Windows
- Fixed in changeset commit:"b73785023b408cd5a989c445548e2fa0bb2b9647".
- 03:29 PM Bug report #8285: Saving styles (qml and sld) doesn't work for CSV layers under Windows
- See "PR 2620":https://github.com/qgis/QGIS/pull/2620 for a solution.
- 12:48 PM Bug report #13061: QGIS crashes on close if data was read through GDAL in Python Console
- I can verify that it still exists with QGIS 2.12. My plugin crashes in exactly the same location.
- 12:35 PM Revision f815ebc8 (qgis): [FEATURE]: Zoom to feature with right-click in attribute table
- 10:25 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
- Karl Kastner wrote:
> On my machine the bug can be reproduced when all plugins are disabled or by temporally moving t... - 08:02 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
- On my machine the bug can be reproduced when all plugins are disabled or by temporally moving the ~/.qgis2 folder bef...
- 06:02 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
- Sorry for making a false alarm!
It was CadTools, I deinstalled them (and Digitizing Tools to be sure) and now it work... - 05:54 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
- Gerhard Spieles wrote:
> Hi Hynek,
> maybe a problem of installed plugins.
> See #13869
usually in my testing boxes ... - 05:48 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
- Hi Hynek,
maybe a problem of installed plugins.
See #13869
- 05:35 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
- Jurgen, Nyall, shouldn't this be tagged as blocker?
- 05:30 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
- Hello!
I would like to confirm this bug.
I am on Windows Vista 32bits Ultimate, QGIS 2.12.1 Lyon, standalone installe... - 05:17 AM Bug report #14038: open graphical modeler models
- christian user wrote:
> It's the standard 2.8.5 LTR installation if this is of interest.
> Where can I find the versi... - 04:29 AM Bug report #14038: open graphical modeler models
- It's the standard 2.8.5 LTR installation if this is of interest.
Where can I find the version? I can see some stateme... - 05:15 AM Bug report #13919: QGIS server security patch: random crashes and performance regression
- Note that all the project I tested with QGIS server use Postgis as data source - if that helps.
- 05:14 AM Bug report #13919: QGIS server security patch: random crashes and performance regression
- Hi Stéphane,
I hope you had a good Christmas vacation!
I tested https://github.com/sbrunner/QGIS/commit/6d56cba465b... - 04:58 AM Bug report #10636 (Closed): Translation for command description and help in Processing: GRASS and...
- 04:27 AM Bug report #7745: Please use grass-doc from local files, not from the web
- Apparently not, at least on 2.8.5, see attached.
- 04:00 AM Bug report #14029: Server crash upon first read of a project
- I tried reproducing the issue on another machine with a simple project, activating and deactivating reprojection, and...
- 03:52 AM Bug report #14008 (Closed): Crash zooming to wide extent
- Confirmed, duplicate of #12757
- 03:52 AM Bug report #14008 (Closed): Crash zooming to wide extent
- Confirmed, duplicate of #12757
- 03:06 AM Bug report #12416 (Open): QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
- Flo Ju wrote:
> As an attachement the GDB-File (zipped) - QGIS 2.8.1 crashes on Win-Server VM and Win7 64Bit when ope... - 02:14 AM Revision 02e92727 (qgis): fix saving style of CSV-layer to qml/sld file (fixes #8285)
- 01:14 AM Bug report #14024: DB Manager fails copying a LINESTRINGM
- Not that I know of. Please check also https://lists.osgeo.org/pipermail/postgis-users/2015-December/041072.html
I'll ...
2015-12-27
- 05:53 PM Revision 416c004a (qgis): fix warnings on lupdate
- 05:21 PM Bug report #14039 (Feedback): Trouble Installing qgis-plugin-grass, Dependency Issue
- You might be mixing repositories. You should either have qgis.org/debian-ltr or qgis.org/ubuntugis-ltr, but not both.
- 05:21 PM Bug report #14039 (Feedback): Trouble Installing qgis-plugin-grass, Dependency Issue
- You might be mixing repositories. You should either have qgis.org/debian-ltr or qgis.org/ubuntugis-ltr, but not both.
- 05:17 PM Bug report #14039 (Closed): Trouble Installing qgis-plugin-grass, Dependency Issue
- I'm trying to load QGIS and the additional programs that are recommended to install with it according to QGIS' instal...
- 05:18 PM Revision 66d72f06 (qgis): fix lucid reference in INSTALL
- 04:27 PM Bug report #13060: Postgresql materialized view doesn't open
- Nicolas Rochard wrote:
> Hello,
>
> - Server Configuration : PostGreSQL 9.3.6 + PostGIS 2.1.5
> - Desktop : QGIS 2.1... - 04:15 PM Bug report #4007 (Closed): Building t2tdoc fails on Windows: 'TEXINPUTS' is not recognized as an ...
- ok, reopen if necessary.
- 04:15 PM Bug report #4007 (Closed): Building t2tdoc fails on Windows: 'TEXINPUTS' is not recognized as an ...
- ok, reopen if necessary.
- 03:07 PM Bug report #4007: Building t2tdoc fails on Windows: 'TEXINPUTS' is not recognized as an internal ...
- Ah, sorry. If we don't have someone to reproduce I guess close it.
I don't have a windows build environment at the m... - 02:02 PM Bug report #4007: Building t2tdoc fails on Windows: 'TEXINPUTS' is not recognized as an internal ...
- what to do with this ticket? closing? leaving it open?
- 04:07 PM Bug report #13741: Spatialite moving fields
- Jakub Kosik wrote:
> Not same at all - I got mess in fields of single object, not mixed with other objects. Also geom... - 03:59 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
- I also can't replicate the original issue in the description, the one about the mixing/switching attributes.
Please ... - 03:57 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
- Jamie Portman wrote:
> I found the shapefile and object that was having ONE of the issues (not the attributes and obj... - 03:54 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
- Jean-Pierre Vinadia wrote:
> I have quite the same problem with QGIS 2.12.
> I work on a local drive.
> This problem ... - 03:48 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
- Jean-Pierre Vinadia wrote:
> The problem appaers again with an other file. With QGIS 2.12.0
>
> It's really a very v... - 03:14 PM Bug report #12928 (Closed): Using form view to edit data, changes the attribute that uses Date/Ti...
- Nhung Seidensticker wrote:
> Hi Giovanni
> My boss is away for another 2 weeks. I need permission. Will provide some ... - 03:14 PM Bug report #12928 (Closed): Using form view to edit data, changes the attribute that uses Date/Ti...
- Nhung Seidensticker wrote:
> Hi Giovanni
> My boss is away for another 2 weeks. I need permission. Will provide some ... - 03:11 PM Bug report #12795 (Open): Georeferencer generates incorrect GDAL script when input file is JPG
- 02:53 PM Bug report #9598 (Open): problems with adding embed layers/groups
- 02:48 PM Bug report #13976 (Closed): Missing strings in translation file
- closing for the lack of a clear description (and lack of feedback).
- 01:13 PM Bug report #13976: Missing strings in translation file
- Jürgen Fischer wrote:
> The ts files weren't changed between "2.12.0 and 2.12.1":https://github.com/qgis/QGIS/compare... - 02:42 PM Bug report #10044: OSM Polygons not rendering
- this a very detailed report, but very difficult also to try replicate.
Could you test is using a recent release mak... - 02:37 PM Bug report #13608 (Closed): Possible Bug in GEOS when calculating intersection of two polygons wi...
- this was caused by a change in the qgis code that left several tools in the vector menu "broken" when the result cont...
- 02:37 PM Bug report #13608 (Closed): Possible Bug in GEOS when calculating intersection of two polygons wi...
- this was caused by a change in the qgis code that left several tools in the vector menu "broken" when the result cont...
- 02:32 PM Bug report #12066: font marker symbols wrong size in map units
- Oskar Karlin wrote:
> From 1:74000 and up (more zoomed out) this behaviour appears. And for some reason it's only one... - 02:00 PM Bug report #12770 (Closed): shapefile gets corrupted after editing
- I think that the original report/description is duplicate of #11007, that will be fixed (hopefully) in time for the n...
- 02:00 PM Bug report #12770 (Closed): shapefile gets corrupted after editing
- I think that the original report/description is duplicate of #11007, that will be fixed (hopefully) in time for the n...
- 01:56 PM Bug report #12770: shapefile gets corrupted after editing
- Mohamed Houd wrote:
> I get the same problems when editing a shapefile that was created first under QGIS 2.6 and open... - 01:52 PM Bug report #5321 (Open): Inserting geometries using a WFS-T of ArcGIS Server
- 01:41 PM Bug report #12895: QGIS 2.8.1 freezes when saving data
- see also #13963
- 01:24 PM Bug report #12895: QGIS 2.8.1 freezes when saving data
- still an issue on the latest qgis releases?
Can you attach a sample project with data to allow us try replicate the ... - 01:38 PM Bug report #5748 (Closed): QgsRasterLayer::setDrawingStyle() doesn't work
- closing for lack of feedback, please reopen if necessary.
- 01:38 PM Bug report #5748 (Closed): QgsRasterLayer::setDrawingStyle() doesn't work
- closing for lack of feedback, please reopen if necessary.
- 01:20 PM Bug report #10322: Scalebar bug in print composer
- can anyone say if this is still an issue in the latest releases?
If yes, can anyone attach a project with layouts *an... - 01:19 PM Bug report #4001 (Closed): addJoinedFeatureAttributes converts join value in substring to string ...
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> is it still true for QGIS 2.13 (master) ? The code has been heavil... - 01:19 PM Bug report #4001 (Closed): addJoinedFeatureAttributes converts join value in substring to string ...
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> is it still true for QGIS 2.13 (master) ? The code has been heavil... - 01:16 PM Bug report #6369 (Open): vsizip - relative paths not used & can't update path in "missing layers"...
- 01:14 PM Bug report #12774 (Closed): Attribute table only show first 99 rows from SQL Server views
- 01:12 PM Bug report #13490 (Open): PostGIS: Merge drops dataset whereas split retains it
- 01:08 PM Feature request #8387 (Open): Warn users when saving projects that contain memory/scratch layers
- 01:03 PM Bug report #13835 (Closed): Shapefiles with EPSG 2926 and 2927 Washington State Plane North and S...
- clifford snow wrote:
> Typically I don't see authority parameters in .prj files. For example below is an ogrinfo repo... - 01:03 PM Bug report #13835 (Closed): Shapefiles with EPSG 2926 and 2927 Washington State Plane North and S...
- clifford snow wrote:
> Typically I don't see authority parameters in .prj files. For example below is an ogrinfo repo... - 12:59 PM Bug report #12171 (Open): Processing Refactor fields: can't change an "int" field to "double" wit...
- Still true on master, please change the category if it is a QGIS issue rather than a Processing one.
- 12:01 PM Feature request #13814 (Open): Processing: use sqlite/spatialite as intermediate format
- 11:10 AM Bug report #14038: open graphical modeler models
- Please let us know which Processing version (not same as QGIS version!) you are using.
I can only confirm that the m... - 09:32 AM Bug report #14038: open graphical modeler models
- System is Win7 64bit on both machines.
I tried different QGIS versions on both machines to make it work(same version,... - 04:19 AM Bug report #14038 (Feedback): open graphical modeler models
- Are you copying the model between the same OS?
The different systems are using the *same* Processing version?
Can y... - 04:19 AM Bug report #14038 (Feedback): open graphical modeler models
- Are you copying the model between the same OS?
The different systems are using the *same* Processing version?
Can y... - 02:42 AM Bug report #14038 (Closed): open graphical modeler models
- Hi there I'm trying to open models I saved on another system. Unfortunately QGIS refuses to open the models. Opening ...
- 08:18 AM Revision 70f6e15a (qgis): [symbology] increase maximum size of natural break classification
- 07:57 AM Bug report #10042: QGIS 2.2 randomly crashing when panning a project with lots of data
- Just a note that multithreading was integrated in 2.4 so it can't affect version 2.2
- 05:12 AM Bug report #11596: SVG markers have black border when exported as svg through print composer
- what is the status of this issue?
- 05:07 AM Bug report #11390 (Open): Attribute table in map composer : set column width to automatic is not ...
- 04:59 AM Bug report #13278: Qgis crash saving postgis layer
- Jürgen Fischer wrote:
> Anibal Alarcon Acosta wrote:
> > When the restore is full the problem is the same. I can give... - 04:21 AM Bug report #12373 (Open): exporting 3D Postgis layer to shapefile loses the Z value
- see also #14006
- 04:21 AM Bug report #12373 (Open): exporting 3D Postgis layer to shapefile loses the Z value
- see also #14006
- 04:20 AM Bug report #14006: Can't export layers from Postgis tables with Z component geometries
- is this a regression also compared to #12373 ?
- 04:11 AM Bug report #11622 (Closed): Crash with new feature selecting a polygon between some layers with r...
- there was an issue (causing a crash) with the right click identify on map canvas, but this was solved around the time...
- 04:11 AM Bug report #11622 (Closed): Crash with new feature selecting a polygon between some layers with r...
- there was an issue (causing a crash) with the right click identify on map canvas, but this was solved around the time...
- 04:08 AM Bug report #5851 (Closed): WMS projection from EPSG:4326 to EPSG:900913 cut part of the layer
- yes, seems fixed in master (while is still not ok on 2.8.5).
- 04:08 AM Bug report #5851 (Closed): WMS projection from EPSG:4326 to EPSG:900913 cut part of the layer
- yes, seems fixed in master (while is still not ok on 2.8.5).
- 03:59 AM Bug report #14037 (Open): frequent crash when editing data in relation forms (standard relation f...
- 03:56 AM Bug report #13977 (Feedback): QgsVectorFileWriter: bug at saving vector layer to shapefile
- 02:23 AM Bug report #10794 (Reopened): Processing: Lines disappearing in Modeler
- sorry but still not fixed, at least in Versions 2.8.5 LTR, 2.12.1
- 02:23 AM Bug report #10794 (Reopened): Processing: Lines disappearing in Modeler
- sorry but still not fixed, at least in Versions 2.8.5 LTR, 2.12.1
2015-12-26
- 12:57 AM Bug report #14028: CurvePolygons not drawn
- QGIS 2.12.2 works.
- 03:50 AM Bug report #14028: CurvePolygons not drawn
- commit:6a7f786 is already broken.
- 09:11 PM Bug report #13977: QgsVectorFileWriter: bug at saving vector layer to shapefile
- Use one of the following filenames to avoid Python escape sequence conversion of \\t to TAB in your filename:
"C:\\\... - 06:47 PM Revision 46f283b6 (qgis): fix warnings
- 04:40 PM Revision 4c3cf64f (qgis): edit widgets: keep default values of new feature's attributes until the...
- (fixes #12391 & #12386 & #13857)
(cherry picked from commit bfb8ab6893d5bf77b4ae92c6c90e0b5b9c7e9ae7) - 03:41 PM Revision 573a4b70 (qgis): debian packaging: upgrade python-qgis recommends to depends
- 03:18 PM Revision a2a1c374 (qgis): Merge pull request #2614 from SebDieBln/UpdateCachedProjectEmbedLayers
- Re-Read the cached project file when its contents have changed
- 02:58 PM Revision 9be51c43 (qgis): reread cached project file when its contents have changed
- When embedding layers, reread the external project file if its lastModified timestamp changed.
- 02:20 PM Feature request #14035: circular string show vertex for curve center as X or other means
- Note the hotkey _R_ (hold it down) that displays a Pacman-like pattern to indicate the circle center.
!QgisPacman.png... - 02:05 PM Bug report #12757 (Reopened): Zoom out crashes QGIS
- This issue has also been reported for QGIS 2.8.4 in "Debian Bug #809063":https://bugs.debian.org/809063, I've confirm...
- 02:01 PM Bug report #14008: Crash zooming to wide extent
- Isn't this the same issue as #12757?
Backporting the fix to release-2_8 should resolve this issue then. - 12:00 PM Bug report #14037: frequent crash when editing data in relation forms (standard relation form-wid...
- In QGIS 2.10, all worked fine without problems.
- 07:19 AM Bug report #14037: frequent crash when editing data in relation forms (standard relation form-wid...
- In QGIS 2.12.2, crash occurs also (see attached jpg). In 2.12.2 the data in embeded forms are not schown and when you...
- 07:19 AM Bug report #14037: frequent crash when editing data in relation forms (standard relation form-wid...
- In QGIS 2.12.2, crash occurs also (see attached jpg). In 2.12.2 the data in embeded forms are not schown and when you...
- 07:19 AM Bug report #14037: frequent crash when editing data in relation forms (standard relation form-wid...
- In QGIS 2.12.2, crash occurs also (see attached jpg). In 2.12.2 the data in embeded forms are not schown and when you...
- 04:50 AM Bug report #14037: frequent crash when editing data in relation forms (standard relation form-wid...
- I would let it as blocker, we encounter such crashes, but they are very difficult to catch and reproduce. We also hav...
- 11:40 AM Revision 917dd055 (qgis): Merge pull request #2604 from SebDieBln/NoNewFilesOnSaveProject
- [App] Use the existing files when saving an existing project.
- 11:13 AM Bug report #8511: Iterations: autofill mode fills the output name in a wrong way under Linux
- another round of tests on this (on several different Linux flavors), no issues, not even on Debian Jessie and QGIS ma...
- 10:29 AM Bug report #5498 (Closed): Make the default directory to the users "home" directory after a fresh...
- yes fixed.
- 10:29 AM Bug report #5498 (Closed): Make the default directory to the users "home" directory after a fresh...
- yes fixed.
- 09:58 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- Confirmed: thanks!
- 07:46 AM Bug report #11298 (Closed): customize render combobox
- closing for lack of feedback, please reopen if necessary.
- 07:46 AM Bug report #11298 (Closed): customize render combobox
- closing for lack of feedback, please reopen if necessary.
- 07:42 AM Bug report #13857 (Closed): Default values on a PG table: type cast appended
- Fixed in changeset commit:"4c3cf64f01af32511ef5fc56b0b13aa705c00dd6".
- 07:38 AM Bug report #10828 (Open): project loading and adding/removing layers is slow if project has compo...
- see also #12125 and in particular #12125-17
- 07:38 AM Bug report #10828 (Open): project loading and adding/removing layers is slow if project has compo...
- see also #12125 and in particular #12125-17
- 07:38 AM Bug report #10828 (Open): project loading and adding/removing layers is slow if project has compo...
- see also #12125 and in particular #12125-17
- 07:38 AM Bug report #10828 (Open): project loading and adding/removing layers is slow if project has compo...
- see also #12125 and in particular #12125-17
- 07:37 AM Bug report #12125 (Closed): Very poor performance with complex projects (saving, adding/removing ...
- duplicate of #10828
- 07:37 AM Bug report #12125 (Closed): Very poor performance with complex projects (saving, adding/removing ...
- duplicate of #10828
- 07:30 AM Bug report #10042: QGIS 2.2 randomly crashing when panning a project with lots of data
- Can someone test now with one of the latest releases/master? this could have been triggered by issues with multithrea...
- 07:08 AM Bug report #12686 (Closed): layer.featureAdded triggered on Feature Attribute Dialog confirm
- closing for lack of feedback, please reopen if necessary.
- 07:07 AM Bug report #13584: Vertices snap to other when "Enable topological editing" is active
- From the description is very difficult to understand what is/was the reported issue. A screencast would be much more ...
- 06:56 AM Bug report #13809 (Open): [Mint, Cinnamon DE] Properties dialog for layers panel is not a floatin...
- 06:54 AM Bug report #13755: Copy/paste PostGIS layer: date not autofill ( ('now'::text)::date)
- @('now'::text)::date@
do not work on 2.8.*, not sure on 2.10, and not sure if it has any importance for this report. - 06:46 AM Feature request #5137 (Open): Allow save results from RoadGraph plugin as an OGR datasource (othe...
> In your bug report, would you mean to have the ability to export directly to a new file (with OGR provider) ?
I g...- 06:46 AM Feature request #5137 (Open): Allow save results from RoadGraph plugin as an OGR datasource (othe...
> In your bug report, would you mean to have the ability to export directly to a new file (with OGR provider) ?
I g...- 06:46 AM Feature request #5137 (Open): Allow save results from RoadGraph plugin as an OGR datasource (othe...
> In your bug report, would you mean to have the ability to export directly to a new file (with OGR provider) ?
I g...- 06:37 AM Bug report #3714 (Open): Qt arguments are not supported
- 06:36 AM Bug report #4506 (Closed): Possible Malformation/redundancy on that PS code inside exported PDF f...
- closing for lack of feedback, please reopen if necessary.
- 06:36 AM Bug report #4506 (Closed): Possible Malformation/redundancy on that PS code inside exported PDF f...
- closing for lack of feedback, please reopen if necessary.
- 06:34 AM Bug report #7745 (Open): Please use grass-doc from local files, not from the web
- Paolo Cavallini wrote:
> Fixed now?
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/G... - 06:34 AM Bug report #7745 (Open): Please use grass-doc from local files, not from the web
- Paolo Cavallini wrote:
> Fixed now?
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/G... - 06:07 AM Bug report #10636 (Feedback): Translation for command description and help in Processing: GRASS a...
- I can't find any evidence that the HTML manual pages for GRASS modules are available in languages other than EN. Look...
- 06:07 AM Bug report #10636 (Feedback): Translation for command description and help in Processing: GRASS a...
- I can't find any evidence that the HTML manual pages for GRASS modules are available in languages other than EN. Look...
- 06:07 AM Bug report #10636 (Feedback): Translation for command description and help in Processing: GRASS a...
- I can't find any evidence that the HTML manual pages for GRASS modules are available in languages other than EN. Look...
- 05:38 AM Revision 6fed1ae4 (qgis): Merge pull request #2613 from nirvn/fix_graduated_values_v3
- [graduated symbology] increase precision of float values when saving to dom
- 05:32 AM Bug report #13569 (Closed): memory leak in renderer
- http://osgeo-org.1560.x6.nabble.com/Possible-memory-leak-in-QGIS-redraws-td5228794.html
suggest that this has been f... - 05:32 AM Bug report #13569 (Closed): memory leak in renderer
- http://osgeo-org.1560.x6.nabble.com/Possible-memory-leak-in-QGIS-redraws-td5228794.html
suggest that this has been f... - 05:30 AM Bug report #6686 (Feedback): Embedded layers from projects with groups misbehaving
- 05:09 AM Bug report #6686: Embedded layers from projects with groups misbehaving
- I can not reproduce using current master (commit:917dd055198f52b6288210d0a11f304aeacc2976). Can you test with master/...
- 05:17 AM Bug report #13913: Embed layers and groups does not work properly with layer duplicate names
- Additionally I encountered the following error:
If you have two or more groups with identical names QGIS always embed... - 04:59 AM Bug report #14036: graduated rendering: classes' upper and lower values precision truncated when ...
- Regis, I noticed that the natural break function will only deal with the full dataset if it has less than 1,000 featu...
- 04:51 AM Bug report #14036: graduated rendering: classes' upper and lower values precision truncated when ...
- I already funded the same bug in early 2.x versions. We absolutely need a unit test here.
- 04:52 AM Bug report #14024: DB Manager fails copying a LINESTRINGM
- I Paolo, I dump and restore LINESTRINGM a lot here. Maybe you added a autocast conversion type in your postgres insta...
- 04:48 AM Revision 8ff4c78e (qgis): [symbology] fix precision of values when saving settings (#14036)
- 03:43 AM Bug report #5079 (Closed): Error adding WFS layer from an Intergraph WebMap WFS
- closing for lack of feedback, reopen if necessary.
- 03:43 AM Bug report #5079 (Closed): Error adding WFS layer from an Intergraph WebMap WFS
- closing for lack of feedback, reopen if necessary.
- 03:42 AM Bug report #5786 (Closed): "Text annotation" map tool not correctly interacting with other map tools
- this seems fixed, please reopen if necessary.
- 03:42 AM Bug report #5786 (Closed): "Text annotation" map tool not correctly interacting with other map tools
- this seems fixed, please reopen if necessary.
2015-12-25
- 12:59 AM Revision 71dc3391 (qgis): more stl to qt ports and size_t => int fixups
- 12:41 AM Bug report #5087 (Closed): An action that makes the Identify Results dock appear forces a complet...
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> seems to be fixed, at least in QGIS 2.13 master in MS Windows 7 x6... - 12:41 AM Bug report #5087 (Closed): An action that makes the Identify Results dock appear forces a complet...
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> seems to be fixed, at least in QGIS 2.13 master in MS Windows 7 x6... - 12:33 AM Bug report #5602 (Closed): Identify disabled in WMS for grouped layers
- closing for lack of feedback, reopen if necessary.
- 12:33 AM Bug report #5602 (Closed): Identify disabled in WMS for grouped layers
- closing for lack of feedback, reopen if necessary.
- 12:31 AM Bug report #4645 (Closed): Changing multiple symbol colours at once is applied immediately to the...
- seems really fixed now, please reopen if necessary.
- 12:31 AM Bug report #4645 (Closed): Changing multiple symbol colours at once is applied immediately to the...
- seems really fixed now, please reopen if necessary.
- 12:29 AM Bug report #13857: Default values on a PG table: type cast appended
- Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > ('now'::text)::date
> >
> > (in a date column of course), works i... - 12:23 AM Bug report #14037 (Feedback): frequent crash when editing data in relation forms (standard relati...
- Hi, why blocker? it works fine in official qgis releases?
- 10:42 AM Bug report #14037 (Closed): frequent crash when editing data in relation forms (standard relation...
- When I edit data in in the subform of the standard generated form, qgis often crashes.
A jpg that shows a form in edi... - 09:14 PM Bug report #14036 (Closed): graduated rendering: classes' upper and lower values precision trunca...
- Fixed in commit:8ff4c78.
- 09:14 PM Bug report #14036 (Closed): graduated rendering: classes' upper and lower values precision trunca...
- Fixed in commit:8ff4c78.
- 09:14 PM Bug report #14036 (Closed): graduated rendering: classes' upper and lower values precision trunca...
- Fixed in commit:8ff4c78.
- 07:58 PM Bug report #14036: graduated rendering: classes' upper and lower values precision truncated when ...
- Ok, I figured out where the problem was, and opened a PR which fixes things (see https://github.com/qgis/QGIS/pull/26...
- 01:04 AM Bug report #14036 (Closed): graduated rendering: classes' upper and lower values precision trunca...
- This one is quite odd, and can be quite tricky for users (as it will change the map symbology rendering on project re...
- 04:18 PM Revision 5605eafa (qgis): Merge pull request #2612 from SebDieBln/FixWarningsOnWindows
- Avoid some compiler warnings on Windows
- 02:58 PM Revision 87d742d1 (qgis): prompt the user to load backup when load project fails
- If an error occurs while loading the project file, prompt the user to load the backup file instead, if it exists.
- 02:58 PM Revision e1586422 (qgis): change project/backup file only after preparing the data
- This avoids corrupted project files when crashing during the preparation of the XML data to write to the project file...
- 02:38 PM Revision 7c3cf646 (qgis): use existing files when saving existing project
- 09:18 AM Revision 036eada9 (qgis): Fix #14001
- 09:10 AM Revision d746a942 (qgis): Expressions: test prepare() and fix segfault
- 05:46 AM Revision 5f1959bc (qgis): move more stl usage to qt
- 04:29 AM Revision 4530c2ab (qgis): improve project saving to network shares (fixes #13299)
- 04:29 AM Revision 8949c442 (qgis): indentation test: improve interpretation of commit ranges
- 02:30 AM Revision 7ccbe1bf (qgis): avoid some compiler warnings on Windows
- The ERROR macro is already defined by WinGDI.h and so the warning C4005 'macro redefinition' was thrown.
The constant...
2015-12-24
- 12:20 AM Bug report #14001 (Closed): Crash in QGIS Server running without project in CGI mode
- Fixed in changeset commit:"036eada9903d4e658fe7fcb6c399b61598665d7a".
- 08:49 PM Bug report #13299 (Closed): Slow saving to network drive
- Fixed in changeset commit:"4530c2abbedc318be1e290ef9ed8ad020ede94b7".
- 11:02 AM Bug report #13299: Slow saving to network drive
- Giovanni Manghi wrote:
> Very interesting, could you please write your notes in the developers mailing list? thanks!
... - 05:53 PM Revision 4b723578 (qgis): Expressions, fix WhenThen crash and more tests
- * Fix a crash with WhenThenList
* Check implicit sharing with all test expressions. - 05:12 PM Revision 09e23ee9 (qgis): Fix file check
- 04:26 PM Revision 88a197b2 (qgis): [processing] fix missing import for Union and Clip algs
- 04:11 PM Bug report #11307: Default transparency for selections not honored
- Can you please test using current master? This should be fixed by commit:46bc85ae635cc07209627712157abe06d9850636.
- 03:45 PM Feature request #14035 (Closed): circular string show vertex for curve center as X or other means
- Probaby useful to know where the arc center is when drawing it and for snapping options, like snap to circle center
- 03:41 PM Feature request #14034 (Feedback): Circular string add option to add close circle
- Subject pretty clear, option to create a circle of given radius or define circle center and click to snap to another ...
- 03:38 PM Bug report #13683: DBManager doesn't work with the new authentication system
- See #13841, which is a duplicate of this bug? There is a patch ("PR 2473":https://github.com/qgis/QGIS/pull/2473) sup...
- 03:32 PM Bug report #14033 (Closed): Circular string doesn't snap
- When using the circular string option, it does not honor snapping
- 03:14 PM Revision 8798c423 (qgis): [Processing] Parameter default value is None
- 03:14 PM Revision 7754f17a (qgis): [Processing] Manage default value for parameter
- To finalize commit 3472ac80d8bdd030090ce81cb686f3cfcbd913cd update processing to well manage default value
- 03:14 PM Revision 9da4a76e (qgis): [Processing] update parameters test
- 03:14 PM Revision cc2fb2ef (qgis): [Processing] Update gui
- 03:14 PM Revision afcf567e (qgis): [Processing] fixup parameters test
- - Broke into per class testcase
- Each method tries to test only one aspect of behavior
- Use unittest assertions for... - 03:01 PM Revision 2415e37d (qgis): Merge pull request #2610 from SebDieBln/ReadAlphaSelectionColor
- Read alpha component of selection color from project properties (fixes #13994)
- 02:45 PM Revision 46bc85ae (qgis): read alpha component of selection color from project
- (fixes #13994)
- 02:25 PM Revision 447121eb (qgis): Fix build warnings
- 01:47 PM Bug report #13857: Default values on a PG table: type cast appended
- Giovanni Manghi wrote:
> ('now'::text)::date
>
> (in a date column of course), works if adding a record in pgadmin (... - 10:40 AM Bug report #13857 (Feedback): Default values on a PG table: type cast appended
- I cannot confirm the specific issue described here, a default defined as
'test123'::character varying
returns as ex... - 11:36 AM Revision c9b0ab17 (qgis): Cleanup sbn file if gdal did not already remove it. Fixes bug #13319
- 10:41 AM Bug report #13755: Copy/paste PostGIS layer: date not autofill ( ('now'::text)::date)
- Jürgen Fischer wrote:
> Doing what in QGIS exactly?
see #13857-11 - 06:01 AM Bug report #13994 (Closed): QGIS /forget/ignore settings, for coloropacity in options/canvaslegen...
- Fixed in changeset commit:"2415e37d19b6343e3ef45c106e6ab0f001a30c91".
- 05:55 AM Bug report #13994: QGIS /forget/ignore settings, for coloropacity in options/canvaslegend/selecti...
- The color (including the alpha channel) is correctly written to the project file, but the alpha channel is not read b...
- 05:29 AM Bug report #14030: Filter expressions to postgres provider
- I think that the forms with relations were never actually using the expression compiler IIRC.
- 02:17 AM Revision 8f29f28d (qgis): fix windows build and some warnings
2015-12-23
- 09:35 PM Bug report #10636 (Reopened): Translation for command description and help in Processing: GRASS a...
- Still very much true, see attached.
- 09:35 PM Bug report #10636 (Reopened): Translation for command description and help in Processing: GRASS a...
- Still very much true, see attached.
- 09:25 PM Revision 6c31e4b6 (qgis): Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.
- QGIS crashes when using the Globe plugin if this package is not installed,
as reported in QGIS issue #9818 [0] and De... - 09:24 PM Revision ae24b083 (qgis): Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.
- QGIS crashes when using the Globe plugin if this package is not installed,
as reported in QGIS issue #9818 [0] and De... - 09:23 PM Revision 13a5167b (qgis): Merge pull request #2609 from sebastic/bug-9818
- Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe (fixes #9818)
- 05:06 PM Revision 076c2a09 (qgis): Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.
- QGIS crashes when using the Globe plugin if this package is not installed,
as reported in QGIS issue #9818 [0] and De... - 04:00 PM Revision c9e92893 (qgis): some fixes (missing include, duplicated line, wrong variable name)
- 04:00 PM Revision b33b9351 (qgis): Update rubber band after editing nodes
- It has to be done this way. Just adding updateSelectFeature() in a few places
is not enough, because then the rubber ... - 03:47 PM Revision b0bbfc7c (qgis): Merge pull request #2584 from SebDieBln/MapCanvas_EnterLeave
- UI improvement for digitizing maptools
- 03:45 PM Revision b602c5c5 (qgis): Revert "QgsGeometry to datastream -> avoid extra data copy"
- This reverts commit c1b512f948028093e481e1db089db8c044e86f4c.
- 03:42 PM Revision c1b512f9 (qgis): QgsGeometry to datastream -> avoid extra data copy
- 03:28 PM Revision 996de715 (qgis): Merge pull request #2608 from sbrunner/fill-select
- Fix fill and select mixage
- 02:36 PM Revision 409a59ff (qgis): Use the line digitizing settings for the note tool rubber band
- 12:24 PM Bug report #9818 (Closed): Crash when launching globe
- Fixed in changeset commit:"13a5167b4350485f04dbb65aa5bce5d10f25d8a2".
- 08:14 AM Bug report #9818: Crash when launching globe
- This issue was also reported in "Debian Bug #808817":https://bugs.debian.org/808817, since the crash is solved by hav...
- 12:20 PM Bug report #14032 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- see #14016
- 12:20 PM Bug report #14032 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- see #14016
- 07:13 AM Bug report #14032 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- Hi!
Win 7 sp1 x64, qgis x64 rev. 06553db
When I change values in "Options/Digitizing/Rubberband/Line color&Fill col... - 12:16 PM Feature request #13570 (Closed): size varying assistant not available for line layers
- 02:12 AM Feature request #13570: size varying assistant not available for line layers
- solved in master
- 12:12 PM Feature request #5560 (Closed): add option for field display order in identify window
- 08:08 AM Feature request #5560: add option for field display order in identify window
- Hi, I don't have rights to close tickets. Can anyone close this one?
- 11:33 AM Feature request #9346 (Closed): DBManager allow to add non geographical queries to canvas
- 08:12 AM Feature request #9346: DBManager allow to add non geographical queries to canvas
- Christmas cleaning crisis : can be closed!
- 10:37 AM Revision c465705f (qgis): Fix fill and select mixage
- Fix #14016
- 10:03 AM Revision a32587bc (qgis): [FEATURE][QGIS Server] Add short name to layers, groups and project
- A number of elements have both a <Name> and a <Title>. The Name is a text string used for machine-to-machine
communic... - 08:22 AM Bug report #13406: Inverted polygon renderer and shapeburst fill create ghost borders in qgis ser...
- lowering priority, we can use untiled layers for such use cases.
- 08:21 AM Feature request #8220: Add XLS and KMZ in Ogr supported file filter AND browser
- Hi guys, still cleaning old requests. I have seen no change in that area in GDAL topic pointed by Jürgen. Are you sti...
- 07:23 AM Bug report #14030: Filter expressions to postgres provider
- In fact, on my map canvas, i use the button "Identify Features" to visualize some datas edited with the "drag and dro...
- 05:22 AM Bug report #14030 (Feedback): Filter expressions to postgres provider
- Which expression?
- 02:31 AM Bug report #14030 (Closed): Filter expressions to postgres provider
- Option "Execute expressions on postgres server side if possible" (in Options>Data Sources) works perfectly in QGIS 2....
- 07:23 AM Bug report #14028: CurvePolygons not drawn
- Yes. Worked before. But don't know which commit breaks it.
- 01:15 AM Bug report #14028 (Feedback): CurvePolygons not drawn
- why blocker, is a regression?
- 07:04 AM Bug report #14029 (Feedback): Server crash upon first read of a project
- 04:32 AM Bug report #14029: Server crash upon first read of a project
- 1. I have only PostGIS layers, so I cannot tell whether the problem is also with other sources (the Lizmap demo, base...
- 03:36 AM Bug report #14029: Server crash upon first read of a project
- Please include steps to reproduce (sample setup?). What's the difference between the projects that work to the proj...
- 06:28 AM Bug report #14016 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- Fixed in changeset commit:"c465705f0199fa75048242c5ae6752e35ad69862".
- 01:21 AM Bug report #14016: Changes in "Options/Digitizing/Rubberband/Line color" doesn't change backgroun...
- Should be fixed with: https://github.com/qgis/QGIS/pull/2608
- 04:57 AM Bug report #14031: refresh WFS option (using current extent)
- Clarification: on 2.8.x once a non-caching WFS been loaded at full extent it won't be reloaded anymore.
- 04:44 AM Bug report #14031 (Closed): refresh WFS option (using current extent)
- My employer has several WFS with very large datasets.
(Example, this one: https://www.dov.vlaanderen.be/geoserver/dov... - 04:45 AM Bug report #6798: when copying a table by d&d from one schema to another the serial property is l...
- A more specific explanation of the problem:
A "serial" data type in PostgreSQL is syntactic sugar for "integer NOT N... - 03:00 AM Bug report #12146: Join tables are not shown in form defined by Drag and drop designer
- Just tested with QGIS 2.12.2 and it looks much better now:
now attributes are shown on form but *labels* are missing.
- 01:13 AM Bug report #12146 (Reopened): Join tables are not shown in form defined by Drag and drop designer
- 02:09 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- Update: testing e6a265c1030bae01aa8d0eca905693e371ff0bd7
CGI still crashes with the same error:... - 01:25 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- Just tested with python disabled: still crashing.
- 01:10 AM Bug report #14020 (Closed): DB Manager and Browser cannot delete materialized views
- 01:09 AM Feature request #6377 (Closed): r.reclass path to reclass rules within modeler
2015-12-22
- 12:38 AM Bug report #12146: Join tables are not shown in form defined by Drag and drop designer
- I confirm that this bug is Not Fixed Yet:
1. *Attribute editor layout* is set to *Drag and Drop designer*.
2. I added... - 12:26 AM Bug report #14029: Server crash upon first read of a project
- Can you be more precise :
Do you have problems with other QGIS Provider (OGR: ESRI Shapefile, etc) or only with PostG... - 11:18 PM Bug report #14029: Server crash upon first read of a project
- 2.8.4 reinstalled, I confirm, it's a regression.
- 10:23 PM Bug report #14029 (Closed): Server crash upon first read of a project
- On the same server installation, Debian stable, QGIS 2.8.5, a few projects (including Lizmap demo) work, whereas othe...
- 09:56 PM Bug report #14028 (Closed): CurvePolygons not drawn
- CurvePolygons from PostGIS are not drawn in the mapcanvas if they do not contain a curve/arc.
- 05:46 PM Feature request #14027 (Open): save as KML data source options should use field list dropdown widget
- It'd be nice for the DescriptionField and NameField data source options (in the "Save as..." dialog) to make use of t...
- 05:45 PM Revision e6a265c1 (qgis): Merge pull request #2600 from m-kuhn/orderby-renderer
- Allow definition of feature rendering order
- 04:42 PM Bug report #13755: Copy/paste PostGIS layer: date not autofill ( ('now'::text)::date)
- Giovanni Manghi wrote:
> then there is something wrong, at least on 2.8.4:
> I just tested and if I have a default i... - 04:39 PM Revision 52a39fc2 (qgis): QgsSymbolV2 may not be copied
- 04:00 PM Revision c8060045 (qgis): Intendention
- 03:52 PM Revision f1e275db (qgis): DBManager: support timestamp values for Oracle
- 03:38 PM Revision ca37d004 (qgis): Merge pull request #2607 from elpaso/bugfix-14021-dvanced-settings-edit...
- Storing a pointer to QSettings instead of using stack
- 02:56 PM Revision bf4ad792 (qgis): Storing a pointer to QSettings instead of using stack
- The settings were allocated in the stack
causing a segfault when accessed from the slot
Fixes #14021 - 02:38 PM Bug report #13952: QGIS node tool causes snapping another feature randomly
- It is same issue I've noticed in earlier versions (look at issue #10957 dig3.png).
More, it happens only if I have m... - 12:21 PM Feature request #6494: "Show selected features" setting should cooperate with the override in the...
- Interesting. If in QGIS settings I select "show visible features", in the attribute table I have the option "Show al...
- 06:47 AM Feature request #6494 (Closed): "Show selected features" setting should cooperate with the overri...
- Hello, bug triage...
in QGIS 2.13 master (and probably in 2.12.1), the Attribute table behavior setting only affects... - 06:47 AM Feature request #6494 (Closed): "Show selected features" setting should cooperate with the overri...
- Hello, bug triage...
in QGIS 2.13 master (and probably in 2.12.1), the Attribute table behavior setting only affects... - 06:47 AM Feature request #6494 (Closed): "Show selected features" setting should cooperate with the overri...
- Hello, bug triage...
in QGIS 2.13 master (and probably in 2.12.1), the Attribute table behavior setting only affects... - 12:16 PM Feature request #2987: Auto GCP detection library
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> I am closing this feature request for lack of feedback and because... - 05:11 AM Feature request #2987 (Closed): Auto GCP detection library
- Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems that AutoGCP has be... - 05:11 AM Feature request #2987 (Closed): Auto GCP detection library
- Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems that AutoGCP has be... - 12:12 PM Bug report #14024 (Closed): DB Manager fails copying a LINESTRINGM
- It turns out to be a PostGIS issue, sending upstream
- 12:12 PM Bug report #14024 (Closed): DB Manager fails copying a LINESTRINGM
- It turns out to be a PostGIS issue, sending upstream
- 12:09 PM Bug report #14020: DB Manager and Browser cannot delete materialized views
- See also #13829
- 11:53 AM Bug report #6561 (Open): 'cubic' resambling for "zoomed in" (scale > 100%) rasters creates undesi...
- 11:53 AM Bug report #6561: 'cubic' resambling for "zoomed in" (scale > 100%) rasters creates undesired vis...
- It's still an issue - as per the commit note above, it's now only visible on image edges.
- 09:33 AM Bug report #6561 (Feedback): 'cubic' resambling for "zoomed in" (scale > 100%) rasters creates un...
- Hello, bug triage...
I can't reproduce it on QGIS 2.13 master . Can you confirm ? - 11:35 AM Feature request #6377: r.reclass path to reclass rules within modeler
- Hi Médéric,
You are absolutely right! Thank you very much!
Can someone with sufficient privileges close this featur... - 11:21 AM Revision 644960e5 (qgis): Numerically more robust circle center calculation. Provided by Timo Iip...
- 10:11 AM Feature request #6667 (Closed): save map tips status configuration
- Hello, bug triage...
this is fixed in QGIS 2.13 master (and probably in previous versions): the setting showTips is ... - 10:11 AM Feature request #6667 (Closed): save map tips status configuration
- Hello, bug triage...
this is fixed in QGIS 2.13 master (and probably in previous versions): the setting showTips is ... - 10:11 AM Feature request #6667 (Closed): save map tips status configuration
- Hello, bug triage...
this is fixed in QGIS 2.13 master (and probably in previous versions): the setting showTips is ... - 10:11 AM Bug report #13857 (Open): Default values on a PG table: type cast appended
- This refers to the PK issue, not to the main one, which is still valid.
- 09:52 AM Feature request #6626 (Closed): merge and publishing
- Hello, bug triage...
I am closing this feature request for lack of feedback and vague description.
Feel free to reo... - 09:52 AM Feature request #6626 (Closed): merge and publishing
- Hello, bug triage...
I am closing this feature request for lack of feedback and vague description.
Feel free to reo... - 09:46 AM Feature request #6605 (Closed): Image not exported to PDF
- Hello, bug triage...
with QGIS 2.13 (and probably with earlier versions) I can perfectly add a picture/image in a co... - 09:46 AM Feature request #6605 (Closed): Image not exported to PDF
- Hello, bug triage...
with QGIS 2.13 (and probably with earlier versions) I can perfectly add a picture/image in a co... - 09:46 AM Feature request #6605 (Closed): Image not exported to PDF
- Hello, bug triage...
with QGIS 2.13 (and probably with earlier versions) I can perfectly add a picture/image in a co... - 09:40 AM Revision d5585ffd (qgis): Use qSort instead of std::sort, former does not crash
- 09:40 AM Revision 9a64569f (qgis): Fix orderby table headers and use combobox
- 09:25 AM Feature request #6580 (Feedback): Save Layer Metadata Title and Abstract
- Hello, bug triage...
what do we do with this bug ? Metadata data information is stored in QLR files (at least title,... - 09:25 AM Feature request #6580 (Feedback): Save Layer Metadata Title and Abstract
- Hello, bug triage...
what do we do with this bug ? Metadata data information is stored in QLR files (at least title,... - 09:12 AM Revision 09cc9e4e (qgis): Use field expression widget in order by dialog
- 09:12 AM Revision 9c9ff79b (qgis): Add LongLong support to virtual provider
- 09:12 AM Revision 3f1db6d5 (qgis): Add test for combination orderby / subset of attributes
- 09:12 AM Revision 3dc832a3 (qgis): Don't crash providers when destrucing with fake open connection
- 09:12 AM Revision 168c6f70 (qgis): Rename OrderBys -> OrderBy and OrderBy -> OrderByClause
- And some sip fixes
- 09:12 AM Revision e00815db (qgis): Add test for rendering order
- 09:12 AM Revision a5f88181 (qgis): Fix fallback orderby and attribute subset
- Also properly closes the iterator when a fallback orderby is used
- 09:12 AM Revision 73ba0e80 (qgis): [FEATURE] Allow definition of rendering order for renderers
- This allows defining the order in which features are processed by
renderers. - 09:04 AM Revision 9d81938c (qgis): Merge pull request #2605 from nyalldawson/delimited
- Add support for curved geometries and M/Z values to delimited text provider
- 08:07 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- The good is that with latest master I can now reproduce it in the Qt-Creator debugger, the bad is that it still segfa...
- 07:41 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- Pushed a commit to master that prevents from copying QgsSymbolV2 (that would be a possible reason for this crash. In ...
- 07:28 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- I'm pretty sure it's related to
static QgsMarkerSymbolV2 sSkipRender;
in qgscategorizedsymbolrendererv2.h
It may h... - 08:04 AM Bug report #14010 (Reopened): Converting to Offline Editing of WFS-T layer causes minidump
- 05:26 AM Bug report #14010: Converting to Offline Editing of WFS-T layer causes minidump
- Giovanni Manghi wrote:
>
> I have found no evidence that this tools was ever intended to be used with wfs-t. Do you e... - 08:01 AM Bug report #4943 (Closed): Georeferenced plugin don't put projection into tif
- this report is quite old and the georeferencer got several bug fixes along the time, even quite recently. Reopen if n...
- 08:01 AM Bug report #4943 (Closed): Georeferenced plugin don't put projection into tif
- this report is quite old and the georeferencer got several bug fixes along the time, even quite recently. Reopen if n...
- 07:50 AM Bug report #13863: Complex Polygon not displayed on screen if it can not be displayed entirely
- will be fixed with https://github.com/qgis/QGIS/pull/2606
- 07:50 AM Bug report #13862: Labels are not displayed on Layers with "cut-outs"
- will be fixed with https://github.com/qgis/QGIS/pull/2606
- 07:50 AM Bug report #13862: Labels are not displayed on Layers with "cut-outs"
- will be fixed with https://github.com/qgis/QGIS/pull/2606
- 07:50 AM Bug report #13862: Labels are not displayed on Layers with "cut-outs"
- will be fixed with https://github.com/qgis/QGIS/pull/2606
- 07:46 AM Feature request #6579 (Feedback): Scale selector vs Coordinate box width
- Hello, bug triage...
we perhaps need to extend the size of the scale QComboBox but if we do this, we should also inc... - 07:34 AM Feature request #6558: Split-pane entry and output for PyQGIS console
- Hello, bug triage...
I think we can close this feature request because every point is covered in the Python console.... - 07:30 AM Bug report #6552 (Closed): WFS client: Filter Element contains incoherent XML Namespaces
- Hello, bug triage...
this is fixed in QGIS 2.13 master (and probably in previous versions). Now, the filter request ... - 07:30 AM Bug report #6552 (Closed): WFS client: Filter Element contains incoherent XML Namespaces
- Hello, bug triage...
this is fixed in QGIS 2.13 master (and probably in previous versions). Now, the filter request ... - 07:30 AM Bug report #6552 (Closed): WFS client: Filter Element contains incoherent XML Namespaces
- Hello, bug triage...
this is fixed in QGIS 2.13 master (and probably in previous versions). Now, the filter request ... - 07:27 AM Bug report #13065 (Feedback): WFS 1.0.0 Client requests with a GML component fail against Geoserv...
- Hello, bug triage...
this is also true for an attribute filter (tested on QGIS 2.13 master):... - 07:27 AM Bug report #13065 (Feedback): WFS 1.0.0 Client requests with a GML component fail against Geoserv...
- Hello, bug triage...
this is also true for an attribute filter (tested on QGIS 2.13 master):... - 07:16 AM Bug report #14026 (Closed): DBManager Import layer/file to Oracle not working - Error 8 Loading o...
- QGIS 2.12.0 - DB Manager 0.1.20 - Windows 7 - Oracle 11g 11.2.0.3.0
Import vector layer, shape file as well as a lay... - 07:10 AM Bug report #14002 (Closed): regression: attribute table opens to form view
- 07:10 AM Bug report #14002: regression: attribute table opens to form view
- Yes, fixed in commit:bc30075 shortly after this issue was filed. Closing.
- 07:00 AM Bug report #14002: regression: attribute table opens to form view
- Isn't this already fixed in master?
- 07:03 AM Bug report #14025: Crash when loading project with custom renderer for vector layers
- Not sure, but this could be the problem:
src/core/symbology-ng/qgssinglesymbolrendererv2.cpp:458... - 06:26 AM Bug report #14025 (Closed): Crash when loading project with custom renderer for vector layers
- I have custom renderer for vector layers, and can save project including information about this custom renderer. But ...
- 06:51 AM Revision 856be9ba (qgis): Ensure that rings are closed when adding to polygons
- 06:51 AM Revision 5838819d (qgis): [FEATURE] Curve support for memory layers
- ...smallest diff for a new feature ever ;)
- 06:50 AM Revision 6122f046 (qgis): Remove unimplemented QgsSurfaceV2::pointOnSurface method
- Was always returning a point not on the surface! (0,0). Use the
GEOS method instead. - 06:50 AM Revision 2963408e (qgis): Correct vertex count when using identify tool on curved lines
- 06:41 AM Bug report #14021 (Closed): changing a value in the advanced settings editor makes qgis crash
- Fixed in commit:ca37d004ac
- 06:41 AM Bug report #14021 (Closed): changing a value in the advanced settings editor makes qgis crash
- Fixed in commit:ca37d004ac
- 05:59 AM Bug report #14021: changing a value in the advanced settings editor makes qgis crash
- Fixed in https://github.com/qgis/QGIS/pull/2607
- 05:50 AM Bug report #14021 (In Progress): changing a value in the advanced settings editor makes qgis crash
- 06:39 AM Bug report #6481 (Feedback): ftools function "Export/Add geometry columns" produces incorrect dba...
- Hello, bug triage...
I am sorry for such a late answer but do you have any DBase reference about the maximum number ... - 06:37 AM Feature request #11733: add "add Data" functionality
Note that current efforts around link types can be found in https://github.com/OSGeo/Cat-Interop/blob/master/LinkPro...- 06:20 AM Feature request #11733: add "add Data" functionality
- Hi
I'd like contribute with this functionality.
My idea is to implement the reading of the "missing" protocols (we ha... - 06:21 AM Bug report #13973: Crash when switching from custom renderer to another
- Ok, I solved issue with crash when switching from custom renderer to standard. But there stll get Python error when s...
- 06:08 AM Bug report #13299: Slow saving to network drive
- Jakob Lanstorp wrote:
> #11211 is the same problem as this issue.
>
> This problem is due to how QGIS writes some of... - 06:07 AM Bug report #13299: Slow saving to network drive
- see also #11211
- 06:07 AM Bug report #11211 (Closed): Save QGIS project on VPN connection is very slow
- duplicate of #13299
- 06:07 AM Bug report #11211 (Closed): Save QGIS project on VPN connection is very slow
- duplicate of #13299
- 05:47 AM Bug report #14015 (Closed): Saving categorized style into Postgresql causes crash on QGIS master
- it now work ok on the latest master. Thanks!
- 05:47 AM Bug report #14015 (Closed): Saving categorized style into Postgresql causes crash on QGIS master
- it now work ok on the latest master. Thanks!
- 03:50 AM Bug report #14015: Saving categorized style into Postgresql causes crash on QGIS master
- Cannot reproduce with current master.
You might want to add a step-by-step instructions to reproduce. - 05:46 AM Feature request #6450: Allow QGIS to 'guess' field types for calculated fields in spatialite views
- Oops, sorry for the noise: I've made tests with calculated fields and QGIS don't recognise them (even with a CAST fun...
- 05:36 AM Feature request #6450 (Feedback): Allow QGIS to 'guess' field types for calculated fields in spat...
- Hello, bug triage...
in QGIS 2.13 master (and probably in 2.12.1), when I make a SQLite view, QGIS find attribute ty... - 05:28 AM Bug report #3777 (Open): Attribute table record selection
- 05:28 AM Feature request #3759 (Open): Random points in symbol layer properties
- 05:26 AM Feature request #3703 (Open): improvement of spatial selection
- 05:26 AM Feature request #3619 (Open): [FEATURE] Extended tooltips for tool bars
- 05:25 AM Feature request #3584 (Open): Select features by radius should display current radius
- 05:25 AM Feature request #3572 (Open): Handling of symbology load error on project load
- 05:24 AM Feature request #3567 (Open): Thousands separator
- 05:24 AM Feature request #3525 (Open): Auto resize label box in composer to fit it's contents
- 05:23 AM Bug report #14023 (Closed): QgisCloud
- anyway this must be filed in the qgiscloud tracker, not here. cheers!
- 05:23 AM Bug report #14023 (Closed): QgisCloud
- anyway this must be filed in the qgiscloud tracker, not here. cheers!
- 05:00 AM Bug report #14023 (Feedback): QgisCloud
- Hello, bug triage...
I am sorry but you need to report bugs in english (most developers are not french) ! Could you ... - 05:00 AM Bug report #14023 (Feedback): QgisCloud
- Hello, bug triage...
I am sorry but you need to report bugs in english (most developers are not french) ! Could you ... - 05:23 AM Feature request #3524 (Open): Vector layer placement in leged on adding a new one
- 05:22 AM Bug report #3489 (Open): Missing DB name in Add PostGis layer gives no useful warning
- 05:22 AM Feature request #3486 (Open): Snapping for move tool
- 05:22 AM Feature request #3474 (Closed): Add supporting any field for Singleparts to multipart tool
- Hello, bug triage...
I am closing this feature request for lack of feedback and because Processing tool can do what ... - 05:22 AM Feature request #3474 (Closed): Add supporting any field for Singleparts to multipart tool
- Hello, bug triage...
I am closing this feature request for lack of feedback and because Processing tool can do what ... - 05:20 AM Bug report #3456 (Open): Difference between vectors is empty if one of the inputs has errors
- 05:18 AM Bug report #3333 (Closed): GdalTools: strange responsivenes of multiple files selector
- Hello, bug triage...
I am closing this bug report for lack of feedback and because I can't find any "strange respons... - 05:18 AM Bug report #3333 (Closed): GdalTools: strange responsivenes of multiple files selector
- Hello, bug triage...
I am closing this bug report for lack of feedback and because I can't find any "strange respons... - 05:15 AM Feature request #3331 (Open): GdalTools: add utilities for MapServer
- 05:14 AM Feature request #3288 (Open): Enable stacked layers selection for "Simplify Feature"
- 05:13 AM Feature request #3209 (Open): Set "Skip attribute creation" as a default setting when user choose...
- 05:07 AM Feature request #1502 (Open): Allow vector symbol classification to affect outline color
- 03:37 AM Revision f994e71d (qgis): [FEATURE] Delimited text provider supports curved WKT geometries
- 03:37 AM Revision 809c9255 (qgis): [FEATURE] Support Z/M dimensions in delimited WKT files
- 02:39 AM Bug report #13893 (Closed): Short arcs/curves have wrong center and radius and results big circle...
- Applied to master branch. Thanks, Timo.
2015-12-21
- 12:07 AM Revision dfd3c8db (qgis): changed mime icons files names
- 12:07 AM Revision a39585e3 (qgis): updated mime icons for mac
- 12:07 AM Revision 25ec9ee3 (qgis): Added new mime icons
- 10:37 PM Bug report #14024 (Closed): DB Manager fails copying a LINESTRINGM
- D&D between DBs fails for LINESTRINGM layers. It works well for LINESTRING.
- 09:47 PM Revision e45603a9 (qgis): circular string maptools now react to ESC key
- 09:47 PM Revision 6ef1706d (qgis): code cleanup and improved readability in circular maptools
- 09:47 PM Revision 889422e5 (qgis): better rubberband calculation in maptool circular by radius
- The rubberband is only calculated when needed.
- 09:05 PM Revision 06553db0 (qgis): Remove unrequired data checks from QgsGeometry
- The d-pointer in QgsGeometry should never be null.
- 08:52 PM Revision 7509608d (qgis): osgeo4w: include grass7 plugin
- (cherry picked from commit e19ad4be77cc9dfd98f36f70d096577ef9049809)
- 08:49 PM Revision e19ad4be (qgis): osgeo4w: include grass7 plugin
- 08:49 PM Revision b508790c (qgis): fix precise build (+ foreach->Q_FOREACH)
- 06:47 PM Revision 6347af09 (qgis): Merge pull request #2601 from rldhont/update_qgsmaplayer_doc
- [Doc] Update QgsMapLayer documentation
- 05:33 PM Revision f7566710 (qgis): [Doc] Update QgsMapLayer documentation
- Add documentation string to 10 QgsMapLayer methods.
- 03:31 PM Bug report #13299: Slow saving to network drive
- Same problem with 2.12, win7, 64bit.
when I save in localhost it takes 5 seconds, in network it delay more than 1 minute - 02:40 PM Bug report #14023: QgisCloud
- Bonjour,
je viens de découvrir QgisCloud et d'uploader un projet.je constate que les couleurs de polygone sont détéri... - 02:37 PM Bug report #14023 (Closed): QgisCloud
- Bonjour,
je viens de découvrir QgisCloud et d'uploader un projet.je constate que les couleurs de polygone sont détéri... - 01:40 PM Revision 3cd93831 (qgis): centerpoint-rubberband works w/ maptool circular by radius
- 01:32 PM Revision 931b3d16 (qgis): maptool circular string by radius uses temporary rubberband
- 01:21 PM Bug report #13862: Labels are not displayed on Layers with "cut-outs"
- Yorck Neumann wrote:
> No, I can not see any grey / red rectangles.
>
> I have set up a new Test-Project just ha... - 01:17 PM Bug report #13863 (Feedback): Complex Polygon not displayed on screen if it can not be displayed ...
- this polygon has a nasty error,
if trying to import it in postgis I get
Creation error for features from #0 to #0. P... - 01:17 PM Bug report #13863 (Feedback): Complex Polygon not displayed on screen if it can not be displayed ...
- this polygon has a nasty error,
if trying to import it in postgis I get
Creation error for features from #0 to #0. P... - 01:17 PM Bug report #13863 (Feedback): Complex Polygon not displayed on screen if it can not be displayed ...
- this polygon has a nasty error,
if trying to import it in postgis I get
Creation error for features from #0 to #0. P... - 01:17 PM Bug report #13863 (Feedback): Complex Polygon not displayed on screen if it can not be displayed ...
- this polygon has a nasty error,
if trying to import it in postgis I get
Creation error for features from #0 to #0. P... - 01:17 PM Bug report #13863 (Feedback): Complex Polygon not displayed on screen if it can not be displayed ...
- this polygon has a nasty error,
if trying to import it in postgis I get
Creation error for features from #0 to #0. P... - 01:17 PM Bug report #13863 (Feedback): Complex Polygon not displayed on screen if it can not be displayed ...
- this polygon has a nasty error,
if trying to import it in postgis I get
Creation error for features from #0 to #0. P... - 12:52 PM Bug report #13211 (Open): attribute table in print composer does not refresh
- 12:52 PM Revision b4892c13 (qgis): maptool circular string by point uses temporary rubberband
- 12:50 PM Revision 8eb8494d (qgis): initialize temporary rubberband for circular string tools
- (temporary rubberband still not used)
- 12:50 PM Revision e0b14a5e (qgis): added a temporary rubberband to the circular maptools
- (but it is not used yet)
- 12:50 PM Bug report #11775 (Closed): Crash after simple zooming and panning map
- duplicate of #11141 reopen if necessary.
- 12:50 PM Bug report #11775 (Closed): Crash after simple zooming and panning map
- duplicate of #11141 reopen if necessary.
- 12:49 PM Revision 6a2af5d9 (qgis): deduplicated connecting to the curve of parent tool
- also moved it to the active() method
- 12:49 PM Revision aad80270 (qgis): allow to create a QgsGeometryRubberBand as the alternative band
- 12:48 PM Bug report #13338 (Closed): problems with the style of simple markers in pointlayers in QGIS 2.10...
- likely a local issue(?), please reopen if necessary.
- 12:48 PM Bug report #13338 (Closed): problems with the style of simple markers in pointlayers in QGIS 2.10...
- likely a local issue(?), please reopen if necessary.
- 12:44 PM Bug report #13658 (Closed): Polygons disappear after saving
- Rombert Stapel wrote:
> I haven't encountered the issue so far in 2.12. My CRS was almost identical to Daniele's sett... - 12:44 PM Bug report #13658 (Closed): Polygons disappear after saving
- Rombert Stapel wrote:
> I haven't encountered the issue so far in 2.12. My CRS was almost identical to Daniele's sett... - 12:43 PM Bug report #13658: Polygons disappear after saving
- mr twister wrote:
> #11007
this is a known issue that will be taken care for 2.14. - 12:37 PM Bug report #14010: Converting to Offline Editing of WFS-T layer causes minidump
- Drew Nix wrote:
> Based on the Documentation (http://docs.qgis.org/2.8/en/docs/user_manual/plugins/plugins_offline_ed... - 05:10 AM Bug report #14010: Converting to Offline Editing of WFS-T layer causes minidump
- Drew Nix wrote:
> Based on the Documentation (http://docs.qgis.org/2.8/en/docs/user_manual/plugins/plugins_offline_ed... - 05:06 AM Bug report #14010: Converting to Offline Editing of WFS-T layer causes minidump
- Based on the Documentation (http://docs.qgis.org/2.8/en/docs/user_manual/plugins/plugins_offline_editing.html), this ...
- 12:34 PM Bug report #13530: cpt-city ramps missing
- Jeff Moyen wrote:
> > it is the plugin that indeed creates this variable.
> > So it seems that if the user needs real... - 12:09 PM Bug report #13530: cpt-city ramps missing
> it is the plugin that indeed creates this variable.
> So it seems that if the user needs really to re-run the plug...- 11:45 AM Bug report #13530: cpt-city ramps missing
> My interpretation would be that at some point, something (QGIS or the plugin?) wrote in the registry, and that uni...- 04:40 AM Bug report #13530: cpt-city ramps missing
- You're absolutely right, It's gone now. Sorry for the misunderstanding.
See my comment #6 above : it was there after... - 02:35 AM Bug report #13530: cpt-city ramps missing
- Jeff Moyen wrote:
> settings|options
>
> tab "advanced", all the way at the bottom ("advanced settings editor")
in ... - 02:01 AM Bug report #13530: cpt-city ramps missing
- settings|options
tab "advanced", all the way at the bottom ("advanced settings editor") - 01:40 AM Bug report #13530: cpt-city ramps missing
> 1) in options|advanced
where is this option?
cheers!- 01:31 AM Bug report #13530: cpt-city ramps missing
- Giovanni,
I don't believe so. Right now in Lyon I do have access to the cpt-city palettes (after the trick I explain... - 01:15 AM Bug report #13530 (Closed): cpt-city ramps missing
- it seems to me that the location of the cpt pallettes is controlled by the "color ramp manager" plugin (see attached ...
- 01:15 AM Bug report #13530 (Closed): cpt-city ramps missing
- it seems to me that the location of the cpt pallettes is controlled by the "color ramp manager" plugin (see attached ...
- 01:15 AM Bug report #13530 (Closed): cpt-city ramps missing
- it seems to me that the location of the cpt pallettes is controlled by the "color ramp manager" plugin (see attached ...
- 12:11 PM Bug report #14022: Version check should be user-controlled
- Here's the list of reasons correctly formatted for Textile:
* There is no user-facing control for setting this statu... - 12:09 PM Bug report #14022 (Closed): Version check should be user-controlled
- In 2.12 and later releases, it looks like on startup, QGIS phones home to check for a newer release and displays this...
- 12:02 PM Bug report #12361: QGIS crashes whenever using Python console
- this seems pretty much a local issue... something new to add to this report?
tried a recent release, 2.8.4 or 2.12.1? - 11:59 AM Bug report #8628: DB Manager does not load PostGIS rasters using QGIS-master for Debian
- not sure about Debian, but on Ubuntu I see no issues here.
- 11:58 AM Bug report #8628: DB Manager does not load PostGIS rasters using QGIS-master for Debian
- Paolo Cavallini wrote:
> Apparently still valid: the result of st_resample cannot be read.
>
> CREATE TABLE dtm1k
> ... - 11:56 AM Bug report #8628: DB Manager does not load PostGIS rasters using QGIS-master for Debian
- Paolo Cavallini wrote:
> Now it seems to work, except for -r (out of db) rasters, that crash QGIS
works fine on QGIS... - 11:47 AM Bug report #14021 (Closed): changing a value in the advanced settings editor makes qgis crash
- subject says it all, tested on master/osgeo4w.
- 11:34 AM Bug report #6798: when copying a table by d&d from one schema to another the serial property is l...
- Giovanni Manghi wrote:
> it happens only when in the dialog the user does not specify the primary key by enabling the... - 11:34 AM Bug report #6798: when copying a table by d&d from one schema to another the serial property is l...
- Giovanni Manghi wrote:
> it happens only when in the dialog the user does not specify the primary key by enabling the... - 09:44 AM Bug report #13755: Copy/paste PostGIS layer: date not autofill ( ('now'::text)::date)
- Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > > If it's about the defaults of the default layer those are only c... - 07:42 AM Bug report #13755: Copy/paste PostGIS layer: date not autofill ( ('now'::text)::date)
- Giovanni Manghi wrote:
> > If it's about the defaults of the default layer those are only considered for primary key ... - 04:30 AM Bug report #13755: Copy/paste PostGIS layer: date not autofill ( ('now'::text)::date)
- Jürgen Fischer wrote:
> If it's about the defaults of the default layer those are only considered for primary key co... - 09:30 AM Revision 7afa9e31 (qgis): Fix crash in topology checker (fix #14017)
- 09:30 AM Revision 013d6d33 (qgis): Fix more warnings
- 09:29 AM Feature request #4273: North arrow in lower/upper centre canvas
- I've been having a look at doing this. I might include Feature request #3756 as well as it's all pretty much the same...
- 09:25 AM Bug report #13893: Short arcs/curves have wrong center and radius and results big circles to map
- Will try the patch in the next days.
- 04:51 AM Bug report #13893 (Open): Short arcs/curves have wrong center and radius and results big circles ...
- 09:13 AM Revision 483ef3c7 (qgis): Merge pull request #2599 from nyalldawson/order_by
- Order by fixes and Mssql provider implementation
- 06:01 AM Bug report #13148 (Closed): Netcdf files : computational problem with the gdal tools
- without further details and a dataset is impossible to troubleshoot this issue. Feel free to reopen.
- 06:01 AM Bug report #13148 (Closed): Netcdf files : computational problem with the gdal tools
- without further details and a dataset is impossible to troubleshoot this issue. Feel free to reopen.
- 06:00 AM Bug report #13377 (Closed): Unable to Snap to new features after saving, without reloading data
- closing for lack of feedback and because it also works as expected, at least on master.
- 06:00 AM Bug report #13377 (Closed): Unable to Snap to new features after saving, without reloading data
- closing for lack of feedback and because it also works as expected, at least on master.
- 05:51 AM Bug report #13151: Zonal statistics error: 0-d arrays can't be indexed
- tested again on several computers (Windows 7/10, linux) with your data and the latest processing available: no issues.
- 05:51 AM Bug report #13151: Zonal statistics error: 0-d arrays can't be indexed
- tested again on several computers (Windows 7/10, linux) with your data and the latest processing available: no issues.
- 05:42 AM Bug report #9369: "duplicate layer" takes ages to duplicate spatialite layers
- what is the status of this issue? I can't replicate even with large projects. Can a sample project and data be shared...
- 05:40 AM Bug report #11540 (Open): Cannot load http_digest authenticated WMS
- 03:13 AM Bug report #9425 (Open): grass_script.bat always fails if USERNAME contains MBCS
- 02:37 AM Bug report #14018: UNable to create Multiple map outputs on one print composer
- MIchael O'Grady wrote:
> More of a bug report? But if I'm doing it wrong? I have tried locking the layers to make the... - 02:34 AM Bug report #14018: UNable to create Multiple map outputs on one print composer
- More of a bug report? But if I'm doing it wrong? I have tried locking the layers to make them uneditable but it still...
- 01:19 AM Bug report #14018 (Feedback): UNable to create Multiple map outputs on one print composer
- IS this a question or a bug report? cheers!
- 02:31 AM Bug report #13448 (Open): Qgis DBManager does nothing and does not output nothing in the console ...
- 01:59 AM Revision a42bfea9 (qgis): Merge pull request #2598 from SebDieBln/NoSingleStatementLines
- Make the qgisstyle tool fix multiple statements on a single line
- 01:34 AM Bug report #10955 (Closed): Error in Windows 64 bit installer
- Hi Jürgen,
if is feeeback then the ticket it to be closed, as the reporter has not left any feedback since long ago. - 01:34 AM Bug report #10955 (Closed): Error in Windows 64 bit installer
- Hi Jürgen,
if is feeeback then the ticket it to be closed, as the reporter has not left any feedback since long ago. - 01:31 AM Bug report #10955 (Feedback): Error in Windows 64 bit installer
- 01:30 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
> I was just looking for an open ticket on this subject. QGIS closes unexpectedly when attempting to open a 124Mb Fi...- 01:25 AM Bug report #14020 (Closed): DB Manager and Browser cannot delete materialized views
- DB Manager:...
- 01:21 AM Revision c28c493b (qgis): fix all occurrences of multiple statements in a single line
- This was accomplished by running scripts/astyle-all.sh.
- 01:18 AM Revision 95fa8668 (qgis): make astyle force every statement into a separate line
- 01:11 AM Bug report #11746: Vertical lines appear as artifacts when map has lots of layers turned on.
- Donovan Cameron wrote:
> I'm able to reproduce it easily now =)
>
> I add the Digital Road Atlas (layer that ends in...
2015-12-20
- 12:50 AM Revision 1199a25a (qgis): Enable provider side ordering for mssql provider
- 12:49 AM Revision dbb09197 (qgis): Handle order by parsing failures in postgres provider
- 12:49 AM Revision f2410596 (qgis): Add provider order by tests where expression compilation will fail
- 12:31 AM Bug report #14017 (Closed): Configuring the Topology checker tool makes QGIS master crash
- Fixed in changeset commit:"7afa9e31619d6f898c00a4755dd6682c13ebf507".
- 12:06 PM Bug report #14017: Configuring the Topology checker tool makes QGIS master crash
- spotted by Anita.
- 12:05 PM Bug report #14017 (Closed): Configuring the Topology checker tool makes QGIS master crash
- subject says it all. Tested on QGIS master/osgeo4w.
- 11:26 PM Bug report #4375 (Closed): Zoom to layer extent does not work for a point layer with a single point.
- Me too.
- 11:26 PM Bug report #4375 (Closed): Zoom to layer extent does not work for a point layer with a single point.
- Me too.
- 04:42 AM Bug report #4375: Zoom to layer extent does not work for a point layer with a single point.
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> It is not centered on the point but the point is displayed.
I can... - 11:22 PM Bug report #5173: Shape file field precision includes the . when saving, but not when editing in ...
- #14019
- 10:30 AM Bug report #5173 (Closed): Shape file field precision includes the . when saving, but not when ed...
- Alister Hood wrote:
> Yes, it is pretty much fixed.
> There is a problem with a corner case which would perhaps be be... - 10:30 AM Bug report #5173 (Closed): Shape file field precision includes the . when saving, but not when ed...
- Alister Hood wrote:
> Yes, it is pretty much fixed.
> There is a problem with a corner case which would perhaps be be... - 11:21 PM Bug report #14019 (Closed): Problems with a field where precision = length
- This looks like it is just a corner case remaining after the fix for #5173.
A) QGIS allows me to create a column wit... - 09:36 PM Bug report #14018 (Closed): UNable to create Multiple map outputs on one print composer
- I am unable to put multiple map outputs on one print composer, each showing a different selection of attributes from ...
- 09:07 PM Revision d31e6108 (qgis): fix windows build
- 08:39 PM Revision 2cacc6a3 (qgis): More warning fixes
- 07:37 PM Bug report #13336: Allow raster calculator with huge raster inputs
- Can you also send me a link to them? nyall dot dawson at gmail dot com
- 10:44 AM Bug report #13336 (Open): Allow raster calculator with huge raster inputs
- Nicolas Cadieux wrote:
> Send me an email to nicolas.cadieux at archeotec.ca if you need files to resolve this issue... - 10:44 AM Bug report #13336 (Open): Allow raster calculator with huge raster inputs
- Nicolas Cadieux wrote:
> Send me an email to nicolas.cadieux at archeotec.ca if you need files to resolve this issue... - 05:11 PM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
- Giovanni Manghi wrote:
> I have also tested some very large filegdb dataset linked here
>
> #11746-6
>
> with ... - 03:16 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
- I have also tested some very large filegdb dataset linked here #11746-6 with no issues whatsoever.
I suggest to cl... - 04:22 PM Bug report #14007: Can't create new features from Postgis Table with Z component
- I can confirm this issue. Some information about it with sample data:
http://osgeo-org.1560.x6.nabble.com/Problem-ed... - 04:21 PM Bug report #14006: Can't export layers from Postgis tables with Z component geometries
- I can confirm this issue. Some information about it with sample data:
http://osgeo-org.1560.x6.nabble.com/Problem-ed... - 11:43 AM Revision ec35dbee (qgis): Fix some warnings when building with clang and -Weverything
- 11:06 AM Bug report #3466 (Closed): Extremely Bloated PDF Vector Export under Win.
- 10:41 AM Bug report #5744 (Closed): Apply and Cancel buttons don't change language
- 10:40 AM Bug report #5780 (Open): Most labels in menus are in Title Case
- 10:39 AM Bug report #6230 (Closed): Layer may become unselected after "paste style"
- 10:38 AM Bug report #5125 (Closed): Inconsistent behaviour - whether or not newly added layers are automat...
- Alister Hood wrote:
> I didn't test adding layers programmatically, but yes, I think it can be closed. Can anyone re... - 10:38 AM Bug report #5125 (Closed): Inconsistent behaviour - whether or not newly added layers are automat...
- Alister Hood wrote:
> I didn't test adding layers programmatically, but yes, I think it can be closed. Can anyone re... - 10:28 AM Bug report #6210 (Closed): Choosing the CRS from the "recently used CRS" does nothing (on the fir...
- no need to wait to close this one, it has been fixed a long ago.
- 10:28 AM Bug report #6210 (Closed): Choosing the CRS from the "recently used CRS" does nothing (on the fir...
- no need to wait to close this one, it has been fixed a long ago.
- 10:26 AM Bug report #13963 (Open): QGIS greadily allocates memory and crashes when editing moderately larg...
- Karl Kastner wrote:
> There is no dbf, as there are no attributes. This is a Matlab export. Matlab does not create a ... - 10:26 AM Bug report #13963 (Open): QGIS greadily allocates memory and crashes when editing moderately larg...
- Karl Kastner wrote:
> There is no dbf, as there are no attributes. This is a Matlab export. Matlab does not create a ... - 10:26 AM Bug report #13963 (Open): QGIS greadily allocates memory and crashes when editing moderately larg...
- Karl Kastner wrote:
> There is no dbf, as there are no attributes. This is a Matlab export. Matlab does not create a ... - 10:15 AM Bug report #6468 (Closed): loadNamedStyle does not apply labelfield
- closing for lack of feedback.
- 10:15 AM Bug report #6468 (Closed): loadNamedStyle does not apply labelfield
- closing for lack of feedback.
- 10:15 AM Bug report #12749 (Open): when using custom functions to style a layer, map canvas gives wrong co...
- 10:13 AM Bug report #13525 (Closed): QgisRelationEditorWidget in custom form emits duplicate signals
- mescal72 - wrote:
> I'm a python newbye so may be the code in the form can be not correct.
so, in this case shouldn... - 10:13 AM Bug report #13525 (Closed): QgisRelationEditorWidget in custom form emits duplicate signals
- mescal72 - wrote:
> I'm a python newbye so may be the code in the form can be not correct.
so, in this case shouldn... - 10:12 AM Revision 80de178d (qgis): Indentation fix
- 10:11 AM Revision 88d3b9fc (qgis): Add a startup tip on VRT files (fix Redmine #4346)
- (fix indentation problem)
- 10:08 AM Bug report #13201 (Closed): Snapping options are not working.
- 09:53 AM Bug report #13233 (Open): GPS Information - the Connection is not restored
- 09:51 AM Bug report #9182 (Closed): Range in Min - Max change
- This seems to be solved :-)
Regards
Lene - 09:51 AM Bug report #9182 (Closed): Range in Min - Max change
- This seems to be solved :-)
Regards
Lene - 09:51 AM Bug report #12702 (Open): Help for all qgis:graphics missing
- 2.8.4/master still affected.
- 09:51 AM Bug report #12702 (Open): Help for all qgis:graphics missing
- 2.8.4/master still affected.
- 09:45 AM Bug report #11693 (Open): provider.addFeatures() returns True but fails
- 09:44 AM Bug report #10636 (Closed): Translation for command description and help in Processing: GRASS and...
- closing for lack of feedback, reopen if necessary.
- 09:44 AM Bug report #10636 (Closed): Translation for command description and help in Processing: GRASS and...
- closing for lack of feedback, reopen if necessary.
- 09:43 AM Bug report #9848 (Closed): user models and scripts are not added if --configpath option is used
- closing for lack of feedback, reopen if necessary.
- 09:43 AM Bug report #9848 (Closed): user models and scripts are not added if --configpath option is used
- closing for lack of feedback, reopen if necessary.
- 09:42 AM Bug report #13357 (Closed): Layers populated with empty diagrams after migrating project from old...
- closing for lack of feedback, reopen if necessary.
- 09:42 AM Bug report #13357 (Closed): Layers populated with empty diagrams after migrating project from old...
- closing for lack of feedback, reopen if necessary.
- 09:40 AM Bug report #12923 (Open): Project with SQL Server Layers opens much slower in 2.8 than 2.6
- 09:39 AM Bug report #12542 (Open): Processing: better naming structure for output
- 09:21 AM Bug report #12701 (Open): QGIS crashes when trying to add ODBC new layer
- 09:20 AM Bug report #6226 (Closed): Primary key field hidden on attributes tables addes to qgis
- duplicate of #11498
- 09:20 AM Bug report #6226 (Closed): Primary key field hidden on attributes tables addes to qgis
- duplicate of #11498
- 09:19 AM Bug report #11498: spatialite layer added via browser lose first field
- see also #6226
- 09:10 AM Bug report #11498 (Open): spatialite layer added via browser lose first field
- 09:05 AM Bug report #8327 (Open): MSSQL provider overwrites username in table creation
- 09:04 AM Bug report #9325 (Closed): Saving as Spatialite saves as SQLite that allows setting width of the ...
- closing for lack of feedback, reopen if necessary.
- 09:04 AM Bug report #9325 (Closed): Saving as Spatialite saves as SQLite that allows setting width of the ...
- closing for lack of feedback, reopen if necessary.
- 09:03 AM Bug report #9851 (Closed): Processing - Toolbox tree view should not collapse when a model is add...
- 09:02 AM Bug report #11845 (Open): QGIS startup is slow on windows with --configpath option
- 09:01 AM Bug report #13531 (Open): Pythonpath is reverted to old QGIS version on restart
- 09:00 AM Bug report #13643 (Closed): After adding Postgis view I can't see records in attribute table
- closing for lack of feedback, reopen if necessary.
- 09:00 AM Bug report #13643 (Closed): After adding Postgis view I can't see records in attribute table
- closing for lack of feedback, reopen if necessary.
- 08:59 AM Bug report #13883 (Open): Scalebar problem in QGis 2.12.0
- 08:57 AM Bug report #3996 (Closed): wrong extents in shapefile.
- if there was an issue this seems long gone, reopen if necessary.
- 08:57 AM Bug report #3996 (Closed): wrong extents in shapefile.
- if there was an issue this seems long gone, reopen if necessary.
- 08:52 AM Bug report #13679 (Open): QGIS master crashes when closing DB Manager in preview mode for PostGIS...
- 08:25 AM Bug report #3991 (Closed): WFS 1.1 data is not displayed
- seems to work ok, tested on master.
- 08:25 AM Bug report #3991 (Closed): WFS 1.1 data is not displayed
- seems to work ok, tested on master.
- 08:11 AM Bug report #4076 (Closed): Hanging on trying to use --snapshot option from command line
- it works also on Windows.
- 08:11 AM Bug report #4076 (Closed): Hanging on trying to use --snapshot option from command line
- it works also on Windows.
- 08:02 AM Bug report #11395 (Open): QgsAttributeForm not entering edit mode
- 08:01 AM Bug report #9706 (Closed): marker symbol not centered
- seems ok to me on master, reopen if necessary.
- 08:01 AM Bug report #9706 (Closed): marker symbol not centered
- seems ok to me on master, reopen if necessary.
- 07:59 AM Bug report #12783 (Open): Import CSV via "add delimited text layer" ignores Date fields in CSVT
- 07:49 AM Bug report #12629 (Open): Vector Layer TranslateFeatures performance (2.8.1 vs 1.8.0)
- 07:35 AM Bug report #13592: Processing: `r.to.vect` and `v.generalize` fail
- Paolo Cavallini wrote:
> Have you tested with the same data? The problem is still present, so it warrants deeper inv... - 04:51 AM Bug report #13592: Processing: `r.to.vect` and `v.generalize` fail
- Paolo Cavallini wrote:
> Have you tested with the same data? The problem is still present
anyway if a ticket is in f... - 04:49 AM Bug report #13592 (Feedback): Processing: `r.to.vect` and `v.generalize` fail
- Paolo Cavallini wrote:
> Have you tested with the same data?
I had, on both Linux and Windows, with different QGIS a... - 04:49 AM Bug report #13592 (Feedback): Processing: `r.to.vect` and `v.generalize` fail
- Paolo Cavallini wrote:
> Have you tested with the same data?
I had, on both Linux and Windows, with different QGIS a... - 05:11 AM Bug report #3518 (Closed): Spatial Query not selecting points in complex polygons
- closing for lack of feedback.
- 05:11 AM Bug report #3518 (Closed): Spatial Query not selecting points in complex polygons
- closing for lack of feedback.
- 04:52 AM Bug report #13857 (Feedback): Default values on a PG table: type cast appended
- 04:47 AM Bug report #13857: Default values on a PG table: type cast appended
- Paolo Cavallini wrote:
> Giovanni, please don't close valid issues. Thanks.
didn't you stated it was a 'local mistake'? - 04:48 AM Bug report #14014: Plugin SLD4raster. Error message start of operation
- giulio monaldi wrote:
> sorry
> I can't find the form to send the report in the section plugins.
> GM
see here
http:... - 04:43 AM Bug report #4238 (Closed): Geoserver WFS-T throws error when using QGIS Cut Spatial Objects tool
- closing for lack of feedback.
- 04:43 AM Bug report #4238 (Closed): Geoserver WFS-T throws error when using QGIS Cut Spatial Objects tool
- closing for lack of feedback.
- 04:35 AM Bug report #12974 (Closed): "Select by location" does not give any warning whe using layers with ...
- We are on the path of getting rid of the "vector" menu tools and access them only through the Processing toolobox, wh...
- 04:35 AM Bug report #12974 (Closed): "Select by location" does not give any warning whe using layers with ...
- We are on the path of getting rid of the "vector" menu tools and access them only through the Processing toolobox, wh...
- 04:35 AM Bug report #12974 (Closed): "Select by location" does not give any warning whe using layers with ...
- We are on the path of getting rid of the "vector" menu tools and access them only through the Processing toolobox, wh...
- 04:32 AM Feature request #4564 (Open): Make ftools tools work with input layers with different CRSs
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> with QGIS 2.13 master, I can use the geoprocessing tools of fTools... - 04:32 AM Feature request #4564 (Open): Make ftools tools work with input layers with different CRSs
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> with QGIS 2.13 master, I can use the geoprocessing tools of fTools... - 04:32 AM Feature request #4564 (Open): Make ftools tools work with input layers with different CRSs
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> with QGIS 2.13 master, I can use the geoprocessing tools of fTools... - 04:28 AM Bug report #13891 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- 04:27 AM Bug report #13954 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- 04:27 AM Bug report #13992 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- 04:27 AM Bug report #14016 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- Hi!
Win 7 sp1 x64, qgis x64 rev. 6a973d6
When I change values in "Options/Digitizing/Rubberband/Line color&Fill col... - 04:25 AM Bug report #13853 (Closed): Error on edit sqlite layer
- The linked SL database is not right: the layer is missing the CRS and the primary key. Once properly given the pk and...
- 04:25 AM Bug report #13853 (Closed): Error on edit sqlite layer
- The linked SL database is not right: the layer is missing the CRS and the primary key. Once properly given the pk and...
- 04:24 AM Bug report #13967 (Closed): gdal_merge crashes python
- please file the issue in the osgeo4w bug tracker. Thanks.
- 04:24 AM Bug report #13967 (Closed): gdal_merge crashes python
- please file the issue in the osgeo4w bug tracker. Thanks.
- 04:23 AM Bug report #13192 (Feedback): Error when saving Matplotlib figure
- shouldn't this be filed on the osgeo4w tracker (where the dependencies and python libraries for Windows are packaged)?
- 03:59 AM Bug report #13969 (Closed): Status WiKi
- please raise this question in the users or developers mailing list, thanks.
- 03:59 AM Bug report #13969 (Closed): Status WiKi
- please raise this question in the users or developers mailing list, thanks.
- 03:58 AM Bug report #13988 (Closed): WCS layer loaded but unable to use it with raster calculator
- duplicate of #5857, WCS layers are not supported yet as valid input raster layers.
- 03:58 AM Bug report #13988 (Closed): WCS layer loaded but unable to use it with raster calculator
- duplicate of #5857, WCS layers are not supported yet as valid input raster layers.
- 03:56 AM Bug report #14010 (Closed): Converting to Offline Editing of WFS-T layer causes minidump
- duplicate of #3673 (and not a regression, so not a blocker).
- 03:56 AM Bug report #14010 (Closed): Converting to Offline Editing of WFS-T layer causes minidump
- duplicate of #3673 (and not a regression, so not a blocker).
- 03:54 AM Bug report #12522 (Closed): Raster layers sometimes not painted when zooming (>=2.4)
- duplicate of #13155
- 03:54 AM Bug report #12522 (Closed): Raster layers sometimes not painted when zooming (>=2.4)
- duplicate of #13155
- 03:53 AM Bug report #13155: A Multiband image(e.g. landsat5,7,8) cannot be displayed in windows8.
- see also #12522
- 03:43 AM Bug report #13155 (Open): A Multiband image(e.g. landsat5,7,8) cannot be displayed in windows8.
- I think there is enough feedback to say that the issue is confirmed, at least on some Windows machines.
- 03:39 AM Feature request #4314 (Open): Apply polygon styles also to points
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> in QGIS 2.13 (and probably in previous versions), you can't apply ... - 03:39 AM Feature request #4314 (Open): Apply polygon styles also to points
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> in QGIS 2.13 (and probably in previous versions), you can't apply ... - 03:39 AM Feature request #4314 (Open): Apply polygon styles also to points
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> in QGIS 2.13 (and probably in previous versions), you can't apply ... - 03:36 AM Bug report #4587 (Closed): 'Zoom to best scale' Generates Bad Bounding Box
- just tested on a Mapserver WMS service and it seems ok to me on QGIS ltr.
- 03:36 AM Bug report #4587 (Closed): 'Zoom to best scale' Generates Bad Bounding Box
- just tested on a Mapserver WMS service and it seems ok to me on QGIS ltr.
- 03:28 AM Bug report #4620 (Closed): Killing QGIS deletes all user settings
- closing for lack of feedback and as it seems fixed in recent qgis releases.
I remember to have seen this in the past... - 03:28 AM Bug report #4620 (Closed): Killing QGIS deletes all user settings
- closing for lack of feedback and as it seems fixed in recent qgis releases.
I remember to have seen this in the past... - 03:25 AM Bug report #4473 (Closed): Form annotations broken in master and 1.7.1
- closing for lack of feedback and as it seems fixed in recent qgis releases.
- 03:25 AM Bug report #4473 (Closed): Form annotations broken in master and 1.7.1
- closing for lack of feedback and as it seems fixed in recent qgis releases.
- 03:24 AM Bug report #4525 (Closed): Composer map rotation / items
- closing for lack of feedback and as it seems fixed in recent qgis releases.
- 03:24 AM Bug report #4525 (Closed): Composer map rotation / items
- closing for lack of feedback and as it seems fixed in recent qgis releases.
- 03:23 AM Bug report #4555 (Closed): Rendering of symbols when exporting to pdf
- closing for lack of feedback and as it seems fixed in recent qgis releases.
- 03:23 AM Bug report #4555 (Closed): Rendering of symbols when exporting to pdf
- closing for lack of feedback and as it seems fixed in recent qgis releases.
- 03:22 AM Feature request #4542 (Open): ColorBrewer color ramps: better GUI organization
- 03:14 AM Bug report #10876 (Closed): Broken non-latin text attributes when doing Shapefile import in GRASS...
- closing this because anyway there is no evidence that importing the same vector with native GRASS you get a better re...
- 03:14 AM Bug report #10876 (Closed): Broken non-latin text attributes when doing Shapefile import in GRASS...
- closing this because anyway there is no evidence that importing the same vector with native GRASS you get a better re...
2015-12-19
- 11:13 PM Revision b8a903cd (qgis): Merge pull request #2596 from pavlova-marina/patch-1
- fixed link to gdal page
- 06:20 PM Revision 1d42ac56 (qgis): fixed link to gdal page
- 04:17 PM Bug report #10955 (Open): Error in Windows 64 bit installer
- 04:14 PM Bug report #7935 (Closed): SVG paths still absolute if project set to use relative paths
- closing for lack of feedback.
- 04:14 PM Bug report #7935 (Closed): SVG paths still absolute if project set to use relative paths
- closing for lack of feedback.
- 04:11 PM Bug report #3115 (Closed): Old project layer got lost after installing plug ins and updating
- closing for lack of feedback.
- 04:11 PM Bug report #3115 (Closed): Old project layer got lost after installing plug ins and updating
- closing for lack of feedback.
- 04:06 PM Bug report #13198 (Closed): Unable to delete features of a table inside a public schema of postgr...
- closing for lack of feedback.
- 04:06 PM Bug report #13198 (Closed): Unable to delete features of a table inside a public schema of postgr...
- closing for lack of feedback.
- 03:19 PM Revision 02696c71 (qgis): include virtual layer provider in packaging
- 03:09 PM Revision 89583b74 (qgis): avoid core relinking on cmake changes
- 02:54 PM Bug report #13144: Style Categorized not working with PostGis database
- baditaflorin - wrote:
> I think the problem it`s because i am using a view to see the 2.800.000
so you are trying to... - 02:45 PM Feature request #3697 (Open): Add option "Zoom to full extent including invisible layers"
- 02:45 PM Feature request #3697: Add option "Zoom to full extent including invisible layers"
- Jukka Rahkonen wrote:
> I would say this is not a bug because changing the behaviour would make some other users unha... - 02:45 PM Feature request #3697: Add option "Zoom to full extent including invisible layers"
- Jukka Rahkonen wrote:
> I would say this is not a bug because changing the behaviour would make some other users unha... - 02:45 PM Feature request #3697: Add option "Zoom to full extent including invisible layers"
- Jukka Rahkonen wrote:
> I would say this is not a bug because changing the behaviour would make some other users unha... - 02:37 PM Bug report #12295 (Open): Edit tools act on hidden features
- 02:36 PM Bug report #12956 (Closed): DB Manager: copying a table from a PostGIS schema into another fails
- Paul Kanelli wrote:
> In QGIS 2.12 the sequences of serial columns don't get lost when copying a table from a schema ... - 02:36 PM Bug report #12956 (Closed): DB Manager: copying a table from a PostGIS schema into another fails
- Paul Kanelli wrote:
> In QGIS 2.12 the sequences of serial columns don't get lost when copying a table from a schema ... - 02:31 PM Bug report #13143 (Closed): Print Composer won't export PDF
- duplicate of #13399
- 02:31 PM Bug report #13143 (Closed): Print Composer won't export PDF
- duplicate of #13399
- 02:30 PM Bug report #13454 (Closed): 2.11 Authentification System error
- closing for lack of feedback.
- 02:30 PM Bug report #13454 (Closed): 2.11 Authentification System error
- closing for lack of feedback.
- 02:29 PM Bug report #12892: Can't load table from SQL editor in DBManager with 'WHERE' argument
- Nicolas Rochard wrote:
> Create Geometry Table : http://paste.opensuse.org/93583864
> Create Attribute Table : http:/... - 02:27 PM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
- Giovanni Manghi wrote:
> salvatore fiandaca wrote:
> > I installed QGIS 2.12 in another machine (6 GB RAM, 64-bit, Wi... - 02:01 PM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
- Steven Mizuno wrote:
> It occurred to me that preventing the mapcanvas from rendering might help.
> have found that i... - 02:00 PM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
- salvatore fiandaca wrote:
> I installed QGIS 2.12 in another machine (6 GB RAM, 64-bit, Win 10, like mine), the mini-... - 02:26 PM Bug report #13394 (Closed): Saving to remote drives
- the suggested solution seems ok. Closing for lack of feedback.
- 02:26 PM Bug report #13394 (Closed): Saving to remote drives
- the suggested solution seems ok. Closing for lack of feedback.
- 02:22 PM Bug report #13473 (Closed): oracle show 0 when asked for 'show feature count' in layer list
- closing for lack of feedback.
- 02:22 PM Bug report #13473 (Closed): oracle show 0 when asked for 'show feature count' in layer list
- closing for lack of feedback.
- 02:20 PM Bug report #12874 (Open): [Composer] DEL button doesn't remove items from the print composer on M...
- 02:19 PM Bug report #8285: Saving styles (qml and sld) doesn't work for CSV layers under Windows
- see also #12859
- 02:19 PM Bug report #12859 (Closed): Qgis layer style file not saving
- duplicate of #8285
- 02:19 PM Bug report #12859 (Closed): Qgis layer style file not saving
- duplicate of #8285
- 02:11 PM Bug report #12774: Attribute table only show first 99 rows from SQL Server views
- closing for lack of feedback.
- 02:10 PM Bug report #12236 (Closed): Snapping options
- closing for lack of feedback.
- 02:10 PM Bug report #12236 (Closed): Snapping options
- closing for lack of feedback.
- 02:10 PM Bug report #12118 (Open): Advanced digitizing toolbar not shown on first install
- 02:06 PM Bug report #3673 (Open): Offline edit: do not allow select not PostGIS/WFS-T layers
- 01:54 PM Bug report #13614 (Open): Erroneous gaps in the histogram when column type is integer
- 01:52 PM Bug report #13395: Load style from database
- just tested on 2.12 on Win7 and QGIS master, and it works as expected.
- 01:50 PM Bug report #14015 (Closed): Saving categorized style into Postgresql causes crash on QGIS master
- subject says it all. Works fine up to 2.12
- 01:07 PM Revision 7895e99e (qgis): Add qgis-dbg package to provide debug symbols.
- The debug package was requested in [Debian Bug #786985](https://bugs.debian.org/786985).
(cherry picked from commit ... - 12:40 PM Bug report #4104 (Closed): error ' attribute value change(s) not applied' when editing csv files
- 12:38 PM Bug report #13408 (Closed): Graphical Modeler Raster layer Input does not recognize GRASS raster ...
- see #7727
(on Windows and Linux GRASS raster layers are not yet shown as available inputs, when it will then is expe... - 12:38 PM Bug report #13408 (Closed): Graphical Modeler Raster layer Input does not recognize GRASS raster ...
- see #7727
(on Windows and Linux GRASS raster layers are not yet shown as available inputs, when it will then is expe... - 12:10 PM Bug report #6299 (Closed): Sextante output do not have the same Encoding as the inputs
- it seems to me that this is now fixed (at least in master), please reopen of necessary.
- 12:10 PM Bug report #6299 (Closed): Sextante output do not have the same Encoding as the inputs
- it seems to me that this is now fixed (at least in master), please reopen of necessary.
- 11:29 AM Bug report #13592 (Reopened): Processing: `r.to.vect` and `v.generalize` fail
- Have you tested with the same data? The problem is still present, so it warrants deeper investigation. I'll test with...
- 10:06 AM Bug report #13592 (Closed): Processing: `r.to.vect` and `v.generalize` fail
- closing for lack of feedback.
- 10:06 AM Bug report #13592 (Closed): Processing: `r.to.vect` and `v.generalize` fail
- closing for lack of feedback.
- 11:26 AM Bug report #13857 (Reopened): Default values on a PG table: type cast appended
- Giovanni, please don't close valid issues. Thanks.
- 10:55 AM Bug report #13857 (Closed): Default values on a PG table: type cast appended
- 11:12 AM Bug report #13691 (Closed): Zoom level affects display of the layer
- closing for lack of feedback.
- 11:12 AM Bug report #13691 (Closed): Zoom level affects display of the layer
- closing for lack of feedback.
- 11:12 AM Bug report #13699 (Closed): Spatialite database file remains locked after layers removed.
- closing for lack of feedback.
- 11:12 AM Bug report #13699 (Closed): Spatialite database file remains locked after layers removed.
- closing for lack of feedback.
- 11:11 AM Bug report #13794 (Closed): Memory behaving strangely
- closing for lack of feedback.
- 11:11 AM Bug report #13794 (Closed): Memory behaving strangely
- closing for lack of feedback.
- 11:10 AM Bug report #13706 (Closed): Not working grass plugin in QGis Lyon for osx - file browser-
- closing for lack of feedback.
- 11:10 AM Bug report #13706 (Closed): Not working grass plugin in QGis Lyon for osx - file browser-
- closing for lack of feedback.
- 11:10 AM Bug report #13721 (Closed): Connection Issues with 2.12 and SQL Server 2014
- closing for lack of feedback.
- 11:10 AM Bug report #13721 (Closed): Connection Issues with 2.12 and SQL Server 2014
- closing for lack of feedback.
- 11:08 AM Bug report #13910 (Closed): Inactive action tool
- closing for lack of feedback.
- 11:08 AM Bug report #13910 (Closed): Inactive action tool
- closing for lack of feedback.
- 11:07 AM Bug report #13195 (Closed): Georeferencer freezes on second map processing
- closing for lack of feedback.
- 11:07 AM Bug report #13195 (Closed): Georeferencer freezes on second map processing
- closing for lack of feedback.
- 11:05 AM Bug report #3826 (Closed): Using 100% CPU when connected to GPS
- closing for lack of feedback.
- 11:05 AM Bug report #3826 (Closed): Using 100% CPU when connected to GPS
- closing for lack of feedback.
- 10:50 AM Bug report #3487 (Closed): Select features by rectangle does not work properly
- closing for lack of feedback.
- 10:50 AM Bug report #3487 (Closed): Select features by rectangle does not work properly
- closing for lack of feedback.
- 10:50 AM Bug report #13133 (Closed): Crash On Vector Analysis of Large Dataset
- closing for lack of feedback.
- 10:50 AM Bug report #13133 (Closed): Crash On Vector Analysis of Large Dataset
- closing for lack of feedback.
- 10:49 AM Bug report #13793 (Closed): Red semitransparent background visible when I use Node tool
- it was merged 4 days ago.
- 10:49 AM Bug report #13793 (Closed): Red semitransparent background visible when I use Node tool
- it was merged 4 days ago.
- 10:48 AM Bug report #13718 (Closed): "Add saved file to map" doesn't work if there are some errors during ...
- 10:46 AM Bug report #4156 (Closed): PDF generated using new symbology looks different on screen and on paper
- closing for lack of feedback.
- 10:46 AM Bug report #4156 (Closed): PDF generated using new symbology looks different on screen and on paper
- closing for lack of feedback.
- 10:45 AM Bug report #13882 (Closed): LAStools crashes in windows 10
- Sandor Murain wrote:
> LAStools are crashing, I have tried outside QGIS and they give me the same problem.
> Thank yo... - 10:45 AM Bug report #13882 (Closed): LAStools crashes in windows 10
- Sandor Murain wrote:
> LAStools are crashing, I have tried outside QGIS and they give me the same problem.
> Thank yo... - 10:44 AM Bug report #13729 (Closed): Formatting and rounding errors in world files (tfw) exported by Map C...
- closing for lack of feedback.
- 10:44 AM Bug report #13729 (Closed): Formatting and rounding errors in world files (tfw) exported by Map C...
- closing for lack of feedback.
- 10:42 AM Bug report #13799 (Closed): 'Merge' algorithm can't recognize GeoTiff layers
- closing for lack of feedback.
- 10:42 AM Bug report #13799 (Closed): 'Merge' algorithm can't recognize GeoTiff layers
- closing for lack of feedback.
- 10:42 AM Bug report #13758 (Closed): Attribute Table, Clipboard
- closing for lack of feedback.
- 10:42 AM Bug report #13758 (Closed): Attribute Table, Clipboard
- closing for lack of feedback.
- 10:41 AM Bug report #13648 (Closed): After saving postgis layer edition unnecessary log message appears
- closing for lack of feedback.
- 10:41 AM Bug report #13648 (Closed): After saving postgis layer edition unnecessary log message appears
- closing for lack of feedback.
- 10:40 AM Bug report #13627 (Closed): relative paths broken in 2.8.3
- closing for lack of feedback.
- 10:40 AM Bug report #13627 (Closed): relative paths broken in 2.8.3
- closing for lack of feedback.
- 10:38 AM Bug report #13261 (Closed): Composer: items cannot be longer moved/resized/selected/unselected......
- closing for lack of feedback.
- 10:38 AM Bug report #13261 (Closed): Composer: items cannot be longer moved/resized/selected/unselected......
- closing for lack of feedback.
- 10:33 AM Bug report #11625 (Closed): Georeferencer wrong tool highlighted
- closing for lack of feedback.
- 10:33 AM Bug report #11625 (Closed): Georeferencer wrong tool highlighted
- closing for lack of feedback.
- 10:33 AM Bug report #11354 (Closed): Labels: special font styles disappears after SVG export
- closing for lack of feedback.
- 10:33 AM Bug report #11354 (Closed): Labels: special font styles disappears after SVG export
- closing for lack of feedback.
- 10:32 AM Bug report #14014: Plugin SLD4raster. Error message start of operation
- sorry
I can't find the form to send the report in the section plugins.
GM - 09:54 AM Bug report #14014 (Closed): Plugin SLD4raster. Error message start of operation
- please file the ticket in the plugins bug tracker. Thanks!
- 09:54 AM Bug report #14014 (Closed): Plugin SLD4raster. Error message start of operation
- please file the ticket in the plugins bug tracker. Thanks!
- 09:11 AM Bug report #14014 (Closed): Plugin SLD4raster. Error message start of operation
- The anomaly occurs with the new version qgis 2.12.1-Lyon
- 10:31 AM Bug report #11717 (Closed): symbology/layers wrong order
- closing for lack of feedback.
- 10:31 AM Bug report #11717 (Closed): symbology/layers wrong order
- closing for lack of feedback.
- 10:31 AM Bug report #13618 (Closed): Defining output name (without path) in Processing causes tools to fail
- closing for lack of feedback.
- 10:31 AM Bug report #13618 (Closed): Defining output name (without path) in Processing causes tools to fail
- closing for lack of feedback.
- 10:30 AM Bug report #12813 (Closed): Node tool on PostGIS table with null geometry causes crash
- closing for lack of feedback.
- 10:30 AM Bug report #12813 (Closed): Node tool on PostGIS table with null geometry causes crash
- closing for lack of feedback.
- 10:12 AM Bug report #13818 (Closed): Selecting multiple files in SAGA/Processing uses wrong separator
- closing for lack of feedback.
- 10:12 AM Bug report #13818 (Closed): Selecting multiple files in SAGA/Processing uses wrong separator
- closing for lack of feedback.
- 10:11 AM Bug report #13184 (Closed): Labelling of hidden shapes when sub-categorization is used.
- closing for lack of feedback.
- 10:11 AM Bug report #13184 (Closed): Labelling of hidden shapes when sub-categorization is used.
- closing for lack of feedback.
- 10:09 AM Bug report #12371 (Closed): projection problems
- closing for lack of feedback.
- 10:09 AM Bug report #12371 (Closed): projection problems
- closing for lack of feedback.
- 10:09 AM Bug report #13675 (Closed): Crashes when I try to move the features of memory layer that is rende...
- closing for lack of feedback.
- 10:09 AM Bug report #13675 (Closed): Crashes when I try to move the features of memory layer that is rende...
- closing for lack of feedback.
- 10:08 AM Bug report #12793 (Closed): Minidump when adding a layer (vector, raster, etc.)
- closing for lack of feedback.
- 10:08 AM Bug report #12793 (Closed): Minidump when adding a layer (vector, raster, etc.)
- closing for lack of feedback.
- 10:06 AM Bug report #13724 (Closed): QGIS 2.12 won't open on OS X El Capitán
- closing for lack of feedback.
- 10:06 AM Bug report #13724 (Closed): QGIS 2.12 won't open on OS X El Capitán
- closing for lack of feedback.
- 10:05 AM Bug report #13753 (Closed): Data defined label rotation in Radians, not Degrees
- closing for lack of feedback.
- 10:05 AM Bug report #13753 (Closed): Data defined label rotation in Radians, not Degrees
- closing for lack of feedback.
- 09:57 AM Bug report #14009: ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
- cannot confirm here...
- 06:14 AM Bug report #14009: ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
- Jürgen Fischer wrote:
> platform?
Windows 7 Enterprise - 03:07 AM Bug report #14009 (Feedback): ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
- 03:06 AM Bug report #14009: ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
- platform?
2015-12-18
- 10:25 PM Bug report #14013 (Open): DB Manager: commit on versioned layers fails
- Currently the commit to the DB fails for versioned layers, because the original ID (which is not NULLable) is not fil...
- 10:21 PM Feature request #14012 (Closed): DB Manager: add an option to store $user to Versioning
- It would be good to add to the Versioning command an option to automatically store the user who did the editing. It s...
- 08:54 PM Revision 60f246a3 (qgis): Merge pull request #2568 from mhugo/vlayers
- Add support for virtual layers
- 06:47 PM Revision 6ffec81b (qgis): Fix sip coverage test to skip constructors of nested classes
- 06:45 PM Revision 9e14f098 (qgis): Add a plugin to DB Manager to support virtual layers
- 06:45 PM Revision e60712e7 (qgis): Add a provider for virtual layers
- 06:38 PM Revision 13f4081d (qgis): Remove .cpp files from doxymentation
- Remove .cpp files from the doxymentation. They are not
considered to be part of the public API, so no reason to scan ... - 06:38 PM Revision b855b0f7 (qgis): Fix csv test dataset
- 06:38 PM Revision 070a3528 (qgis): Run travis tests also with build warnings.
- 06:38 PM Revision e555323f (qgis): Add compiler setting check to order by compilation
- 06:38 PM Revision 13ba27e7 (qgis): cond
- 06:38 PM Revision d1fd0c18 (qgis): Don't double sort in vector layer.
- 06:38 PM Revision f2ac1e8e (qgis): Add order by test
- 06:38 PM Revision a1771424 (qgis): Compile order by for Spatialite
- 06:36 PM Revision c0f2b290 (qgis): Compile order by for postgres
- 06:36 PM Revision d96a2748 (qgis): Add Order By Clause
- 06:36 PM Revision b9f0c062 (qgis): More use of implicit sharing of QgsExpression
- 03:01 PM Bug report #13941: Debian build failure.
- fyi: binutils now updated in Debian Testing, and QGIS is building again \\o/
- 02:39 PM Revision 746af794 (qgis): [BUGFIX] WFS GetCapabilities respons misses <keywords> key
- Fixes #13037 WFS GetCapabilities respons misses <keywords> key
Replace KeywordList by Keywords in WFS Getcapabilitie... - 02:21 PM Revision efaae1f6 (qgis): Update indentation
- 02:21 PM Revision b4035322 (qgis): Release of 2.12.2
- 02:18 PM Revision 2b327967 (qgis): Release of 2.8.5
- 01:48 PM Feature request #14011 (Open): Access QGIS measurement (and all QWidgetAction) widget with a dete...
- To access the measurement widget in the toolbar that contains "Measure Line", "Measure Area" and "Measure Angle", I h...
- 12:54 PM Revision 7c633500 (qgis): [BUGFIX] WFS GetCapabilities respons misses <keywords> key
- Fixes #13037 WFS GetCapabilities respons misses <keywords> key
Replace KeywordList by Keywords in WFS Getcapabilitie... - 12:48 PM Bug report #14010: Converting to Offline Editing of WFS-T layer causes minidump
- Also occurs on Fedora 20.3 QGIS v2.10.
- 12:43 PM Bug report #14010 (Closed): Converting to Offline Editing of WFS-T layer causes minidump
- Converting to Offline Editing of WFS-T layer causes minidump
Steps to reproduce:
Add a WFS-T Layer
Convert layer off... - 12:40 PM Revision 6e4791ff (qgis): [BUGFIX] WFS GetCapabilities respons misses <keywords> key
- Fixes #13037 WFS GetCapabilities respons misses <keywords> key
Replace KeywordList by Keywords in WFS Getcapabilitie... - 12:20 PM Revision e2d13202 (qgis): [BUGFIX] WFS GetCapabilities respons misses <keywords> key
- Fixes #13037 WFS GetCapabilities respons misses <keywords> key
Replace KeywordList by Keywords in WFS Getcapabilitie... - 11:34 AM Bug report #14009 (Closed): ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
- ogr2ogr that comes packaged with QGIS v. 2.12 does not appear to come distributed with the postgres drivers. Is this...
- 11:16 AM Bug report #13336: Allow raster calculator with huge raster inputs
- Hi,
I just saw the comments. Sorry for not responding. I though I would get an email. I could share a file but it'... - 09:50 AM Bug report #14008: Crash zooming to wide extent
- Master branch (commit:efaae1f, to become 2.14) is not affected.
- 09:49 AM Bug report #14008: Crash zooming to wide extent
- Re-writing the input WKT as the redmine formatting eat part of it:...
- 09:29 AM Bug report #14008 (Closed): Crash zooming to wide extent
- Easy to reproduce with QuickWKT plugin (but it was spotted while trying to load a wide extent layer from PostGIS so t...
- 07:15 AM Bug report #14007 (Closed): Can't create new features from Postgis Table with Z component
- In QGIS 2.12, having a Postgis table with Z component. It's not possible to add a new features, as it fails to save. ...
- 06:55 AM Bug report #14006 (Closed): Can't export layers from Postgis tables with Z component geometries
- In QGIS 2.12, having a layer from a Postgis table with Z component geometries, it's not possible to save as/export th...
- 06:03 AM Revision 4511cc47 (qgis): Fix doxygen warning
- 06:02 AM Revision d91c9cd2 (qgis): Fix a bunch of crashes in renderer widgets when used with a rule
- based rule which has no symbol
- 06:02 AM Revision e9cd8290 (qgis): Fix incorrect symbols appearing for categorized and graduated renderers
- This was triggered by 18614e11, which revealed a deeper bug in the handling
of symbols by these renderers. For both r... - 03:22 AM Bug report #13037 (Closed): WFS GetCapabilities respons misses <keywords> key
- Fixed in changeset commit:"e2d1320295fa16fc40f2787531bd5d2cbda2bd29".
- 02:33 AM Bug report #14005 (Closed): composer: qgis freezes when pasting a map legend item
- Since 2.12, pasting a map legend item onto a new composer window freezes QGIS, and the only way to get it unfreezed i...
- 01:25 AM Bug report #14004 (Closed): Night Mapping Theme - Small refinements
- 1. Colours are not shown while classifying value classes in a raster (see img_1)
2. HTML box in the print composer i...
2015-12-17
- 12:27 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- I first notice this on master, re-tested now on latest master 4511cc474e5b7 and it still segfaults.
- 11:59 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- In that case it's related to geoemtry modifiers. Have you tested with current master? There's been a number of relate...
- 09:09 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- I've done dozens of clean builds going back and I tracked it down to:
Last working commit: 29a3c64
First segfaulting ... - 11:29 PM Revision 6a973d63 (qgis): add python-psycopg2 to debian dependencies in INSTALL
- 10:52 PM Revision 97a10d4a (qgis): scripts/scandeps.pl run and t2tdoc update
- 03:01 PM Bug report #10756 (Reopened): Minidump on closing QGIS 2.4
- RE: LecoS - Landscape Ecology Statistics removal fixing program crashing on exit.
I have never used LecoS Plugin and ... - 12:15 PM Revision bc300753 (qgis): Attribute table: show table when opening
- 12:15 PM Revision 75434086 (qgis): Don't add Geometry Generator as Outline option
- 10:26 AM Revision 9b91f92f (qgis): Fixed external python file path for forms
- Path is now correctly converted to absolute
when read form the project.
A separate default dir is also stored in the... - 06:30 AM Bug report #13037: WFS GetCapabilities respons misses <keywords> key
- When fixed, please backport it also to 2.8 LTS. Thanks.
- 01:42 AM Feature request #1528 (Closed): Add Image Map plugin functionality to Print Composer
- Hello, bug triage...
I am closing this feature request because of lack of feedback and because it should be done on ... - 01:42 AM Feature request #1528 (Closed): Add Image Map plugin functionality to Print Composer
- Hello, bug triage...
I am closing this feature request because of lack of feedback and because it should be done on ... - 01:32 AM Feature request #3691 (Open): Drag & drop of layers between qgis instances
- 01:28 AM Feature request #2606 (Open): target field shall be selected automatically
- 01:28 AM Feature request #2659 (Closed): Saving multilayer vector datasets as several shapefiles
- Hello, bug triage...
I am closing this feature request because there is no feedback after one month and because QGIS... - 01:28 AM Feature request #2659 (Closed): Saving multilayer vector datasets as several shapefiles
- Hello, bug triage...
I am closing this feature request because there is no feedback after one month and because QGIS...
2015-12-16
- 12:57 AM Bug report #5704 (Closed): Issues with rule based rendering and copy and paste style / qml files
- Hello, bug triage...
well, as there is no feedback and based on the fact that I cannot reproduce it, I declare that ... - 12:57 AM Bug report #5704 (Closed): Issues with rule based rendering and copy and paste style / qml files
- Hello, bug triage...
well, as there is no feedback and based on the fact that I cannot reproduce it, I declare that ... - 12:55 AM Feature request #971 (Open): Make available map extents available as a window that accepts cursor...
- 12:54 AM Feature request #787 (Open): Georeferencer: Add the possibility to reproject reference points
- 08:19 PM Revision e8ef77e7 (qgis): Hide temporary rubberband when maptool is not active.
- 05:56 PM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
- Yea, and these are some of the cmake options.
@ -DPYTHON_EXECUTABLE=/usr/bin/python2 \\
-DPYTHON_LIBRARY=/usr... - 03:57 PM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
- Donovan Cameron wrote:
> On Arch Linux, python version is currently at: python3 (3.5.1), python2 (2.7.11)
And you're... - 02:55 PM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
- On Arch Linux, python version is currently at: python3 (3.5.1), python2 (2.7.11)
- 05:38 PM Bug report #14002 (Closed): regression: attribute table opens to form view
- Since a few weeks now, the attribute table opens to form view instead of the default table view. I'm pretty sure it's...
- 05:14 PM Revision 0def7693 (qgis): fix 8214608
- 04:29 PM Revision 82146081 (qgis): more nullptr updates (folloup 320c696)
- 04:05 PM Revision c2d919a7 (qgis): Merge pull request #2588 from elpaso/python-server-exception-hook
- Uninstall custom excepthook for server
- 03:47 PM Revision 2924323b (qgis): oracle provider: fix geometry type/srid detection for queries
- 03:47 PM Revision 7971d092 (qgis): oracle provider: add/fix support for multiple geometry columns (fixes #...
- 03:13 PM Revision 66061e0e (qgis): Uninstall custom excepthook for server
- 01:45 PM Bug report #13987: Identify Feature not finding feature
- I have identified one difference
Point data from a Table in Postgresql, imported via DB Manager - Identify feature d... - 11:05 AM Bug report #14001: Crash in QGIS Server running without project in CGI mode
- How recently are we talking here? Any chance you could bisect to the offending commit?
- 10:00 AM Bug report #14001 (Closed): Crash in QGIS Server running without project in CGI mode
- Recently I've started to see segfaults when qgis server is running in CGI mode.
I couldn't find the source of the pr... - 10:15 AM Revision 18614e11 (qgis): Avoid container detachments by using const methods wherever possible
- eg QList::at() instead of QList:[], constFind instead of find, ...
- 10:14 AM Revision 6bfde51d (qgis): Remove cast to itself
- 06:14 AM Feature request #14000 (Open): Altas option: hidden coverage layer > show current feature
- *Use case:* A layer contains a set of objects representing alternate configurations for the same feature. (size, scal...
- 05:17 AM Bug report #13999 (Closed): "Show feature count" on a rule based gives wrong result for the "ELSE...
- If we set a rule based with an "ELSE" statement, the feature count is wrong. It shows the total number of features in...
- 03:49 AM Bug report #13998 (Closed): QGIS is not rotating the Pixels when showing a rotated tif
- When loading a rotated geo-tif (rotation-parameters in tfw-file set) the image is rotated but the image-pixels themse...
2015-12-15
- 11:30 PM Bug report #13997 (Closed): Unintended datum shift to WGS84 in map canvas
- I'm a new QGIS user running 2.12 Lyon. I've encountered an issue with map canvas units and an unexpected and transpar...
- 08:10 PM Revision a66a8eae (qgis): Drop documentation test threshold
- 05:54 PM Bug report #6131 (Closed): New layer creation file browser doesn't resolve aliases in MacOS
- Bonjour Médéric,
I'm closing the ticket. I confirm aliases are now properly handled with latest QGIS. Thanks -- Alex... - 05:54 PM Bug report #6131 (Closed): New layer creation file browser doesn't resolve aliases in MacOS
- Bonjour Médéric,
I'm closing the ticket. I confirm aliases are now properly handled with latest QGIS. Thanks -- Alex... - 05:45 PM Revision b57ff40c (qgis): [GRASS] do not duplicate modules in list view, fixes #4975
- 05:33 PM Revision 695689ba (qgis): [qt5] Use Qt5OpenGL when globe is built
- Resolves https://github.com/qgis/QGIS/pull/1940
- 05:30 PM Revision 1a223bfb (qgis): Dont set content-length header on streamed response. Fixes #13991
- Thanks to @AsgerPetersen to help fixing #13991
closes #2582 - 05:29 PM Revision 99721527 (qgis): [GRASS] use QWidget for module UI, fixes #5084
- 05:22 PM Revision 52f6b73b (qgis): Dont set content-length header on streamed response. Fixes #13991
- Thanks to @AsgerPetersen to help fixing #13991
closes #2582 - 05:20 PM Revision 6abb99b1 (qgis): Dont set content-length header on streamed response. Fixes #13991
- Thanks to @AsgerPetersen to help fixing #13991
closes #2582 - 05:18 PM Revision a37ca2b5 (qgis): Dont set content-length header on streamed response. Fixes #13991
- Thanks to @AsgerPetersen to help fixing #13991
closes #2582 - 05:18 PM Revision 9e8e868a (qgis): [TEST][QGIS Server] Add WFS GetFeature STARTINDEX test
- 05:16 PM Revision b3194357 (qgis): Simplify and harden code for geometry collections
- 04:50 PM Revision e7a01671 (qgis): [GRASS] suppress raster masking for rendering and querying
- 04:24 PM Revision 4f2da483 (qgis): Indentation update
- 04:17 PM Revision 0eb36d50 (qgis): Add debug output to csv test
- To debug timeout:
Timed out log:
http://dash.orfeo-toolbox.org/testDetails.php?test=35623737&build=211129
Good log ... - 04:17 PM Revision 9fdab870 (qgis): The providers plugin path can be changed in the applications.
- 04:01 PM Revision 0a7e3f5e (qgis): Merge branch 'AsgerPetersen-wfstests'
- 03:59 PM Bug report #8285: Saving styles (qml and sld) doesn't work for CSV layers under Windows
- Still open with Windows7 pro 64bits, v2.12.1-Lyon commit:16760fd
Quite annoying especially now that we have nice soph... - 03:50 PM Revision 1138253d (qgis): Merge pull request #2486 from SebDieBln/CMake_FixFindPythonLibraryWindows
- have CMake find Python library on Windows
- 02:57 PM Revision 95b92c79 (qgis): [processing] correctly export multiline strings as python parameters fr...
- fixes #13830
- 02:52 PM Revision 7101b5be (qgis): Remove unsupported SRSNAME
- 02:46 PM Revision cea82c0a (qgis): WFS version corrected to 1.0.0
- 02:39 PM Bug report #13996 (Closed): Spatialite views can only loaded as tables in DB Manager, Browser pa...
- DB Manager recognize spatial views not as layers. The browser-panel load the views correct as layer.
jpg is attached. - 02:23 PM Bug report #13995 (Closed): singleband pseudocolor discrete rendered wrong
- I'm trying to display discrete colors for ranges of values, but it's using values below what's set for a range. The ...
- 02:17 PM Bug report #13994 (Closed): QGIS /forget/ignore settings, for coloropacity in options/canvaslegen...
- When you set the color opacity e.g. 50% for selected features, QGIS woks fine. You can save this in options/canvasleg...
- 01:51 PM Revision 3d937e1d (qgis): Simple python tests of WFS responses
- 01:39 PM Revision 7fc6b075 (qgis): [GRASS] fixed crash when region is drawn outside limits
- 01:39 PM Revision de1c319b (qgis): Implicit sharing for QgsExpression
- 01:39 PM Revision 4f999c82 (qgis): Doxymentation for QgsExpression
- 01:39 PM Revision 2596315d (qgis): Make use of implicitly shared QgsExpression
- 01:29 PM Revision 7e040367 (qgis): projection selector event fix
- 01:18 PM Revision 6ddcae29 (qgis): Fix calculation of spatialite SelectAtId capability
- 12:43 PM Revision 4fbf4cf3 (qgis): Merge pull request #2566 from radosuav/processing_fixes
- [Processing] Three small fixes
- 12:38 PM Revision 08a8b609 (qgis): [processing] modified how user folder is defined
- This should have no effect on a normal QGIS desktop installation, but improve using Processing when not running on to...
- 12:36 PM Revision 85eebff6 (qgis): Avoid some unnecessary object conversion during point rendering
- 12:36 PM Revision 4e18d545 (qgis): Tests and fixes for QgsPolygonV2
- - Setting exterior ring will force all interior rings to match
dimensionality of exterior ring
- add equality operato... - 12:36 PM Revision 2f72b3b8 (qgis): Ignore != operator in doc coverage test
- 12:18 PM Revision e94b2155 (qgis): [GRASS] add/remove mapset to/from search path browser actions
- 12:18 PM Revision 5c551837 (qgis): [GRASS] distinct icons for open/searched mapset
- 12:00 PM Revision 2f8ea528 (qgis): Tab order on digitizing options page
- 12:00 PM Revision dad7aa70 (qgis): Make the rubber band color configurable
- 10:57 AM Revision 9096a64a (qgis): [Processing] Use default value of boolean parameter in the modeler and ...
- 10:48 AM Revision 02fcaca6 (qgis): [GRASS] new input combo in mapcalc
- 08:56 AM Bug report #2856 (Closed): Grass toolbox filter input isn't labelled
- The filter is now labeled (2.12).
- 08:46 AM Bug report #4975 (Closed): GRASS modules present twice
- Fixed in changeset commit:"b57ff40c8b74e05aa08ea0da4031e8baa2e5d2a5".
- 08:29 AM Bug report #5084 (Closed): Blank tab on Grass Tool Module
- Fixed in changeset commit:"99721527b2dceff90d360dd985b6bfb437b65e21".
- 08:19 AM Bug report #13991 (Closed): QGIS Server WFS GetFeature returns wrong content-length header
- Fixed in changeset commit:"a37ca2b52fec4752c6345760cbe0e3c62861c2ce".
- 05:32 AM Bug report #13991: QGIS Server WFS GetFeature returns wrong content-length header
- Pull request https://github.com/qgis/QGIS/pull/2582 fixes the problem. https://github.com/qgis/QGIS/pull/2583 tests it.
- 05:15 AM Bug report #13991 (Closed): QGIS Server WFS GetFeature returns wrong content-length header
- GetFeature returns a content-length header which does not include the length of the content returned after the '<wfs:...
- 08:14 AM Revision a53ba169 (qgis): Merge pull request #2451 from spono/patch-5
- [Processing] Update GridMetrics.py
- 08:14 AM Revision 9c0ee36c (qgis): Merge pull request #2469 from spono/patch-13
- [Processing] Update FilterData.py
- 08:10 AM Revision 7f3cc35b (qgis): Merge pull request #2467 from spono/patch-11
- [Processing] Update Cover.py
- 08:04 AM Bug report #2578 (Closed): GUI for several GRASS modules wrong
- 08:03 AM Bug report #2578: GUI for several GRASS modules wrong
- Multiple map input is supported since 2.12.
- 07:58 AM Bug report #3341 (Closed): GRASS MASK only vizualized for PERMANENT
- Rasters are masked in GRASS library until G_suppress_masking()/Rast_suppress_masking() is called. Rasters are masked ...
- 07:43 AM Bug report #13182: QGIS WFS Server returns empty answer
- I think this issue may be related to #13991
The response may look empty because the server sets a wrong content-leng... - 05:57 AM Bug report #13830 (Closed): Invalid scripts from models with advancedpythonfieldcalculator
- Fixed in changeset commit:"95b92c79608afda0709dcdf8e89ee40b81a51ec7".
- 05:32 AM Bug report #13993 (Closed): eVis plugin and UTF8
- Hello,
I'm using plugin eVis on QGIS 2.12.1, os win 10. If I make database conections to MS Access or MS SQL and then... - 05:26 AM Bug report #13992 (Closed): Changes in "Options/Digitizing/Rubberband/Line color" doesn't change ...
- Hi!
Win 7 sp1 x64, qgis x64 rev. 576875e
When I change values in "Options/Digitizing/Rubberband/Line color/" it doe... - 05:25 AM Revision 34ccc345 (qgis): Merge pull request #2580 from nirvn/projection_selector_dbl_click_v5
- [projection selector] apply selected projection on double click
- 05:04 AM Bug report #9585 (Closed): Show features count doesn't kept after opening project
- Yes, it seems it's fixed now :)
- 04:19 AM Revision 8a40dda2 (qgis): fix sip coverage test failure
- 03:23 AM Bug report #13232 (Closed): Use estimated data in PG connection doesn't work
- This is not a bug in QGIS but in POstGIS, hopefully fixed upstream:
https://github.com/postgis/postgis/commit/92865a... - 03:11 AM Bug report #13990 (Closed): generated set of rules for postgis layer with joint attributes is not...
- I have a layer stored in a postgis database. I can render it in Qgis.
I joined a set of attributes from an xls file t... - 03:00 AM Feature request #13989: Install / Build / Setup
- If you install from OSGeo4W you have more choices.
- 02:53 AM Feature request #13989 (Open): Install / Build / Setup
- Installing QGIS (under Windows OS) is very very time-consuming because of the huge amount of small files to be unpack...
- 02:36 AM Revision 84d2e954 (qgis): [projection selector] apply selected projection on double click
- 02:23 AM Bug report #13988 (Closed): WCS layer loaded but unable to use it with raster calculator
- When i load a WCS raster layer from a geoserver, this layer is rendered in qgis.
But if i want to query this layer wi... - 01:50 AM Bug report #13987 (Closed): Identify Feature not finding feature
- Using Point data from a Postgresql table, Identify Feature reports "No feature at this position found", despite the c...
- 01:24 AM Revision 576875e9 (qgis): Followup 320c696 use clang-modernize to replace 0/NULL use with nullptr
- 01:24 AM Revision fb2b930d (qgis): Fix some plugin UI includes
- 01:22 AM Revision 5b244ae8 (qgis): [FEATURE] More geometry functions for expressions
- - add accessors: geometry_n, interior_ring_n
- add num_geometries, num_rings, num_interior_rings
- add nodes_to_point... - 01:22 AM Revision 19ff7de0 (qgis): Fix indentation
2015-12-14
- 11:48 PM Revision 002e2335 (qgis): debian packaging update (partly reverts 245659f; fixes #13981)
- (cherry picked from commit 24a61ff48d16309d4a43fe5e12d7e110984f2655)
- 11:48 PM Revision deb34b8e (qgis): debian packaging update (partly reverts 245659f; fixes #13981)
- (cherry picked from commit 24a61ff48d16309d4a43fe5e12d7e110984f2655)
- 11:47 PM Revision 24a61ff4 (qgis): debian packaging update (partly reverts 245659f; fixes #13981)
- 10:44 PM Revision 30b3b685 (qgis): [FEATURE][QGIS Server] STARTINDEX param in WFS GetFeature Request
- STARTINDEX is standard in WFS 2.0, but it's an extension for WFS 1.0 implemented in QGIS Server.
STARTINDEX can be u... - 08:40 PM Feature request #7681 (Closed): double left click on CRS Selector window's list items should beha...
- Fixed commit:34ccc34
- 08:40 PM Feature request #7681 (Closed): double left click on CRS Selector window's list items should beha...
- Fixed commit:34ccc34
- 08:40 PM Feature request #7681 (Closed): double left click on CRS Selector window's list items should beha...
- Fixed commit:34ccc34
- 06:13 PM Revision 3383729a (qgis): [BUGFIX][QGIS Server] Update Layer order from group in GetPrint
- Update commit da5e73ef4a4508c4b215dd726380a8a94bd73ada
- 06:10 PM Revision cacfbca4 (qgis): [BUGFIX][QGIS Server] Update Layer order from group in GetPrint
- Update commit da5e73ef4a4508c4b215dd726380a8a94bd73ada
- 06:03 PM Revision ff8a34a4 (qgis): [BUGFIX][QGIS Server] Update Layer order from group in GetPrint
- Update commit da5e73ef4a4508c4b215dd726380a8a94bd73ada
- 06:00 PM Revision cf60ddb5 (qgis): [BUGFIX][QGIS Server] Update Layer order from group in GetPrint
- Update commit da5e73ef4a4508c4b215dd726380a8a94bd73ada
- 02:49 PM Bug report #13981 (Closed): Error while updating QGIS
- Fixed in changeset commit:"002e2335e4cd9f1f4d69ffa3cef1a9145f6b12e1".
- 01:59 PM Revision ca5707dd (qgis): Merge pull request #2579 from elpaso/bugfix-13984
- Fixes #13984 custom python init function config is lost in master
- 01:55 PM Revision 8c4d8102 (qgis): Fixes #13984 custom python init function config is lost in master
- 01:15 PM Feature request #12273 (Closed): Insert PointOnSurface function in Expression
- Implemented in 2.14
- 01:15 PM Feature request #12273 (Closed): Insert PointOnSurface function in Expression
- Implemented in 2.14
- 01:12 PM Feature request #6269 (Closed): Better tokens for text replacement in Print Composer labels
- 12:32 PM Revision 3558a217 (qgis): dxf export: trim whitespace from layernames
- (cherry picked from commit 36267f59350881e10e2eae0aa9f110019a5e8d8c)
- 12:30 PM Revision 9731d844 (qgis): dxf export: trim whitespace from layernames
- (cherry picked from commit 36267f59350881e10e2eae0aa9f110019a5e8d8c)
- 12:28 PM Revision 36267f59 (qgis): dxf export: trim whitespace from layernames
- 11:04 AM Revision a1fb1b8a (qgis): Revert "remove non existing icons from topology plugins resources"
- This reverts commit 0f41ff6918354578c3a705bd5118908e11ad299e.
- 11:03 AM Revision 0586a75d (qgis): [topology checker] add missing icons followup 6e9ff36
- 10:19 AM Revision 0f41ff69 (qgis): remove non existing icons from topology plugins resources
- followup 6e9ff364bb794c59ac2c6c72173d59b4e0731b92
can be reverted once files are added - 09:21 AM Bug report #13986 (Closed): Server segfaults when requesting certain GetLegendGraphics without bbox
- QGIS server segfaults (500 Internal Server Error) with a specific layer style and the GetLegendGraphics request does ...
- 05:06 AM Bug report #13985 (Closed): Merge Vector Layer: Attribute values are wrongly assigning if that at...
- Merge Vector Layer: The attributes which are not exists in one of the input vector layer are assigning ‘10’ after mer...
- 04:59 AM Bug report #13984 (Closed): custom python init function config is lost in master
- Fixed in changeset commit:"ca5707ddeba8773aa5a91608b1d317a44f3f9bd1".
- 04:48 AM Bug report #13984 (In Progress): custom python init function config is lost in master
- 04:30 AM Bug report #13984: custom python init function config is lost in master
- I asked for a sample project because I tested the import of an old project with init function in the "dotted" form "m...
- 04:25 AM Bug report #13984 (Closed): custom python init function config is lost in master
- Opening a 2.12 project with current master
If a layer has a custom init function using an external python file
Master... - 04:39 AM Revision 4ca81bac (qgis): Merge pull request #2576 from SebDieBln/DefaultLayerActions_on_selected...
- Apply default layer actions to all selected layers (fixes #9714)
- 04:38 AM Revision b64ebfb2 (qgis): Merge pull request #2543 from SebDieBln/SortLayerTreeMimedata
- Sort the indexes when generating layer tree mime data (fixes #4110)
2015-12-13
- 11:35 PM Revision 805d9d4f (qgis): Update MS SQL browser node items
- 11:08 PM Bug report #5173: Shape file field precision includes the . when saving, but not when editing in ...
- Yes, it is pretty much fixed.
There is a problem with a corner case which would perhaps be best filed as a new issue:... - 11:01 PM Bug report #6283 (Closed): no reversion of direction when digitizing polygons counter clockwise i...
- Hi,
maybe I was under the impression that the shape-file standard is a general standard. Thanks for pointing this out... - 07:17 AM Bug report #6283 (Feedback): no reversion of direction when digitizing polygons counter clockwise...
- Hello, bug triage...
here is what the "Shapefile standard":http://www.esri.com/library/whitepapers/pdfs/shapefile.pd... - 10:29 PM Bug report #5155 (Closed): memory layer attribute fields are combined when a memory layer or colu...
- Yes, I can't find a recent copy of the profile from line plugin so I guess we'd better close it because we can't test...
- 10:29 PM Bug report #5155 (Closed): memory layer attribute fields are combined when a memory layer or colu...
- Yes, I can't find a recent copy of the profile from line plugin so I guess we'd better close it because we can't test...
- 09:48 PM Bug report #6369: vsizip - relative paths not used & can't update path in "missing layers" dialogue
- No.
"Problem 1" from my initial report is fixed.
"Problem 2" is partially fixed - if you manually edit the path it is... - 06:42 AM Bug report #6369 (Feedback): vsizip - relative paths not used & can't update path in "missing lay...
- Hello, bug triage...
this seems to be fixed in QGIS 2.13 and probably in 2.12.1. Can you confirm ? - 09:29 PM Bug report #6230: Layer may become unselected after "paste style"
- Yes, seems to be fixed.
- 07:02 AM Bug report #6230 (Feedback): Layer may become unselected after "paste style"
- Hello, bug triage...
this seems to be fixed, at least in QGIS 2.13 master. The initial state (collapsed of expanded)... - 09:17 PM Bug report #5125: Inconsistent behaviour - whether or not newly added layers are automatically se...
- I didn't test adding layers programmatically, but yes, I think it can be closed. Can anyone remind me whether the po...
- 08:59 PM Revision bca8356e (qgis): Apply default layer actions to all selected layers (fixes #9714)
- the affected actions are:
- show feature count
- show in overview
- make top level - 07:39 PM Bug report #9714 (Closed): Show features count options on many layers doesn't work
- Fixed in changeset commit:"4ca81bac2f5f226ed1d3278baaabb2429b7033a2".
- 12:53 PM Bug report #9714: Show features count options on many layers doesn't work
- See "PR 2576":https://github.com/qgis/QGIS/pull/2576 for a solution.
- 11:36 AM Bug report #9714: Show features count options on many layers doesn't work
- Note that this also applies to the _Show in overview_ and _Make toplevel_ functions.
- 07:39 PM Bug report #4110 (Closed): order of layers changes when they are added to a group
- Fixed in changeset commit:"b64ebfb2e25cf6c5eca12ead2e2f2b1f2dbe1376".
- 05:50 PM Bug report #6410 (Closed): expanded layer collapses when clicking on the 'ok' or 'apply' buttons ...
- 06:56 AM Bug report #6410 (Feedback): expanded layer collapses when clicking on the 'ok' or 'apply' button...
- Hello, bug triage...
the last part of the bug seems to be fixed (at least in QGIS 2.13 master): When I apply style o... - 02:58 PM Bug report #13983 (Closed): Split parts on MultiLineString: discards data
- The issue is that geometry data is silently discarded when using the *Split Parts* tool on MultiLineString geometries...
- 01:34 PM Bug report #9585: Show features count doesn't kept after opening project
- I can not reproduce in current master (commit:262514d97d0ac754e5c2989a2ae85c0eb54c7242).
Can this issue be closed? - 01:24 PM Bug report #9576: SLD rule-based style export loses quotes around layer names
- I can not reproduce using the current master (commit:262514d97d0ac754e5c2989a2ae85c0eb54c7242).
What are the exact s... - 12:47 PM Revision 61b7a9c1 (qgis): [topology checker] swaps add/delete rule buttons
- 12:47 PM Revision 6e9ff364 (qgis): [topology checker] revamped icons for the topology checker and add tool...
- 12:25 PM Bug report #6449 (Feedback): Big polygon in shapefile not shown in 1.8.0
- Hello, bug triage...
in QGIS 2.13 master, I can display the shapefile but at certain zoom levels, some polygons are ... - 12:25 PM Bug report #6449 (Feedback): Big polygon in shapefile not shown in 1.8.0
- Hello, bug triage...
in QGIS 2.13 master, I can display the shapefile but at certain zoom levels, some polygons are ... - 12:13 PM Bug report #13982 (Closed): QGIS crashes when plt.savefig() Matplotlib function is called
- On Windows (Linux is not affected) when plt.savefig() function from Matplotlib library is called QGIS crashes. Empty ...
- 12:06 PM Revision ceddb7eb (qgis): [FEATURE] is_closed function for expressions
- Returns whether a linestring is closed
- 11:48 AM Bug report #6226 (Feedback): Primary key field hidden on attributes tables addes to qgis
- Hello, bug triage...
I can't reproduce it on QGIS 2.13 master (and it should also be the case in QGIS 2.12.1).
When ... - 11:48 AM Revision 2d9f3610 (qgis): Merge pull request #2575 from slarosa/style_grp_layers
- [FEATURE] allow applying the same style to selected layers or to legend group
- 11:38 AM Feature request #6297 (Feedback): Startup python script for all users
- Hello, bug triage...
Nathan Woodrow wrote:
> Thanks. I'll have a look over it tonight.
well, this was a very long ... - 11:31 AM Feature request #6269 (Feedback): Better tokens for text replacement in Print Composer labels
- Hello, bug triage...
Let sum it up. On QGIS 2.13 master we have:
* Can insert expressions in the composer.
* In the... - 10:54 AM Revision f0aeee8c (qgis): [FEATURE] allow applying the same style to selected layers or to legend...
- also fixes #10323
This adds the possibility to paste the style to group or selected layers. - 10:41 AM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
- Same problem here for weeks. There is some related discussion on http://lists.osgeo.org/pipermail/qgis-developer/2015...
- 10:11 AM Revision 262514d9 (qgis): [FEATURE] exterior_ring function for expressions
- Returns exterior ring of a polygon as a line. Useful for geometry
generator symbology for styling only the exterior r... - 09:49 AM Revision aedcf3a7 (qgis): Merge pull request #2551 from SebDieBln/RestoreEmtpyShortcuts
- Do not reapply default value to shortcuts that are set to "none" (fixes #7905)
- 09:12 AM Feature request #6201 (Closed): Option to disable automatic reclassification
- 03:41 AM Feature request #6201: Option to disable automatic reclassification
- I can confirm that indeed in 2.12 you need to click 'classify' to reclassify when changing the column. So for me, thi...
- 03:35 AM Feature request #6201 (In Progress): Option to disable automatic reclassification
- Hello, bug triage...
I think this is fixed in QGIS 2.13 (and probably in earlier versions): when you change the colu... - 07:29 AM Bug report #13981 (Closed): Error while updating QGIS
- Trying to update QGIS master and get an error:...
- 07:28 AM Feature request #6310 (Feedback): Streamline all geoprocessing workflow
- Hello, bug triage...
in QGIS 2.13 master (and probably in earlier versions), there is a "Add result to canvas" check... - 07:04 AM Bug report #6097 (Feedback): Getting wrong attribute values from a feature in qgis
- Hello, bug triage...
I can't reproduce it on QGIS master (2.13).
Can you confirm this ? - 06:49 AM Bug report #6375 (Feedback): svg and simple symbol mix do not scale the same way
- Hello, bug triage...
it seems to be fixed, at least in QGIS 2.13. There is no more scale parameter (perhaps replaced... - 05:58 AM Feature request #6377 (Feedback): r.reclass path to reclass rules within modeler
- Hello, bug triage...
to put a path in Processing modeler, you have to create an input with "File" type. Once done, y... - 04:33 AM Revision 7f674a4e (qgis): Merge pull request #2558 from SebDieBln/OrderScales
- Keep scales ordered in Settings > Options > Predefined scales (fixes #8320)
- 04:31 AM Bug report #6218 (Feedback): Loading styles issue
- Hello, bug triage...
I've made some tests on QGIS 2.13 master and when I load the qml with the wrong column name, ev... - 04:24 AM Feature request #6255: Add button to force recalculating stats of raster layers
- The stats are certainly updated if the extent is changed, but
cannot check if they do in the case the extent remains ... - 04:09 AM Feature request #6255 (Feedback): Add button to force recalculating stats of raster layers
- Hello, bug triage...
isn't it the case when you use the "Load" button and the Extent and accuracy options in Raster ... - 04:17 AM Revision 710b9d25 (qgis): Drop test thresholds
- 04:16 AM Bug report #6291 (Closed): python API provides removed blueBandName() for QgsRasterLayer (returni...
- Hello, bug triage...
in QGIS 2.13 master (and probably in earlier versions), there is no blueBandName method for Qgs... - 04:16 AM Bug report #6291 (Closed): python API provides removed blueBandName() for QgsRasterLayer (returni...
- Hello, bug triage...
in QGIS 2.13 master (and probably in earlier versions), there is no blueBandName method for Qgs... - 04:16 AM Bug report #6291 (Closed): python API provides removed blueBandName() for QgsRasterLayer (returni...
- Hello, bug triage...
in QGIS 2.13 master (and probably in earlier versions), there is no blueBandName method for Qgs... - 04:04 AM Bug report #6246 (Closed): Edit widget "range": cannot set negative values
- Hello, bug triage...
this is fixed, at least in QGIS 2.13...
I am closing this bug. - 04:04 AM Bug report #6246 (Closed): Edit widget "range": cannot set negative values
- Hello, bug triage...
this is fixed, at least in QGIS 2.13...
I am closing this bug. - 04:04 AM Bug report #6246 (Closed): Edit widget "range": cannot set negative values
- Hello, bug triage...
this is fixed, at least in QGIS 2.13...
I am closing this bug. - 03:48 AM Bug report #6210 (Feedback): Choosing the CRS from the "recently used CRS" does nothing (on the f...
- Hello, bug triage...
I can't reproduce it on QGIS 2.13 master (it should also work on QGIS 2.12.1).
Can you confirm ? - 03:19 AM Bug report #6187 (Feedback): Raster disappears when bands change
- Hello, bug triage...
I can't reproduce this bug on QGIS 2.13 master (should be the same with QGIS 2.12.1).
Can you ... - 02:59 AM Bug report #6131 (Feedback): New layer creation file browser doesn't resolve aliases in MacOS
- Hello, bug triage...
do you still have this bug with the latest QGIS version (2.12.1) ? - 02:48 AM Feature request #10323 (Closed): copy/paste style for multiple layers
- Fixed in changeset commit:"f0aeee8c5be6ed29ffc2ff636bc59c68cac19585".
- 02:32 AM Bug report #13980 (Closed): Unable to open files from Python console editor
- When I click on the Open File button in the editor dialog in the Python console, QGIS fails to open the file browser ...
- 02:10 AM Feature request #5903 (Feedback): For raster data store min-max in the project file
- Hello, bug triage...
in QGIS 2.13 master, when I save a raster, it seems that min/max values are stored in the proje... - 02:10 AM Revision 2982082f (qgis): Merge pull request #2537 from SebDieBln/ReprojectAnnotations
- Make annotations aware of CRS (fixes #3618)
- 02:03 AM Feature request #5898 (Feedback): Layersets
- Hello, bug triage...
I think we can xlose it because in QGIS 2.12 (and probably in earlier versions), there is the "... - 02:00 AM Bug report #5875 (Feedback): QGIS doesn't use its own GDAL tools and fails if another version of ...
- Hello, bug triage...
do you still have this problem ? I can't reproduce it on Windows 7 with QGIS 2.12.1 but perhaps...
2015-12-12
- 12:50 AM Bug report #7905 (Closed): unset keyboard shortcuts are not remembered
- Fixed in changeset commit:"aedcf3a76b6690a167dbf62f82699f240d2aa63b".
- 12:22 AM Revision 66a83bd2 (qgis): make annotations aware of crs (fixes #3618)
- 09:02 PM Revision 666eda68 (qgis): Merge pull request #2574 from SebDieBln/GDALtools_removeMenuItemsOnUnload
- Remove menu items when GDALtools plugin is unloaded (fixes #13642)
- 09:00 PM Revision f8c4b3a2 (qgis): Merge pull request #2571 from medspx/work_newfile_extensions
- Add formats extensions/protocol already supported by GDAL/OGR
(fixes #3799, fixes #4362, fixes #5242, fixes #6197) - 07:33 PM Bug report #8320 (Closed): Order of predefined scale settings wrong
- Fixed in changeset commit:"7f674a4e965968451dd95eb2c7b91e0d932d3714".
- 05:11 PM Bug report #3618 (Closed): Annotations are not reprojected correctly
- Fixed in changeset commit:"2982082f12e6201476d3bfe2bcc8447815c5ab8c".
- 03:14 PM Revision 72c5e375 (qgis): Add formats extensions/protocol already supported by GDAL/OGR.
- This should fix bugs:
* #3799 on CouchDB support.
* #4362 on ovr and ovf for VRT files.
* #5242 on KMZ support.
* #6... - 02:24 PM Revision dd2a422e (qgis): Remove menu items when GDALtools plugin is unloaded (fixes #13642)
- 12:35 PM Revision 6a7f7861 (qgis): Merge pull request #2570 from nirvn/point_on_surface_v3
- [expression] add point_on_surface function
- 12:02 PM Bug report #13642 (Closed): Disabling the GdalTools plugin doesn't clear its tools under Raster menu
- Fixed in changeset commit:"666eda68560c73ff72e2e1efb82a1d00a5eb48ff".
- 08:38 AM Bug report #13642: Disabling the GdalTools plugin doesn't clear its tools under Raster menu
- See "PR 2574":https://github.com/qgis/QGIS/pull/2574 for a solution.
- 12:01 PM Feature request #6197 (Closed): New filetype extensions for SpatiaLite
- Fixed in changeset commit:"f8c4b3a21cb13cc0871cb0fb2ec9b231742b71d5".
- 12:01 PM Feature request #5242 (Closed): Open KMZ without needing to unzip
- Fixed in changeset commit:"f8c4b3a21cb13cc0871cb0fb2ec9b231742b71d5".
- 12:01 PM Feature request #4362 (Closed): File dialogues should recognise VRT files with .ovf and .ovr exte...
- Fixed in changeset commit:"f8c4b3a21cb13cc0871cb0fb2ec9b231742b71d5".
- 12:01 PM Feature request #3799 (Closed): Cannot add new OGR layer types
- Fixed in changeset commit:"f8c4b3a21cb13cc0871cb0fb2ec9b231742b71d5".
- 11:16 AM Revision 35fea9c9 (qgis): [expression] add point_on_surface function
- 07:38 AM Feature request #5857 (Open): Make QGIS support WCS layers as valid raster input layers
- Médéric RIBREUX wrote:
> Hello, bug triage...
>
> this should be fixed with the QGIS WCS client. I've just tested it... - 07:32 AM Feature request #5857 (Feedback): Make QGIS support WCS layers as valid raster input layers
- Hello, bug triage...
this should be fixed with the QGIS WCS client. I've just tested it on this server: http://webma... - 07:37 AM Bug report #5851 (Feedback): WMS projection from EPSG:4326 to EPSG:900913 cut part of the layer
- Hello, bug triage...
I can't reproduce it on QGIS 2.13 master (it should also work in QGIS 2.12.1). I am using the s... - 07:25 AM Bug report #6438 (Closed): grass641 is not available
- Hello, bug triage...
on Debian Stable (Jessie) and Testing (Stretch), QGIS can compile without any problem with the ... - 07:25 AM Bug report #6438 (Closed): grass641 is not available
- Hello, bug triage...
on Debian Stable (Jessie) and Testing (Stretch), QGIS can compile without any problem with the ... - 07:25 AM Bug report #6438 (Closed): grass641 is not available
- Hello, bug triage...
on Debian Stable (Jessie) and Testing (Stretch), QGIS can compile without any problem with the ... - 07:12 AM Bug report #13979 (Closed): Legend Item Properties - Symbol Size
- In Item Properties for a Legend in Print Composer, the size of symbols is displayed too large when the size of the sy...
- 06:55 AM Bug report #13931: QGIS 2.12.1 - Filter legend by map content has new bug
- I have a similar problem that the Filter Legend by map content is not working correctly. In one layer which has one s...
- 03:08 AM Bug report #4518 (Open): Rotation of labels and symbols should be in the same direction
- 03:03 AM Bug report #3551 (Open): Selecting with mouse in table
- 03:02 AM Bug report #3539 (Open): v.to.db: allow selecting 2/3 columns
- 03:00 AM Bug report #3155 (Open): Zoom to layer works incorrectly while layer editing
- 02:59 AM Bug report #3089 (Open): Problem with On-the-fly CRS transformation
- 02:59 AM Bug report #1796 (Open): Multi-line text in a SVG file is not drawn correctly in Print Composer
- 01:47 AM Revision 62f90d0c (qgis): Merge pull request #2569 from SebDieBln/Improve_CrsReadXML
- Improve QgsCoordinateReferenceSystem::readXML()
2015-12-11
- 12:27 AM Revision edea51b6 (qgis): Improve handling of scales in project properties dialog
- * avoid duplicate scales
* reject invalid scales
* keep list of scales always sorted
Added QGIS 3.0 TODO marker for ... - 12:26 AM Revision 33ea2a04 (qgis): Avoid adding duplicate scales to the scale list.
- 12:26 AM Revision 4921d9e9 (qgis): Handle changes to existing predefined scales
- * reject invalid changes
* reposition the changed scale to maintain correct order
* avoid creating duplicates
* remov... - 12:26 AM Revision 9aff9c56 (qgis): Maintain order in scale list (fixes #8320)
- 12:26 AM Revision 76716268 (qgis): De-duplicate code when adding scales to the list of scales.
- 12:26 AM Revision 44fae1af (qgis): Use Q_FOREACH macro with scales
- 12:21 AM Revision ac1ee1cd (qgis): QgsCoordinateReferenceSystem::readXML() returns false on failure
- simplified a check for valid crs
- 12:05 AM Revision 2d0be1cf (qgis): Changed the parameter of QgsCoordinateReferenceSystem::readXML() to const
- and removed const_cast<> where not needed any longer
- 11:16 PM Revision 6e3b1da1 (qgis): dxf export: add doxymentation
- 08:47 PM Revision 3e18fda4 (qgis): fix translation string
- 08:21 PM Revision 555b7a43 (qgis): [FEATURE] dxf export: add option to use title instead of name as dxf la...
- 01:06 PM Revision a1a19d2b (qgis): Doxymentation
- 12:57 PM Revision 41286e50 (qgis): [Processing] Fix issue in setting the subset from canvas extent.
- 11:41 AM Revision c9fa3341 (qgis): Fix rendering geometry generators for line layers
- And add more tests
- 09:30 AM Revision c176e3f4 (qgis): Fix documentation test failure
- 08:40 AM Revision d2bf8d89 (qgis): Add equality operators to QgsLineStringV2
- 08:40 AM Revision 233f67b4 (qgis): QgsPolygonV2 tests and fixes
- - fixes for handling Polygon25D
- add QgsAbstractGeometryV2::convertTo( QgsWKBTypes::Type type ) for
easy conversion ... - 07:31 AM Bug report #13962: Text delimited file with carriage return line endings will not load in QGIS
- The following works in PyQt4, but I did not heavily test. For tests I did see the uploaded file. Perhaps this could b...
- 06:12 AM Revision 6dfffc5f (qgis): Add missing docs
- 05:11 AM Revision bc67c082 (qgis): Add missing SIP and docs
- 05:08 AM Revision ffd7c943 (qgis): [FEATURE] Add project loading support from browser
- 03:04 AM Feature request #13978 (Open): Add vector ARC/INFO Binary Coverage to include INFO table attribut...
- When adding vectors from ARC/INFO Binary Coverage folder, QGIS is not picking the attributes that are stored in "info...
- 01:58 AM Revision 19dcd21b (qgis): Add icons to geometry generator type list
- 01:53 AM Bug report #13977: QgsVectorFileWriter: bug at saving vector layer to shapefile
- Platform used while detecting this bug was Windows 7. I don't know know about Linux, where case sensitivity of paths ...
- 01:49 AM Bug report #13977 (Closed): QgsVectorFileWriter: bug at saving vector layer to shapefile
- When trying to save a layer, I get error number 3 in the case of the following example:
@QgsVectorFileWriter.writeAsV... - 01:36 AM Bug report #10828: project loading and adding/removing layers is slow if project has composers
- I copied my project to a local drive and I realized that it didn't change the matter.
Project with 6 composers: 26 s... - 01:24 AM Bug report #10828: project loading and adding/removing layers is slow if project has composers
- It seems that this issue is more acute when projects are loaded from a network drive, as Lene Fischer stated in comme...
- 01:35 AM Revision 7daca216 (qgis): Ignore bounds for generated geometries
- And guard many other static_casts to avoid crashes.
- 01:21 AM Revision d021100e (qgis): [FEATURE] Allow hiding paths from the browser panel
2015-12-10
- 12:53 AM Bug report #13976 (Feedback): Missing strings in translation file
- The ts files weren't changed between "2.12.0 and 2.12.1":https://github.com/qgis/QGIS/compare/final-2_12_0...final-2_...
- 12:41 AM Bug report #13976 (Closed): Missing strings in translation file
- In context "QgsExpressionBuilderWidgetBase" in QGIS 2.12.1 the strings "Run script", "Save file" and "Save the curren...
- 12:50 AM Revision d1c06341 (qgis): Rename geometry generator types
- 12:15 AM Revision 595f24e4 (qgis): astyle.sh: skip E265 (block comments should start with '# ')
- 12:07 AM Revision 8a939909 (qgis): Indentation update
Also available in: Atom