Activity
From 2014-11-15 to 2014-12-14
2014-12-14
- 11:42 PM Bug report #11857: batching of rasterize function
- Hm after reinstall, I get the same problem, that there is no field to type the output directory.
See attached screens... - 11:25 PM Bug report #11857: batching of rasterize function
- I'm using QGIS 2.6.0 - Brighton 64 Bit on Windows 7 also 64 Bit...
And my version is compiled against GDAL 1.11.0...
... - 03:22 AM Bug report #11857 (Feedback): batching of rasterize function
- are you sure you are using the latest Processing version and you don't have a old update masking the latest code? It ...
- 03:22 AM Bug report #11857 (Feedback): batching of rasterize function
- are you sure you are using the latest Processing version and you don't have a old update masking the latest code? It ...
- 03:57 PM Revision b6632a81 (qgis): added QgsMessageBar::SUCCESS
- 09:33 AM Revision 368fc674 (qgis): [labeling] allows data defined to align multiline when wordwrap functio...
- 09:30 AM Revision fc00baf0 (qgis): Fix use of uninitialized value
- 07:39 AM Revision e5684936 (qgis): Fix use of uninitialized values when no ellipsoid set (fix #11848)
- 06:11 AM Bug report #11858: Map Composer and QGIS crash when trying to print or export using raster layers
- No I have not tried on 64bit version, I will try with Mac in the coming days. I do not have other platforms available...
- 03:24 AM Bug report #11858 (Feedback): Map Composer and QGIS crash when trying to print or export using ra...
- Have you tested on QGIS 64bit? and on another platform (like Linux)? Can you share a sample project and data?
- 03:24 AM Bug report #11858 (Feedback): Map Composer and QGIS crash when trying to print or export using ra...
- Have you tested on QGIS 64bit? and on another platform (like Linux)? Can you share a sample project and data?
- 04:13 AM Bug report #6113: Selection of features does not work correctly with "point displacement" renderer
- see also #11840
- 04:13 AM Bug report #11840 (Closed): Point displacement and selection
- duplicate of #6113
- 04:13 AM Bug report #11840 (Closed): Point displacement and selection
- duplicate of #6113
- 04:09 AM Bug report #11839 (Feedback): add WxS layer from browser defaults to first projection instead of ...
- I just tested and here on qgis 2.6.1 works exactly as you propose.
- 04:09 AM Bug report #11839 (Feedback): add WxS layer from browser defaults to first projection instead of ...
- I just tested and here on qgis 2.6.1 works exactly as you propose.
- 04:03 AM Bug report #11808: [2.6.1] problem upload in the attribute table with $x $y
- cannot replicate with the data you attached either.
- 03:58 AM Bug report #11849: Zonal stats plugin not working with spatialite layer
- Confirmed also on Linux. Should be interesting to check if it ever worked in past qgis releases.
- 03:58 AM Bug report #11849: Zonal stats plugin not working with spatialite layer
- Confirmed also on Linux. Should be interesting to check if it ever worked in past qgis releases.
- 03:45 AM Bug report #11850 (Feedback): Can't classify based on joined column
- It works fine here, please attach sample data, it may depend on what formats you are using.
- 03:45 AM Bug report #11850 (Feedback): Can't classify based on joined column
- It works fine here, please attach sample data, it may depend on what formats you are using.
- 03:45 AM Bug report #11850 (Feedback): Can't classify based on joined column
- It works fine here, please attach sample data, it may depend on what formats you are using.
- 03:42 AM Bug report #11851: On-the-fly projection shift for EPSG:3375 on QGIS 2.6.1 Brighton for Mac OS X
- is Ok on Linux too.
- 02:11 AM Feature request #3856: Extents of print composer maps are not updated when the project CRS changes
- Oliver Story wrote:
> This seems like a bug to me.
>
> I would describe it as "Extents of print composer maps are no... - 02:11 AM Feature request #3856: Extents of print composer maps are not updated when the project CRS changes
- Oliver Story wrote:
> This seems like a bug to me.
>
> I would describe it as "Extents of print composer maps are no... - 02:11 AM Feature request #3856: Extents of print composer maps are not updated when the project CRS changes
- Oliver Story wrote:
> This seems like a bug to me.
>
> I would describe it as "Extents of print composer maps are no... - 02:08 AM Bug report #2947: GRASS plugin mapset permission blocks use if user doesn't own PERMANENT
- Andrea Pacifici wrote:
> This issue is still present in QGIS 2.6 for Mac OS X downloaded from the KyngChaos page. Usi...
2014-12-13
- 11:54 PM Bug report #2947: GRASS plugin mapset permission blocks use if user doesn't own PERMANENT
- This issue is still present in QGIS 2.6 for Mac OS X downloaded from the KyngChaos page. Using the GRASS plugin I try...
- 10:49 PM Bug report #11848 (Closed): Memory errors in QgsComposerLabel
- Fixed in changeset commit:"e568493653a8cd5921ad1835df7911d252f00940".
- 07:19 PM Revision 0e4b7e63 (qgis): Further drop now-unused code added with map rotation support
- Also add some documenting comments
- 06:35 PM Revision 69673817 (qgis): Drop special handling of rotation from MapCanvasMap::paint
- Stop assuming absence of rotation from MapCanvasItem::setRect,
but rather assume that the passed rectangle purely enc... - 05:35 PM Revision 90db597e (qgis): Simplify the change by not modifing interfaces
- .. I've found a link from gsMapCanvasMap and the QgsMapToPixel class
- 05:27 PM Feature request #11860: getLegendGraphic called for WMS layer while legend is not visible
- This looks to me like a new feature rather than a bug :)
I would suggest to have a new QgsMapLayerLegend implementat... - 03:31 PM Feature request #11860: getLegendGraphic called for WMS layer while legend is not visible
- isExpanded() could be used to check for legend being visible, but we can't just skip to create legend node as otherwi...
- 03:02 PM Feature request #11860: getLegendGraphic called for WMS layer while legend is not visible
- BTW, I tried to find code setting the ShowLegend flag but all I found was it being set in the constructor for QgsLaye...
- 02:44 PM Feature request #11860: getLegendGraphic called for WMS layer while legend is not visible
- I've found that the call also happen if the whole layer visibility is off, not only if the legend is invisible, but e...
- 02:42 PM Feature request #11860: getLegendGraphic called for WMS layer while legend is not visible
- Taking it back, showLegend flag is always 1 when the legend is "collapsed"
- 02:33 PM Feature request #11860: getLegendGraphic called for WMS layer while legend is not visible
- Hint:
if ( !testFlag( ShowLegend ) )
- 02:17 PM Feature request #11860 (Closed): getLegendGraphic called for WMS layer while legend is not visible
- The getLegendGraphic method of WMS provider is called when map content legend filtering is active, even if the legend...
- 02:38 PM Revision 05d03066 (qgis): Add rotation member to QgsMapCanvasMap, use for handling paint event
- Fixes the regression with pre-rendering user feedback for
non-rotated maps. The glitch is still there for rotated map... - 01:38 PM Feature request #11859: Add support for contextual WMS legend graphics
- PR (in progress): https://github.com/qgis/QGIS/pull/1735
- 10:44 AM Feature request #11859: Add support for contextual WMS legend graphics
- Related QEP: https://github.com/qgis/QGIS-Enhancement-Proposals/pull/15
- 07:21 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Giovanni, Mathieu, could you please test https://github.com/qgis/QGIS/pull/1734 ?
- 05:41 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Another attempt at fixing the regression w/out breaking the rendering of rotated map:
https://github.com/qgis/QGIS/pu... - 03:52 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- So the "fix" was reverted with fd15a168b23a1d05531e65281d786f65e52be8d4 and I'm now looking at how to better implemen...
- 06:33 AM Revision d61bf1f7 (qgis): Add lazy evaluation support to expression functions
- Add if(cond, true, false) function using lazy evaluation feature
- 02:53 AM Bug report #11814 (Reopened): PAL line label placement does not consider map rotation
- Reopening to try the pre-rotation approach.
- 02:53 AM Bug report #11814 (Reopened): PAL line label placement does not consider map rotation
- Reopening to try the pre-rotation approach.
- 01:40 AM Feature request #3856: Extents of print composer maps are not updated when the project CRS changes
- This seems like a bug to me.
I would describe it as "Extents of print composer maps are not updated when the project...
2014-12-12
- 07:31 PM Revision fd15a168 (qgis): Revert "Fix glitch on mouse-wheel zoom event"
- This reverts commit 40e0d78b42474c698cc66e549bfb18d9867167b2.
Fixed the mouse wheel zoom regression but it broke pro... - 07:27 PM Revision 69b27f04 (qgis): ziplayertest fix
- 03:41 PM Revision 40e0d78b (qgis): Fix glitch on mouse-wheel zoom event
- See http://hub.qgis.org/issues/11811
- 03:28 PM Revision ea33122a (qgis): expression: more comments and test to avoid differences between operato...
- 12:28 PM Revision d84af0d7 (qgis): populating browser icons in threads moved to QgsDataItem
- 11:22 AM Revision 917cee05 (qgis): Consider map rotation in rendering of horizontal and parallel labels
- See http://hub.qgis.org/issues/11814
NOTE: the map rotation should likely be considered at LabelPlacement
conf... - 11:09 AM Revision bd4087b4 (qgis): Tweak tolerances for CanvasPoint and ComposerPdfPoint PAL tests
- .. to succeed on Ubuntu 14.04.1 LTS
- 10:33 AM Feature request #11859 (Closed): Add support for contextual WMS legend graphics
- WMS legend can be dependent on visible extent, when server supports that.
See http://www.mapserver.org/development/rf... - 10:26 AM Bug report #11811 (Reopened): rotation regression: zoom to mouse cursor using mouse wheel is broken
- Actually the fix is invalid in that it breaks proper rendering of rotation :(
- 09:00 AM Bug report #11811 (Closed): rotation regression: zoom to mouse cursor using mouse wheel is broken
- Merged as 40e0d78b42474c698cc66e549bfb18d9867167b2
- 09:00 AM Bug report #11811 (Closed): rotation regression: zoom to mouse cursor using mouse wheel is broken
- Merged as 40e0d78b42474c698cc66e549bfb18d9867167b2
- 04:42 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- A more hackish approach is in test (by Travis, already tested locally) here: https://github.com/qgis/QGIS/pull/1732
- 04:36 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Alright the problem is in the assumption made in QgsMapCanvasMap::paint that a different size between item and image ...
- 04:20 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- The bogus "item" size is obtained via boundingRect, which is a QT standard method:
http://qt-project.org/doc/qt-4.8/q... - 04:15 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- In-between there's the ::setContent call, but it is like the item size is lost on next ::paint:
src/gui/qgsmapcanvas... - 04:06 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Example output on zoom out:
src/gui/qgsmapcanvasmap.cpp: 51: (paint) [4ms] XXXXX QgsMapCanvasMap::paint, img 781,819 ... - 03:57 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- I've found that QgsMapCanvasMap::pain gets called twice on every zoom-wheel event.
The first time it gets called with... - 09:05 AM Revision 5a254614 (qgis): followup 232aaaca66114e69b9ac2b201c65a26e7379f475 add missing text defi...
- 09:00 AM Bug report #11858 (Closed): Map Composer and QGIS crash when trying to print or export using rast...
- Hello!
I have been trying with both winXP and win2003 server SP2 Enterprise 32 bit to print or export to pdf file and... - 06:27 AM Bug report #11857: batching of rasterize function
- see also the reference for the function:
http://docs.qgis.org/2.6/de/docs/user_manual/processing_algs/gdalogr/gdal_co... - 06:25 AM Bug report #11857 (Closed): batching of rasterize function
- This bug is only concerning the new version 2.6... It works on 2.4.
If you try to convert several shapes to raster u... - 05:26 AM Bug report #11196 (Closed): Filtered layers editing misbehaving
- 02:44 AM Bug report #11814 (Closed): PAL line label placement does not consider map rotation
- Label placement (for horizontal and parallel) is supported as of commit 917cee0510cdba4a52cae4a785a974808ecb7a56
I've... - 02:44 AM Bug report #11814 (Closed): PAL line label placement does not consider map rotation
- Label placement (for horizontal and parallel) is supported as of commit 917cee0510cdba4a52cae4a785a974808ecb7a56
I've... - 02:44 AM Bug report #11814 (Closed): PAL line label placement does not consider map rotation
- Label placement (for horizontal and parallel) is supported as of commit 917cee0510cdba4a52cae4a785a974808ecb7a56
I've... - 02:43 AM Feature request #11856 (Open): Refactor PAL labeling to work on device coordinate space
- Pre scaling, translating and rotating vector input would make label placement algorithms fully support rotation and p...
- 02:35 AM Bug report #11855 (Closed): pre-set DPI not equal to painter's DPI (96 vs 72)
- Running the testsuite in master (pre 2.8.0) I get this assertion failure:
112: -- Running /usr/bin/python /usr/src/q... - 02:19 AM Feature request #11854 (Closed): Symbol size definition : width and heigth
- I would like to set the size of symbol with height en width properties (see capture).
We can do that only with Elli... - 02:17 AM Bug report #11853 (Closed): Segfault on exit running test PyQgsPalLabelingCanvas
- It looks like a thread is not being waited for completion:...
- 01:47 AM Feature request #4749 (Closed): editable option for combo box in value relation editor cannot be ...
- 01:44 AM Bug report #11852 (Closed): Removing linked feature doesn't clear the embed form
- In the relation reference widget, with embed form, if you clear the linked feature --i.e. select row "NULL (no select...
2014-12-11
- 12:57 AM Bug report #11845: QGIS startup is slow on windows with --configpath option
- I am confuzed, I run the same tests as yesterday, and I have no more that file creation error.
Everything goes well ... - 05:55 PM Bug report #11845 (Feedback): QGIS startup is slow on windows with --configpath option
- Not sure if this is really QGIS problem. If you use --configpath to an ordinary path on your local disk, would it be ...
- 06:29 AM Bug report #11845 (Closed): QGIS startup is slow on windows with --configpath option
- Hi all,
we experience very slow startup (from 1 to 5 minutes) on windows with QGIS 2.x (last test with 2.6.1) when ... - 08:20 PM Revision cee539aa (qgis): Add missing const to equality operator
- 08:20 PM Revision 3a64b446 (qgis): Temporarily disable atlas tests for travis
- 06:05 PM Bug report #11851 (Closed): On-the-fly projection shift for EPSG:3375 on QGIS 2.6.1 Brighton for ...
- I'm using QGIS 2.6.1 Brighton (Kyngchaos) on a newly installed Mac OS X Yosemite. There's an apparent shift (hundreds...
- 05:21 PM Revision c7b8fde9 (qgis): improve layout in add attribute dialog
- 04:53 PM Revision e5e85a54 (qgis): oracle provider: don't reject (none no)geometry queries on tables witho...
- 04:14 PM Revision 2b210a5c (qgis): do not make an unecessary copy
- 03:48 PM Bug report #11850 (Closed): Can't classify based on joined column
- Cannot seem to classify based on joined column. If classify instead using concat("<column name>") works just fine.
S... - 02:52 PM Bug report #11849 (Closed): Zonal stats plugin not working with spatialite layer
- It appears that the zonal stats plugin will add the max, min, and mean columns to a spatialite layer, but they are no...
- 02:24 PM Revision 7f8006f9 (qgis): [Fix #11841] Revert "Fix calculation of atlas map extent when set to fi...
- This reverts commit b106f8225324237175aac741ede9eb5d3268edcd and fixes the setting of the atlas feature in composer.
... - 02:10 PM Bug report #11848: Memory errors in QgsComposerLabel
- The memory error is still there as of commit cee539aae8d0ee3e11edb06f845c84f75566ad96 :
src/core/qgscoordinaterefere... - 01:51 PM Bug report #11848 (Closed): Memory errors in QgsComposerLabel
- Running qgs_atlascompositiontest under valgrind shows (among qt-internal issues) a memory error which seems to be our...
- 01:36 PM Revision c8b90186 (qgis): [processing] fix exception raising (fix #11842)
- 01:25 PM Bug report #11814: PAL line label placement does not consider map rotation
- The vectors are not pre-rotated by the provider, but the MapSetting's matrix (QgsMapToPixel) would be able to both ro...
- 12:50 PM Bug report #11814: PAL line label placement does not consider map rotation
- Hi Sandro,
Correct me if I am wrong (have not had time to review your map rotation committed changes), but unless th... - 02:03 AM Bug report #11814: PAL line label placement does not consider map rotation
- Some support for map rotation in labels rendering is been pushed here:
https://github.com/qgis/QGIS/pull/1729
Larry ... - 12:34 PM Revision 8aaf8b55 (qgis): Remove unneeded private method and code cleanup
- 12:20 PM Revision 2e972b13 (qgis): Render incremental rendering image at proper location
- The old behavior was to render it at the currently visibleExtent based on the
map canvas. The job may however have be... - 11:43 AM Revision 0d8cb3c1 (qgis): [processing] fix wrong behavior in Join by location alg (fix #11736)
- 11:42 AM Bug report #11846 (Closed): Commit errors dialogue font causes misleading information due to non-...
- Commit errors dialogue font causes misleading information due to non-monospaced font. See caret location in attached ...
- 10:45 AM Revision 50620533 (qgis): [processing] fix rows addition in batch processing interface
- 10:35 AM Revision e1156164 (qgis): remove warnings
- 08:36 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- I've tested b774853 (right before rotation change) and the problem does not occur. So this is really related to the r...
- 08:07 AM Bug report #11808: [2.6.1] problem upload in the attribute table with $x $y
- Hi,
Attached with this message, a shapefile with the problem explained.
Thanks,
- 07:54 AM Bug report #11843 (Closed): Oracle provider is not able to handle non-geometric tables correctly
- Fixed in changeset commit:"e5e85a5445b469de99b7bfc7c70fe2534ce76482".
- 02:54 AM Bug report #11843 (Closed): Oracle provider is not able to handle non-geometric tables correctly
- Hello,
it seems that the Oracle provider of QGis is not able to handle non-geometric tables correctly.
Under Python... - 06:57 AM Revision 0ba3f5ba (qgis): Fix incorrect size of markers with data defined name
- 05:50 AM Bug report #9325 (Feedback): Saving as Spatialite saves as SQLite that allows setting width of th...
- This is because in this case layer loaded via OGR data provider, not native SpatiaLite. If you open this layer using ...
- 05:39 AM Bug report #9259 (Closed): SpatiaLite new column issue
- Closing, as original issue was fixed.
- 05:39 AM Bug report #9259 (Closed): SpatiaLite new column issue
- Closing, as original issue was fixed.
- 05:27 AM Bug report #11841 (Closed): settings atlas feature leads to NaNs for scale and coordinates
- Fixed in changeset commit:"7f8006f93bf924588ebbb3def0c8609f066bc2fe".
- 02:16 AM Bug report #11841 (Closed): settings atlas feature leads to NaNs for scale and coordinates
- Using the action "set atlas feature for...", correctly opens the composer and sets the correct feature but the map is...
- 05:19 AM Bug report #11475: bad bracket simplification in expression
- https://github.com/qgis/QGIS/pull/1730
- 04:40 AM Bug report #7946 (Closed): Move raster Thumbnails, Legend, and Palette from General to Style tab
- 04:38 AM Bug report #11842 (Closed): Python error shown after clicking "Run" on an algorithm in an empty p...
- Fixed in commit:c8b90186b1
- 04:38 AM Bug report #11842 (Closed): Python error shown after clicking "Run" on an algorithm in an empty p...
- Fixed in commit:c8b90186b1
- 02:38 AM Bug report #11842 (Closed): Python error shown after clicking "Run" on an algorithm in an empty p...
- Open an empty project - > Click "run" on any algorithm - > Python error. Either a message should be shown or the "Run...
- 04:29 AM Bug report #11736 (Closed): Processing "Join atributes by location" ignored the option "only keep...
- 02:46 AM Bug report #11736 (In Progress): Processing "Join atributes by location" ignored the option "only...
- 02:45 AM Bug report #11736 (Closed): Processing "Join atributes by location" ignored the option "only keep...
- Fixed in changeset commit:"0d8cb3c1a942d5886117eb4c5b4f3156370f6d13".
- 01:55 AM Bug report #10762: 2.4 build failure with old gcc
- https://github.com/qgis/QGIS/pull/1728
- 01:55 AM Bug report #10762: 2.4 build failure with old gcc
- https://github.com/qgis/QGIS/pull/1728
- 01:55 AM Bug report #10762: 2.4 build failure with old gcc
- https://github.com/qgis/QGIS/pull/1728
- 01:46 AM Bug report #10445 (Closed): Batch Processing - Select from open layers - number of rows
- Works as expected in master
- 01:46 AM Bug report #10445 (Closed): Batch Processing - Select from open layers - number of rows
- Works as expected in master
- 01:32 AM Bug report #11738: Select by location does not work anymore if the intersection layer is a point ...
- Found the issue. This was caused by old pull-request https://github.com/qgis/QGIS/pull/1495.
- 01:29 AM Bug report #9110 (Closed): Empty SAGA help
- Loading help from online copy of User Guide now implemented. Please reopen if necessary.
- 01:29 AM Bug report #9110 (Closed): Empty SAGA help
- Loading help from online copy of User Guide now implemented. Please reopen if necessary.
- 01:27 AM Bug report #9867 (Closed): Advanced Python field calculator needs documentation
- Now Processing used help from User Guide. Reopen if necessary
- 01:27 AM Bug report #9867 (Closed): Advanced Python field calculator needs documentation
- Now Processing used help from User Guide. Reopen if necessary
- 01:27 AM Bug report #11840 (Closed): Point displacement and selection
- I use Point displacement style since I have some points sharing the same coordinates.
When opening the Attribute tabl... - 01:25 AM Bug report #11839 (Closed): add WxS layer from browser defaults to first projection instead of pr...
- When adding a WMS layer from the browser, it will default to the first EPSG code listed in the getcapabilities docume...
- 01:25 AM Bug report #11725 (Closed): qgis "convex hull" by classes does not work in Processing (but is ok ...
- 01:20 AM Feature request #5387 (Closed): Add GDAL help pages to Processing
- Processing now loads help from online User Guide. Please reopen if necessary.
- 01:20 AM Feature request #5387 (Closed): Add GDAL help pages to Processing
- Processing now loads help from online User Guide. Please reopen if necessary.
- 01:15 AM Bug report #9857 (Closed): Hub lines tool needs documentation
- Now tool used documentation from online User Guide. Please reopen if necessary.
- 01:15 AM Bug report #9857 (Closed): Hub lines tool needs documentation
- Now tool used documentation from online User Guide. Please reopen if necessary.
- 01:07 AM Bug report #10636 (Feedback): Translation for command description and help in Processing: GRASS a...
- As algorithm help now part of the User Guide and translated with it, and Processing itself also i18n capable can we c...
- 01:05 AM Bug report #10660 (Closed): Empty HTML results
2014-12-10
- 12:49 AM Bug report #11837 (Open): FILTER parameter not working
- then I'll tag this as blocker.
- 12:49 AM Bug report #11837 (Open): FILTER parameter not working
- then I'll tag this as blocker.
- 12:49 AM Bug report #11837 (Open): FILTER parameter not working
- then I'll tag this as blocker.
- 11:17 PM Bug report #11837: FILTER parameter not working
- No it used to work (if I recall correctly) in 2.6.0
The FILTER parameter is a feature that has been introduced in QGI... - 09:56 AM Bug report #11837 (Feedback): FILTER parameter not working
- this was an issue in previous qgis server releases?
- 05:09 AM Bug report #11837 (Closed): FILTER parameter not working
- The FILTER parameter has no effect on the features returned by the WMS GetMap request.
Affected are at least versions... - 11:55 PM Bug report #11836: "Drag and drop designer" crashes QGIS when a text edit, multiline field is rep...
- The problem is in "edit widget" when selected "Multiline". No crashes when marking "Multiline" removed. I've tried to...
- 11:55 PM Bug report #11836: "Drag and drop designer" crashes QGIS when a text edit, multiline field is rep...
- The problem is in "edit widget" when selected "Multiline". No crashes when marking "Multiline" removed. I've tried to...
- 11:53 AM Bug report #11836 (Feedback): "Drag and drop designer" crashes QGIS when a text edit, multiline f...
- I just tested with data of my own (PostGIS), on Linux and Windows, and cannot replicate, even duplicating on purpose ...
- 11:53 AM Bug report #11836 (Feedback): "Drag and drop designer" crashes QGIS when a text edit, multiline f...
- I just tested with data of my own (PostGIS), on Linux and Windows, and cannot replicate, even duplicating on purpose ...
- 03:35 AM Bug report #11836 (Closed): "Drag and drop designer" crashes QGIS when a text edit, multiline fie...
- *New description:*
Add a layer
use D&D design to add into two different tabs the same text field with a multiline t... - 02:43 PM Revision dd1bb9f8 (qgis): iface.getFeatureDialog creates an "add" dialog for an invalid feature
- 01:35 PM Bug report #11223: Vector layer VRT stopped working in master
- Confirmed. Bug still present.
- 12:56 PM Bug report #11223 (Reopened): Vector layer VRT stopped working in master
- I am afraid this is still not fixed. Confirmed on Windows, Ubuntu and Fedora on two different machines, latest trunk.
- 12:56 PM Bug report #11223 (Reopened): Vector layer VRT stopped working in master
- I am afraid this is still not fixed. Confirmed on Windows, Ubuntu and Fedora on two different machines, latest trunk.
- 11:28 AM Bug report #11835 (Feedback): Print layout not saved within project file on Mac OSX
- sounds weird it does not work as expected on Mac. can you try qgis 2.6.1 ? thanks
- 11:28 AM Bug report #11835 (Feedback): Print layout not saved within project file on Mac OSX
- sounds weird it does not work as expected on Mac. can you try qgis 2.6.1 ? thanks
- 02:13 AM Bug report #11835 (Closed): Print layout not saved within project file on Mac OSX
- Working on a QGIS project on Windows I am used to the print layout/composer being saved with the project, however whe...
- 11:27 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Sandro Santilli wrote:
> I've seen the effect of first zooming to center too, but I saw it also before the rotation c... - 03:24 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- I've seen the effect of first zooming to center too, but I saw it also before the rotation change, can anyone confirm...
- 02:00 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- ok, I see there is a painting artefact. I can reproduce that here by the way, best with a simple vector layer.
It see... - 01:30 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Giovanni, excellent video, it does a much better job than my video at showing what's wrong.
- 11:24 AM Bug report #11834: qgis.bin crashed with SIGABRT in QList<QgsRuleBasedRendererV2::Rule*>::clear()
- Alexander Novoselov wrote:
> Giovanni Manghi wrote:
> > please attach a project (and a sample of data) to allow us te... - 02:13 AM Bug report #11834: qgis.bin crashed with SIGABRT in QList<QgsRuleBasedRendererV2::Rule*>::clear()
- Giovanni Manghi wrote:
> please attach a project (and a sample of data) to allow us test locally.
all layers - postg... - 10:55 AM Bug report #8760: Custom Form from .ui File crashes QGIS on Ubuntu
- Searching the internet brought me to these possibly related reports:
https://bugs.kde.org/show_bug.cgi?id=182810
whi... - 10:40 AM Revision 5fd04e63 (qgis): advanced digitizing tools fixes part 2
- * action in toolbar activate/disable the tools instead of showing/hiding the dock
* do not filter event if tools are ... - 10:36 AM Revision 21c4cbbe (qgis): Flip rotation spin box to QgsDoubleSpinBox
- Fix some other small spin box related ux improvements (fix #11833)
- 10:10 AM Revision 714a1e68 (qgis): Fix warning
- 10:01 AM Bug report #11814: PAL line label placement does not consider map rotation
- @dakarto: am I right that candidate label boxes are NOT stored as rotated, when being parallel to lines ?
as per:
... - 09:56 AM Bug report #10976: attribute table refresh problems after edits
- Filipe Dias wrote:
> I received reports from users that thought Field Calculator was not working because of this bug.... - 03:47 AM Bug report #10976: attribute table refresh problems after edits
- I received reports from users that thought Field Calculator was not working because of this bug. It is very annoying ...
- 09:55 AM Bug report #11822: Unable to install on Windows 7, 64bit
- Fredrik Blom wrote:
> Installed as admin: Yes
> Anti-virus installed: Microsoft Security Essentials free version. Not... - 05:19 AM Bug report #11822: Unable to install on Windows 7, 64bit
- Installed as admin: Yes
Anti-virus installed: Microsoft Security Essentials free version. Not very picky, and nothing... - 09:53 AM Revision bcc29ff5 (qgis): Add methods to QgsDataDefined for reading and writing to XML
- 08:12 AM Revision a1e0f017 (qgis): fixes for advanced digitizing tools
- do not clear intermediate points when digitizing points in construction mode
increase maximum height of dock widget w... - 03:45 AM Feature request #11328: Increase the font size in the Modeller and in the Script editor
- I'm attaching a screenshot as an example. In this piece of code, the user has to be very careful with the "( )" and i...
- 03:01 AM Bug report #11832: Rotation value retain when new project created
- But after loading any layer to this new project extent and scale adjusted to match layer extent. IMO getting rotated ...
- 02:22 AM Bug report #11832: Rotation value retain when new project created
- Center (extent) and scale are also retained, why should rotation not be ?
- 02:18 AM Bug report #11829: rotation spin box should be moved to project properties
- -1 for hiding it. I do think it belongs in the status bar. A more improved version in the future could be a small wh...
- 01:59 AM Bug report #11829: rotation spin box should be moved to project properties
- Hey thanks for the keyboardTracking property, I didn't know about it. I saw you added that with commit 21c4cbbe1a600a...
- 01:38 AM Bug report #11833 (Closed): Inconsistent behavior of rotation spinbox
- Fixed in changeset commit:"21c4cbbe1a600a4b3a1d5313bc07feafe2901aea".
2014-12-09
- 12:19 AM Bug report #11834 (Feedback): qgis.bin crashed with SIGABRT in QList<QgsRuleBasedRendererV2::Rule...
- please attach a project (and a sample of data) to allow us test locally.
- 10:57 PM Bug report #11834 (Closed): qgis.bin crashed with SIGABRT in QList<QgsRuleBasedRendererV2::Rule*>...
- Crash after simple zooming and panning map
parallel rendering - OFF... - 12:16 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Richard Duivenvoorde wrote:
> yes, I have seen that behaviour, that it is not exactly centering on your cursor, but I... - 11:49 PM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- yes, I have seen that behaviour, that it is not exactly centering on your cursor, but I also tried it in 2.4 and 2.2 ...
- 10:25 PM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Here's a video recording of the regression. The map canvas does actually get zoomed to the mouse cursor, the regressi...
- 03:09 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Also not confirmed here...
- 02:39 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- I cannot reproduce this too. I've tried it with current master and qgis 2.6 here. To me they behave the same?
- 12:01 AM Bug report #11269: can't access in Python to new features added to editBuffer
- I can't understand.
2.6.1 Brighton remains affected to this issue. And Only on XP systems. In all other platform I te... - 10:51 PM Bug report #11833 (Closed): Inconsistent behavior of rotation spinbox
- Map canvas rotate each time I enter digit in rotation spinbox. For example, I want to rotate canvas by 120 degrees, w...
- 10:44 PM Bug report #11832 (Closed): Rotation value retain when new project created
- Subject says it all.
- 09:56 PM Feature request #6988: Print Composer - Centered map
- Got some answer saying that it has been fixed in latest api version. But i am also facing the same issue. I tried usi...
- 09:48 PM Feature request #6988: Print Composer - Centered map
- Hi
"Not able to center map in map canvas" through coding - Reference (Feature request #6988 - facing same problem )
... - 09:41 PM Bug report #11831 (Closed): Feature request #6988 - Facing same problem
- Please just comment on the original ticket not open a new one.
- 09:41 PM Bug report #11831 (Closed): Feature request #6988 - Facing same problem
- Please just comment on the original ticket not open a new one.
- 09:35 PM Bug report #11831 (Closed): Feature request #6988 - Facing same problem
- Hi
"Not able to center map in map canvas" through coding - Reference (Feature request #6988 - facing same problem )
... - 03:15 PM Bug report #11830 (Closed): QgsMapRendererSequentialJob is truncating text.
- I've been using the following python code for rendering, however it causes text to get partially displayed at the ima...
- 03:09 PM Bug report #11829: rotation spin box should be moved to project properties
- -1 for me. As an hidden option, it will go unnoticed, and will be more difficult to use interactively.
- 12:08 PM Bug report #11829 (Closed): rotation spin box should be moved to project properties
- Given that it will mostly be set just once for a project, the rotation spin box should be moved to project properties...
- 01:15 PM Bug report #11822 (Feedback): Unable to install on Windows 7, 64bit
- are you installing as admin? maybe a very tight anti-something? Did you try install on another system to rule out loc...
- 01:15 PM Bug report #11822 (Feedback): Unable to install on Windows 7, 64bit
- are you installing as admin? maybe a very tight anti-something? Did you try install on another system to rule out loc...
- 01:15 PM Bug report #11822 (Feedback): Unable to install on Windows 7, 64bit
- are you installing as admin? maybe a very tight anti-something? Did you try install on another system to rule out loc...
- 06:05 AM Bug report #11822 (Closed): Unable to install on Windows 7, 64bit
- I've tried to install QGIS 2.6.1 on my Windows 7, x64 machine, but the installer keeps on stopping when it is about 8...
- 12:38 PM Revision a56ec981 (qgis): Const-correct QgsMapToPixel::showParameters
- 12:10 PM Revision 87de9f5b (qgis): Test rotation API in QgsMapPixel unit test
- 11:58 AM Revision a353a4dd (qgis): Set all QgsMapToPixel parameters at once from QgsMapSettings
- 11:50 AM Revision cebb6fff (qgis): Refactor QgsMapToPixel to only build matrix on parameter change
- Also add deprecation notices and provide full-parameters constructor
- 11:29 AM Revision ec085bfb (qgis): Add unit test for QgsMapToPixel (legacy only for now)
- 10:23 AM Revision d65a6f73 (qgis): Merge pull request #1624 from 3nids/cadtool_single
- Advanced digitizing tools (aka CAD tools)
- 10:11 AM Feature request #11828 (In Progress): Add visual changelog entries as QGIS startup tooltips
- QGIS tips could be made richer by adding individual visual changelog entries as separate tips. In this way, user will...
- 10:09 AM Bug report #11809 (Open): Datatype of computed columns falls back to text
- Samuel Ingarfield wrote:
> Have just now tested in 2.2 and 2.4, am experiencing the same behaviour in both versions.
... - 04:24 AM Bug report #11809: Datatype of computed columns falls back to text
- Have just now tested in 2.2 and 2.4, am experiencing the same behaviour in both versions.
- 03:33 AM Bug report #11809: Datatype of computed columns falls back to text
- Matthias Kuhn wrote:
> Can you provide the python code you use and a test dataset?
See attached.
Giovanni Manghi w... - 03:33 AM Bug report #11809: Datatype of computed columns falls back to text
- Matthias Kuhn wrote:
> Can you provide the python code you use and a test dataset?
See attached.
Giovanni Manghi w... - 03:28 AM Bug report #11809: Datatype of computed columns falls back to text
- Samuel Ingarfield wrote:
> Yep, I've just now reproduced this behaviour in 2.6.1
the import bit here (to say if it i... - 03:11 AM Bug report #11809: Datatype of computed columns falls back to text
- Can you provide the python code you use and a test dataset?
- 01:42 AM Bug report #11809: Datatype of computed columns falls back to text
- Yep, I've just now reproduced this behaviour in 2.6.1
- 01:10 AM Bug report #11809: Datatype of computed columns falls back to text
- Samuel Ingarfield wrote:
> This happens both when
> a) Using the 'Load as New Layer' function of DB Manager; and
> b)... - 01:10 AM Bug report #11809: Datatype of computed columns falls back to text
- Samuel Ingarfield wrote:
> This happens both when
> a) Using the 'Load as New Layer' function of DB Manager; and
> b)... - 01:10 AM Bug report #11809: Datatype of computed columns falls back to text
- Samuel Ingarfield wrote:
> This happens both when
> a) Using the 'Load as New Layer' function of DB Manager; and
> b)... - 01:02 AM Bug report #11809: Datatype of computed columns falls back to text
- Note that I have also just reproduced this on Linux (latest nightly) so we're not dealing with some weird windows onl...
- 09:57 AM Revision 2b1b79db (qgis): Expose QgsMapCanvas rotation and centering API to python
- 09:55 AM Revision 6557cb84 (qgis): debian packaging update (merge and squash PR#1725)
- 09:53 AM Revision b3953b83 (qgis): Export QgsMapSettings rotation API to python
- 09:34 AM Revision 5683ebda (qgis): Make toCanvasCoordinate(QRect) method private in QgsMapCanvasItem
- I added this for rotation support but the interface is probably not
something any external code should rely upon. - 09:34 AM Revision aa0b98dd (qgis): Add note about QgsMapCanvas::rotation() being added in 2.8
- 09:30 AM Bug report #11814: PAL line label placement does not consider map rotation
- QgsPalLayerSettings::calculateLabelSize is the earlier point of failure I've found for today.
It does indeed looks li... - 09:09 AM Bug report #11814: PAL line label placement does not consider map rotation
- And, when rotation is active, the height and the width are wrong.
- 08:53 AM Bug report #11814: PAL line label placement does not consider map rotation
- Debugging prints confirm, pal::LabelPosition getX(), getY(), getWidth() and getHeight() all return map (geographical)...
- 08:12 AM Bug report #11814: PAL line label placement does not consider map rotation
- Am I reading the code correctly that the PAL library does all its work in geographical units rather than device units...
- 04:12 AM Bug report #11814 (Closed): PAL line label placement does not consider map rotation
- Labels placement for lines does not properly consider map rotation.
With "horizontal" placement all labels are horizo... - 09:29 AM Bug report #11827 (Closed): Converting offline permanently removes edit types (field ui widgets) ...
- Converting offline permanently removes edit types (field ui widgets) from layer.
Steps to reproduce:
Add postgis lay... - 09:20 AM Revision fd0e98d5 (qgis): Ensure all items are deleted from TestQgsComposerTableV2
- 09:05 AM Revision c46a7b63 (qgis): Merge pull request #1517 from imincik/dbmanager_icons
- dbmanager: rotating layer import and export icons to more intuitive sense
- 08:37 AM Revision 7ca72392 (qgis): Merge pull request #1721 from nyalldawson/integer_divide
- [expressions] Make int/int return double results
- 07:50 AM Bug report #11825: fill with centroid draws symbol outside the polygons
- Apparently a regression
- 06:38 AM Bug report #11825 (Closed): fill with centroid draws symbol outside the polygons
- In a certain scale range (1:250,000 - 1:5,000) the *fill with centroid* style behavior appears weird.
Centroids are d... - 07:48 AM Bug report #11826 (Closed): North arrow decoration doesn't consider canvas rotation
- Duplicate of #11818
- 07:48 AM Bug report #11826 (Closed): North arrow decoration doesn't consider canvas rotation
- Duplicate of #11818
- 07:32 AM Bug report #11826 (Closed): North arrow decoration doesn't consider canvas rotation
- North arrow decoration doesn't consider canvas rotation
- 07:30 AM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- Just to let you know, tested again in Arch Linux with gdal 1.11.1-3 and I still get the same error. Waiting for versi...
- 04:31 AM Bug report #11815: Feature highlight from Identify features misplaced on rotation
- Note that the feature selection highlight (from select features tool) renders correctly (in yellow), so this is speci...
- 04:15 AM Bug report #11815 (Closed): Feature highlight from Identify features misplaced on rotation
- The rendered feature highlight from identify features gets misplaced on map rotation.
- 04:21 AM Bug report #11818 (Closed): North arrow decoration doesn't follow map rotation
- The decoration keeps indicating North being up, reguardless of map rotation.
- 04:19 AM Bug report #11817 (Closed): Grid decoration meaningless with rotated map
- When map is rotated the grid decoration is still vertical and horizontal lines but irregular.
I guess it should be ro... - 04:17 AM Bug report #11816 (Closed): Panning from the overview map reduces the scale (zooms out) when map ...
- When the map is rotated, panning from the overview map results in scale diminishing (zooming out).
- 01:05 AM Feature request #11812 (Closed): Add compression options for outputs ("-co") in gdal tools for Pr...
2014-12-08
- 12:20 AM Bug report #11811: rotation regression: zoom to mouse cursor using mouse wheel is broken
- Actually it works correctly for me, what could I be missing ? I'm testing with 2 layers, a vector one and a raster on...
- 10:31 PM Bug report #11811 (Closed): rotation regression: zoom to mouse cursor using mouse wheel is broken
- The map rotation feature commit introduced a serious regression. When zooming in and out using the mouse wheel over t...
- 11:40 PM Bug report #5153 (Closed): Unexpected rounding in field calculator (documentation needed)
- Fixed in changeset commit:"232aaaca66114e69b9ac2b201c65a26e7379f475".
- 11:33 PM Bug report #11809: Datatype of computed columns falls back to text
- This happens both when
a) Using the 'Load as New Layer' function of DB Manager; and
b) Adding layer through Python (u... - 03:55 PM Bug report #11809 (Feedback): Datatype of computed columns falls back to text
- I believe do you refer to the "load as new layer" function of DB Manager, correct?
- 03:55 PM Bug report #11809 (Feedback): Datatype of computed columns falls back to text
- I believe do you refer to the "load as new layer" function of DB Manager, correct?
- 03:55 PM Bug report #11809 (Feedback): Datatype of computed columns falls back to text
- I believe do you refer to the "load as new layer" function of DB Manager, correct?
- 05:58 AM Bug report #11809 (Closed): Datatype of computed columns falls back to text
- When loading SpatiaLite layers, types of computed columns are incorrect. For example, consider a table with an intege...
- 11:02 PM Revision c4c36dd9 (qgis): Allows to import/export bookmarks to XML file
- 09:30 PM Revision 28c34432 (qgis): indentation update
- 09:25 PM Revision e27d8097 (qgis): dxf export:
- * export layers in reversed rendering order
* use checkboxes for layer selection
* support for layers selection by vi... - 03:38 PM Feature request #11103: Support for retina displays (HiDPI)
- Please reopen this issue. It is not a duplicate. #11337 is one of several issues related to overall compatibility wit...
- 04:08 AM Feature request #11103 (Closed): Support for retina displays (HiDPI)
- duplicate of #11337
- 04:08 AM Feature request #11103 (Closed): Support for retina displays (HiDPI)
- duplicate of #11337
- 02:42 PM Bug report #11800: documentation error in qgis:creategrid and associated errors it Hex grid from ...
- Thanks.
I presumed, that since it was part of processing it lived in here somewhere...
At least I know where to put... - 01:22 PM Bug report #11800 (Closed): documentation error in qgis:creategrid and associated errors it Hex g...
- will be fixed when this PR will be committed
https://github.com/qgis/QGIS-Processing/pull/6
but closing because any... - 01:22 PM Bug report #11800 (Closed): documentation error in qgis:creategrid and associated errors it Hex g...
- will be fixed when this PR will be committed
https://github.com/qgis/QGIS-Processing/pull/6
but closing because any... - 01:52 PM Bug report #11805: Alignment by expression not working after using “wordwrap” instead of “wrap on...
- it seems there is a PR to fix this
https://github.com/qgis/QGIS/pull/1724 - 02:03 AM Bug report #11805 (Closed): Alignment by expression not working after using “wordwrap” instead of...
- Alignment by expression is not working after using “wordwrap” instead of “wrap on character”:
!http://i.stack.imgur.... - 01:49 PM Bug report #11808 (Feedback): [2.6.1] problem upload in the attribute table with $x $y
- I cannot replicate here with any of my data. What data format are you using? what data type are you using for the col...
- 05:00 AM Bug report #11808 (Closed): [2.6.1] problem upload in the attribute table with $x $y
- Hi,
There is some problem when I want to use the function $x or $y of field calculator to upload an existant column... - 01:36 PM Bug report #11810 (Closed): Ok Button not showing when they are a lot of errors in Eliminate Silv...
- this is a highly improbable bug, but i have found it today and i decided to share it.
You can Enter Ok and be gone ... - 11:01 AM Revision c5d6f95a (qgis): Merge pull request #1723 from anitagraser/patch-5
- backported fix for # 11694
- 10:59 AM Revision 4980dba5 (qgis): Merge pull request #1719 from bstroebl/splitLines
- [processing] [feature] split lines with lines
- 10:55 AM Revision c63f3469 (qgis): backported fix for # 11694
- http://hub.qgis.org/projects/quantum-gis/repository/revisions/810cb3fb999d9fdd6c1d6fe7b353ab83ce85b17c/diff/python/pl...
- 09:31 AM Revision da17656f (qgis): Log error to ProcessingLog
- 05:00 AM Bug report #11807 (Closed): Make "timestamp" datatype available for PostGIS vectors
- If you use the "date/time" edit widget to try save date *and* time in a "date" postgis column, then the time is disca...
- 04:44 AM Bug report #11801 (Feedback): 'Rotate Label' freezes
- I cannot replicate using projects/data of my own. This could be something that is data-related, so better if you can ...
- 04:23 AM Feature request #11069: Add snapping and avoid intersection support for the reshape tool
- see also #11802
- 04:23 AM Bug report #11802: reshape tool 'avoid intersections' snapping not working as expected
- I agree that at least core tools should be work as expected regarding the "avoid intersection". This should also be e...
- 04:17 AM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
- Yes, I saved the model with 2.6. In the toolbox I can find it, but I cant open from the modeler.
- 04:14 AM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
> But older models are incompatible as far as I know.
I believe that Victor or Alexander made something to allow im...- 03:52 AM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
- Are you trying to open a model created using Processing 2.6? I cannot reproduce any issues testing that.
But older m... - 03:46 AM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
- The join issue was addressed and fixed in #11694
- 04:08 AM Bug report #11337: Attribute Table does not show correctly on high resolution (2880x1620) monitors
- see also #11103
- 04:08 AM Bug report #11337: Attribute Table does not show correctly on high resolution (2880x1620) monitors
- see also #11780
- 04:07 AM Feature request #11780 (Closed): QGIS and UHD (4K) monitors
- duplicate of #11337
- 04:07 AM Feature request #11780 (Closed): QGIS and UHD (4K) monitors
- duplicate of #11337
- 03:36 AM Bug report #11206 (Open): QGIS Server crashes on GetLegendGraphic and GetFeatureInfo requests wit...
- 02:06 AM Bug report #11206: QGIS Server crashes on GetLegendGraphic and GetFeatureInfo requests with master
- Similar problem here, with qgis-server 2.6.1.1 on Ubuntu Server 14.04.1 LTS, a clean install. When a GetLegendRequest...
- 02:30 AM Bug report #9920: Add link to sample data
- Fine to me, thanks.
- 02:25 AM Bug report #9920 (Closed): Add link to sample data
- I think the text is already better:
http://docs.qgis.org/testing/en/docs/training_manual/processing/intro.html
and ... - 02:28 AM Bug report #11804: Settings>Options>Map Tools>Identify: wrong units
- Also the search area should be reported in the info window, so to make it explicit to the user what is the area the i...
- 01:14 AM Bug report #11804 (Closed): Settings>Options>Map Tools>Identify: wrong units
- In the spinbox, the parameter is indicated in mm, whereas in the note it is clarified it is in % of map extent. This ...
- 02:21 AM Feature request #11806 (Open): Server Search in WMS dialog does not give feedback for empty searc...
- In the Add Layer from WMS Server there is a tab 'Server Search' which uses the following service:
http://geopole.org... - 01:10 AM Revision 535661d6 (qgis): [gui] Fix qgsexpressionbuilder layout
- 01:09 AM Revision 3933f99b (qgis): [gui] Fix fieldcalculator layout
2014-12-07
- 04:30 PM Revision ce8a9ba4 (qgis): Add support for map rotation (hub #9330)
- Includes widget to show and set map rotation.
Handle rotation in vector and raster renderers.
Ensure correct behavior... - 01:47 PM Bug report #11800: documentation error in qgis:creategrid and associated errors it Hex grid from ...
- I see in this thread http://lists.osgeo.org/pipermail/qgis-community-team/2014-December/004001.html that the document...
- 12:32 PM Feature request #11803 (Rejected): Plugins and lack of character encoding.
- 11:47 AM Feature request #11803: Plugins and lack of character encoding.
- How to close it?
- 11:11 AM Feature request #11803: Plugins and lack of character encoding.
- Please open tickets on all relevant plugins, and close this one, as I do not believe this is a general QGIS issue.
- 10:53 AM Feature request #11803: Plugins and lack of character encoding.
- <MMQGIS - Combine - Merge Layers>. I used <Vector - Data Mamangement Tools - Merge Shapefiles to One..> instead. I al...
- 09:38 AM Feature request #11803: Plugins and lack of character encoding.
- Which plugin?
- 08:57 AM Feature request #11803 (Rejected): Plugins and lack of character encoding.
- Plugins are useless for others that uses special characters in their language. In Scandinavia we have the same englis...
- 11:59 AM Revision b774853a (qgis): remove debug code
- 11:52 AM Revision fc6ad27d (qgis): [processing] load documentation from online QGIS User Guide
- 11:16 AM Revision a6fcb3a4 (qgis): Merge pull request #1720 from neteler/patch-6
- [processing] Update Grass7Algorithm.py
- 07:32 AM Feature request #9330: Rotate Rendered Map Canvas
- Core support added with commit:ce8a9ba4afed849e7d85e9c0773fbc029b24bd15
HUB is open for further issues about rotation - 05:35 AM Bug report #11802 (Closed): reshape tool 'avoid intersections' snapping not working as expected
- I have two polygon layers, both with snapping on and both with 'avoid intersections' ticked.
I expect that when I... - 05:01 AM Bug report #11738: Select by location does not work anymore if the intersection layer is a point ...
- Lene Fischer wrote:
> Same problem for function Vector Overlay tool >Intersection
shouldn't be enough to make inters...
2014-12-06
- 01:52 PM Bug report #11800: documentation error in qgis:creategrid and associated errors it Hex grid from ...
- I notice I've not been clear about which docs I'm talking about.
The documentation in the user guide is correct.
It'... - 03:47 AM Bug report #11800 (Closed): documentation error in qgis:creategrid and associated errors it Hex g...
- Running the "Hex grid from layer" script gives this error:
----
Oooops! The following output layers could not be open... - 01:40 PM Bug report #11131: GPX plugin always saves absolute path
- Jürgen, thanks for fixing this.
Giovanni, one of the main reasons that I don't use the "normal" dialoge is that the ... - 09:32 AM Revision 759a1483 (qgis): Flip all labelling spin boxes to QgsSpinBox/QgsDoubleSpinBox
- 06:36 AM Revision 232aaaca (qgis): [expressions] Make int/int return double results.
- Also add a new "//" operator to perform integer division.
(fix #5153) - 04:02 AM Bug report #11801 (Closed): 'Rotate Label' freezes
- 'Rotate Label' freezes after working with it (together with 'Move Feature(s)') a short period of time. I've tried eve...
2014-12-05
- 11:36 PM Feature request #11780: QGIS and UHD (4K) monitors
- Including a screenshot of the attribute table from Windows 8.1.
- 11:17 PM Feature request #11780: QGIS and UHD (4K) monitors
- I have problems on Linux Mint 17.1 as well. Screen resolution is 3200 x 1800. QGIS is by no means the only program wi...
- 11:17 PM Feature request #11780: QGIS and UHD (4K) monitors
- I have problems on Linux Mint 17.1 as well. Screen resolution is 3200 x 1800. QGIS is by no means the only program wi...
- 02:10 PM Revision 26e06e68 (qgis): Flip remaining symbology spinboxes to QgsDoubleSpinBox
- 01:39 PM Revision 697ef510 (qgis): Also evaluate expressions entered in QgsSpinBox
- and flip all composer spin boxes to QgsSpinBox (refs #10544)
- 12:14 PM Revision dfe79807 (qgis): Flip all composer double spin boxes to QgsDoubleSpin (refs #10544)
- Add clear buttons to applicable properties.
- 11:24 AM Feature request #9676: Do not refresh canvas when selecting features
- Couldn't this be solved by showing selected features using the same technique as is used for the Identify tool? When ...
- 11:12 AM Bug report #11738: Select by location does not work anymore if the intersection layer is a point ...
- Same problem for function Vector Overlay tool >Intersection
- 10:50 AM Bug report #11738: Select by location does not work anymore if the intersection layer is a point ...
- The problem is a regression - same problem from earlier versions.
- 10:39 AM Revision 8a182b7f (qgis): Clean up QgsMapLayer scale based visibility api
- 10:39 AM Revision 7400106e (qgis): [FEATURE] Evaluate expressions entered in QgsDoubleSpinBox
- Allows entry of QGIS expressions into the spin box. The expression
is evaluated on enter or loss of focus and then di... - 09:38 AM Bug report #11425: make check: 12 tests failed out of 113
- As of current master (commit:26e06e6881760103c6d2f005dc15cb26fa221767) 3 tests failed out of 119:
The following tests... - 08:56 AM Revision 072c1e57 (qgis): Merge pull request #1715 from rldhont/server_wms_getcapabilities_compli...
- [QGIS-Server] FIX 10489 QGIS Server getcapabilites response is not WMS c...
- 08:02 AM Bug report #11775: Crash after simple zooming and panning map
- Alexander Novoselov wrote:
> Giovanni Manghi wrote:
> > probably this should be closed as duplicate of #11141
>
> No... - 07:43 AM Bug report #11775: Crash after simple zooming and panning map
- Giovanni Manghi wrote:
> probably this should be closed as duplicate of #11141
No! This bug associated with parallel... - 06:37 AM Bug report #11775: Crash after simple zooming and panning map
- probably this should be closed as duplicate of #11141
- 05:50 AM Bug report #11775: Crash after simple zooming and panning map
- Matthias Kuhn wrote:
> Are you using joins?
No
- 05:43 AM Bug report #11775: Crash after simple zooming and panning map
- Are you using joins?
Is caching enabled for these joins? - 04:13 AM Bug report #8628: DB Manager does not load PostGIS rasters using QGIS-master for Debian
- Now it seems to work, except for -r (out of db) rasters, that crash QGIS
- 03:21 AM Feature request #11795: SQL windows - execute only selected part of a query.
- add to it the possibility to stop a query is running, like pgadmin does.
- 03:12 AM Feature request #11795: SQL windows - execute only selected part of a query.
- + 1 would be really helpfull!
- 02:16 AM Bug report #11654 (Closed): qgis 2.6/master always saves shapefiles as "multi"
- Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > so it this to be considered fixed/invalid?
>
> yes, unless you ve... - 02:16 AM Bug report #11654 (Closed): qgis 2.6/master always saves shapefiles as "multi"
- Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > so it this to be considered fixed/invalid?
>
> yes, unless you ve... - 01:59 AM Feature request #11796 (Closed): Support for .qlr files in QGIS Browser
- duplicate of #10737
- 01:59 AM Feature request #11796 (Closed): Support for .qlr files in QGIS Browser
- duplicate of #10737
- 01:38 AM Feature request #11796 (Closed): Support for .qlr files in QGIS Browser
- Would be nice if QGIS Layer Definition files (.qlr) were supported in QGIS Browser (both standalone application and p...
- 01:58 AM Feature request #11797 (Closed): Save group of layers as layer definition (.qlr) file
- Would be helpful to be able to save a group of layers as a layer definition (.qlr) file so that the same group of lay...
2014-12-04
- 11:58 PM Bug report #10489 (Closed): QGIS Server getcapabilites response is not WMS compliant
- Fixed in changeset commit:"072c1e573179727f8d1092f3c9b37d0e99c855a2".
- 09:57 PM Revision c5221125 (qgis): Update Grass7Algorithm.py
- GRASS GIS 7 update: dsn -> input|output as per http://trac.osgeo.org/grass/browser/grass/trunk/lib/gis/renamed_options
- 09:32 PM Revision a7de4dad (qgis): [QGIS-Server] Clean GetCapabilities
- Remove GetPrint request and ComposerTemplates from GetCapabilities for a better interoperability
- 08:15 PM Revision c2b5da33 (qgis): [QGIS-Server] FIX 10489 QGIS Server getcapabilites response is not WMS ...
- To be fully compliant with WMS 1.3.0 standard, I propose to add :
* SLD namespace for GetLegendGraphic element
* sche... - 04:20 PM Revision a2c656e6 (qgis): [processing] [feature] split lines with lines
- 11:25 AM Feature request #11795 (Closed): SQL windows - execute only selected part of a query.
- In the sql windows is it possible to execute only selected part of a query, in the same way of pgadmin?
It could be v... - 11:19 AM Revision 0fa40a65 (qgis): Change some spin boxes in symbology to QgsDoubleSpinBox
- Adds the handy 'clear' buttons to these spin boxes, such as
offsets and rotation.
Also standardises the display of so... - 11:15 AM Feature request #11794 (Closed): spatialite connection custom name
- now its' impossible to load two spatialite db with the same name beacause the connection name is the same of db name....
- 10:42 AM Feature request #11793 (Open): multiple layer import
- If dbmanager can import multiple layer it could be a nice improvement.
- 10:39 AM Feature request #11792 (Feedback): import - primary key option as combobox
- when import change the primary key option from text to combobox and allow to choose only from existing field.
- 10:15 AM Revision 1a4b8bb4 (qgis): define the special text directly with the clear value
- 08:39 AM Bug report #11654: qgis 2.6/master always saves shapefiles as "multi"
- Giovanni Manghi wrote:
> so it this to be considered fixed/invalid?
yes, unless you verified the problem in 2.6.1 or... - 05:46 AM Bug report #11654: qgis 2.6/master always saves shapefiles as "multi"
- Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > As QGIS now saves all shapes as multipart many tools are basically... - 05:20 AM Bug report #11654: qgis 2.6/master always saves shapefiles as "multi"
- Giovanni Manghi wrote:
> As QGIS now saves all shapes as multipart many tools are basically broken with such shapes, ... - 04:42 AM Bug report #11654: qgis 2.6/master always saves shapefiles as "multi"
- As QGIS now saves all shapes as multipart many tools are basically broken with such shapes, including editing tools (...
- 07:12 AM Bug report #11337 (Open): Attribute Table does not show correctly on high resolution (2880x1620) ...
- see also #11791
- 07:12 AM Bug report #11337 (Open): Attribute Table does not show correctly on high resolution (2880x1620) ...
- see also #11791
- 07:12 AM Bug report #11337 (Open): Attribute Table does not show correctly on high resolution (2880x1620) ...
- see also #11791
- 07:12 AM Bug report #11791 (Closed): Font size too large for high res screen
- duplicate of #11337
- 07:12 AM Bug report #11791 (Closed): Font size too large for high res screen
- duplicate of #11337
- 06:50 AM Bug report #11791: Font size too large for high res screen
- Same issues on QGis 2.6.1.
- 06:09 AM Bug report #11791 (Closed): Font size too large for high res screen
- I have a laptop with an high res screen (3200x1800) and when I open some dialogs or all table views the characters ex...
- 06:15 AM Revision e887d075 (qgis): Correctly set band number for pseudocolor renderer widget
- Previously the band was always reset to the first band when opening
the raster layer properties. - 05:55 AM Bug report #11790 (Closed): Python bindings for QgsDxfExport.addLayers causes crash
- I try to use QgsDxfExport from python but failed adding vector layers using addLayers method. I tried passing argumen...
- 05:43 AM Bug report #11573: Int images with floating point gain not displayed properly
- Matthew Hanson wrote:
> I would like to request that the "feature" of applying Gain and Offset be reverted until this... - 05:41 AM Bug report #11785: WFS issue (one element as large square box) since 2.0
- Confirmed that it started to happen since 2.0.1, so the simplification is not the source of the problem as it wasn't ...
- 05:37 AM Bug report #11786: Qgis categorized style classification interprets null as zero from Postgis table
- This was working as expected in previous QGIS releases (like 2.0.1).
- 05:37 AM Bug report #11786: Qgis categorized style classification interprets null as zero from Postgis table
- This was working as expected in previous QGIS releases (like 2.0.1).
- 05:37 AM Bug report #11786: Qgis categorized style classification interprets null as zero from Postgis table
- This was working as expected in previous QGIS releases (like 2.0.1).
- 05:37 AM Bug report #11786: Qgis categorized style classification interprets null as zero from Postgis table
- This was working as expected in previous QGIS releases (like 2.0.1).
- 05:13 AM Bug report #11742 (Feedback): Band jumps back to Band 1 each time properties are made on a layer
- should be solved with
https://issues.qgis.org/projects/quantum-gis/repository/revisions/e887d075aa4fb27c20f27e60025d... - 04:57 AM Revision 486d4086 (qgis): [FEATURE] Port new memory layer plugin to core
- 01:30 AM Bug report #11499: Style manager fails to load XML from Github URL
- Possible to get this fixed. Maybe backport the fix to the 4.7 code for OSGEO4W?
2014-12-03
- 09:45 PM Revision a4354412 (qgis): Add support for generating coverage statistics for tests
- Build option ENABLE_COVERAGE must be set. There's also a secondary
option GENERATE_COVERAGE_DOCS which requires lcov ... - 05:01 PM Bug report #11788 (Closed): core.so: undefined symbol: _ZTI18QgsHeatmapRenderer
- Sorry, this was fixed by defining LD_LIBRARY_PATH pointing to the lib folder
like
export LD_LIBRARY_PATH=/home/mish... - 04:58 PM Bug report #11788 (Closed): core.so: undefined symbol: _ZTI18QgsHeatmapRenderer
- Hi,
I followed instruction and got master version of QGIS. Everything compiles fine, but when I start I got message... - 04:33 PM Revision d39a854a (qgis): advanced digitizing tools
- this integrates advanced digitizing tools aka CAD tools in QGIS application and basically a port of CADinput plugin
*... - 04:18 PM Revision f8f78421 (qgis): db_manager: fix error message on table vacuum
- 03:55 PM Revision e4c9a202 (qgis): [processing] show layers in alphabetical order in dropdown menu
- 03:14 PM Revision 2b37e40b (qgis): allow defining custom clear value for Qgs(Double)SpinBox
- 01:25 PM Feature request #11787 (Open): Map Composer: More export options
- hi,
It would be nice to be able to export the layout in geotif because it have the advantage of containing the coordi... - 12:30 PM Revision 2d3f05ba (qgis): [custom crs ui] adds scrollarea to dialog and done some minor changes
- 12:29 PM Revision b699069b (qgis): [custom crs ui] adds collapsible groupbox
- 11:58 AM Revision ad32bbf4 (qgis): Add some atlas reference images for precise (part 2)
- 11:55 AM Bug report #11786 (Closed): Qgis categorized style classification interprets null as zero from Po...
- I realize this is similar to an issue from over seven years ago that was closed #962, but i don't understand the solu...
- 11:23 AM Revision b07e4db2 (qgis): Add some atlas reference images for precise (part 1)
- 10:23 AM Revision 352fe2a2 (qgis): CTest retry submit to dashboard when failed
- 09:44 AM Revision 3e6d784a (qgis): Try increasing color tolerance for composer tests slightly
- 09:43 AM Revision 16b4dfe1 (qgis): Fix some compiler warnings
- 07:20 AM Bug report #11785 (Closed): WFS issue (one element as large square box) since 2.0
- Since 2.0 some WFS-services anymore couldn't be used anymore.
With 1.8 everything was fine
http://fbinter.stadt-berl... - 07:09 AM Bug report #11573: Int images with floating point gain not displayed properly
- I would like to request that the "feature" of applying Gain and Offset be reverted until this bug is fix. As it sta...
- 07:04 AM Bug report #10141: Setting data defined properties "Pen width" and "Dash pattern" causes freeze o...
- Although I would try track this one down if I could, I have neither means to nor experience in Windows development. T...
- 04:57 AM Bug report #10141: Setting data defined properties "Pen width" and "Dash pattern" causes freeze o...
- Nicklas Larsson wrote:
> Originally I could find the problem in xp and vista 32bit (didn't test on 64 bit). Now I tes... - 03:36 AM Bug report #10141: Setting data defined properties "Pen width" and "Dash pattern" causes freeze o...
- Originally I could find the problem in xp and vista 32bit (didn't test on 64 bit). Now I tested only on xp again with...
- 03:20 AM Bug report #10141: Setting data defined properties "Pen width" and "Dash pattern" causes freeze o...
- Nicklas Larsson wrote:
> I can now confirm that the described problem occurs using release version 2.6.1 (on xp/32) t... - 03:09 AM Bug report #10141: Setting data defined properties "Pen width" and "Dash pattern" causes freeze o...
- I can now confirm that the described problem occurs using release version 2.6.1 (on xp/32) too.
- 06:31 AM Bug report #11784 (Closed): Measure Line behaviour when "On the fly" enabled
- Measure Line fails to locate points to measure from if "on the fly" transformations are enabled under Project Proper...
- 05:20 AM Bug report #11775: Crash after simple zooming and panning map
- Giovanni Manghi wrote:
> Alexander Novoselov wrote:
> > After disabling parallel rendering - while not crashing!
>
>... - 04:58 AM Bug report #11775: Crash after simple zooming and panning map
- Alexander Novoselov wrote:
> After disabling parallel rendering - while not crashing!
no crash after disabling paral... - 03:37 AM Bug report #11775: Crash after simple zooming and panning map
- After disabling parallel rendering - while not crashing!
- 03:27 AM Bug report #11775: Crash after simple zooming and panning map
- No a decrease from 8 to 4 fall happened. Now disable the parallel rendering. Waiting for the fall.
- 03:24 AM Bug report #11775: Crash after simple zooming and panning map
- Alexander Novoselov wrote:
> CPU - i7 8 core (hypertrending)
> increase to 4 - crash
>
>
> turn off at all, is exp... - 02:53 AM Bug report #11775: Crash after simple zooming and panning map
- CPU - i7 8 core (hypertrending)
increase to 4 - crash... - 01:12 AM Bug report #11775: Crash after simple zooming and panning map
- Alexander Novoselov wrote:
> Uses a complex map of 18 layers. All layers postgis. Each layer uses filters. Many symbo... - 04:59 AM Revision b278ea1a (qgis): API: Added support for bulk loading of spatial index
- This is much faster way of initializing a spatial index. From python it is as simple as
>>> index = QgsSpatialIndex( ... - 04:55 AM Bug report #11782 (Closed): To change the coordinate system of the project after you add any plug...
- Jarost Dudek wrote:
> When I add any layer from the OpenLayers plugin
that is how the plugin works. - 04:55 AM Bug report #11782 (Closed): To change the coordinate system of the project after you add any plug...
- Jarost Dudek wrote:
> When I add any layer from the OpenLayers plugin
that is how the plugin works. - 04:08 AM Bug report #11782: To change the coordinate system of the project after you add any plugins from ...
- When I add any layer from the OpenLayers plugin
- 03:22 AM Bug report #11782 (Feedback): To change the coordinate system of the project after you add any pl...
- do you mean that it happens when you install a plugin, or by any chance do you mean when you add a layer (google, bin...
- 03:00 AM Bug report #11782 (Closed): To change the coordinate system of the project after you add any plug...
- When I add any of the plug-ins from the Internet, it automatically changes the coordinate system of the project on th...
- 02:26 AM Feature request #11781 (Closed): Processing - Add missing input parameters (e.g. CRS or folder) t...
- Currently, scripts support more parameters than the modeler does (see doc http://docs.qgis.org/testing/en/docs/user_m...
- 02:20 AM Revision 94a276e7 (qgis): Revert "Let travis compile debug binaries so ASSERTS are also considered"
- This reverts commit b1de41ca49d44eb5068d60c29f7960d363aadd75.
Led to unstable test results for no reason
See
https... - 02:08 AM Bug report #11760: QGIS Debian upgrade throws an error
- Another workaround to avoid complete uninstall/reinstall:
sudo aptitude purge libqgis-customwidgets2.6.0
- apply sol... - 01:54 AM Revision f03ab8a6 (qgis): Merge pull request #1482 from serialc/patch-1
- Checkbox for sub index was missing tooltip text
- 01:23 AM Bug report #11779 (Feedback): number of spatial objects don't update
- where does this happen? in the "show feature count" option? else?
- 01:23 AM Bug report #11779 (Feedback): number of spatial objects don't update
- where does this happen? in the "show feature count" option? else?
2014-12-02
- 09:39 PM Revision b1de41ca (qgis): Let travis compile debug binaries so ASSERTS are also considered
- 09:37 PM Bug report #11775: Crash after simple zooming and panning map
- Uses a complex map of 18 layers. All layers postgis. Each layer uses filters. Many symbols.
Fall is irregular, but c... - 12:12 PM Bug report #11775 (Feedback): Crash after simple zooming and panning map
- any layer type? it happens in all projects? or just some? Please attach sample data.
the same questions apply for #1... - 12:12 PM Bug report #11775 (Feedback): Crash after simple zooming and panning map
- any layer type? it happens in all projects? or just some? Please attach sample data.
the same questions apply for #1... - 12:12 PM Bug report #11775 (Feedback): Crash after simple zooming and panning map
- any layer type? it happens in all projects? or just some? Please attach sample data.
the same questions apply for #1... - 08:38 PM Bug report #11049: Wrong properties statistics and style minimum and maximum for grids
- Still the same issue in master. Any chance to get this updated? It has obviously to do something with wrong handling ...
- 06:15 PM Feature request #8845: PDF output types & placement.
- It would be nice to see this support happen, but if anyone else has this placement issue, I have improved my process ...
- 03:15 PM Revision 49c10fc4 (qgis): MapTip: ParagraphSeparator to \n to support multiline expressions
- This allows to properly use multiline expressions in the expression builder
when the map tip HTML definition contains... - 02:20 PM Revision 327f3e9c (qgis): Merge pull request #1717 from manisandro/int_ogrwkbgeometrytype
- Store result of OGR_FD_GetGeomType into a OGRwkbGeometryType, not in an int, ...
- 01:32 PM Revision 81895f9c (qgis): Store result of OGR_FD_GetGeomType into a QGis::WkbType, not in an int,...
- 12:26 PM Bug report #11777: PostGIS: 0 is wrote instead of "null"
- confirmed here as a regression.
- 12:26 PM Bug report #11777: PostGIS: 0 is wrote instead of "null"
- confirmed here as a regression.
- 12:26 PM Bug report #11777: PostGIS: 0 is wrote instead of "null"
- confirmed here as a regression.
- 12:26 PM Bug report #11777: PostGIS: 0 is wrote instead of "null"
- confirmed here as a regression.
- 12:26 PM Bug report #11777: PostGIS: 0 is wrote instead of "null"
- confirmed here as a regression.
- 12:12 PM Bug report #11776 (Feedback): Crash after delete single line
- any layer type? it happens in all projects? or just some? Please attach sample data.
the same questions apply for #1... - 12:12 PM Bug report #11776 (Feedback): Crash after delete single line
- any layer type? it happens in all projects? or just some? Please attach sample data.
the same questions apply for #1... - 12:12 PM Bug report #11776 (Feedback): Crash after delete single line
- any layer type? it happens in all projects? or just some? Please attach sample data.
the same questions apply for #1... - 11:47 AM Bug report #11778 (Feedback): Multiple feature geometry
- is this a QGIS issue or a ogr one, seems to me the latter.
- 07:28 AM Bug report #11778 (Closed): Multiple feature geometry
- GML files allows data producer to include more geometries within one feature (e.g. polygon of parcel and reference po...
- 10:51 AM Revision d034a667 (qgis): [labeling] use QgsColorButtonV2 for label property dialog
- 10:18 AM Revision 2eb0ca34 (qgis): [codeeditor] set case insensitive for SQL Lexer: followup #1686
- 09:14 AM Feature request #11780: QGIS and UHD (4K) monitors
- Can't make the fonts smaller because they are default and very small allready..
- 09:10 AM Feature request #11780 (Closed): QGIS and UHD (4K) monitors
- Some dialog windows looks bad and text are too big for textarea among other things. In attribute table the cell heigh...
- 08:42 AM Bug report #11779 (Closed): number of spatial objects don't update
- If you make a query in order to filter your data then the number of spatial objects don't update correctly, only the ...
- 03:51 AM Bug report #11750 (Closed): Can't assign parent algorithms in Graphical Modeller due to Python error
- Please open separate tickets for different issues.
Regarding your problem, it seems that you updated Processing only... - 02:11 AM Revision 0f761949 (qgis): Fix calculation of smart breaks when html has transparent background
- Should finally fix troublesome composer html tests
- 01:49 AM Bug report #11181: scaling range for line widths not persistent
- Thank you very much!
2014-12-01
- 12:39 AM Bug report #11750 (Reopened): Can't assign parent algorithms in Graphical Modeller due to Python ...
- I reopened the ticket because another problem still occurs.
- 12:14 AM Bug report #11719: Oracle Data Provider Multiline gap
- Nicholas Latham wrote:
> Jürgen Fischer wrote:
> > Please provide a test case.
>
> How should I do this? I have foun... - 04:27 PM Bug report #11719: Oracle Data Provider Multiline gap
- Jürgen Fischer wrote:
> Please provide a test case.
How should I do this? I have found out that ogr2ogr works as exp... - 12:10 AM Bug report #11716 (Closed): core dump on startup
- Fixed in commit:4fde34a
- 12:06 AM Bug report #11777 (Closed): PostGIS: 0 is wrote instead of "null"
- Hi.
While working with QGIS 2.6 and Postgres/Postgis 9.3/2.1 on Ubuntu (or 9.1/1.5 on Windows) I found a bug.
I have ... - 11:16 PM Bug report #11776: Crash after delete single line
- FIX!!! ubuntu 12.04 32bit
- 11:15 PM Bug report #11776 (Closed): Crash after delete single line
- ubuntugis-unstable, ubuntu 14.04
1) go edit mode on postgis layer
2) select single line
3) use Delete Selected
4) cr... - 11:02 PM Bug report #11737 (Closed): qgis crashes when editing the table of attributes.
- I don't try with an other system but I create a new shapefile and a new project and it works fine.
- 10:37 PM Bug report #11775 (Closed): Crash after simple zooming and panning map
- ubuntugis-unstable
Crash after simple zooming and panning map... - 09:00 PM Bug report #11774: Removing layer in 2.6 causes crash and project file corruption if legend start...
- Yep, I confirm it is fixed, thank you.
- 05:58 PM Bug report #11774 (Closed): Removing layer in 2.6 causes crash and project file corruption if leg...
- This has been fixed and released in the 2.6.1 release. Could you update to this release.
- 05:58 PM Bug report #11774 (Closed): Removing layer in 2.6 causes crash and project file corruption if leg...
- This has been fixed and released in the 2.6.1 release. Could you update to this release.
- 04:32 PM Bug report #11774 (Closed): Removing layer in 2.6 causes crash and project file corruption if leg...
- In the new light of findings I am closing #11677 and starting it again as blocker. This issue causes serious problems...
- 08:26 PM Revision 823d45a3 (qgis): Merge pull request #1714 from manisandro/intsafe_doublesafe
- Fix isIntSafe and isDoubleSafe not considering some QVariant types
- 07:38 PM Revision 29d01664 (qgis): Fix isIntSafe and isDoubleSafe not considering QVariant::UInt, QVariant...
- 05:53 PM Revision 974511f4 (qgis): Merge pull request #1710 from mach0/master
- fix typo in processing description
- 04:32 PM Bug report #11677 (Closed): Access violation when removing layer which is in the composer legend
- Updated as #11774
- 01:31 PM Bug report #10489: QGIS Server getcapabilites response is not WMS compliant
- Pull request supplied
https://github.com/qgis/QGIS/pull/1715 - 01:31 PM Bug report #10489: QGIS Server getcapabilites response is not WMS compliant
- Pull request supplied
https://github.com/qgis/QGIS/pull/1715 - 01:31 PM Bug report #10489: QGIS Server getcapabilites response is not WMS compliant
- Pull request supplied
https://github.com/qgis/QGIS/pull/1715 - 11:12 AM Revision 6da0058f (qgis): Swap expression and custom function box in expression widget
- 10:30 AM Revision d815ac00 (qgis): Try to fix some more intermittent composer tests
- 09:52 AM Revision 118a9f63 (qgis): Add some missing exitQgis() calls to unit tests
- Also ensure that compositions are deleted before exiting
Qgis during tests. - 09:34 AM Revision 4fde34a7 (qgis): Fixed crash in browser startup on Mac
- 09:28 AM Revision 48edab4f (qgis): Hopefully fix intermittently failing composer html test
- 06:30 AM Bug report #11772 (Closed): GPG: stop using 32-bit key ID
- Hi!
I'd like to add QGIS Archive Automatic Signing Key (2014) to my keystore. Unfortunately there is no way to tell ... - 04:25 AM Revision 78141c49 (qgis): Layout expression widget as horizontal. Fits better on screens and mean...
- 01:53 AM Feature request #11768 (Open): Display several features in Map Tips
- The map tip displays only the first feature encountered, for overlapping features it would be nice to have a list of ...
2014-11-30
- 12:40 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Hello again. I left QGIS running over the weekend and at first glance it looked OK but it was still totally froozen a...
- 12:40 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Hello again. I left QGIS running over the weekend and at first glance it looked OK but it was still totally froozen a...
- 12:32 AM Bug report #11767 (Closed): Identify Tools, after calling the action, window Feature attributes g...
- Identify Tools, after calling the action, window "Feature attributes" goes back
http://youtu.be/omILgdwu7m0?t=9s - 12:24 AM Bug report #11766 (Closed): Identify Tools not use Opacity settings
- Identify Tools not use Opacity settings.
- 12:02 AM Bug report #11765 (Closed): Untranslatable strings from ./src/core/qgscolorscheme.h
- The translation for the strings included in the file ./src/core/qgscolorscheme.h does not work. There are three trans...
- 11:28 PM Revision cb32d31c (qgis): fix typo in processing description
- Signed-off-by: Werner Macho <[email protected]>
- 10:15 PM Revision 72de6330 (qgis): translation update
- Signed-off-by: Werner Macho <[email protected]>
- 05:28 PM Revision 445675ab (qgis): Revert "Followup to d897aa5; fix crash on Mac"
- This reverts commit 9837f430b313eceeee246f966fc60115df3ee722.
- 05:21 PM Revision 6aa84c97 (qgis): QgsBrowserWatcher made QFutureWatcher descendant
- 04:52 PM Revision 3a2e7a24 (qgis): debian packaging fix
- 04:45 PM Revision a2b78259 (qgis): debian packaging fix
- 02:08 PM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- I had the same minidump crash with QGIS 2.6 64 bit installed on Windows 7 Home Premium (which is kept updated).
QGIS ... - 11:50 AM Revision b2ba8e9c (qgis): [processing] fix GRASS output parser (fix #10660)
- 11:50 AM Revision 72fe56cf (qgis): [processing] fix Convex hull algorithm (fix #11725)
- 11:08 AM Bug report #11736: Processing "Join atributes by location" ignored the option "only keep matching...
- try with this data (select polygons with lines). The option "only keep matching record" should allow select only poly...
- 01:36 AM Bug report #11736: Processing "Join atributes by location" ignored the option "only keep matching...
- Hmm, I tested both tools and get same results
- 10:34 AM Revision 7d8a3b1a (qgis): Change unary minus test --1 to -(-1)
- See http://lists.osgeo.org/pipermail/qgis-developer/2014-November/035835.html
- 10:34 AM Revision a92d1a6e (qgis): QgsExpression: some const fixes
- 10:34 AM Revision 77e62b97 (qgis): Add line comments to QgsExpression
- Delimited by double-minus and EOL/EOF
Example:
$id -- This is the feature id - 10:34 AM Revision 0a7facbe (qgis): [FEATURE] Add comment functionality to QgsExpression
- 10:34 AM Revision 13255b13 (qgis): Add block comment tests
- 10:34 AM Revision 5a883c0a (qgis): Preserve expression formatting
- 10:26 AM Revision e48a6f64 (qgis): indentation update [ci skip]
- 09:47 AM Bug report #11764: Primary digitizing tools do not work in QGIS 2.6 (create and divide polygons b...
- Lars Wikars wrote:
> Very much thanks for your Quick reply!
> It is a Project that I started in QGIS 2.2.
> I change... - 07:40 AM Bug report #11764: Primary digitizing tools do not work in QGIS 2.6 (create and divide polygons b...
- Very much thanks for your Quick reply!
It is a Project that I started in QGIS 2.2.
I changed the snapping option acc... - 07:40 AM Bug report #11764: Primary digitizing tools do not work in QGIS 2.6 (create and divide polygons b...
- Very much thanks for your Quick reply!
It is a Project that I started in QGIS 2.2.
I changed the snapping option acc... - 07:40 AM Bug report #11764: Primary digitizing tools do not work in QGIS 2.6 (create and divide polygons b...
- Very much thanks for your Quick reply!
It is a Project that I started in QGIS 2.2.
I changed the snapping option acc... - 07:40 AM Bug report #11764: Primary digitizing tools do not work in QGIS 2.6 (create and divide polygons b...
- Very much thanks for your Quick reply!
It is a Project that I started in QGIS 2.2.
I changed the snapping option acc... - 07:40 AM Bug report #11764: Primary digitizing tools do not work in QGIS 2.6 (create and divide polygons b...
- Very much thanks for your Quick reply!
It is a Project that I started in QGIS 2.2.
I changed the snapping option acc... - 07:40 AM Bug report #11764: Primary digitizing tools do not work in QGIS 2.6 (create and divide polygons b...
- Very much thanks for your Quick reply!
It is a Project that I started in QGIS 2.2.
I changed the snapping option acc... - 07:11 AM Bug report #11764 (Feedback): Primary digitizing tools do not work in QGIS 2.6 (create and divide...
- fresh project? did you checked your snapping options? does it happens with any layer in any project? can you attach s...
- 06:57 AM Bug report #11764 (Closed): Primary digitizing tools do not work in QGIS 2.6 (create and divide p...
- I try to use the digitising tools in QGIS 2.6 in the same way as I did in QGIS 2.2 (creating new polygons, dividing a...
- 08:36 AM Revision 4d4fa446 (qgis): [Feature] Allow custom expression functions in expression widget
- 04:52 AM Feature request #11763 (Open): Set grid coordinate background color
- Current map Grids functionality in Composer allows setting of font foreground color for grid coordinates (see screens...
- 02:52 AM Bug report #11725 (In Progress): qgis "convex hull" by classes does not work in Processing (but i...
- 02:51 AM Bug report #11725 (Closed): qgis "convex hull" by classes does not work in Processing (but is ok ...
- Fixed in changeset commit:"72fe56cfe4f77bd4a1e3e855b6b086cf77579f8d".
- 02:52 AM Bug report #10660 (In Progress): Empty HTML results
- 02:51 AM Bug report #10660 (Closed): Empty HTML results
- Fixed in changeset commit:"b2ba8e9c8593c31585ce552addc1d6ba85d06437".
- 01:42 AM Revision 98c0771b (qgis): update scripts/fix_allows_to.sh and run it
2014-11-29
- 08:59 PM Bug report #8421: "import delimited text layer" does not work with files created on excel/osx
- I realize this issue is over 5 months old, but I'm about to use QGIS to teach a GIS short course to 40 or so people w...
- 05:14 PM Revision 269d4d1f (qgis): travis: irc notification if build status changes
- 03:59 PM Bug report #11761: "handle bad layers" dialog won't consistently resolve within zip containers
- I hand edited the relative paths according to the form:
@/vsizip/<relative-path-to>/<file.zip>/<file-inside-zip.ext>@... - 10:05 AM Bug report #11761 (Closed): "handle bad layers" dialog won't consistently resolve within zip cont...
- Background: to reduce file count and overall file sizes, as soon as I realized QGIS could automatically extract shape...
- 03:40 PM Revision 391d105c (qgis): [Expression] Don't unregister function if not registering
- 03:11 PM Bug report #11760: QGIS Debian upgrade throws an error
- This also occurs on Ubuntu 14.04
- 03:11 PM Bug report #11760: QGIS Debian upgrade throws an error
- This also occurs on Ubuntu 14.04
- 10:18 AM Bug report #11760: QGIS Debian upgrade throws an error
- Confirmed, one has to remove customwidgets package before upgrading.
- 09:54 AM Bug report #11760 (Closed): QGIS Debian upgrade throws an error
- Applied a series of QGIS updates which became available today.
An error was thrown to the effect that libqgis_custom... - 02:36 PM Revision 7942325f (qgis): Remove qgsfunction from qgis.utils.
- Import from qgis.core so we don't break API
- 02:18 PM Revision e14b7e48 (qgis): Reform qgis.uitls file
- 12:58 PM Revision 902b9329 (qgis): [processing] use extent instead of width, height and center in Create
- Grid algorithm (fix #11481)
- 11:32 AM Bug report #11762: Modeller: wrong input files and forgets paths
- moreover input space where a file is expected seems it can be manually filled with a path, but after closing and reop...
- 11:26 AM Bug report #11762 (Closed): Modeller: wrong input files and forgets paths
- I found a bad bug in the modeller in master (and 2.6 I suppose) that is certainly a regression:
when there are many ... - 09:37 AM Revision 6a17a60a (qgis): Move qgsfunction to qgis.core.
- Add new register_function method when not using decorator
Wrap function call in try block to catch and report errors - 06:17 AM Feature request #9859 (Closed): Processing - "Mean coordinate(s)" should not require id fields
- Thanks, seems fixed.
- 06:17 AM Feature request #9859 (Closed): Processing - "Mean coordinate(s)" should not require id fields
- Thanks, seems fixed.
- 02:43 AM Feature request #9859 (Feedback): Processing - "Mean coordinate(s)" should not require id fields
- Seems fixed in master, please test
- 04:55 AM Bug report #8512 (Closed): when using the batch mode cannot look for "any type" of input files
- 02:44 AM Bug report #8512 (Feedback): when using the batch mode cannot look for "any type" of input files
- Seems fixed in master, please test
- 04:51 AM Revision d532af0b (qgis): Add some test images and tweak test tolerances for utopic
- 04:06 AM Feature request #11481 (Closed): Allow to select extent from canvas in Processing Create Grid alg...
- 02:37 AM Feature request #10275 (Closed): Copy SAGA documentation from RSAGA project
- I think we can close this now. Processing help now part of the QGIS documentation
- 02:35 AM Bug report #9110 (In Progress): Empty SAGA help
- Now documentation for Processing algs included in User Guide
- 02:35 AM Bug report #9867 (In Progress): Advanced Python field calculator needs documentation
- Now documentation for Processing algs included in User Guide
- 02:31 AM Feature request #10253 (Feedback): Processing - Alias in addition to name of geoprocessing algorithm
- In master you can set any description for algorithm. Can we close this now?
- 02:23 AM Feature request #5387 (In Progress): Add GDAL help pages to Processing
- Processing help files now part of the User Guide
- 02:16 AM Bug report #9857 (In Progress): Hub lines tool needs documentation
- Documentation for Processing algorithms now included in User Guide
- 01:50 AM Revision 20f57c90 (qgis): [composer] Make html tests text-free
- Minimises cross platform rendering differences
2014-11-28
- 08:30 PM Revision 0d211e8a (qgis): debian packaging update for python server plugins
- 04:46 PM Revision 6a1e1bb6 (qgis): * fix server plugin build on windows
- * move src/mapserver to src/server (IMHO better name and in sync with
python/server)
* rename cmake option WITH_MAP... - 04:46 PM Revision 0454c0d6 (qgis): don't build server plugins if server isn't built
- 03:20 PM Revision 4e78b8b5 (qgis): latvian update
- Signed-off-by: Werner Macho <[email protected]>
- 02:24 PM Revision 4a5dc122 (qgis): [proccesing] added compiled ui files
- This will make it easier to test new versions of processing for some users
- 02:24 PM Revision c52b5ae8 (qgis): [processing] fixed handling of parent algorihtms in modeler
- Fixes #11750
- 02:02 PM Bug report #8998 (Closed): size of the symbols changes when exported
- I can't either. The problem seems to be solved. Great!
- 02:02 PM Bug report #8998 (Closed): size of the symbols changes when exported
- I can't either. The problem seems to be solved. Great!
- 01:40 PM Bug report #11750: Can't assign parent algorithms in Graphical Modeller due to Python error
- Thanks for quick reply! I replaced current files with the bug fix files and I got new error when starting QGIS. This ...
- 05:25 AM Bug report #11750 (Closed): Can't assign parent algorithms in Graphical Modeller due to Python error
- Fixed in changeset commit:"c52b5ae89184c86efc48374021363976d8c26fd3".
- 01:09 PM Revision e2a51df6 (qgis): translation update finnish
- Signed-off-by: Werner Macho <[email protected]>
- 12:59 PM Revision a960187f (qgis): updates for 2.6.1
- 12:22 PM Revision 8b65ebde (qgis): don't build server plugins if server isn't built
- 11:48 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Per Engström wrote:
> Hello again! I have now tested with Master f00db95 (2.7.0) and it seems to be no difference, th... - 08:05 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Hello again! I have now tested with Master f00db95 (2.7.0) and it seems to be no difference, the program hangs after ...
- 08:05 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Hello again! I have now tested with Master f00db95 (2.7.0) and it seems to be no difference, the program hangs after ...
- 06:25 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Per Engström wrote:
> Ok, nice work :) The master you are referring to, is it going to be released as 2.8.0? When wil... - 05:19 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Ok, nice work :) The master you are referring to, is it going to be released as 2.8.0? When will it be out?
Best Rega... - 05:02 AM Bug report #11722 (Closed): Hang on Identify Feature on Oracle layers
- Per Engström wrote:
> Jürgen Fischer wrote:
> > Are those views? Master should handle those better. Otherwise have yo... - 05:02 AM Bug report #11722 (Closed): Hang on Identify Feature on Oracle layers
- Per Engström wrote:
> Jürgen Fischer wrote:
> > Are those views? Master should handle those better. Otherwise have yo... - 04:15 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- The Oracle Log Messages refers to Oracle Spatial layers containing water and sewage piping and valves, they are corre...
- 02:10 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Per Engström wrote:
> I checked the message log viewed within QGIS and immediatly after loading the workspace/projekt... - 11:09 AM Revision d99a3c1e (qgis): norwegian update
- Signed-off-by: Werner Macho <[email protected]>
- 10:57 AM Revision 074c8371 (qgis): last complete string update
- Signed-off-by: Werner Macho <[email protected]>
- 10:38 AM Revision ec3e5276 (qgis): Merge pull request #1704 from qgis-jp/ts2.6.1
- update ja translation for 2.6.1 release
- 10:12 AM Revision b9f8176e (qgis): db_manager: do not display index tables when browsing SpatiaLite databases
- 09:49 AM Bug report #11759: Python error when running "Import Vector into PostGIS database (available conn...
- The "Import Vector into PostGIS database (new connection)" works as expected
- 09:47 AM Bug report #11759 (Closed): Python error when running "Import Vector into PostGIS database (avail...
- When I try to run this algorithm, this message appears:
Algorithm Import Vector into PostGIS database (available con... - 09:25 AM Revision 222a08a9 (qgis): update ja translation
- 08:21 AM Feature request #11758 (Closed): Map Composer : Improve the functions of locking and unlocking items
- Hi,
It would be convenient if the Unlock button allows to unlock only the selected items.
In previous versions , it w... - 08:16 AM Feature request #11757 (Open): Attribute forms should have an "Apply" button
- Hello,
I think it could be valuable to add an apply button on the QDialogButtonBox for the form validation.
For the ... - 07:00 AM Bug report #11756 (Closed): In print composer multiple items can have the same ID
- In print composer is it possible to assign the same ID to multiple items.
Is this an intended behavior?
I tried getCo... - 05:47 AM Feature request #11473: Use TLS v1.2 instead of SSL v3
- Matt Debont wrote:
> We recently had to shut down SSL V3 on our WMS and this issue started cropping up and it does ap... - 03:32 AM Feature request #11473: Use TLS v1.2 instead of SSL v3
- We recently had to shut down SSL V3 on our WMS and this issue started cropping up and it does appear to be a 32 bit s...
- 04:32 AM Bug report #11755 (Closed): Real precision (Shapefile)
- I think there is a bug with QGis 2.6 and dev (a68958f) with real attribute.
Into a column with real QGis round the ... - 03:50 AM Revision 4473efe3 (qgis): Fix map unit scale for simple line width not restored (fix #11181)
- 03:18 AM Bug report #9341 (Closed): Polygon outline offset
- Yes, it is fixed. I just checked Master, 2.6 and 2.4 and in all it works as expected. Thank you, closing.
- 03:11 AM Revision 9d30db43 (qgis): Fix map unit scale for simple line width not restored (fix #11181)
- 02:34 AM Bug report #10322: Scalebar bug in print composer
- I have problems with the scale bar in composer. The map unity shows good values but not in metres.
- 01:36 AM Revision 05276eac (qgis): Fix size scaling ignored for line symbology (fix #11751)
2014-11-27
- 12:49 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- I get the same Oracle Log Message in both QGIS 2.4.0.1 and 2.6.0 (2.6.0 reports in swedish).
- 12:44 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- I checked the message log viewed within QGIS and immediatly after loading the workspace/projektfile I have the follow...
- 10:30 PM Bug report #11722: Hang on Identify Feature on Oracle layers
- Per Engström wrote:
> However, when using the Identify Feature tool on Oracle features QGIS hangs in a endless loop a... - 01:41 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- The workspace has both locally stored shape-layers, externally stored shape-layers and externally stored Oracle-layer...
- 01:41 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- The workspace has both locally stored shape-layers, externally stored shape-layers and externally stored Oracle-layer...
- 12:47 AM Revision 52a2feda (qgis): Fix size scaling ignored for line symbology (fix #11751)
- 12:30 AM Bug report #11596: SVG markers have black border when exported as svg through print composer
- Hi there, before I send you over a project can you tell me what program you use to create the svgs? I'm wondering if ...
- 05:48 PM Bug report #11596: SVG markers have black border when exported as svg through print composer
- I can't reproduce this. Can you share a project which demonstrates this issue?
- 12:25 AM Bug report #9341 (Feedback): Polygon outline offset
- 06:49 PM Bug report #9341: Polygon outline offset
- I believe this is fixed in master and can be closed.
- 06:13 PM Bug report #11181 (Closed): scaling range for line widths not persistent
- Fixed in changeset commit:"9d30db435a6e946bb9384dbf67063b5c2650b40c".
- 05:24 PM Feature request #11122: Pdf auto-open
- I would like to second that. It does come in handy at times as I need to do additional PDFX3 conversions on my PDF ex...
- 03:48 PM Bug report #11751 (Closed): Applying Size Scale Field doesn't work
- Fixed in changeset commit:"52a2feda5aa324bfeb7531cb74dd6906b9bd3f27".
- 01:29 PM Bug report #11751: Applying Size Scale Field doesn't work
- confirmed as broken in 2.6 and master.
- 01:29 PM Bug report #11751: Applying Size Scale Field doesn't work
- confirmed as broken in 2.6 and master.
- 01:29 PM Bug report #11751: Applying Size Scale Field doesn't work
- confirmed as broken in 2.6 and master.
- 01:29 PM Bug report #11751: Applying Size Scale Field doesn't work
- confirmed as broken in 2.6 and master.
- 01:57 AM Bug report #11751 (Closed): Applying Size Scale Field doesn't work
- When editing the appearance of a line vector layer, applying the size scale field under "Advanced" does nothing. Thi...
- 01:39 PM Bug report #11716: core dump on startup
- Just to add output of gdb:
Starting program: /usr/bin/qgis.bin
[Thread debugging using libthread_db enabled]
Using ... - 01:35 PM Bug report #10560: Wrong feature count after edit
- I can confirm this on master, when editing a shapefile.
- 12:29 PM Bug report #11750: Can't assign parent algorithms in Graphical Modeller due to Python error
- it affects also master and other platforms.
- 12:29 PM Bug report #11750: Can't assign parent algorithms in Graphical Modeller due to Python error
- it affects also master and other platforms.
- 12:29 PM Bug report #11750: Can't assign parent algorithms in Graphical Modeller due to Python error
- it affects also master and other platforms.
- 12:25 PM Bug report #11744: After activation action in window Feature attributes - Crash
- Alexander Novoselov wrote:
> Yes. Any vector. Any actions.
>
> In this video, the first call to action - the program... - 12:25 PM Bug report #11744: After activation action in window Feature attributes - Crash
- Alexander Novoselov wrote:
> Yes. Any vector. Any actions.
>
> In this video, the first call to action - the program... - 11:49 AM Bug report #11744: After activation action in window Feature attributes - Crash
- Alexander Novoselov wrote:
> Windows version crashing when you select the context menu with the standard default acti... - 02:02 AM Bug report #11744: After activation action in window Feature attributes - Crash
- Windows version crashing when you select the context menu with the standard default actions on the object.
http://y... - 12:17 PM Revision 9c8b44a5 (qgis): [composer] Fix refresh HTML item always using cached copy (fix #11747)
- 11:14 AM Feature request #11753: CMYK selector and CMYK in SVG export
- Yes OSX. And thanks!
My hope is that QGIS will support CMYK eventually, when SVG 2 is standard. - 11:05 AM Feature request #11753: CMYK selector and CMYK in SVG export
- Are you on OSX? You can switch back to the default operating system picker through the option in QGIS preferences. Ke...
- 06:38 AM Feature request #11753 (Open): CMYK selector and CMYK in SVG export
- From version 2.6 the CMYK color picker is removed. I'd like to have that one back so that CMYK colors can be used whe...
- 11:05 AM Revision 35556de9 (qgis): Merge pull request #1701 from elpaso/serverpython2
- [feature] Serverpython2
- 09:39 AM Revision a790f7fa (qgis): Fix double QT4_WRAP_CPP
- Funded by ItOpen - http://www.itopen.it
- 06:28 AM Bug report #10548: crash using custom forms
- !http://s17.postimg.org/y4ypeo1m7/how_crash.png!
- 06:24 AM Bug report #10548: crash using custom forms
- I have a similar problem. Using "Drag and drop designer" has made a form with different types of grounds but they are...
- 05:26 AM Bug report #11546: QGIS crash/close unexpectedly after some actions
- Faced with the same issue - QGIS doesn't start (Ubuntu 14.04, QGIS 2.7):...
- 04:20 AM Bug report #11659: field calculator mini dump
- Yes, it is working!
Thanks
Best wishes,
viviana - 03:15 AM Revision 94918517 (qgis): [composer] Fix refresh HTML item always using cached copy (fix #11747)
- 03:06 AM Feature request #11752 (Open): Save / export as image doesn't remember last used file type
- Both Print composer and main application options of saving as an image are affected.
Steps to reproduce:
* Project -... - 01:39 AM Bug report #11745: qgis crashes when trying to "export atlas as pdf"
- this project was created on qgis 2.6
- 01:25 AM Feature request #11635: ogr2ogr to merge several shapefiles in a folder
- See also #7208 where more flexible Python code available
2014-11-26
- 12:18 AM Bug report #11739: PostGIS tables with missing geometries
- I see your point, but this has unwanted effects: the user can try to zoom to a feature with NULL geometry, and does n...
- 09:15 PM Bug report #11739: PostGIS tables with missing geometries
- I disagree.. I think it's important to show all records, even if they have null geometry. I often with with tables wi...
- 11:50 PM Bug report #11750 (Closed): Can't assign parent algorithms in Graphical Modeller due to Python error
- Python error described below occurs after adding parent algorithms to any algorithm and returning back to the Graphic...
- 11:38 PM Bug report #11744: After activation action in window Feature attributes - Crash
- Yes. Any vector. Any actions.
In this video, the first call to action - the program does not hang, but the variable ... - 01:44 PM Bug report #11744 (Feedback): After activation action in window Feature attributes - Crash
- Cannot confirm here, at least using a random vector layer and by clicking on the standard default action "edit featur...
- 01:44 PM Bug report #11744 (Feedback): After activation action in window Feature attributes - Crash
- Cannot confirm here, at least using a random vector layer and by clicking on the standard default action "edit featur...
- 01:44 PM Bug report #11744 (Feedback): After activation action in window Feature attributes - Crash
- Cannot confirm here, at least using a random vector layer and by clicking on the standard default action "edit featur...
- 06:20 PM Bug report #11747 (Closed): refresh html button does nothing
- Fixed in changeset commit:"949185179ebf9ca99e13f3fd5c2b2e59273e8b5c".
- 01:14 PM Bug report #11747: refresh html button does nothing
- tagging as a regression pending further tests.
- 01:14 PM Bug report #11747: refresh html button does nothing
- tagging as a regression pending further tests.
- 09:54 AM Bug report #11747 (Closed): refresh html button does nothing
- Since updating from 2.4 to 2.6 the print composers "refresh html" button doesnt work anymore. Before I could easily e...
- 04:07 PM Revision 7d428468 (qgis): Enabled by default and removed linked qgispython
- Funded by ItOpen - http://www.itopen.it
- 04:07 PM Revision 33f1e353 (qgis): body() now return QByteArray
- Funded by ItOpen - http://www.itopen.it
- 04:07 PM Revision 99221212 (qgis): body() now return QByteArray
- Funded by ItOpen - http://www.itopen.it
- 04:07 PM Revision de98fb11 (qgis): Astyle formatting
- 04:07 PM Revision 5d443159 (qgis): Removed trailing spaces
- 04:07 PM Revision e9dbdd3b (qgis): Fixed compilation without python
- Funded by ItOpen - http://www.itopen.it
- 04:07 PM Revision 8034e721 (qgis): Removed SIP Transfer
- Funded by ItOpen - http://www.itopen.it
- 04:07 PM Revision 7f3a8d59 (qgis): Fixed header comments
- 04:07 PM Revision fd8fd4c6 (qgis): Comment typo
- Funded by ItOpen - http://www.itopen.it
- 04:07 PM Revision 35dd4e68 (qgis): Mergeable on master
- Funded by ItOpen - http://www.itopen.it
- 04:07 PM Revision 329b9d7e (qgis): Renamed plugin hook responseReady to responseComplete
- added sendResponse hook and passed pluginFilters to
request handler - 04:05 PM Revision 8bd78b33 (qgis): Working implementation
- Funded by ItOpen - http://www.itopen.it
- 04:03 PM Revision 856e4ded (qgis): Set exception moved to public
- 04:03 PM Revision 8b861f9c (qgis): Allow body clear
- 04:03 PM Revision ca8e0c39 (qgis): Added comments for bindings.
- 04:03 PM Revision e3146057 (qgis): Expose response body and infoFormat
- 04:03 PM Revision 5b943ed3 (qgis): Fixes wrong number of bytes logged when debug activated.
- Funded by ItOpen - QGIS Borg - Resistance Is Futile
- 04:02 PM Revision 59004d3d (qgis): ASTYLE Formatted
- 04:02 PM Revision b7c74224 (qgis): Comments added
- 04:02 PM Revision 82135a7b (qgis): Added env var for custom plugin directory
- 04:02 PM Revision c9d6f4da (qgis): Added getEnv to plugins API
- 04:02 PM Revision 98cab974 (qgis): Added python server plugins
- 04:02 PM Revision 23af5099 (qgis): Added define for conditional server plugins compilation
- 04:02 PM Revision 5f44cc57 (qgis): Added serve python plugins
- 04:02 PM Revision 2bb7f196 (qgis): Http request/response handler refactoring.
- HTTP Request handler now manages HTTP request and response.
* added methods to manage HTTP response headers
* added ... - 04:02 PM Revision 4c6bf307 (qgis): Add plugin files and define
- 04:02 PM Revision 0f875337 (qgis): Removed python plugins define
- 04:02 PM Revision f2608b30 (qgis): Added serve python plugins
- 03:42 PM Feature request #11749 (Closed): Add the "-unsetFieldWidth" flag to the "Impot vector into postgi...
- as requested here
https://github.com/qgis/QGIS/pull/1674#issuecomment-64275371 - 03:25 PM Bug report #11748 (Closed): Oracle - Layer is not valid - won't open with both 3002 and 3006 geom...
- I verified that all geometries in the table/col are valid. There are a small number of 3006 multiline geometries mixe...
- 02:45 PM Revision f00db954 (qgis): Fix Qt5 build
- 02:23 PM Bug report #11745: qgis crashes when trying to "export atlas as pdf"
- Do you mind sharing just your project file? I suspect if there's an issue it may be in the upgrade of project files b...
- 05:11 AM Bug report #11745 (Closed): qgis crashes when trying to "export atlas as pdf"
- my proj has a lot of layers, lot of data.
I tried to make a simple project with 2 layers and composer, couldn't repro... - 03:47 AM Bug report #11745 (Feedback): qgis crashes when trying to "export atlas as pdf"
- I can't reproduce this - can you please share a minimal project file with data which exhibits this issue?
- 02:40 AM Bug report #11745 (Closed): qgis crashes when trying to "export atlas as pdf"
- to repeat a crash:
1. open a project with Composer
2. table for atlas already selected, nothing changing, try to "exp... - 02:10 PM Revision 0d54a4f2 (qgis): [processing] fix parameter names in TauDEM algorithms
- 02:10 PM Revision 3c0a9ed7 (qgis): [processing] fix help file generator
- 01:46 PM Bug report #11741 (Closed): Saga:slopeaspecurvature
- Hi, questions need to base asked in the users/developers mailing lists, on irc or gis.stackexchange
cheers! - 01:46 PM Bug report #11741 (Closed): Saga:slopeaspecurvature
- Hi, questions need to base asked in the users/developers mailing lists, on irc or gis.stackexchange
cheers! - 01:21 PM Bug report #11737: qgis crashes when editing the table of attributes.
- Benoit Pescher wrote:
> the new title is correct, thank you.
> I tried disabling all 3rd party plugin and renaming t... - 01:18 PM Bug report #10560 (Feedback): Wrong feature count after edit
- Steve Lowman wrote:
> This bug is occurring in 2.6.
cannot confirm on qgis master, please give it a try and report b... - 01:18 PM Bug report #10560 (Feedback): Wrong feature count after edit
- Steve Lowman wrote:
> This bug is occurring in 2.6.
cannot confirm on qgis master, please give it a try and report b... - 01:18 PM Bug report #10560 (Feedback): Wrong feature count after edit
- Steve Lowman wrote:
> This bug is occurring in 2.6.
cannot confirm on qgis master, please give it a try and report b... - 01:41 AM Bug report #10560 (Reopened): Wrong feature count after edit
- This bug is occurring in 2.6.
- 01:41 AM Bug report #10560 (Reopened): Wrong feature count after edit
- This bug is occurring in 2.6.
- 01:16 PM Bug report #11698: Max size of qwidget in QGIS 2.6
- Seb Radzimski wrote:
> There is no rush, but I am curious if I have done something wrong, or maybe it is a bug ? If i... - 03:03 AM Bug report #11698: Max size of qwidget in QGIS 2.6
- There is no rush, but I am curious if I have done something wrong, or maybe it is a bug ? If it is, it can be fix in ...
- 12:06 PM Bug report #11465: pyqtconfig deprecated => sip: Unable to find file "QtCore/QtCoremod.sip"
- This patch is required to compile also current master (tested with f00db95 on ~AMD64 Gentoo).
- 08:06 AM Bug report #11746 (Closed): Vertical lines appear as artifacts when map has lots of layers turned...
- I've been noticing on Windows (haven't seen this problem in Linux), is that for maps that have lots of layers (50+) v...
2014-11-25
- 11:28 PM Bug report #11737: qgis crashes when editing the table of attributes.
- the new title is correct, thank you.
I tried disabling all 3rd party plugin and renaming the .qgis2 folder but the p... - 08:45 AM Bug report #11737 (Feedback): qgis crashes when editing the table of attributes.
- is the (edited) title correct?
can you attach sample data?
have you tried removing/disabling all 3rd party plugin, ... - 08:45 AM Bug report #11737 (Feedback): qgis crashes when editing the table of attributes.
- is the (edited) title correct?
can you attach sample data?
have you tried removing/disabling all 3rd party plugin, ... - 08:45 AM Bug report #11737 (Feedback): qgis crashes when editing the table of attributes.
- is the (edited) title correct?
can you attach sample data?
have you tried removing/disabling all 3rd party plugin, ... - 08:45 AM Bug report #11737 (Feedback): qgis crashes when editing the table of attributes.
- is the (edited) title correct?
can you attach sample data?
have you tried removing/disabling all 3rd party plugin, ... - 08:28 AM Bug report #11737 (Closed): qgis crashes when editing the table of attributes.
- Hi
After an update of qgis, when I fill an field in a attribute table with text, it occures a shutdown of qgis.
thanks - 10:06 PM Bug report #11722: Hang on Identify Feature on Oracle layers
the same #11744 ?- 04:39 AM Bug report #11722 (Feedback): Hang on Identify Feature on Oracle layers
- 04:38 AM Bug report #11722: Hang on Identify Feature on Oracle layers
- Not reproducable here. Please add more details.
- 01:57 AM Bug report #11722 (Closed): Hang on Identify Feature on Oracle layers
- I have tried Identify Feature on Oracle-objects using QGIS 2.4.0.1 and 2.6.0 and QGIS becomes unresponsive, i.e. stop...
- 09:56 PM Bug report #11744 (Closed): After activation action in window Feature attributes - Crash
- After activation action in window Feature attributes - Crash
1) select layer in *editing mode*
2) use identify Featu... - 03:18 PM Revision f6fbdd7c (qgis): Delete utils.py
- 03:18 PM Revision 9fda2efd (qgis): Delete __init__.py
- 02:30 PM Revision f2332258 (qgis): Don't enforce singleton behavior with Q_ASSERT
- Fix #11726
- 01:47 PM Bug report #11742 (Closed): Band jumps back to Band 1 each time properties are made on a layer
- If I have an RGB image that I'd like to show as Singleband Pseudocolor I can select for example Band 2 (green) and ev...
- 01:27 PM Revision 4a8cb08c (qgis): Remove useless statement
- 10:37 AM Bug report #11741 (Closed): Saga:slopeaspecurvature
- Hey my name is Robert. I'm using windows 7 on 64 bit and using Qgis 2.6.0.I'm trying to process some Tifs from the co...
- 10:04 AM Feature request #11740 (Open): Older plugins in the home dir mask newer ones from installer
- A number of users are having problems with older version of a plugin in their home dir (this happens especially often...
- 09:59 AM Bug report #11739 (Open): PostGIS tables with missing geometries
- If one has a pg table with records with a missing geometry (e.g. there are records with a geom in a point column, oth...
- 09:30 AM Feature request #9330: Rotate Rendered Map Canvas
- Work-in-progress code is now also a pull-request (to have Travis keep an eye):
https://github.com/qgis/QGIS/pull/1700 - 08:47 AM Bug report #11738 (Closed): Select by location does not work anymore if the intersection layer is...
- it returns no selection. Seems to work with both lines and polygons.
QGIS 2.6 and master affected.
Processing and ... - 08:29 AM Revision d69c325a (qgis): Merge pull request #1698 from jdugge/MergetoolEmptyGeometries
- Make the Merge shapefiles tool correctly handle features without geometries
- 06:29 AM Revision 9cf3e7f0 (qgis): Fix slight offset in heatmap renderer
- 05:40 AM Bug report #11736 (Closed): Processing "Join atributes by location" ignored the option "only keep...
- subject says it all.
Works fine when used in the "vector" menu. - 05:30 AM Bug report #11726 (Closed): Assertion failed in QgsSingleton
- Fixed in changeset commit:"f2332258c923a43f29993c9ae3d4ef77aa4a8b8f".
- 05:29 AM Bug report #11726: Assertion failed in QgsSingleton
- But documentation says its dangerous...
- 05:24 AM Bug report #11726: Assertion failed in QgsSingleton
- Hmmm... quick local tests suggest that it works...
- 05:12 AM Bug report #11726: Assertion failed in QgsSingleton
- The WMS download handler cannot use the default QgsNetworkAccessManager because that will not work across threads (th...
- 04:53 AM Bug report #11726 (Feedback): Assertion failed in QgsSingleton
- The assert could be removed to allow also the multiple instantiation of objects that support the singleton pattern. A...
- 04:48 AM Bug report #11726 (Closed): Assertion failed in QgsSingleton
- If I add a WMS layer on my machine, it crashes on the following assertion failure:...
- 05:21 AM Feature request #11734 (Open): Add ability to get search BBox from layer
- Suggestion that the plugin be able to parse the BBox of a layer to use in its search query.
The suggestion comes ha... - 05:19 AM Feature request #11733 (Open): add "add Data" functionality
- Allow the user to download data from the record (like a Shapefile, GeoTIFF, etc.) and load directly into the map canv...
- 05:17 AM Feature request #11732 (Closed): Update MetaSearch plugin icon
- update plugin/MetaSearch/images/MetaSearch.png
- 05:16 AM Feature request #11731 (Open): replace pygments highlighting with QScintilla
- As suggested by @alexbruy, since the latter is part of QGIS core, replace pygments syntax highlighting funcitonality ...
- 05:14 AM Feature request #11730 (Open): Please support ISO servers
- INSPIRE CSW geoportal [0] only returns ISO, not Dublin Core. While this might be a mistake, it would be important for...
- 05:13 AM Feature request #11729 (Open): show thumbnails
- Some csw services (for example geonetwork based ones) provide a thumbnail for some layers, for example wms layers.
F... - 05:01 AM Bug report #11727 (Closed): Problem with google maps plugin Brighton edition
- Issues tickets for 3rd party plugins must be filed in the proper bug tracker (that may be here in this platform, or t...
- 05:01 AM Bug report #11727 (Closed): Problem with google maps plugin Brighton edition
- Issues tickets for 3rd party plugins must be filed in the proper bug tracker (that may be here in this platform, or t...
- 05:01 AM Bug report #11727 (Closed): Problem with google maps plugin Brighton edition
- Issues tickets for 3rd party plugins must be filed in the proper bug tracker (that may be here in this platform, or t...
- 05:01 AM Bug report #11727 (Closed): Problem with google maps plugin Brighton edition
- Issues tickets for 3rd party plugins must be filed in the proper bug tracker (that may be here in this platform, or t...
- 04:54 AM Bug report #11727 (Closed): Problem with google maps plugin Brighton edition
- It is not possible to use the zoom in and the zoom out of the google maps plugin in the Brighton edition.
- 05:01 AM Bug report #7797: QGIS becomes unresponsive while listing Oracle tables
- Giovanni Manghi wrote:
> > This has not been fixed for 18 months, assign bug to another developer?
>
> consider supp... - 02:17 AM Bug report #7797: QGIS becomes unresponsive while listing Oracle tables
> This has not been fixed for 18 months, assign bug to another developer?
consider support the bug fix?- 01:51 AM Bug report #7797: QGIS becomes unresponsive while listing Oracle tables
- We have the same problem, I have tried Identify Feature on Oracle-objects using QGIS 2.4.0.1 and 2.6.0 and QGIS becom...
- 04:40 AM Bug report #11719 (Feedback): Oracle Data Provider Multiline gap
- Please provide a test case.
- 04:40 AM Bug report #11725 (Closed): qgis "convex hull" by classes does not work in Processing (but is ok ...
- subject says it all.
The output is empty.
I'm pretty sure it worked as expected in the past. Will tag as a regres... - 04:26 AM Bug report #11724 (Closed): QGIS vector "union": wrong results (again?)
- I feel this is a recurring issue, I think that at some point this was fixed, now in master/2.6 is broke again.
See a... - 02:07 AM Revision 554d55d3 (qgis): fix script permissions
- 01:37 AM Revision 2d7cb372 (qgis): fix windows build
- 01:25 AM Revision c0c94cf1 (qgis): Fix #10727 - Add update selected button to field calc bar
2014-11-24
- 11:54 PM Revision 3c0d233c (qgis): support numerus forms in python strings and german translation update
- 11:07 PM Revision 5dd2f51f (qgis): translation script update:
- * TRANSLATORS stats also needs lupdate run
* support numerus forms in python translation strings - 09:55 PM Revision a2b74ce7 (qgis): backport adjust pluralization
- Backport https://github.com/geopython/MetaSearch/commit/83b88f67abb679501a238e4ab4ee344c3cdbf55d
- 09:53 PM Revision af3418ac (qgis): backport adjust pluralization
- backport https://github.com/geopython/MetaSearch/commit/83b88f67abb679501a238e4ab4ee344c3cdbf55d
- 09:33 PM Bug report #10480: Georeferencer truncates coordinates to 2 decimals
- Sorry, I did few more tests and this issue doesn't affect precision as far as the values cropped to two decimals were...
- 08:13 PM Revision b106f822 (qgis): Fix calculation of atlas map extent when set to fixed scale mode
- Credit to m-kuhn for discovering the fix
- 08:13 PM Revision 2ec4c2ab (qgis): Regenerate incorrect test images and reenable atlas tests for travis
- 04:33 PM Revision 7ef50928 (qgis): INSTALL: update required flex version to 2.5.6 and links to windows ver...
- 03:37 PM Revision b4a85471 (qgis): Streamline singleton behavior in a class QgsSingleton, take two
- delete provider registry after map layer registry to avoid crashes
- 03:16 PM Bug report #11718 (Open): When adding manually a categorized symbology class this is not ordered ...
- 02:04 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- what happens if you add a new category, value =10, then order by value?
for me, it doesn't order numerically.
I tried... - 02:04 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- what happens if you add a new category, value =10, then order by value?
for me, it doesn't order numerically.
I tried... - 02:04 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- what happens if you add a new category, value =10, then order by value?
for me, it doesn't order numerically.
I tried... - 02:04 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- what happens if you add a new category, value =10, then order by value?
for me, it doesn't order numerically.
I tried... - 01:45 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- jeremy spurway wrote:
> what happens if you click the 'Value' column to (re)order the data?
> see attachments for wha... - 01:31 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- what happens if you click the 'Value' column to (re)order the data?
see attachments for what happens on my installation - 01:31 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- what happens if you click the 'Value' column to (re)order the data?
see attachments for what happens on my installation - 12:31 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- jeremy spurway wrote:
> ESRI shp line; as attached.
see attached images - 12:31 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- jeremy spurway wrote:
> ESRI shp line; as attached.
see attached images - 08:10 AM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- ESRI shp line; as attached.
- 08:10 AM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- ESRI shp line; as attached.
- 06:22 AM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- jeremy spurway wrote:
> Hi,
> the same issue exists in 2.6; my categorisation column is a 'double' field, and produce... - 01:45 AM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- Hi,
the same issue exists in 2.6; my categorisation column is a 'double' field, and produces a sorted 'Value' list li... - 02:33 PM Revision e61d27e1 (qgis): Revert "Streamline singleton behavior in a class QgsSingleton"
- This reverts commit e1f6edbd55122e6d2206daf4a0b55e3e9207cf80 as it breaks tests
- 01:38 PM Revision e1f6edbd (qgis): Streamline singleton behavior in a class QgsSingleton
- If a singleton is unused in an application, it's not going to be created just
to be deleted instantanously on app exi... - 12:18 PM Revision 9a8dcec9 (qgis): Fix incorrect warning dialog appearing when creating new ramp
- Previously a "not available" warning dialog would appear when
attempting to create a new color ramp using the categor... - 12:18 PM Revision d6521143 (qgis): Fix grammar
- 12:14 PM Revision f250a12a (qgis): Fix potential crash in random color ramp
- Badly choosen values (eg max < min) could cause a crash. Now, values
are sanitised prior to generating the ramp colors. - 10:45 AM Revision fa1e8032 (qgis): [symbology] Add method for retrieving symbol layers as list
- 10:45 AM Revision a0c1380e (qgis): Fix incorrect warning dialog appearing when creating new ramp
- Previously a "not available" warning dialog would appear when
attempting to create a new color ramp using the categor... - 10:45 AM Revision 9213a845 (qgis): [FEATURE] Support drag and drop of python scripts onto QGIS window
- 10:45 AM Revision fe3e385a (qgis): Fix grammar
- 10:45 AM Revision 6365ca3d (qgis): Fix potential crash in random color ramp
- Badly choosen values (eg max < min) could cause a crash. Now, values
are sanitised prior to generating the ramp colors. - 10:45 AM Revision 89825e23 (qgis): Add toolbar icon and shortcut for python console
- 09:44 AM Revision d002e5d7 (qgis): Remove help button from symbollevelv2 dialog
- There is no help text available for this dialog and the button does nothing at
all at the moment - 09:34 AM Revision 4e360593 (qgis): Fix crash on exit: Close all cached sqlite connections
- 08:38 AM Revision 9231f548 (qgis): clean code style with prepare-commit.sh
- 08:38 AM Revision b6e8f01f (qgis): remove repaint when layer is not modified
- 08:38 AM Revision 6f4809d4 (qgis): add a save button for subform (1-n relations)
- 08:32 AM Feature request #11193: allow CRS selection for map frame in composer
- This would be an excellent feature.
Maybe it could be enhanced to also allow a "group" of layers to be assigned a sp... - 07:31 AM Bug report #11716: core dump on startup
- Thanks, I incorrectly said I was on the debian nightly, I am actually on the ubuntugis nightly, sorry for the mistype...
- 07:09 AM Bug report #11716: core dump on startup
- Just added "14.04" as platform
- 07:08 AM Bug report #11716: core dump on startup
- No, it is still the same after I renamed these folders.
Best Regards
Mikhail - 05:50 AM Feature request #11721 (Feedback): Raster processing (main menu) when in batch mode
- Unsure about that: the behaviour of all other tools have been unified, loading the results by default, so I think it ...
- 05:21 AM Feature request #11721 (Closed): Raster processing (main menu) when in batch mode
- Ideally when user selects batch mode, the "Load into canvas when finished" option should turn un-ticked.
- 01:26 AM Feature request #10727 (Closed): field calculator bar should consider selection and react on return
- Fixed in changeset commit:"c0c94cf1c956a3de0c06a446b2c7d07dd8f491b1".
2014-11-23
- 12:31 AM Bug report #11717: symbology/layers wrong order
- KimGeonHu scorpion7 wrote:
> Your title`s right
can you please attach a sample project (with data+symbology)?
Does ... - 12:21 AM Bug report #11717: symbology/layers wrong order
- Your title`s right
- 02:35 AM Bug report #11717: symbology/layers wrong order
- I'm guessing you are using some kind of data defined symbology, right?
- 02:34 AM Bug report #11717 (Feedback): symbology/layers wrong order
- I remember a similar issue but now I can't find the ticket.
That issue was (still is) anyway about symbol layers tha... - 12:29 AM Bug report #11698: Max size of qwidget in QGIS 2.6
- Seb Radzimski wrote:
> Come on, guys ;) Maybe it's something I am doing wrong ? Because of that issue I can't update ... - 11:06 PM Bug report #11698: Max size of qwidget in QGIS 2.6
- Come on, guys ;) Maybe it's something I am doing wrong ? Because of that issue I can't update to 2.6. Do you see this...
- 12:28 AM Bug report #11716: core dump on startup
- Mikhail Tchernychev wrote:
> Update: I just updated my laptop with the same repositories and got the same crash.
>
>... - 08:53 PM Bug report #11716: core dump on startup
- Update: I just updated my laptop with the same repositories and got the same crash.
Thank you,
Mikhail - 08:24 PM Bug report #11716: core dump on startup
- This is what I was using all the time:...
- 01:10 AM Bug report #11716 (Feedback): core dump on startup
- if you are on Ubuntu then the suggested repository for master is not debian-nightly but ubuntugis-nightly, because it...
- 12:25 AM Bug report #9007 (Open): MS SQL uniqueidentifier data type is not supported
- 04:02 PM Bug report #9007: MS SQL uniqueidentifier data type is not supported
- Brighton desktop crashes when you display the attribute table for a SQL Server Spatial layers that has a GUID field. ...
- 12:24 AM Feature request #11696 (Feedback): Red blinking line for empty label
- 03:26 PM Feature request #11696: Red blinking line for empty label
- Shouldn't it be red _until_ you have put something in it? The field is required, so an empty field is 'wrong'. Maybe ...
- 12:23 AM Bug report #11718 (Feedback): When adding manually a categorized symbology class this is not orde...
- it does not seems to be an issue on qgis 2.6, please try and report back.
- 12:23 AM Bug report #11718 (Feedback): When adding manually a categorized symbology class this is not orde...
- it does not seems to be an issue on qgis 2.6, please try and report back.
- 02:16 PM Bug report #11718: When adding manually a categorized symbology class this is not ordered correct...
- PS.
I forgot to add, I'm using QGIS 2.4.0 - 02:14 PM Bug report #11718 (Closed): When adding manually a categorized symbology class this is not ordere...
- *new description:*
* open a vector
* make a categorized symbology using a interger/double column
* clicking on the... - 08:17 PM Bug report #10480: Georeferencer truncates coordinates to 2 decimals
- Still happens in 2.6. I would say it is pretty high issue. For system in meters, precision to millimeters are sure fi...
- 05:53 PM Revision 6b9f85a1 (qgis): Merge pull request #1697 from mbernasocchi/patch-1
- deactivate qgis_wcsprovidertest on travis
It depends on an unreliable external service and therefore produces false ... - 04:35 PM Bug report #11719: Oracle Data Provider Multiline gap
- Added newer screenshot
- 04:35 PM Bug report #11719 (Closed): Oracle Data Provider Multiline gap
- Really hard to explain so I have attached a picture of a multi-line in QGIS. The last section of the first line does ...
- 02:40 PM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- I can confirm. The gdal patch (https://raw.githubusercontent.com/dakcarto/homebrew/gdal-sqlite-fix/Library/Formula/gd...
- 02:23 PM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- Aaron Schiff wrote:
> The latest update of gdal (1.11.1_3) in homebrew seems to have fixed this issue for me on OS X.... - 10:24 AM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- The latest update of gdal (1.11.1_3) in homebrew seems to have fixed this issue for me on OS X.
- 02:04 PM Revision 484e1625 (qgis): [processing] fixed help in models
- 11:48 AM Revision 8039895d (qgis): Add support for weighting points by expression to heatmap renderer
- 10:27 AM Feature request #6801: add "dissolve only adjacent" dissolve option/tool
- To add this tool it can be used a sql only approach, via ogr2ogr/processing, so I should be able to give it a shot.
... - 10:27 AM Feature request #6801: add "dissolve only adjacent" dissolve option/tool
- To add this tool it can be used a sql only approach, via ogr2ogr/processing, so I should be able to give it a shot.
... - 10:27 AM Feature request #6801: add "dissolve only adjacent" dissolve option/tool
- To add this tool it can be used a sql only approach, via ogr2ogr/processing, so I should be able to give it a shot.
... - 10:27 AM Feature request #6801: add "dissolve only adjacent" dissolve option/tool
- To add this tool it can be used a sql only approach, via ogr2ogr/processing, so I should be able to give it a shot.
... - 10:27 AM Feature request #6801: add "dissolve only adjacent" dissolve option/tool
- To add this tool it can be used a sql only approach, via ogr2ogr/processing, so I should be able to give it a shot.
... - 10:23 AM Revision 03faafa4 (qgis): Make the "Merge shapefiles" tool correctly handle features without geom...
- 08:49 AM Bug report #11546: QGIS crash/close unexpectedly after some actions
- Jorge Rocha wrote:
> My QGIS is not starting anymore with this same error, either with or without plugins disabled. I... - 08:35 AM Bug report #11546 (Reopened): QGIS crash/close unexpectedly after some actions
- My QGIS is not starting anymore with this same error, either with or without plugins disabled. It crashes immediately...
- 08:35 AM Bug report #11546 (Reopened): QGIS crash/close unexpectedly after some actions
- My QGIS is not starting anymore with this same error, either with or without plugins disabled. It crashes immediately...
- 08:35 AM Bug report #11546 (Reopened): QGIS crash/close unexpectedly after some actions
- My QGIS is not starting anymore with this same error, either with or without plugins disabled. It crashes immediately...
- 06:35 AM Bug report #11433 (Closed): Processing: Help editor does not save the text
- There is another ticket about this issue, see #11087.
Anyway, Victor fixed it in master. - 06:35 AM Bug report #11433 (Closed): Processing: Help editor does not save the text
- There is another ticket about this issue, see #11087.
Anyway, Victor fixed it in master.
2014-11-22
- 10:44 PM Bug report #11717: symbology/layers wrong order
- Attach the K-2.jpg again.
- 10:39 PM Bug report #11717 (Closed): symbology/layers wrong order
- Overlay function abnormally expressed in accordance with the drawing order
An example is not the normal expression a... - 10:10 PM Revision 269b6264 (qgis): getProjectSettings response: return 'maptip' instead of tooltip templat...
- displayField layer attribute
- 10:08 PM Revision 50d2a749 (qgis): getProjectSettings response: return 'maptip' instead of tooltip templat...
- displayField layer attribute
- 09:43 PM Bug report #11716: core dump on startup
- I see the same thing on Ubuntu trusty. Just happened.
Mikhail - 02:33 PM Bug report #11716 (Closed): core dump on startup
- On the debian nightly version. QGIS silently bombs out on opening the program. When running from terminal the outpu...
- 08:42 PM Revision d36597a6 (qgis): better fix for b99ab0a
- 06:54 PM Revision f10a8cce (qgis): update INSTALL (fixes #11715)
- - remove outdate "practical case" section
- include pointer to GDAL formats for build instructions for proprietary
... - 04:45 PM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- For Mac users of Homebrew's @gdal@ formula, try installing the following formula that includes the 1.11 branch's fix ...
- 04:26 PM Bug report #11697 (Closed): QGIS 2.6 crashes when opening Save As dialog on OS X Yosemite
- Duplicate of issue #11526
Should be fixed upstream in GDAL/OGR source. See my proposed fix posted there for the Home... - 12:27 PM Bug report #11697: QGIS 2.6 crashes when opening Save As dialog on OS X Yosemite
- I'm not very good at reading stack traces, but I guess the error is somewhere here:
Thread 6:: QScanThread
0 libsyst... - 02:42 PM Revision b99ab0a9 (qgis): restore setting of scene to map canvas items (followup 78c51954)
- 02:09 PM Feature request #10251: Processing - Order Model saves values
- Does make sense that it saves in the same order the modeler asks for parameter, especially when debugging when proces...
- 03:12 AM Feature request #10251 (Rejected): Processing - Order Model saves values
- This makes no sence, while models itself works as expected
- 03:12 AM Feature request #10251 (Rejected): Processing - Order Model saves values
- This makes no sence, while models itself works as expected
- 01:34 PM Bug report #11441: Parallel multi-core rendering glitches with OTF reprojection
- Still true for me (Win8 OSGeo4W nightly 64bit).
- 10:14 AM Bug report #11441: Parallel multi-core rendering glitches with OTF reprojection
- still true?
- 01:16 PM Revision fe7a0e57 (qgis): travis: disable qgis_wcsprovidertest due to unreliable server
- 12:44 PM Revision 222978ee (qgis): Fix #9604 - New icon for delete selected features
- 11:53 AM Revision cefc4df6 (qgis): [processing] redirect output from command line tools to Info tab (fix #...
- 11:52 AM Revision 66377967 (qgis): [processing] fix Field calculator algorthm (fix #11488)
- 11:36 AM Revision f273edb9 (qgis): fix windows build
- 10:53 AM Bug report #11433 (Feedback): Processing: Help editor does not save the text
- Sorry I miss your point: the data should be saved in the model anyway.
- 03:21 AM Bug report #11433 (Rejected): Processing: Help editor does not save the text
- This caused by recent modeler overhaul
- 03:21 AM Bug report #11433 (Rejected): Processing: Help editor does not save the text
- This caused by recent modeler overhaul
- 10:45 AM Bug report #9996: Help missing for most GRASS modules in Processing
- Confirmed, thanks
- 02:51 AM Bug report #9996 (Closed): Help missing for most GRASS modules in Processing
- Just tested with master, and help for GRASS algs is here. Reopen if necessary
- 02:51 AM Bug report #9996 (Closed): Help missing for most GRASS modules in Processing
- Just tested with master, and help for GRASS algs is here. Reopen if necessary
- 10:12 AM Bug report #4324 (Closed): wrong scale in print composer?
- closing for lack of feedback, reopen if necessary.
- 10:02 AM Revision 802a4acd (qgis): Add an invert checkbox for heatmap renderer
- 09:59 AM Bug report #11715 (Closed): Building QGIS from source - step by step outdated information
- Fixed in changeset commit:"f10a8cce7d5345de602f3c95c3e59b9f0d2febbf".
- 08:26 AM Bug report #11715 (Closed): Building QGIS from source - step by step outdated information
- There is an outdated information in the document “Building QGIS from source - step by step” (http://htmlpreview.githu...
- 08:35 AM Bug report #11374: Error while launching a model from the modeler
- Yes, it works for some other models.
You can try with this one, you will need the QuickOSM plugin. - 01:49 AM Bug report #11374: Error while launching a model from the modeler
- Please attach your model for testing
- 08:26 AM Bug report #11714 (Closed): Outdated file in Master branch
- The translations are maintained in "transifex":https://www.transifex.com/organization/qgis/dashboard/QGIS. The ts f...
- 08:26 AM Bug report #11714 (Closed): Outdated file in Master branch
- The translations are maintained in "transifex":https://www.transifex.com/organization/qgis/dashboard/QGIS. The ts f...
- 07:57 AM Bug report #11714 (Closed): Outdated file in Master branch
- The file
https://github.com/qgis/QGIS/blob/master/i18n/qgis_lv.ts
is outdated.
The file
https://github.com/qgis/QGIS... - 05:49 AM Bug report #9782 (Feedback): Processing: model builder misses close and maximize buttons on Gnome3
- We had similar issues in the past with different plugins. IMHO this should be handled in a clean way, also for G3 (no...
- 02:05 AM Bug report #9782 (Closed): Processing: model builder misses close and maximize buttons on Gnome3
- Seems Gnome specific issue
- 05:24 AM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- Thanks Nathan!
- 03:52 AM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- I have gone with a slightly different icon to the ones I posted although it's pretty much the same. The remove icon ...
- 03:45 AM Bug report #9604 (Closed): Attribute table: the icons for "Unselect all" and "Delete selected fea...
- Fixed in changeset commit:"222978ee7b0b56c4c5c441e8d7d28c01061671de".
- 04:29 AM Bug report #10238 (Feedback): SAGA algorithms doesn't work in Modeler QGIS 2.2
- Still true?
- 04:29 AM Bug report #10238 (Feedback): SAGA algorithms doesn't work in Modeler QGIS 2.2
- Still true?
- 03:21 AM Bug report #11087: Modeler, help from QGIS 2.2 don't work in QGIS 2.4
- This is caused by recent modeler overhaul
- 03:17 AM Feature request #8259 (Closed): Documentation SAGA GIS in Sextante
- As Processing now used documentation in RST format and we decide to put it into User Guide, this can be closed
- 03:08 AM Feature request #5381 (Closed): Info panel or tab for user feedback
- Seems can be closed now. Reopen if necessary
- 03:08 AM Feature request #5381 (Closed): Info panel or tab for user feedback
- Seems can be closed now. Reopen if necessary
- 03:04 AM Bug report #11174 (Rejected): Qgis processing toolbox is breaking encoding of output shapefile
- Duplicates #6299
- 03:04 AM Bug report #11174 (Rejected): Qgis processing toolbox is breaking encoding of output shapefile
- Duplicates #6299
- 03:03 AM Revision 72774765 (qgis): [FEATURE] Live heatmap renderer
- Allows for live, dynamic heatmaps for point layers. Options include
specifying heatmap radius in pixels, mm or map un... - 03:02 AM Bug report #8691 (Closed): Inconsistent icons in Processing toolbox
- Fixed in master
- 03:02 AM Bug report #8691 (Closed): Inconsistent icons in Processing toolbox
- Fixed in master
- 02:56 AM Feature request #5618 (Closed): Handling of GRASS console output
- 02:55 AM Feature request #5618 (Open): Handling of GRASS console output
- 02:54 AM Feature request #5618 (Closed): Handling of GRASS console output
- Fixed in changeset commit:"cefc4df6be865b5dad5f957e0431e755856ba8df".
- 02:56 AM Bug report #11659 (Closed): field calculator mini dump
- 02:55 AM Bug report #11659: field calculator mini dump
- Fixed in commit:6637796719
- 02:03 AM Bug report #11659: field calculator mini dump
- Possibly duplicates #11488
- 02:54 AM Bug report #11488 (Closed): crash using qgis/processing field calculator
- Fixed in changeset commit:"663779671924946bcf5b714b60744a57b4859414".
- 02:05 AM Bug report #11531: Lines to polygons tool error
- Works fine here.
- 01:37 AM Bug report #9027 (Closed): Import vector to GeoServer not working
- As I can see there is no such algorithm in Processing anymore. If I'm not wrong it was moved to OpenGeo plugin
2014-11-21
- 10:02 PM Revision c924401f (qgis): fix typo in tx config
- Signed-off-by: Werner Macho <[email protected]>
- 09:39 PM Revision 0d2aac29 (qgis): adding new translations files
- Signed-off-by: Werner Macho <[email protected]>
- 09:38 PM Revision fc850b77 (qgis): update if txconfig for new translations
- 07:05 PM Revision 8299b206 (qgis): Followup to 2261999; fix import of QgsCodeEditorSQL for DB Manager
- 04:51 PM Revision e7a89945 (qgis): deactivate qgis_wcsprovidertest
- Disabling on behalf of @m-kuhn since the wcs server used in qgis_wcsprovidertest is not really reliable. Often the te...
- 04:45 PM Revision 9f8a7423 (qgis): [processing] patch for issues with delimited text layers
- Still won't work when using delimited text layers in parameters of type MultipleInput
- 03:07 PM Revision 1f47ffeb (qgis): dualview: autoselect first item
- 03:03 PM Bug report #11713 (Closed): Measure tool ellipsoid defaults to 'None/Planametric' regardless of p...
- Using QGIS 2.6.0 Brighton, I want to overlay a shapefile (EPSG: 26910, Nad83 UTM10) over OpenLayers Google Satellite ...
- 03:02 PM Revision 6e334d64 (qgis): [processing] Added missing field type to vector tools
- 03:02 PM Revision ac0eddae (qgis): [processing] Add snippet collection to script editor
- The list of snippets is still very short, but the snippet management logic is added in this commit
- 03:02 PM Revision 51de0cae (qgis): [processing] better output logging for gdal/org calls
- Fixes #11501
- 03:02 PM Revision f3fdd9c2 (qgis): [processing] clean unused line
- 01:02 PM Revision 536efdda (qgis): Remove code no longer needed in QgsConfigCache
- 11:45 AM Revision cae6baea (qgis): Formatting of tests
- 11:45 AM Revision 6c246384 (qgis): Return non-zero status from cmake script when build or test fails
- 11:45 AM Revision 95f64838 (qgis): Fix some race condition segfaults of tests on exit
- 11:45 AM Revision 78c51954 (qgis): Add Qt5 support
- 10:25 AM Revision 97e79690 (qgis): [Processing] A new tool to import data in PostGIS based on ogr2ogr and ...
- 10:23 AM Revision 7de1dff3 (qgis): Merge pull request #1689 from rldhont/server_cache_project_config
- [QGIS-Server] Enhance config cache
- 09:59 AM Revision 6c836f0e (qgis): fix nightly build (followup a57066a48d)
- 09:28 AM Feature request #11712 (Open): Adding support of the OGC WMS - Application Profile for EO Products
- Supporting the OGC WMS - Application Profile for EO Products would be beneficial for providers (and thereafter users)...
- 09:23 AM Revision 336fe99a (qgis): [processing] remember last output folder in batch interface
- 09:10 AM Revision df9372a8 (qgis): [processing] better behaviour for fields calculator custom dialog
- 09:09 AM Revision 05dc06d4 (qgis): [processing] fixed fields calculator algorithm
- It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' erro...
- 09:07 AM Revision 09c6b2b3 (qgis): [processing]removed unused code
- 08:52 AM Bug report #11447: Processing does not accept anymore CSV as input layers
- Victor Olaya wrote:
> it turns out that the problem is much more complex :-(
>
> When opening a delimited text file,... - 07:46 AM Bug report #11447: Processing does not accept anymore CSV as input layers
- I have added the patch that fixes it, but only when the csv files are used in single inputs, not in multiple inputs
- 07:22 AM Bug report #11447: Processing does not accept anymore CSV as input layers
- it turns out that the problem is much more complex :-(
When opening a delimited text file, the data source uri conta... - 07:11 AM Bug report #11447: Processing does not accept anymore CSV as input layers
- Sorry, my fault. The text file can have geometry if loaded as such using the "open delimited text layer"
By fixing t... - 06:59 AM Bug report #11447: Processing does not accept anymore CSV as input layers
- hmm, there is some confusion here
If a layer is a csv, then it has no geometry. QGIS will load it as a simple geomet... - 06:39 AM Bug report #11447: Processing does not accept anymore CSV as input layers
- I tested this on Windows, Linux (Fedora 20) and Mac OS X 10.9. Funny thing is that QGIS 2.6 on Windows and Linux have...
- 08:49 AM Bug report #11708: Crash from Delimited Text Layer import
- Compiled from master, still crashes:
QGIS version 2.7.0-Master
QGIS code revision 9f8a742
Compiled against Qt 4.8.6... - 05:43 AM Bug report #11708 (Feedback): Crash from Delimited Text Layer import
- cannot confirm on qgis master, please give it a try and report back. Cheers!
- 04:50 AM Bug report #11708 (Closed): Crash from Delimited Text Layer import
- qgis crashes when I try to import the attached file using the options shown in the attached screenshot.
I also attach... - 08:34 AM Bug report #9612: Web view doesn't work with specific URL in feature form
- The Web-View and Photo widgets are still not working in 2.4 and 2.6
On both OS Windowns and Ubuntu
Is there any updat... - 07:22 AM Revision 810cb3fb (qgis): [processing] fixed handling of tables in models
- Fixes #11694
- 07:21 AM Revision 530b15a0 (qgis): [processing] provide non-random default ordering of parameters in models
- Fixes #11702
- 06:02 AM Feature request #11501 (Closed): Add the command line log to GDAL/OGR algorithms
- Fixed in changeset commit:"51de0caeb8efb31d55885cbd23e9f1d3ef8b0aa7".
- 03:21 AM Feature request #11501 (Feedback): Add the command line log to GDAL/OGR algorithms
- should be fixed now. Erros are correctly redirected to the log file now
- 05:39 AM Bug report #11709 (Closed): Symbol disappears on zoom in
- EPSG:25832 is a projected CRS, and as UTM it cover 6 degrees of longitude. The data you are reprojecting covers the w...
- 05:39 AM Bug report #11709 (Closed): Symbol disappears on zoom in
- EPSG:25832 is a projected CRS, and as UTM it cover 6 degrees of longitude. The data you are reprojecting covers the w...
- 04:54 AM Bug report #11709 (Closed): Symbol disappears on zoom in
- Open the attached project, you need http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cult...
- 05:28 AM Bug report #11697 (Feedback): QGIS 2.6 crashes when opening Save As dialog on OS X Yosemite
- 02:46 AM Revision 9837f430 (qgis): Followup to d897aa5; fix crash on Mac
- 02:08 AM Feature request #9330: Rotate Rendered Map Canvas
- I'm on it. Work in progress here: https://github.com/strk/qgis/tree/rotation
- 02:08 AM Feature request #9330: Rotate Rendered Map Canvas
- I'm on it. Work in progress here: https://github.com/strk/qgis/tree/rotation
- 01:59 AM Bug report #11707 (Rejected): OpenLayer Plugin QGIS 2.6 Brighton
- Not a bug. Please pose your question on the mailing list. If you have to open a ticket, please do it on the plugin bu...
- 01:59 AM Bug report #11707 (Rejected): OpenLayer Plugin QGIS 2.6 Brighton
- Not a bug. Please pose your question on the mailing list. If you have to open a ticket, please do it on the plugin bu...
- 01:57 AM Bug report #11707 (Rejected): OpenLayer Plugin QGIS 2.6 Brighton
- Dear all,
I was just looking for the plugin, as I updated QGIS to Brighton because it didn't worked anymore under Mac... - 01:33 AM Bug report #11437 (Closed): Processing: models from repository are not usable in new version
- Thanks
- 01:33 AM Bug report #11437 (Closed): Processing: models from repository are not usable in new version
- Thanks
- 01:28 AM Bug report #11704: Adding valid layer but not in QgsMapLayerRegistry to QgsLayerTreeGroup crashes...
- ...
- 01:25 AM Bug report #11704 (Closed): Adding valid layer but not in QgsMapLayerRegistry to QgsLayerTreeGrou...
- This is a bit related to #11703
If we add a valid layer, but that layer is not registered in QgsMapLayerRegistry, th... - 01:17 AM Revision 9ceb5cea (qgis): sip sync
2014-11-20
- 12:24 AM Feature request #11436 (Closed): Processing > batch: remember last used dir
- Done
- 12:10 AM Bug report #11659: field calculator mini dump
- I added a fix and it should be fine know. Could you retest?
- 12:10 AM Bug report #11702 (Closed): Support reordering the input fields in a Processing model GUI
- Fixed in changeset commit:"530b15a0e1c09e67f6392b4bf4bcfeaa32473262".
- 10:25 PM Bug report #11702 (Feedback): Support reordering the input fields in a Processing model GUI
- I added a quick fix. Now parameters are ordered according to its type. First rasters, then vectors and tables, then b...
- 02:54 PM Bug report #11702 (Closed): Support reordering the input fields in a Processing model GUI
- See thread http://lists.osgeo.org/pipermail/qgis-user/2014-November/029906.html
When I create a model, Processing au... - 12:10 AM Bug report #11694 (Closed): Cannot select second layer when Join attributes table is used in Modeler
- Fixed in changeset commit:"810cb3fb999d9fdd6c1d6fe7b353ab83ce85b17c".
- 10:23 PM Bug report #11694: Cannot select second layer when Join attributes table is used in Modeler
- Fixed
- 03:15 AM Bug report #11694: Cannot select second layer when Join attributes table is used in Modeler
- It would basically revert https://github.com/qgis/QGIS/pull/1498/files
Seems like the underlying issue is that Param... - 02:58 AM Bug report #11694: Cannot select second layer when Join attributes table is used in Modeler
- Anita Graser wrote:
> Changing line 52 in JoinAttributes.py seems to fix it:
>
> [...]
better propose a PR with a p... - 11:55 PM Bug report #11703 (Closed): Add Invalid Layer to QgsLayerTreeGroup crashes QGIS 2.6
- Hi, I know that this isn't the expected scenario. But if we feed QgsLayerTreeGroup with invalid layer, e.g just give ...
- 11:03 PM Revision c94b9f36 (qgis): Merge pull request #1681 from nyalldawson/sort_api
- Sort members in api docs
- 09:32 PM Revision afd32fdc (qgis): browser restore favourites fix
- 08:40 PM Revision 907fb73d (qgis): browser remove favourite fix
- 08:01 PM Revision 47578074 (qgis): browser favourites fix
- 07:46 PM Revision 869ad447 (qgis): Merge pull request #1583 from slarosa/qdockwidget_browser
- [browser] small ui reworking for consistency
- 07:27 PM Feature request #6309: Alphabetize all drop down menu lists
- This appears to have resurfaced for OS X in trunk. I'm using a Yosemite homebrew build of qgis-26 HEAD, and many of t...
- 06:57 PM Bug report #11697: QGIS 2.6 crashes when opening Save As dialog on OS X Yosemite
- I'm using Yosemite and using both the Kyngchaos 2.6 version and Dakotacarto NB without any issue. As a matter of fact...
- 03:02 PM Revision a57066a4 (qgis): * fix cppcheck warnings
- * some sip updates
* [API] fix spelling QgsMultiRenderChecker::drawBackround
* [API] fix spelling QgsSymbolLayerV2Uti... - 02:12 PM Revision d897aa5b (qgis): browser refresh and restore fixes and improvements
- 12:58 PM Bug report #11699 (Closed): Typo in method name: QgsMapSettings::layerTransfrom
- already fixed in commit:a57066a4
- 05:34 AM Bug report #11699 (Closed): Typo in method name: QgsMapSettings::layerTransfrom
- There's a typo in QgsMapSettings::layerTransfrom method (should be layerTransform, I guess).
Found by reading http://... - 11:37 AM Revision d6635994 (qgis): Update cache
- 11:28 AM Revision 44a334b0 (qgis): Add hasDefaultValues method to QgsDataDefined, add some tests
- 10:02 AM Bug report #11574: regression: field calculator not updating PostGIS layers
- Wille Marcel wrote:
> I tried it in a OSM database created with osm2pgsql and in a database with all the vectors crea... - 09:59 AM Bug report #11574: regression: field calculator not updating PostGIS layers
- I tried it in a OSM database created with osm2pgsql and in a database with all the vectors created using qgis. In bot...
- 09:37 AM Bug report #11574: regression: field calculator not updating PostGIS layers
- Wille Marcel wrote:
> Only with postgis.
yes, but the ticket I linked to you is about (and this one too) is about ... - 09:26 AM Bug report #11574: regression: field calculator not updating PostGIS layers
- Only with postgis. When editing vector files it works properly.
Giovanni Manghi wrote:
> Wille Marcel wrote:
> > I h... - 09:17 AM Bug report #11574: regression: field calculator not updating PostGIS layers
- Wille Marcel wrote:
> I have the same issue. When I open the table of attributes, choose to just show the selected it... - 05:41 AM Bug report #11574: regression: field calculator not updating PostGIS layers
- I have the same issue. When I open the table of attributes, choose to just show the selected items and modify a field...
- 08:25 AM Bug report #11693: provider.addFeatures() returns True but fails
- Nothing in the QGIS Log window.
- 07:52 AM Bug report #10098: Zooming results in parts of features disappearing when spatial indexes SBN/SBX...
- Wouldn't it be better to create a GDAL issue and link it here but keep this issue open until it is fixed on GDAL side?
- 03:06 AM Bug report #10098 (Feedback): Zooming results in parts of features disappearing when spatial inde...
- this should be closed because seems a gdal issue not a qgis one.
- 03:06 AM Bug report #10098 (Feedback): Zooming results in parts of features disappearing when spatial inde...
- this should be closed because seems a gdal issue not a qgis one.
- 03:06 AM Bug report #10098 (Feedback): Zooming results in parts of features disappearing when spatial inde...
- this should be closed because seems a gdal issue not a qgis one.
- 03:06 AM Bug report #10098 (Feedback): Zooming results in parts of features disappearing when spatial inde...
- this should be closed because seems a gdal issue not a qgis one.
- 03:06 AM Bug report #10098 (Feedback): Zooming results in parts of features disappearing when spatial inde...
- this should be closed because seems a gdal issue not a qgis one.
- 03:25 AM Bug report #11698 (Closed): Max size of qwidget in QGIS 2.6
- Hi there!
I found a bug while using UI form (made in QT4) in QGIS 2.6, which doesn't popup in previous versions. I am... - 03:16 AM Feature request #11688 (Closed): Translate (convert format): add a batch option that creates outp...
- Thanks, I wasn't aware of that.
- 03:15 AM Feature request #11688: Translate (convert format): add a batch option that creates outputs with ...
- Filipe Dias wrote:
> Sorry, poor issue description. I've edited it. See above.
there is already a function to autofi... - 03:11 AM Bug report #11015: Style manager crashes when renaming symbol to existing name
- confirmed, and in previous qgis releases did not caused the crash.
- 03:11 AM Bug report #11015: Style manager crashes when renaming symbol to existing name
- confirmed, and in previous qgis releases did not caused the crash.
- 03:11 AM Bug report #11015: Style manager crashes when renaming symbol to existing name
- confirmed, and in previous qgis releases did not caused the crash.
- 02:15 AM Bug report #11015 (Reopened): Style manager crashes when renaming symbol to existing name
- Hi, thanks for working on this!
Just tried opening the style manager in 2.6.0-1 stable (OSGeo4W, 64bit, Win7 SP1). Wh... - 02:15 AM Bug report #11015 (Reopened): Style manager crashes when renaming symbol to existing name
- Hi, thanks for working on this!
Just tried opening the style manager in 2.6.0-1 stable (OSGeo4W, 64bit, Win7 SP1). Wh... - 02:56 AM Bug report #11692 (Closed): Can't remove legend items
- Hi, you have to uncheck the option "auto update". Note: questions are better be posted in the user/devs mailing lists...
- 02:56 AM Bug report #11692 (Closed): Can't remove legend items
- Hi, you have to uncheck the option "auto update". Note: questions are better be posted in the user/devs mailing lists...
- 01:09 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello,
No, I have not this field in the database. This field was created during the conversion into QGIS 2.7.
After... - 01:09 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello,
No, I have not this field in the database. This field was created during the conversion into QGIS 2.7.
After... - 01:09 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello,
No, I have not this field in the database. This field was created during the conversion into QGIS 2.7.
After... - 01:09 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello,
No, I have not this field in the database. This field was created during the conversion into QGIS 2.7.
After... - 01:09 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello,
No, I have not this field in the database. This field was created during the conversion into QGIS 2.7.
After...
2014-11-19
- 12:47 AM Revision 6cc073d9 (qgis): widgetParametersPanel.ui: fix header
- [ci skip]
- 08:44 PM Bug report #10098: Zooming results in parts of features disappearing when spatial indexes SBN/SBX...
- Also seeing this, in QGIS version 2.6 on Ubuntu 14.10. Deleting SBN and SBX fixed it. I see it with all of these file...
- 04:30 PM Bug report #11697 (Closed): QGIS 2.6 crashes when opening Save As dialog on OS X Yosemite
- QGIS is built on OS X 10.10 Yosemite with qgis-26 Homebrew formula, located in osgeo4mac repository.
Launched from te... - 04:15 PM Feature request #11696 (Closed): Red blinking line for empty label
- When I'm assigning a label a red blinking line appears in the "Label this layer with"
I know that red here is used ... - 03:52 PM Bug report #11693 (Feedback): provider.addFeatures() returns True but fails
- 03:13 PM Bug report #11693: provider.addFeatures() returns True but fails
- Any output in the log?
- 01:27 PM Bug report #11693 (Closed): provider.addFeatures() returns True but fails
- With a PostGIS vector layer, providing a bad primary key produces the correct provider.hasErrors() and provider.error...
- 03:38 PM Revision f4925120 (qgis): update translation
- 03:07 PM Feature request #11695: Python parser for geometries in delimited text layers
- Now that is a nifty idea indeed.
- 02:14 PM Feature request #11695 (Open): Python parser for geometries in delimited text layers
- Currently delimited text layers support three options for geometries:
# Point coordinates (X and Y fields, optionall... - 02:09 PM Bug report #11694: Cannot select second layer when Join attributes table is used in Modeler
- Changing line 52 in JoinAttributes.py seems to fix it:...
- 02:02 PM Bug report #11694 (Closed): Cannot select second layer when Join attributes table is used in Modeler
- As you can see in the screenshot, the input field for the second layer does not provide the necessary dropdown list w...
- 01:17 PM Bug report #11692 (Closed): Can't remove legend items
- Hi, I'm an Esri user fairly new to QGIS. I'm unable to remove items from the legend display in print composer - the g...
- 12:53 PM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Michal - wrote:
> Hello,
>
> It is not problem with the access to PostgreSQL and PostGis.
Well, it is for anyone e... - 09:30 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello,
It is not problem with the access to PostgreSQL and PostGis.
On WinXP I get the "bad allocation" error. Laye... - 05:53 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Michal - wrote:
> Hello,
>
> Clean installation of QGIS 2.7.0-46 doesn't solve this problem.
it still crashes? or i... - 02:11 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello,
Clean installation of QGIS 2.7.0-46 doesn't solve this problem.
QGIS hangs after/on conversion last layer.
R... - 01:37 AM Bug report #11685: QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello
What is the QGIS master?
Is it QGIS 2.7 weekly build ?
Regards
Michal
- 12:24 PM Revision 09ab5696 (qgis): Boost coverage of raster fill unit tests
- Also add missing sip bindings for GUI widget
- 11:16 AM Feature request #11691: Use ogr2ogr to create an Intersect tool that accepts more than two vectors
- Is there feature request for virtual vectors? If not can you create it?
- 09:49 AM Feature request #11691: Use ogr2ogr to create an Intersect tool that accepts more than two vectors
- in processing misses a method to create virtual vectors (for file based vectors, as shapefiles), once available will ...
- 08:17 AM Feature request #11691: Use ogr2ogr to create an Intersect tool that accepts more than two vectors
- See this query in Postgis:
http://gis.stackexchange.com/questions/11762/intersection-of-multiple-layers-in-postgis - 08:00 AM Feature request #11691 (Open): Use ogr2ogr to create an Intersect tool that accepts more than two...
- ArcGIS allows computing the intersection of more than 2 vectors. It should be possible to build a similar algorithm u...
- 11:15 AM Feature request #11688: Translate (convert format): add a batch option that creates outputs with ...
- Sorry, poor issue description. I've edited it. See above.
- 09:51 AM Feature request #11688 (Feedback): Translate (convert format): add a batch option that creates ou...
- I don't understand, we already have the translate tool, and as any tool in processing it works in batch mode.
- 07:46 AM Feature request #11688 (Closed): Translate (convert format): add a batch option that creates outp...
- It would be nice to add a "Batch GDAL translate" algorithm that converts a number of rasters stored in a folder and s...
- 11:02 AM Revision 3c2d45ff (qgis): [processing] repair non-working random extract algorithms (fix #11571)
- 11:02 AM Revision 4c24666c (qgis): [processing] add open script action to script editor
- 11:02 AM Revision 5e6f4c2f (qgis): [processing] correctly handle editable and non-editable fixed tables (f...
- 11:02 AM Revision 1c6aa9b3 (qgis): [processing] add hypsometric curves calculation algorithm
- 10:58 AM Revision 474e6675 (qgis): more cleaning of redundant and same shortcuts
- 10:42 AM Revision d0898087 (qgis): fix warnings
- 10:13 AM Revision ebfa6000 (qgis): Fix incorrect cast to double in shapeburst fill header
- 10:11 AM Revision b8ff575e (qgis): Merge pull request #1695 from nyalldawson/fix_api
- Fix incorrect cast to double in shapeburst fill header
- 09:50 AM Feature request #11103: Support for retina displays (HiDPI)
- There is a pull request to add Qt5 support to QGIS. This is hopefully a set in the right direction for the high DPI i...
- 09:49 AM Feature request #11690: Use ogr2ogr to create Union tool that accepts more than 2 input vectors
- in processing misses a method to create virtual vectors (for file based vectors, as shapefiles), once available will ...
- 07:58 AM Feature request #11690 (Open): Use ogr2ogr to create Union tool that accepts more than 2 input ve...
- ArcGIS allows computing the Union of more than 2 vector. It should be possible to build a similar algorithm using ogr...
- 09:40 AM Revision c8ad99bf (qgis): Fix incorrect cast to double in shapeburst fill header
- 09:28 AM Revision 256b2652 (qgis): Fix some warnings
- 08:07 AM Revision 2d69f986 (qgis): Merge pull request #1691 from m-kuhn/slv
- Enable PyQgsSymbolLayerV2 test. Followup 5957b0a
- 08:03 AM Revision edd8d9bc (qgis): Merge pull request #1692 from neteler/patch-4
- Delete r.average.txt
- 08:03 AM Revision d66c927f (qgis): Merge pull request #1693 from neteler/patch-5
- Update and rename r.bilinear.txt to r.resamp.interp.txt
- 07:55 AM Feature request #5501 (Closed): "Union/Intersect" tools that allows more than 2 input files
- 07:53 AM Feature request #11689 (Open): Add hyperlink option to "File Name" form controls
- Hello,
I need to have a way to store a file URL on a dedicated field of a layer and be able to:
* present it as a la... - 07:42 AM Feature request #11473: Use TLS v1.2 instead of SSL v3
- TLS 1.2 on QGIS only seems to be in place for the 64 bit version (32 bit doesn't work) and I’m having some problems f...
- 07:41 AM Feature request #9477 (Closed): GDAL translate: support ESRI rasters folders names as inputs
- I'm closing this in favour of a ticket filed for Processing/GDAL.
- 07:18 AM Bug report #11683: QGIS 2.6 (Linux) missing option to add File-bases Geodatabase
- Try "Add layer"-> Database -> Type "ESRI Personal Geodatabase"
- 06:40 AM Bug report #11687 (Closed): Selected encoding disappears when duplicating layer
- I have a shape file layer that I have changed the Encoding from System to ISO-8859-1. When I duplicate this layer, th...
- 05:50 AM Feature request #4154: Add GDAL calc
- Still interesting, see: http://lists.osgeo.org/pipermail/gdal-dev/2014-November/040484.html
- 05:26 AM Revision 52159851 (qgis): [FEATURE] Raster image symbol fill type
- Allows for filling polygons with a tiled raster image. Options
include (data defined) file name, opacity, image size ... - 03:48 AM Feature request #11686 (Closed): GeoJSON editing
- It would be great if QGis could edit geojson files. Is there some plan to make this possible?
- 02:27 AM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
- I checked the .qgis2/python/plugins folder, but there wasnt any processing folder, neither in Osx nor in Windows.
I t... - 02:02 AM Bug report #11602 (Closed): Reclassify Grid values - don't let me add or delete rows in the fixed...
- Fixed in changeset commit:"5e6f4c2faec7728d1520a5715291a503f6e98fbb".
- 02:02 AM Bug report #11571 (Closed): Error message with processing tool "Random extract within subsets"
- Fixed in changeset commit:"3c2d45ffd7b12e85d836f6684013a0e70228eeed".
- 01:49 AM Bug report #11437 (Feedback): Processing: models from repository are not usable in new version
- Should be fixed now
2014-11-18
- 12:52 AM Bug report #11685 (Feedback): QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- the bug should have been already fixed in qgis master, please give it a try and report back, thanks.
- 12:52 AM Bug report #11685 (Feedback): QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- the bug should have been already fixed in qgis master, please give it a try and report back, thanks.
- 12:44 AM Bug report #11685 (Closed): QGIS 2.6 x86 and x64 crashes on open QGIS 2.2 or 2.4 project
- Hello,
On open this project QGIS (x82 and x64) crashes. I tested it on Windows 7 prof x64 and Windows XP Porf x86.
O... - 12:40 AM Bug report #11684 (Closed): After splitting a feature only one of the parts shows in table as "sh...
- Usually after a split is necessary to fix/change the attributes of both the newly formed features and the original fe...
- 12:29 AM Bug report #11683: QGIS 2.6 (Linux) missing option to add File-bases Geodatabase
- I tried to describe the "problem": [[http://isticktoit.net/?p=928]]
- 11:14 PM Bug report #11683: QGIS 2.6 (Linux) missing option to add File-bases Geodatabase
- Do you use 2.6 in Ubuntu 14.04 ? If Yes, then there is GDAL with FGDB-Support in ubuntu-gis repo ?
UPDATE:
If you i... - 02:55 PM Bug report #11683: QGIS 2.6 (Linux) missing option to add File-bases Geodatabase
- I use Ubuntu 14.04 and that option is available in QGIS from ubuntu gis
- 01:55 PM Bug report #11683 (Feedback): QGIS 2.6 (Linux) missing option to add File-bases Geodatabase
- you must use a version of gdal that was compiled against the esri file geodatabase api, and as far as I can remember ...
- 01:55 PM Bug report #11683 (Feedback): QGIS 2.6 (Linux) missing option to add File-bases Geodatabase
- you must use a version of gdal that was compiled against the esri file geodatabase api, and as far as I can remember ...
- 01:50 PM Bug report #11683 (Closed): QGIS 2.6 (Linux) missing option to add File-bases Geodatabase
- In QGIS 2.6 (Ubuntu 14.10 64bit) the option to add a File-based geodatabase (add vector-data - directory - Esri FGDB)...
- 10:05 PM Revision 9c2a1131 (qgis): Update and rename r.bilinear.txt to r.resamp.interp.txt
- r.bilinear: merged into r.resamp.interp, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules
- 10:00 PM Revision 36869f07 (qgis): Delete r.average.txt
- Superseded by r.statistics, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Removedmodules
- 09:46 PM Bug report #11677: Access violation when removing layer which is in the composer legend
- It seems it is only issue with legend created in version 2.4., if I create new legend in 2.6 it works as expected.
- 05:43 PM Revision 0a5c3cc8 (qgis): Enable PyQgsSymbolLayerV2 test. Followup 5957b0a
- 04:41 PM Revision 66ffb2a0 (qgis): Run build within ctest script and add some information for the dashboard
- 04:11 PM Revision 5957b0a5 (qgis): Hopefully fix sld test
- 04:11 PM Revision d7f7b06e (qgis): Merge pull request #1614 from radosuav/small_fixes
- Small fixes for Processing
- 03:07 PM Revision da91a9ee (qgis): Revert "Fix translations in Processing.py"
- This reverts commit 81089a1fa258feb86a52db9bba1fd0708b5f70a7.
- 01:39 PM Revision eef435e9 (qgis): [GRASS] data item fix
- 01:38 PM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- Thanks for your help. I ran "brew reinstall gdal --HEAD" successfully, however QGIS still crashers on "Save As" for a...
- 12:23 PM Bug report #11665: gdalogr:ogr2ogr doesn't consider -a_srs option converting to GeoJSON
- so it's a local problem
- 12:11 PM Bug report #11665: gdalogr:ogr2ogr doesn't consider -a_srs option converting to GeoJSON
- Luigi Pirelli wrote:
> Giovanni Manghi wrote:
> > you should use t_srs.
>
> a_srs force srs instead of reproyecting ... - 11:09 AM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
- Major Balazs wrote:
> Dear Giovanni, Can you also open the file from modeler, and select a layer file both for input ... - 01:08 AM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
- Dear Giovanni, Can you also open the file from modeler, and select a layer file both for input layer 1 and input laye...
- 11:08 AM Revision 7d7ac62f (qgis): Add tolerance to shapeburst test
- Fixes it on ubuntu trusty
- 11:03 AM Bug report #11682: Raster calculator produces only 0 values with conditional expression
- it is a blocker because in qgis 2.8 works as expected.
Anyway the qgis raster calculator is kind of rubbish, especia... - 08:15 AM Bug report #11682: Raster calculator produces only 0 values with conditional expression
- Carlos Cerdan suggests in this thread ( http://lists.osgeo.org/pipermail/qgis-user/2014-November/029847.html ) that ...
- 08:14 AM Bug report #11682 (Closed): Raster calculator produces only 0 values with conditional expression
- Steps to reproduce:
1. Download file from http://webgis.uster.ch/temp/temp_test.tif
2. Create a new project and set... - 10:18 AM Revision 8f50d945 (qgis): remove redundant shortcut for Open and Open recent
- Signed-off-by: Werner Macho <[email protected]>
- 10:17 AM Revision 49035a03 (qgis): [composer] Fix overview tooltips (fix #11655)
- 10:12 AM Revision 00c5a75e (qgis): [composer] Fix overview tooltips (fix #11655)
- 09:48 AM Revision 20deafdb (qgis): Merge pull request #1605 from ghtmtt/patch-1
- Update geometricfigures.rst
- 09:22 AM Revision 1f41364c (qgis): Update link to qt homepage
- 05:50 AM Feature request #11681 (Closed): Style Editor - export by group
- In order to simplify sharing simbology it is possible to add an option that allow to select all the simbology that be...
- 02:52 AM Feature request #11680 (Closed): List layers name in functions panel within "select by expression...
- Hi,
Many persons try to use geometric function provided in "select by expression" dialog or "field calculator"'s. But... - 01:47 AM Revision f81c0593 (qgis): fix PyQgsAppStartup test on windows
- 01:46 AM Revision dfbe8f3b (qgis): fix german translations (fixes #11617)
- 01:44 AM Revision 368bfa15 (qgis): Add casts to double to fix compilation on ARM
- 01:42 AM Revision 72c92e38 (qgis): Initialize some uninitialized variables
- 01:41 AM Revision f8a21bf9 (qgis): fix PyQgsVectorLayer test
- 01:41 AM Revision 881e25ba (qgis): vector file writer: scan shape file geometries instead of just assuming...
- 01:12 AM Bug report #11655 (Closed): Incorrect tooltips in Composer map item properties
- Fixed in changeset commit:"00c5a75e039cdfc0fa939879d826261b690306bd".
2014-11-17
- 12:55 AM Bug report #11679 (Closed): Virtual field does Display in form after project is closed and reopened
- Create a virtual field and add it to a drag-and-drop form.
Apply the changes, save the project and the virtual field... - 12:36 AM Bug report #11665: gdalogr:ogr2ogr doesn't consider -a_srs option converting to GeoJSON
- Giovanni Manghi wrote:
> you should use t_srs.
??? it doesn't work with -t_srs too... but it works using ogr2ogr com... - 12:31 AM Bug report #11665: gdalogr:ogr2ogr doesn't consider -a_srs option converting to GeoJSON
- Giovanni Manghi wrote:
> you should use t_srs.
a_srs force srs instead of reproyecting as in t_srs... in my case I d... - 11:48 PM Bug report #11665 (Feedback): gdalogr:ogr2ogr doesn't consider -a_srs option converting to GeoJSON
- you should use t_srs.
- 03:19 AM Bug report #11665 (Closed): gdalogr:ogr2ogr doesn't consider -a_srs option converting to GeoJSON
- processing.runalg("gdalogr:ogr2ogr","F:/GIS/GISDATA/qgis_sample_data/shapefiles/alaska.shp",1,"-a_srs epsg:2964","F:/...
- 11:57 PM Bug report #11494: Convex Hull - QProgressBar.setRange(int, int): argument 2 has unexpected type ...
- From error message I see, that fTools used, not Processing.
- 11:57 PM Bug report #11494: Convex Hull - QProgressBar.setRange(int, int): argument 2 has unexpected type ...
- From error message I see, that fTools used, not Processing.
- 11:54 PM Bug report #11677: Access violation when removing layer which is in the composer legend
- "Access violation" happens at the moment when print composer is open (if is open then immediately). If composer is no...
- 08:33 PM Bug report #11677 (Closed): Access violation when removing layer which is in the composer legend
- When removing layer which is in the print composer legend QGIS comes with "Access violation" window and makes impossi...
- 11:48 PM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
- works fine here on Linux and Windows (from within the modeller).
- 11:38 AM Bug report #11666: Processing graphical modeler can't open previously saved .model files.
- Atached is a test model. I want to join attribute tables of two vectors, but i can only select table as input layer 2.
- 10:59 AM Bug report #11666 (Feedback): Processing graphical modeler can't open previously saved .model files.
- please share your model.
- 10:59 AM Bug report #11666 (Feedback): Processing graphical modeler can't open previously saved .model files.
- please share your model.
- 10:59 AM Bug report #11666 (Feedback): Processing graphical modeler can't open previously saved .model files.
- please share your model.
- 06:23 AM Bug report #11666 (Rejected): Processing graphical modeler can't open previously saved .model files.
- The graphical modeler can't open previously saved .model files. From the processing toolbox I can open it.
In the mo... - 10:40 PM Bug report #11663 (Feedback): Bad polygon simplification
- Could you please find the fix and backport it to 2.6 branch, in view of a possible 2.6.1 release?
- 02:40 PM Bug report #11663: Bad polygon simplification
- Hi Nyall, I tested this project using master code in Windows 8.1 and I don't see the bounding boxes, but using the GI...
- 10:39 PM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- It seems important to update the osgeo4w package, then.
- 03:39 PM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- This is an issue with GDAL that should be fixed in the 1.11.2 release: http://trac.osgeo.org/gdal/ticket/5725
If you... - 07:03 PM Revision bec113b1 (qgis): [processing] refactor algortim dialog
- Now we have base class AlgorithmDialogBase for all algortims. Dialogs
for algorithms and batch processes should be cr... - 07:03 PM Revision 42f16efe (qgis): [processing] refactor batch processing dialog and update related parame...
- 07:03 PM Revision 05830c2c (qgis): [processing] handle ints and floats in range parameter panel
- 07:03 PM Revision c4e5ff75 (qgis): [processing] update layer selector widget
- 07:03 PM Revision 95650c43 (qgis): [processing] rename number selector to keep consistency
- 07:03 PM Revision 2a8fabfe (qgis): [processing] fix typo
- 07:03 PM Revision 20682a7c (qgis): [processing] update fixed table widget and dialog
- 07:03 PM Revision 06e6e718 (qgis): [processing] update range input widget
- 07:03 PM Revision c3d230c0 (qgis): [processing] update extent selection widget
- 07:03 PM Revision c9a90d9a (qgis): [processing] don't override default selection mode in ui file
- 07:03 PM Revision 2851c5a2 (qgis): [processing] update MultipleFileInputDialog
- 07:03 PM Revision 6fb32687 (qgis): [processing] remove MultipleFileInputPanel as it duplicates MultipleInp...
- homogenize UI in FileSelectionPanel and RenderinStylePanel, remove inused imports
- 07:03 PM Revision 28c03a1c (qgis): [processing] remove similar widgets (use generic one instead)
- 07:03 PM Revision 24a3e227 (qgis): [processing] update projection selector widget
- 07:03 PM Revision eee616c5 (qgis): [processing] remove compiled ui files
- 07:03 PM Revision 6ff48770 (qgis): [processing] replace two similar dialogs with generic one
- 03:08 PM Bug report #11676 (Closed): "Don’t export page if frame is empty" doesn't suppress world file cre...
- I notice that if the "Don’t export page if frame is empty" is selected then the composer is prevented from exporting,...
- 02:55 PM Bug report #10456: composer - impossible to copy & paste multiframe items
- Its probably worth mentioning that as a work around, you can select the html frame you want, and then press the "Add ...
- 11:50 AM Bug report #11654 (Open): qgis 2.6/master always saves shapefiles as "multi"
> I think after some research that the problem may come by the fact that Qgis 2.6 saves systematically Point layers...- 11:50 AM Bug report #11654 (Open): qgis 2.6/master always saves shapefiles as "multi"
> I think after some research that the problem may come by the fact that Qgis 2.6 saves systematically Point layers...- 11:50 AM Bug report #11654 (Open): qgis 2.6/master always saves shapefiles as "multi"
> I think after some research that the problem may come by the fact that Qgis 2.6 saves systematically Point layers...- 11:50 AM Bug report #11654 (Open): qgis 2.6/master always saves shapefiles as "multi"
> I think after some research that the problem may come by the fact that Qgis 2.6 saves systematically Point layers...- 11:50 AM Bug report #11654 (Open): qgis 2.6/master always saves shapefiles as "multi"
> I think after some research that the problem may come by the fact that Qgis 2.6 saves systematically Point layers...- 11:50 AM Bug report #11654 (Open): qgis 2.6/master always saves shapefiles as "multi"
> I think after some research that the problem may come by the fact that Qgis 2.6 saves systematically Point layers...- 02:15 AM Bug report #11654: qgis 2.6/master always saves shapefiles as "multi"
- Hello,
Plaese find 2 layers in order to test
I think after some research that the problem may come by the fact that... - 11:30 AM Revision 0ca7773b (qgis): add shortcuts to some Processing actions
- 10:58 AM Bug report #11667 (Feedback): Crash when saving project
- was the project created in qgis 2.4?
if not, can you share a sample project (and data) that causes the crash on save. - 10:58 AM Bug report #11667 (Feedback): Crash when saving project
- was the project created in qgis 2.4?
if not, can you share a sample project (and data) that causes the crash on save. - 06:59 AM Bug report #11667 (Closed): Crash when saving project
- See attached .png
- 10:57 AM Bug report #11673 (Closed): Polygon shapefile - centroïds fill bug
- duplicate of #9199
- 10:57 AM Bug report #11673 (Closed): Polygon shapefile - centroïds fill bug
- duplicate of #9199
- 08:39 AM Bug report #11673 (Closed): Polygon shapefile - centroïds fill bug
- Hi,
I tried to use the centroid fill to process Unique Symbol classification.And it generates extra markers. Genera... - 10:41 AM Feature request #2807 (Closed): Font symbols for fill patterns in polygons
- Yes, I just checked and this is quite possible now with the symbology options. Thank you.
- 10:33 AM Revision 06ea9801 (qgis): Fix CPack path to README.md
- 10:24 AM Revision 7fc1b873 (qgis): homogenize icons related to managing project and global scale lists
- 10:21 AM Revision e54a7866 (qgis): More README to README.md
- And add travis build status
- 10:01 AM Bug report #11659: field calculator mini dump
- Hi,
I have a shape file with lines and I ask to the field calculator in Processing to calculate the length of these... - 09:21 AM Revision 77328b20 (qgis): Merge pull request #1686 from alexbruy/dbmanager-sqleditor
- switch DB Manager's SQL editor to QgsCodeEditorSQL
- 07:20 AM Bug report #11668: Qt: not all languages show (qt) translated button captions
- IMHO better working upstream. We have untranslated buttons since years, no need to hurry.
- 07:12 AM Bug report #11668 (Closed): Qt: not all languages show (qt) translated button captions
- After an email from matteo on the community list about untranslated button captions:
http://lists.osgeo.org/pipermai... - 06:03 AM Feature request #7868: Integrate time manager plugin into core, add animation time variables to e...
- Hi, +1 with that, especially fading option and $animation_datetime, that would help a lot for visual interprétation. ...
- 02:30 AM Revision 150aa53a (qgis): add missing ts files (fixes #11662)
2014-11-16
- 12:18 AM Bug report #11664: Locking selected items button in print composer freeze too much.
- One more thing! I've noticed that on locked map item I can change scale or rotation but I can't use 'move map content...
- 12:05 AM Bug report #11664: Locking selected items button in print composer freeze too much.
- Yes - it definitely is a feature! The rationale is that it allows you to lock an item which is stacked above items (f...
- 12:03 AM Bug report #11664: Locking selected items button in print composer freeze too much.
- Thanks! Yes I know ... but for my users (usually 40-50 years old engineers) this change is impossible to understand ;...
- 11:42 PM Bug report #11664 (Closed): Locking selected items button in print composer freeze too much.
- A couple of things to note:
- While you can't select locked items in the composer canvas, you CAN select them using ... - 11:42 PM Bug report #11664 (Closed): Locking selected items button in print composer freeze too much.
- A couple of things to note:
- While you can't select locked items in the composer canvas, you CAN select them using ... - 10:42 PM Bug report #11664 (Closed): Locking selected items button in print composer freeze too much.
- Hi folks!
I have a problem with print composer. In QGIS 2.6 locking selected items button completely freeze objects (... - 11:11 PM Bug report #11562 (Closed): Crash after using memory data provider in python and adding the layer...
- Problem solved. It turned out that I had an old dependency installed on my system.
- 10:49 PM Revision 0b9e1f67 (qgis): [TRANSUP] some fixes and improvements for transifex including renamed a...
- Signed-off-by: Werner Macho <[email protected]>
- 09:27 PM Feature request #6039 (Closed): Line pattern fill should allow to change fill line style
- Implemented a few versions ago
- 09:27 PM Feature request #6039 (Closed): Line pattern fill should allow to change fill line style
- Implemented a few versions ago
- 09:24 PM Feature request #3267: NEW Symbology - Better handling of Fill style
- Should be safe to close this now - the available fill styles satisfy this request.
- 09:24 PM Feature request #3267: NEW Symbology - Better handling of Fill style
- Should be safe to close this now - the available fill styles satisfy this request.
- 09:22 PM Feature request #2807: Font symbols for fill patterns in polygons
- This is safe to close now, right?
- 05:32 PM Bug report #11662 (Closed): Missing translation files
- Fixed in changeset commit:"150aa53a633f4163497d640b967ba521d1568516".
- 02:40 PM Bug report #11662 (Closed): Missing translation files
- The commit:0b9e1f67 appears to break trunk build on OS X. See log in link below.
Build log: https://gist.github.com/... - 03:00 PM Bug report #11663 (Closed): Bad polygon simplification
- I've attached a small dataset and project which demonstrates incorrect polygon simplification to a bounding box.
Ste... - 02:58 PM Feature request #11661 (Closed): Map Composer Grid Labeling
- Duplicate of #9292
- 02:58 PM Feature request #11661 (Closed): Map Composer Grid Labeling
- Duplicate of #9292
- 02:25 PM Feature request #11661: Map Composer Grid Labeling
- Oliver Friedel wrote:
> It should be a feature request to add a Tool/Selection to do that ;)
from your description i... - 02:14 PM Feature request #11661: Map Composer Grid Labeling
- It should be a feature request to add a Tool/Selection to do that ;)
- 02:07 PM Feature request #11661 (Feedback): Map Composer Grid Labeling
- is this a question, a bug report or a feature request? cheers!
- 02:01 PM Feature request #11661 (Closed): Map Composer Grid Labeling
- For creating UTM maps I would like to only use the 5th and 4th last digit of the coordinates as label of the grid.
(e... - 01:55 PM Bug report #11657 (Closed): Ordinary kriging in SAGA not saving output grids
- the SAGA library were ordinary kriging belongs changed name from 2.0.8 to 2.1.*. Was geostatistics_kriging and now is...
- 01:55 PM Bug report #11657 (Closed): Ordinary kriging in SAGA not saving output grids
- the SAGA library were ordinary kriging belongs changed name from 2.0.8 to 2.1.*. Was geostatistics_kriging and now is...
- 03:58 AM Bug report #11657 (Feedback): Ordinary kriging in SAGA not saving output grids
- Are you sure you have used the correct parameters? If not (and this is quite likely), no output will be generated, an...
- 03:54 AM Bug report #11657 (Closed): Ordinary kriging in SAGA not saving output grids
- I am running QGIS 2.6.0 Brighton on a Mac Lion 10.7.5
When running the ordinary kriging module of SAGA from the Proc... - 01:44 PM Bug report #11659 (Feedback): field calculator mini dump
- tested (on Linux and qgis master)on a shape with a couple of millions records and went all fine.
More details are ne... - 07:55 AM Bug report #11659: field calculator mini dump
- Confirmed
- 05:21 AM Bug report #11659 (Closed): field calculator mini dump
- Hi,
if I try to calculate values from the field calculator of Processing, Qgis will give to me this error message (pl... - 01:40 PM Bug report #11660 (Feedback): Custom CRS
- cannot replicate on Linux and Windows, maybe is a OsX only thing.
- 10:44 AM Bug report #11660 (Closed): Custom CRS
- When using Settings > Custom CRS, the program returns the following error message:
The proj4 definition of ' * Gen... - 10:20 AM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- I'm also experiencing this issue with QGIS 2.6 and GDAL 1.11.1 on OS X. I installed both using homebrew with the osge...
- 07:08 AM Bug report #11267: Download Osm Data Fails if you open first a OpenLayers map
- For correct usage of the plugin, it is necessary to enable @on-the-fly-reprojection@ and project CRS set to EPSG:3857...
- 07:02 AM Feature request #11632: Support for colour picker in colour dialog under OSX
- Thank you so much Nyall. I still have QGIS 1.8 installed and I'm still using it for this purpose (colour picking) bec...
- 04:26 AM Bug report #11658 (Closed): use different colors for SVG markers in graduated / categorical symbols
- It is currently possible to modify the color of a SVG marker, but this color cannot be automatically assigned in grad...
- 02:01 AM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- Me too, the "remove" icon is easier to tell apart
- 01:53 AM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- !remove.png! with remove.svg
!delete.png! with delete.svg
!trash.png! with the trash can from iconfinder
I have a ... - 01:53 AM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- !remove.png! with remove.svg
!delete.png! with delete.svg
!trash.png! with the trash can from iconfinder
I have a ... - 01:53 AM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- !remove.png! with remove.svg
!delete.png! with delete.svg
!trash.png! with the trash can from iconfinder
I have a ... - 01:43 AM Feature request #11652 (Closed): Add support for Oracle and SQL Server to DB manager
- Duplicate of #9163
- 01:43 AM Feature request #11652 (Closed): Add support for Oracle and SQL Server to DB manager
- Duplicate of #9163
- 01:42 AM Feature request #9163: Extend DBManager to Oracle
- See also #11652 (extend also to SQL server, possibly other DBs).
- 01:11 AM Bug report #11654 (Feedback): qgis 2.6/master always saves shapefiles as "multi"
- please attach sample data.
- 01:11 AM Bug report #11654 (Feedback): qgis 2.6/master always saves shapefiles as "multi"
- please attach sample data.
2014-11-15
- 12:43 AM Bug report #11656 (Closed): Inconsistent icons
- We have inconsisten icons in different parts of QGIS UI:
# icons for "Add" action. For example in "Settings → Opti... - 12:27 AM Bug report #11655 (Closed): Incorrect tooltips in Composer map item properties
- In the *Overviews* section of the Composer _map item properties_, the tooltips for adding, deleting and arranging ove...
- 12:08 AM Bug report #11654 (Closed): qgis 2.6/master always saves shapefiles as "multi"
- *new description:*
qgis 2.6/master always saves shapefiles as "multi" (even shapes that have been just transformed to... - 11:28 PM Bug report #11648: Problems with sizes and letter-spacing in HTML-frames
- Posted a sample project.
It has 1 composer item "A4", with a label (rendered as html) and an HTML frame using Test.h... - 11:28 PM Bug report #11648: Problems with sizes and letter-spacing in HTML-frames
- Posted a sample project.
It has 1 composer item "A4", with a label (rendered as html) and an HTML frame using Test.h... - 11:28 PM Bug report #11648: Problems with sizes and letter-spacing in HTML-frames
- Posted a sample project.
It has 1 composer item "A4", with a label (rendered as html) and an HTML frame using Test.h... - 09:10 PM Bug report #11648: Problems with sizes and letter-spacing in HTML-frames
- Do you have a sample project or HTML you can share?
- 09:09 PM Feature request #11632: Support for colour picker in colour dialog under OSX
- Ok - thanks for the details. I'll leave this open for a developer experienced with OSX. I've no access to an OSX buil...
- 10:16 AM Feature request #11632: Support for colour picker in colour dialog under OSX
- Hi Nyall. The option it's endeed there but it's not working for the pipette picker also. It is not well implemented. ...
- 02:51 AM Feature request #11632: Support for colour picker in colour dialog under OSX
- That option exists - look in the options dialog for "use native color picker". Checking that will disable QGIS' color...
- 05:05 PM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- Here is two. They are both svgs so we can change the colour if needed.
- 05:05 PM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- Here is two. They are both svgs so we can change the colour if needed.
- 04:58 PM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- I have one I can attach. I will find it.
- 04:56 PM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- I see. So only a bin, no composite symbol ... Could work both in the attribute table and in the editing toolbar.
Do ... - 04:12 PM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- IMO the red bin is still better then anything with a more complex symbol. The proposed on still feels like a unselec...
- 03:33 PM Bug report #9604: Attribute table: the icons for "Unselect all" and "Delete selected features" ar...
- Please go ahead an replace the icon with Robert's new one #9604-26
- 02:36 PM Feature request #11652 (Closed): Add support for Oracle and SQL Server to DB manager
- Please, add support for Oracle and SQL server to DB manager. Without this, there is no simple way how to query/create...
- 01:03 PM Feature request #11651 (Open): Limit amount of fonts used in QGIS
- I would like it very much if I could choose a subset from all the fonts that are installed on my OS to be used in QGI...
- 11:16 AM Revision 4a4dc6bb (qgis): [QGIS-Server] Enhance config cache
- Add xmlDocument and server config in cache
xmlDocument and server config will be opened once for every requested W*S... - 09:59 AM Bug report #10784 (Closed): topology errors when digitizing
- 05:52 AM Bug report #10784 (Reopened): topology errors when digitizing
- Hi Giovanni, sorry for late answer - I've been on the road until now, mostly without internet. Digitizing works well ...
- 05:52 AM Bug report #10784 (Reopened): topology errors when digitizing
- Hi Giovanni, sorry for late answer - I've been on the road until now, mostly without internet. Digitizing works well ...
- 05:52 AM Bug report #10784 (Reopened): topology errors when digitizing
- Hi Giovanni, sorry for late answer - I've been on the road until now, mostly without internet. Digitizing works well ...
- 05:55 AM Revision 34e6a713 (qgis): Add note about QgsMapCanvas::refresh() behavior
- 05:54 AM Revision a6650e4b (qgis): Add note about QgsMapCanvas::refresh() behavior
- 05:39 AM Revision d91694a8 (qgis): [FIXED] #11572 Filter Legend By Map Content doesn't maintain point disp...
- The fix from https://github.com/qgis/QGIS/pull/1673 has to be enhance to have
something more generic.
This fix add ... - 05:19 AM Revision fda637b3 (qgis): Merge remote-tracking branch 'rldhont/filter_legend_displacement_point2'
- Conflicts:
src/core/qgsmaphittest.cpp - 03:53 AM Feature request #11650 (Feedback): Easy to Locate Software Licence for all plugins
- Anything that links or import GPL sw must be GPL.
Anyway, stating this explicitly would not be bad. - 01:07 AM Feature request #11650: Easy to Locate Software Licence for all plugins
- afaik the license of all plugins is gpl.
- 01:10 AM Bug report #11526: Vector layer "Save as..." fails with GDAL 1.11.1
- Jorge Munoz wrote:
> Ubuntu 14.04 and debian unstable use gdal 1.10.1
ubuntu official packages are in the ubuntugis ...
Also available in: Atom