Activity
From 2013-01-30 to 2013-02-28
2013-02-28
- 11:15 PM Revision d56ad404 (qgis): Old unmaintained OpenStreetMap support is dead. Long live new OpenStree...
- 10:30 PM Revision b15484cb (qgis): german translation update
- 10:08 PM Revision 7734cd3e (qgis): indentation update
- 09:21 PM Revision 84728d33 (qgis): Add file headers, do not report error in case there are no spatial tabl...
- 09:21 PM Revision 94f8f736 (qgis): OSM provider: make the looooooooooong lines that create triggers actual...
- 09:21 PM Revision 4512133f (qgis): [FEATURE] new OpenStreetMap data access API and GUI
- The idea is to replace the current OSM provider+plugin by this new code. Differences from old code:
- read-only acces... - 08:38 PM Revision 9dbd21a8 (qgis): MSSQL: Fix for reading 3D geometries (#6733)
- 06:16 PM Revision a6070dab (qgis): Updated icons for gis theme
- - added rotate feature icon
- changed add label action icon
- added offset curve action
- added add html (composer) icon - 06:11 PM Bug report #7256: Calculation of graduated symbology breaks is broken in master
- Attached pull request fixes break calculation:
https://github.com/qgis/Quantum-GIS/pull/449 - 06:09 PM Bug report #7256 (Closed): Calculation of graduated symbology breaks is broken in master
- Currently the calculation of Standard Deviation, Quantile and Natural Breaks is broken in master (probably since the ...
- 05:53 PM Revision c857313c (qgis): Merge pull request #435 from Oslandia/atlas
- [Atlas] Fix UI to be consistent with the use of QgsCollapsibleWidgets
- 04:55 PM Revision 13b362e5 (qgis): avoid gdalconst deprecation warning
- 02:55 PM Revision 12128802 (qgis): Merge pull request #446 from matthias-kuhn/diag-py-bindings
- Make diagram renderer (python bindings) more stable
- 02:33 PM Revision 4f397f2c (qgis): wms provider: also accept application/octet-stream as image content type
- 02:20 PM Bug report #7255 (Closed): Cannot edit ESRI FileGDB in QGIS 1.8 (Win7 via osgeo4w inst.)
- I can't start an editing session on an ESRI FileGDB.
I'm using Windows 7 64bit with QGIS 1.8 installed from the osge... - 02:16 PM Revision 73167010 (qgis): Make diagram renderer (python bindings) more stable
- 02:12 PM Bug report #7254 (Closed): MSSQL Provider should handle spatial tables with no FID columns
- Currently the driver refuses to load the layer
- 11:33 AM Revision a4d83139 (qgis): Handle plain/regexp mode for delimited text provider same as for preview
- 08:43 AM Revision f1a85a58 (qgis): add old/new scale comparison and emit scaleChanged only if new scale is...
- 04:06 AM Bug report #7253 (Closed): save problem on units DegreesMinutesSeconds
- when set "Layer units" of "Project properties" to "Degrees, Minutes, Seconds" and save the project ,
the "unit" sett...
2013-02-27
- 12:26 AM Bug report #6993: Saving MS SQL Layer to shapefile fails with dates/datetime
- Could you check whether the recent fix for #7249 could also solve this problem? I've tried with date type and it appe...
- 12:07 AM Bug report #7250: Crash when layers loaded using a python plugin and diagramRenderer
- Problem I described is solved as soon as pull request [1] get accepted.
[1]: https://github.com/qgis/Quantum-GIS/pul... - 11:56 PM Bug report #7250 (Feedback): Crash when layers loaded using a python plugin and diagramRenderer
- I executed the attached code in the python console on latest master.
The diagrams show up and I could not provoke a c... - 11:45 PM Bug report #7250 (In Progress): Crash when layers loaded using a python plugin and diagramRenderer
- A Blocker as it crashes.
But seems not to be a regression, as the bindings where not even present before. - 11:45 PM Bug report #7250 (In Progress): Crash when layers loaded using a python plugin and diagramRenderer
- A Blocker as it crashes.
But seems not to be a regression, as the bindings where not even present before. - 11:45 PM Bug report #7250 (In Progress): Crash when layers loaded using a python plugin and diagramRenderer
- A Blocker as it crashes.
But seems not to be a regression, as the bindings where not even present before. - 11:32 PM Bug report #7250 (Feedback): Crash when layers loaded using a python plugin and diagramRenderer
- Shouldn't we tag this as blocker as it is a regression? cheers!
- 08:42 PM Bug report #7250 (Closed): Crash when layers loaded using a python plugin and diagramRenderer
- I am writing a plugin that loads three layers from a set of text files. It loads them using code from the cookbook, a...
- 11:59 PM Bug report #7223: QgsVectorFileWriter fails in python
- Confirmed. setAttribute() by index or by field name don't work. Also I can't assign attribute values using...
- 08:59 PM Bug report #7223: QgsVectorFileWriter fails in python
- Well, I tried what you suggested, and the code now runs, but I get null in all my attributes......
- 11:30 PM Revision b5dc7788 (qgis): Merge pull request #445 from szekerest/master
- MSSQL: Fix for the problem with the length of the numeric fields (Fix #7249)
- 10:57 PM Revision f5d81aef (qgis): MSSQL: Fix for the problem with the length of the numeric fields (#7249)
- 10:10 PM Feature request #6059: add the ability to select character code when creating a new shape file
- I think no user selects ASCII-incompatible character encoding such as UTF-16 and UTF-32, to create shapefiles, becaus...
- 06:41 PM Revision 84db88ba (qgis): Rename QgsComposer::progressDialog
- - It's a busy indicator that doesn't track operation progress
- 06:24 PM Revision aa22c0e0 (qgis): Hide new composer when duplicating (loading template) as it is faster
- - Show busy indicator dialog
- Add busy indicator dialog method to QgsComposer - 06:06 PM Revision f9d9da34 (qgis): Merge pull request #444 from SrNetoChan/master
- Some translation changes to PT-pt
- 05:48 PM Bug report #7068: Joined table regressions
- Another test file is on #5761 (issue before the API merge). The project file in testdata.zip contains a shape layer j...
- 04:36 PM Feature request #7211: New splashscreen for QGIS
- I had have some time to work on it so I also reviewed the main logo
and I added it to the first comment !
Sorry if I ... - 08:27 AM Feature request #7211: New splashscreen for QGIS
- I think the vertical line is too thick by the logo, also too many fonts. By the way at what point are we dropping Qua...
- 02:30 PM Bug report #7249 (Closed): Saving MS SQL Layer to shapefile truncates integer columns to 4 bytes
- Fixed in changeset commit:"b5dc7788a1a2f04077c37c01b8c35b0acdec59bd".
- 01:53 PM Bug report #7249 (Closed): Saving MS SQL Layer to shapefile truncates integer columns to 4 bytes
- 12:22 PM Bug report #7240: Copy and Paste of Features does not work
- ok - I have to test again tomorrow at work. I don't have the project with me. Thank you both for testing!
Andreas - 12:07 PM Bug report #7240: Copy and Paste of Features does not work
- Giovanni Manghi wrote:
> Giovanni Manghi wrote:
> > It works here on master/ubuntu. Can you add a sample? cheers!
Wo... - 12:05 PM Bug report #7240: Copy and Paste of Features does not work
- Andreas Neumann wrote:
> Hi Giovanni,
>
> Did you also test with 2 Postgis Layers or just with shapes or spatialite?... - 12:05 PM Bug report #7240: Copy and Paste of Features does not work
- Giovanni Manghi wrote:
> It works here on master/ubuntu. Can you add a sample? cheers!
- 11:55 AM Bug report #7240: Copy and Paste of Features does not work
- Hi Giovanni,
Did you also test with 2 Postgis Layers or just with shapes or spatialite?
Andreas - 11:42 AM Bug report #7240 (Feedback): Copy and Paste of Features does not work
- It works here on master/ubuntu. Can you a sample? cheers!
- 11:46 AM Bug report #7244: Split multipolygon geometry fails
- The split works fine for me on a newly created DB and vector on qgis master.
On the other hand if the vector was cre... - 11:46 AM Bug report #7244: Split multipolygon geometry fails
- The split works fine for me on a newly created DB and vector on qgis master.
On the other hand if the vector was cre... - 11:46 AM Bug report #7244: Split multipolygon geometry fails
- The split works fine for me on a newly created DB and vector on qgis master.
On the other hand if the vector was cre... - 11:46 AM Bug report #7244: Split multipolygon geometry fails
- The split works fine for me on a newly created DB and vector on qgis master.
On the other hand if the vector was cre... - 11:46 AM Bug report #7244: Split multipolygon geometry fails
- The split works fine for me on a newly created DB and vector on qgis master.
On the other hand if the vector was cre... - 11:46 AM Bug report #7244: Split multipolygon geometry fails
- The split works fine for me on a newly created DB and vector on qgis master.
On the other hand if the vector was cre... - 08:18 AM Bug report #7244 (Closed): Split multipolygon geometry fails
- Hi,
Splitting multipolygon spatialite geometries does not work as expected.
I try to split a geometry with 2 patche... - 08:22 AM Feature request #6688: Refined and vectorized QGIS logo
- I would seriously consider getting a professional logo done and also a splashcreen, no need to be changing the splash...
- 07:29 AM Bug report #7243 (Closed): Default CRS for Georeferencing
- If a user wants to georeference a raster file by clicking points on the image and on the canvas, it is necessary to s...
- 05:23 AM Bug report #7241 (Closed): Border of vector feature visible even with no pen border
- When I do not want any style border for features, the map shows white lines between objects.
See the file attached
2013-02-26
- 12:32 AM Revision 7267c6e7 (qgis): [sextante] fixed PointsInPolygonWeighted and PointsLayerFromTable algor...
- 11:44 PM Bug report #7240 (Closed): Copy and Paste of Features does not work
- When copying and pasting features from one layer to another nothing happens.
Maybe a problem of the new Vector API?
... - 11:43 PM Revision af3245bb (qgis): Some translations
- 10:10 PM Revision e60891c2 (qgis): Add shift-click modifier to QgsCollapsibleGroupBox
- - Expands current group box on shift-click, then collapses any others in sync group
- 09:01 PM Feature request #7211: New splashscreen for QGIS
- Nice. Selfishly happy to see my refreshed logo proposal being used ;) That said, for the sake of consistency across t...
- 04:42 PM Feature request #7211: New splashscreen for QGIS
- I really like the way this is evolving. You might have to tweak it once we get a revised logo.
- 03:15 PM Feature request #7211: New splashscreen for QGIS
- I added a new version that has the message area on the left instead of center
and I removed the gradient on the botto... - 03:05 AM Feature request #7211: New splashscreen for QGIS
- The background is nice now, thanks for your work.
I am still not totally convinced by the fonts. Perhaps a 'serif' fo... - 02:32 AM Feature request #7211: New splashscreen for QGIS
- I updated the issue with the latest edited image.
I also added the SVG version. - 02:32 AM Feature request #7211: New splashscreen for QGIS
- I updated the issue with the latest edited image.
I also added the SVG version. - 06:41 PM Revision 37208dfb (qgis): Avoid crash where composer is deleted after spawning modal composer man...
- 06:41 PM Revision 0c777dd7 (qgis): Add unique title input dialog for new and duplicate composers
- - Allows user to title composer before creation (optionally based on existing composer titles)
- Helps limit duplicat... - 05:55 PM Revision 62e6b13d (qgis): Revert "[Atlas] Replace QgsCollapsibleGroupBoxBasic by QgsCollapsibleGr...
- This reverts commit 56e9fb3eba0dfaf8f02bb2ccb66eb0218066a8f3.
- 01:19 PM Revision 208c9206 (qgis): Reject features with empty geometry in QgsMapToolAddFeature
- 12:46 PM Revision 735577d3 (qgis): now passFileNames uses raster in case of writing.
- raster:::writeRaster supports any gdal formats (passFileNames and useRasterPackage)
and some other changes - 11:53 AM Revision 7e793025 (qgis): Fix placement of simple markers in cached images
- 09:11 AM Bug report #7239 (Closed): Metatools plugin, error when loading
- Unfortunately as 3rd party plugin, this is not the right place where to file a ticket for it.
You should look here
... - 09:11 AM Bug report #7239 (Closed): Metatools plugin, error when loading
- Unfortunately as 3rd party plugin, this is not the right place where to file a ticket for it.
You should look here
... - 08:00 AM Bug report #7239 (Closed): Metatools plugin, error when loading
- A time ago I reported a bug to the developer of Metatools, but haven't got any response. So I dare post it here. The ...
- 06:24 AM Feature request #7234: Copy and paste in the composer should remember position
- I made a pull request for this :
https://github.com/qgis/Quantum-GIS/pull/441 - 06:13 AM Feature request #7235: Add option to avoid users producing invalid topologies while digitising
- The worst consequence (crash) has been fixed here
#7225
but the user is not allowed anymore to digitize an adjacen... - 06:13 AM Feature request #7235: Add option to avoid users producing invalid topologies while digitising
- The worst consequence (crash) has been fixed here
#7225
but the user is not allowed anymore to digitize an adjacen... - 06:13 AM Feature request #7235: Add option to avoid users producing invalid topologies while digitising
- The worst consequence (crash) has been fixed here
#7225
but the user is not allowed anymore to digitize an adjacen... - 06:13 AM Feature request #7235: Add option to avoid users producing invalid topologies while digitising
- The worst consequence (crash) has been fixed here
#7225
but the user is not allowed anymore to digitize an adjacen... - 06:07 AM Bug report #7225: QGIS crashes after failed intersect removal
- Marco Hugentobler wrote:
> QgsMapToolAddFeature now rejects features with empty geometry and displays an error messag... - 04:20 AM Bug report #7225 (Closed): QGIS crashes after failed intersect removal
- QgsMapToolAddFeature now rejects features with empty geometry and displays an error message (208c9206ad972b96aef0fdfd...
- 05:58 AM Bug report #7229 (Feedback): Saving layers with records with no/empty geometries messes badly a v...
- with
commit:208c9206ad972b96aef0fdfdebd8012ffa120fe7
this is fixed.
I just wonder if there are other ways (other t... - 05:56 AM Bug report #5584 (Closed): QGIS crashes saving a vector with an empty geometry
- fixed with
commit:208c9206ad972b96aef0fdfdebd8012ffa120fe7 - 05:56 AM Bug report #5584 (Closed): QGIS crashes saving a vector with an empty geometry
- fixed with
commit:208c9206ad972b96aef0fdfdebd8012ffa120fe7 - 02:06 AM Bug report #7237 (Feedback): SLD dashed line
- have you tested qgis master?
- 02:06 AM Bug report #7237 (Feedback): SLD dashed line
- have you tested qgis master?
- 01:30 AM Bug report #7237 (Closed): SLD dashed line
- I have noticed in QGIS version 1.8 when you style line data as a simple line with other defined attributes and save i...
- 02:01 AM Bug report #7238 (Closed): Identify does not work anymore in qgis server master
- With qgis (server) master, the identify tool does not return any result on a published layer. In the qgis log I see
... - 01:24 AM Bug report #1963 (Reopened): "Ghost Lines" when using Anti-aliasing, polygons with shared boundar...
- Turning off "Make lines appear less jagged..." removes the thin lines on the screen but they still show when printing...
- 01:24 AM Bug report #1963 (Reopened): "Ghost Lines" when using Anti-aliasing, polygons with shared boundar...
- Turning off "Make lines appear less jagged..." removes the thin lines on the screen but they still show when printing...
- 01:24 AM Bug report #1963 (Reopened): "Ghost Lines" when using Anti-aliasing, polygons with shared boundar...
- Turning off "Make lines appear less jagged..." removes the thin lines on the screen but they still show when printing...
- 01:24 AM Bug report #1963 (Reopened): "Ghost Lines" when using Anti-aliasing, polygons with shared boundar...
- Turning off "Make lines appear less jagged..." removes the thin lines on the screen but they still show when printing...
- 01:24 AM Bug report #1963 (Reopened): "Ghost Lines" when using Anti-aliasing, polygons with shared boundar...
- Turning off "Make lines appear less jagged..." removes the thin lines on the screen but they still show when printing...
- 01:24 AM Bug report #1963 (Reopened): "Ghost Lines" when using Anti-aliasing, polygons with shared boundar...
- Turning off "Make lines appear less jagged..." removes the thin lines on the screen but they still show when printing...
2013-02-25
- 12:56 AM Bug report #6774: Export to PDF changes feature colours
- This bug is not present in ubuntugis.
- 05:52 AM Bug report #6774: Export to PDF changes feature colours
- I too have encountered this. The color in exported pdf files is correct only if "Print as raster" is checked in Qgis ...
- 05:52 AM Bug report #6774: Export to PDF changes feature colours
- I too have encountered this. The color in exported pdf files is correct only if "Print as raster" is checked in Qgis ...
- 12:18 AM Bug report #6840 (Reopened): Field names (display name) are not updated when encoding is changed
- The fix became disabled by the recent API change. I need fix again.
- 12:13 AM Revision 037f6013 (qgis): [sextante] fixed wrong import
- 12:05 AM Revision b1e7bf20 (qgis): [sextante] fix typo
- 09:55 PM Revision 8caa79ea (qgis): [sextante] deleted problematic help files
- 09:55 PM Revision 23a1b5dd (qgis): [sextante]modified problematic headers
- 09:32 PM Revision f3fa14ce (qgis): Merge pull request #440 from MatMatt/master
- [sextante] changed R command .libPaths to add and not substitute paths
- 06:12 PM Revision 148e7e1d (qgis): forgot rest of the files ;) now adding translator and adjusted scripts
- 06:10 PM Revision 220f2016 (qgis): added first malayam language commit. translator assumed and flag added
- 06:04 PM Bug report #7068: Joined table regressions
- Added a set of test data, which includes a Shapefile and two CSV files. One CSV file (fruits1.csv) has keys for join ...
- 06:04 PM Bug report #7068: Joined table regressions
- Added a set of test data, which includes a Shapefile and two CSV files. One CSV file (fruits1.csv) has keys for join ...
- 05:25 PM Revision aa4b291d (qgis): changed the R command behavior .libPaths() in RAlgorithm.py to add a .l...
- modifies the Advanced_Raster_histogramm.rsx in order to fully benefit from raster package RAM savety
- 04:18 PM Revision 6ee09f95 (qgis): Merge pull request #439 from mach0/master
- Added html help files to be installed in doc directory for OTB help
- 04:14 PM Feature request #7236 (Closed): Composer labels rendered as HTML should allow relative links
- Hi !
I think it would be really nice if composer labels rendered as HTML allowed relative links.
The base URL could... - 03:49 PM Revision 79d5fb35 (qgis): added help files in doc subdirectory to be installed
- 03:05 PM Revision f85d3ae7 (qgis): Merge pull request #438 from MatMatt/master
- [sextante] added quotation marks to make passFileNames work.
- 02:47 PM Revision cfb56a21 (qgis): added quotation marks to make passFileNames work
- 09:12 AM Bug report #4381: Saving a shape as DXF ("save as...") leads to corrupted files
- Giovanni Manghi wrote:
> I compiled on ubuntu GDAL master and then qgis master against it.
>
> The I opened the (the... - 08:44 AM Bug report #4381: Saving a shape as DXF ("save as...") leads to corrupted files
- I compiled on ubuntu GDAL master and then qgis master against it.
The I opened the (thematicmapping.org) world borde... - 09:10 AM Revision 56e9fb3e (qgis): [Atlas] Replace QgsCollapsibleGroupBoxBasic by QgsCollapsibleGroupBox (...
- 09:03 AM Revision 12edcdcb (qgis): Merge pull request #1 from dakcarto/atlas-ui
- [Atlas] Update spacing for atlas panel
- 08:27 AM Feature request #7235 (Open): Add option to avoid users producing invalid topologies while digiti...
- Attempts to remove intersections when digitising over invalid topologies lead to unexpected behaviour. See bug #7225 ...
- 08:03 AM Feature request #7234 (Closed): Copy and paste in the composer should remember position
- Hi !
Wouldn't it be nice if copy/pasted elements in the composer would also copy the position ? This way, after care... - 07:55 AM Bug report #7227: Identify Feature tool not showing any values
- Hilmy Hashim wrote:
> Did not see that. Great, thanks. Now, why did the column become wide?
because the dialog has b... - 06:09 AM Bug report #7227: Identify Feature tool not showing any values
- Did not see that. Great, thanks. Now, why did the column become wide?
- 03:58 AM Bug report #7227 (Closed): Identify Feature tool not showing any values
- you need to scroll horizontally the identify panel in order to see the results. See my screenshots.
- 03:58 AM Bug report #7227 (Closed): Identify Feature tool not showing any values
- you need to scroll horizontally the identify panel in order to see the results. See my screenshots.
- 03:58 AM Bug report #7227 (Closed): Identify Feature tool not showing any values
- you need to scroll horizontally the identify panel in order to see the results. See my screenshots.
- 03:58 AM Bug report #7227 (Closed): Identify Feature tool not showing any values
- you need to scroll horizontally the identify panel in order to see the results. See my screenshots.
- 01:35 AM Bug report #7227: Identify Feature tool not showing any values
- Some sample data as requested.
- 02:34 AM Feature request #7231 (Closed): Include the min/max scale information in the GetProjectSettings
- This is a follow up of #7214, "disable the layers when outside the "scale dependent rendering" range".
2013-02-24
- 12:41 AM Bug report #4381: Saving a shape as DXF ("save as...") leads to corrupted files
- Hi,
Did you recently test with current master? I believe it should be fixed now. You also need the most recent OGR t... - 09:20 PM Revision 5ac7d036 (qgis): [FEATURE] Add duplicate function to composer manager and composer ui
- - Addresses feature request #7203
- Add actions to composer that trigger main app's, instead of referencing
- Allows ... - 09:07 PM Feature request #7203 (Closed): Ability to create a new print composer by duplicating an existing...
- Larry, working great. On the user experience side of things, there is a delay (for me a 2-5seconds) when duplicating ...
- 09:07 PM Feature request #7203 (Closed): Ability to create a new print composer by duplicating an existing...
- Larry, working great. On the user experience side of things, there is a delay (for me a 2-5seconds) when duplicating ...
- 09:07 PM Feature request #7203 (Closed): Ability to create a new print composer by duplicating an existing...
- Larry, working great. On the user experience side of things, there is a delay (for me a 2-5seconds) when duplicating ...
- 05:34 PM Feature request #7203: Ability to create a new print composer by duplicating an existing one thro...
- Well, that must have been the fastest ever implemented feature request :) thanks. Will give it a try as soon as it's ...
- 12:28 PM Feature request #7203 (Feedback): Ability to create a new print composer by duplicating an existi...
- Hi,
This has been implemented in commit commit:5ac7d03
Please test, thanks. - 12:28 PM Feature request #7203 (Feedback): Ability to create a new print composer by duplicating an existi...
- Hi,
This has been implemented in commit commit:5ac7d03
Please test, thanks. - 05:42 PM Bug report #6184: Map canvas does not update after "paste style"
- Larry, confirmed fixed. There is however a small issue left unresolved, which is and isn't directly link to this. Whe...
- 05:40 PM Bug report #6410: expanded layer collapses when clicking on the 'ok' or 'apply' buttons from the ...
- Good news everyone! Clicking on Apply or Ok from the Layer Property window doesn't collapse layer items anymore.
The... - 04:42 PM Revision 3e6c803f (qgis): [sextante]Replaced provider.crs() by layer.crs(). Fixed memory layer usage
- 04:42 PM Revision ce8d79cc (qgis): [sextante]deleted ftool_utils
- 04:42 PM Revision 724506dc (qgis): [sextante] added autofilling on double-click in batch processing dialog
- Other minor changes
- 04:42 PM Revision e394fc13 (qgis): [sextante]Changed how SAGA installation is checked
- 04:42 PM Revision 10999cfa (qgis): [sextante] improved handling of ParameterCrs
- 04:42 PM Revision 7e1f58fc (qgis): [sextante] minor changes in algorithms and some code cleaning
- 04:42 PM Revision 2c00099c (qgis): [sextante] changes in R interface
- 04:42 PM Revision 42672e56 (qgis): [sextante] added new modeler-only tools
- 04:42 PM Revision ffa56d01 (qgis): [sextante] changed statisticByCategories, so now it does not depend on ...
- 04:42 PM Revision cd0253af (qgis): [sextante]Improvements in batch processing interface and in the simplif...
- 04:42 PM Revision 630745ba (qgis): [sextante] commented out loadfromDict method
- 04:42 PM Revision 2890dfd5 (qgis): [sextante] changed saga cmdname method and modified merge raster algori...
- 02:44 PM Bug report #7225: QGIS crashes after failed intersect removal
-
> However, it would be so much safer if users were digitising by default with an option switched on that rejects al... - 08:49 AM Bug report #7225: QGIS crashes after failed intersect removal
- Ideally (and I do so wish that I could offer to do the work on this) I think QGIS should reject an addition to the at...
- 08:29 AM Bug report #7225: QGIS crashes after failed intersect removal
- possible duplicate of #5584
see also #7229 - 08:02 AM Bug report #7225: QGIS crashes after failed intersect removal
- Duncan Golicher wrote:
> This layer causes a crash (sometimes) when another polygon is drawn. The close down is unpre... - 07:47 AM Bug report #7225: QGIS crashes after failed intersect removal
- This layer causes a crash (sometimes) when another polygon is drawn. The close down is unpredictable with the latest ...
- 06:33 AM Bug report #7225: QGIS crashes after failed intersect removal
- Duncan Golicher wrote:
> I am using the latest (nightly) build that I installed this morning at 11 am on Ubuntu.
> Th... - 06:25 AM Bug report #7225: QGIS crashes after failed intersect removal
- I am using the latest (nightly) build that I installed this morning at 11 am on Ubuntu.
The close down/freeze up beha... - 05:43 AM Bug report #7225: QGIS crashes after failed intersect removal
- Duncan Golicher wrote:
> No, it is not fixed in the master, unless there are changes that are
> not yet included in t... - 05:13 AM Bug report #7225: QGIS crashes after failed intersect removal
> I could post an example layer,
please do, because with my own tests I get no crash (qgis master on ubuntu). Indee...- 05:03 AM Bug report #7225: QGIS crashes after failed intersect removal
- No, it is not fixed in the master, unless there are changes that are
not yet included in the nightly build for Ubuntu... - 10:50 AM Revision eb64c074 (qgis): small help file change
- 10:19 AM Bug report #777: crashes with python reference to destroyed objects (e.g exportToWkt() crashes wh...
- Fix in "pull request !#436":https://github.com/qgis/Quantum-GIS/pull/436
Not sure if it's the best way to do it.
May... - 09:37 AM Bug report #7227: Identify Feature tool not showing any values
- Hi, I cannot confirm here, also with the docked identify window. Can you please attach sample data? thanks!
Hilmy ... - 09:24 AM Bug report #7227: Identify Feature tool not showing any values
- I have tried with several layers, they are the same. They are Ok in 1.8. I have included a screenshot.
The docked I... - 08:29 AM Bug report #7227: Identify Feature tool not showing any values
- cannot confirm here, can you share sample data? thanks.
- 08:28 AM Bug report #7229 (Closed): Saving layers with records with no/empty geometries messes badly a vector
- This ticket is a follow up of #5584
In that ticket an issue that caused crashes in qgis 1.8/1.7.4 (but not 1.6) was ... - 07:59 AM Feature request #7211: New splashscreen for QGIS
- I like the idea of squared corners too.
As to the overall design, there is too much going on for me right now. So m... - 07:06 AM Bug report #5584 (Feedback): QGIS crashes saving a vector with an empty geometry
- Marco Hugentobler wrote:
> Code wise, it is no problem to skip the feature. I don't know how it is from a user perspe... - 07:06 AM Bug report #5584 (Feedback): QGIS crashes saving a vector with an empty geometry
- Marco Hugentobler wrote:
> Code wise, it is no problem to skip the feature. I don't know how it is from a user perspe... - 07:06 AM Bug report #5584 (Feedback): QGIS crashes saving a vector with an empty geometry
- Marco Hugentobler wrote:
> Code wise, it is no problem to skip the feature. I don't know how it is from a user perspe... - 03:49 AM Bug report #4592 (Closed): Incorrect PRJ file for EPSG:27200 NZGD49 / New Zealand Map Grid
- Current Version of Qgis Master writes the following .prj file:...
- 03:49 AM Bug report #4592 (Closed): Incorrect PRJ file for EPSG:27200 NZGD49 / New Zealand Map Grid
- Current Version of Qgis Master writes the following .prj file:...
- 03:26 AM Bug report #7228: Incorrect return on boundingbox one-liner
- dr - wrote:
> Known workaround. But it is not clear why one-line approach doesn't work.
I think the comment nr1 of t... - 03:18 AM Bug report #7228: Incorrect return on boundingbox one-liner
- Salvatore Larosa wrote:
> This workaround avoid the problem;
Known workaround. But it is not clear why one-line appr... - 02:19 AM Bug report #7228: Incorrect return on boundingbox one-liner
- it seems related to #777, although I don't get any crash !
This workaround avoid the problem;... - 01:41 AM Bug report #7228 (Feedback): Incorrect return on boundingbox one-liner
- is this a regression since 1.8?
- 01:37 AM Bug report #7228 (Closed): Incorrect return on boundingbox one-liner
- * Open vector layer;
* Select any features;
* Run python console and try to perfom the following command:
>>>geom =...
2013-02-23
- 09:43 PM Revision 547d5689 (qgis): adding some licenses and copyrights to sextante
- 07:01 PM Bug report #7227 (Closed): Identify Feature tool not showing any values
- The Identify Feature tool is not showing any attribute values in the latest master, only the atribute names. The attr...
- 02:50 PM Revision 0dce1857 (qgis): Replace saving done dialog with message bar
- 12:59 PM Bug report #7226: All attempts to specify a project, layer or default coordinate reference system...
- Charles Petersen wrote:
> I looked for other .qgis folders on my entire 1TB hard drive, but found none. After confirm... - 12:32 PM Bug report #7226: All attempts to specify a project, layer or default coordinate reference system...
- I looked for other .qgis folders on my entire 1TB hard drive, but found none. After confirming that there was no .qgi...
- 11:24 AM Bug report #7226: All attempts to specify a project, layer or default coordinate reference system...
- I think you might be right. I will check for the .qgis folder elsewhere in my system. Right now, however, I'm reinsta...
- 11:16 AM Bug report #7226: All attempts to specify a project, layer or default coordinate reference system...
- Charles Petersen wrote:
> I will reinstall the program, although I must say I have already done that. I assume that Q... - 11:09 AM Bug report #7226: All attempts to specify a project, layer or default coordinate reference system...
- I will reinstall the program, although I must say I have already done that. I assume that QtCore4.dll is a QGIS module.
- 11:04 AM Bug report #7226: All attempts to specify a project, layer or default coordinate reference system...
- try re-installing the program?
something seems wrong with
Fault Module Name: QtCore4.dll - 10:56 AM Bug report #7226: All attempts to specify a project, layer or default coordinate reference system...
- Thanks for the feedback. I moved the .qgis folder to a flash drive,d restarted QGIS, and attempted to specify a CRS b...
- 10:28 AM Bug report #7226 (Feedback): All attempts to specify a project, layer or default coordinate refer...
- try (backup) and remove the .qgis folder.
What is the attached .exe file? - 10:09 AM Bug report #7226 (Closed): All attempts to specify a project, layer or default coordinate referen...
- All attempts to specify a project, layer or default coordinate reference system (CRS)from any available menu or dialo...
- 10:52 AM Feature request #7213: Turn layer classes on/off with a checkbox
- Stefano Costa - wrote:
> And, most importantly, is it too late for being included in the 2.0 roadmap?
I don't think ... - 10:47 AM Feature request #7213: Turn layer classes on/off with a checkbox
- Seems like the TOC is waiting for a major update :-)
Is it possible to outline a plan for adding all these features?... - 09:29 AM Bug report #7225: QGIS crashes after failed intersect removal
- if this issue was caused by this
#5584
then it has been fixed in master, please test and report back. - 09:24 AM Bug report #7225: QGIS crashes after failed intersect removal
- From what I see in the PDF you are using qgis 1.8. Please try if with master the crash still happen, of yes please at...
- 09:15 AM Bug report #7225 (Feedback): QGIS crashes after failed intersect removal
- This happens on QGIS 1.8 *and* master or just 1.8? Can you attach sample data? Can you post the error message you get...
- 09:07 AM Bug report #7225 (Closed): QGIS crashes after failed intersect removal
- If a user attempts to use the avoid intersection feature when digitising over a polygon with topological errors the n...
- 03:16 AM Revision cd3cd943 (qgis): Fix #6184, canvas doesn't refresh after pasting layer style
- 02:23 AM Revision 9517c0e3 (qgis): [Atlas] Update spacing for atlas panel
2013-02-22
- 07:17 PM Bug report #7223: QgsVectorFileWriter fails in python
- Yeah the API has changed in master. Try this:...
- 06:58 PM Bug report #7223 (Closed): QgsVectorFileWriter fails in python
- Using the code from the QGIS python cookbook, QgsVectorFileWriter fails, as shown below. Has the API changed? This co...
- 06:18 PM Bug report #6184 (Closed): Map canvas does not update after "paste style"
- Fixed in changeset commit:"cd3cd9433e8988e62720401402c5841db08d7a12".
- 08:39 AM Bug report #6184: Map canvas does not update after "paste style"
- confirmed on master.
- 03:05 PM Revision 34e6b9a2 (qgis): [Atlas] Fix UI to be consistent with the use of QgsCollapsibleWidgets
- 01:33 PM Bug report #7217: graduated classes are altered when saved to qgs
- conversion to Double seems to be done here:
[[https://github.com/qgis/Quantum-GIS/blob/master/src/core/symbology-ng/q... - 09:05 AM Bug report #7217: graduated classes are altered when saved to qgs
- It could be simple to solve since same problem occured with WMS bounds and scales:
here are some revisions solving th... - 08:56 AM Bug report #7217: graduated classes are altered when saved to qgs
- QML and mapinfo tab are also concerned
- 08:34 AM Bug report #7217 (Closed): graduated classes are altered when saved to qgs
- confirmed on both 1.8 and master dc074b3.
when classifying continuous numerical data (shp - field type; real ; leng... - 09:43 AM Feature request #7213: Turn layer classes on/off with a checkbox
- Yet another nice feature would be to allow user change class' symbol directly from TOC
- 08:27 AM Feature request #7213: Turn layer classes on/off with a checkbox
- another killer feature would be the possibility to *select* features by selecting a symbology class in the TOC. I thi...
- 04:53 AM Feature request #7213: Turn layer classes on/off with a checkbox
- +1, that feature is extremely desired.
- 04:08 AM Feature request #7213 (Closed): Turn layer classes on/off with a checkbox
- As per http://gis.stackexchange.com/questions/25759/switch-classes-on-off-within-shapefile-in-qgis-1-8?rq=1 it would ...
- 08:49 AM Bug report #7220 (Closed): QGIS server error message when searching >1 word
- In the QGIS web client try set up a simple search, then try search for two words separated by a space. A message will...
- 08:22 AM Bug report #6625: Classes in Natural Braeks (Jenks) Symbology
- Yes, confirmed here, and it looks like a n / n-1 array bounds error.
Needs to be confirmed again in 1.9 when classif... - 08:16 AM Bug report #7191: Broken modes in graduated renderer classification (master regression)
- Confirmed on OSGEO4W dc074b3
- 02:54 AM Revision 24ea8b2c (qgis): Merge pull request #433 from 3nids/pg_hstore
- added hstore and inet fields to postgres provider
- 02:39 AM Revision 857f8493 (qgis): da60fe fixes #7071
- 02:31 AM Revision da60fe1c (qgis): block vector layer signals when updating attribute values from field ca...
- 02:21 AM Revision b4e7228b (qgis): german translation update
2013-02-21
- 12:23 AM Feature request #3989 (Feedback): PostgreSQL hstore support
- 10:08 PM Feature request #3989: PostgreSQL hstore support
- Should be solved in commit:8176da04f28682b4a7ab4f396c91186ea8f614da
- 12:02 AM Bug report #7212 (Closed): WFS client is broken
- WFS client is not working. It connects to a WFS service and it seems to get the data (it takes longer when the layer ...
- 11:45 PM Revision ee4cb3d8 (qgis): Remove namespace prefix from typename in QgsGml
- 11:45 PM Revision d190b231 (qgis): Some wfs servers don't like srsname in DescribeFeatureType request (tic...
- 11:38 PM Revision a788b0d9 (qgis): adding some function help files for field calculator, thanks to Zoltan ...
- 09:58 PM Revision a71946c1 (qgis): Fix duplication of main app's Window and Help menu to composers for Mac
- 09:57 PM Revision 417e1190 (qgis): Followup to be3bad3
- - Simpler means of bringing composer windows to front, if manager dialog is going to be closed
- 05:57 PM Revision e9035d7e (qgis): WGIS WFS Server : GeoJSON Fid has to be a String
- Adding "\"" befaore and after the fid for the GeoJSOn format.
- 05:42 PM Bug report #7071 (Closed): Field calculator regression - does not update all features
- Fixed in changeset commit:da60fe
- 05:40 PM Bug report #7071: Field calculator regression - does not update all features
- The problem is that changeAttributeValue ignores the @emitSignal@ parameter and therefore triggers the attribute tabl...
- 05:41 PM Bug report #7190 (Reopened): Cell values in attribute table aren't refreshed after column delete ...
- 05:32 PM Bug report #7190 (Closed): Cell values in attribute table aren't refreshed after column delete ro...
- 05:02 PM Revision 8176da04 (qgis): added hstore and inet fields to postgres provider
- 02:46 PM Bug report #5210 (Closed): QGIS freezes when editing via WFS-T
- Should be fixed in master branch d190b2316b25b6c30e3416a61cf5542d1fd6e227
- 02:46 PM Bug report #5241 (Closed): WFS client does not work anymore with Geoserver
- Should be fixed in master branch d190b2316b25b6c30e3416a61cf5542d1fd6e227
- 01:07 PM Feature request #7211 (Closed): New splashscreen for QGIS
- As I said in my mail [1] (meanwhile I done some changing), I'd like to see a new splash screen on start up of QGIS,
s... - 12:12 PM Revision 5718a481 (qgis): debian packaging update
- 11:20 AM Revision b54c75ce (qgis): Protect point and line pattern symbol layer from eating too much memory
- 10:02 AM Revision eea57cfc (qgis): fix debian builds
- 09:42 AM Revision 6f378682 (qgis): Make "Layer - New" accesible from QgsInterface, update GPS importer
- plugin (fix #7202)
- 09:22 AM Revision 64c9a4de (qgis): different icons for GPS importer and Create new GPX layer (fix #6860)
- 05:16 AM Bug report #7209 (Closed): WCS client seems broken
- When trying to use the WCS client on qgis master and Ubuntu 12.04 I get crashes or error messages or the layer are ad...
- 04:46 AM Feature request #7208 (Closed): replace the "merge shapefiles" code with new more efficient one (...
- The "merge shapefiles" tool is very inefficient, when applied to hundreds/thousands of shapes the progress bar barely...
- 03:25 AM Bug report #7205 (Closed): Build pyramids - not building pyramids
- 03:09 AM Bug report #7205 (Feedback): Build pyramids - not building pyramids
- 03:09 AM Bug report #7205: Build pyramids - not building pyramids
- if is a sextante issue, please file it under sextante. Cheers!
- 03:02 AM Bug report #7205: Build pyramids - not building pyramids
- That isn't supposed to be a strike-through. but a "- >" (without space)
- 03:02 AM Bug report #7205 (Closed): Build pyramids - not building pyramids
- Using master - 5ed164a on Windows 7 32bit.
- I have a TIF file which has no pyramids.
- Using the SEXTANTE Toolbox -... - 03:18 AM Bug report #7206 (Closed): Raster Calculator doesn't work with spaces in layer names
- Using Master 5ed164a
This seems like quite a bad one because it appears to work but actually doesn't give feedback t... - 02:08 AM Bug report #7204: QGIS server (master) fails to cascade layers from Tilecache WMS servers
- By Andreas suggestion I give the ticket to Marco and add as watcher Jürgen.
- 02:04 AM Bug report #6696: Raster calculator - "in memory raster"
- Also occurs in master
- 01:39 AM Revision 51edf52d (qgis): Add Print Composers submenu to new Composer menu in composer
- - Remove QgisApp::instance() usage in favor of already available passed in pointer to QgisApp
2013-02-20
- 12:46 AM Bug report #7204 (Closed): QGIS server (master) fails to cascade layers from Tilecache WMS servers
- With QGIS 1.8 I'm able to create a project with layers from a tileacache server and then serve them as normal WMS lay...
- 12:44 AM Feature request #6860 (Closed): AddGPX icon is used for both GPS tools and Create New GPX layer
- Fixed in changeset commit:"64c9a4dec44e8f3dd4aa93674cc56b3b2409f531".
- 11:54 AM Feature request #6860: AddGPX icon is used for both GPS tools and Create New GPX layer
- For GPX Tools
http://trac.osgeo.org/osgeo/changeset/10021
For new layer
http://trac.osgeo.org/osgeo/changeset/10026
... - 12:44 AM Feature request #7202 (Closed): Make the "Layer"->"New" menu accessible from the QGisInterface cl...
- Fixed in changeset commit:"6f378682b05536076a01af8476c91dfbbcc3d405".
- 01:58 PM Feature request #7202: Make the "Layer"->"New" menu accessible from the QGisInterface class and m...
- Thanks for the icon, Robert. The ticket is not about that, however :)
Still open. - 01:40 PM Feature request #7202: Make the "Layer"->"New" menu accessible from the QGisInterface class and m...
- Done in
http://trac.osgeo.org/osgeo/changeset/10026 - 01:12 PM Feature request #7202 (Closed): Make the "Layer"->"New" menu accessible from the QGisInterface cl...
- The title is self-explaining. Some plugin actions should be put to the Layer->New submenu (New GPX Layer, New Memory ...
- 12:24 AM Bug report #7180 (Feedback): Opening a project crashes QGIS
- does it happen with the latest master?
- 11:20 PM Bug report #7167: Scale box input doesn't get converted to 1:xxxx
- Not sure what you mean, but scales "1234" and "1:1234" is not the same to me. Neither is "0.001" and "1000".
- 07:49 AM Bug report #7167: Scale box input doesn't get converted to 1:xxxx
- Pull request https://github.com/qgis/Quantum-GIS/pull/430 fixes this for all cases. 1:2000, 2000, 2000:1
- 09:54 PM Revision 0e9717ba (qgis): Fix WFS loading with geoserver layers
- 09:24 PM Revision ace41834 (qgis): Merge pull request #432 from matthias-kuhn/fix-vector-layer-signals
- Fix: emit committedFeaturesAdded and committedFeaturesRemoved
- 09:11 PM Revision 6355e9be (qgis): Run prepare-commit on qgscomposer.cpp
- 09:10 PM Revision f28ca596 (qgis): Add binding to iface for action to show composer manager
- 09:09 PM Revision 6e2f6133 (qgis): Add New and Manager actions to new Composer menu in composer
- 08:34 PM Revision ad7deec5 (qgis): Fix: emit committedFeaturesAdded and committedFeaturesRemoved
- 08:10 PM Revision be3bad3e (qgis): Fix #7196, composer manager doesn't close when showing a chosen composer
- - Fix zoom-to-full when composer window is shown
- 05:38 PM Feature request #7203 (Closed): Ability to create a new print composer by duplicating an existing...
- It would be nice for the Composer Manager to allow for the creation of a new print composer based on an existing comp...
- 05:32 PM Revision 9aa865e0 (qgis): Implement moving of snapped features together with the snap line
- 03:07 PM Bug report #5861 (Reopened): Vector menu and Sextante -> ftools behaving inconsistently
- I'm with this same problem in QGIS 1.8 on Windows 7.
I've tested now with the master version compiled in the last we... - 01:20 PM Revision 717918d7 (qgis): Improve handling of snap lines
- 01:05 PM Bug report #7071: Field calculator regression - does not update all features
- Just ran into this today. This is a significant regression.
When trying to update a simple integer field with 946 _s... - 11:11 AM Bug report #7196 (Closed): Strange behaviour of Print manager popup
- Fixed in changeset commit:"be3bad3e55cb8684a5f05c02566b6bea431e9352".
- 11:03 AM Bug report #7196: Strange behaviour of Print manager popup
- it happens an all platforms, Windows included.
- 10:54 AM Bug report #7196 (Closed): Strange behaviour of Print manager popup
- At least on Gnome3 and OSX, probably on other DE, when clicking on Composer Manager, then on the desired layout, the ...
- 10:51 AM Bug report #7195 (Closed): Print layout: Transparency as %
- Inj print layout: I think the scale more obvious for the user should be in percentage (0-100%) instead of 0-255, as i...
- 10:49 AM Bug report #7194 (Closed): Print layout: tab partially shown
- When starting a new layout, the item properties tab is not shown entirely, and it has to be enlarged.
There are thre... - 10:41 AM Revision d6cd228e (qgis): attempt to fix crash when changing symbols in graduated renderer
- 10:32 AM Bug report #7129 (Closed): QgsCollapsibleGroupBox auto saves its collapsed state
- 10:30 AM Bug report #7193 (Closed): Equal Intervals and Pretty Breaks modes of Graduated Renderer don't wo...
- Observed in both: 1.8 and Master. With equal intervals, the same behaviour is observed in both: old and new symbologi...
- 10:18 AM Revision 69f96f37 (qgis): Updates to composer window
- - Split composer toolbar into many
- Rename File menu to Composer - because the composer isn't a "file" - 07:09 AM Feature request #7192 (Closed): system specific location of qgis settings
- (couldn't reopen #1442)
Use a system-specific location for QGIS plugins and other generated user support files (IO... - 06:57 AM Bug report #7118 (Closed): Please use "Transparency" throughout
- 03:58 AM Bug report #7118: Please use "Transparency" throughout
- Seems to be fixed now. Can we close?
- 06:35 AM Bug report #7169: qgis master messes up table of attributes when deleting columns
- "Pull request !#431":https://github.com/qgis/Quantum-GIS/pull/431 will fix this.
In case the pull request gets reject... - 06:19 AM Bug report #7169: qgis master messes up table of attributes when deleting columns
- Is caused by attributes not being a map, but a list and removal in ascending order...
- 05:27 AM Bug report #7169: qgis master messes up table of attributes when deleting columns
- See also #7190
- 05:02 AM Bug report #7169: qgis master messes up table of attributes when deleting columns
- Confirmed when removing multiple columns at once.
For example: try to remove first two columns. Actually 1st and 3rd... - 05:57 AM Bug report #7185 (Feedback): Ftools - Check geometry Validity
- Can you test qgis master? it works fine here.
- 05:55 AM Bug report #7191 (Closed): Broken modes in graduated renderer classification (master regression)
- Graduated symbol classification only works with Equal Interval and Pretty Breaks.
Neither Quantile, Natural Breaks ... - 05:46 AM Bug report #7190: Cell values in attribute table aren't refreshed after column delete rollback (r...
- Yes, it's a regression ( thanks, I was just searching for this ticket to add the regression status :) )
- 05:46 AM Bug report #7190: Cell values in attribute table aren't refreshed after column delete rollback (r...
- Yes, it's a regression ( thanks, I was just searching for this ticket to add the regression status :) )
- 05:42 AM Bug report #7190 (Feedback): Cell values in attribute table aren't refreshed after column delete ...
- Hi Borys, is this a regression? cheers!
- 05:26 AM Bug report #7190 (Closed): Cell values in attribute table aren't refreshed after column delete ro...
- When removing columns in attribute table, all following columns move left and it works ok. Then, if I rollback the ch...
- 04:32 AM Bug report #6817 (Closed): Qgis crashes while trying to edit a symbol in "graduated symbology"
- Fixed in commit:d6cd228e5e12c28b348cf471a21daf2fdca389b5
- 04:32 AM Bug report #6817 (Closed): Qgis crashes while trying to edit a symbol in "graduated symbology"
- Fixed in commit:d6cd228e5e12c28b348cf471a21daf2fdca389b5
- 03:38 AM Revision cc0c2b18 (qgis): Fix crash when loading a project that hits a group box with 'collapse' set
- 03:22 AM Feature request #7188 (Closed): Some user friendly additions to Batch Execution
- First of all - a cool feature!
Even cooler by:
1) Make a "Copy row" button - often the rows will be very much alike ... - 01:28 AM Bug report #7181: QGIS Server: Rectangles are not printed to PDF with getPrint command
- I believe that the rectangle is drawn, but the border, which was previously black is now white and therefore I did no...
2013-02-19
- 11:48 PM Bug report #7167: Scale box input doesn't get converted to 1:xxxx
- I think this is the right behaviour. If you want 1:2000, it's easy to write. If you want 2000:1 it is also easu to wr...
- 11:39 PM Bug report #7185 (Closed): Ftools - Check geometry Validity
- Une erreur est apparue lors de l'exécution du code python :
Hello,
When I close the tool "geometry Validity Check" I... - 11:33 PM Revision 0fbea191 (qgis): german translation update
- 10:59 PM Revision 69a919d7 (qgis): debian packaging fix
- 08:07 PM Revision 24ba638a (qgis): Make QSPATIALITE optional, but still include it in osgeo4w and debian p...
- 07:23 PM Bug report #4076: Hanging on trying to use --snapshot option from command line
- This seems to work on master... If I leave off extents + height/width qgis creates a default 800 x 600 png image.
- 07:07 PM Bug report #7169: qgis master messes up table of attributes when deleting columns
- I could not replicate this. By open a shape, you mean shapefile?
- 06:59 PM Bug report #7107: rasters with decimal values don't display correctly in QGIS 1.9
- can you attach a subset of the original image here?
- 06:33 PM Revision 9768b13c (qgis): [FEATURE] postgres provider: optionally skip columns without geometry t...
- 03:37 PM Bug report #7178: qgis master does not load attributes from some file formats
- Confirmed for more formats:
kml, gml, geojson, csv (and maybe more) via the usual Add (ogr) vector layer
gpx - also ... - 02:05 PM Revision 1c2b025a (qgis): Fix copy paste bug
- 01:58 PM Revision 4d868886 (qgis): Compute min/max on demand in gdal provider
- 01:30 PM Revision 2a2465ee (qgis): Add available sql drivers to Mac bundled app
- 12:09 PM Revision 314c783b (qgis): Revert "Enable topological editing on first TopoGeometry layer creation"
- This reverts commit edecf385fddd7d166e134023057998612af6ad58.
The correct way to do this is by hooking on the editin... - 11:45 AM Revision 90461f29 (qgis): Snap to arbitrary snap lines
- 11:10 AM Revision edecf385 (qgis): Enable topological editing on first TopoGeometry layer creation
- I'm not sure this is an acceptable behavior, but I'm sure users
do want to edit TopoGeometry layers in a topological ... - 10:28 AM Revision 77afb165 (qgis): Fix some compiler warnings
- 10:28 AM Revision bb57cf4b (qgis): replaced "opacity" by "transparency" in the composer GUI
- 10:28 AM Revision a8822089 (qgis): Add syncGroup to CollapsibleGroupBoxes
- 10:28 AM Revision 0f0c9811 (qgis): Update composer ui files
- - Add section headers (should be moved to app stylesheet, and custom label or container class made)
- Enable map grid... - 10:28 AM Revision 2d4220bb (qgis): Update of composer item's GUI
- 10:18 AM Revision a645f43f (qgis): Updates to QgsCollapsibleGroupBoxBasic
- - Use title instead of checkbox to define QgsCollapsibleGroupBox offset
- Fix error when group box has form layout wi... - 10:04 AM Revision a86622b3 (qgis): fix #7179
- 09:25 AM Bug report #7182 (Closed): On linux QGIS freezes 1/2/3... times before allowing download waypoint...
- On Linux to allow QGIS (GPSBABEL) "speak" with a Garmin USB gps unit (in my case a gpsmap 60c) it is needed to fix a ...
- 09:06 AM Revision 99dfce16 (qgis): added malayalam language on request
- 08:13 AM Bug report #7181 (Closed): QGIS Server: Rectangles are not printed to PDF with getPrint command
- This may be some side-effect of some of the recent changes in the print composer.
If you draw a rectangle in the pri... - 04:01 AM Revision e33bd25c (qgis): Merge pull request #418 from dakcarto/cmake_stagedplugins-optmz_2
- Update stage-installed plugins CMakeLists.txt
- 02:12 AM Bug report #7180: Opening a project crashes QGIS
- The culprit is the layer:...
- 01:46 AM Bug report #7180 (Closed): Opening a project crashes QGIS
- The attached project causes QGIS to crash. Tested on several machines, several versions of QGIS (including 1.8 and cu...
- 01:00 AM Bug report #7179 (Closed): Singleparts to multipart - Ftools
- Sorry.
This problem happened to me last week and I'm not able to reproduce it since I restarted.
2013-02-18
- 12:09 AM Bug report #7179 (Feedback): Singleparts to multipart - Ftools
- Can you attach sample data? thanks.
- 12:09 AM Bug report #7179 (Feedback): Singleparts to multipart - Ftools
- Can you attach sample data? thanks.
- 12:09 AM Bug report #7179 (Feedback): Singleparts to multipart - Ftools
- Can you attach sample data? thanks.
- 12:05 AM Bug report #7179 (Closed): Singleparts to multipart - Ftools
- Hello,
I 'have a problem with tool "Singleparts to multipart" :... - 11:48 PM Bug report #7178 (Closed): qgis master does not load attributes from some file formats
- attached a sample, open in it in 1.8 (waypoints) and you will see the records, open in in master, empty.
Maybe are a... - 07:40 PM Bug report #7099: print composer's legend item improperly calculates its right-side box spacing
- I believe this regressed as part of commits which implemented the nice legend's multicolumn feature.
- 05:08 PM Revision dc074b39 (qgis): Always use topological editing if using avoid intersection (where possi...
- 02:00 PM Bug report #7177 (Closed): Composer's legend "all" button does not take "lock layers" into account
- Hi !
When you hit the "all" button in a ComposerLegend's widget, the legend displays all visible layers from the mai... - 01:54 PM Revision cb1f5c3e (qgis): Show snap lines in ruler mouse move event
- 01:50 PM Revision ee96d381 (qgis): fix build with older Qt
- 12:39 PM Revision 22256906 (qgis): fix imports (addresses #7176)
- 10:53 AM Revision d31b8380 (qgis): disable SEXTANTE algorithms that require 3rd party Python modules
- 10:42 AM Revision 9abb7c40 (qgis): add CMakeLists.txt to SEXTANTE tools directory
- 10:38 AM Revision 31a9021b (qgis): Improve coordinate display
- 10:33 AM Revision b9be97d5 (qgis): debian packaging fix
- 10:21 AM Bug report #4880 (Feedback): "add feature" tool (for polygons) + "avoid intersection" is inconsis...
- Marco Hugentobler wrote:
> The small gaps appear because of numerical problems, see geos-devel list (http://lists.osg... - 08:17 AM Bug report #4880: "add feature" tool (for polygons) + "avoid intersection" is inconsistent when i...
- The small gaps appear because of numerical problems, see geos-devel list (http://lists.osgeo.org/pipermail/geos-devel...
- 09:51 AM Revision 75ae3e63 (qgis): new language file on request: welcome Cambodia
- 08:44 AM Revision 33808af7 (qgis): add missed directory to CMakeLists.txt
- disable StatisticsByCategories algorithm because it requires 3rd party
Python module scipy - 08:17 AM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
- The small gaps appear because of numerical problems, see geos-devel list (http://lists.osgeo.org/pipermail/geos-devel...
- 07:32 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- After '@sudo apt-get install python-psycopg2@', QGIS loaded fine. Not sure whether it's an appropriate dependency so ...
- 07:24 AM Bug report #7176 (Reopened): sextante plugin doesn't load anymore from build tree
- I had a similar bug with ImportError: no module named tools. I updated, and now I'm getting "ImportError: No module n...
- 07:24 AM Bug report #7176 (Reopened): sextante plugin doesn't load anymore from build tree
- I had a similar bug with ImportError: no module named tools. I updated, and now I'm getting "ImportError: No module n...
- 04:11 AM Bug report #7176 (Closed): sextante plugin doesn't load anymore from build tree
- Confirmed
- 04:11 AM Bug report #7176 (Closed): sextante plugin doesn't load anymore from build tree
- Confirmed
- 04:11 AM Bug report #7176 (Closed): sextante plugin doesn't load anymore from build tree
- Confirmed
- 03:42 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- Should be fixed with commit:22256906d7
- 03:31 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- Alex: still no dice after commit:d31b838
ImportError: No module named scipy - 02:05 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- python-matplotlib took me a step forward, but isn't enough: ImportError: No module named tools
Could algs be disable... - 01:52 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- I think this algs should be disabled because this introduces additional dependency from 3rd party Python module
- 01:47 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- Sandro Santilli wrote:
> Oops, reading the backtrace may be useful... It ends with:
>
> ImportError: No module na... - 01:45 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- Oops, reading the backtrace may be useful... It ends with:
ImportError: No module named matplotlib.pyplot
Do you... - 01:42 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- I found and removed ~/.qgis/python/plugins/sextante and rebuilt from scratch (wiping out the whole build directory) b...
2013-02-17
- 12:28 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- After removing SEXTANTE folder from /usr/local/share/qgis/python/plugins I still can load SEXTANTE when running QGIS ...
- 12:21 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- Yes, /usr/local/share/qgis/python/plugins does look like a system wide location.
Wipe that out if you can.
I guess ... - 12:15 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- Sandro Santilli wrote:
> Fails here with commit:8f25bcf -- can it be you have sextante installed system-wide ?
Hmm..... - 12:10 AM Bug report #7176: sextante plugin doesn't load anymore from build tree
- Fails here with commit:8f25bcf -- can it be you have sextante installed system-wide ?
- 11:48 PM Bug report #7176: sextante plugin doesn't load anymore from build tree
- Works fine here with latest master. Maybe this was related to missed directory in CMakeLists file, I've just fixed this
- 11:35 PM Bug report #7176: sextante plugin doesn't load anymore from build tree
- This error may be an old one: #6639
- 11:34 PM Bug report #7176 (Closed): sextante plugin doesn't load anymore from build tree
- Couldn't load plugin 'sextante' from ['/home/strk/.qgis//python/plugins/pyarchinit/modules/gui', '/home/strk/.qgis//p...
- 12:27 AM Revision 8f25bcfd (qgis): fix #7172
- 11:49 PM Bug report #6812 (Closed): Label direction symbol not quoted on save ?
- I just tried again and can confirm that:
1. the "greater-than" symbol isn't quoted (also confirmed by Larry above)
... - 11:49 PM Bug report #6812 (Closed): Label direction symbol not quoted on save ?
- I just tried again and can confirm that:
1. the "greater-than" symbol isn't quoted (also confirmed by Larry above)
... - 01:20 AM Bug report #6812 (Open): Label direction symbol not quoted on save ?
- 11:49 PM Bug report #6639: Qgis can not load sextante while starting
- Should work now
- 11:36 PM Bug report #6639: Qgis can not load sextante while starting
- See also #7176
- 11:41 PM Bug report #6646: Save style as: second popup after save
- I just tried again and I confirm it still happens. This is indeed with old symbology (it's the style of layers create...
- 01:27 AM Bug report #6646: Save style as: second popup after save
- I have seen this, but just with the old symbology.
- 01:24 AM Bug report #6646 (Open): Save style as: second popup after save
- 11:14 PM Revision 72755256 (qgis): [sextante] added tools to ease creating unit test for algorithms
- 11:14 PM Revision 7c671014 (qgis): [sextante] improved toolbox and modeler to better use classification by...
- 11:14 PM Revision 329062b8 (qgis): [sextante] Log file is now read backwards and limited to a fixed number...
- 11:14 PM Revision 5fead9fb (qgis): [sextante]minor fixes and added new R script examples
- 11:14 PM Revision 1314d4cc (qgis): cleaned SEXTANTE/SAGA algorithms
- 11:14 PM Revision 67c68d0a (qgis): addded new SEXTANTE python algorithms
- 11:14 PM Revision 3aadcfa0 (qgis): improved management of tables in SEXTANTE
- 10:21 PM Revision d8ec492d (qgis): fix #7172 and #7174
- 10:15 PM Revision 55425047 (qgis): [FEATURE] add qspatialite sql driver plugin
- 06:42 PM Revision b7583290 (qgis): Consider multiple pages for ruler scale
- 06:02 PM Revision 46628027 (qgis): Store reference to composition in ruler to get page info
- 01:25 PM Bug report #7175 (Closed): fTools - Clip not working
- fixed in commit:d8ec492dec
- 01:25 PM Bug report #7175 (Closed): fTools - Clip not working
- fixed in commit:d8ec492dec
- 06:18 AM Bug report #7175 (Closed): fTools - Clip not working
- Hi,
Clip is not working when clicking ok button in latest master...stacktrace below.
Debug: src/core/qgsmessagelog.c... - 01:23 PM Bug report #7174 (Closed): fTools - Symmetrical Difference not working
- fixed in commit:d8ec492dec
- 01:23 PM Bug report #7174 (Closed): fTools - Symmetrical Difference not working
- fixed in commit:d8ec492dec
- 02:46 AM Bug report #7174 (Closed): fTools - Symmetrical Difference not working
- Symmetrical Difference do not do anything on clicking ok button in latest master. Log given below..
rror[1] An error... - 01:21 PM Bug report #7172 (Closed): fTools - Intersect not working
- Fixed in changeset commit:"d8ec492dec2f25d79ce9e9f8a8458ba8b2eef13b".
- 02:22 AM Bug report #7172 (Closed): fTools - Intersect not working
- Hi,
The intersect geoprocessing tool is no longer working in latest master. Pressing the OK button does nothing. Log... - 12:01 PM Revision 4aaed2a5 (qgis): WMS identify format preference order: Html,Feature,Text
- 11:48 AM Revision db95b469 (qgis): Html identify result print fix
- 11:10 AM Revision ddaded8e (qgis): fix #7171
- 06:56 AM Feature request #6664: Add PostGIS Layers dialog stops processing as soon as a user confirms a se...
- Sorry, I didn't understand what the feedback state meant.
This issue is not a support request. I am aware of the sto... - 01:24 AM Feature request #6664 (Closed): Add PostGIS Layers dialog stops processing as soon as a user conf...
- closing for the lack of feedback.
- 01:24 AM Feature request #6664 (Closed): Add PostGIS Layers dialog stops processing as soon as a user conf...
- closing for the lack of feedback.
- 02:11 AM Bug report #7171 (Closed): ftools - ConvexHull not working
- Fixed in changeset commit:"ddaded8ebb602b2a2ca3c068974c71ef40b99545".
- 01:59 AM Bug report #7171 (Closed): ftools - ConvexHull not working
- Convex Hull is not working with the latest master version. Nothing happens when I click on the ok button. Traceback b...
- 01:36 AM Feature request #6447 (Closed): Geometry tools can only store in shp format
- closing for the lack of feedback - apparenty fixed in current SEXTANTE.
- 01:36 AM Feature request #6447 (Closed): Geometry tools can only store in shp format
- closing for the lack of feedback - apparenty fixed in current SEXTANTE.
- 01:29 AM Feature request #879 (Open): Add 'Help contents' in different languages
- 01:23 AM Bug report #6778 (Closed): New SpatiaLite layers not shown
- closing for the lack of feedback
- 01:23 AM Bug report #6778 (Closed): New SpatiaLite layers not shown
- closing for the lack of feedback
- 01:20 AM Bug report #6786 (Closed): Poor handling of float nodata value
- closing for the lack of feedback
- 01:20 AM Bug report #6786 (Closed): Poor handling of float nodata value
- closing for the lack of feedback
- 01:19 AM Bug report #6810 (Closed): QGIS crashes importing delimited text
- closing for the lack of feedback.
- 01:19 AM Bug report #6810 (Closed): QGIS crashes importing delimited text
- closing for the lack of feedback.
- 01:19 AM Bug report #6810 (Closed): QGIS crashes importing delimited text
- closing for the lack of feedback.
- 01:16 AM Feature request #6813 (Closed): no dashes lines in print composer legend
- ckosed for lack of feedback
- 01:16 AM Feature request #6813 (Closed): no dashes lines in print composer legend
- ckosed for lack of feedback
- 01:14 AM Bug report #6911 (Open): qgis evaluate raster settings from canvas situation don't use original r...
- 01:11 AM Bug report #6990 (Open): pyspatialite: some spatialite functions not recognised
2013-02-16
- 12:34 AM Bug report #6984 (Closed): NVIZ stopped to work under Linux
- works again, not sure if/when/how was fixed.
- 12:34 AM Bug report #6984 (Closed): NVIZ stopped to work under Linux
- works again, not sure if/when/how was fixed.
- 12:15 AM Bug report #6981: "formatted numbers" option does not work if field is part of a label expression
- this is a new feature in master not working as expected.
- 02:24 PM Bug report #7170 (Closed): adding a postgis layer with "select at id" unchecked result in no reco...
- It affects qgis master, if the option is left checked then no issues.
- 02:09 PM Bug report #7169 (Closed): qgis master messes up table of attributes when deleting columns
- Open a shape in both qgis 1.8 and master.
Toggle editing and from the table of attributes dialog hit the "delete col... - 11:48 AM Bug report #7167: Scale box input doesn't get converted to 1:xxxx
- I would say that is a bug and a regression.
- 11:48 AM Bug report #7167: Scale box input doesn't get converted to 1:xxxx
- I would say that is a bug and a regression.
- 11:45 AM Bug report #7167 (Closed): Scale box input doesn't get converted to 1:xxxx
- In version 1.8 when you type a scale input into the scale box it automatically converts to 1:xxxx (the number you typ...
- 11:44 AM Bug report #7166 (Closed): raster resampling does not work when reprojection is on.
- Happens even if the raster is not actually reprojected, is just enough to have OTFR on. Tested on QGIS master.
As a ... - 11:27 AM Revision 7fb46498 (qgis): also optionally apply SHAPE_ENCODING to layer creation (fixes #5911)
- 11:03 AM Revision 6a2bd62c (qgis): added searching of colorramps in style manager
- 04:30 AM Bug report #7165 (Closed): Linefeed in SVG not read in composer
- When I load an SVG into the composer that contains a text with more than one line the text is rendered in the same li...
- 03:28 AM Bug report #5911: Language Driver ID in dbf file of new shapefile
- Thank you very much.
- 02:28 AM Bug report #5911 (Closed): Language Driver ID in dbf file of new shapefile
- Fixed in changeset commit:"7fb46498c9fb3c14a2d0b0fcc8e634dba2f1cade".
- 01:52 AM Bug report #5911 (Reopened): Language Driver ID in dbf file of new shapefile
- I've noticed that the garbling occurs when saving Spatialite/PostGIS layer to Shapefile. The above fix means that if ...
- 02:28 AM Bug report #6500 (Closed): Language Encoding very broken in 1.8 Lisboa
- Fixed in changeset commit:"7fb46498c9fb3c14a2d0b0fcc8e634dba2f1cade".
2013-02-15
- 07:55 PM Revision f22c62a8 (qgis): fix #7160
- 07:44 PM Revision b630692c (qgis): quote closing parens within column names (fixes #7159)
- 06:33 PM Bug report #7062: Print composer does not display attribute table and html frame
- I confirm also in QGis master, 424cc89 revision (15-02-2013)
it's a regression. - 04:33 PM Revision c036e7e1 (qgis): Merge pull request #428 from schmandr/master
- Add support for 1bit PNG format to QGIS Server WMS
- 02:26 PM Revision 2e84efaf (qgis): Add support for 1bit PNG format to QGIS Server WMS
- 10:49 AM Bug report #7160 (Closed): PostGIS datasource selector shows unexistent fields in the "Primary Ke...
- Fixed in changeset commit:"f22c62a891e4bd209d58c97f2d1e0a902dcae487".
- 08:08 AM Bug report #7160: PostGIS datasource selector shows unexistent fields in the "Primary Key" select...
- The bug is unrelated to the kind of table, it happens even if I drop that table.
Also, I've upgraded to current maste... - 07:43 AM Bug report #7160 (Closed): PostGIS datasource selector shows unexistent fields in the "Primary Ke...
- I have tables with only geometry fields, called:
"a", "b", "a+b", "b-a", "a+(b-a)"
The "Add PostGIS Layers" UI win... - 10:44 AM Revision c1527af3 (qgis): also fix loading checkbox state from settings
- 10:37 AM Bug report #7159 (Closed): PostGIS geometry columns with parens in field name not supported
- Fixed in changeset commit:"b630692c747bb102ae8e1cc549b4aaa92a0c7447".
- 08:41 AM Bug report #7159: PostGIS geometry columns with parens in field name not supported
- At time of
@
emit addDatabaseLayers( mSelectedTables, "postgres" );@
The @mSelectedTables@ correctly contains t... - 08:13 AM Bug report #7159: PostGIS geometry columns with parens in field name not supported
- Console log shows:
@
ERROR: column "A+(B-A" of relation "marcobug" does not exist@
The first bogus trace in the log... - 08:09 AM Bug report #7159: PostGIS geometry columns with parens in field name not supported
- The problem persists with current master (commit:c036e7e)
- 07:40 AM Bug report #7159 (Closed): PostGIS geometry columns with parens in field name not supported
- I've a table with a geometry field named "A+(B-a)" but qgis refuses to open it with the message:
@
dbname='strk' por... - 08:48 AM Revision af7d5124 (qgis): fix handling of TAB delimiter in delimited text plugin
- 02:20 AM Bug report #7158 (Rejected): Virus in the current version 1.8.0-2
- Yes, it is. Please let your antivirus know and correct their bug.
- 02:20 AM Bug report #7158 (Rejected): Virus in the current version 1.8.0-2
- Yes, it is. Please let your antivirus know and correct their bug.
- 02:15 AM Bug report #7158: Virus in the current version 1.8.0-2
- Looks like it is picking something in the GRASS package. Pretty sure it would be a false positive.
- 02:00 AM Bug report #7158 (Rejected): Virus in the current version 1.8.0-2
- In the latest QGIS version either standalone or OSGeo4W my antivirus detect a trojan.
I can't download QGIS unless ... - 01:09 AM Bug report #7156 (Closed): Vector geometry simplification works only if project CRS matches layer...
- Steps to reproduce:
* make a shapefile in one CRS
* digitize a line
* change project CRS and enable OTFR
* try to use...
2013-02-14
- 11:58 PM Feature request #6820 (Closed): Request to update CRS info to newest EPSG
- 09:45 PM Feature request #6820: Request to update CRS info to newest EPSG
- This issue might be related with post-installation process. cyssync worked fine when it was run manually or run in ne...
- 05:14 PM Revision 5f8e9e13 (qgis): Show ruler marker for cursor position
- 04:48 PM Revision 38c52145 (qgis): Better placement for y-coordinate labels
- 04:40 PM Revision 049fb235 (qgis): Read composer from xml considers rulers
- 11:54 AM Revision 1a1dde1a (qgis): Fix calculation of ruler y-coordinates
- 11:51 AM Revision 7e03e56b (qgis): Don't draw view frame (alignment with ruler widgets)
- 03:16 AM Bug report #6083: Corrupt datastore upon edit
- The problem I described was probably caused by the GeoTools library instead of QGis. (http://jira.codehaus.org/browse...
2013-02-13
- 12:50 AM Revision 424cc89d (qgis): ocispatial: require OCI library
- 08:08 PM Revision 4d912c30 (qgis): Add collapse toggling synchronization on Alt-click of title to QgsColla...
- 11:53 AM Bug report #7121 (Closed): Problem in displaying GRASS raster
- yes, it was fixed in qgis master.
- 11:53 AM Bug report #7121 (Closed): Problem in displaying GRASS raster
- yes, it was fixed in qgis master.
- 05:05 AM Bug report #7121: Problem in displaying GRASS raster
- With QGIS 1.9 it's ok.
- 08:53 AM Revision 1924ecce (qgis): fix windows build
- 04:09 AM Bug report #7152 (Closed): Bug in Raster Calculator
- I try to mask and extract an erea from a raster file (DEM) but the exported file was an empty file with no values in ...
2013-02-12
- 10:45 PM Revision f29b5583 (qgis): Make measure tool dialogs stay on top of other windows during operation
- - Not tested with X11, may need Qt::X11BypassWindowManagerHint too
- 10:43 PM Revision c8ca3761 (qgis): Add collapse toggling synchronization to QgsCollapsibleGroupBoxBasic
- - Holding Alt modifier key when toggling collapsed state will synchronize the toggling across other boxes with the sa...
- 04:03 PM Revision df412ece (qgis): Merge pull request #427 from matthias-kuhn/rubberband-doc
- Documentation update for QgsRubberband
- 04:00 PM Revision 42dad857 (qgis): Documentation update for QgsRubberband
- 11:47 AM Revision 8e11e5f9 (qgis): Merge pull request #422 from Oslandia/atlas
- Feature sorting and filtering for atlas generation
- 11:38 AM Revision b45d8cb0 (qgis): Snap to paper items and consider multipage compositions when showing sn...
- 09:50 AM Feature request #6820: Request to update CRS info to newest EPSG
- It seems that during post-installation crscync doesn't work correctly.
Here I attached setup.log.full for your diggi... - 09:39 AM Feature request #6820: Request to update CRS info to newest EPSG
- It turns out that this is nothing to do with EPSG updating. It seems that this issue is related with crssync.
Pleas... - 07:43 AM Bug report #6747 (Closed): split feature fails on a closed line
- Fixed in c90870d09594fc1d19fe30b2a8f40a1c049347b9
- 07:08 AM Bug report #7140: QGIS seg faults when removing a GRASS vector (or even when "zoom to layer" or e...
- Tilman Brock wrote:
> Can not confirm this on 1.8.0 running on windows 7 x64. Opening the project, opening the attrib... - 06:44 AM Bug report #7140: QGIS seg faults when removing a GRASS vector (or even when "zoom to layer" or e...
- Can not confirm this on 1.8.0 running on windows 7 x64. Opening the project, opening the attribute table for the (onl...
- 03:27 AM Bug report #7140: QGIS seg faults when removing a GRASS vector (or even when "zoom to layer" or e...
- It will happen even if zooming or opening the table of attributes.
- 05:04 AM Feature request #7150 (Open): Create a 'project template' via the 'Save project As' menu
- I heard about 'template projects', and found out that I was supposed to create a normal project in my .qgis/project_t...
- 04:24 AM Revision f4c5bc8a (qgis): Split QgsCollapsibleGroupBox into basic class and subclass that auto-sa...
- - Split authored by Etienne Tourigny
- Add Q_PROPERTY declarations to make some class properties settable for promote... - 03:29 AM Bug report #7148 (Closed): Cannot remove vectors from GRASS mapset
- Using the GRASS browser, removing a vector from the mapset with the proper button simply does nothing.
2013-02-11
- 12:55 AM Feature request #6820: Request to update CRS info to newest EPSG
- See also http://lists.osgeo.org/pipermail/qgis-developer/2013-February/024347.html
- 10:58 AM Revision 4fe2074d (qgis): missed comma
- 09:49 AM Revision 8970a1fd (qgis): fix issues with non-ASCII filenames in GDALTools, thanks to Evgenia for
- pointing on this problem
- 09:38 AM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- Here is a patch with 2 classes, including Q_PROPERTY stuff. I haven't updated nor tested sip though.
Sorry I'll be a... - 06:02 AM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- It might be easier to just disable saving the state for the groupboxes in the composer, to avoid any bugs and make li...
- 08:04 AM Feature request #7145: Show layer groups in "identifiable layers" and "snapping options" panels
- Denis Rouzaud wrote:
> I don't know where is this "identifiable layers" but it might be good to do the same thing for... - 07:59 AM Feature request #7145: Show layer groups in "identifiable layers" and "snapping options" panels
- I don't know where is this "identifiable layers" but it might be good to do the same thing for snapping options.
- 05:48 AM Feature request #7145 (Open): Show layer groups in "identifiable layers" and "snapping options" p...
- On large projects the layers are very often organized in groups.
So when you open "identifiable layers" if groups ar... - 06:48 AM Revision 2de2f232 (qgis): Limit canvas redraws when working with vector layer undo stack
- - Fix unreported bug where clicking on group in legend would clear previously selected vector layer's undo stack
- En... - 06:48 AM Revision dd1bb457 (qgis): Use new vector edit macro support to batch Show/Hide Label tool's opera...
- 06:48 AM Revision 8feb84af (qgis): Update vector layer edits rollback method and app rollback actions
- - Make optional whether edit buffer is deleted
- Returns optional functionality where rollback was similar to setting... - 06:35 AM Bug report #7093: Curved labels ignore "Always show upside-down labels"
- Hi Larry,
Thanks for your feedback. Meanwhile, I will find a workaround. - 06:32 AM Bug report #7146 (Open): DB manager does not remove Spatialite indexes and entry in "spatialite_h...
- The same issue seems to affect also the browser.
Add a ector to a SL datasource, and select to create also a spati... - 05:24 AM Bug report #7144 (Closed): Resampling does not work (anymore?) for WMS layers
- I believe it is a regression because it used to work, anyway would be a new feature that is not working as expected (...
- 04:58 AM Bug report #7142 (Closed): Style manager is only accessible from the "single symbol" renderer
- ... not from the other renderers.
- 03:44 AM Bug report #7141 (Closed): "loaded layer" dropdown in GRASS modules is not more updated when laye...
- Open a GRASS mapset and load a bunch of non GRASS layers in QGIS.
Then open a module like v.in.ogr.qgis or r.in.gdal... - 03:36 AM Bug report #7140 (Closed): QGIS seg faults when removing a GRASS vector (or even when "zoom to la...
- Attached a simple GRASS mapset and qgis project. Try remove the vector layer from the project (or even do a "zoom to ...
- 03:11 AM Bug report #6887 (Closed): GdalTools: support non-ascii path for Windows
- Fixed in recent commits. Thank you!
- 02:53 AM Bug report #7139 (Closed): Wrong "no data" transparency in palletted rasters
- In QGIS master it seems that the transparency of no data values is handled in the wrong way.
Open the attached raste... - 02:28 AM Bug report #7138 (Closed): Missing icon in raster symbology properties
- See attached image. It does not have a tooltip, so I cannot say what is the function of that button.
- 02:16 AM Bug report #7080: Master version crashes when loads 1.8 project
- Salvatore Larosa wrote:
> Giovanni Manghi wrote:
> > Salvatore, I would tag this a regression, do you agree? cheers!
...
2013-02-10
- 11:08 PM Revision ba2082ef (qgis): [FEATURE] allow filter expressions in value relations (and fix display ...
- 09:08 PM Revision d70c0b2e (qgis): german translation update
- 08:46 PM Revision d8952d33 (qgis): wms: improve xsd/gml detection on getfeatureinfo
- 07:20 PM Revision a98ed43b (qgis): wms: catch service exception on GetFeatureInfo and use feature extent i...
- 07:18 PM Bug report #7071: Field calculator regression - does not update all features
- Simple steps to reproduce issue:
1. load the attached shapefile (inside randompoints.shapefile.zip)
2. open the attri... - 05:54 PM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- > Solution would be to set the settings key to a unique value, possibly <frame id>/widget/parent.
Actually, you'd al... - 05:29 PM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- Etienne Tourigny wrote:
> I've managed to replicate the problem, which is due to the fact that there are the same con... - 04:00 PM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- I think that the composer bug should be treated separately from the main issue, which is having a means to set the or...
- 02:40 PM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- Thanks for you answers.
I like the two classes solution too ! I'd suggest calling the complete one QgsPersistentColl... - 01:07 PM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- Etienne Tourigny wrote:
> ...
> Another option would be to have 2 classes, one that is the widget itself (ay QgsColla... - 12:39 PM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- I mostly agree with Larry. Existing functionality should not be changed, we have worked quite a bit on this.
Another... - 11:49 AM Bug report #7133 (Closed): GetFeatureInfo doesn't seem work with text/html responses
- aperi2007 - wrote:
> But still qgis is not reporting nothing in a GetFeatureInfo request.
QGIS now catches the servi... - 11:49 AM Bug report #7133 (Closed): GetFeatureInfo doesn't seem work with text/html responses
- aperi2007 - wrote:
> But still qgis is not reporting nothing in a GetFeatureInfo request.
QGIS now catches the servi... - 05:58 AM Bug report #7133: GetFeatureInfo doesn't seem work with text/html responses
- Hi,
I resolve the problem for the wrong wms server response.
It is explained in the ticket #7135.
It was a wrong re... - 04:47 AM Bug report #7133: GetFeatureInfo doesn't seem work with text/html responses
- I check the log from a server wms.
Seem the qgis is doing a wrong request.
I open a more specific ticket.
- 03:02 AM Bug report #7133: GetFeatureInfo doesn't seem work with text/html responses
- QGIS now prefers @ogr/gml@ responses (commit:50d4bb6d). The server advertise that format in it's capabilities, but a...
- 03:02 AM Bug report #7133: GetFeatureInfo doesn't seem work with text/html responses
- QGIS now prefers @ogr/gml@ responses (commit:50d4bb6d). The server advertise that format in it's capabilities, but a...
- 02:11 AM Bug report #7133: GetFeatureInfo doesn't seem work with text/html responses
- if is a regression is blocker.
- 06:55 AM Bug report #7135 (Closed): QGIS on getFeatureInfo wrong GML request
- 05:30 AM Bug report #7135: QGIS on getFeatureInfo wrong GML request
- Hi,
I remove the "ogr/gml" format from the server settings.
Now the GetCapabilities will give this options:
<GetFea... - 05:13 AM Bug report #7135: QGIS on getFeatureInfo wrong GML request
- Also the request should do on the same reference system of the canvas not always in the epsg:4326.
- 05:11 AM Bug report #7135: QGIS on getFeatureInfo wrong GML request
- I check the GetCapabilities.
It report this availables formats.
<GetFeatureInfo>
<Format>text/gml</Format>
<Forma... - 04:55 AM Bug report #7135 (Closed): QGIS on getFeatureInfo wrong GML request
- Hi,
qgis-dev is doing a wrong GML request on GetFeatureInfo.
I see the request is doing qgis is this:
http://web.r... - 03:52 AM Bug report #7134 (Closed): new labels are not saved in qml as they were old labels
- With old labels/symbology the labels were saved with other symbology stuff inside th qml style file. The new labels a...
2013-02-09
- 11:14 PM Bug report #7133 (Closed): GetFeatureInfo doesn't seem work with text/html responses
- I'm testing the new qgis-dev (commit:19f0666)
I noticed that @GetFeatureInfo@ requests fail on a wms server.
I trie... - 10:59 PM Revision 19f06660 (qgis): fix #7125
- 10:00 PM Revision d4fcc6d2 (qgis): Add option to show canvas refresh event in Log Message panel
- - In Options at bottom of Rendering tab
- Useful for debugging excessive refreshes from userspace without having to b... - 08:59 PM Revision 92cbf8f5 (qgis): ftools api update (fixes #7130)
- 01:59 PM Bug report #7125 (Closed): QgsVectorLayer::getFeatures returns no features if ExactIntersect and ...
- Fixed in changeset commit:"19f06660dab2a426506ca84a7287aafe659b0df2".
- 01:23 PM Bug report #7125: QgsVectorLayer::getFeatures returns no features if ExactIntersect and NoGeometr...
Jürgen Fischer wrote:
> Larry Shaffer wrote:
> > Sorry, double-checked. The tested layer's source is a shapefile, no...- 12:32 PM Bug report #7125: QgsVectorLayer::getFeatures returns no features if ExactIntersect and NoGeometr...
- Larry Shaffer wrote:
> Sorry, double-checked. The tested layer's source is a shapefile, not PostGIS. Will test with s... - 12:34 PM Bug report #7127 (Closed): Error when saving project with memory layers
- After some more testing, it is not QGIS, but the MemoryLayerSaver plugin. Moving issue to that tracker.
- 12:02 PM Revision 80240d80 (qgis): Merge pull request #424 from slarosa/fix_rubber_band_python_plugins
- Fixes rubberBand for extent selection in gdal_clipper and sextante algs
- 12:00 PM Bug report #7130 (Closed): ftools api error
- Fixed in changeset commit:"92cbf8f506357ca804d20e8b09b2ae8f372ae3a4".
- 10:57 AM Bug report #7130 (Closed): ftools api error
- trying to generate a vector grid with ftools:...
- 10:18 AM Bug report #6973 (Closed): SLD Description
- It was already fixed in master branch many months ago. Unfortunately there will be no QGIS 1.8.1,so you have to wait ...
- 10:18 AM Bug report #6973 (Closed): SLD Description
- It was already fixed in master branch many months ago. Unfortunately there will be no QGIS 1.8.1,so you have to wait ...
- 10:17 AM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- > QgsCollapsibleGroupBox is by default auto-saving it's folded state.
>
> The feature is nice, but this has the foll... - 10:17 AM Bug report #7129: QgsCollapsibleGroupBox auto saves its collapsed state
- > QgsCollapsibleGroupBox is by default auto-saving it's folded state.
>
> The feature is nice, but this has the foll... - 08:34 AM Bug report #7129 (Closed): QgsCollapsibleGroupBox auto saves its collapsed state
- Hi !
QgsCollapsibleGroupBox is by default auto-saving it's folded state.
The feature is nice, but this has the foll... - 05:16 AM Feature request #7128 (Closed): Enhance the Categorized rendering adding the option for describe ...
- Firstly:
I know this could be done using the rule renderer.
But the use of the categorized rendering is more simp... - 03:27 AM Revision 5967db9b (qgis): Fix Show/Hide Labels to allow NULL values in table to work for show value
- 01:31 AM Bug report #7079: qgis 1.8 - the parameter snapshot does not works
- A similar problem was described earlier:
#4076 - 01:22 AM Bug report #7126 (Feedback): User needs to be able to cancel long render operation
- near the bottom right of the qgis window you have a "stop rendering" button, does this work for you?
- 01:22 AM Bug report #7126 (Feedback): User needs to be able to cancel long render operation
- near the bottom right of the qgis window you have a "stop rendering" button, does this work for you?
2013-02-08
- 08:52 PM Revision 3676a384 (qgis): Update QgsMapToolShowHideLabels to work with new vector api
- - Works now, but should have worked before this fix
- 07:12 PM Bug report #7127 (Closed): Error when saving project with memory layers
- When saving a project with memory layers the following dialog appears:...
- 07:02 PM Revision 8303a47e (qgis): Fixes rubberBand for extent selection in gdal_clipper and sextante algs
- 06:40 PM Bug report #7093 (Feedback): Curved labels ignore "Always show upside-down labels"
- Hi Laurent,
Curved labels are always drawn right-side-up (by PAL lib). So, the "Always show upside-down labels" sett... - 06:40 PM Bug report #7093 (Feedback): Curved labels ignore "Always show upside-down labels"
- Hi Laurent,
Curved labels are always drawn right-side-up (by PAL lib). So, the "Always show upside-down labels" sett... - 06:40 PM Bug report #7093 (Feedback): Curved labels ignore "Always show upside-down labels"
- Hi Laurent,
Curved labels are always drawn right-side-up (by PAL lib). So, the "Always show upside-down labels" sett... - 06:40 PM Bug report #7093 (Feedback): Curved labels ignore "Always show upside-down labels"
- Hi Laurent,
Curved labels are always drawn right-side-up (by PAL lib). So, the "Always show upside-down labels" sett... - 05:11 PM Bug report #7126 (Closed): User needs to be able to cancel long render operation
- During a render that is taking a long time, the user has no opportunity to cancel the operation.
There should be eit... - 04:57 PM Revision c90870d0 (qgis): Better approach to split lines. Fixes bug #4618
- 02:09 PM Bug report #6468: loadNamedStyle does not apply labelfield
- I am afraid I am encountering this bug on qgis 1.9 nightly for debian wheezy amd64. Old qml styles made in 1.7 that ...
- 12:48 PM Bug report #7125: QgsVectorLayer::getFeatures returns no features if ExactIntersect and NoGeometr...
- Sorry, double-checked. The tested layer's source is a shapefile, not PostGIS. Will test with some others provider types.
- 12:45 PM Bug report #7125 (Feedback): QgsVectorLayer::getFeatures returns no features if ExactIntersect an...
- Postgres/PostGIS
- 12:44 PM Bug report #7125: QgsVectorLayer::getFeatures returns no features if ExactIntersect and NoGeometr...
- using which provider?
- 12:02 PM Bug report #7125 (Closed): QgsVectorLayer::getFeatures returns no features if ExactIntersect and ...
- Hi,
Recently, I updated the Show/Hide Label tool to work with new vector API (commit:3676a38), but it should have wo... - 09:10 AM Revision e635f04b (qgis): fix windows build
- 08:04 AM Bug report #4618 (Closed): Split tool fails to split line if start and end are the same
- Fixed by using a better approach for line splitting in commit:c90870d09594fc1d19fe30b2a8f40a1c049347b9
- 07:47 AM Bug report #5611: Deleting multiple classified symbols in the style window not working
- Does commit:7faa1b21 fix this?
- 05:39 AM Bug report #7121: Problem in displaying GRASS raster
- Same problems with QGIS 1.8 on Fedora 17.
- 02:53 AM Bug report #7121 (Feedback): Problem in displaying GRASS raster
- please try qgis master, it should be fixed.
- 02:49 AM Bug report #7121 (Closed): Problem in displaying GRASS raster
- When calculating an interpolation from a text file dataset using the r.in.xyz GRASS module, the raster is correctly c...
- 04:03 AM Bug report #4870 (Closed): Plugin reorganization: Move "Table Manager" plugin to "Vector" Menu an...
- Ticket moved to the proper projects.
- 04:03 AM Bug report #4870 (Closed): Plugin reorganization: Move "Table Manager" plugin to "Vector" Menu an...
- Ticket moved to the proper projects.
- 04:03 AM Bug report #4870 (Closed): Plugin reorganization: Move "Table Manager" plugin to "Vector" Menu an...
- Ticket moved to the proper projects.
- 03:36 AM Bug report #7122 (Closed): Installer OSGEO4W
- To be filed in the proper bug tracker.
http://trac.osgeo.org/osgeo4w/report/1 - 03:36 AM Bug report #7122 (Closed): Installer OSGEO4W
- To be filed in the proper bug tracker.
http://trac.osgeo.org/osgeo4w/report/1 - 03:31 AM Bug report #7122 (Closed): Installer OSGEO4W
- The Installer OSGEO4W (http://download.osgeo.org/osgeo4w/osgeo4w-setup.exe) doesn't download the setup file (Windows ...
- 02:04 AM Revision 9359480e (qgis): Add images/theme_originals directory
- - Helps with conversion of interface graphics to SVG
2013-02-07
- 12:11 AM Revision 0f7b405a (qgis): GML GetFeatureInfo XSD validation, disabled
- 11:41 PM Revision 28e594be (qgis): better raster support in R/SEXTANTE
- 11:40 PM Revision c2b8ae06 (qgis): more fixes in python sextante algorithms
- 11:31 PM Revision a6119057 (qgis): fixed #7116
- 11:27 PM Bug report #7117: SAGA Grid Calculator does not work when "Use NoData" is set to "Yes"
- Victor Olaya wrote:
> Works fine for me here in both cases. Can you tell us if you have no data values or not in your... - 11:21 PM Bug report #7117: SAGA Grid Calculator does not work when "Use NoData" is set to "Yes"
- Victor Olaya wrote:
> Works fine for me here in both cases. Can you tell us if you have no data values or not in your... - 11:13 PM Bug report #7117: SAGA Grid Calculator does not work when "Use NoData" is set to "Yes"
- Victor Olaya wrote:
> Works fine for me here in both cases. Can you tell us if you have no data values or not in your... - 03:44 PM Bug report #7117 (Feedback): SAGA Grid Calculator does not work when "Use NoData" is set to "Yes"
- Works fine for me here in both cases. Can you tell us if you have no data values or not in your layer, and the formul...
- 02:50 AM Bug report #7117 (Closed): SAGA Grid Calculator does not work when "Use NoData" is set to "Yes"
- When "Use NoData" is set to "Yes", it is not working - works fine only if it is set to "No".
- 11:22 PM Revision 995fbadc (qgis): Fix typo in QgsPalLabeling
- 10:49 PM Revision fbf99919 (qgis): Update QgsPalLabeling to work with new vector api
- - Switch data defined properties from field index- to name-based
- Add routine to migrate properties to new keys: la... - 09:29 PM Revision 4e64d72c (qgis): Merge remote branch '3nids/maptoolidentify_returnresults'
- 08:46 PM Feature request #7056: Setup a linux nightly build for upcoming Ubuntu 13.04's Raring Ringtail (...
- Ahh :o) http://qgis.org/debian-nightly/dists/raring/
- 04:03 PM Revision 863da7d0 (qgis): Improve performance of vector reprojection by transforming the coordina...
- 03:33 PM Revision bb0b9781 (qgis): postgres provider: only record active iterator, when it's open (fixes c...
- 03:30 PM Revision d97f05eb (qgis): fix SLOT
- 01:14 PM Revision 7551aa71 (qgis): fix warning
- 11:57 AM Revision 24ca94bd (qgis): return results directly from the identify method instead of using a pri...
- 11:57 AM Revision 66696ba1 (qgis): unifying identify results in a single struct
- 11:57 AM Revision e37e1cc5 (qgis): updated class name
- 10:52 AM Revision d1a05f75 (qgis): [Atlas] Replace the sort direction combobox by a up/down button
- 06:52 AM Bug report #7118 (Closed): Please use "Transparency" throughout
- In Print composer, "Opacity" is used, instead of "Transparency", as in the rest of QGIS. Better make it uniform, to m...
- 02:06 AM Bug report #7113 (Feedback): QGS project files containing openlayers layers make QGIS crash when ...
- I cannot confirm here on qgis master/linux, what happens is that qgis pops up the "missing layer" dialog.
Please tes... - 01:37 AM Bug report #7113 (Closed): QGS project files containing openlayers layers make QGIS crash when op...
- Hello to all,
It's all in the subject.
I tried to open a QGS file containing openlayers layers right after my QGIS s... - 01:47 AM Bug report #7115 (Closed): eVis Event Browser doesn't show http images
- I'm trying to get eVis Event Browser show the images of the POINTs on a layer.
I've added the layer from Postgres. Th... - 01:42 AM Feature request #7114 (Closed): Multiple Grass versions with Qgis-GRass plugin
- Hello to all,
As Grass evolves regularly but on a different time schedule than Qgis, I believe it would make sense... - 01:09 AM Revision cb7f7bfd (qgis): indentation update
2013-02-06
- 12:31 AM Revision 76d1403e (qgis): ftools api updates
- 12:11 AM Bug report #7105 (Closed): ftools execute functions only with the first datarecord from source in...
> Only buffer function brings the following error report, functionality is ok and buffer is generated:
this has alr...- 12:11 AM Bug report #7105 (Closed): ftools execute functions only with the first datarecord from source in...
> Only buffer function brings the following error report, functionality is ok and buffer is generated:
this has alr...- 12:26 PM Bug report #7105: ftools execute functions only with the first datarecord from source in QGIS master
- Upate to rev. b35a456, ftools works ok with all datarecords.
Only buffer function brings the following error report,... - 01:33 AM Bug report #7105: ftools execute functions only with the first datarecord from source in QGIS master
- here too it not possible to replicate this issue. It would be better to attach sample data. cheers!
- 12:03 AM Bug report #7112: Identify feature on a splitted polygon does not return attributes properly on o...
- if is a regression is a blocker.
- 12:03 AM Bug report #7112: Identify feature on a splitted polygon does not return attributes properly on o...
- if is a regression is a blocker.
- 12:03 AM Bug report #7112: Identify feature on a splitted polygon does not return attributes properly on o...
- if is a regression is a blocker.
- 06:00 PM Bug report #7112 (Closed): Identify feature on a splitted polygon does not return attributes prop...
- Hi !
Just after splitting a polygon, while still in editing mode, one of the two parts does not display any attribut... - 10:49 PM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
- Not sure if it's the same problem. But I can't get layers with the line pattern fill to render as vector when I expor...
- 09:01 PM Revision cf859372 (qgis): added explicit CRS checking in sextante algorithms
- 09:01 PM Revision 63ed1641 (qgis): fixed bug in mmqgis/ftools algs in sextante after adaptation to new vec...
- 05:52 PM Revision 915493c0 (qgis): [Atlas] Fix minor UI behaviour
- 05:52 PM Revision 4e39c3de (qgis): [Atlas] Add i18n to error messages
- 05:52 PM Revision 198a6990 (qgis): [Atlas] Restore painting on error return
- 04:43 PM Revision cb566c0f (qgis): QgsMapToolIdentifyAction cleanup
- 03:48 PM Revision 526ab02b (qgis): Merge pull request #413 from olivierdalang/labelCanDisplayHtml
- [Feature] add HTML capabilities to composer labels
- 03:23 PM Revision 81d865aa (qgis): Merge pull request #408 from olivierdalang/showBackgroundCheckboxForCom...
- [feature] added draw background checkbox in composer items
Fix #6389 - 03:14 PM Revision 50d4bb6d (qgis): WMS identify feature support - get vector features from GML GetFeatureInfo
- 03:07 PM Revision 78e2222f (qgis): [Atlas] Add Python unit tests for feature sorting and filtering
- 03:06 PM Revision 12f85af0 (qgis): [Atlas] Add SIP bindings for feature sorting and filtering
- 02:06 PM Revision ec634a2d (qgis): added a kind of oversampling for labels when rendered as HTML
- 12:14 PM Revision 1fe82b25 (qgis): also verify wkbSize in QgsGeometry::exportToWkt
- 12:12 PM Revision 79281cf2 (qgis): [Atlas] Add unit tests for sorting and filtering
- 11:13 AM Revision af8e55a4 (qgis): [Atlas] Add better exception handling
- 11:13 AM Revision 866dce84 (qgis): [Atlas] Add UI management for feature sorting and filtering
- 11:13 AM Revision b477179a (qgis): [Atlas] Add feature sorting and filtering
- 11:11 AM Revision a05fc284 (qgis): [Atlas] Remove cout
- 07:34 AM Bug report #7106: Error when running python functions / plugins
- pvanbosgeo - wrote:
> Is ftools not part of the core now? It is in any case not on the page https://issues.qgis.org/p... - 06:33 AM Bug report #7106: Error when running python functions / plugins
- Is ftools not part of the core now? It is in any case not on the page https://issues.qgis.org/projects/qgis-user-plug...
- 01:41 AM Bug report #7106 (Rejected): Error when running python functions / plugins
- In qgis master vector APIs have been changed, the plugins must catch up, so you need to file tickets in the proper pl...
- 01:41 AM Bug report #7106 (Rejected): Error when running python functions / plugins
- In qgis master vector APIs have been changed, the plugins must catch up, so you need to file tickets in the proper pl...
- 01:39 AM Bug report #7106 (Rejected): Error when running python functions / plugins
- Hi, I am having trouble running any python plugin in 1.9.0-Master Master, 51f2383 on Ubuntu 12.10. As this seems to a...
- 07:33 AM Bug report #7103: Python error in "spatial join"
- stefano campus wrote:
> is ftools still a plugin? i believed that ftools were "embedded" in the core of qgis
ftools ... - 07:25 AM Bug report #7103: Python error in "spatial join"
- is ftools still a plugin? i believed that ftools were "embedded" in the core of qgis
- 06:23 AM Bug report #6389 (Closed): Print composer: opacity not working for maps
- Fixed in changeset commit:"81d865aaa7463b9624793f93cc158168451e58a8".
- 06:17 AM Bug report #7107: rasters with decimal values don't display correctly in QGIS 1.9
- Yes, blocking caused by some of these new histogram controls seems like a possibility.
- 06:14 AM Bug report #7107: rasters with decimal values don't display correctly in QGIS 1.9
- This problem isn't replicated on my MAC where I also have QIS 1.9. There, both images appear identical and correctly ...
- 05:52 AM Bug report #7107: rasters with decimal values don't display correctly in QGIS 1.9
- If is a regression since qgis <= 1.8 then is a blocker issue.
- 05:52 AM Bug report #7107: rasters with decimal values don't display correctly in QGIS 1.9
- If is a regression since qgis <= 1.8 then is a blocker issue.
- 05:52 AM Bug report #7107: rasters with decimal values don't display correctly in QGIS 1.9
- If is a regression since qgis <= 1.8 then is a blocker issue.
- 05:18 AM Bug report #7107 (Closed): rasters with decimal values don't display correctly in QGIS 1.9
- QGIS version 1.9.0-Master QGIS code revision exported
Compiled against Qt 4.8.1 Running against Qt 4.8.1
Compiled aga... - 05:57 AM Bug report #7108 (Closed): artifacts when reprojecting WMS layers on qgis master
- pic a wms layer in the same CRS of the project, then change the CRS of the project and enable OTFR. The result is sim...
- 05:51 AM Bug report #5584 (Closed): QGIS crashes saving a vector with an empty geometry
- Marco Hugentobler wrote:
> Code wise, it is no problem to skip the feature. I don't know how it is from a user perspe... - 05:51 AM Bug report #5584 (Closed): QGIS crashes saving a vector with an empty geometry
- Marco Hugentobler wrote:
> Code wise, it is no problem to skip the feature. I don't know how it is from a user perspe... - 05:15 AM Revision c5ea64ee (qgis): rechange the basic resolution
- 04:53 AM Revision 61f044e7 (qgis): Set html's background to transparent
- 02:08 AM Revision 8b9522a4 (qgis): changed tab width of QPlainTextEdit in QComposerLabelWidget (easier to ...
2013-02-05
- 12:17 AM Bug report #5584: QGIS crashes saving a vector with an empty geometry
- Code wise, it is no problem to skip the feature. I don't know how it is from a user perspective (if rejection is pref...
- 12:10 AM Bug report #5584 (Reopened): QGIS crashes saving a vector with an empty geometry
- Marco Hugentobler wrote:
> I'm assuming this was with ogr data sources? If so, fixed in commit:96a8bd64d8cdd4aecdf9e0... - 07:16 AM Bug report #5584 (Closed): QGIS crashes saving a vector with an empty geometry
- I'm assuming this was with ogr data sources? If so, fixed in commit:96a8bd64d8cdd4aecdf9e0789d525cf09f44e6a1 (if not,...
- 12:13 AM Revision b35a4562 (qgis): fTools: fix add/export geometry columns
- 11:18 PM Bug report #7071: Field calculator regression - does not update all features
- Field calculator is also broken when trying to update a field for all features (i.e. with the "update selected only" ...
- 06:11 PM Feature request #7056: Setup a linux nightly build for upcoming Ubuntu 13.04's Raring Ringtail (...
- Hmm, this issue might need to be re-opened? I'm not seeing any raring directory @ http://qgis.org/debian-nightly/dist...
- 04:14 PM Revision 96a8bd64 (qgis): Fix ticket #5584 (crash saving empty geometry)
- 04:03 PM Bug report #7089 (Feedback): Python console help window max size is too tiny
- Hi,
the maxsize window constraint is because the
help has little content and maximizing the window it was misleadin... - 02:51 PM Bug report #7105 (Feedback): ftools execute functions only with the first datarecord from source ...
- Hi,
the buffer tool works as expected here,
and that error will be fixed with this [1] pull request.
Could you prov... - 01:16 PM Bug report #7105 (Closed): ftools execute functions only with the first datarecord from source in...
- I tested some ftools functions (buffer, polygon to line e.g.)from menue item "Vektor" in QGIS 1.9.0 Alpha, commit:7dc...
- 02:07 PM Revision f47d8204 (qgis): fix warning
- 12:07 PM Bug report #7099: print composer's legend item improperly calculates its right-side box spacing
- Confirmed, is a regression.
- 12:07 PM Bug report #7099: print composer's legend item improperly calculates its right-side box spacing
- Confirmed, is a regression.
- 12:07 PM Bug report #7099: print composer's legend item improperly calculates its right-side box spacing
- Confirmed, is a regression.
- 01:02 AM Bug report #7099 (Closed): print composer's legend item improperly calculates its right-side box ...
- Under QGIS master, the print composer's legend item improperly calculates its right-side box spacing as it fails to t...
- 11:59 AM Revision 89bdb10e (qgis): Fix double redraw after applying vector properties
- 10:57 AM Revision 0ebc0586 (qgis): fix warning
- 10:57 AM Revision 18cd145a (qgis): Add GUI_EXPORT to identify map tool
- 10:57 AM Revision 682524ff (qgis): MapToolIdentify moved to gui to make it accessible in python
- put back convertMeasurement in gui as it is not app specific
use display settings for specific app units - 10:57 AM Revision 7c26d701 (qgis): remove useless funcs from sip
- 04:52 AM Bug report #7078 (Closed): MSSQL Provider not available in the QGIS Browser
- fixed in commit:3b29fada
- 04:52 AM Bug report #7078 (Closed): MSSQL Provider not available in the QGIS Browser
- fixed in commit:3b29fada
- 03:12 AM Bug report #7103 (Closed): Python error in "spatial join"
- a python error occurs doing "spatial join"
Errore durante l'esecuzione di codice Python:... - 01:14 AM Bug report #7098: QGIS forms invalid WFS request when partially formed
- The options are probably:
1 Cut the URL back to the bit before the ? and accept none of the parameters.
2 Keep som...
2013-02-04
- 11:29 PM Revision 7dce6176 (qgis): Finished adapting sextante python algorithms to new vector API
- Some code cleaning
- 09:27 PM Revision 2c980d25 (qgis): Show more verbose error message (ticket #7095)
- 12:35 PM Bug report #7098: QGIS forms invalid WFS request when partially formed
- Hm, that would probably mean testing the base urls against a parameter list (also in WMS, WCS). Imagine a user that e...
- 09:04 AM Bug report #7098 (Closed): QGIS forms invalid WFS request when partially formed
- When setting up a WFS request, and entering a URL, I entered this (for testing purposes):
http://wppgeog3:8082/geose... - 12:29 PM Bug report #7095 (Closed): Invalid error when using WFS versions >= 1.0.0
- Changed in 2c980d2596e9d9c520b70265438d879348d2f47a
- 08:42 AM Bug report #7095 (Closed): Invalid error when using WFS versions >= 1.0.0
- Following #6921
With master I get a different bug.
Using either:
http://wppgeog3:8082/geoserver/wfs?version=1.1.0
o... - 09:28 AM Bug report #7097: QGIS keeps pinging Web services
- Jonathan Moules wrote:
> The version I'm using is: http://gis-lab.info/programs/qgis/NextGIS-QGIS-5ed164a-29.01.2013.... - 09:22 AM Bug report #7097: QGIS keeps pinging Web services
- I don't think this is a WFS specific issue (why I didn't set that) - one of those requests is WCS.
The version I'm u... - 09:11 AM Bug report #7097: QGIS keeps pinging Web services
- > Using NextGIS built against master on Windows 7, 32bit.
Which version is that? - 09:06 AM Bug report #7097: QGIS keeps pinging Web services
- Further testing - QGIS starts one of these ping cycles whenever a bad request has been made through it. So when I ent...
- 08:58 AM Bug report #7097 (Closed): QGIS keeps pinging Web services
- As you can see in the attached screenshot, QGIS keeps pinging my web-services.
There are a lot of problems here:
* Q... - 09:07 AM Bug report #7064: "cross2" symbol should be exported in SLD as "x"
- @Giovanni Manghi - thanks for the link btw.
- 08:13 AM Bug report #7064: "cross2" symbol should be exported in SLD as "x"
- This issue occurs identically in the linked 1.9
- 08:50 AM Bug report #7096 (Closed): Minimised QGIS still shows tooltip
- In the bottom right of QGIS there's a little exclamation mark inside a triangle. It reports "messages logged". I've m...
- 08:45 AM Bug report #6210: Choosing the CRS from the "recently used CRS" does nothing (on the first select...
- Confirmed that it still happens in master. Clicking the top reference filter does nothing.
- 08:39 AM Bug report #6921 (Closed): No Coordinate systems for adding WFS
- 08:39 AM Bug report #6921: No Coordinate systems for adding WFS
- This issue is resolved in master. An error comes up.
- 08:28 AM Feature request #7094 (Open): "All support formats" file open option
- Currently when opening a file, be it vector, raster, or style, the file-open dialog has only allows one supported fil...
- 08:17 AM Bug report #6980 (Closed): SLD Export dashes all lines
- This appears to be resolved in master.
- 06:01 AM Bug report #7093 (Closed): Curved labels ignore "Always show upside-down labels"
- Curved labels ignore "Always show upside-down labels".
See curved line without label at the center of the attached sc...
2013-02-03
- 12:15 AM Revision 0995c0fa (qgis): Merge branch 'master' of https://github.com/qgis/Quantum-GIS
- 12:14 AM Revision 93dbfd7f (qgis): started adapting sextante to new vector api
- 09:20 PM Revision 8a880cad (qgis): use CMAKE_*_FLAGS also on unix
- 09:18 PM Revision 7f7b5dd6 (qgis): more fTools api updates
- 09:18 PM Revision 57e753ae (qgis): debian packaging fix
- 07:57 PM Feature request #7091 (Closed): implement (non-blur) label drop shadow effect
- Would be nice for the new labelling engine to offer a drop shadow style for labels. Blurring needn't be part of this ...
- 12:25 PM Revision 6a22dba2 (qgis): german translation fix
- 11:42 AM Revision 7717aeed (qgis): Update stage-installed plugins CMakeLists.txt
- 10:28 AM Revision 28829ddc (qgis): Merge branch 'master' of https://github.com/qgis/Quantum-GIS
- 10:28 AM Revision dc340def (qgis): edited some SAGA/GRASS algorithm description in SEXTANTE
- 10:27 AM Revision 3751337e (qgis): Minor SEXTANTE changes
- 10:26 AM Revision 9a70fe0c (qgis): improvements in SEXTANTE modeler
- 01:22 AM Bug report #7090 (Closed): ftools lines to polygons fails on a particular vector
- error is
@An error has occured while executing Python code:
Traceback (most recent call last):
File "/usr/share/... - 01:16 AM Revision 1095f981 (qgis): Add option to use custom QSettings for QgsCollapsibleGroupBox
- - Useful for plugins that may want to store collapsed state in their own QSettings file
- 01:09 AM Revision 8e7db454 (qgis): Fix build error under clang on Mac
- - Remove APPLE_CLANG_WARNINGS option
- Add warnings via flags instead of definitions
2013-02-02
- 12:48 AM Revision ba6189c0 (qgis): debian packaging update
- 05:58 PM Bug report #2230: Vertex markers are displayed in Print Composer
- Don't think much of the comment about toggling the layers out of edit mode.
I often have 10 or 12 layers in editing ... - 05:51 PM Revision 2a2d9444 (qgis): more api updates in ftools
- 05:06 PM Revision 63cc49be (qgis): fix warnings brought up by clang
- 05:05 PM Revision 4a774294 (qgis): remove usage of deprecated methods within QgsVectorLayer itself
- 07:28 AM Bug report #7086 (Feedback): QGS file keeps trace even of deleted layers
- Does not seems to happen here, at least on qgis master. Can you give it a try and report back? thanks.
- 07:28 AM Bug report #7086 (Feedback): QGS file keeps trace even of deleted layers
- Does not seems to happen here, at least on qgis master. Can you give it a try and report back? thanks.
- 06:20 AM Bug report #7089 (Closed): Python console help window max size is too tiny
- The python console help window seems to have a max size about 540x320. It just looks bad and is hardly readable.
Howe... - 05:30 AM Bug report #7088 (Rejected): Polygonizer plug-in not working in Master
- please notify the plugin's author.
- 05:30 AM Bug report #7088 (Rejected): Polygonizer plug-in not working in Master
- please notify the plugin's author.
- 05:25 AM Bug report #7088 (Rejected): Polygonizer plug-in not working in Master
- Using nightly Master, Ubuntu 12.04 (amd64).
Attempting to use the Polygonizer fails with the Python errors listed b... - 01:40 AM Bug report #7087: Rasters not displaying correctly in 1.9
> So I don't know why this is different in 1.9, because it doesn't automatically change that setting when I load the...- 01:40 AM Bug report #7087: Rasters not displaying correctly in 1.9
> So I don't know why this is different in 1.9, because it doesn't automatically change that setting when I load the...- 01:40 AM Bug report #7087: Rasters not displaying correctly in 1.9
> So I don't know why this is different in 1.9, because it doesn't automatically change that setting when I load the...
2013-02-01
- 12:46 AM Revision 0866c6c0 (qgis): Add CMake option whether to show extra warnings from clang on Apple
- - Set APPLE_CLANG_WARNINGS:BOOL=FALSE to not show extra warnings (TRUE by default)
- 08:47 PM Revision 4889d824 (qgis): Make sure QtTest gets bundled on Mac, if ENABLE_TESTS is set
- - Was configured, but wan't being triggered
- 06:32 PM Bug report #7087: Rasters not displaying correctly in 1.9
- Hmm. Well I was just playing with the settings and I chose Paletted instead.
And it displays properly, in grey. No ne... - 06:26 PM Bug report #7087 (Closed): Rasters not displaying correctly in 1.9
- I have projects in both 1.8 and 1.9 that use the same rasters, which are terrain relief shading Geotiffs. In 1.8 they...
- 06:22 PM Revision aae400ec (qgis): [API] restore QgsMapLayerRegistry::addMapLayer() but keep it deprecated
- 12:05 PM Revision b74cb5fe (qgis): fTools: fix error basic statistics
- 10:09 AM Revision 7af82cab (qgis): first fix for new vector api in SEXTANTE
- 08:19 AM Bug report #7086: QGS file keeps trace even of deleted layers
- well it does not seems an overall issue, as id does not happen here as far as I can see. But I will investigate more....
- 07:52 AM Bug report #7086 (Closed): QGS file keeps trace even of deleted layers
- When saving a project on my QGIS 1.8.0 Lisboa (running on Windows Vista Home) where I did loads of layers editing, lo...
- 07:57 AM Bug report #6783: New vertex added onto shared boundary (topologically correct) is attributed to ...
- Yes, I did enable the "pseudo topology editing" checkbox.
- 07:31 AM Bug report #7085 (Closed): UI geometry config not updating
- in v.1.8 since first upgrading to Unity, QGIS has taken up the whole screen on one of my PCs, with no menu at all.
I... - 05:33 AM Bug report #7064: "cross2" symbol should be exported in SLD as "x"
- Jonathan Moules wrote:
> Sorry. I've now tried at least five times to install QGIS-master and it always fails/doesn't... - 04:55 AM Bug report #7064: "cross2" symbol should be exported in SLD as "x"
- Sorry. I've now tried at least five times to install QGIS-master and it always fails/doesn't work. I can only run pre...
- 04:56 AM Bug report #6210: Choosing the CRS from the "recently used CRS" does nothing (on the first select...
- Sorry. I've now tried at least five times to install QGIS-master and it always fails/doesn't work. I can only run pre...
- 04:56 AM Bug report #6980: SLD Export dashes all lines
- Sorry. I've now tried at least five times to install QGIS-master and it always fails/doesn't work. I can only run pre...
- 01:04 AM Revision 2f23b1e8 (qgis): first take on porting ftools to vector iterator api
2013-01-31
- 05:22 PM Revision 0d1f3d28 (qgis): Copyright updates; Add headers to feature iterator
- 04:37 PM Revision 95e34e71 (qgis): debian packaging fix: quantal and raring also use dh_python2
- 04:37 PM Revision 0a0a430b (qgis): include stack trace in logged python warning messages
- 02:11 PM Revision ec27d28c (qgis): fix warnings
- 01:38 PM Revision f8705c37 (qgis): clear cached image for raster layers when applying contrast enhancement
- from raster toolbar (fix #7069)
- 01:34 PM Revision 7cabf625 (qgis): debian packaging update
- 01:13 PM Revision 854f2377 (qgis): Merge pull request #416 from szekerest/master
- Update MS SQL driver to new vector API
- 12:39 PM Revision a3966131 (qgis): update russian python console help translation
- 11:13 AM Bug report #7083 (Closed): When creating a table, DB Manager should put 0 as default SRID, not -1
- This has changed in PostGIS 2
- 07:13 AM Bug report #6604: scale dependent visibility not included in style
- This also applies to scale-dependent labeling. Workaround:
If you manually edit the style and add for example:
<qgi... - 05:07 AM Bug report #7070: The "stretch using current extent" in the raster layer context menu causes stre...
- Here is pull-request that should fix this issue https://github.com/qgis/Quantum-GIS/pull/417
- 05:03 AM Bug report #7069 (Closed): The raster contrast stretching buttons don't repaint the map canvas (r...
- Fixed in changeset commit:"f8705c3753b1588060e09074b26d119a15fb587e".
- 04:21 AM Bug report #7080: Master version crashes when loads 1.8 project
- Giovanni Manghi wrote:
> Salvatore, I would tag this a regression, do you agree? cheers!
Giovanni, if confirmed I ag... - 01:13 AM Bug report #7080 (Feedback): Master version crashes when loads 1.8 project
- Salvatore, I would tag this a regression, do you agree? cheers!
- 01:13 AM Bug report #7080 (Feedback): Master version crashes when loads 1.8 project
- Salvatore, I would tag this a regression, do you agree? cheers!
- 03:12 AM Revision 51f23832 (qgis): Merge pull request #415 from gioman/master
- Some translations for the pt_PT GUI.
- 02:06 AM Revision 859854fc (qgis): Update project file opening precedence order at app launch
- - Fix typo so default template on new project works
- Project open precedence order is (highest first):
- 1) specifi... - 01:30 AM Feature request #7081 (Open): Command line option to read project but not actually loading the la...
- When a problem occurs in a complex project, it is hard to
find out the culprit layer(s) with a simple editor.
A comma... - 01:14 AM Bug report #7079 (Open): qgis 1.8 - the parameter snapshot does not works
- 01:03 AM Revision c728ea42 (qgis): Some translations
2013-01-30
- 12:35 AM Bug report #7079: qgis 1.8 - the parameter snapshot does not works
- In version 1.7.4 works perfectly. In version 1.8 about boot parameters does not work only the snapshot (loop)
- 08:21 AM Bug report #7079 (Feedback): qgis 1.8 - the parameter snapshot does not works
- It works on master? it worked in a release before 1.8? if yes, please tag this as blocker as it is a regression.
- 08:21 AM Bug report #7079 (Feedback): qgis 1.8 - the parameter snapshot does not works
- It works on master? it worked in a release before 1.8? if yes, please tag this as blocker as it is a regression.
- 06:59 AM Bug report #7079 (Closed): qgis 1.8 - the parameter snapshot does not works
- From version 1.8 of qgis no longer works the parameter "- snapshot" at boot.
You can start the project, it also works... - 12:15 AM Revision 9bcddc5d (qgis): OGR style support only with GDAL >=1.7
- 11:20 PM Revision f00d0041 (qgis): fix attribute mapping in vector layer import
- 11:20 PM Revision 85798098 (qgis): Update SQLAnywhere data provider to the new API.
- 11:20 PM Revision 46240bbd (qgis): debian packaging: reenable sqlanywhere provider
- 11:20 PM Revision 121ddc79 (qgis): fix QgsSqlAnywhereProvider::attributeIndexes()
- 10:23 PM Bug report #7075: Create WFS Layer in stand alone python script
- >All other providers I've used don't need this.
It is because QNetworkAccessManager class needs a Qt event loop. - 12:28 PM Bug report #7075 (Closed): Create WFS Layer in stand alone python script
- Thanks that works even, if a little non-standard. All other providers I've used don't need this.
- 12:11 PM Bug report #7075 (Feedback): Create WFS Layer in stand alone python script
- 12:10 PM Bug report #7075: Create WFS Layer in stand alone python script
- I think the problem is that there is no instance of QgsApplication in the script (QEventLoop: Cannot be used without ...
- 04:53 PM Bug report #7080: Master version crashes when loads 1.8 project
- More info:...
- 04:43 PM Bug report #7080 (Closed): Master version crashes when loads 1.8 project
- At the least in this case !
To reproduce:
* Start 1.8 version and load the linked GEOTIFF;
* Save the project;
* Op... - 04:43 PM Revision b4a6a83b (qgis): fix attribute table for new vector api
- 03:02 PM Bug report #7074 (Feedback): lowest non-zero value in a single band geotiff will not display
- Have you tested qgis master? a lot of work have been done there on rasters.
- 03:02 PM Bug report #7074 (Feedback): lowest non-zero value in a single band geotiff will not display
- Have you tested qgis master? a lot of work have been done there on rasters.
- 03:02 PM Bug report #7074 (Feedback): lowest non-zero value in a single band geotiff will not display
- Have you tested qgis master? a lot of work have been done there on rasters.
- 02:37 PM Revision 3b29fada (qgis): Rework mssql driver to support the new iterator model
- 01:32 PM Revision 445c6e2f (qgis): debian packaging fix (quantal versions were actually unused before a4fa...
- 07:40 AM Revision 0b01c56b (qgis): Fix ruler layout
- 07:39 AM Bug report #7078: MSSQL Provider not available in the QGIS Browser
- New version of the driver is coming soon.
Fix is available for testing in my local repo:
https://github.com/szekerest... - 07:34 AM Bug report #7078: MSSQL Provider not available in the QGIS Browser
- The mssql provider is currently disabled.
See also http://lists.osgeo.org/pipermail/qgis-developer/2013-January/0241... - 05:53 AM Bug report #7078: MSSQL Provider not available in the QGIS Browser
- Tamas can you take a look at this when you move the provider to the new API.
- 05:49 AM Bug report #7078 (Closed): MSSQL Provider not available in the QGIS Browser
- hello,
after one of the last builds (4-5 days ago) the mssql provider is no more available in the qgis browser (brow... - 02:25 AM Revision ecb261f5 (qgis): [FEATURE] Add option to auto-open 'New, Most recent or Specific' projec...
- - Add error trapping to catch bad projects that crash app, then notify user and avoid reopening
- 02:05 AM Revision b983f127 (qgis): Switch QgsMessageBar subject/message from QLabel to QTextEdit
- - Fix issue with heightForWidth where long lines in QLabel with word wrap cause excessive message bar height
- Set sc...
Also available in: Atom