Activity
From 2012-04-20 to 2012-05-19
2012-05-19
- 10:13 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- I've done that, as well as removing the custom crs from the recently used crs. QGIS still ends up creating a custom C...
- 09:13 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Just saw this - you can delete the user-defined crs from your personal db with Settings-Custom CRS
- 09:04 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Hi
this is probably because you already have that user-defined crs in your personal srs.db . This happened to me whe... - 08:58 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Etienne, thanks for looking into this.
I've compiled the latest revision of qgis-master, which includes your commit... - 08:41 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- I have addressed your concern, and also added a test which should point out any new regressions.
https://github.com/... - 12:07 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- OSRExportToProj4 always inserts a trailing space, and we should consider that user input could have a trailing space,...
- 07:39 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Probably we should go deeper and search for the function that adds (or not removes) that trailing space, otherwise th...
- 07:33 AM Bug report #5598 (Closed): CRS attribution algorithm for newly added layers broken in qgis-master...
- The pull request (by Etienne) was merged in master branch.
- 07:33 AM Bug report #5598 (Closed): CRS attribution algorithm for newly added layers broken in qgis-master...
- The pull request (by Etienne) was merged in master branch.
- 07:31 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- in this case (and probably most cases, it's the +nodefs . Most (all?) proj strings end with a space:
'+proj=longlat ... - 05:19 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Giuseppe Sucameli wrote:
> The string is splitted on space(s) followed by '+' sign, where spaces are in the param?
F... - 04:16 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Happy to know that my commit doesn't work as I expected :)
But I really don't understand why trimming the string fix... - 08:31 PM Bug report #5030: Incorrect layer CRS is shown when opening CRS selector more than once (recently...
- OK, this is partly fixed, but there is still a nasty bug.
If a layer's CRS is not in the list of recently used CRSs,... - 08:08 PM Feature request #4069: Enhancement: ability to search for a plugin to run
- If plugins are ported to sextante where appropriate this will probably no longer be necessary.
- 07:55 PM Bug report #5620 (Closed): libqgis_core in the build directory is not used when running crssync d...
- Building on Arch Linux fails like this:...
- 07:53 PM Bug report #4074 (Closed): "invert color map" is not checked when it has been enabled for a layer
- Fixed in master
- 07:53 PM Bug report #4074 (Closed): "invert color map" is not checked when it has been enabled for a layer
- Fixed in master
- 07:53 PM Bug report #4074 (Closed): "invert color map" is not checked when it has been enabled for a layer
- Fixed in master
- 03:51 PM Revision 1b6b8415 (qgis): Merge pull request #142 from etiennesky/fix_crs
- Fix crs issues
- 03:48 PM Revision 9dcee6b4 (qgis): Merge pull request #141 from etiennesky/zip_fixes2
- zip files: update VSIReadDirRecursive1() from VSIReadDirRecursive() in gdal trunk
- 03:41 PM Bug report #5615 (Feedback): Qgis crashes frequently when digitizing streams over aerial images (...
- Hi Filipe,
I believe we already discussed this issue privately recently. I gave it a go another time with the provid... - 03:08 PM Bug report #5617 (Feedback): Unexpected results from "union" and "intersection" tool, maybe others
- I'm not sure it is a QGIS issue at all: as this operations are done through the GEOS library it may be a GEOS issue a...
- 03:08 PM Bug report #5617 (Feedback): Unexpected results from "union" and "intersection" tool, maybe others
- I'm not sure it is a QGIS issue at all: as this operations are done through the GEOS library it may be a GEOS issue a...
- 09:07 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Other ideas:
# leave the attributes of the splitted feature untouched and require the use to use the merge attributes... - 07:23 AM Bug report #5597: External URL access via PyQt crashes QGIS on Mac OS X
- Hi Martin,
> Does that code produce a crash also outside of QGIS environment?
Not with PyQt. My help browser works ... - 03:23 AM Bug report #5597: External URL access via PyQt crashes QGIS on Mac OS X
- Does that code produce a crash also outside of QGIS environment?
- 07:21 AM Revision 396aaf1c (qgis): prefer non-deprecated crses (fixes part of #4977)
- 07:11 AM Revision e3f25dae (qgis): trim proj4 parameters for sql queries (#5598)
2012-05-18
- 10:34 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Found a solution - the parameters passed to sql query must be trimmed.
This is a regression caused by commit:2a830... - 08:32 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- The problem is that OGR's MorphFromESRI() wkt fixing code (see gdal bug #4345) does not work with this file, because ...
- 10:10 PM Revision b6997a07 (qgis): zip files: update VSIReadDirRecursive1() from VSIReadDirRecursive() in ...
- 07:36 PM Revision 1e7b9ed0 (qgis): add missing copyright headers to c++ files
- 01:36 PM Bug report #5475: Problem to insert splitted geometries in postgis
- Giovanni Allegri wrote:
> Ok, but I think that (if it would be possible/paid/sponsored/etc) it should be different. A... - 01:29 PM Bug report #5475: Problem to insert splitted geometries in postgis
- Ok, but I think that (if it would be possible/paid/sponsored/etc) it should be different. A split operation should be...
- 10:55 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Giovanni Allegri wrote:
> I agree with you Jürgen. Anyway, I think that a good design is to resume from a commit if a... - 07:48 AM Bug report #5475: Problem to insert splitted geometries in postgis
- I agree with you Jurgen. Anyway, I think that a good design is to resume from a commit if an error happens. In this c...
- 07:33 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Giovanni Allegri wrote:
> If we want keep the responsability out of the provider, I think we should advice the user a... - 06:05 AM Bug report #5475: Problem to insert splitted geometries in postgis
- > It could, but that might also be considered a bug - if someone wants to set an explicit key (see #5608).
Mmm, you'... - 05:55 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Giovanni Allegri wrote:
> Actually this is a provider concern. The provider has the ability to know what kind of PK i... - 05:40 AM Bug report #5475: Problem to insert splitted geometries in postgis
- ??Now it has a concrete value in it. Currently there is no way to know which attributes make up the primary key outsi...
- 03:20 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Giovanni Allegri wrote:
> Being impossible for Qgis to judge how to manage PKs, it should be left to the backend to m... - 03:09 AM Bug report #5475: Problem to insert splitted geometries in postgis
- When I insert a new feature, the PK attribute is automatically filled with the following string:
@nextval('testsplit... - 02:53 AM Bug report #5475: Problem to insert splitted geometries in postgis
- If the insert of the new features fails, the user receives a descriptive error message and still has the possibility ...
- 01:20 PM Revision 56808d91 (qgis): fix #5176
- 01:06 PM Revision 85cf8c35 (qgis): log more verbose error messages if the view primary key selection is wr...
- 12:26 PM Revision 4c673b19 (qgis): WFS service Capability request resource bug
- 10:15 AM Feature request #5618 (Closed): Handling of GRASS console output
- GRASS console output is often very useful, and should be easy to inspect for
the user - 10:02 AM Bug report #5597: External URL access via PyQt crashes QGIS on Mac OS X
- Ok, I tested under 10.6.8/Qt 4.7.4 with no issues (external URLs loaded fine in QWebViews).
To remove PyQt from the ... - 05:47 AM Bug report #5617 (Closed): Unexpected results from "union" and "intersection" tool, maybe others
- dear all.
we discovered that there is an incorrect behavior with the geoprocessing functions in qGis with a particu... - 05:05 AM Revision 7f4e3716 (qgis): implemented a few more pymorph algorithms
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@185 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 04:21 AM Bug report #5176 (Closed): Wrong projections for custom CRS
- Fixed in changeset commit:"56808d91a12ddb33b1d173778f3b47b136876093".
2012-05-17
- 01:50 AM Revision d28b6559 (qgis): WMTS/WMS-C: remove Cache-Control header from tile requests to force cac...
- 01:25 AM Bug report #4011: Map canvas flickers when content is dragged
- I reverted patch commit:f4d26d6211830a866030a333236dcfbf15e077aa and the flicker disappeared. (This makes sense, as t...
- 12:24 AM Bug report #5616 (Closed): "Add" button is enabled when no PostGIS layers are selected
- In the "Add PostGIS Table(s)" dialog, when no layers are selected, the "Add" button is enabled. Clicking this button ...
- 11:29 PM Bug report #5597: External URL access via PyQt crashes QGIS on Mac OS X
- Hi Marco,
I agree that it should just be classified as high until more testing can show if QGIS src to be the cause.... - 11:13 PM Bug report #5597: External URL access via PyQt crashes QGIS on Mac OS X
- That looks like a packaging or Qt compilation problem on OS X. Therefore I think it should not be classified as a blo...
- 11:28 PM Revision ed0cb5d4 (qgis): fix #5544
- 09:09 PM Revision f3330e6b (qgis): wmts fixes:
- - [FEATURE] add support for CRS:27 and CRS:83 in QgsCoordinateReferenceSystem
- fix axis orientation for CRS:84
- res... - 09:06 PM Revision 52a35edd (qgis): show warning before updating exisiting shapefile (fix #5335)
- 09:06 PM Revision e454c5f7 (qgis): debian packaging: add optional support for gdal 1.9 in ubuntu lucid/one...
- 09:06 PM Revision d6ea1b94 (qgis): minor formatting fixes
- 09:06 PM Revision 260d76b8 (qgis): fix cmake warning and report GDAL version
- 09:06 PM Revision 663beae1 (qgis): re-run scripts/scandeps.pl
- 09:06 PM Revision 8b2445ea (qgis): fix GDAL version check
- 09:06 PM Revision b2dbfc8f (qgis): fix overriding of locale in options
- 09:06 PM Revision be13365a (qgis): Rastercalculator: fix for reading out of source raster bounds
- 09:06 PM Revision 3b0d3dbe (qgis): QgsMSLayerCache inherits from QObject to use signal/slot mechanism
- 09:06 PM Revision f4c21a17 (qgis): Invalidate cache layers if project files are changed
- 09:06 PM Revision 32cd9b55 (qgis): also add MultiPolygon support in Densify geometry
- 09:06 PM Revision 99f88b31 (qgis): add MultiLineString support to Densify geometries tool (addresses #5577)
- 09:06 PM Revision 30d270f6 (qgis): Empty config file entry in layer cache for sld layers
- 09:06 PM Revision f48a4bf6 (qgis): Add Multigeometries support in Simplify tool for geomVertexCount function
- 09:06 PM Revision 4be77266 (qgis): run make t2tdoc
- 04:56 PM Revision 16b3417f (qgis): implemented a few more pymorph algorithms
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@184 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 02:48 PM Revision 783b67f1 (qgis): QgsMapRenderer: Load projection flag and destination CRS before extent....
- 02:37 PM Bug report #4271: British National Grid CRS incorrectly specified when exporting to MapInfo
- A colleague pointed out behaviour matching this to me, except with the Australian Datums (GDA94 and ADG84) and associ...
- 02:30 PM Bug report #5544 (Closed): --configpath not used
- Fixed in changeset commit:"ed0cb5d468d56e4977c9e47bb9cb8852a74f87d0".
- 01:50 PM Revision bc367ce7 (qgis): update fr strings
- 01:48 PM Revision 45510c05 (qgis): Merge branch 'master' of git://github.com/qgis/Quantum-GIS
- 12:51 PM Bug report #4969 (Closed): Postgis Primary key
- Giuseppe Sucameli wrote:
> The problem occurs again (regression?).
> The first primary key for views is not pre-sele... - 12:51 PM Bug report #4969 (Closed): Postgis Primary key
- Giuseppe Sucameli wrote:
> The problem occurs again (regression?).
> The first primary key for views is not pre-sele... - 12:51 PM Bug report #4969 (Closed): Postgis Primary key
- Giuseppe Sucameli wrote:
> The problem occurs again (regression?).
> The first primary key for views is not pre-sele... - 12:51 PM Bug report #4969 (Closed): Postgis Primary key
- Giuseppe Sucameli wrote:
> The problem occurs again (regression?).
> The first primary key for views is not pre-sele... - 12:51 PM Bug report #4969 (Closed): Postgis Primary key
- Giuseppe Sucameli wrote:
> The problem occurs again (regression?).
> The first primary key for views is not pre-sele... - 12:51 PM Bug report #4969 (Closed): Postgis Primary key
- Giuseppe Sucameli wrote:
> The problem occurs again (regression?).
> The first primary key for views is not pre-sele... - 12:51 PM Bug report #4969 (Closed): Postgis Primary key
- Giuseppe Sucameli wrote:
> The problem occurs again (regression?).
> The first primary key for views is not pre-sele... - 09:20 AM Bug report #5608 (Closed): Value in Primary Key Field with Sequence Is Ignored When New Feature I...
- Lee Hachadoorian wrote:
> Tested with master. Can confirm correct behavior, so this is an old/already fixed problem. ... - 09:20 AM Bug report #5608 (Closed): Value in Primary Key Field with Sequence Is Ignored When New Feature I...
- Lee Hachadoorian wrote:
> Tested with master. Can confirm correct behavior, so this is an old/already fixed problem. ... - 09:17 AM Bug report #5608: Value in Primary Key Field with Sequence Is Ignored When New Feature Is Added
- Tested with master. Can confirm correct behavior, so this is an old/already fixed problem. Affected version should ha...
- 08:02 AM Bug report #5615 (Closed): Qgis crashes frequently when digitizing streams over aerial images (vi...
- I've been trying to digitize a number of streams over (1) Bing aerial layers, (2) Bing images obtained from WMS and (...
- 06:02 AM Revision 40f1ea53 (qgis): started adding pymorph library
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@183 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 05:50 AM Bug report #5605 (Closed): Zoom is not restored opening a project with OTFR on while the canvas h...
- Fixed in 783b67f1baf2a6de2e709499f7698966ce22e50f
2012-05-16
- 09:05 PM Revision bfd846a1 (qgis): fix last commit - not my day - sorry
- 08:59 PM Revision 3a252fc1 (qgis): fix feature info for WMS 1.3
- 06:29 PM Revision f503bc3e (qgis): Revert last four accidental commits:
- backport wmts support: 50ba9929afaf470e9417b4779e85835648f022cc
WMTS/WMS updates: 84959cb891348fa498a3eadd4b4b464dbd7... - 06:22 PM Revision 0bac04db (qgis): debian packaging: add optional support for gdal 1.9 in ubuntu lucid/one...
- 04:23 PM Revision d18529fc (qgis): show warning before updating exisiting shapefile (fix #5335)
- 02:47 PM Feature request #5612 (Closed): Add data defined symbol in new symbology (is/was available in old...
- It would be great to be able to assign a unique symbol to unique classified values in new symbology interface, the sa...
- 02:44 PM Bug report #5611 (Closed): Deleting multiple classified symbols in the style window not working
- in the Layer Properties / Style tab (using the new symbology interface) if I classify a layer, then select multiple s...
- 02:39 PM Bug report #5610 (Closed): MS SQL Server driver - Attribute table empty after using Query builder
- After using the MS SQL Server driver and the query builder to filter the imported layer/table, the attribute table is...
- 01:44 PM Bug report #5609 (Closed): Print composer probably generating pdf even if user canceled the file...
- Steps to reproduce:
# Open some big project - it's necessary to see the time difference, don't check this if output p... - 12:29 PM Bug report #5608: Value in Primary Key Field with Sequence Is Ignored When New Feature Is Added
- Not reproducable with master.
Creating a table with:... - 10:33 AM Bug report #5608 (Closed): Value in Primary Key Field with Sequence Is Ignored When New Feature I...
- See thread [Qgis-user] QGis 1.7.4 possible bug with PostgreSQL/Postgis manual integer primary key? http://lists.osgeo...
- 09:34 AM Bug report #5607: Qgis-nigthly builds from qgis.org/ubuntugis-nightly depends on libgdal 1.7.0
- Already noticed. Hopefully fixed in commit:0bac04db. Let's wait for the next round of nightly builds.
- 09:23 AM Bug report #5607 (Closed): Qgis-nigthly builds from qgis.org/ubuntugis-nightly depends on libgdal...
- The new nigthly builds for the ubuntugis ppa depends on libgdal 1.7.0
> apt-rdepends qgis | grep libgdal
> Reading ... - 09:15 AM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- I got an answer form the ubuntugis people...
> owner changed from ubuntu@… to jlarouche
> status changed from ... - 05:17 AM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- Hi there...
I found something strange...
> apt-rdepends qgis | grep libgdal
> Reading package lists... Done
> Buildin... - 07:32 AM Bug report #5335 (Closed): "export/add geometry columns" make QGIS crash if you have previously o...
- Fixed in changeset commit:"d18529fc266cf03992a35244164b73e04e505a0e".
- 07:23 AM Feature request #5606 (Open): Defining column types for CSV imports
- At work we use Mac OS X. Microsoft Office for Mac no longer supports DBF exports, and much of our data that we'd like...
- 06:39 AM Bug report #5544: --configpath not used
- I think this should be a blocker. Several organizations rely on this feature in their more complex setups. In my opin...
- 06:39 AM Bug report #5544: --configpath not used
- I think this should be a blocker. Several organizations rely on this feature in their more complex setups. In my opin...
- 06:39 AM Bug report #5544: --configpath not used
- I think this should be a blocker. Several organizations rely on this feature in their more complex setups. In my opin...
- 04:24 AM Revision 38b3212b (qgis): fixed #5566
- added deactivation of algorithms in modeler
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-... - 02:59 AM Bug report #5605 (Closed): Zoom is not restored opening a project with OTFR on while the canvas h...
- The zoom is not correctly restored when opening a project which has OTFR on while the canvas has OTFR off.
Steps to ...
2012-05-15
- 11:43 PM Bug report #4521: Map Tips does not work with on the fly CRS transformation
- Submitting a patch for this issue. But please review it carefully since I'm new both to C++ and Qgis core programming...
- 11:11 PM Bug report #5602: Identify disabled in WMS for grouped layers
- tested on:
- ubuntu 10.04 + qgis trunk
- win xp + qgis 1.7.4
- win server 2003 + qgis 1.7.4
- win 7 + qgis 1.7.4
All... - 08:09 AM Bug report #5602 (Feedback): Identify disabled in WMS for grouped layers
- 08:06 AM Bug report #5602: Identify disabled in WMS for grouped layers
- what platform and qgis version?
- 08:02 AM Bug report #5602 (Closed): Identify disabled in WMS for grouped layers
- I have a WMS service (mapserver) like this:
-group1
--layer1
--layer2
--layer3
If I open separately layer1, layer2... - 06:01 PM Revision 07e4fb15 (qgis): Merge branch 'master' of git://github.com/qgis/Quantum-GIS
- 01:11 PM Bug report #5544: --configpath not used
- I tried on linux (fedora 17) with qgis master, same problem.
- 07:34 AM Bug report #5544: --configpath not used
- I redid a try on Windows 7 and 1.8.0-Lisboa Lisboa, 3874b10
I deleted the previous qgis folder so the app would crea... - 10:36 AM Feature request #5604 (Closed): Add a "select all classes" button in vector style tab
- Sometimes in categorised and graduated symbology the number of classes is HUGE and if a user needs to change a proper...
- 08:54 AM Bug report #5597: External URL access via PyQt crashes QGIS on Mac OS X
- I have tested it on latest 1.8 under Mac OS X 10.7.3, too. Also crashes.
Here is where William Kyngesburye mentione... - 08:01 AM Bug report #5597: External URL access via PyQt crashes QGIS on Mac OS X
- Larry Shaffer wrote:
> Giovanni Manghi wrote:
> > If this is a regression since 1.7.4 please tag this as blocker.
>
... - 05:19 AM Bug report #5597: External URL access via PyQt crashes QGIS on Mac OS X
- Giovanni Manghi wrote:
> If this is a regression since 1.7.4 please tag this as blocker.
How do I change the status ... - 08:53 AM Feature request #5603 (Closed): Add support for project files in the QGIS browser
- subject say it all
- 08:35 AM Bug report #5255 (Reopened): Wrong codepage of shapefile
- You can try custom QGIS build from NextGIS (http://nextgis.ru/en/nextgis-qgis/) where this issue solved
- 08:32 AM Bug report #5255: Wrong codepage of shapefile
- Recompiled GDAl and QGIS:
QGIS version: 1.8.0-Lisboa, QGIS code revision: a1255fc, Compiled against GDAL/OGR: 2.0dev... - 04:54 AM Bug report #5601 (Closed): print composer rendering
- Creating a custom point will not render correctly in print composer. The legend will display the point ok but the com...
- 02:34 AM Bug report #5588: Print Composer - arrow size
- see also #5590
- 02:14 AM Bug report #5588: Print Composer - arrow size
- Yep, 1.7.4
- 02:33 AM Bug report #5590: Arrow in composer - "bounding box" corners
- Ok I see, but I would say that this issue is related to #5588
- 02:18 AM Bug report #5590: Arrow in composer - "bounding box" corners
- Screenshot attached. 1.7.4 on Windows server 2008 r2
2012-05-14
- 01:38 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Also, I noticed that in PROJ4.7 EPSG 3148 is defined:...
- 01:28 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
> In the same setup (GDAL and maybe PROJ.4)?
yes, on osgeo4w- 01:25 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Giovanni Manghi wrote:
> but the bottom line is that qgis 1.7.4 reads correctly also the provided prj
In the same se... - 01:22 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Salvatore Larosa wrote:
> It seem depends on the PRJ file definition!
> If you use the definition as below [1], QGIS ... - 01:19 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- It seem depends on the PRJ file definition!
If you use the definition as below [1], QGIS acknowledges the correct ref... - 12:57 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- Also, regarding testepsg not showing the +towgs84 value, I believe this is not linked to the issue raised here. The a...
- 12:54 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- I don't think it's a gdal issue here: on a windows machine with both qgis (1.7.4) and qgis-dev (to-be 1.8) installed,...
- 12:47 AM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- I can confirm the issue with the provided shapefile (tested on Windows/osgei4w) as actually I don't have a Linux mach...
- 11:02 PM Bug report #5598: CRS attribution algorithm for newly added layers broken in qgis-master (upcomin...
- I have the same problem as you. I believe it is a problem with gdal. testepsg shows the towgs84 is being stripped o...
- 07:26 PM Bug report #5598 (Closed): CRS attribution algorithm for newly added layers broken in qgis-master...
- Something's seriously wrong with CRS attribution for newly added layers in qgis-master (i.e. soon to be 1.8). I have ...
- 01:32 AM Bug report #5599: Unable to select/identify a polyline
- It happens with both the identify/select tools and affects also master.
- 01:32 AM Bug report #5599: Unable to select/identify a polyline
- It happens with both the identify/select tools and affects also master.
- 01:22 AM Bug report #5599 (Closed): Unable to select/identify a polyline
- I have a shape file containing polylines. For some of the polylines, QGis fails to detect clicks on the lines (they d...
- 01:21 AM Bug report #4480 (Closed): Increase/decrease priority in rule-based rendering
- 12:37 AM Revision 50ba9929 (qgis): backport wmts support
- 12:31 AM Revision 3ff1bff1 (qgis): wmts fixes:
- - fix tile limits
- fix support support for multiple formats - 12:17 AM Bug report #5597 (Feedback): External URL access via PyQt crashes QGIS on Mac OS X
- If this is a regression since 1.7.4 please tag this as blocker. I cannot test myself as I have not access to a Mac.
- 06:22 PM Bug report #5597 (Closed): External URL access via PyQt crashes QGIS on Mac OS X
- After typing the following commands at the Python Console, QGIS crashes (after entering last command):...
- 07:02 PM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- I've confirmed that using a linux qgis build with gdal 1.9 fixes the displacement issue which was raised while filing...
- 11:14 AM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- leonardo andres hardtke wrote:
> Nice! I found:
>
> Precise:
> deb http://qgis.org/ubuntugis-nightly precise mai... - 11:10 AM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- Giovanni Manghi wrote:
> they are not new, but there is still no qgis package in ubuntugis/precise
>
> https://launc... - 11:00 AM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- leonardo andres hardtke wrote:
> Nice! I found:
>
> Precise:
> deb http://qgis.org/ubuntugis-nightly precise mai... - 10:54 AM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- Nice! I found:
Precise:
deb http://qgis.org/ubuntugis-nightly precise main
deb-src http://qgis.org/ubuntugis-nig... - 04:52 PM Bug report #4969: Postgis Primary key
- The behavior was changed in commit:494561167 probably because if the the first suitable pkey is pre-selected the user...
- 02:08 PM Feature request #5596 (Closed): Pass feature Geometry to custom form
- Instead of the featureId which is 0 for a newely created feature
http://irclogs.geoapt.com/qgis/%23qgis.2012-05-13.log - 11:27 AM Bug report #5543: OSX several plugins not loading
- More discussion on this issue:
http://osgeo-org.1560.n6.nabble.com/OSGEO4W-vs-Mac-OS-X-Qt-version-or-34-plugins-slig... - 10:52 AM Feature request #5589 (Closed): Useability issues with scalebar component in composer
- same thing as #5592
It is probably (surely) possible to make things better about the scalebar, but it is a documente... - 10:52 AM Feature request #5589 (Closed): Useability issues with scalebar component in composer
- same thing as #5592
It is probably (surely) possible to make things better about the scalebar, but it is a documente... - 09:11 AM Feature request #5589 (Closed): Useability issues with scalebar component in composer
- I consider this a bug but typically most people consider this sort of thing a "feature request".
Simply put, the cur... - 10:18 AM Bug report #5590 (Feedback): Arrow in composer - "bounding box" corners
- I cannot confirm on master on Ubuntu. Can you please leave feeback and post a screenshot?
- 10:18 AM Bug report #5590 (Feedback): Arrow in composer - "bounding box" corners
- I cannot confirm on master on Ubuntu. Can you please leave feeback and post a screenshot?
- 10:18 AM Bug report #5590 (Feedback): Arrow in composer - "bounding box" corners
- I cannot confirm on master on Ubuntu. Can you please leave feeback and post a screenshot?
- 09:13 AM Bug report #5590 (Closed): Arrow in composer - "bounding box" corners
- The four corners for the "bounding box" of the arrow you add in print composer aren't actually surrounding the arrow ...
- 10:13 AM Bug report #5588 (Feedback): Print Composer - arrow size
- I confirm it on master/ubuntu. If the user mistakenly just click instead of dragging a little the mouse, then it rema...
- 10:13 AM Bug report #5588 (Feedback): Print Composer - arrow size
- I confirm it on master/ubuntu. If the user mistakenly just click instead of dragging a little the mouse, then it rema...
- 10:13 AM Bug report #5588 (Feedback): Print Composer - arrow size
- I confirm it on master/ubuntu. If the user mistakenly just click instead of dragging a little the mouse, then it rema...
- 09:26 AM Bug report #5588: Print Composer - arrow size
- "Attribute table" does this too. Other elements may also.
The reason this is a problem is because if I wanted to "mo... - 08:58 AM Bug report #5588 (Closed): Print Composer - arrow size
- I create a new composer, then click on the "Add arrow" button and then click on the blank space.
This gives me a pidd... - 10:07 AM Bug report #2001 (Closed): Postgis Manager notes for enhancements/bug fixes
- Alexander Bruy wrote:
> Now DB Manager in core, so I think we can close this ticket
you are right - 10:07 AM Bug report #2001 (Closed): Postgis Manager notes for enhancements/bug fixes
- Alexander Bruy wrote:
> Now DB Manager in core, so I think we can close this ticket
you are right - 10:05 AM Feature request #5592 (Closed): Right-clicking to "lock" things in composer
- Hi,
as this is a request for a change of something/behaviour that already exist (and that by the way is documented i... - 10:05 AM Feature request #5592 (Closed): Right-clicking to "lock" things in composer
- Hi,
as this is a request for a change of something/behaviour that already exist (and that by the way is documented i... - 09:24 AM Feature request #5592 (Closed): Right-clicking to "lock" things in composer
- 1.7.4
I discovered this feature by accident. One minute I'm fiddling around with my boxes, the next my box is locked... - 09:57 AM Bug report #5593 (Closed): upside down labels turned upside up with new labelling machanism
- I have legacy data using points to label contour lines. The points have associated angle information which places the...
- 07:55 AM Bug report #5255 (Closed): Wrong codepage of shapefile
- 07:45 AM Bug report #5255: Wrong codepage of shapefile
- Bug in GDAL already fixed, see http://trac.osgeo.org/gdal/ticket/4650
- 07:18 AM Bug report #5255: Wrong codepage of shapefile
- zirneklitis - wrote:
> It's impossible to switch the code page for any shape files created by QGIS.
it is not qgis f... - 07:14 AM Bug report #5255: Wrong codepage of shapefile
- When *.dbf file is re-saved with OpenOffice Calc, QGIS shows the correct characters with any given code page. Until ...
2012-05-13
- 12:37 AM Bug report #5584: QGIS crashes saving a vector with an empty geometry
- Hi Marco,
Marco Hugentobler wrote:
> The problem is that in Settings->Snapping options, avoid intersection is switch... - 12:04 AM Bug report #5584: QGIS crashes saving a vector with an empty geometry
- The problem is that in Settings->Snapping options, avoid intersection is switched on for the layer 'limites'. Therefo...
- 01:56 PM Bug report #5584: QGIS crashes saving a vector with an empty geometry
- very odd... if in the attached project I remove (not only unselect) the layer "limites", then it work all as expected.
- 01:31 PM Bug report #5584 (Closed): QGIS crashes saving a vector with an empty geometry
- See the attached sample project. Open it.
* You will see a "pda" shape polygon layer that is empty
* Try digitize the... - 12:02 AM Feature request #5587: v.in.ogr.qgis should allow us to ignore details
- This is very easy to fix (patches welcome), but will probably be not, as our efforts are mainly devoted to the new se...
- 08:04 PM Feature request #5587 (Closed): v.in.ogr.qgis should allow us to ignore details
- Per #4620, there's a GRASS bug that is totally preventing me from importing certain data into GRASS. However, it appe...
- 11:49 PM Bug report #3550: Labels scale dependency not saved
- Confirmed on Windows 7 32 bit, QGIS 1.7.4 411aff6, and on Android 3.2 QGIS QGIS 1.9.90 a8cf00d
I've inserted specifi... - 11:19 PM Bug report #4821: Can't print in A0 size, used to work in QGIS 1.6
- It should work much better on 32bit machines with change commit:0bf56ab225789dacbd0e7a6523486eda2b054d67 for many cas...
- 10:42 PM Revision 84959cb8 (qgis): WMTS/WMS updates:
- - larger precision in BBOX (WMS/WMS-C)
- keep GetCapabilities request or document for GetCapabilities request (WMTS)
... - 10:38 PM Revision 4b5d2652 (qgis): missed a dialog
- 10:36 PM Revision 2130b02c (qgis): [FEATURE] WMTS
- 07:24 PM Revision 2caba61b (qgis): update fr strings
- 04:00 PM Feature request #5586 (Closed): Print composer: allow draw annotation without needing to draw a grid
- I know that the line/cross size can be set to 0, but this way around the map beside the annotations is not visible an...
- 02:26 PM Bug report #5585 (Closed): cannot snap after having finished editing (and started again)
- I'm not a guy that does a lot of digitizing, so I would be happy if someone can demonstrate that I'm the one doing th...
- 09:48 AM Revision 346991e2 (qgis): Merge pull request #140 from slarosa/master
- Add Multigeometries support in Simplify tool
- 09:46 AM Revision a1255fce (qgis): minor formatting fixes
2012-05-12
- 01:54 AM Bug report #5577: "Densify geomteries" crashes QGIS
- Alexander Bruy wrote:
> As I understand, shapefile can contain in LineString layer also MultiLineString geometries, a... - 04:19 AM Bug report #5577 (Closed): "Densify geomteries" crashes QGIS
- As I understand, shapefile can contain in LineString layer also MultiLineString geometries, and in MultiLineString la...
- 04:19 AM Bug report #5577 (Closed): "Densify geomteries" crashes QGIS
- As I understand, shapefile can contain in LineString layer also MultiLineString geometries, and in MultiLineString la...
- 04:07 AM Bug report #5577: "Densify geomteries" crashes QGIS
- Well,
FID 0,2,3 wkbType() returns 2 and isMultipart() returns False;
FID 1 wkbType() returns 5 and isMultipart() ret... - 03:32 AM Bug report #5577: "Densify geomteries" crashes QGIS
- Alexander Bruy wrote:
> Well, take a look at geometry with FID = 1. This one is MultiGeometry and you can easy check ... - 12:24 AM Revision edaadddb (qgis): fix cmake warning and report GDAL version
- 08:01 PM Revision e9ff0723 (qgis): Add Multigeometries support in Simplify tool for geomVertexCount function
- 01:49 PM Bug report #5576: Paths with accented characters give error when opening files
- Pierre-Luc Auclair wrote:
> I can't confirm it's a regression.
ok, I'll change the priority, change it again if you ... - 01:36 PM Bug report #5576: Paths with accented characters give error when opening files
- I can't confirm it's a regression.
- 01:04 PM Revision 2607535b (qgis): also add MultiPolygon support in Densify geometry
- 10:53 AM Bug report #5579: qgis-plugin-grass fails to install from nightly build on Ubuntu Precise
- Problem was a corrupted package cache - manually uninstalling and reinstalling dependencies appears eventually to hav...
- 10:09 AM Bug report #5579 (Closed): qgis-plugin-grass fails to install from nightly build on Ubuntu Precise
- Kevin Kenny wrote:
> > GRASS
> >
> > If you want the GRASS plugin make sure to install the optional package
> >
> >... - 10:09 AM Bug report #5579 (Closed): qgis-plugin-grass fails to install from nightly build on Ubuntu Precise
- Kevin Kenny wrote:
> > GRASS
> >
> > If you want the GRASS plugin make sure to install the optional package
> >
> >... - 09:32 AM Bug report #5579: qgis-plugin-grass fails to install from nightly build on Ubuntu Precise
- Thanks for your time, and sorry that I'm being too stupid to install this stuff.
In the nightly repository, I see th... - 07:17 AM Bug report #5579: qgis-plugin-grass fails to install from nightly build on Ubuntu Precise
- Kevin Kenny wrote:
> that appears to be older than anything available for Ubuntu Precise from the ubuntugis-unstable... - 04:30 AM Bug report #5579: qgis-plugin-grass fails to install from nightly build on Ubuntu Precise
- Uhm, I've been installing from the nightly build repository - as it says in the first line of the problem description...
- 10:26 AM Revision 033d58d4 (qgis): add MultiLineString support to Densify geometries tool (addresses #5577)
- 04:50 AM Bug report #2001 (Feedback): Postgis Manager notes for enhancements/bug fixes
- Now DB Manager in core, so I think we can close this ticket
- 04:39 AM Bug report #4547: Garbled Japanese characters in GRASS plugin
- Looks like duplicate of #3164 (same issue for cyrillic)
- 04:39 AM Bug report #4547: Garbled Japanese characters in GRASS plugin
- Looks like duplicate of #3164 (same issue for cyrillic)
- 04:37 AM Bug report #4480 (Feedback): Increase/decrease priority in rule-based rendering
- Should be fixed by Martin's improvements for rule-based renderer
2012-05-11
- 01:57 AM Feature request #5583: Allow enter interactively reclass rules in r.reclass
- Check wxpy GRASS GUI for an example implementation
- 01:42 AM Feature request #5583 (Closed): Allow enter interactively reclass rules in r.reclass
- subject says it all
- 01:49 AM Bug report #5577: "Densify geomteries" crashes QGIS
- Anyway I add MultiLineString support in commit:033d58d454, and now attached file processed correctly. Now working on ...
- 01:45 AM Bug report #5577: "Densify geomteries" crashes QGIS
- Salvatore Larosa wrote:
> I don't think that the problem is the MultiGeometries:
>
> [...]
>
> indeed it is not a M... - 01:34 AM Bug report #5577: "Densify geomteries" crashes QGIS
- Alexander Bruy wrote:
> This is because attached layer contains MultiLineString geometry. It is odd that wkbType() fo... - 01:32 AM Bug report #5577: "Densify geomteries" crashes QGIS
- I don't think that the problem is the MultiGeometries:...
- 12:31 AM Bug report #5577: "Densify geomteries" crashes QGIS
- This is because attached layer contains MultiLineString geometry. It is odd that wkbType() for this layer returns 2 (...
- 11:01 AM Bug report #5577 (Closed): "Densify geomteries" crashes QGIS
- On Ubuntu 64bit
gio@sibirica:~$ qgis
Warning: loading of qgis translation failed [/usr/share/qgis/i18n//qgis_en_US]
... - 01:36 AM Bug report #5579 (Feedback): qgis-plugin-grass fails to install from nightly build on Ubuntu Precise
- There are no yet packages for QGIS in the ubuntugis/precise repository. If you want to install qgis-dev/1.8 in precis...
- 07:53 PM Bug report #5579 (Closed): qgis-plugin-grass fails to install from nightly build on Ubuntu Precise
- I've been updating from nightly builds to get a QGIS compatible with the Ubuntu Precise system libraries. The last t...
- 01:32 AM Bug report #5576 (Feedback): Paths with accented characters give error when opening files
- It is a blocker only if it is a regression (in qgis-master aka 1.8 aka Lisboa) since 1.7.4, con you confirm is a regr...
- 10:24 AM Bug report #5576: Paths with accented characters give error when opening files
- Note, this doesn't seem to happen on every type of file formats.
.xls files do not work, while .shp do. - 10:11 AM Bug report #5576 (Closed): Paths with accented characters give error when opening files
- If you try to open a file and its path contains accented characters, the file will not load, giving error : ".../is n...
- 05:37 PM Revision fa8c9ba8 (qgis): Empty config file entry in layer cache for sld layers
- 05:37 PM Revision 6678c751 (qgis): QgsMSLayerCache inherits from QObject to use signal/slot mechanism
- 05:37 PM Revision 0971879a (qgis): Invalidate cache layers if project files are changed
- 04:20 PM Revision 19a5a471 (qgis): run make t2tdoc
- 04:12 PM Revision 7d108f67 (qgis): re-run scripts/scandeps.pl
- 12:29 PM Revision 44248cb0 (qgis): fix GDAL version check
- 11:08 AM Bug report #5571 (Closed): Debian testing build fails after Qt update.
- Apparently a problem in @libqtwebkit-dev@ that is already fixed in unstable. cmake looks for @libQtWebKit.so@ in @/us...
- 09:28 AM Bug report #5571: Debian testing build fails after Qt update.
- To my knowledge this is a problem in the libqtwebkit debian package and should be reported to the creator of the debi...
- 09:28 AM Bug report #5571: Debian testing build fails after Qt update.
- To my knowledge this is a problem in the libqtwebkit debian package and should be reported to the creator of the debi...
- 11:03 AM Bug report #5578 (Closed): Node tools symbols (squares) are left on the canvas when the layer is ...
- Subject says it all.
- 08:18 AM Bug report #4537: Unfilled Selected polygons not shown: boundaries not highlighted
- One more thing:
if a polygon is filled with a SVG with no round corners (to all the area is covered by the svg patch... - 08:18 AM Bug report #4537: Unfilled Selected polygons not shown: boundaries not highlighted
- One more thing:
if a polygon is filled with a SVG with no round corners (to all the area is covered by the svg patch... - 08:02 AM Bug report #5575: The button "classify" has no effect when changing the the color ramp (but not t...
- it affects also 1.7.4 so is not a regression/blocker.
- 07:58 AM Bug report #5575 (Closed): The button "classify" has no effect when changing the the color ramp (...
- Tested on master:
pick a vector, make a categorised symbology by selecting a color ramp and a field and hit the "cla... - 07:53 AM Bug report #5574 (Closed): QGIS 1.7.4 fails to start on WinXP SP3 due missing mingwm10.dll
- After installing QGIS standalone QGIS-OSGeo4W-1.7.4-d211b16 it fails to start due to missing mingwm10.dll file. If fi...
- 05:31 AM Bug report #4969: Postgis Primary key
- Blocker as policy for regressions.
- 05:28 AM Bug report #4969 (Open): Postgis Primary key
- The problem occurs again (regression?).
The first primary key for views is not pre-selected, on Ubuntu 11.04 and QGi... - 05:28 AM Bug report #4969 (Open): Postgis Primary key
- The problem occurs again (regression?).
The first primary key for views is not pre-selected, on Ubuntu 11.04 and QGi... - 03:59 AM Bug report #5572 (Feedback): Project properties- Bad allocation
- I have seen this recently on a Windows machine. Solved by uninstalling, removing proper qgis windows registry keys an...
- 03:59 AM Bug report #5572 (Feedback): Project properties- Bad allocation
- I have seen this recently on a Windows machine. Solved by uninstalling, removing proper qgis windows registry keys an...
- 03:59 AM Bug report #5572 (Feedback): Project properties- Bad allocation
- I have seen this recently on a Windows machine. Solved by uninstalling, removing proper qgis windows registry keys an...
- 03:59 AM Bug report #5572 (Feedback): Project properties- Bad allocation
- I have seen this recently on a Windows machine. Solved by uninstalling, removing proper qgis windows registry keys an...
- 03:49 AM Bug report #5572 (Closed): Project properties- Bad allocation
- I have been facing some issues accessing the project properties and georeferencer. I keep getting a "bad allocation" ...
- 03:43 AM Bug report #5070: Geometry validity does not work well
- AFAIK, there is not a tool for that, so it would be important to understand why it does not work!
I did some test and... - 03:43 AM Bug report #5070: Geometry validity does not work well
- AFAIK, there is not a tool for that, so it would be important to understand why it does not work!
I did some test and... - 02:03 AM Bug report #5070: Geometry validity does not work well
- see also #5570 (that has a sample attached)
- 02:42 AM Feature request #5546 (Open): Add a warning when vector fields/values are above the limits
- New description:
Is not unusual to find shapefiles with field values that are above the limits for the column dataty... - 02:42 AM Feature request #5546 (Open): Add a warning when vector fields/values are above the limits
- New description:
Is not unusual to find shapefiles with field values that are above the limits for the column dataty... - 02:42 AM Feature request #5546 (Open): Add a warning when vector fields/values are above the limits
- New description:
Is not unusual to find shapefiles with field values that are above the limits for the column dataty... - 02:42 AM Feature request #5546 (Open): Add a warning when vector fields/values are above the limits
- New description:
Is not unusual to find shapefiles with field values that are above the limits for the column dataty... - 02:42 AM Feature request #5546 (Open): Add a warning when vector fields/values are above the limits
- New description:
Is not unusual to find shapefiles with field values that are above the limits for the column dataty... - 02:03 AM Bug report #5570 (Closed): missed errors using `Check geometry validity` tool
- duplicate of #5070
- 02:03 AM Bug report #5570 (Closed): missed errors using `Check geometry validity` tool
- duplicate of #5070
2012-05-10
- 01:34 AM Bug report #5571 (Closed): Debian testing build fails after Qt update.
- After the Qt library update in Debian testing (wheezy) last night, qgis will now not build:
-- Found Qt4: /usr/bin/q... - 04:54 PM Bug report #5570 (Closed): missed errors using `Check geometry validity` tool
- OpenJUMP found these errors which the `Check geometry validity` tool missed. They appear to be either Duplicate rings...
- 02:42 PM Revision fa8c9e62 (qgis): renamed mmqgis code
- splitted r.surf.rst
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@181 881b9c09-3ef8... - 01:50 PM Feature request #5569 (Feedback): Turn all attribute table buttons into right click options
- Ref: v1.8 Lisboa
This is possibly a Windows-centric UI request, but it seems to me that having the buttons at the bo... - 01:46 PM Revision 3874b107 (qgis): fix overriding of locale in options
- 01:01 PM Revision 92ec1188 (qgis): added GridSurface and MergeData algs to FUSION
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@180 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 01:00 PM Revision 3e774231 (qgis): changed batch process behaviour when there are html outputs
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@179 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 06:45 AM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- The way I raised the issue might have been poorly worded, but it'd be nice for the underlying issue not to be rejecte...
- 06:35 AM Bug report #5564: linux qgis nightly-build built using 2-years-old gdal 1.7.3, creating misaligne...
- + 1 !
It would be good to have a qgis nightly version, built against the ubuntugis-unstable gdal version (1.9.0).
Th... - 06:29 AM Bug report #5564 (Rejected): linux qgis nightly-build built using 2-years-old gdal 1.7.3, creatin...
- The nightly builds are using the gdal version of the target distributions and are mainly to test if qgis builds again...
- 06:29 AM Bug report #5564 (Rejected): linux qgis nightly-build built using 2-years-old gdal 1.7.3, creatin...
- The nightly builds are using the gdal version of the target distributions and are mainly to test if qgis builds again...
- 06:25 AM Bug report #5564 (Rejected): linux qgis nightly-build built using 2-years-old gdal 1.7.3, creatin...
- The linux qgis nightly-build offered @ http://qgis.org/debian-nightly is built using a 2-years-old version of gdal (1...
- 06:32 AM Bug report #4434: "project properties" and menu icons missing from QGIS when using UNITY Desktop ...
- Hi!
I'm running 1.8 rc under Ubuntu 12.04 LTS, no entry for "project properties" on the menu yet.
here is the output ...
2012-05-09
- 01:31 AM Feature request #3472: Enhancement: create by length/angle / Rotate feature
- Making polygons by fixed length exists in plugin Enhanced polygon capture.
Rotate is possible with plugin Rectangles,... - 01:31 AM Feature request #3472: Enhancement: create by length/angle / Rotate feature
- Making polygons by fixed length exists in plugin Enhanced polygon capture.
Rotate is possible with plugin Rectangles,... - 12:27 AM Feature request #5561: Project Scale List
- Thanks for reviewing this patch. Good point for postpone it to Qgis after 1.8.
Please have a look to my use of the m... - 12:22 AM Feature request #5561: Project Scale List
- Thanks for patch, I'll look at it ASAP. But as this new feature it can be applied only after releasing 1.8.0
- 06:05 PM Feature request #5561: Project Scale List
- Good job. Looks good to me. Might have to wait until 1.8 is out though as it's a new feature, not really a bug fix.
- 12:39 PM Feature request #5561 (Closed): Project Scale List
- This patch adds a new feature in Qgis Desktop project properties. The aim is to provide a way to configure and use a ...
- 06:03 PM Feature request #5563: All CRS selection dialogs should clearly state current projection system
- I agree. I might be able to get this in for 1.8 if not I can add it after. Shouldn't take much work.
- 05:09 PM Feature request #5563 (Closed): All CRS selection dialogs should clearly state current projection...
- This may seem ridiculous to old hands, but most dialogs don't actually show this.
There should be a non-editable fiel... - 05:06 PM Revision a8651bc8 (qgis): added r histogram script
- fixed bug in r script editor
fixed bug in modeler when using lagorithms with optional raster layers
git-svn-id: http... - 04:07 PM Revision 6d6331d6 (qgis): forced output log filename in R
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@177 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 02:44 PM Revision 16708cd5 (qgis): added clear history button
- fixed buf in outputs (missing open variable)
fixed bug when using table-like params dialog
git-svn-id: http://sextan... - 01:42 PM Bug report #5562 (Closed): scaling in print manager
- to have more flexibility in scaling in different units it would be advantages to be able to have more decimal points ...
- 10:45 AM Revision 45f56188 (qgis): added pseudo-optional outputs
- switched to rst-based help files
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@175 ... - 08:43 AM Revision d1cb3f3f (qgis): Rastercalculator: fix for reading out of source raster bounds
- 06:32 AM Bug report #5556: Label field not saved
- Pierre-Luc Auclair wrote:
> Will the new engine eventually replace this screen ?
not sure if new labelling will go ... - 06:30 AM Bug report #5558 (Feedback): QGIS 1.7.4 and < freeze when you close the "add postgis layer" witho...
- Please try qgis-master and report back.
- 06:30 AM Bug report #5558 (Feedback): QGIS 1.7.4 and < freeze when you close the "add postgis layer" witho...
- Please try qgis-master and report back.
- 06:30 AM Bug report #5558 (Feedback): QGIS 1.7.4 and < freeze when you close the "add postgis layer" witho...
- Please try qgis-master and report back.
- 05:44 AM Bug report #5558 (Closed): QGIS 1.7.4 and < freeze when you close the "add postgis layer" without...
- This occurs since a long time and I never took a few minutes to report it.
When you first want to add a postgis laye... - 06:03 AM Feature request #5559: add tooltip on fields in identify window / attribute window / feature form
- Here is the picture
- 05:58 AM Feature request #5559 (Open): add tooltip on fields in identify window / attribute window / featu...
- Many times, fields name are short and not explicit enough to understand their meaning.
Comments are already availabl... - 06:01 AM Feature request #5560 (Closed): add option for field display order in identify window
- Identify window displays fields using alphabetic order. Sometimes it's great, sometimes it's confusing since feature ...
2012-05-08
- 11:18 PM Revision 7544239b (qgis): use VSIReadDir() from gdal instead of quazip for listing .zip files and...
- 11:18 PM Revision 36b9ad19 (qgis): fix ziplayer handling for windows
- 11:18 PM Revision 169e4125 (qgis): Removed unused qsettings includes in tests
- 11:18 PM Revision d11603e7 (qgis): Remove old GCPs in georeferencer; clear image on close. Fixes #4310
- 11:18 PM Revision d8b081e3 (qgis): improve message log resizing
- 11:18 PM Revision ed47bcce (qgis): Mark unused var
- 11:18 PM Revision 77b8a337 (qgis): translation update: sl_SI by Joze
- 11:18 PM Revision c09cc7f8 (qgis): translation update: PL by Robert
- 11:18 PM Revision f2623951 (qgis): update fr strings
- 11:07 PM Revision 50f6f4c4 (qgis): Merge pull request #139 from etiennesky/zip_fixes
- Zip support fixes from Etienne
- 09:39 PM Revision fe0e48b5 (qgis): added GroundFilter (fusion)
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@174 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 08:34 PM Revision 31b48deb (qgis): fixed bugs in saga and grass extent calculation
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@173 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 06:24 PM Revision f60d40aa (qgis): use VSIReadDir() from gdal instead of quazip for listing .zip files and...
- 06:20 PM Revision e23e21f9 (qgis): fix ziplayer handling for windows
- 02:15 PM Revision cd2f975a (qgis): fixed bug when running unsaved models
- added gridmetrics to FUSION
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@172 881b9... - 01:41 PM Revision 0dbf937f (qgis): translation update: sl_SI by Joze
- 11:59 AM Revision c80371a7 (qgis): added explode and multi to single part algorithms
- added lastools for linux
added FUSION filterdata algorihtm
changed r installation method
git-svn-id: http://sextante... - 11:54 AM Bug report #5556: Label field not saved
- Thanks ! Did now know that ! Will the new engine eventually replace this screen ? Should I use the new engine exclusi...
- 11:50 AM Bug report #5556 (Closed): Label field not saved
- Pierre-Luc Auclair wrote:
> The one in vector properties.
that is the old engine, no more maintained and kept until ... - 11:50 AM Bug report #5556 (Closed): Label field not saved
- Pierre-Luc Auclair wrote:
> The one in vector properties.
that is the old engine, no more maintained and kept until ... - 11:47 AM Bug report #5556: Label field not saved
- The one in vector properties.
- 11:41 AM Bug report #5556: Label field not saved
- what do you mean with "normal" labelling symbology? the one available in the vector properties or the one available t...
- 11:38 AM Bug report #5556 (Closed): Label field not saved
- The "Field containing label" property is not saved, using the normal labeling symbology.
If this is relevant in any ... - 09:27 AM Bug report #5231: QGis crashes on Gradual styling
- I'm not sure about that. And I'm still waiting to get back my old laptop to reproduce some things. So till then I can...
- 09:08 AM Bug report #5231: QGis crashes on Gradual styling
- Victor Mensing wrote:
> I lost my password on this environmnet and was unable to ask for a new password.
the ID use... - 05:56 AM Bug report #5231: QGis crashes on Gradual styling
- I lost my password on this environmnet and was unable to ask for a new password. So i created a new account tot end t...
- 06:07 AM Bug report #5553 (Closed): If PostGIS database has many layers then listing/adding can take a lot...
- When adding a new postgis Theme in version 1.7.4 all works fine. In this version the themes are black and I able to c...
- 02:54 AM Bug report #5486 (Reopened): SRS error for new SpatiaLite layer in old SL DBs
- It was not due to compilation, but to a change in SL provider, I think: spatial_ref_sys of old SL db are not recogniz...
- 02:54 AM Bug report #5486 (Reopened): SRS error for new SpatiaLite layer in old SL DBs
- It was not due to compilation, but to a change in SL provider, I think: spatial_ref_sys of old SL db are not recogniz...
- 02:54 AM Bug report #5486 (Reopened): SRS error for new SpatiaLite layer in old SL DBs
- It was not due to compilation, but to a change in SL provider, I think: spatial_ref_sys of old SL db are not recogniz...
- 02:54 AM Bug report #5486 (Reopened): SRS error for new SpatiaLite layer in old SL DBs
- It was not due to compilation, but to a change in SL provider, I think: spatial_ref_sys of old SL db are not recogniz...
2012-05-07
- 11:57 PM Revision eaff178e (qgis): Mark unused var
- 11:24 PM Bug report #5486 (Closed): SRS error for new SpatiaLite layer in old SL DBs
- Looks like a package problem to me then.
- 01:50 PM Bug report #5486: SRS error for new SpatiaLite layer in old SL DBs
- same here on Debian/wheezy and QGIS master (173e9ad), everything works fine!
- 01:44 PM Bug report #5486: SRS error for new SpatiaLite layer in old SL DBs
- works fine on ubuntu 11.04 and qgis master from the nightly build repo.
- 12:07 PM Bug report #5486: SRS error for new SpatiaLite layer in old SL DBs
- Just checked, with today's master, same error.
Self packaged on Debian testing with master debian/rules - 12:03 PM Bug report #5486: SRS error for new SpatiaLite layer in old SL DBs
- I can create a new spatialite layer without SRS problem (master branch from today). Is the ticket still valid?
- 10:46 PM Revision 8cde0d3e (qgis): WMTS/WMS updates:
- - larger precision in BBOX (WMS/WMS-C)
- keep GetCapabilities request or document for GetCapabilities request (WMTS)
... - 09:50 PM Revision 173e9ada (qgis): improve message log resizing
- 02:32 PM Revision 3107d165 (qgis): moved grass.txt
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@170 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 01:43 PM Bug report #5547 (Closed): [DB Manager] - Geometry type (MultiPolygon) does not match column type...
- It seems related at #5328
drag & drop shp file throws this error:... - 12:13 PM Revision d0125890 (qgis): Merge pull request #138 from Cracert/trans
- translation update: PL by Robert
- 12:07 PM Bug report #5081 (Closed): QGIS server raster problem
- Seems this ticket can be closed now
- 11:54 AM Revision 301e3206 (qgis): translation update: PL by Robert
- 10:50 AM Revision c819bf1e (qgis): missed a dialog
- 09:53 AM Feature request #5546: Add a warning when vector fields/values are above the limits
- TJ Maciak wrote:
>Is there a better way to clone it that you can tell me how to do?
I already told you, the QGIS fi... - 09:52 AM Feature request #5546 (Feedback): Add a warning when vector fields/values are above the limits
- 09:52 AM Feature request #5546: Add a warning when vector fields/values are above the limits
- New description:
pick the attached shapefile. Clone the column "GEOID" to another one or just re-save the shape into ... - 09:52 AM Feature request #5546: Add a warning when vector fields/values are above the limits
- New description:
pick the attached shapefile. Clone the column "GEOID" to another one or just re-save the shape into ... - 09:34 AM Feature request #5546: Add a warning when vector fields/values are above the limits
- We did try to clone the column using the "Table Manager" plugin (in 1.74) but was not given an option to change the t...
- 09:30 AM Feature request #5546: Add a warning when vector fields/values are above the limits
- To change the column datatype of a shapefile you need to use the QGIS field calculator. Actually the normal operation...
- 09:26 AM Feature request #5546 (Open): Add a warning when vector fields/values are above the limits
- We converted a shapefile of neighborhoods from 4326 to 3857 epsg that contained a field called GEOID that was 13 char...
- 09:20 AM Revision ccdf076f (qgis): fixed syntax error in sagaalgorithm
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@169 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 09:10 AM Bug report #5545: There isn't repository for ubuntu 12.04
- Eric Marx wrote:
> I add this: "deb http://qgis.org/debian-nightly precise main" and I still can't download qgis-... - 09:02 AM Bug report #5545: There isn't repository for ubuntu 12.04
- I add this: "deb http://qgis.org/debian-nightly precise main" and I still can't download qgis-master.
":~$ sudo i... - 08:49 AM Bug report #5545 (Closed): There isn't repository for ubuntu 12.04
- The repository exist, is called ubuntugis but the packages for precise are not yet available. In any case is not a QG...
- 08:49 AM Bug report #5545 (Closed): There isn't repository for ubuntu 12.04
- The repository exist, is called ubuntugis but the packages for precise are not yet available. In any case is not a QG...
- 08:42 AM Bug report #5545 (Closed): There isn't repository for ubuntu 12.04
- I can't install qgis on ubuntu, because there isn't any ppa for ubuntu precise.
- 07:48 AM Revision be0e17be (qgis): Remove old GCPs in georeferencer; clear image on close. Fixes #4310
- 06:41 AM Feature request #5383 (Closed): DXF feature
- 05:04 AM Feature request #5383: DXF feature
- Doing some tests, I found that the DXF feature 'Hatch' can be displayed as Polygon feature in QGis. I agree that this...
- 05:57 AM Bug report #5544 (Closed): --configpath not used
- Hi,
The actual version of QGIS's master has trouble using the "--configpath" boot parameter.
If you set C:\\OSGeo4...
2012-05-06
- 10:57 PM Bug report #4310 (Closed): Georeferencer: GCP are not removed from map canvas and the tool does n...
- Fixed in changeset commit:"be0e17be31784702c5f8b13b048e6afbe0e972de".
- 10:05 PM Revision d3eae08b (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
- 10:00 PM Revision 54eabf30 (qgis): Removed unused qsettings includes in tests
- 09:56 PM Revision 154f4d6b (qgis): added how-to about grass description files (yet to be finished)
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@168 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 09:55 PM Revision fa6a4e56 (qgis): changed resampling extent behaviour in SAGA
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@167 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 09:05 PM Revision acd16433 (qgis): Merge pull request #136 from Jean-Roc/master
- translation update: fr by JR
- 09:01 PM Revision 1ad8700c (qgis): update fr strings
- 03:36 PM Revision 018a047c (qgis): [FEATURE] WMTS
- 03:19 PM Revision db1c3d9f (qgis): test cleanups
- 01:33 PM Revision c5ea708d (qgis): remove unused icons
- 01:31 PM Revision ad0d711f (qgis): new icons for Georeferencer plugin (fix #5530)
- 11:40 AM Revision dc866829 (qgis): changed str() with unicode(), to avoid problems with files in non-ascii...
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@166 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 08:31 AM Bug report #5543: OSX several plugins not loading
- It looks like another plugin that connects the activated() signal to its launching gui elements.
https://github.com/... - 05:39 AM Bug report #5543: OSX several plugins not loading
- Yeah SpatialQuery is core.
- 05:37 AM Bug report #5543: OSX several plugins not loading
- Spatial Query comes with QGIS 1.7 (see note on clean install) and does not show up in the list on plugins.qgis.org - ...
- 05:26 AM Bug report #5543 (Feedback): OSX several plugins not loading
- the plugins are 3rd party or core? If are 3rd party then you have to report the issues to the authors and/or to the p...
- 05:24 AM Bug report #5543 (Closed): OSX several plugins not loading
- Several plugins do not load in QGIS, e.g. QuickWKT and Spatial Query.
When selected from the menu or toolbar buttons... - 06:41 AM Feature request #3565 (Closed): Add layer by drag'n'drop to map frame
- Works as expected in master
- 06:41 AM Feature request #3565 (Closed): Add layer by drag'n'drop to map frame
- Works as expected in master
- 06:41 AM Feature request #3565 (Closed): Add layer by drag'n'drop to map frame
- Works as expected in master
- 06:41 AM Feature request #3565 (Closed): Add layer by drag'n'drop to map frame
- Works as expected in master
- 06:37 AM Feature request #5127 (Closed): Actions: add default/sample/templates
- Added in commit:1786b96ba80bd2
- 06:37 AM Feature request #5127 (Closed): Actions: add default/sample/templates
- Added in commit:1786b96ba80bd2
- 05:45 AM Feature request #4103: "Snap Tolerance" dialogue text needs to be updated
- Does this dialog even show up anymore. I can't get it to show up even when not clicking near a segment.
- 05:29 AM Revision 0d230296 (qgis): Merge pull request #135 from Cracert/trans
- Translation update PL
- 05:27 AM Feature request #5412 (Closed): Make the About>Developers page more human
- 05:25 AM Feature request #5412: Make the About>Developers page more human
- Added in commit:69ef4deba198b
- 04:42 AM Feature request #5530 (Closed): Toolbar icons for Georeferencer
- Fixed in changeset commit:"ad0d711f6a84098268e97bbd5a9c894db67bc34e".
- 03:11 AM Revision 8c236a39 (qgis): translation PL update: Dlg*
- 02:25 AM Revision 579c91d4 (qgis): translation PL test
2012-05-05
- 11:09 PM Revision 0bf56ab2 (qgis): Save memory in raster rendering
- 02:10 PM Bug report #5535: Merge rasters failure
- tested master on both ubuntu 12.04 and Windows and it works fine.
- 06:49 AM Bug report #5535: Merge rasters failure
- Nick Hopton - wrote:
> Is this problem reproducible or is it just me?
It works fine on my Ubuntu 11.04, not confirmed. - 05:52 AM Bug report #5535: Merge rasters failure
- Is this problem reproducible or is it just me?
- 05:30 AM Bug report #5535 (Closed): Merge rasters failure
- This is not a GdalTools plugin issue, neither a QGis one.
I'm closing the ticket as invalid because I cannot do anyt... - 05:30 AM Bug report #5535 (Closed): Merge rasters failure
- This is not a GdalTools plugin issue, neither a QGis one.
I'm closing the ticket as invalid because I cannot do anyt... - 04:56 AM Bug report #5535: Merge rasters failure
- No a blocker is only if it breaks a feature that used to work in a older version and that causes the main app to loos...
- 03:37 AM Bug report #5535: Merge rasters failure
- See above, the issue was raised for QGIS 1.8 (Lisboa). If it's not just me and the problem is reproducible elsewhere ...
- 02:42 AM Bug report #5535: Merge rasters failure
- Nick Hopton - wrote:
> I was in two minds about whether or not to flag this issue as a Blocker. On balance I think I ... - 02:39 AM Bug report #5535: Merge rasters failure
- I was in two minds about whether or not to flag this issue as a Blocker. On balance I think I should have done this, ...
- 07:41 AM Revision 530bdfc6 (qgis): Merge pull request #134 from artfwo/master
- Russian translation update for 1.8
- 06:44 AM Revision 43abddb6 (qgis): Updated Russian translation.
2012-05-04
- 11:40 PM Revision 99d41cfa (qgis): Removed return - for pg provider crs method comments
- 08:21 PM Revision 63cdfab5 (qgis): typo
- 01:37 PM Feature request #5396: Run algorithms in a different thread
- IT should go on the AlgorithmExecutor Class. All other classes call it when executing an algorithm. It is on the gui ...
- 11:21 AM Feature request #5396: Run algorithms in a different thread
- Was implementing this in the GUI code, but am not longer sure that is the right approach. Perhaps it should be lower ...
- 12:21 PM Revision 479907f9 (qgis): Disable floating dock widgets in composer. Fix #5118
- 10:40 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Hi,
I updated as "cause data corruption" as it actually replaces the original line by a shorter line at least for me)... - 07:31 AM Bug report #5515 (Closed): Can't create SpatiaLite databases and layers
- Seems this is depends on how SpatiaLite is build. It works if SpatiaLite compiled as loadable extension and don't wor...
- 07:31 AM Bug report #5515 (Closed): Can't create SpatiaLite databases and layers
- Seems this is depends on how SpatiaLite is build. It works if SpatiaLite compiled as loadable extension and don't wor...
- 04:45 AM Bug report #3789: Please update license file
- I wanted to start with this on monday anyway (with volter). First I have to find out what is really necessary to get ...
- 03:41 AM Bug report #3789: Please update license file
- Now it has been accepted, so no block. However, we probably need a team to evaluate licences before adding new code b...
- 03:13 AM Bug report #3789: Please update license file
- Paolo Cavallini wrote:
> Now qgis has been accepted in Debian main: can this be closed?
Probably not - or did we cha... - 03:06 AM Bug report #3789: Please update license file
- Now qgis has been accepted in Debian main: can this be closed?
- 04:41 AM Feature request #5015 (Closed): Backport the "zonal statistic" core plugin to 1.7.x
- Not necessary any more with upcoming 1.8 release as it is close to master
- 04:41 AM Feature request #5015 (Closed): Backport the "zonal statistic" core plugin to 1.7.x
- Not necessary any more with upcoming 1.8 release as it is close to master
- 04:41 AM Feature request #5015 (Closed): Backport the "zonal statistic" core plugin to 1.7.x
- Not necessary any more with upcoming 1.8 release as it is close to master
- 04:00 AM Feature request #5532: Saved styles enhancement
- All the symbol dialogs are getting a make over in this year GSoC. Will take your feedback on board for the student w...
- 03:24 AM Bug report #5118: Floating controls in the print composer do not close (and continue to operate) ...
- Ok I have disabled the floating dock widgets for now. Doesn't give a good user experience with having a floating doc...
- 03:22 AM Bug report #5118 (Closed): Floating controls in the print composer do not close (and continue to ...
- Fixed in changeset commit:"479907f90355fb4e622ca7dedcf16e547072dc74".
- 03:19 AM Bug report #4821: Can't print in A0 size, used to work in QGIS 1.6
> The 64bit installer would be independant of OSGEO4W. OSGEO4W doesn't have 64bit binaries. I suppose there are st...- 03:08 AM Bug report #4821: Can't print in A0 size, used to work in QGIS 1.6
- Paolo Cavallini wrote:
> Could this be considered fixed when a 64bit Win package is available (both standalone and os... - 03:04 AM Bug report #4821: Can't print in A0 size, used to work in QGIS 1.6
- Could this be considered fixed when a 64bit Win package is available (both standalone and osgeo4w)? Are there still 3...
- 02:57 AM Bug report #4821: Can't print in A0 size, used to work in QGIS 1.6
- I don't think closing it as "won't fix" is a good move. Sure it's not a easy fix but I'm sure it can be fixed. The...
- 02:52 AM Bug report #4821: Can't print in A0 size, used to work in QGIS 1.6
- http://lists.osgeo.org/pipermail/qgis-developer/2012-May/019905.html
Marco got the crashes also on qgis 1.6, so it s...
2012-05-03
- 01:36 AM Bug report #5525: "Show selected only" in the Attribute table causes QGIS to crash when the numbe...
- Just tested on a second machine (clean installation of both Windows and QGIS), with the same dataset and this still h...
- 03:11 AM Bug report #5525: "Show selected only" in the Attribute table causes QGIS to crash when the numbe...
- It stills crashes here, even after a clean installation. If no one else experiences this, it must be a local problem.
- 02:49 AM Bug report #5525: "Show selected only" in the Attribute table causes QGIS to crash when the numbe...
- just tested with your dataset and no crash
- 01:33 AM Bug report #5542 (Closed): Rule based symbology refine assistant can't read values for fields wi...
- This bug is related to #5536
Tested with Qgis 1.7.4 standalone and qgis 1.8.0 from osgeow.
When trying to refine ru... - 10:27 PM Revision 24e6dac5 (qgis): remove the unused DB Manager About dialog .ui
- 10:27 PM Revision 8e554417 (qgis): fix #5541
- 04:29 PM Revision 5f1c98d4 (qgis): bundle libspatialindex in app
- 04:23 PM Revision 0bd078ae (qgis): add spatialindex to OSX install instructions
- 04:14 PM Revision 98f5bd4f (qgis): bundle more Qt imageformats that might be useful to external plugins
- 03:54 PM Revision cc909336 (qgis): fixed bug in lasground
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@164 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 01:40 PM Bug report #5541 (Closed): DBManager error connecting to a database
- Fixed in changeset commit:"8e55441783a3189f9dc88876f33d5a47885fe4df".
- 12:38 PM Bug report #5541 (Closed): DBManager error connecting to a database
- Here the bt:...
- 10:02 AM Feature request #5540 (Closed): Add paper units to print composer bar scale segment size
- It would be nice if the bar scale for print composer had an option to use paper units for the segment size instead of...
- 09:44 AM Bug report #5169: QGIS crashes on startup on 64 bit Ubuntu
- This problem is also happening in Ubuntu 12.04 32 bits, with Unity, QGIS 1.7.4-1~oneiric1.
@
qgis.bin: /build/buildd/... - 08:20 AM Bug report #5535: Merge rasters failure
- To add, this problem isn't new, from time-to-time it comes and then goes away again. If I remember rightly, gdal_siev...
- 08:10 AM Bug report #5535: Merge rasters failure
- It's the version of GDAL that came with Lisboa, GDAL 1.8.0 I think this is. If I try 'gdal_merge.py --version' I get ...
- 07:08 AM Bug report #5535: Merge rasters failure
- AS Giovanni wrote, if it fails from shell it's a GDAL problem, not a QGis one.
What GDAL version have you on board? - 04:48 AM Bug report #5535 (Feedback): Merge rasters failure
- It it fails from the command line, then is no QGIS fault, is GDAL fault.
- 04:48 AM Bug report #5535 (Feedback): Merge rasters failure
- It it fails from the command line, then is no QGIS fault, is GDAL fault.
- 04:48 AM Bug report #5535 (Feedback): Merge rasters failure
- It it fails from the command line, then is no QGIS fault, is GDAL fault.
- 04:46 AM Bug report #5535 (Closed): Merge rasters failure
- QGIS 1.8 (Lisboa), Ubuntu 11.10, 64-bit.
Raster -> Miscellaneous -> Merge fails with message 'The process crashed so... - 07:28 AM Bug report #5539 (Closed): Link on page cannot find destination.
- On page 'http://www.qgis.org/en/documentation.html', the link to 'QGIS community-team' cannot find destination. I ge...
- 07:07 AM Feature request #5538 (Open): Add a progess bar when importing/exporting vectors from one connect...
- subject says it all
- 07:05 AM Feature request #5537 (Closed): Make qgis browser active by default after a fresh install
- Many users are unaware of such feature. Also it will ease the passage from spit to db manager (as the drag and drop f...
- 06:01 AM Bug report #5536 (Closed): Rule based symbology refine assistant forgets quotation marks for fiel...
- Tested with Qgis 1.7.4 standalone and qgis 1.8.0.4 from osgeow.
When trying to refine rules in rule based labeling i... - 05:38 AM Bug report #5335: "export/add geometry columns" make QGIS crash if you have previously opened the...
- Alexander Bruy wrote:
> I think remove this functionality is not good solution. Maybe it is better to add warning bef... - 05:05 AM Bug report #5335: "export/add geometry columns" make QGIS crash if you have previously opened the...
- I think remove this functionality is not good solution. Maybe it is better to add warning before processing. Giovanni...
- 02:31 AM Bug report #5335: "export/add geometry columns" make QGIS crash if you have previously opened the...
- Alexander, I confirm, you're right!
Seems you can not access the same datasource from different threads simultaneousl... - 03:47 AM Bug report #5523 (Open): Deleting columns from the Attribute Table - QGIS very slow
- There are cases where it seems even to freeze.
- 03:47 AM Bug report #5523 (Open): Deleting columns from the Attribute Table - QGIS very slow
- There are cases where it seems even to freeze.
- 03:37 AM Bug report #5523: Deleting columns from the Attribute Table - QGIS very slow
- With you dataset I can confirm the issue. On Windows especially it takes a lot of time after hitting the "save" button.
- 03:11 AM Bug report #5527 (Closed): Attribute table: Search Query builder crashes when doing a search in s...
- 03:10 AM Bug report #5527: Attribute table: Search Query builder crashes when doing a search in shapefile ...
- You may close this one. It no longer crashes after a clean installation. Thks
- 03:04 AM Bug report #5527: Attribute table: Search Query builder crashes when doing a search in shapefile ...
- just tested with your dataset and no crash.
2012-05-02
- 08:41 PM Revision 6229eec7 (qgis): Added anomaly tests for stingray
- 07:35 PM Revision 70b68be6 (qgis): WCS / OWS select format fix
- 07:16 PM Revision 988a7da1 (qgis): Better formats in QgsOWSSourceSelect
- 04:11 PM Bug report #5527 (Feedback): Attribute table: Search Query builder crashes when doing a search in...
- Tested on a 200000+ records table, windows 7 and qgis master. No crash. Can you test another installation and/or data...
- 04:04 PM Bug report #5525 (Feedback): "Show selected only" in the Attribute table causes QGIS to crash whe...
- Cannot confirm, tested on qgis-master, windows 7 and a 200000+ records table. It is pretty slow (but my VM has just a...
- 03:36 PM Bug report #5523 (Feedback): Deleting columns from the Attribute Table - QGIS very slow
- I cannot confirm this, testing on qgis-dev, and a 240000 records table, after deleting 10 columns it took just a few ...
- 03:32 PM Bug report #5335: "export/add geometry columns" make QGIS crash if you have previously opened the...
- if "save to new shapefile" is flagged, works fine!
Alexander, you're probably right! - 02:42 PM Bug report #5335: "export/add geometry columns" make QGIS crash if you have previously opened the...
- It also occurs if the columns do not exist!
- 11:17 AM Bug report #5335: "export/add geometry columns" make QGIS crash if you have previously opened the...
- Maybe I'm wrong but this is because QGIS don't support simultaneous access to one datasource from different threads
- 09:52 AM Bug report #5335: "export/add geometry columns" make QGIS crash if you have previously opened the...
- Now, I am able to reproduce!!
Apparently, it occurs if before opens attribute table (very strange!)!
For reproduce:
... - 05:19 AM Bug report #5335 (Open): "export/add geometry columns" make QGIS crash if you have previously ope...
- Hi Alexander, the feedback is that I'm still able to get the crash consistently (but not always) on both Linux and Wi...
- 11:50 AM Bug report #5531 (Closed): Rule-based rendering - where is 'priority' and 'use only first matchin...
- Now you can create groups of rules - child rules will be applied only if parent rule matches (parent rules might not ...
- 11:50 AM Bug report #5531 (Closed): Rule-based rendering - where is 'priority' and 'use only first matchin...
- Now you can create groups of rules - child rules will be applied only if parent rule matches (parent rules might not ...
- 11:17 AM Revision 678147cc (qgis): better add WCS layer icon
- 11:05 AM Revision b877afae (qgis): fixed #5514
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@163 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 10:56 AM Revision cfaa9ad9 (qgis): fixed #5522 and #5529
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@162 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 10:52 AM Revision 27cfe7c1 (qgis): WCS 1.0 GetCapabilities parser
- 10:38 AM Revision 14f4f7c3 (qgis): translation update: cs_CZ by Jan
- 05:29 AM Feature request #5532 (Closed): Saved styles enhancement
- The saved styles feature is great, but not very practical to use. It is
Here are the problems :
- As soon as there ...
2012-05-01
- 12:04 AM Revision 82ef4d17 (qgis): Applied patch from Etienne to make gzip/zip tests run under linux
- 11:09 PM Revision fd0a46a8 (qgis): Python binding for raster renderer and resampler classes
- 02:56 PM Bug report #5531 (Closed): Rule-based rendering - where is 'priority' and 'use only first matchin...
- Running last night's nightly build for Ubuntu Precise, I opened an existing project and style. I was puzzled to see ...
- 02:15 PM Revision b6193dbb (qgis): OWS meta provider; represents all OWS services under single connection ...
- 02:09 PM Revision ff8b4510 (qgis): new icons for vector layer and OWS data source
- 12:53 PM Revision 0b8e1130 (qgis): SpatiaLite support in Select by Location tool (fix #5264)
- 12:53 PM Revision e16419f2 (qgis): fix duplicate control names
- 11:40 AM Revision 634a5650 (qgis): Add convert to subclass for QgsGpsConnection for python bindings
- 05:54 AM Bug report #5490: Incorrect PATH to srs.db
- On further inspection this appears to be a build problem with /usr/lib/qgis/crssync
Just running crssync generates th... - 04:03 AM Bug report #5264: Spatialite Provider / fTools Select by Location does not find intersections
- BTW, this tool duplicates SpatialQuery plugin functionality and probably should be removed
- 04:02 AM Bug report #5264 (Closed): Spatialite Provider / fTools Select by Location does not find intersec...
- Fixed in changeset commit:"0b8e1130f1176f20b4d1c8de9c320da6e24b829e".
- 03:06 AM Bug report #3228: List of widgets not working with custom ui forms
- Should be pretty easy to add support for the calendar, datetime, time pickers
- 02:19 AM Feature request #5530 (Closed): Toolbar icons for Georeferencer
- There are prepared special icons for Georeferencer, mainly with gcp-* names [1].
Toolbar could be composed from the f...
2012-04-30
- 12:48 AM Bug report #5335 (Feedback): "export/add geometry columns" make QGIS crash if you have previously...
- 11:07 PM Revision 0d2230a9 (qgis): Merge pull request #131 from etiennesky/zip_qml2
- [TEST][API]improved qml support for zip layers and more tests
- 11:02 PM Revision adb83901 (qgis): Merge pull request #133 from NathanW2/zoombug
- [TEST]Add fix for bad zoom using pen PCs; Add tests
- 12:42 PM Revision bcd9bd74 (qgis): WFS adapted to QgsOWSConnection, remaining functionality from QgsWFSCon...
- 10:39 AM Revision 69ef4deb (qgis): Added developers meeting pic in help -> about -> developers as per Paol...
- 09:35 AM Revision 4dff7308 (qgis): Copied over splash from old 1.8 branch
- 09:21 AM Revision 684dc63f (qgis): Changed version to 1.8
- 08:59 AM Bug report #5527 (Closed): Attribute table: Search Query builder crashes when doing a search in s...
- I have a shapefile with 124000 features and I tried to select a subset with a simple SQL statement FIELD = X with "Se...
- 06:46 AM Bug report #5517 (Closed): spatialindex includes in subfolder, not found by qgis
- Ah. But then spatialindex has a bug. I looked at all its internal headers included by spatialindex.h, and they are ...
- 06:46 AM Bug report #5517 (Closed): spatialindex includes in subfolder, not found by qgis
- Ah. But then spatialindex has a bug. I looked at all its internal headers included by spatialindex.h, and they are ...
- 03:48 AM Bug report #5525: "Show selected only" in the Attribute table causes QGIS to crash when the numbe...
- No problem here under Linux!
I did some tests on SHP with 20000 selected records! slightly slows, but it was expected... - 03:05 AM Bug report #5525: "Show selected only" in the Attribute table causes QGIS to crash when the numbe...
- It affect both Master and 1.7.4 and the exact number of features is 11438.
- 03:01 AM Bug report #5525: "Show selected only" in the Attribute table causes QGIS to crash when the numbe...
- what version of QGIS? There is any difference between 1.7.4 and master? What means "high", 1000? 100000? 1000000?
- 02:34 AM Bug report #5525 (Closed): "Show selected only" in the Attribute table causes QGIS to crash when ...
- "Show selected only" in the Attribute table causes QGIS to crash when the number of selected features is high
- 03:17 AM Bug report #5523: Deleting columns from the Attribute Table - QGIS very slow
- Filipe Dias wrote:
> It happens with all shapefiles. The time that QGIS takes to delete a group columns increases exp... - 03:14 AM Bug report #5523: Deleting columns from the Attribute Table - QGIS very slow
- It happens with all shapefiles. The time that QGIS takes to delete a group columns increases exponentially with the n...
- 03:09 AM Bug report #5523: Deleting columns from the Attribute Table - QGIS very slow
- Filipe Dias wrote:
> Just shapefiles but I cant add the original data, since its confidential.
so it happens just wi... - 03:06 AM Bug report #5523: Deleting columns from the Attribute Table - QGIS very slow
- Just shapefiles but I cant add the original data, since its confidential.
- 03:02 AM Bug report #5523: Deleting columns from the Attribute Table - QGIS very slow
- it happens with all vectors? just shapefiles? also other datatypes (postgis, spatialite. etc.)? Eventually add sample...
- 02:30 AM Bug report #5523 (Closed): Deleting columns from the Attribute Table - QGIS very slow
- QGIS takes 5 minutes to delete 10 columns, while the Table Manager plugin does this in 5 seconds.
- 02:33 AM Bug report #5524 (Closed): Erratic behaviour of Union tool
- The Union tool behaves erratically when trying to merge several shapefiles sequentially. At some point QGIS only merg...
2012-04-29
- 01:40 AM Bug report #5520 (Closed): Wrong boundingbox values in GetCapabilities for empty layers
- For layers without any feature the bbox calculation for the GetCapabilities request is wrong. The result is some 'non...
- 12:41 AM Bug report #5517: spatialindex includes in subfolder, not found by qgis
- @SPATIALINDEX_INCLUDE_DIR@ is the directory where @SpatialIndex.h@ is, so @FindSpatialindex.cmake@ should set it to @...
- 07:52 PM Bug report #5517 (Closed): spatialindex includes in subfolder, not found by qgis
- The standard spatialindex installation places its headers in a subfolder of $prefix/include, ie @/usr/local/include/s...
- 02:30 PM Revision 086b83d0 (qgis): allow export vector data to ESRI FileGDB
- 02:15 PM Revision 4e70885d (qgis): multipoint geometry support in Field Calculator (fix #5513)
- 02:14 PM Feature request #5516: Better sorting of menus
- I agree, but I would change something! :-)
I would suggest:
* File
* Edit (only Undo/Redo, Cut,Copy and Paste Featur... - 11:42 AM Feature request #5516 (In Progress): Better sorting of menus
- Our list of dropdown menus keeps on increasing. I think we should decide a more predictable sorting order for it. I s...
- 02:04 PM Revision d3a50e8b (qgis): add multipoint geometry support to Export/Add geometry column. Thanks to
- Salvatore for investigating issue
- 11:45 AM Revision a7adf8d5 (qgis): remove unused signal
- 10:38 AM Bug report #5515: Can't create SpatiaLite databases and layers
- here works fine!...
- 10:20 AM Bug report #5515 (Closed): Can't create SpatiaLite databases and layers
- When I try to create new SpatiaLite database (using Layer - New - New SpatiaLite Layer) I get next error after adding...
- 10:18 AM Bug report #5335: "export/add geometry columns" make QGIS crash if you have previously opened the...
- Is it still confirmed after Alexander's commit (commit:d3a50e8bcb)?
I cannot seem to reproduce it! - 06:39 AM Revision a90f4f12 (qgis): translation update: pl by Robert and gl by Xan
- 05:40 AM Bug report #5293 (Closed): fTools doesn't work properly on MultiPoint geometry
- Fixed in commit:d3a50e8bcb
- 05:40 AM Bug report #5293 (Closed): fTools doesn't work properly on MultiPoint geometry
- Fixed in commit:d3a50e8bcb
- 02:58 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- Salvatore Larosa wrote:
> I changed the subject and category for this ticket and I will open a new ticket for Field C... - 02:56 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- I changed the subject and category for this ticket and I will open a new ticket for Field Calculator.
I guess it is m... - 02:56 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- I changed the subject and category for this ticket and I will open a new ticket for Field Calculator.
I guess it is m... - 02:56 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- I changed the subject and category for this ticket and I will open a new ticket for Field Calculator.
I guess it is m... - 05:38 AM Bug report #5513 (Closed): Field calculator doesn't work on MultiPoint geometry for the calculati...
- Fixed in changeset commit:"4e70885db9156a5e357c119745a585106ac8ea25".
- 03:06 AM Bug report #5513 (Closed): Field calculator doesn't work on MultiPoint geometry for the calculati...
- The following functions ($x and $y) return 0 value if geometry is Multipoint type:...
2012-04-28
- 01:42 AM Bug report #5327: Nodetool partially broken on qgis-master
- Nathan Woodrow wrote:
> This is a still a problem in master and is a major bug as it affects how the node tool behave... - 01:40 AM Bug report #5327: Nodetool partially broken on qgis-master
- This is a still a problem in master and is a major bug as it affects how the node tool behaves, and not in a good way...
- 11:45 PM Revision bba09a19 (qgis): Add fix for bad zoom using pen PCs; Add tests
- 08:36 PM Bug report #5118: Floating controls in the print composer do not close (and continue to operate) ...
- This seems to be a bug with Qt and having more then one QMainWindow with dock widgets. I did find a bug report one da...
- 08:25 PM Bug report #5480: Map Composer doesn't refresh the legend
- Did it ever update like that. I don't think it did. The auto update switch only means layers will be added and remo...
- 03:41 PM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- We almost reached the end!
I found the solution, thinking that it was also easy!
Rightly, to represent a MultiPoint ... - 07:23 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- Salvatore Larosa wrote:
> Worth to file a new ticket for?
I added Jurgen as watcher (hi Jurgen). Let's see if he can... - 07:20 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- Worth to file a new ticket for?
- 07:18 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- Probably a problem of API?
I ran the following test:
in ftools plugin adding (+) to doGeometry.py:... - 12:55 PM Bug report #5511 (Closed): VRT files not opening on Master.
- 12:21 PM Revision b7289fb7 (qgis): WCS data items (browser support)
- 12:20 PM Revision 99cfa7c4 (qgis): WCS gis theme icons
- 12:18 PM Revision 06d38c12 (qgis): show correct service in connection title
- 09:40 AM Revision 297d0bdf (qgis): gis theme add WCS layer icon
- 08:54 AM Revision edfeba11 (qgis): explanation of various bugs in GDAL and Mapserver
2012-04-27
- 10:54 PM Revision 8f186be9 (qgis): gdal provider: fix debug output
- 07:24 PM Bug report #5511: VRT files not opening on Master.
- I'll try that underscore trick on Monday, but today I re-tested the same file on a 32-bit Ubuntu and worked OK?, the ...
- 02:45 PM Bug report #5511: VRT files not opening on Master.
- Repeat:
in VRT file changes from:... - 02:42 PM Bug report #5511: VRT files not opening on Master.
- OK, just tried same file under Win and 1.7.4 and it's working here !
- 02:29 PM Bug report #5511: VRT files not opening on Master.
- Tested on Linux:
QGIS version 1.9.90-Alpha QGIS code revision exported
Compiled against Qt ... - 02:11 PM Bug report #5511: VRT files not opening on Master.
- CSV file name in SrcDataSource must be identical to the file itself.
Note that in the VRT file it is missing undersco... - 01:47 PM Bug report #5511: VRT files not opening on Master.
- Windows / Linux ?
GDAL/OGR version ? - 01:43 PM Bug report #5511 (Closed): VRT files not opening on Master.
- I installed the QGIS Master today; on a quick tour I noticed that my old VRT files that were working on previous QGIS...
- 06:34 PM Revision 46c482bb (qgis): update icon for touch action
- 03:59 PM Revision 98c2bb03 (qgis): added some more fusion algorihtms
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@161 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 11:21 AM Feature request #5501: "Union/Intersect" tools that allows more than 2 input files
- If there's no "Union tool" that's ready to use and to be ported to Sextante, then yes this ticket should be moved to ...
- 02:37 AM Feature request #5501: "Union/Intersect" tools that allows more than 2 input files
- Filipe Dias wrote:
> Maybe there's already such a tool in the open source world? If yes it could be added to Sextante... - 09:13 AM Revision ebf7d1e5 (qgis): changed copy method for algorithms
- fixed #5450
started added FUSION lidar tools
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis... - 04:38 AM Bug report #5508: DBF encoding and cyrillic values
- Thanks, Giovanni
I knew about this issues, but problem stay unsolved because: 1) .cpg not working correctly under Win... - 03:45 AM Bug report #5508 (Closed): DBF encoding and cyrillic values
- Duplicate #5255
- 03:45 AM Bug report #5508 (Closed): DBF encoding and cyrillic values
- Duplicate #5255
- 02:15 AM Bug report #5508 (Feedback): DBF encoding and cyrillic values
- does now seems a QGIS problem but a gdal/ogr 1.9 one, see here
http://ssrebelious.wordpress.com/2012/03/11/qgis-and-... - 03:23 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
> The word file problem seems a bit more difficult, though...
the same applies also to shapes without the .prj file...- 03:13 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
- While we think about a more global solution, there is an easy one for those modules like GDAL warp, that change the C...
- 02:12 AM Feature request #1726 (Closed): Styled Layer Descriptor (SLD) Support
- We can close indeed. Support for SLD has been added in 1.8 and works pretty well.
- 02:12 AM Feature request #1726 (Closed): Styled Layer Descriptor (SLD) Support
- We can close indeed. Support for SLD has been added in 1.8 and works pretty well.
2012-04-26
- 01:06 AM Feature request #5501: "Union/Intersect" tools that allows more than 2 input files
- Maybe there's already such a tool in the open source world? If yes it could be added to Sextante.
- 04:49 AM Feature request #5501: "Union/Intersect" tools that allows more than 2 input files
- should not be better to add this feature to "ftools" (the vector menu) and then expose this in Sextante?
- 03:43 AM Feature request #5501 (Closed): "Union/Intersect" tools that allows more than 2 input files
- "Union" tool that allows more than 2 input features
The only software that I know that does this is arcgis
http://w... - 05:45 PM Bug report #5508 (Closed): DBF encoding and cyrillic values
- I have a problems with cyrillic symbols after upgrade QGIS (by OSGeo4W)
First, no longer work correctly setting of th... - 05:28 PM Revision dce6b6c6 (qgis): WCS - better versions and CRS
- 04:08 PM Revision 4e62f7c3 (qgis): added "advanced parameters" button in parameters panel
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@158 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 02:47 PM Revision 5b2ef2b8 (qgis): add ESRI FileGDB driver to OGR drivers list
- 12:25 PM Revision ce5b3095 (qgis): changed saga algorithm to support extent parameter
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@157 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 12:23 PM Feature request #1726: Styled Layer Descriptor (SLD) Support
- Can this be closed based on http://www.webrian.ch/2012/04/native-sld-support-in-qgis.html?
- 12:23 PM Feature request #1726: Styled Layer Descriptor (SLD) Support
- Can this be closed based on http://www.webrian.ch/2012/04/native-sld-support-in-qgis.html?
- 11:01 AM Revision 866fa9c8 (qgis): WCS better version support
- 11:00 AM Revision 58c37749 (qgis): better hide unused widgets
- 10:41 AM Revision f7babebf (qgis): check if provider is valid
- 10:19 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- Also from PostGIS Provider with a MultiPoint geometry doesn't work!
Instead, in MultiPolygon and MultiLinestring ones... - 09:22 AM Bug report #5293: fTools doesn't work properly on MultiPoint geometry
- Salvatore Larosa wrote:
> I noticed that 3D Shapefile works fine, the issue occur when input file is of type MULTI-ge... - 09:57 AM Revision 22a045ff (qgis): also update icons for r.mapcalc and r.mapcalculator GRASS modules
- 09:57 AM Bug report #5497: add geometry column error
- Giovanni Manghi wrote:
> can you make a test with a multi-polygon?
I need of a sample data for that!
>I feel that ... - 09:22 AM Bug report #5497 (Closed): add geometry column error
- Salvatore Larosa wrote:
> I'd say it is, the origin of problem is the same,
> but here the sample data could may be u... - 09:22 AM Bug report #5497 (Closed): add geometry column error
- Salvatore Larosa wrote:
> I'd say it is, the origin of problem is the same,
> but here the sample data could may be u... - 09:15 AM Bug report #5497: add geometry column error
- I'd say it is, the origin of problem is the same,
but here the sample data could may be usefull to testcase!
In #5293... - 08:58 AM Bug report #5497: add geometry column error
- Salvatore Larosa wrote:
> Hi Giovanni,
> it is only a MultiPoint geometry vector!
so is this duplicated of #5293 ? - 09:53 AM Revision 17d0995a (qgis): Icons day. New icon for Raster Terrain analysis plugin, thanks again
- Robert!
- 09:41 AM Revision 6410a9fe (qgis): new icon for Interpolation plugins. Thanks, Robert!
- 09:33 AM Revision 0c700d3a (qgis): update Pan To Selected icon
- 09:32 AM Revision 2c04b0a2 (qgis): icon from Robert for Raster Calculator
- 09:12 AM Revision 17e00c80 (qgis): add icon created by Robert to Zonal statistics plugin
- 08:32 AM Revision 63fa68ec (qgis): new icon from Robert for Tile Index command
- 07:28 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
- Victor Olaya wrote:
> I would like to tell QGIS when opening the layer something like "use the output layer CRS if th... - 06:56 AM Bug report #5074: Terrain analysis missing from raster panel
- A dropdown seems ok to me.
- 05:02 AM Bug report #5074 (Feedback): Terrain analysis missing from raster panel
- 03:30 AM Bug report #5500 (Closed): Dialog windows and Windows network
- The dialog window in GDALTools (just tested the virtual raster>select folder) does not allow the user to access to th...
- 03:06 AM Bug report #5498 (Closed): Make the default directory to the users "home" directory after a fresh...
- On windows (using the standalone installer), the default directory after a fresh install is where QGIS was installed ...
2012-04-25
- 01:37 AM Bug report #5497: add geometry column error
- Hi Giovanni,
it is only a MultiPoint geometry vector! - 01:03 AM Bug report #5497 (Feedback): add geometry column error
- Is the attached sample a 3d vector?
- 02:46 PM Bug report #5497 (Closed): add geometry column error
- Problem with adding geometry column to some kind of shapefiles (attached zipped shp file with 3 points).
After execu... - 01:13 AM Bug report #5074: Terrain analysis missing from raster panel
- Now Raster Terrain Analysis plugin includes 5 tools. Should we add all this tools as separate icons or maybe it is be...
- 01:10 AM Bug report #4169 (Closed): Zonal Statistic Plugin is missing the Toolbar Icon
- Added in commit:17e00c80f5
- 01:10 AM Bug report #4169 (Closed): Zonal Statistic Plugin is missing the Toolbar Icon
- Added in commit:17e00c80f5
- 01:09 AM Feature request #3235 (Closed): Add raster calculator icon
- Done in commit:2c04b0a2d2 and commit:22a045ff12. Icons by Robert Szczepanek
- 01:09 AM Feature request #3235 (Closed): Add raster calculator icon
- Done in commit:2c04b0a2d2 and commit:22a045ff12. Icons by Robert Szczepanek
- 01:00 AM Bug report #5487 (Feedback): QGIS crash when reshaping a polygon
- Can you attach sample data and exact steps on how replicate this issue?
- 05:27 PM Bug report #5487: QGIS crash when reshaping a polygon
- A further note - I think that this might be happening when / where the geometry being reshaped has another error with...
- 10:35 PM Revision 20e5f5a6 (qgis): Added anomaly images for i386 natty nightly builds that are failing
- 07:09 PM Revision 5f89f23d (qgis): code cleaning
- improved nviz link
added 2 more algs to lastools
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/... - 06:36 PM Revision 7ddadbfe (qgis): WCS support
- 06:35 PM Revision 7d500ea3 (qgis): initial WCS support based on GDAL
- 06:32 PM Revision 13bbb601 (qgis): OWS common classes
- 05:51 PM Revision 933eb9be (qgis): iterative execution now works without problems
- changed names of providers in settings
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugi... - 01:03 PM Feature request #5494 (Feedback): Better search matching for CRS selection dialog
- did you tested qgis-master? it has a better search/selection dialog than 1.7.4
- 10:57 AM Feature request #5494 (Closed): Better search matching for CRS selection dialog
- It would be very useful to change the way the CRS selection dialog works. Currently, searching "nad mtm" gives no res...
- 12:56 PM Revision a9918081 (qgis): added customizable parameter check before launching algorithms
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@151 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 12:52 PM Revision 0928180c (qgis): added addfield and fieldcalculator algorithms
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@150 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 03:27 AM Revision 66e3fcb6 (qgis): load default style if provider is gdal and if no style was given
- 03:27 AM Revision 2bd054c8 (qgis): fix .qml file loading in /vsigzip and /vsizip items
- 03:27 AM Revision a859c620 (qgis): test that styles are loaded from qml files outside zip
- 03:27 AM Revision df87ee95 (qgis): add more QgsZipItem tests and data
- 02:47 AM Bug report #5067: QGIS crashes on Linux when adding MySQL layers
- Using the OGR provider (Add Vector Layer) and specifying MySQL database and entering in the parameters of the connect...
- 02:09 AM Bug report #5491 (Closed): ECW_EULA.txt in QGIS 1.7.4 standalone inappropriate
- ECW_EULA.txt included in the standalone Windows distribution of QGIS 1.7.4 is the EULA of the old 3.3 ECW SDK. But QG...
- 02:07 AM Bug report #5490 (Closed): Incorrect PATH to srs.db
- The following error is displayed during a Debian install of current master:
------
Preparing to replace qgis-provider...
2012-04-24
- 10:34 PM Revision 5e8d1293 (qgis): bring back internal spatialite for Debian squeeze and Ubuntu lucid, mav...
- 10:34 PM Revision ee842487 (qgis): quazip: fix warnings and drop OF macro
- 10:34 PM Revision 0b915ba2 (qgis): test fixes on windows
- 09:52 PM Revision 026f0f79 (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
- 09:52 PM Revision 2978bfa4 (qgis): Added anomaly images for failing tests on theodwyn-squeeze-amd64
- 07:28 PM Revision 36db53ae (qgis): Made provider names more descriptive
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@149 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 07:05 PM Revision cd408bc5 (qgis): remove About dialog from Georeferencer plugin
- 07:04 PM Revision 09609d63 (qgis): remove About dialog from RoadGraph plugin as discussed in ML
- 05:05 PM Revision dbbcca21 (qgis): added some i.* to grass, some new tools to lastools and nviz
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@148 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 01:54 PM Revision b54e837f (qgis): fix #5481
- 01:53 PM Revision c10b040e (qgis): fix spatialindex requirement
- 11:41 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
- >hen the output file contains CRS information, it seems strange to me that sextante forces it to the input CRS, whate...
- 09:59 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
- - When the output file contains CRS information, it seems strange to me that sextante forces it to the input CRS, wha...
- 07:36 AM Bug report #5456 (Feedback): Output does not have the same CRS of input if input is tiff+worldfile
- the problem is that, when you use a tiff+world file, you are using a format that cannot store CRS info...so there is ...
- 06:56 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
- I'm surprised about
> SEXTANTE "forces" the layer to be opened in the same CRS as the input (quite logical...)
Is ... - 06:53 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
- For OTB it is more or less the same as GDAL : a tiff + world file is interpreted as being WGS84.
If for the output y... - 10:39 AM Revision 0023d04d (qgis): Added run button to modeler
- Added tool to define grass region on canvas
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-... - 10:33 AM Feature request #5488: Allow all parameter types to be optional
- Yes, that is not good, but now only a default value can be set...and the default value cannot change for each layer. ...
- 10:09 AM Feature request #5488 (Closed): Allow all parameter types to be optional
- Currently only layers can be.
It is usefull also for all other types (number, string, file, crs, ...)
Tried gdalwarp... - 09:17 AM Revision 88053cc6 (qgis): fixed 5458
- added crs param to gdal warp
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@146 881b... - 08:17 AM Revision a5ff1247 (qgis): Added more anomalies for nightly tests on i386 precise
- 08:13 AM Bug report #5486: SRS error for new SpatiaLite layer in old SL DBs
- Yes, it was my dummy backtranslation from the IT GUI.The real message is:
Failed to load SRIDS: no such table: spati... - 08:07 AM Bug report #5486: SRS error for new SpatiaLite layer in old SL DBs
- Is the real message "Failed to load SRIDS"?
- 07:50 AM Bug report #5486: SRS error for new SpatiaLite layer in old SL DBs
- This should affect also the code frozen for the 1.8 release, so I'll tag this as blocker as is a regression.
- 07:47 AM Bug report #5486 (Closed): SRS error for new SpatiaLite layer in old SL DBs
- When creating a new Spatialite vector, selecting a SRS results in an error:
Impossible to load SRIDS: no such table:... - 08:13 AM Bug report #5487 (Closed): QGIS crash when reshaping a polygon
- I hope this is the right place for this, but when digitising (in this case using the feature replace tool I'm getting...
- 07:29 AM Bug report #5475: Problem to insert splitted geometries in postgis
- It seems a problem when generating the gid param value for the insert statement. AFAIU the attributes are by default ...
- 07:24 AM Bug report #5475 (Open): Problem to insert splitted geometries in postgis
- 07:24 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Giovanni Manghi wrote:
> is this a regression that is present also in the code freezed for the 1.8 release? if yes pl... - 07:24 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Giovanni Manghi wrote:
> is this a regression that is present also in the code freezed for the 1.8 release? if yes pl... - 07:10 AM Bug report #5475 (Feedback): Problem to insert splitted geometries in postgis
- 07:10 AM Bug report #5475: Problem to insert splitted geometries in postgis
- Tim Sutton wrote:
> Note that the issue is actually that the pkey is duplicated and thus the insert fails.
is this a... - 06:24 AM Bug report #5480: Map Composer doesn't refresh the legend
- if this is a regression (since 1.7.4) we should tag this as "blocker".
- 03:12 AM Bug report #5480 (Closed): Map Composer doesn't refresh the legend
- Hi, using qgis-dev on windows 7.
I create a composer. Add a map object, after this add a legend object.
The legend ob... - 05:01 AM Bug report #5481 (Closed): New shapefile permission
- Fixed in changeset commit:"b54e837fdd417f17e896ed2791c64deb185785f0".
- 04:08 AM Bug report #5481 (Closed): New shapefile permission
- I try to create a new shapefile.
Layer -> New -> New Shapefile Layer.
I give it some attributes, press "ok" and get t...
2012-04-23
- 01:43 AM Feature request #5462: If GRASS variables are set, use them for analyses
- from r146 there is a tool that allows you to graphically define the region setting. It is in the algorithms tree, und...
- 07:49 AM Feature request #5462: If GRASS variables are set, use them for analyses
- Not really: we would still miss the browser and the digitizer.
- 06:26 AM Feature request #5462: If GRASS variables are set, use them for analyses
- And if somehow would be ever possible to set (in Sextante) the region extent and resolution (in similar way as it is ...
- 05:44 AM Feature request #5462 (Open): If GRASS variables are set, use them for analyses
- Currently, the plugin generates locations on the fly. It would be good if, in case a region etc. is defined by openin...
- 01:02 AM Revision acdd97bd (qgis): more test fixes on windows
- 12:52 AM Feature request #5479 (Open): Support copy/paste of objects in modeler
- I´d like to see support for copy/paste of objects in modeler. Sometimes you need multiple versions of the same tool, ...
- 12:22 AM Revision 6e9454d8 (qgis): fix regression992 test crash
- 12:10 AM Feature request #4805: remove internal spatialite
- Paolo Cavallini wrote:
> I assume you mean reenabling it just for the distro who ship old SL, right?
right. - 12:00 AM Feature request #4805: remove internal spatialite
- I assume you mean reenabling it just for the distro who ship old SL, right?
- 11:55 PM Feature request #4805 (In Progress): remove internal spatialite
- Jürgen Fischer wrote:
> Fixed in changeset commit:"c56491b11124f9ceefa9b6b3d501374755aac84c".
argl, how could I miss... - 01:17 PM Feature request #4805 (Closed): remove internal spatialite
- Fixed in changeset commit:"c56491b11124f9ceefa9b6b3d501374755aac84c".
- 11:21 PM Revision 3d088cf8 (qgis): fix german field calculator translation
- 11:08 PM Revision d933f2bc (qgis): added more functionality to iterative execution
- fixed minor bugs
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@145 881b9c09-3ef8-f3... - 10:16 PM Revision 492f1a02 (qgis): fix ziplayer test for GDAL<1.8
- 10:16 PM Revision 04abf764 (qgis): case insensitive vsizip/vsigzip support
- 08:51 PM Revision c56491b1 (qgis): fix #4805:
- - drop internal spatialite and internal spatialindex
- drop support for debian lenny (no system spatialindex/spatiali... - 07:17 PM Revision b82bc675 (qgis): Added anomaly files from nightly build server
- 06:14 PM Revision 12d6f65b (qgis): [otb] keep track of algorithm key
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@144 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 05:40 PM Revision a8a4c9db (qgis): added #5460
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@143 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 03:16 PM Bug report #5475: Problem to insert splitted geometries in postgis
- Note that the issue is actually that the pkey is duplicated and thus the insert fails.
- 01:20 PM Bug report #5475 (Closed): Problem to insert splitted geometries in postgis
- When geometry of a postgis layes is splitted in 2 parts Qgis assign the same old gid to the new geometries instead of...
- 03:03 PM Revision 732709c0 (qgis): added option not to close dialog after execution
- added help editing dialogs
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@142 881b9c... - 01:48 PM Feature request #5476 (Feedback): Autoselect gid as view primary coloums
- sounds arbitrary - what qualifies @gid@ over the other candidates?
- 01:37 PM Feature request #5476 (Closed): Autoselect gid as view primary coloums
- When I load a new postgis view in Qgis 1.9 with more than one primary column I have to choose which is the correct o...
- 09:45 AM Feature request #5473 (Open): Use different symbols for different kinds of input
- Use different symbols for different kinds of input. For example, raster and vector could have different symbols/colou...
- 09:43 AM Feature request #5471 (Open): Add support for undo/redo actions, such as deleting an object in mo...
- Add support for undo/redo actions, such as deleting an object in modeler
- 09:26 AM Bug report #5196: QGIS crashes on style > categorized
- Update:
The column I was trying to categorize had NULL values. I added some random text and it worked.
It's still wor... - 09:08 AM Feature request #5470 (Closed): Manage different versions of OTB
- As of today, OTB algorithm descriptions are embedded in Sextante, and not dynamically generated from OTB.
It is gene... - 09:03 AM Feature request #5468 (Rejected): Fill tooltips for OTB algorithms
- We can reuse the parameter long description for the tooltips.
See r138 - 08:40 AM Feature request #5466 (Rejected): Use CRS parameter for epsg code
- This is the description.
- 07:40 AM Feature request #5465 (Closed): Handle more Output parameters
- Some OTB app can output number or strings (ReadImageInfo).
This is not yet managed in the otb bindings. - 03:59 AM Feature request #5381: Info panel or tab for user feedback
- Those too, perhaps, but I meant stuff like failure messages. E.g. if a parameter is missing, no dialog should pop up,...
- 03:20 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
- Hi again,
Victor Olaya wrote:
> What is the CRS in that world file?
for example a projected one. When you add such... - 02:40 AM Bug report #5237: Update r.mapcalc to be compatible with the GRASS 7 new syntax
- Probably wontfix, as GRASS modules are being ported to SEXTANTE
- 02:40 AM Bug report #3346 (Closed): Bug: composer legend - symbols and labels are not vertically aligned
- 02:39 AM Bug report #4708 (Closed): scale bar in composer reverts to 2 right segments after save & re-open...
2012-04-22
- 01:38 AM Feature request #4805: remove internal spatialite
- As far as Fedora is concerned:
http://groups.google.com/group/spatialite-users/browse_thread/thread/51450b1a61d8cc33... - 12:58 AM Bug report #5456: Output does not have the same CRS of input if input is tiff+worldfile
- What is the CRS in that world file? I guess SAGA and OTB produce the result in the same CRS as the input (or maybe th...
- 12:42 AM Bug report #5456 (Closed): Output does not have the same CRS of input if input is tiff+worldfile
- Add a raster that is (ex) tiff+worldfile (not geotiff) and give it the right CRS in QGIS, then use it as input for on...
- 11:31 PM Revision 4c221871 (qgis): Merge pull request #129 from szekerest/master
- MSSQL: Fix query builder support
- 11:00 PM Revision ed8c3a12 (qgis): MSSQL: Fix query builder support (fixes #5401)
- 10:46 PM Feature request #5396: Run algorithms in a different thread
- Perfect!
There is a class named AlgorithmExecutor. That's where it should go. If you have questions, just ask me, ok? - 03:19 PM Feature request #5396: Run algorithms in a different thread
- I'll have a look at this during the next days, if nobody else is working on it.
- 09:11 PM Revision 71d0e4dd (qgis): deprecated QgsCoordinateReferenceSystem::equals: as it might return false
- eventhough the proj.4 string is equal. PROJ.4 string isn't unique to
CRSes. - 05:07 PM Revision 00ca86dc (qgis): Added feature request #5439
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@141 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 03:04 PM Revision 757fd0bf (qgis): added feature request #5444. Also added to scripts
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@140 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 02:44 PM Revision cc3184c9 (qgis): fixed #5435
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@139 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 02:31 PM Bug report #5401 (Closed): MS SQL Server Driver missing Query Builder
- Fixed in changeset commit:"ed8c3a1232e44ff4b879470882d5154631ec8230".
- 02:28 PM Bug report #5235 (Feedback): Link to SQL server spatial view fails
- 01:38 PM Feature request #5455 (Open): Support for group boxes
- Add support for adding boxes around a set of tools that perform a task together, i.e. creating groups of tools in the...
- 01:33 PM Feature request #5453 (Open): Add ”Select by rectangle” in modeler
- Add possibility to select multiple objects with ”Select by rectangle” in modeler.
- 12:05 PM Revision 991c7ba1 (qgis): fix windows build
- 11:47 AM Revision c6be15ed (qgis): Fix #5344 - square symbol not selectable
- 08:25 AM Feature request #5447: Count the number of features passing through the model
- I would like to be able to run the model in the window "SEXTANTE Modeler". For example:
1 Define data sets/strings e... - 05:55 AM Feature request #5447: Count the number of features passing through the model
- I do not understand the feature request. When designing the model, it is a conceptual design, there are no layers wit...
- 03:22 AM Feature request #5447 (Open): Count the number of features passing through the model
- Count the number of features (such as points, polygons) passing through the model. Each arrow could be labelled with ...
- 05:32 AM Bug report #3802: QGIS crashes using some options of new labelling tool
- aperi2007 - wrote:
> (I don't know if it crash on 32bit version).
it does - 05:10 AM Bug report #3802: QGIS crashes using some options of new labelling tool
- I tested it on windows 7 64 bit.
It crash !
Instead seem that the crash don't happen on windows xp 32bit.
It is a sp... - 05:31 AM Feature request #5451 (Closed): working with DWG format
- Not a QGIS issue, as it uses GDAL/OGR to handle rasters and vectors. GDAL 1.9 supports the reading DWGs if you compil...
- 05:31 AM Feature request #5451 (Closed): working with DWG format
- Not a QGIS issue, as it uses GDAL/OGR to handle rasters and vectors. GDAL 1.9 supports the reading DWGs if you compil...
- 05:18 AM Feature request #5451 (Closed): working with DWG format
- hello,
It will be great to have the capability to work direclty with DWG document(without dxf).
So to speak : to ope... - 05:16 AM Feature request #5426: selected objects should go to top level
- Perhaps a good solution should be to add to qgis a "phantom layer" always on top of the other layers.
This phantom la... - 03:29 AM Feature request #5449 (Closed): Define files in the modeler
- It would like to be able to define the files to be processed directly in the modeler. At current, they have to be def...
- 03:26 AM Feature request #5448 (Closed): Create a log file with model metadata
- I would like the modeler to create a log file with information on how the process worked. It could, for example, cont...
- 03:20 AM Feature request #5446 (Open): Select group from existing groups
- When choosing a group name, how about letting the user choose from a list with the existing groups?
- 02:48 AM Bug report #5344 (Closed): Can't select square symbol in Simple marker
- Fixed in changeset commit:"c6be15ed98987c04127134b77c6d984316990caf".
2012-04-21
- 01:40 AM Revision 8e75d4b1 (qgis): test fixes:
- - run xvfb in 96 dpi mode
- indentation update (including tests)
- fix running tests from build directory - 10:20 PM Revision d9bc7f30 (qgis): raise field precision limit to 15
- 09:39 PM Revision fe53a39b (qgis): add running GDAL/OGR version to about box
- 09:36 PM Revision 9af4ca89 (qgis): added Translator name
- 08:57 PM Revision 2120bb80 (qgis): Remove about dialog from gdal tools
- 08:57 PM Revision 445144ce (qgis): Remove about dialog in db manager
- 07:23 PM Revision 517fd7e6 (qgis): handle crssync in bundling stage
- 03:56 PM Revision 3fd0697f (qgis): added tooltip support
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@138 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 03:33 PM Bug report #5397: Field Calculator: crash when help is missing
- Jürgen Fischer wrote:
> Not reproducable on Windows.
As well as on Linux.
- 12:35 PM Revision 871ceb15 (qgis): followup 78c2a2b803
- 11:32 AM Revision db7d7f6f (qgis): removed ? button in parametersdialog
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@137 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
2012-04-20
- 01:21 AM Revision 78c2a2b8 (qgis): debian package: remove pyspatialite from python-qgis
- 12:56 AM Revision f90eed12 (qgis): cmake: rename GIT to GITCOMMAND
- 12:40 AM Revision 46adf1a0 (qgis): remap attribute by name not index on paste (fixes #5425)
- 09:29 PM Revision af6131d7 (qgis): changed size of close buttons
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@136 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 08:18 PM Revision a65c788a (qgis): 'shorten' last commit
- 08:04 PM Revision cfa85f37 (qgis): - run tests with temporary copy of srs.db
- - sync srs.db in a single transaction
- 07:53 PM Revision 319e0825 (qgis): Added PrameterCRS and CRS selectors
- Fixed GRASS bug when using v.* algorithms
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-pl... - 05:33 PM Revision 07a3bf5e (qgis): debian packaging: pyspatialite fix
- 03:42 PM Bug report #5425 (Closed): Remote PostGIS layer not compatible with features from local shapefile...
- Fixed in changeset commit:"46adf1a017f2aa4cba8ec43f2a9b772442ce7754".
- 01:58 PM Bug report #5425: Remote PostGIS layer not compatible with features from local shapefile layer wi...
- Another observation; When viewing PROPERTIES > FIELDS of the remote PostgreSQL/PostGIS layer, the LENGTH and PRECISIO...
- 01:27 PM Bug report #5425 (Closed): Remote PostGIS layer not compatible with features from local shapefile...
- If I load two layers that share the *exact same schema*, one being a remote PostGIS layer(layer 1), and the other bei...
- 02:19 PM Feature request #5426 (Closed): selected objects should go to top level
- In qgis-dev 3147836.
When a layer has more object overlapped each-other.
Selecting one element using the table.
The s... - 01:47 PM Revision 66e027a3 (qgis): changed grass description. Now one grass algorithm can be splitted in s...
- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@134 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- 11:40 AM Revision aa0a44bd (qgis): addded folder slection parameter
- Added support for new parameters in r and python scripting providers
git-svn-id: http://sextante.googlecode.com/svn/... - 09:39 AM Revision 98dbb8e0 (qgis): use install rpath only on apple
- 09:39 AM Revision 7cdd446a (qgis): wms provider: handle content type case insensitive
- 09:29 AM Bug report #2760 (Closed): SpatiaLite Layers Not Displaying in PPC Mac
- William Kyngesburye wrote:
> OK with me, I don't do PPC in my builds, Apple hasn't supported them in the OS for almos... - 09:29 AM Bug report #2760 (Closed): SpatiaLite Layers Not Displaying in PPC Mac
- William Kyngesburye wrote:
> OK with me, I don't do PPC in my builds, Apple hasn't supported them in the OS for almos... - 09:02 AM Bug report #5422 (Closed): eVis database connection broken on Linux?
- It works on Windows, but on Linux I get messages like (for postgresql)
New Database connection requested...
Connecti... - 07:52 AM Bug report #5420: GRASS gives python error if input layer path contains non ascii chars
- Hi Giovanni,
I found the problem. If my shapes have in a directory named with special characters, like 'ã' or 'ç' g... - 07:20 AM Bug report #5420: GRASS gives python error if input layer path contains non ascii chars
- Hi Pedro,
check also the sextante log and post any message that can be useful (of there is something more than the p... - 06:44 AM Bug report #5420 (Closed): GRASS gives python error if input layer path contains non ascii chars
- Hello to all,
This is my first intervention here so i hope that i'm doing this right.
My versions are:
OS: Windows ... - 07:49 AM Feature request #3768: print composer & wms layers (max size)
- Ricardo Silva wrote:
> Hi, this issue seems to still be unresolved
>
> I'm still getting the warning message from QG... - 07:05 AM Feature request #3768: print composer & wms layers (max size)
- Ricardo Silva wrote:
> I'm still getting the warning message from QGIS, and then the error message from Mapserver whe... - 06:34 AM Feature request #3768: print composer & wms layers (max size)
- Hi, this issue seems to still be unresolved
I'm still getting the warning message from QGIS, and then the error mess... - 06:34 AM Feature request #3768: print composer & wms layers (max size)
- Hi, this issue seems to still be unresolved
I'm still getting the warning message from QGIS, and then the error mess... - 06:34 AM Feature request #3768: print composer & wms layers (max size)
- Hi, this issue seems to still be unresolved
I'm still getting the warning message from QGIS, and then the error mess... - 06:47 AM Bug report #5418 (Closed): Checkbox edit widget do not work on OsX
- sounds like a dup of #3024
- 06:47 AM Bug report #5418 (Closed): Checkbox edit widget do not work on OsX
- sounds like a dup of #3024
- 06:08 AM Feature request #4805: remove internal spatialite
- following Williams's suggestions, I've just performed few tests
about the pysqlite connector; here are my findings.
... - 04:12 AM Bug report #3802: QGIS crashes using some options of new labelling tool
- aperi2007 - wrote:
> I tested on qgis-dev E5D97F5.
> The crash seem disappeared.
> Is confirmed ?
still crashes here. - 02:53 AM Bug report #3802: QGIS crashes using some options of new labelling tool
- I tested on qgis-dev E5D97F5.
The crash seem disappeared.
Is confirmed ?
( I add another information.
The test was d...
Also available in: Atom