Activity

From 2011-04-15 to 2011-05-14

2011-05-14

11:37 AM Revision cda54610 (qgis): Merge branch 'master' of github.com:timlinux/Quantum-GIS
Tim Sutton
11:32 AM Revision 27e3a8f6 (qgis): Fix inconsistent naming of general options
Tim Sutton
11:24 AM Revision a9422394 (qgis): Fix inconsistent naming of general options
Tim Sutton
11:02 AM Revision b8513b07 (qgis): Small update to win quickpackager
Tim Sutton
10:18 AM Bug report #3826 (Closed): Using 100% CPU when connected to GPS
using Autodetect with [Vendor: 0X67B, Product: 0X2303]
This bug makes the GPS connect feature extremely undesirable ...
Tim l
02:58 AM Bug report #3825 (Closed): Two decimal places for symbology in map unit is not suited for lat-lon...
In new symbology, when selecting size, width, offsets etc. in "map unit", the minimum value is either 0.00 or 0.01, b... Mayeul Kauffmann

2011-05-13

12:14 AM Feature request #3824 (Open): make it possible to see & change layer CRS directly from layer menu
It'd be nice for QGIS to display the 3 most recently used CRS items directly from the layer menu and allow the user t... Mathieu Pellerin - nIRV
12:13 AM Revision ce4c1266 (qgis): Fixed #3818
Martin Dobias
10:20 PM Revision b2061962 (qgis): Merge branch 'master' into dbl
Conflicts:
images/splash/splash.png
src/CMakeLists.txt
src/app/main.cpp
src/app/qgsvectorlayerproperties.cpp
src...
Martin Dobias
10:00 PM Revision 153ad164 (qgis): All customization and QGIS browser work in one commit.
Martin Dobias
03:15 PM Bug report #3818 (Closed): Crash with new symbology on a txt file
Fixed in commit:ce4c126 Martin Dobias
03:15 PM Bug report #3818 (Closed): Crash with new symbology on a txt file
Fixed in commit:ce4c126 Martin Dobias
02:54 PM Revision 3ec80591 (qgis): Merge branch 'wms_filewatch'
Marco Hugentobler
02:51 PM Revision 55795600 (qgis): Use a file watcher also for capabilities cache
Marco Hugentobler
02:12 PM Revision d4109ce2 (qgis): [FEATURE]: use file watcher in wms server to check for updates in proje...
Marco Hugentobler
09:27 AM Bug report #3823 (Closed): qgis_mapserv.fcgi segmentation fault
I have QGIS compiled from GIT, version 9ffedb4 on an amd64 machine.
I'm trying *qgis_mapserv* with a simple project,...
Niccolo Rigacci

2011-05-12

06:42 PM Revision 6327b2e2 (qgis): allow merging shapefiles with different attribute tables (fix #3010)
Alexander Bruy
02:37 PM Revision 996848d4 (qgis): fix lenny build: Qt::UniqueConnection only available in Qt >=4.6
Jürgen Fischer
10:22 AM Revision 626c8ddb (qgis): Merge remote branch 'pb/master'
Sergey Yakushevs
09:55 AM Feature request #3010 (Closed): ftools (merge shapefiles tool): patch to add option to select att...
Starting from commit:6327b2e22416c52142bb Merge shapefiles tool collect all attributes from input files and store the... Alexander Bruy
09:55 AM Feature request #3010 (Closed): ftools (merge shapefiles tool): patch to add option to select att...
Starting from commit:6327b2e22416c52142bb Merge shapefiles tool collect all attributes from input files and store the... Alexander Bruy
09:29 AM Revision 07da4935 (qgis): [FEATURE]: Possibility to set a WFS filter
Marco Hugentobler
09:20 AM Revision dfeb19b4 (qgis): Merge remote branch 'pb/master'
Sergey Yakushevs

2011-05-11

09:11 PM Revision 76751f61 (qgis): Mac Info.plist svn=>git
Tom Elwertowski
09:00 PM Feature request #3822 (Closed): The symbol size is not represented in a legend
QGIS allows to draw the point symbols from the same layer with different colour as well as size, e.g., colour can rep... zirneklitis -
08:46 PM Revision 3ffc255c (qgis): sync QgsRubberBand and QgsMpaCanvasMap antialiasing, this also fixes 1p...
Radim Blazek
08:42 PM Revision 3d41384c (qgis): fix #3821
Jürgen Fischer
07:38 PM Revision aadb7d23 (qgis): sync QgsRubberBand and QgsMpaCanvasMap antialiasing, this also fixes 1p...
Radim Blazek
07:09 PM Revision 8eac180f (qgis): Display current filename in progressbar when merging and add option to
select encoding for input files Alexander Bruy
05:10 PM Revision 89fe2289 (qgis): Maximum 40 entries in config and capabilities cache
Marco Hugentobler
05:10 PM Revision bf07028c (qgis): Add capabilities cache classes and use QHash for config cache
Marco Hugentobler
05:10 PM Revision 09c6d6f9 (qgis): Add capabilities cache classes and use QHash for config cache
Marco Hugentobler
05:10 PM Revision a09d0439 (qgis): Wire in capabilities cache class
Marco Hugentobler
11:43 AM Bug report #3821 (Closed): Saving to DXF results in a file with incomplete extension
fixed in commit:3d41384ce89b3b0bb881 Jürgen Fischer
11:43 AM Bug report #3821 (Closed): Saving to DXF results in a file with incomplete extension
fixed in commit:3d41384ce89b3b0bb881 Jürgen Fischer
10:43 AM Bug report #3821 (Closed): Saving to DXF results in a file with incomplete extension
Save as... choosing DXF as a format results in a filename.d instead of filename.dxf. Looks an easy fix. Paolo Cavallini
11:34 AM Bug report #3820: Layer postgres dont recognize unique key index
I guess no.
The #62 ask for a field not only int4 (for example varchar)
but always with an unique index on it.
This...
aperi2007 -
11:10 AM Bug report #3820: Layer postgres dont recognize unique key index
duplicate of this (old) ticket? #62 Giovanni Manghi
10:39 AM Bug report #3820: Layer postgres dont recognize unique key index
I do some other test.
I notice it work if the 'id' field is a primary key.
So the existence of an unique index on a i...
aperi2007 -
10:14 AM Bug report #3820: Layer postgres dont recognize unique key index
oops,
the query used is this:
CREATE VIEW gb.v_volumetria_in_aggetto AS SELECT
a.id as id, a.codvolumetriainagge...
aperi2007 -
10:13 AM Bug report #3820 (Closed): Layer postgres dont recognize unique key index
Hi,
try-ing to load a view in qgis I'm having this
error:
-----
The view 'gb.v_volumetria_in_aggetto' has no column...
aperi2007 -
11:00 AM Revision b6610492 (qgis): debian fix: git used to be in git-core
Jürgen Fischer
09:39 AM Revision cba683f6 (qgis): Safety check for wms server filters
Marco Hugentobler
08:25 AM Revision 3cc052d3 (qgis): Merge remote-tracking branch 'upstream/master'
Marco Hugentobler
06:10 AM Bug report #3819 (Closed): WMS layer list shows inverse order
The [[GetCapabilities]] response is interpreted bottom top instead of top bottom (as many other WMS Clients do).
QGI...
manelclos -
05:39 AM Revision 5b1a9f98 (qgis): Merge remote branch 'pb/master'
Sergey Yakushevs
02:13 AM Bug report #2598 (Closed): Polygon fill patterns scale differently in pdf export as raster versus...
Jürgen Fischer
02:13 AM Bug report #2598 (Feedback): Polygon fill patterns scale differently in pdf export as raster vers...
Jürgen Fischer

2011-05-10

01:19 AM Revision a1a0b350 (qgis): Added Mayeul to the list of contributors (core) and translators (web cl...
Tim Sutton
01:14 AM Revision a48c4ac9 (qgis): Added Mayeul to the list of contributors (core) and translators (web cl...
Tim Sutton
12:02 AM Feature request #1167: SLD support in conjunction with WMS
Any reason not to apply this to 1.8? Paolo Cavallini
11:11 PM Bug report #3818 (Closed): Crash with new symbology on a txt file
I import a text file, then apply the new symbology with categoric symbols, and I
apply the symbology *before* classif...
Paolo Cavallini
11:10 PM Bug report #3817 (Closed): NULLifying raster does not work anymore
If I select 0 as NULL in raster properties, the value on the map is still the original one (you can check with Value ... Paolo Cavallini
10:54 PM Revision 54645543 (qgis): german translation update
Jürgen Fischer
10:48 PM Revision 16042f92 (qgis): more svn=>git stuff
Jürgen Fischer
10:15 PM Revision e3aed815 (qgis): translation update: mn by Bayarma sl_SI by Joze
Werner Macho
09:56 PM Revision 69e24e4f (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Tim Sutton
09:55 PM Revision 41bf4c83 (qgis): Updated splash for master branch
Tim Sutton
03:51 PM Revision d05b140e (qgis): Added wms filter support
Marco Hugentobler
03:30 PM Revision 45cc8a7f (qgis): Merge pull request #16 from alexbruy/master
mask option for gdal_polygonize tool Alexander Bruy
03:08 PM Revision 9647ac87 (qgis): add mask option to gdal_polygonize
Alexander Bruy
02:25 PM Bug report #3812 (Closed): Contour does not select a directory
Fixed, commit:2b85d175de1d5dd05f7f Giuseppe Sucameli
02:25 PM Bug report #3812 (Closed): Contour does not select a directory
Fixed, commit:2b85d175de1d5dd05f7f Giuseppe Sucameli
02:17 PM Revision 14556360 (qgis): save file instead of open it in select output file dialog
Giuseppe Sucameli
02:15 PM Revision 2b85d175 (qgis): Merge pull request #15 from brushtyler/release-1_7_0
fix #3812 for branch release-1_7_0 Tim Sutton
02:14 PM Revision c94d92e0 (qgis): Minor edits to IT translation
Paolo Cavallini
02:11 PM Revision e6992bc4 (qgis): Merge pull request #14 from pcav/master
IT translation wrong Tim Sutton
02:06 PM Revision c914c14b (qgis): Merge branch 'master' of https://github.com/stopa85/Quantum-GIS
Sergey Yakushevs
02:05 PM Revision 8494cadd (qgis): Road graph plugin not work or work incorrectly.
Show message "First point not tied" if:
1. 'on the fly' CRS transfomation disabled
2. Source layer CRS not equal proj...
Sergey Yakushevs
01:38 PM Revision 6e83e4ba (qgis): save file instead of open it in select output file dialog
Giuseppe Sucameli
01:05 PM Revision fb43d16f (qgis): Road graph plugin not work or work incorrectly.
Show message "First point not tied" if:
1. 'on the fly' CRS transfomation disabled
2. Source layer CRS not equal proj...
Sergey Yakushevs
12:52 PM Revision fefae903 (qgis): translation update: mn by Bayarma sl_SI by Joze
Werner Macho
11:54 AM Revision 158834b5 (qgis): Fix possibility of returning void in symbolForFeature
Tim Sutton
11:26 AM Revision 9ffedb48 (qgis): Minor edits to IT translation
Paolo Cavallini
10:34 AM Revision eb899f76 (qgis): Fixed line wrapping and regenerated INSTALL
Tim Sutton
10:26 AM Revision 73a1bf55 (qgis): Merge branch 'release-1_7_0' of github.com:qgis/Quantum-GIS into releas...
Tim Sutton
10:25 AM Revision 163324f7 (qgis): Merge pull request #10 from kyngchaos/release-1_7_0
Mac install updates Tim Sutton
10:24 AM Revision 26fe9c79 (qgis): Merge pull request #7 from mayeulk/release-1_7_0_RBR-MK
Symbol levels in Rule-Based renderer on release-1_7_0 Tim Sutton
10:21 AM Revision 0ef7c7a3 (qgis): Merge pull request #13 from stopa85/master
add to .gitignore vim swap file Tim Sutton
10:01 AM Bug report #3816 (Closed): Default color of the terrain
The default color teble for terrain:
/usr/share/qgis/python/plugins/GdalTools/tools/terrain.txt
looks ugly. Please ch...
Paolo Cavallini
09:57 AM Bug report #3815 (Closed): name of the autoloaded rasters and raster calculator
When running an analysis (e.g. slope) and selecting "Add to canvas", the layer is automatically added at the end of t... Paolo Cavallini
09:54 AM Bug report #3798 (Closed): can't add csv files in trunk/linux, trough the "add vector" dialog
gdal/ogr >= 1.7 is needed, so if one is using the nightly builds repo under Ubuntu qgis comes compiled against gdal 1.6. Giovanni Manghi
09:54 AM Bug report #3798 (Closed): can't add csv files in trunk/linux, trough the "add vector" dialog
gdal/ogr >= 1.7 is needed, so if one is using the nightly builds repo under Ubuntu qgis comes compiled against gdal 1.6. Giovanni Manghi
08:17 AM Revision ee20b303 (qgis): Add to .gitignore vim swap files.
Sergey Yakushevs
03:55 AM Bug report #3814 (Rejected): Polygonize generates a custom projection instead of using the source...
When converting a raster in vector with [[GdalTools]], the resulting shp has a custom projection, identical to the so... Paolo Cavallini
02:37 AM Feature request #3813 (Feedback): Allow 'make uninstall' w/out building or installing
Current 'make uninstall' rule requires a full build and install in order to work. It'd be useful if you could uninsta... Sandro Santilli

2011-05-09

01:57 AM Bug report #3812 (Closed): Contour does not select a directory
In [[GdalTools]], the command contour asks for a directory, but the dialog does not allow to select it Paolo Cavallini
01:36 PM Revision fb568382 (qgis): fix #3671: update view after search in attributetable
Jürgen Fischer
11:07 AM Feature request #3810: Join attributes by location crash
Replying to [comment:5 bderstine]:
> lutra: I imagine a similar query would be to load
Hi, can you please test if t...
Giovanni Manghi
10:13 AM Feature request #3810: Join attributes by location crash
lutra: I imagine a similar query would be to load the GNIS national file: http://geonames.usgs.gov/domestic/download_... bderstine -
10:06 AM Feature request #3810: Join attributes by location crash
lutra: I cannot attach the dataset as it is proprietary.
cfarmer: This means that QGIS stopped responding, the windo...
bderstine -
09:12 AM Feature request #3810: Join attributes by location crash
A point of clarification:
> Process ran very slowly up to 27% completeness and then QGIS stopped responding and crash...
cfarmer -
09:07 AM Feature request #3810: Join attributes by location crash
please attach/link a sample dataset to try replicate the issue. Giovanni Manghi
09:02 AM Feature request #3810 (Closed): Join attributes by location crash
Target layer has 2.3 million points.
Join layer has a couple hundred polygons.
Process ran very slowly up to 27% com...
bderstine -
09:55 AM Revision 27febc1d (qgis): Test commit to see if amend works to update a git pull on gh. Please do...
Tim Sutton
09:44 AM Bug report #3809: [QGIS1.7] Crash when saving shp layer as .mif
Same bug with QGIS 1.6 Ubuntu 11.04
But it create an empty mif and mid file
davidrun -
02:14 AM Bug report #3809 (Closed): [QGIS1.7] Crash when saving shp layer as .mif
QGIS 1.7 crash when saving a shape layer as .mif (mif/mid) on my ubuntu 11.04 laptop.
It occurs whith every shape la...
davidrun -
09:06 AM Bug report #3811 (Closed): Background color is not set in a composer even if set in project prope...
I think it should.
You can set it manually in properties of map object in layout, but it is not clear why it is not ...
Maxim Dubinin
04:38 AM Feature request #3671 (Closed): Auto-actualize "Show selected only"
fixed in commit:fb5683820b8cbefd5845809e76e3909cc2e59877 Jürgen Fischer
04:38 AM Feature request #3671 (Closed): Auto-actualize "Show selected only"
fixed in commit:fb5683820b8cbefd5845809e76e3909cc2e59877 Jürgen Fischer
02:35 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
Please disregard my patch for now. After looking at it again I came to understand how some things were intended to w... Alister Hood

2011-05-08

10:51 PM Feature request #3430: fill pattern missing for point markers in new symbology engine
> Oh, yeah - I noticed another problem.
>
> In the symbol layers box with these patches it only shows the fill, wher...
Alister Hood
08:46 PM Feature request #3430: fill pattern missing for point markers in new symbology engine
Oh, and I think I was wrong about this:... Alister Hood
08:20 PM Feature request #3430: fill pattern missing for point markers in new symbology engine
Oh, of course.
We shouldn't apply the fill style to selected features unless either we have a special pen colour for...
Alister Hood
05:59 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
> //"no fill" doesn't work if brushColor = penColor
>// e.g. if the symbol is a circle, the whole bounding box (is ...
Alister Hood
09:41 PM Revision 1ecfd9b0 (qgis): separate git section, main docs apply to downloaded release source (nee...
William Kyngesburye
08:15 PM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
Good sleuthing, Tom. I would answer "yes" to you question in your last comment. This will be consistent with its use,... John Tull
08:09 PM Revision d8c3c90f (qgis): Mac install updates
William Kyngesburye
05:42 PM Feature request #3808: get rid of annoying svg messages
My editor automatically changed UTF to utf in the first line of each file. I'll attach a "clean" patch without those... Alister Hood
05:35 PM Feature request #3808 (Closed): get rid of annoying svg messages
I see (in [[DebugView]]) the annoying set of messages (below) in the following circumstances:
- every time I add an ...
Alister Hood
11:43 AM Revision d144f492 (qgis): Merge pull request #9 from kyngchaos/master
finish fix for #3497 Tim Sutton
11:42 AM Revision c586afe8 (qgis): finish fix for #3497
William Kyngesburye
11:40 AM Revision 934466b1 (qgis): Merge pull request #8 from kyngchaos/release-1_7_0
finish fix for #3497 Tim Sutton
04:31 AM Bug report #3807: QgsRasterLayer.identify() is always True
This is always true if the identified point is inside the extents of the raster layer, but in an area that is not par... Ricardo Silva
04:19 AM Bug report #3807 (Closed): QgsRasterLayer.identify() is always True
Using the python bindings, when trying to identify a point outside of current raster layer, The [[QgsRasterLayer]].id... Ricardo Silva
03:29 AM Feature request #3806: Make click anywhere in symbol select/identify the object (i.e. when symbol...
Yes, as long as the search radius is bigger than the symbol.
But most users wouldn't expect to need to change the se...
Alister Hood
03:24 AM Feature request #3806: Make click anywhere in symbol select/identify the object (i.e. when symbol...
I just tested:
I can set a big symbol (ex: for a point layer) and then identify the features even if not clicking in...
Giovanni Manghi
03:21 AM Feature request #3806: Make click anywhere in symbol select/identify the object (i.e. when symbol...
Also, I don't think the tolerance setting affects the select single feature tool (sorry - I called it "Select single ... Alister Hood
03:18 AM Feature request #3806: Make click anywhere in symbol select/identify the object (i.e. when symbol...
No, this is not quite the same as tolerance. It is about the symbol being bigger than the actual object.
e.g. if I ...
Alister Hood
03:11 AM Feature request #3806: Make click anywhere in symbol select/identify the object (i.e. when symbol...
you can set the tolerance of the identify tool in the qgis options, "map tools" section. Closing? Giovanni Manghi
03:08 AM Feature request #3806 (Open): Make click anywhere in symbol select/identify the object (i.e. when...
Currently if you use a large point symbol you still need to click right in the center of the symbol when using the in... Alister Hood
03:00 AM Feature request #3805 (Open): Snapping for select and info tools
It would be good if the snapping settings were applied for the info tool and the select single feature tool.
As far ...
Alister Hood
02:15 AM Revision 7ad75d9f (qgis): finish fix for #3497
William Kyngesburye
02:15 AM Revision 5bfc5a4c (qgis): fix lenny build
Jürgen Fischer
02:12 AM Revision 7e9b5414 (qgis): finish fix for #3497
William Kyngesburye

2011-05-07

06:05 PM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
Further investigation reveals that the Cocoa implementation of QColorDialog::getColor is unstable because the Mac Coc... Tom Elwertowski
05:42 PM Revision cc5732a6 (qgis): Symbol levels in Rule-Based renderer: Apply the following patch (ticket...
Mayeul Kauffmann
05:20 PM Revision aadfa8cf (qgis): Merge pull request #5 from timlinux/release-1_7_0
Radims fix for raster otf of wms render issues - and Guiseppi's gdal warp fix Tim Sutton
05:15 PM Revision 4aeb473a (qgis): Merge pull request #6 from timlinux/master
Radims fix for raster otf of wms render issues Tim Sutton
05:12 PM Bug report #3753 (Closed): "Zoom to best scale" takes a long time (inf?) for TMS layers.
Ok, I've checked it twice and the ticket was invalid. Sorry. The problem was in the xml file.
The "zoom to best scal...
Borys Jurgiel
05:12 PM Bug report #3753 (Closed): "Zoom to best scale" takes a long time (inf?) for TMS layers.
Ok, I've checked it twice and the ticket was invalid. Sorry. The problem was in the xml file.
The "zoom to best scal...
Borys Jurgiel
05:10 PM Revision 08ee8108 (qgis): Merge branch 'release-1_7_0' of github.com:timlinux/Quantum-GIS into re...
Tim Sutton
05:09 PM Revision a87cb60a (qgis): Radim's patch to fix rendering issues with otf wms reprojection
Tim Sutton
05:08 PM Revision 8fb20e03 (qgis): Radim's patch to fix rendering issues with otf wms reprojection
Tim Sutton
02:31 PM Bug report #3804: Georeferencer deletes active raster
I'm reassigning it to Manuel, do you still maintain the Georeferencer? Borys Jurgiel
01:40 PM Bug report #3804 (Closed): Georeferencer deletes active raster
If you set the output raster to overwrite the input raster (the one that is being georeferenced) but then click cance... jprouty -
10:14 AM Bug report #3648: Qgis 1.6/trunk, osgeo4w/standalone hangs/crashes when adding GRASS vectors in a...
Me too on Win7, although I have had other versions of GRASS on this machine.
QGIS 1.8.0.2 from the osgeo install.
Bill Williamson

2011-05-06

12:48 AM Revision ad494d4d (qgis): Merge branch 'master' of github.com:qgis/Quantum-GIS
Juergen E. Fischer
12:48 AM Revision 1bff56ae (qgis): debian packaging update for 1.8
Juergen E. Fischer
12:43 AM Revision ce6588c5 (qgis): fix #3800
Tim Sutton
12:31 AM Revision 626f9dd5 (qgis): Merge pull request #4 from brushtyler/release-1_7_0
fix #3800 for branch release-1_7_0 Tim Sutton
12:07 AM Feature request #3488: Expression based labeling
That would indeed be very useful and a killer feature for QGIS' next version.
Other practical uses for expression ba...
Mathieu Pellerin - nIRV
11:58 PM Revision 6941b548 (qgis): fix #3800
Giuseppe Sucameli
10:20 PM Revision 17c45402 (qgis): osgeo4w: fix path in postinstall for crssync
Jürgen Fischer
04:39 PM Revision dcc723c0 (qgis): some more svn to git migration updates/fixes
Jürgen Fischer
04:16 PM Bug report #3800 (Closed): Replace -mask by -cutline in Gdaltools
fixed, commit 626f9dd57ec9c0ab97ca Giuseppe Sucameli
04:16 PM Bug report #3800 (Closed): Replace -mask by -cutline in Gdaltools
fixed, commit 626f9dd57ec9c0ab97ca Giuseppe Sucameli
05:05 AM Bug report #3803 (Closed): Problems with merge tool
Dear,
in the course of my work came across a problem in the Merge tool QGIS, as described below:
In my industry wor...
hebertazevedo -

2011-05-05

01:47 AM Bug report #3801 (Closed): libintl-8.dll not present
I had libqp version 8.3.10-1
After re-installation (still 8.3.10-1) all is working.
Thanks
Patrice Vetsel -
01:47 AM Bug report #3801 (Closed): libintl-8.dll not present
I had libqp version 8.3.10-1
After re-installation (still 8.3.10-1) all is working.
Thanks
Patrice Vetsel -
05:28 AM Bug report #3801: libintl-8.dll not present
check if your libpq package is up-to-date. See also "osgeo4w-dev: libintl-8.dll":http://lists.osgeo.org/pipermail/os... Jürgen Fischer
05:01 AM Bug report #3801 (Closed): libintl-8.dll not present
When using QGis 1.6 or 1.7.0-132 on Windows (with Osgeo4w), each version refuse to be launched because "libintl-8.dll... Patrice Vetsel -
12:55 AM Revision 22c7246a (qgis): apply #3721: add save edits button to attribute table
Jürgen Fischer
12:48 AM Revision b8642a93 (qgis): apply #3770: allow adding parts to line and point features and some ref...
Jürgen Fischer
11:51 PM Bug report #3648: Qgis 1.6/trunk, osgeo4w/standalone hangs/crashes when adding GRASS vectors in a...
Replying to [comment:13 hamish]:
> 2) https://trac.osgeo.org/grass/changeset/45652
> Smells like a work-around.
And ...
Jürgen Fischer
11:32 PM Bug report #3648: Qgis 1.6/trunk, osgeo4w/standalone hangs/crashes when adding GRASS vectors in a...
Replying to [comment:18 lutra]:
> adding a GRASS vector to the qgis canvas (via the GRASS browser or using the "view ...
Jürgen Fischer
11:17 PM Bug report #3648: Qgis 1.6/trunk, osgeo4w/standalone hangs/crashes when adding GRASS vectors in a...
I think this is really blocking for release, as it makes half of GRASS unusable. Paolo Cavallini
03:13 PM Bug report #3648: Qgis 1.6/trunk, osgeo4w/standalone hangs/crashes when adding GRASS vectors in a...
Hi all,
I finally made further tests, using qgis/osgeo4w (both 1.6 and trunk) and trunk/standalone created with crea...
Giovanni Manghi
11:38 PM Feature request #3726 (Closed): WMS Layer Order
Replying to [comment:1 jef]:
> doesn't commit:7b4e6998 (SVN r15682) already fix your issues?
I guess it is - and no ...
Jürgen Fischer
11:38 PM Feature request #3726 (Closed): WMS Layer Order
Replying to [comment:1 jef]:
> doesn't commit:7b4e6998 (SVN r15682) already fix your issues?
I guess it is - and no ...
Jürgen Fischer
10:28 PM Revision a9aafd07 (qgis): apply #3645: synchronization of srs.db with GDAL/PROJ on installation
Jürgen Fischer
10:26 PM Revision 86bcdc4b (qgis): update version number to 1.8.0 and codename back to Trunk
Jürgen Fischer
03:56 PM Feature request #3721 (Closed): save button in GUI of Attribute table
applied in commit:22c7246a Jürgen Fischer
03:56 PM Feature request #3721 (Closed): save button in GUI of Attribute table
applied in commit:22c7246a Jürgen Fischer
03:51 PM Feature request #3645 (Closed): synchronize QGIS' SRS definitions with GDAL's 1.8.0 SRS database
applied in commit:a9aafd07 Jürgen Fischer
03:51 PM Feature request #3645 (Closed): synchronize QGIS' SRS definitions with GDAL's 1.8.0 SRS database
applied in commit:a9aafd07 Jürgen Fischer
03:51 PM Feature request #3770 (Closed): Cannot add parts to multipoint or multilinestring feature
applied in commit:b8642a93 Jürgen Fischer
03:51 PM Feature request #3770 (Closed): Cannot add parts to multipoint or multilinestring feature
applied in commit:b8642a93 Jürgen Fischer
03:33 PM Bug report #3802 (Closed): QGIS crashes using some options of new labelling tool
QGIS (version 15861M) crash always with this sequence of commands.
On windows 7.
1. Load shapefile "linee.shp"
2. Lo...
aperi2007 -
03:02 PM Bug report #3791: (windows): qgis trunk/osgeo4w crashes if "HKCU\\Software\\QuantumGIS" is remove...
> > By the way, activating the option and adding a vector causes qgis to crash.
> > Does not happen on osgeo4w/1.6
> ...
Giovanni Manghi
10:32 AM Bug report #3794: Rotated raster tiff freezing QGIS
Replying to "kagou":/issues/show/3794:
> Qgis is so slow than it's unusable.
I confirm it also under Linux. I don'...
Giovanni Manghi
10:25 AM Bug report #3790: OTF Raster Reprojection artifacts (at some scales)
Odd, using trunk (same revision ) on both linux and windows I can reproduce the artifacts only under linux. On Window... Giovanni Manghi
09:08 AM Bug report #3693: Major system-wide crash on Composer when paper-size option is clicked.
Actually, I tried the same on another 64-bit-Ubuntu PC and worked just fine. So, it more like a thing with this ACER ... Thaddeus -
03:59 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
Oh, yeah - I noticed another problem.
In the symbol layers box with these patches it only shows the fill, whereas i...
Alister Hood
03:54 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
Ah - there's a preview button! I should use it ;)
-----------
>- fill style is not applied to selected features (act...
Alister Hood
03:47 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
. Alister Hood
03:42 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
. Alister Hood

2011-05-04

01:46 AM Bug report #3800 (Closed): Replace -mask by -cutline in Gdaltools
When you add a mask layer using the gdarlwarp's UI included in [[GdalTools]], it adds the option -mask which does not... Jean-Roc Morreale
01:23 AM Bug report #3465: Legend in map composer has an infinite height
You are right!
when opening a brand new project, with no layer, legend is ok. Adding a shape,huge legend, changing th...
gede2a -
12:56 AM Feature request #3716 (Closed): value relation attribute editor
applied in commit:40bcb996 Jürgen Fischer
12:56 AM Feature request #3716 (Closed): value relation attribute editor
applied in commit:40bcb996 Jürgen Fischer
12:55 AM Feature request #3768 (Closed): print composer & wms layers (max size)
applied in commit:d508f56a Jürgen Fischer
12:55 AM Feature request #3768 (Closed): print composer & wms layers (max size)
applied in commit:d508f56a Jürgen Fischer
12:52 AM Feature request #3793 (Closed): windows mapserver patch
applied in commit:5794256c Jürgen Fischer
12:52 AM Feature request #3793 (Closed): windows mapserver patch
applied in commit:5794256c Jürgen Fischer
11:25 PM Feature request #3799: Cannot add new OGR layer types
Replying to "mattwigway":/issues/show/3799:
> As of OGR 1.9, "CouchDB Spatial":http://gdal.org/ogr/drv_couchdb.html i...
mattwigway .
11:10 PM Feature request #3799 (Closed): Cannot add new OGR layer types
As of OGR 1.9, "CouchDB Spatial":http://gdal.org/ogr/drv_couchdb.html is now supported, but QGIS does not allow you t... mattwigway .
10:01 PM Revision 40bcb996 (qgis): apply #3716: add value relation widget type
Jürgen Fischer
09:59 PM Revision d508f56a (qgis): apply #3768: tile WMS getmap requests by limiting the size
Jürgen Fischer
09:56 PM Revision 5794256c (qgis): apply #3793: libfcgi cannot change mapserv's environment variables on w...
Jürgen Fischer
09:56 PM Revision 4d480fc3 (qgis): update version tracking to git
Jürgen Fischer
04:44 PM Revision 730b6513 (qgis): Merge pull request #2 from timlinux/master.
Some minor updates to documentation and added shortname to the quickpackage script Tim Sutton
03:37 PM Revision 0b7f5fa5 (qgis): Dont point to old gdal lib/include dirs when creating an msvc shell
Tim Sutton
03:34 PM Revision 0377e259 (qgis): Added shortname option to quickpackage script
Tim Sutton
11:45 AM Feature request #3770 (In Progress): Cannot add parts to multipoint or multilinestring feature
Jürgen Fischer
11:32 AM Revision 0e17f4ed (qgis): Merge pull request #1 from rudilinfiniti/master.
Small install procedure updates for linux from Rudi Thiede Tim Sutton
11:31 AM Bug report #3798 (Closed): can't add csv files in trunk/linux, trough the "add vector" dialog
it works under trunk/windows.
The message is "datasource not recognized". I'm under Ubuntu 10.04.
Giovanni Manghi
10:47 AM Revision 758fa49c (qgis): fixed minor errors in install documentation
Rudi Thiede
02:42 AM Feature request #1419: labels consisting of multiple field should be possible
agreed, this one has its own merit (I just had one such use case) Sandro Santilli

2011-05-03

01:12 AM Feature request #3797 (Closed): Specify joint style for Simple Markers
Simple symbols for point layers have bevelled joints. Why would anyone want bevelled joints? :)
Ideally it would be ...
Alister Hood
12:58 AM Feature request #1419: labels consisting of multiple field should be possible
That should have looked something like this :)... Alister Hood
12:56 AM Feature request #1419: labels consisting of multiple field should be possible
No. That is for situations where you want to put different labels in different places. This is for situations where... Alister Hood
12:14 AM Feature request #1419: labels consisting of multiple field should be possible
Could "multiple labels" as described in ticket #3796 be a solution for this as well ? Sandro Santilli
12:11 AM Feature request #3796: Multiple labels per layer
Oh, note that this is _NOT_ a duplicate of #1419, but might solve that issue as well. Sandro Santilli
12:10 AM Feature request #3796 (Closed): Multiple labels per layer
I often need to setup 3 labels for an "edge" layer: edge_id (on the line), face_left (at the left of the line), face_... Sandro Santilli
11:32 PM Feature request #3222: Fast, easy and beautiful on the fly rule-based rendering of OSM maps
Hi Mayeul
The patch (http://trac.osgeo.org/qgis/attachment/ticket/3222/patch_on_r15676-rbr_symbol-levels_reordering_...
Tim Sutton
02:27 PM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
>I need to go back and check more about Labelling since we also need labels to come out as Text objects in both SVG a... Alister Hood
10:12 AM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
Replying to [comment:6 Alister]:
> > without pdf as vector
> Have you tried printing to a virtual pdf "printer"? Tha...
Alex Mandel
01:38 PM Feature request #3795 (Closed): Link to metadata
Would it be possible to include an editable hyperlink in the metadata tab of the layer properties (or anywhere else i... julie -
01:08 PM Bug report #3794 (Closed): Rotated raster tiff freezing QGIS
Trying 1.6 or 1.7rev15814 (on Mac) or 1.6 and 1.7 under Windows to open a rotated raster tiff involve in a very very ... Patrice Vetsel -
08:44 AM Feature request #3793 (In Progress): windows mapserver patch
Jürgen Fischer
08:43 AM Feature request #3793 (Closed): windows mapserver patch
the following problem fixes a qgis_mapserv problem on windows Jürgen Fischer
08:28 AM Bug report #3792: When loading the same layer twice, new diagrams disappear
UNclear - it happens on some machines, not on others. Feedback from other users welcome. Paolo Cavallini
06:28 AM Bug report #3792 (Closed): When loading the same layer twice, new diagrams disappear
I load a layer. I add new diagrams (pie). I add again the same layer. The pies disappear. If I open the layer propert... Paolo Cavallini
07:18 AM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
My guess is that while the freeze is fixed when adding color stops, it still has the problem of color pickers being o... William Kyngesburye
07:00 AM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
In testing commit:2b9c8377 (SVN r15857) the ability to add stops is fixed. However, it introduces a new problem on OS... rcline -
06:14 AM Bug report #3791: (windows): qgis trunk/osgeo4w crashes if "HKCU\\Software\\QuantumGIS" is remove...

> Only if you removed HKCU\\Software\\QuantumGIS in the registry.
oh, this make sense.
> On any layer?
yes
Giovanni Manghi
06:09 AM Bug report #3791: (windows): qgis trunk/osgeo4w crashes if "HKCU\\Software\\QuantumGIS" is remove...
Replying to [comment:2 lutra]:
> Replying to [comment:1 jef]:
> > is new symbology activated in the qgis options?
>
...
Jürgen Fischer
06:05 AM Bug report #3791: (windows): qgis trunk/osgeo4w crashes if "HKCU\\Software\\QuantumGIS" is remove...
Hi Jurgen,
Replying to [comment:1 jef]:
> is new symbology activated in the qgis options?
sorry, it wasn't. But it ...
Giovanni Manghi
05:57 AM Bug report #3791: (windows): qgis trunk/osgeo4w crashes if "HKCU\\Software\\QuantumGIS" is remove...
is new symbology activated in the qgis options? Jürgen Fischer
05:24 AM Bug report #3791 (Closed): (windows): qgis trunk/osgeo4w crashes if "HKCU\\Software\\QuantumGIS" ...
I just updated to the latest revision with osgeo4w and I'm noticing that vectors are added with the old symbology. I ... Giovanni Manghi
05:28 AM Bug report #3790: OTF Raster Reprojection artifacts (at some scales)
it is confirmed by many, also on Linux.
Radim has already proposed a patch, that would be useful to test...
Giovanni Manghi
02:40 AM Bug report #3725: Offline Editing plugin issues on both Linux and Windows using trunk
Replying to [comment:10 lutra]:
>
> elcuco, how it works now under Windows?
Hi guys!
Yesterday I couldn't reply bec...
elcuco -
02:29 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
> - transparency is only applied to borders, not fills.
But it is applied to the yellow fill for selected features, ...
Alister Hood
02:26 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
see attached screenshot:
- fill style is not applied to selected features (actually, it looks like selected points a...
Alister Hood
02:19 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
Like I say, I can't "review" the patch as I have almost no knowledge of C++, QT or the internals of QGIS.
I've notic...
Alister Hood
02:06 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
Hmmm. I didn't realise transparency wasn't working. I'm guessing uncommenting this in the new patch was supposed to... Alister Hood

2011-05-02

01:16 AM Bug report #3295: SVG images rasterized when printing/exporting
Sorry again - not #3295 - #3250.
SVG export works now
Printing works now (but subject to conditions described in c...
Alister Hood
01:15 AM Bug report #3295: SVG images rasterized when printing/exporting
Sorry, lets get those on separate lines:
SVG export works now
Printing works now (but subject to conditions descri...
Alister Hood
01:14 AM Bug report #3295 (Closed): SVG images rasterized when printing/exporting
yes:
SVG export works now
Printing works now (but subject to conditions described in comments in #3295)
Printing of ...
Alister Hood
01:14 AM Bug report #3295 (Closed): SVG images rasterized when printing/exporting
yes:
SVG export works now
Printing works now (but subject to conditions described in comments in #3295)
Printing of ...
Alister Hood
08:29 PM Bug report #3295: SVG images rasterized when printing/exporting
On further testing SVG export appears to be working but pdf does not as noted in #3250
I have not been able to repe...
Alex Mandel
01:07 AM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
This should possibly be marked as duplicate of #3480
Also IIRC there is a bug where map labels cause any vector laye...
Alister Hood
01:03 AM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
Sorry, no. It is more complicated than that.
> If a basic shape overlaps the map then the whole map is rasterised.
...
Alister Hood
12:55 AM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
Ah. But it is affected by other things on the layoout e.g. if an arrow overlaps the map then part of the map is rast... Alister Hood
12:45 AM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
> Have you tried printing to a virtual pdf "printer"? That produces vector output for me now...
Sorry, no, I'm wrong...
Alister Hood
12:19 AM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
> without pdf as vector
Have you tried printing to a virtual pdf "printer"? That produces vector output for me now.....
Alister Hood
09:50 PM Bug report #3250: Vector layers printed/exported as rasters, even when "Print as Raster" is unche...
I have done further testing on this issue under QGIS 1.6 and QGIS Trunk commit:e5863992 (SVN r15131). I can confirm t... Alex Mandel
11:59 PM Bug report #2967 (Feedback): QGIS crashes loading WMS with authentication request
Note: Still remains the problem, that QGIS freezes, when a wms-layer requests authentication and a wrong password is ... macfo -
11:59 PM Bug report #2967 (Feedback): QGIS crashes loading WMS with authentication request
Note: Still remains the problem, that QGIS freezes, when a wms-layer requests authentication and a wrong password is ... macfo -
11:50 PM Bug report #2967 (Closed): QGIS crashes loading WMS with authentication request
Loading of a WMS-layer with authentication request now works again (QGIS 1.6 & 1.7). Thanks a lot! macfo -
11:50 PM Bug report #2967 (Closed): QGIS crashes loading WMS with authentication request
Loading of a WMS-layer with authentication request now works again (QGIS 1.6 & 1.7). Thanks a lot! macfo -
10:59 PM Feature request #3430: fill pattern missing for point markers in new symbology engine
Replying to [comment:9 Alister]:
> I'm guessing you actually meant to delete the line above that, as it is the same a...
sunilkcube -
05:00 PM Bug report #3790 (Closed): OTF Raster Reprojection artifacts (at some scales)
Appears to reproject layers into the correct place, however the representation of the right-hand part of each raster ... davecollett -
04:55 PM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
So does this mean we absolutely need to use the Qt color picker workaround? (And in the future, tweak the qt version... William Kyngesburye
08:25 AM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
A Qt bug report "QTBUG-14889":http://bugreports.qt.nokia.com/browse/QTBUG-14889 has already been filed on the nested ... Tom Elwertowski
09:28 AM Revision fb013183 (qgis): Merge branch 'master' of /home/timlinux/qgis-git-migration/qgis_all
Tim Sutton

2011-05-01

02:31 PM Bug report #3648: Qgis 1.6/trunk, osgeo4w/standalone hangs/crashes when adding GRASS vectors in a...
Well... after a few days it is possible to try QGIS with GRASS 6.4.1 (not yet qgis trunk, as it seems there is a pack... Giovanni Manghi
10:07 AM Bug report #3766: (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
Replying to [comment:9 jef]:
> It's a QGIS packaging issue.
uff... sorry again. Today it seems I can't catch a break.
Giovanni Manghi
10:04 AM Bug report #3766: (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
Replying to [comment:7 lutra]:
> Just one more doubt before opening a ticket on the osgeo4w trac: there are no warnin...
Jürgen Fischer
08:53 AM Bug report #3766: (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
Replying to [comment:5 jef]:
> as said on #qgis: it's a packaging problem - and totally run related to this ticket.
...
Giovanni Manghi
07:55 AM Bug report #3766: (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
s/run related/unrelated/ Jürgen Fischer
07:55 AM Bug report #3766: (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
as said on #qgis: it's a packaging problem - and totally run related to this ticket. Jürgen Fischer
04:59 AM Bug report #3766: (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
Replying to [comment:3 jef]:
> not a qgis problem.
how so?
Giovanni Manghi
04:04 AM Bug report #3766 (Closed): (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
not a qgis problem. Jürgen Fischer
04:04 AM Bug report #3766 (Closed): (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
not a qgis problem. Jürgen Fischer
02:36 AM Bug report #3766 (Feedback): (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
testing (package 128). Now when adding a raster map the following warning shows 3 times and then qgis crashes... Giovanni Manghi
02:36 AM Bug report #3766 (Feedback): (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
testing (package 128). Now when adding a raster map the following warning shows 3 times and then qgis crashes... Giovanni Manghi
08:57 AM Bug report #3725: Offline Editing plugin issues on both Linux and Windows using trunk

> I could not reproduce the crashes lutra observed.
it works fine now in any case in my Ubuntu box.
elcuco, how it...
Giovanni Manghi
05:16 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
I'm guessing you actually meant to delete the line above that, as it is the same as the line the patch adds below, so... Alister Hood
05:11 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
Also, I'm pretty sure this part of your patch breaks the dialogue somewhat: ... Alister Hood
03:22 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
I find that I can switch a layer from old symbology to new symbology successfully, but not back again. The patch cou... Alister Hood
02:17 AM Feature request #3430: fill pattern missing for point markers in new symbology engine
Thanks Sunil; I'm not someone who can review the patch, but it seems to work well :) Alister Hood
02:02 AM Feature request #3767 (Closed): GRASS region area color
Giovanni Manghi

2011-04-30

09:59 PM Revision 6c835b4c (qgis): Branched for release of QGIS 1.7.0
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-1_7_0@15861 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
02:09 PM Revision 64556282 (qgis): fix gcc 4.6 warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk@15857 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:09 PM Revision 6b21e4c4 (qgis): fix gcc 4.6 warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15857 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
08:47 AM Revision 2b9c8377 (qgis): Better fix for restoring custom layer properties
git-svn-id: http://svn.osgeo.org/qgis/trunk@15856 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
08:47 AM Revision 238b0deb (qgis): Better fix for restoring custom layer properties
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15856 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
06:44 AM Revision 3e74c57f (qgis): Workaround for Mac Cocoa freeze when adding a stop to a gradient color ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15855 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
06:44 AM Revision 68a0ea17 (qgis): Workaround for Mac Cocoa freeze when adding a stop to a gradient color ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15855 c8812cc2-4d05-0410-92ff-de0c093fc19c Tom Elwertowski
02:32 AM Revision 8c0bef18 (qgis): fix GRASS support in osgeo4w
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15854 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:32 AM Revision 16ab3c27 (qgis): fix GRASS support in osgeo4w
git-svn-id: http://svn.osgeo.org/qgis/trunk@15854 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:23 AM Revision 2f561f26 (qgis): translation update:pl
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15853 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
02:23 AM Revision 2842f6ee (qgis): translation update:pl
git-svn-id: http://svn.osgeo.org/qgis/trunk@15853 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel

2011-04-29

01:25 AM Revision 056cadee (qgis): translation update: pl by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15852 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
01:25 AM Revision 1c609b5e (qgis): translation update: pl by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@15852 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
09:59 PM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
The hang is caused by QColorDialog::getColor doing something that QInputDialog::getInt doesn't expect. Reversed the c... Tom Elwertowski
01:20 PM Bug report #3725 (Closed): Offline Editing plugin issues on both Linux and Windows using trunk
Testing with rev 15848 on Kubuntu 10.04 I could not reproduce the crashes lutra observed.
Analyzing an offline editi...
Mathias Walker
01:20 PM Bug report #3725 (Closed): Offline Editing plugin issues on both Linux and Windows using trunk
Testing with rev 15848 on Kubuntu 10.04 I could not reproduce the crashes lutra observed.
Analyzing an offline editi...
Mathias Walker
11:34 AM Revision 262901c1 (qgis): translation updates: mn new coordinator bayarmar enkhtur
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15850 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
11:34 AM Revision 569552e4 (qgis): translation updates: mn new coordinator bayarmar enkhtur
git-svn-id: http://svn.osgeo.org/qgis/trunk@15850 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
09:29 AM Revision 11195d3d (qgis): Fix for save and read layer properties
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15849 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:29 AM Revision f1b621be (qgis): Fix for save and read layer properties
git-svn-id: http://svn.osgeo.org/qgis/trunk@15849 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:10 AM Bug report #3789 (Closed): Please update license file
Referencing to #3432 and r15321, please update CODING to a copy of the GPL3. Please take care of including a copy wit... Volker Fröhlich
07:12 AM Bug report #3787: Problem Datum Transformation
#3788 is the correct report. Files couldn't be uploaded. ImPreZa -
07:09 AM Bug report #3787 (Closed): Problem Datum Transformation
ImPreZa -
06:55 AM Bug report #3787 (Closed): Problem Datum Transformation
Hey!!
I've tried to transform a shapefile from EPGS:4618 (SAD69) to EPGS:4674 (SIRGAS2000), but the product of this ...
ImPreZa -
07:05 AM Bug report #3788 (Closed): Problem Datum Transformation
Hey!!
I've tried to transform a shapefile from EPGS:4618 (SAD69) to EPGS:4674 (SIRGAS2000), but the product of this ...
ImPreZa -
02:12 AM Revision 326d7a7d (qgis): fix #3784
git-svn-id: http://svn.osgeo.org/qgis/trunk@15848 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:12 AM Revision af9203ac (qgis): fix #3784
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15848 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer

2011-04-28

01:54 AM Revision 5160fefd (qgis): fix #3782
git-svn-id: http://svn.osgeo.org/qgis/trunk@15847 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
01:54 AM Revision b4c7383c (qgis): fix #3782
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15847 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
12:15 AM Revision c23ec2d2 (qgis): fix for epsg 32661 Polar Stereographic
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15846 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
12:15 AM Revision 2f1cf5b3 (qgis): fix for epsg 32661 Polar Stereographic
git-svn-id: http://svn.osgeo.org/qgis/trunk@15846 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
10:57 PM Revision 7d09e265 (qgis): keep row col in limits to avoid crash with 32661; decrease max cp matri...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15845 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
10:57 PM Revision 84ba7c79 (qgis): keep row col in limits to avoid crash with 32661; decrease max cp matri...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15845 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
10:54 PM Revision e1c2bbc0 (qgis): osgeo4w update
git-svn-id: http://svn.osgeo.org/qgis/trunk@15844 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
10:54 PM Revision 17f351bb (qgis): osgeo4w update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15844 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
10:05 PM Revision 02e434c4 (qgis): Fix for placement of map items in composer
git-svn-id: http://svn.osgeo.org/qgis/trunk@15843 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
10:05 PM Revision 967f966e (qgis): Fix for placement of map items in composer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15843 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:49 PM Bug report #3757 (Closed): "use project crs" does not work correctly
fixed in commit:c44776e9 (SVN r15765). Jürgen Fischer
09:49 PM Bug report #3757 (Closed): "use project crs" does not work correctly
fixed in commit:c44776e9 (SVN r15765). Jürgen Fischer
08:58 PM Revision badda874 (qgis): draw grass region without fill
git-svn-id: http://svn.osgeo.org/qgis/trunk@15842 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
08:58 PM Revision b3e33fa6 (qgis): draw grass region without fill
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15842 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
05:13 PM Feature request #3784 (Closed): Switching between measure tools and other tools is annoying (with...
looks like not resetting the click status on activate is enough. Fixed in commit:326d7a7d (SVN r15849). Jürgen Fischer
05:13 PM Feature request #3784 (Closed): Switching between measure tools and other tools is annoying (with...
looks like not resetting the click status on activate is enough. Fixed in commit:326d7a7d (SVN r15849). Jürgen Fischer
09:42 AM Feature request #3784 (Closed): Switching between measure tools and other tools is annoying (with...
Select measure tool; Measure a line/area; Right click on canvas to finish measuring; Click on other tool (zoom, pan);... marisn -
05:05 PM Feature request #3785 (Closed): ComboBox switches back to another position after New or Update in...
duplicate of #3614 Jürgen Fischer
05:05 PM Feature request #3785 (Closed): ComboBox switches back to another position after New or Update in...
duplicate of #3614 Jürgen Fischer
04:55 PM Feature request #3785 (Closed): ComboBox switches back to another position after New or Update in...
After adding a new data source, like Spatialite or WMS (or after editing), the ComboBox in the modal "Add..." dialog ... Sfkeller -
04:58 PM Bug report #3786 (Closed): in the composer, map labels and symbols defined in points/mm should be...
When feature labels have their size defined in points instead of map units (new labelling engine; I haven't tried wit... Alister Hood
04:54 PM Bug report #3782 (Closed): char/varchar must not be saved with ASCII 0 in Spatialite after editing
should be fixed in commit:5160fefd (SVN r15848). Jürgen Fischer
04:54 PM Bug report #3782 (Closed): char/varchar must not be saved with ASCII 0 in Spatialite after editing
should be fixed in commit:5160fefd (SVN r15848). Jürgen Fischer
03:54 PM Bug report #3753: "Zoom to best scale" takes a long time (inf?) for TMS layers.
I tried with both current trunk and pre raster providers branch merge commit:5bae2abe (SVN r15392) and both work the ... Redmine Admin
03:22 PM Feature request #3783: "Screen scaling" setting to control the screen size of things defined in p...
> If I remember correctly (I'll check tomorrow), the same is true for vector symbols if their size is set in mm inste... Alister Hood
05:37 AM Feature request #3783 (Open): "Screen scaling" setting to control the screen size of things defin...
With the new labelling engine (I have not tested with the old):
If the label font size is set in points (instead of m...
Alister Hood
03:17 PM Revision c6b1b90c (qgis): oh, well - complete r15835
git-svn-id: http://svn.osgeo.org/qgis/trunk@15841 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:17 PM Revision 49af7f30 (qgis): oh, well - complete r15835
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15841 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:16 PM Revision 1e6d510e (qgis): osgeo4w update: adapt to new GRASS 6.4.1 and gdal-mrsid packages
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15840 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:16 PM Revision b33fa930 (qgis): osgeo4w update: adapt to new GRASS 6.4.1 and gdal-mrsid packages
git-svn-id: http://svn.osgeo.org/qgis/trunk@15840 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:40 AM Revision d52820fb (qgis): another part of dutch grass translation, translated by Carlo van Rijswijk
git-svn-id: http://svn.osgeo.org/qgis/trunk@15839 c8812cc2-4d05-0410-92ff-de0c093fc19c Richard Duivenvoorde
11:40 AM Revision 6978baf2 (qgis): another part of dutch grass translation, translated by Carlo van Rijswijk
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15839 c8812cc2-4d05-0410-92ff-de0c093fc19c Richard Duivenvoorde
10:31 AM Revision 35310920 (qgis): Port zoom rectangle from QRubberBand to QgsRubberBand. Fixes zoom recta...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15838 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
10:31 AM Revision f35fe9bc (qgis): Port zoom rectangle from QRubberBand to QgsRubberBand. Fixes zoom recta...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15838 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:19 AM Revision d8421bbb (qgis): translation update: es by carlos
git-svn-id: http://svn.osgeo.org/qgis/trunk@15837 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
09:19 AM Revision 09aa1b36 (qgis): translation update: es by carlos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15837 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
02:03 AM Revision 113cc6f2 (qgis): translation update: pl by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15836 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
02:03 AM Revision c2fa4dd3 (qgis): translation update: pl by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@15836 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel

2011-04-27

12:45 AM Revision 5e186cc5 (qgis): translation update: pl by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@15835 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
12:45 AM Revision 9ff4aa71 (qgis): translation update: pl by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15835 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
04:45 PM Bug report #3782 (Closed): char/varchar must not be saved with ASCII 0 in Spatialite after editing
All char/varchar values of a spatialite datasource seem to get ASCII 0 ('NUL') appended after editing with QGIS defau... Sfkeller -
04:33 PM Revision 25d18c2c (qgis): plugin installer: do not consider an empty repo as invalid
git-svn-id: http://svn.osgeo.org/qgis/trunk@15832 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
04:33 PM Revision 84a45249 (qgis): plugin installer: do not consider an empty repo as invalid
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15832 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
09:56 AM Revision 7b99abae (qgis): Fix windows build issue - moc headers needed for grassprovider too
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15831 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
09:56 AM Revision 0a26980c (qgis): Fix windows build issue - moc headers needed for grassprovider too
git-svn-id: http://svn.osgeo.org/qgis/trunk@15831 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
09:19 AM Revision dc1e521d (qgis): german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15830 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
09:19 AM Revision 8fe653d0 (qgis): german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk@15830 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
07:27 AM Feature request #3776: Join attributs from a non-geographical table
Those are good news!
Nevertheless, loading tables using “Add Vector Layer” can be misleading. The naming of the butto...
elcuco -
07:21 AM Revision c73cf36b (qgis): translation updates: ru by artem
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15829 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
07:21 AM Revision a4e7bb64 (qgis): translation updates: ru by artem
git-svn-id: http://svn.osgeo.org/qgis/trunk@15829 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
07:15 AM Bug report #3781 (Closed): Docked window Attribute Table displays 'ERROR' after save edits of a P...
After 'save edits' of a postgis layer, all the fields in a Docked attribute table displays 'ERROR'. To update the val... pablotcarreira -
06:51 AM Feature request #3780 (Open): Allow non-point map features for annotations
Annotation tool currently anchors itself to a point. It would be useful if annotations could also be attached to line... spencermr -
04:54 AM Bug report #3516 (Closed): RGB problem - build 1.7.0-73
Can't reproduce with commit:0a26980c (SVN r15832). Please reopen if necessary. Alexander Bruy
04:54 AM Bug report #3516 (Closed): RGB problem - build 1.7.0-73
Can't reproduce with commit:0a26980c (SVN r15832). Please reopen if necessary. Alexander Bruy
04:35 AM Bug report #3779 (Open): Symbols are incorrectly cropped in map canvas if rotated
For a point layer, if I use a rectangle "simple symbol", and specify a rotation, the symbol is rotated in the map can... Alister Hood
03:32 AM Bug report #3725: Offline Editing plugin issues on both Linux and Windows using trunk
I finally found the time to do a little testing myself.
Before starting just one note:
to import the table dump att...
Giovanni Manghi

2011-04-26

01:20 AM Revision bf382d68 (qgis): translation update: pl by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15827 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
01:20 AM Revision 3a123676 (qgis): translation update: pl by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@15827 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
09:17 PM Revision a12473bd (qgis): translation update: context help fr by JRM
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15826 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
09:17 PM Revision 5c0a99e0 (qgis): translation update: context help fr by JRM
git-svn-id: http://svn.osgeo.org/qgis/trunk@15826 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
09:09 PM Revision dbb2f168 (qgis): translation update: bunch of updates for 1.7 ru by artem, hr_HR by Zora...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15825 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
09:09 PM Revision 4ccb4585 (qgis): translation update: bunch of updates for 1.7 ru by artem, hr_HR by Zora...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15825 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
08:57 PM Revision 35b50ec9 (qgis): Updated IT translation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15824 c8812cc2-4d05-0410-92ff-de0c093fc19c Paolo Cavallini
08:57 PM Revision 953ea1f1 (qgis): Updated IT translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@15824 c8812cc2-4d05-0410-92ff-de0c093fc19c Paolo Cavallini
07:16 PM Bug report #3778: Simple symbols rendering incorrectly in the composer and when printed
(By "SVG output" I mean export to SVG, not that SVG symbols are also rendered incorrectly in the output) Alister Hood
07:14 PM Bug report #3778: Simple symbols rendering incorrectly in the composer and when printed
Ah.
Further investigation reveals that the missing part of the valve symbol is not actually missing - it is rotated ...
Alister Hood
07:08 PM Bug report #3778 (Closed): Simple symbols rendering incorrectly in the composer and when printed
Refer to the attached project.
1. Part of the valve symbol (the two triangles) is missing in the composer (and print...
Alister Hood
03:20 PM Feature request #2041 (Closed): Don't show clear form of authentication password as tooltip on OW...
Jürgen Fischer
03:20 PM Bug report #3736 (Closed): Repeated QgsGrassRasterProvider::identify slow
Jürgen Fischer
02:37 PM Revision 9cf5fd10 (qgis): rollback r15636, partly r15792 and r15795
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15823 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:37 PM Revision 7e9dc204 (qgis): rollback r15636, partly r15792 and r15795
git-svn-id: http://svn.osgeo.org/qgis/trunk@15823 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:05 PM Revision 69a01e55 (qgis): More ignore rules
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15822 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
02:05 PM Revision de04d8f6 (qgis): More ignore rules
git-svn-id: http://svn.osgeo.org/qgis/trunk@15822 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
12:06 PM Bug report #3777 (Closed): Attribute table record selection
Using Shapefile. 1.7.0 Build #15820. Not sure if GUI is the correct component for this...
1: Attribute Table upw...
bderstine -
09:51 AM Bug report #3771: White stripes when panning map
We also found that the rectangle of the zoom-tool is not transparent (on 3/4 kubuntu installations). It would be poss... Marco Hugentobler
08:08 AM Bug report #3771: White stripes when panning map
Replying to [comment:1 mhugent]:
> Ouch. Seems we have the choice between resize carsh and the white stripes now :-(...
Ivan Mincik
09:32 AM Feature request #3776 (Closed): Join attributs from a non-geographical table
You can also add geometryless datasources as "vector" layers now (eg. from postgresql or via "add vector layer") and ... Jürgen Fischer
09:32 AM Feature request #3776 (Closed): Join attributs from a non-geographical table
You can also add geometryless datasources as "vector" layers now (eg. from postgresql or via "add vector layer") and ... Jürgen Fischer
09:13 AM Feature request #3776 (Closed): Join attributs from a non-geographical table
Hi,
In 1.6 version one could join a dbf table (non-geographical) via menu Vector->Data Management Tools->Join attribu...
elcuco -
05:37 AM Bug report #3751 (Closed): Astyle is installed
fixed in commit:7e9dc204 (SVN r15824). Jürgen Fischer
05:37 AM Bug report #3751 (Closed): Astyle is installed
fixed in commit:7e9dc204 (SVN r15824). Jürgen Fischer
04:43 AM Feature request #3775 (Open): if column name used for symbology changed, QGIS should ask when app...
Take a vector and apply some kind of styling to it, then save the QML style file.
Change the name of the column used...
Giovanni Manghi
04:21 AM Bug report #3725: Offline Editing plugin issues on both Linux and Windows using trunk
Hi!
Sorry for the delay... here it goes.
cheers,
Pedro
Replying to [comment:5 lutra]:
> Replying to [comment:4 elcu...
elcuco -

2011-04-25

01:11 AM Bug report #3772 (Closed): qgis 1.6 crash if want save project
SDA4PP is a 3rd party plugin, so the issue has to be filed directly to the author. In a few days/weeks will be publis... Giovanni Manghi
01:11 AM Bug report #3772 (Closed): qgis 1.6 crash if want save project
SDA4PP is a 3rd party plugin, so the issue has to be filed directly to the author. In a few days/weeks will be publis... Giovanni Manghi
01:03 PM Bug report #3772 (Feedback): qgis 1.6 crash if want save project
I found the "evildoer". It's a Python Plugin calls "SDA4PP".
My last Crash-Protokol was this here:...
bo27up -
01:03 PM Bug report #3772 (Feedback): qgis 1.6 crash if want save project
I found the "evildoer". It's a Python Plugin calls "SDA4PP".
My last Crash-Protokol was this here:...
bo27up -
12:10 PM Bug report #3772 (Closed): qgis 1.6 crash if want save project
Replying to [comment:7 bo27up]:
> Maybe uninstall and install qgis 1.6 ?
should be easy to test.
Meanwhile I'll clo...
Giovanni Manghi
12:10 PM Bug report #3772 (Closed): qgis 1.6 crash if want save project
Replying to [comment:7 bo27up]:
> Maybe uninstall and install qgis 1.6 ?
should be easy to test.
Meanwhile I'll clo...
Giovanni Manghi
12:02 PM Bug report #3772: qgis 1.6 crash if want save project
Replying to [comment:6 lutra]:
> The attached data works fine with trunk and ubuntu 32 bit. Please try qgis trunk and...
bo27up -
10:16 AM Bug report #3772: qgis 1.6 crash if want save project
The attached data works fine with trunk and ubuntu 32 bit. Please try qgis trunk and report back. Giovanni Manghi
10:12 AM Bug report #3772: qgis 1.6 crash if want save project
I attached the Data. Every time when I start the Project by double clicking the Project-file and then directly try to... bo27up -
09:34 AM Bug report #3772: qgis 1.6 crash if want save project
I'm using qgis trunk on ubuntu 10.04 32 bit.
> 1. Load a Polygon (Grass-)Data
>
> 2. Load Raster (Grass-)Data
>
>...
Giovanni Manghi
09:18 AM Bug report #3772: qgis 1.6 crash if want save project
Replying to [comment:1 lutra]:
> please attach/link a sample of data (project+data) to try replicate locally.
Thank ...
bo27up -
03:24 AM Bug report #3772: qgis 1.6 crash if want save project
please attach/link a sample of data (project+data) to try replicate locally. Giovanni Manghi
03:06 AM Bug report #3772 (Closed): qgis 1.6 crash if want save project
Hello,
if I open and want to save the qgis crashes and the project file is damaged. This are the three last crash-pr...
bo27up -
12:38 AM Bug report #3774 (Closed): selection shown in the wrong place in rotated maps
When objects are selected, the selection is shown in the wrong place in composer maps and printouts it the rotation i... Alister Hood
10:01 PM Bug report #2962 (Closed): Double draw of layer when selecting and deselecting legend layer items
sunilkcube -
10:01 PM Bug report #2962 (Feedback): Double draw of layer when selecting and deselecting legend layer items
sunilkcube -
10:00 PM Bug report #2962 (Closed): Double draw of layer when selecting and deselecting legend layer items
sunilkcube -
11:24 AM Feature request #3768: print composer & wms layers (max size)
Hi Jurgen, many, many thanks for looking into this and for the patch. I'm still testing it and I'll give feedback asa... Giovanni Manghi
05:08 AM Bug report #1576: wms: no way to set width and height, but no error message when beyond max
the patch available here #3768 also solves this problem Giovanni Manghi

2011-04-24

10:59 PM Revision e9435ebe (qgis): Better error handling for polygon clipping
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15817 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
10:59 PM Revision ab95bbfd (qgis): Better error handling for polygon clipping
git-svn-id: http://svn.osgeo.org/qgis/trunk@15817 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
05:05 PM Bug report #3765: on trunk/windows ECW files take a long time to open (qgis hangs)
it affects also qgis trunk on linux, compiled against gdal 1.7 and with the very old erdas sdk for linux. So it shoul... Giovanni Manghi
02:57 PM Bug report #3028: Displacement between vector and WMS layers after printing
Is this still true? Tested with current trunk and the attached dataset and the pdf export seems to look the same on m... Marco Hugentobler
02:33 PM Bug report #2150 (Closed): QgsMapCanvas.refresh() doesn't reload WMS layer
Try to reload the layers before refreshing the canvas (that's how qgisapp does it):
C++:
[[QgsMapLayerRegistry]]::in...
Marco Hugentobler
02:33 PM Bug report #2150 (Closed): QgsMapCanvas.refresh() doesn't reload WMS layer
Try to reload the layers before refreshing the canvas (that's how qgisapp does it):
C++:
[[QgsMapLayerRegistry]]::in...
Marco Hugentobler
02:02 PM Bug report #3771: White stripes when panning map
Ouch. Seems we have the choice between resize carsh and the white stripes now :-( Marco Hugentobler
08:38 AM Bug report #3771 (Closed): White stripes when panning map
There is some unwanted behavior after applying "resize crash fix"in http://trac.osgeo.org/qgis/changeset/15771.
White...
Ivan Mincik

2011-04-23

09:55 PM Revision 6e2f9643 (qgis): Use epsg number for output crs in rastercalculator if possible (ticket ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15815 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:55 PM Revision ba0e5ad3 (qgis): Use epsg number for output crs in rastercalculator if possible (ticket ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15815 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
06:21 PM Revision 732325d8 (qgis): fixing several issues related to SpatiaLite 3D Geometries
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15814 c8812cc2-4d05-0410-92ff-de0c093fc19c Sandro Furieri
06:21 PM Revision 171bed79 (qgis): fixing several issues related to SpatiaLite 3D Geometries
git-svn-id: http://svn.osgeo.org/qgis/trunk@15814 c8812cc2-4d05-0410-92ff-de0c093fc19c Sandro Furieri
03:27 PM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
Good explanation, makes sense.
I couldn't find a place in the old symbology deeper than 1 level.
On the new symbolo...
William Kyngesburye
02:48 PM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
I think this is a qt bug and it has something to do with how qt chains windows together. The Cocoa qt implementation ... Tom Elwertowski
09:22 AM Bug report #3497: [OsX] Crash when changing font and color in Style manager on OS X
OK, went through all the color pickers in the map view (skipped the composer for now), and what I found is that gener... William Kyngesburye
01:18 PM Feature request #3649: Raster calculator should work on raster files in different CRS
implements a better solution by going over the epsg code and OGRSpatialReferenceH if it is an epsg projection. Like ... Marco Hugentobler
11:34 AM Feature request #3645 (Open): synchronize QGIS' SRS definitions with GDAL's 1.8.0 SRS database
Jürgen Fischer
10:01 AM Bug report #3621: Projecting not working in MacOS
Working here in trunk on OS X. Tested lat-long layer save as shapefile to custom projection, and again back to lat-l... William Kyngesburye
09:41 AM Bug report #3170: many GDAL Tools don't work in OS X standalone
I didn't know the GDAL _executable_ path is also used for the Python _module_ path. Doesn't make sense, they're diff... William Kyngesburye
09:38 AM Bug report #3709 (Closed): Spatialite editing not working
fixed on commit:171bed79 (SVN r15815)
not at all specific to Windows: this bug actually affected any platform.
Shor...
Sandro Furieri
09:38 AM Bug report #3709 (Closed): Spatialite editing not working
fixed on commit:171bed79 (SVN r15815)
not at all specific to Windows: this bug actually affected any platform.
Shor...
Sandro Furieri
06:40 AM Feature request #3752: Clicking inside the polygon with the Node tool
Same issue when you want to delete a part of a multipart polygon, see my comment on #3770:
To delete a part of a mul...
Mayeul Kauffmann
06:34 AM Feature request #3756: Flexible positioning of scalebar/compass
As the print composer allows to place the scalebar wherever you want, having two ways to do it is an enhancement. Mayeul Kauffmann
06:10 AM Feature request #3770 (Closed): Cannot add parts to multipoint or multilinestring feature
Not all buttons in the advance editing toolbar are available for
all geometry types: you cannot add parts to multipoi...
Mayeul Kauffmann
05:52 AM Feature request #3769: PostGIS connections: take them from PgAdmin3?
A few notes on this interesting idea:
* If you have 30 databases on 3 local servers (e.g. dev, testing, prod) and ...
Mayeul Kauffmann
02:39 AM Bug report #3751: Astyle is installed
Replying to [comment:2 volter]:
> On runtime? It gets installed.
but to the scripts directory
Jürgen Fischer

2011-04-22

01:25 AM Bug report #3709 (Open): Spatialite editing not working
Marco Hugentobler
12:28 AM Revision f0ca2e39 (qgis): fix mac build
git-svn-id: http://svn.osgeo.org/qgis/trunk@15813 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
12:28 AM Revision b1ea4006 (qgis): fix mac build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15813 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:25 PM Bug report #2964: New Labeller settings not applyable
Is the problem with save / apply still true? Marco Hugentobler
06:07 PM Revision 51299c1e (qgis): fix #2829
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15812 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
06:07 PM Revision f33d9f2e (qgis): fix #2829
git-svn-id: http://svn.osgeo.org/qgis/trunk@15812 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:35 PM Revision 6877ecb4 (qgis): fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@15811 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:35 PM Revision 8e0733d9 (qgis): fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15811 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:03 PM Revision 64681848 (qgis): german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15810 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:03 PM Revision 117abe07 (qgis): german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk@15810 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:02 PM Revision 776b9328 (qgis): improve handling of empty extents (fixes #2997)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15809 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:02 PM Revision 55c960b1 (qgis): improve handling of empty extents (fixes #2997)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15809 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:00 PM Revision d5070a15 (qgis): raster provider: reenable Q_OBJECT and fix comments
git-svn-id: http://svn.osgeo.org/qgis/trunk@15808 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:00 PM Revision 04360f50 (qgis): raster provider: reenable Q_OBJECT and fix comments
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15808 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:41 PM Revision 5cb4f6e5 (qgis): Fixed some typos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15807 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
02:41 PM Revision 3aac6863 (qgis): Fixed some typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@15807 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
01:27 PM Revision 88351d5f (qgis): fix warning & comment
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15806 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
01:27 PM Revision 0bed99b8 (qgis): fix warning & comment
git-svn-id: http://svn.osgeo.org/qgis/trunk@15806 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
01:25 PM Revision aba3d39e (qgis): creatensis.pl: update ecw/mrsid package reference
git-svn-id: http://svn.osgeo.org/qgis/trunk@15805 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
01:25 PM Revision 33089f87 (qgis): creatensis.pl: update ecw/mrsid package reference
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15805 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
12:44 PM Bug report #3693: Major system-wide crash on Composer when paper-size option is clicked.
Cannot reproduce that here. Sounds to me like it is a bug in another system component (otherwise, other processes wou... Marco Hugentobler
09:08 AM Bug report #2829 (Closed): qgis doesn't show any message/warning when splitting a polygon with an...
Jürgen Fischer
09:08 AM Bug report #2829: qgis doesn't show any message/warning when splitting a polygon with an invalid ...
fixed in commit:f33d9f2e (SVN r15813). Jürgen Fischer
07:03 AM Bug report #2997 (Closed): Zoom Full: if a PostGIS layer does not have features, it zooms to an e...
fixed in commit:776b9328 (SVN r15810). Jürgen Fischer
07:03 AM Bug report #2997 (Closed): Zoom Full: if a PostGIS layer does not have features, it zooms to an e...
fixed in commit:776b9328 (SVN r15810). Jürgen Fischer

2011-04-21

11:10 PM Revision 5dea161d (qgis): ouch, fix debug build on mac II
git-svn-id: http://svn.osgeo.org/qgis/trunk@15804 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:10 PM Revision 2d03c917 (qgis): ouch, fix debug build on mac II
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15804 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:03 PM Revision 6947e6f9 (qgis): fix debug build on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15803 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:03 PM Revision 211b3b2b (qgis): fix debug build on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk@15803 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
10:22 PM Revision c22aa0f4 (qgis): Updates for selection icons in git theme by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15802 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:22 PM Revision 77220645 (qgis): Updates for selection icons in git theme by Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@15802 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:21 PM Revision 26f803fd (qgis): Updated license from Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15801 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:21 PM Revision 0d58b9c3 (qgis): Updated license from Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@15801 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
07:38 PM Revision 7bdbc9ef (qgis): missed a file in r15797
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15800 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
07:38 PM Revision 9e979fd0 (qgis): missed a file in r15797
git-svn-id: http://svn.osgeo.org/qgis/trunk@15800 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
07:37 PM Revision 3cb17485 (qgis): fix starting qgis_help on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@15799 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
07:37 PM Revision ddad77d4 (qgis): fix starting qgis_help on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15799 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
07:36 PM Revision 90e2ba80 (qgis): fix #3766
git-svn-id: http://svn.osgeo.org/qgis/trunk@15798 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
07:36 PM Revision 30579609 (qgis): fix #3766
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15798 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:43 PM Revision a1dcd0d7 (qgis): add options to creatensis.pl
git-svn-id: http://svn.osgeo.org/qgis/trunk@15797 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:43 PM Revision 319149a4 (qgis): add options to creatensis.pl
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15797 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:30 PM Feature request #3769 (Open): PostGIS connections: take them from PgAdmin3?
It seems interesting to load the connection settings for [[PostGIS]] from
those in .pgadmin3 (or syncing them both),...
Paolo Cavallini
02:14 PM Revision 1336dfd1 (qgis): add runtime warning if loading of translation fails
git-svn-id: http://svn.osgeo.org/qgis/trunk@15796 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:14 PM Revision 3ca58b49 (qgis): add runtime warning if loading of translation fails
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15796 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:13 PM Revision 9b6c1bcd (qgis): windows build without BINDINGS_GLOBAL_INSTALL
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15795 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:13 PM Revision 28f5cbc1 (qgis): windows build without BINDINGS_GLOBAL_INSTALL
git-svn-id: http://svn.osgeo.org/qgis/trunk@15795 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:12 PM Revision f958c397 (qgis): german translation fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@15794 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
02:12 PM Revision 7e924e5f (qgis): german translation fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15794 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
01:54 PM Bug report #2669: Empty map composer on reopen project
Still, using QGIS trunk on Maverick.
Strangely enough, it does not happen using Natty using the same user directory.
Goyo D
12:48 PM Revision a93a190a (qgis): Added a note about not enabling python bindings global install on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@15792 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
12:48 PM Revision 208699d6 (qgis): Added a note about not enabling python bindings global install on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15792 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
12:11 PM Feature request #3768: print composer & wms layers (max size)
the attached patch adds the opportunity to set tile sizes (eg. 256x256) and then splits up the WMS request into multi... Jürgen Fischer
10:54 AM Feature request #3768 (Closed): print composer & wms layers (max size)
When printing a layout that contains a WMS layer QGIS warns the user that some servers (such UMN Mapserver) only serv... Giovanni Manghi
10:59 AM Revision 3f2153a1 (qgis): Fix internal function of wms server
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15791 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
10:59 AM Revision c0605106 (qgis): Fix internal function of wms server
git-svn-id: http://svn.osgeo.org/qgis/trunk@15791 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
10:55 AM Revision aa21033f (qgis): newgis + dodo = best friends (last removal of the newgis theme)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15790 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:55 AM Revision c4fd9111 (qgis): newgis + dodo = best friends (last removal of the newgis theme)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15790 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:54 AM Revision 4d9b2a31 (qgis): Removed deprecated newgis theme
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15789 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:54 AM Revision 89e777be (qgis): Removed deprecated newgis theme
git-svn-id: http://svn.osgeo.org/qgis/trunk@15789 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
10:36 AM Bug report #3766 (Closed): (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
fixed in commit:90e2ba80 (SVN r15799). Jürgen Fischer
10:36 AM Bug report #3766 (Closed): (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
fixed in commit:90e2ba80 (SVN r15799). Jürgen Fischer
08:56 AM Bug report #3766 (Closed): (windows): on trunk/osgeo4w adding a GRASS raster causes qgis to crash
the raster is eventually added to the project Giovanni Manghi
09:59 AM Revision 6bef7d9a (qgis): GIS Theme updates from Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@15788 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
09:59 AM Revision d444ea85 (qgis): GIS Theme updates from Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15788 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
09:43 AM Revision b8853323 (qgis): Improve python bindings for adding legend groups (#3263). Patch from Ma...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15787 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:43 AM Revision d97d40e8 (qgis): Improve python bindings for adding legend groups (#3263). Patch from Ma...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15787 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:05 AM Feature request #3767 (Closed): GRASS region area color
Now the GRASS region area shows in pink transparent color. It is not very useful when is needed to see the real GRASS... Giovanni Manghi
07:59 AM Bug report #3687: Unable to export large / high resolution / detailed scale maps
I tested on Ubuntu machine 32 bit 4gb of ram, qgis trunk.
I added a 3gb raster image and created a A0 layout, strech...
Giovanni Manghi
06:39 AM Bug report #3747 (Closed): Region is not reprojected
it works now Giovanni Manghi
06:39 AM Bug report #3747 (Closed): Region is not reprojected
it works now Giovanni Manghi
06:35 AM Bug report #3764 (Closed): imcomplete colormap of raster
it works fine with trunk under both linux and windows. Please give it a try (with osgeo4w) and reopen if necessary, p... Giovanni Manghi
06:35 AM Bug report #3764 (Closed): imcomplete colormap of raster
it works fine with trunk under both linux and windows. Please give it a try (with osgeo4w) and reopen if necessary, p... Giovanni Manghi
02:49 AM Bug report #3764: imcomplete colormap of raster
please add or link sample data Giovanni Manghi
02:46 AM Bug report #3764 (Closed): imcomplete colormap of raster
When I try to colour my raster map with the function colormap in properties, color scale is not complete and my raste... qgisviti -
05:10 AM Bug report #3725: Offline Editing plugin issues on both Linux and Windows using trunk
Replying to [comment:4 elcuco]:
> It's now attached!
> Best regards!
Hi,
instead of the full database dump can you...
Giovanni Manghi
05:06 AM Bug report #3119 (Closed): actions not working if local OS is not "en" and "override system local...
it seems to work now, so closing. Tested on Window qith trunk/osgeo4w. Giovanni Manghi
05:06 AM Bug report #3119 (Closed): actions not working if local OS is not "en" and "override system local...
it seems to work now, so closing. Tested on Window qith trunk/osgeo4w. Giovanni Manghi
04:29 AM Bug report #3765 (Closed): on trunk/windows ECW files take a long time to open (qgis hangs)
I hate this, because I cannot care less about the ECW format, but people using qgis-dev/osgeo4w started complain abou... Giovanni Manghi

2011-04-20

12:47 AM Bug report #2227 (Closed): GPS Tools: "Import other file" doesn't work
Replying to [comment:12 alexbruy]:
> Just tried to import shapefile with GPS Tools. Other files tab, select point sha...
Jürgen Fischer
12:47 AM Bug report #2227 (Closed): GPS Tools: "Import other file" doesn't work
Replying to [comment:12 alexbruy]:
> Just tried to import shapefile with GPS Tools. Other files tab, select point sha...
Jürgen Fischer
12:46 AM Bug report #2227: GPS Tools: "Import other file" doesn't work
Here is screenshot [http://gis-lab.info/share/DR/gpxconvert.png] Alexander Bruy
12:43 AM Bug report #2227 (Feedback): GPS Tools: "Import other file" doesn't work
Just tried to import shapefile with GPS Tools. Other files tab, select point shapefile and Shapefile (*.*) from file ... Alexander Bruy
12:43 AM Bug report #2227 (Feedback): GPS Tools: "Import other file" doesn't work
Just tried to import shapefile with GPS Tools. Other files tab, select point shapefile and Shapefile (*.*) from file ... Alexander Bruy
12:07 AM Bug report #2227 (Closed): GPS Tools: "Import other file" doesn't work
Replying to [comment:10 dr]:
> If try to import any vector data into GPX QGIS throws an error. For example:
> ...
Jürgen Fischer
12:07 AM Bug report #2227 (Closed): GPS Tools: "Import other file" doesn't work
Replying to [comment:10 dr]:
> If try to import any vector data into GPX QGIS throws an error. For example:
> ...
Jürgen Fischer
06:30 PM Bug report #2227 (Feedback): GPS Tools: "Import other file" doesn't work
If try to import any vector data into GPX QGIS throws an error. For example:... dr -
06:30 PM Bug report #2227 (Feedback): GPS Tools: "Import other file" doesn't work
If try to import any vector data into GPX QGIS throws an error. For example:... dr -
02:24 PM Bug report #2227 (Closed): GPS Tools: "Import other file" doesn't work
fixed in commit:b47dfe5c (SVN r15785). Jürgen Fischer
02:24 PM Bug report #2227 (Closed): GPS Tools: "Import other file" doesn't work
fixed in commit:b47dfe5c (SVN r15785). Jürgen Fischer
12:44 AM Feature request #3263 (Closed): QgsLegendInterface.addGroup() nests all groups
Yes, applied in commit:b8853323 (SVN r15788) Marco Hugentobler
12:44 AM Feature request #3263 (Closed): QgsLegendInterface.addGroup() nests all groups
Yes, applied in commit:b8853323 (SVN r15788) Marco Hugentobler
12:15 AM Feature request #3263: QgsLegendInterface.addGroup() nests all groups
Replying to [comment:13 mhugent]:
> Yes, all these group functions with int indices come frome the pre-multiple nesti...
Marco Bernasocchi
12:06 AM Feature request #3263: QgsLegendInterface.addGroup() nests all groups
Yes, all these group functions with int indices come frome the pre-multiple nesting time. It would probably be better... Marco Hugentobler
04:55 AM Feature request #3263 (Feedback): QgsLegendInterface.addGroup() nests all groups
added python bindings. it supports only nesting into a top level element like removeGroup. we should think of a more ... Marco Bernasocchi
04:55 AM Feature request #3263 (Feedback): QgsLegendInterface.addGroup() nests all groups
added python bindings. it supports only nesting into a top level element like removeGroup. we should think of a more ... Marco Bernasocchi
11:31 PM Revision 7cf6967e (qgis): german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk@15785 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:31 PM Revision 3f5f96a6 (qgis): german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15785 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:24 PM Revision 95e70f00 (qgis): fix #2227
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15784 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:24 PM Revision b47dfe5c (qgis): fix #2227
git-svn-id: http://svn.osgeo.org/qgis/trunk@15784 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:23 PM Revision 636f7e30 (qgis): reduce raster reprojection debugging noice
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15783 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:23 PM Revision 0b4ddc5c (qgis): reduce raster reprojection debugging noice
git-svn-id: http://svn.osgeo.org/qgis/trunk@15783 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
10:06 PM Revision 2c840ed9 (qgis): translation update: BIG Stringfreeze for 1.7 second try
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15782 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
10:06 PM Revision c087409a (qgis): translation update: BIG Stringfreeze for 1.7 second try
git-svn-id: http://svn.osgeo.org/qgis/trunk@15782 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
08:24 PM Bug report #3763: The "other" open/save file dialog has timeouts or causes QGIS to stop respondin...
OK, I can confirm that removing all shortcuts from the desktop fixed the problem. I don't understand why this other f... Aren Cambre
07:06 PM Bug report #3763: The "other" open/save file dialog has timeouts or causes QGIS to stop respondin...
Here's an example where it happens: I do *File* > *Save Image As*. That custom, not-the-Windows-standard save file di... Aren Cambre
06:48 PM Bug report #3763 (Closed): The "other" open/save file dialog has timeouts or causes QGIS to stop ...
Quantum GIS uses two open/save file dialogs: the normal Windows one and some custom one.
This custom one has major p...
Aren Cambre
06:40 PM Revision 074856a8 (qgis): fix #3413
git-svn-id: http://svn.osgeo.org/qgis/trunk@15781 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
06:40 PM Revision ad8b9f68 (qgis): fix #3413
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15781 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:23 PM Revision 6dc6ac7e (qgis): fix progressbar behaviour in Merge shapefiles tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@15777 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
03:23 PM Revision 9465c76d (qgis): fix progressbar behaviour in Merge shapefiles tool
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15777 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
03:09 PM Bug report #2962: Double draw of layer when selecting and deselecting legend layer items
Maybe the issue has been fix in trunk? I definitely didn't have the overview panel enabled when I was doing testing w... Jeremy Palmer
04:43 AM Bug report #2962: Double draw of layer when selecting and deselecting legend layer items
Hi Everyone,
Can anyone give suggestions ? The bug says layer is drawn twice. But the layer is drawn twice in the m...
sunilkcube -
02:52 PM Bug report #3063 (Closed): please add gpsbabel to osgeo4w standalone package
Jürgen Fischer
02:36 PM Bug report #2552 (Closed): digitizing become very slow when a (fair big) underlying vector has sn...
Replying to [comment:1 gespiel]:
> Create a spatial index on the big layer and it works fine (Layer properities, Gene...
Jürgen Fischer
02:36 PM Bug report #2552 (Closed): digitizing become very slow when a (fair big) underlying vector has sn...
Replying to [comment:1 gespiel]:
> Create a spatial index on the big layer and it works fine (Layer properities, Gene...
Jürgen Fischer
01:51 PM Bug report #3727: Features not represented with rule-based renderer still get labelled
For related bugs see http://trac.osgeo.org/qgis/ticket/3737#comment:2 Mayeul Kauffmann
01:50 PM Bug report #3737: incorrect feature count with rule based renderer
Probably related is the fact that the following do not work with rule based renderer:
* Show only features in curren...
Mayeul Kauffmann
01:17 PM Bug report #2181 (Closed): "add to overview" menu item does not work
Replying to [comment:5 gislab]:
> both rasters and vector can be added to overview under [[WinXP]], commit:f42443c9 (...
Jürgen Fischer
01:17 PM Bug report #2181 (Closed): "add to overview" menu item does not work
Replying to [comment:5 gislab]:
> both rasters and vector can be added to overview under [[WinXP]], commit:f42443c9 (...
Jürgen Fischer
12:39 PM Bug report #3667: When opening a Version 1.4.0 project file (*.qgs) with Version 1.6.0 QGIS crashes
doesn't happen in trunk. Can you check again please? Jürgen Fischer
10:12 AM Feature request #1296: Thematic raster class names not supported
Sorry, I must have missed the request for an example 10 months ago. I uploaded a zip file that contains IMG and GRID ... jonathan -
09:58 AM Bug report #2665 (Closed): Actions using columns alias but the drop down menu lists the columns n...
actually the action can use both starting with commit:c8c01721 (SVN r14284). Jürgen Fischer
09:58 AM Bug report #2665 (Closed): Actions using columns alias but the drop down menu lists the columns n...
actually the action can use both starting with commit:c8c01721 (SVN r14284). Jürgen Fischer
09:51 AM Feature request #3060 (Closed): save memory layers
duplicate of #2487 Jürgen Fischer
09:51 AM Feature request #3060 (Closed): save memory layers
duplicate of #2487 Jürgen Fischer
09:40 AM Bug report #3413 (Closed): uninitialized mPreviousFieldRow in QgsQueryBuilder
fixed in commit:074856a8 (SVN r15782). Jürgen Fischer
09:40 AM Bug report #3413 (Closed): uninitialized mPreviousFieldRow in QgsQueryBuilder
fixed in commit:074856a8 (SVN r15782). Jürgen Fischer
09:40 AM Revision ee7f7787 (qgis): fix debug build for Qt <4.7
git-svn-id: http://svn.osgeo.org/qgis/trunk@15775 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
09:40 AM Revision 2d7de780 (qgis): fix debug build for Qt <4.7
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15775 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
08:47 AM Bug report #3761: "Cancel" button in Symbol properties dialogue has the same effect as "OK" button.
Also, please note this ticket.
https://trac.osgeo.org/qgis/ticket/3427
In effect, the ok button causes rendering to ...
John Tull
05:10 AM Bug report #3761: "Cancel" button in Symbol properties dialogue has the same effect as "OK" button.
Sorry: the "Change" button I referred to is in the "style" tab, of course.
(and thanks for fixing my formatting Jef ...
Alister Hood
04:46 AM Bug report #3761 (Closed): "Cancel" button in Symbol properties dialogue has the same effect as "...
# open the layer properties for a vector layer
# click the "Change" button on the left hand side of the window. This...
Alister Hood
07:32 AM Revision 2c735e50 (qgis): translation update: pt_BR by arthur
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15774 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
07:32 AM Revision c0e4efd3 (qgis): translation update: pt_BR by arthur
git-svn-id: http://svn.osgeo.org/qgis/trunk@15774 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
06:44 AM Bug report #3579 (Closed): Crash after opening multiple attribute tables in dock window
Testing on Debian Squeeze and Lenny: current trunk is not longer crashing (I think after fixing #2714).
Currently, wh...
Ivan Mincik
06:44 AM Bug report #3579 (Closed): Crash after opening multiple attribute tables in dock window
Testing on Debian Squeeze and Lenny: current trunk is not longer crashing (I think after fixing #2714).
Currently, wh...
Ivan Mincik
06:40 AM Bug report #3655 (Closed): Crash after resizing attribute table in dock window
Testing on Debian Squeeze: I can not replicate the problem.
We can close ticket now. Thanks.
Ivan Mincik
06:40 AM Bug report #3655 (Closed): Crash after resizing attribute table in dock window
Testing on Debian Squeeze: I can not replicate the problem.
We can close ticket now. Thanks.
Ivan Mincik
05:13 AM Bug report #3762: "Cancel" does not revert a change between new and old symbology
>It is a different cancel button in a different dialogue (a sub-dialogue).
I mean #3761 is in a sub-dialogue of thi...
Alister Hood
05:04 AM Bug report #3762 (Feedback): "Cancel" does not revert a change between new and old symbology
No, not a duplicate. It is a different cancel button in a different dialogue (a sub-dialogue). Alister Hood
05:04 AM Bug report #3762 (Feedback): "Cancel" does not revert a change between new and old symbology
No, not a duplicate. It is a different cancel button in a different dialogue (a sub-dialogue). Alister Hood
05:02 AM Bug report #3762 (Closed): "Cancel" does not revert a change between new and old symbology
duplicate of #3761 Jürgen Fischer
05:02 AM Bug report #3762 (Closed): "Cancel" does not revert a change between new and old symbology
duplicate of #3761 Jürgen Fischer
04:59 AM Bug report #3762 (Closed): "Cancel" does not revert a change between new and old symbology
(I'm setting this as "minor" since it isn't very important and the old symbology will be dropped soon I think. But I... Alister Hood

2011-04-19

11:48 PM Revision 74e70ebc (qgis): fix crashes on exit (follows up r15751)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15773 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:48 PM Revision 2afbf950 (qgis): fix crashes on exit (follows up r15751)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15773 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:38 PM Bug report #3655: Crash after resizing attribute table in dock window
Testing again on Debian Lenny: something helped (maybe it was #2714), can not reproduce bug now.
Please wait for mor...
Ivan Mincik
11:30 PM Bug report #3467 (Closed): Label Buffers Produces Extremely Bloated PDF Export (Vector) under Linux.
Hi Mayeul
Yes, it is because of the way how the old labeling engine draws buffers.
I'm setting the ticket to 'wontf...
Marco Hugentobler
11:30 PM Bug report #3467 (Closed): Label Buffers Produces Extremely Bloated PDF Export (Vector) under Linux.
Hi Mayeul
Yes, it is because of the way how the old labeling engine draws buffers.
I'm setting the ticket to 'wontf...
Marco Hugentobler
11:29 PM Bug report #3738 (Closed): wms tiles does not work
I confirm, now all WMS-C tiles are visible in the map!
Thanks to all,
michele
michele zanolli
11:29 PM Bug report #3738 (Closed): wms tiles does not work
I confirm, now all WMS-C tiles are visible in the map!
Thanks to all,
michele
michele zanolli
10:56 PM Bug report #3738: wms tiles does not work
Now it seems fixed thanks to . Zanollim, can you confirm this so we can close this bug? luca76 -
11:03 PM Bug report #2967: QGIS crashes loading WMS with authentication request
is this still the case? Jürgen Fischer
10:53 PM Bug report #3760 (Closed): WMS: capabilities document contained no layers.
now it is fixed (thanks to your today's commit for wms tiles) luca76 -
10:53 PM Bug report #3760 (Closed): WMS: capabilities document contained no layers.
now it is fixed (thanks to your today's commit for wms tiles) luca76 -
10:31 PM Bug report #3760: WMS: capabilities document contained no layers.
I was using commit:c44776e9 (SVN r15765) (the last of yesterday) self compiled under [[ArchLinux]].
Now I'm on holid...
luca76 -
08:01 AM Bug report #3760: WMS: capabilities document contained no layers.
not reproducable here. Which revision did you test? Jürgen Fischer
03:02 AM Bug report #3760 (Closed): WMS: capabilities document contained no layers.
Hi,
I tried this WMS-C server:
http://webapps.comune.trento.it/tile
and QGIS latest trunk complains that "capabili...
luca76 -
10:53 PM Feature request #1296 (Closed): Thematic raster class names not supported
closing for the lack of feedback. Jürgen Fischer
10:53 PM Feature request #1296 (Closed): Thematic raster class names not supported
closing for the lack of feedback. Jürgen Fischer
10:49 PM Bug report #3216 (Closed): WMS not working correctly
probably solved. closing for the lack of feedback. Jürgen Fischer
10:49 PM Bug report #3216 (Closed): WMS not working correctly
probably solved. closing for the lack of feedback. Jürgen Fischer
10:35 PM Bug report #2279 (Closed): Wrong request to WMS server when reprojecting used
Yes, seems to work. jekhor -
10:35 PM Bug report #2279 (Closed): Wrong request to WMS server when reprojecting used
Yes, seems to work. jekhor -
01:27 PM Bug report #2279: Wrong request to WMS server when reprojecting used
Replying to [comment:4 jekhor]:
> Replying to [comment:3 jef]:
> > the tiff meanwhile became unavailable. Please mak...
Jürgen Fischer
12:14 PM Bug report #2279: Wrong request to WMS server when reprojecting used
Replying to [comment:3 jef]:
> the tiff meanwhile became unavailable. Please make it available again.
Fixed.
jekhor -
11:46 AM Bug report #2279: Wrong request to WMS server when reprojecting used
the tiff meanwhile became unavailable. Please make it available again. Jürgen Fischer
09:23 PM Revision f4d26d62 (qgis): Fix for resize crash, ticket #2714
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15771 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:23 PM Revision b6eab618 (qgis): Fix for resize crash, ticket #2714
git-svn-id: http://svn.osgeo.org/qgis/trunk@15771 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
05:03 PM Revision 740fb5ce (qgis): re-add wms tile extension workaround
git-svn-id: http://svn.osgeo.org/qgis/trunk@15769 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
05:03 PM Revision ca683ca0 (qgis): re-add wms tile extension workaround
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15769 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:59 PM Revision 6e17e933 (qgis): Commited patch for #3263 with small modifications
git-svn-id: http://svn.osgeo.org/qgis/trunk@15766 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
03:59 PM Revision d241c01b (qgis): Commited patch for #3263 with small modifications
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15766 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
01:52 PM Bug report #3465: Legend in map composer has an infinite height
I remember having that too some time ago, but cannot reproduce it anymore. Do you add a special kind of layer ( raste... Marco Hugentobler
01:47 PM Bug report #2669: Empty map composer on reopen project
Is this bug still true and reproducable? Marco Hugentobler
01:43 PM Bug report #3388 (Closed): Performance issue with new symbology
Fixed with the modified polygon clipping already some time ago. Marco Hugentobler
01:43 PM Bug report #3388 (Closed): Performance issue with new symbology
Fixed with the modified polygon clipping already some time ago. Marco Hugentobler
01:34 PM Feature request #2953 (Closed): Missing layers not picked up in a folder where another missing la...
bad layers are now handled in a list (see commit:c2e94506 (SVN r15354)) Jürgen Fischer
01:34 PM Feature request #2953 (Closed): Missing layers not picked up in a folder where another missing la...
bad layers are now handled in a list (see commit:c2e94506 (SVN r15354)) Jürgen Fischer
01:06 PM Bug report #2685 (Closed): On column delete wrong aliases are shown
duplicate of #3057. Jürgen Fischer
01:06 PM Bug report #2685 (Closed): On column delete wrong aliases are shown
duplicate of #3057. Jürgen Fischer
12:59 PM Bug report #2714 (Closed): Crash when resizing map window with Qt 4.6
Hopefully fixed with commit:f4d26d6 (tested with Qt 4.7 and 4.6.2 on Linux). Marco Hugentobler
12:59 PM Bug report #2714 (Closed): Crash when resizing map window with Qt 4.6
Hopefully fixed with commit:f4d26d6 (tested with Qt 4.7 and 4.6.2 on Linux). Marco Hugentobler
11:46 AM Revision 15099575 (qgis): translation update: pt_BR by Arthur
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15765 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
11:46 AM Revision fe96d855 (qgis): translation update: pt_BR by Arthur
git-svn-id: http://svn.osgeo.org/qgis/trunk@15765 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
07:02 AM Feature request #3263: QgsLegendInterface.addGroup() nests all groups
ups... :| Marco Bernasocchi
07:01 AM Feature request #3263 (Closed): QgsLegendInterface.addGroup() nests all groups
Applied in with two small modifications:
-added missing return statement in addGroupToCurrentItem()
-removed debug msg
Marco Hugentobler
07:01 AM Feature request #3263 (Closed): QgsLegendInterface.addGroup() nests all groups
Applied in with two small modifications:
-added missing return statement in addGroupToCurrentItem()
-removed debug msg
Marco Hugentobler
06:32 AM Feature request #3263 (Feedback): QgsLegendInterface.addGroup() nests all groups
the patch applied was an incomplete one... missunderstanding between Marcos :) here the patch to the patch
ciao
Marco Bernasocchi
06:32 AM Feature request #3263 (Feedback): QgsLegendInterface.addGroup() nests all groups
the patch applied was an incomplete one... missunderstanding between Marcos :) here the patch to the patch
ciao
Marco Bernasocchi
03:41 AM Feature request #3758: Separation in symbol layer properties
Amen to that, I actually find myself reducing the dpi during printing when using line fillings are there are too litt... Mathieu Pellerin - nIRV
02:56 AM Feature request #3758 (Closed): Separation in symbol layer properties
Add the separation option for lines like gvsig.
[[Image(http://wiki.gfoss.it/images/Symbol_properties_separation.jpg)]]
lorex -
03:05 AM Bug report #3725: Offline Editing plugin issues on both Linux and Windows using trunk
It's now attached!
Best regards!
Replying to [comment:1 lutra]:
> It seems that can be something related with the ta...
elcuco -
03:04 AM Bug report #3709: Spatialite editing not working
Confirm crash in Windows 7, commit:fbd10b55 (SVN r15741). dr -
02:45 AM Bug report #3709 (Feedback): Spatialite editing not working
For me it just works on point layers.
Neither new features or editing works on polygons and line layers, causes cras...
ulmi -
02:45 AM Bug report #3709 (Feedback): Spatialite editing not working
For me it just works on point layers.
Neither new features or editing works on polygons and line layers, causes cras...
ulmi -
03:00 AM Feature request #3759 (Open): Random points in symbol layer properties
Add the random option for points like gvsig
[[Image(http://wiki.gfoss.it/images/Symbol_properties_random.jpg)]]
lorex -
02:40 AM Bug report #3163 (Closed): GRASS Options tab use system locale
duplicate of #3634 dr -
02:40 AM Bug report #3163 (Closed): GRASS Options tab use system locale
duplicate of #3634 dr -

2011-04-18

01:36 AM Revision c44776e9 (qgis): fix #3757
git-svn-id: http://svn.osgeo.org/qgis/trunk@15764 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
01:36 AM Revision 8f08920e (qgis): fix #3757
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15764 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
12:34 AM Revision d0e5af4c (qgis): improve wms error and progress reporting (fixes #1576)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15763 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
12:34 AM Revision 93404c4f (qgis): improve wms error and progress reporting (fixes #1576)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15763 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:37 PM Bug report #2962 (In Progress): Double draw of layer when selecting and deselecting legend layer ...
sunilkcube -
10:54 PM Revision 6e383367 (qgis): revert r15747
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15762 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
10:54 PM Revision 173037d6 (qgis): revert r15747
git-svn-id: http://svn.osgeo.org/qgis/trunk@15762 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
06:09 PM Revision 69399374 (qgis): fixed crash when zooming out so that raster map extent is smaller than ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15760 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
06:09 PM Revision 37ee3cb8 (qgis): fixed crash when zooming out so that raster map extent is smaller than ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15760 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
05:53 PM Revision be647d0f (qgis): GRASS region another bug fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15759 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
05:53 PM Revision 9e244e8f (qgis): GRASS region another bug fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@15759 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
04:48 PM Revision 7164676b (qgis): GRASS region transformation resent on mapset change
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15758 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
04:48 PM Revision caf52d9d (qgis): GRASS region transformation resent on mapset change
git-svn-id: http://svn.osgeo.org/qgis/trunk@15758 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
04:26 PM Bug report #1576 (Closed): wms: no way to set width and height, but no error message when beyond max
error reporting improved in commit:a41769fd (SVN r15458). Jürgen Fischer
04:26 PM Bug report #1576 (Closed): wms: no way to set width and height, but no error message when beyond max
error reporting improved in commit:a41769fd (SVN r15458). Jürgen Fischer
03:04 PM Revision 61a96e84 (qgis): GRASS region reprojection fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15757 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
03:04 PM Revision 49292600 (qgis): GRASS region reprojection fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@15757 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
02:24 PM Revision aa615f02 (qgis): GRASS region reprojection
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15756 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
02:24 PM Revision 614c3b39 (qgis): GRASS region reprojection
git-svn-id: http://svn.osgeo.org/qgis/trunk@15756 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
12:01 PM Bug report #3693: Major system-wide crash on Composer when paper-size option is clicked.
Replying to [comment:3 mayeulk]:
Of course I meant:
...
Mayeul Kauffmann
11:57 AM Bug report #3693: Major system-wide crash on Composer when paper-size option is clicked.
Tested on commit:d4f7eed7 (SVN r15738) with Kubuntu 10.10 64 bits. Everything OK.
Installed with this /etc/apt/sourc...
Mayeul Kauffmann
08:41 AM Revision 1ef403f4 (qgis): translation update: es by carlos and el_GR by mike
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15755 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
08:41 AM Revision f116c35b (qgis): translation update: es by carlos and el_GR by mike
git-svn-id: http://svn.osgeo.org/qgis/trunk@15755 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
07:44 AM Bug report #3687: Unable to export large / high resolution / detailed scale maps
Was away for a bit, here are the answers to all of the great questions and discussion that have been going on... At t... bderstine -
03:48 AM Bug report #3504: Zoom to full or layer extent fails after OTF transformation
Probably fixed in commit:79c0c470 (SVN r15755) Alexander Bruy
03:45 AM Bug report #3085: Wrong histogram builds over Int16 rasters
See also #3349 Alexander Bruy
03:45 AM Bug report #3349: Histogram is wrong if raster has negative values
See also #3085 Alexander Bruy
03:41 AM Bug report #2497: ftools: difference tool (asymmetrical difference) does not work with multipolyg...
I'll give new links asap, not before testing again the problem. Giovanni Manghi
03:40 AM Bug report #2497: ftools: difference tool (asymmetrical difference) does not work with multipolyg...
Samples are not available anymore Alexander Bruy
03:36 AM Feature request #3552 (Closed): Default selection mode
Duplicate #3553 Alexander Bruy
03:36 AM Feature request #3552 (Closed): Default selection mode
Duplicate #3553 Alexander Bruy
03:21 AM Bug report #3723: Transparency settings are not applied from *.qml
Well, using attached sample after applying mcd45.qml to raster following pixels should be transparent: 0.000000, 9998... Alexander Bruy
03:13 AM Bug report #3642 (Closed): Printing: symbols in legend smaller than on the map
I tried again, and I can no longer reproduce the problem. Puzzling. Closing it for now. Paolo Cavallini
03:13 AM Bug report #3642 (Closed): Printing: symbols in legend smaller than on the map
I tried again, and I can no longer reproduce the problem. Puzzling. Closing it for now. Paolo Cavallini
02:48 AM Bug report #3700: SVG Patterns: rotated patterns do not scale well during printing
works well, thanks Andreas Neumann
02:33 AM Bug report #3738: wms tiles does not work
confirmed on trunk/Ubuntu Giovanni Manghi
02:23 AM Bug report #3738: wms tiles does not work
We exposed our wms-c tile service, only the map with problems:
http://webapps.comune.trento.it/tile
test it.
Fo...
luca76 -

2011-04-17

12:57 AM Bug report #3648: Qgis 1.6/trunk, osgeo4w/standalone hangs/crashes when adding GRASS vectors in a...
It is probable that this has been solved in GRASS 6.4.1
Waiting for the new version to enter osgeo4w to confirm it.
Giovanni Manghi
04:19 PM Bug report #3648: Qgis 1.6/trunk, osgeo4w/standalone hangs/crashes when adding GRASS vectors in a...
Merged with #3364. Anne Ghisla
12:55 AM Bug report #3755 (Closed): gdalwarp error# 126: cannot find gdal_ECW_JP2ECW.dll
The error will go away if you remove the gdal-ecw package.
It does not make sense to install it if you then do not c...
Giovanni Manghi
12:55 AM Bug report #3755 (Closed): gdalwarp error# 126: cannot find gdal_ECW_JP2ECW.dll
The error will go away if you remove the gdal-ecw package.
It does not make sense to install it if you then do not c...
Giovanni Manghi
12:08 AM Bug report #3755: gdalwarp error# 126: cannot find gdal_ECW_JP2ECW.dll
The "ERROR 1: Can't load requested DLL" aren't significant but "Failed to allocate 375378345 byte source buffer" is. ... Even Rouault
02:45 PM Bug report #3755 (Closed): gdalwarp error# 126: cannot find gdal_ECW_JP2ECW.dll
Using latest trunk;
command:
gdalwarp -s_srs EPSG:26910 -t_srs EPSG:2229 -wm 1000 -multi -of GTiff "D:/GIS data/Sou...
howslo -
12:21 AM Revision 79c0c470 (qgis): fix #2426: dateline split
git-svn-id: http://svn.osgeo.org/qgis/trunk@15754 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
12:21 AM Revision c131ea3a (qgis): fix #2426: dateline split
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15754 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
11:56 PM Bug report #3757 (Closed): "use project crs" does not work correctly
"Options>CRS>Coordinate Reference System for new layers>Use project CRS" does not work correctly:
When loading a lay...
Alister Hood
11:39 PM Revision 4a1a9634 (qgis): Change default setting for layer space in legend
git-svn-id: http://svn.osgeo.org/qgis/trunk@15753 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
11:39 PM Revision 386c5d63 (qgis): Change default setting for layer space in legend
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15753 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
08:10 PM Feature request #3756 (Closed): Flexible positioning of scalebar/compass
I usually save my maps from the view as image (rather than using print composer). I would be really useful to have an... whatnick -
07:30 PM Revision 0c463d38 (qgis): save timestamp in project file
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15752 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
07:30 PM Revision abfd799c (qgis): save timestamp in project file
git-svn-id: http://svn.osgeo.org/qgis/trunk@15752 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
07:26 PM Revision 99a32059 (qgis): Delete QgisApp on destruction in order to get the destructor called (#3...
Let's hope it will not bring any crashes when qgis exits...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15751 c8812...
Martin Dobias
07:26 PM Revision 88173583 (qgis): Delete QgisApp on destruction in order to get the destructor called (#3...
Let's hope it will not bring any crashes when qgis exits...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15751 ...
Martin Dobias
06:30 PM Bug report #1963: "Ghost Lines" when using Anti-aliasing, polygons with shared boundaries, and no...
Okay. springmeyer -
02:56 PM Bug report #1963 (Closed): "Ghost Lines" when using Anti-aliasing, polygons with shared boundarie...
Reading the the referenced article it seems they only were inspired by AGG and didnt directly use any source code fro... Tim Sutton
02:56 PM Bug report #1963 (Closed): "Ghost Lines" when using Anti-aliasing, polygons with shared boundarie...
Reading the the referenced article it seems they only were inspired by AGG and didnt directly use any source code fro... Tim Sutton
06:07 PM Revision ead2ede7 (qgis): legend refresh after data reload
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15750 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
06:07 PM Revision 191ffdff (qgis): legend refresh after data reload
git-svn-id: http://svn.osgeo.org/qgis/trunk@15750 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
05:13 PM Revision d7d7caf4 (qgis): completely reload provider if GRASS source data have changed
git-svn-id: http://svn.osgeo.org/qgis/trunk@15749 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
05:13 PM Revision df6d87cf (qgis): completely reload provider if GRASS source data have changed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15749 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
04:17 PM Bug report #3364 (Closed): Crash when loading a GRASS vector
Marking as duplicate of #3648 even if the latter is newer, as it has been analysed in more detail. Anne Ghisla
04:17 PM Bug report #3364 (Closed): Crash when loading a GRASS vector
Marking as duplicate of #3648 even if the latter is newer, as it has been analysed in more detail. Anne Ghisla
04:00 PM Revision a8507ae6 (qgis): postgres provider: fix numeric types with precision
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15748 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:00 PM Revision 5ab4c228 (qgis): postgres provider: fix numeric types with precision
git-svn-id: http://svn.osgeo.org/qgis/trunk@15748 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:58 PM Revision 5d63f12a (qgis): fix #7: GetCapabilities no done twice anymore
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15747 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:58 PM Revision a168fb98 (qgis): fix #7: GetCapabilities no done twice anymore
git-svn-id: http://svn.osgeo.org/qgis/trunk@15747 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:40 PM Revision 2a136691 (qgis): fix #3750
git-svn-id: http://svn.osgeo.org/qgis/trunk@15746 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:40 PM Revision 9ef8b3da (qgis): fix #3750
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15746 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:36 PM Bug report #2349 (Closed): Data not displayed with on the fly projection
duplicate of #2426 Jürgen Fischer
03:36 PM Bug report #2349 (Closed): Data not displayed with on the fly projection
duplicate of #2426 Jürgen Fischer
01:46 PM Bug report #2349: Data not displayed with on the fly projection
Replying to [comment:4 rduivenvoorde]:
> As soon als you pan the 180/-180 line out of the mapcanvas points are shown...
Chris Crook
12:31 PM Bug report #2349: Data not displayed with on the fly projection
Perhaps an issue of the global wrap around not handled correctly? See my comment in #3508 Markus Neteler
12:18 PM Bug report #2349: Data not displayed with on the fly projection
Investigating this it appears only to show up if the dateline (180/-180) is in the mapcanvas view.
As soon als you p...
Richard Duivenvoorde
03:30 PM Bug report #3508 (Closed): Custom projection issues
duplicate of #2426 Jürgen Fischer
03:30 PM Bug report #3508 (Closed): Custom projection issues
duplicate of #2426 Jürgen Fischer
12:32 PM Bug report #3508: Custom projection issues
See also #2349 Markus Neteler
12:27 PM Bug report #3508: Custom projection issues
This is an issue of the global wrap around apparently not handled correctly. For illustration, I have imported the ma... Markus Neteler
03:23 PM Revision 9c8ff019 (qgis): disable Build Pyramids button if no pyramids levels selected. Also rese...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15745 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
03:23 PM Revision 74b0eaa4 (qgis): disable Build Pyramids button if no pyramids levels selected. Also rese...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15745 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
03:22 PM Bug report #2426 (Closed): On-the-fly projection issues with large extents
fixed in commit:79c0c470 (SVN r15755). Jürgen Fischer
03:22 PM Bug report #2426 (Closed): On-the-fly projection issues with large extents
fixed in commit:79c0c470 (SVN r15755). Jürgen Fischer
12:29 PM Bug report #2426: On-the-fly projection issues with large extents
Perhaps an issue of the global wrap around not handled correctly? See my comment in #3508 Markus Neteler
02:50 PM Bug report #3652: labels buffer: wrong results if data defined setting is used for size
Does it happen with every dataset? Is that maybe related to the font chosen? Anne Ghisla
02:44 PM Bug report #3605 (Closed): on trunk, legend items vertical spacing inconsistent, worked fine with...
In my opinion, it does not make sense to introduce a new gui element just to have more convenient way to enable old b... Marco Hugentobler
02:44 PM Bug report #3605 (Closed): on trunk, legend items vertical spacing inconsistent, worked fine with...
In my opinion, it does not make sense to introduce a new gui element just to have more convenient way to enable old b... Marco Hugentobler
02:34 PM Bug report #3723: Transparency settings are not applied from *.qml
What are the exact steps to reproduce the problem?
I can load the style file, and transparency is set to None (255)...
Anne Ghisla
02:01 PM Bug report #3190 (Closed): SVG markers with centered labels issue
Unfortunately this is how Qt loads that SVG, so it's not actually QGIS problem - if you open SVG Viewer example from ... Martin Dobias
02:01 PM Bug report #3190 (Closed): SVG markers with centered labels issue
Unfortunately this is how Qt loads that SVG, so it's not actually QGIS problem - if you open SVG Viewer example from ... Martin Dobias
01:21 PM Revision 338ecf88 (qgis): Fix missing return statement. Thanks, jef
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15744 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
01:21 PM Revision 186b58de (qgis): Fix missing return statement. Thanks, jef
git-svn-id: http://svn.osgeo.org/qgis/trunk@15744 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
12:55 PM Revision 8e6f978b (qgis): translation update: pl
git-svn-id: http://svn.osgeo.org/qgis/trunk@15743 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
12:55 PM Revision f80044f8 (qgis): translation update: pl
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15743 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
12:52 PM Revision 1c5a286c (qgis): higher tolerance for segment snap
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15742 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
12:52 PM Revision 65f697ac (qgis): higher tolerance for segment snap
git-svn-id: http://svn.osgeo.org/qgis/trunk@15742 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
12:28 PM Bug report #3579: Crash after opening multiple attribute tables in dock window
Testing on Debian Squeeze, Gnome. Still crashing every time. Ivan Mincik
04:32 AM Bug report #3579: Crash after opening multiple attribute tables in dock window
QGIS commit:f8e10a33 (SVN r15725), Fedora 14, XFCE 4.6.2, Qt 4.7.1.
I followed steps to reproduce the bug, but QGIS ...
Anne Ghisla
02:56 AM Bug report #3579: Crash after opening multiple attribute tables in dock window
Confirmed on Ubuntu 10.04 Nathan Woodrow
12:26 PM Bug report #2227: GPS Tools: "Import other file" doesn't work
issue is still present:
http://gis-lab.info/images/screenshots/20110417-120-11kb.jpg
Maxim Dubinin
12:22 PM Bug report #3754 (Closed): Printing does not render well (legend)
Printing the legend does not work well; in particular, the legend in the two files https://int.faunalia.it/~paolo/bad... Paolo Cavallini
12:19 PM Feature request #2754 (Closed): Snapping to switched off layers
Marco Hugentobler
12:17 PM Feature request #2754: Snapping to switched off layers
In my opinion, we should not overwrite the snap settings based on the visibility of layers. It would lead to an incon... Marco Hugentobler
08:22 AM Feature request #2754: Snapping to switched off layers
Here is patch to that implements snapping only to visible layers Alexander Bruy
12:18 PM Bug report #3753 (Closed): "Zoom to best scale" takes a long time (inf?) for TMS layers.
Not long ago the Zoom To Best Scale was working fine with TMS layers (and was an important feature, allowing to synch... Borys Jurgiel
12:16 PM Bug report #3504: Zoom to full or layer extent fails after OTF transformation
Pretty sure #2349 is also a dateline problem Richard Duivenvoorde
12:11 PM Bug report #2915 (Closed): Rendering glitches with new symbology
can't reproduce it anymore, closing. Maxim Dubinin
12:11 PM Bug report #2915 (Closed): Rendering glitches with new symbology
can't reproduce it anymore, closing. Maxim Dubinin
12:01 PM Revision 97bf5e7f (qgis): Changed tolerance to make topological editing more reliable (related to...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15741 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
12:01 PM Revision c1a768a1 (qgis): Changed tolerance to make topological editing more reliable (related to...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15741 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
11:38 AM Feature request #3752 (Open): Clicking inside the polygon with the Node tool
Right now, one needs to click on the edge of the polygon. This is rather inconvinient, because a) you have to aim har... Maxim Dubinin
11:31 AM Feature request #2241: "Node tool" should remember last feature which it was used on after switch...
Replying to [comment:4 jef]:
> I think the only problem here is that the node tool doesn't keep the feature
> current...
Maxim Dubinin
11:19 AM Bug report #2630 (Closed): "merge selected features" tool produce strange numbers in the table
Maxim Dubinin
10:27 AM Bug report #3531 (Closed): Bug: QgisApp instance never delete
Fixed in commit:99a32059 (SVN r15752) Martin Dobias
10:27 AM Bug report #3531 (Closed): Bug: QgisApp instance never delete
Fixed in commit:99a32059 (SVN r15752) Martin Dobias
06:28 AM Bug report #3531: Bug: QgisApp instance never delete
Just set a breakpoint in [[QgisApp]]'s destructor, and close application. Debugger won't go there.
Try to have a loo...
05092009 -
09:58 AM Revision 791ca3b2 (qgis): fix eVis Event Browser and ID tool
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15740 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
09:58 AM Revision fbd10b55 (qgis): fix eVis Event Browser and ID tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@15740 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
09:26 AM Bug report #3091 (Closed): Stretch is canceled after calculating pyramids
it doesn't now, [[WinXP]], commit:fbd10b55 (SVN r15741), closing. Maxim Dubinin
09:26 AM Bug report #3091 (Closed): Stretch is canceled after calculating pyramids
it doesn't now, [[WinXP]], commit:fbd10b55 (SVN r15741), closing. Maxim Dubinin
08:36 AM Feature request #1276 (Closed): Allow for smaller icon display
Starting from commit:4c53217a (SVN r15137) there is an option in QGIS settings to set icon size to 16, 24, or 32 px. Alexander Bruy
08:36 AM Feature request #1276 (Closed): Allow for smaller icon display
Starting from commit:4c53217a (SVN r15137) there is an option in QGIS settings to set icon size to 16, 24, or 32 px. Alexander Bruy
08:27 AM Bug report #3603: r.colors has no effect on GRASS rasters (after the merge of the rasters branch)
Replying to [comment:2 pcav]:
> Furthermore, new layers will have a greyscale istead of appropriate color, as it happ...
Redmine Admin
08:18 AM Bug report #3603 (Closed): r.colors has no effect on GRASS rasters (after the merge of the raste...
Fixed in commit:d7d7caf4 (SVN r15750).
GRASS provider is now completely reloaded if source data have changed. That i...
Redmine Admin
08:18 AM Bug report #3603 (Closed): r.colors has no effect on GRASS rasters (after the merge of the raste...
Fixed in commit:d7d7caf4 (SVN r15750).
GRASS provider is now completely reloaded if source data have changed. That i...
Redmine Admin
07:51 AM Bug report #3693: Major system-wide crash on Composer when paper-size option is clicked.
installed qgis via ppa:ubuntugis/ubuntugis-unstable (after removal of other version) also
cannot reproduce this cra...
Richard Duivenvoorde
07:34 AM Bug report #3693: Major system-wide crash on Composer when paper-size option is clicked.
testing the crash here on 11.04 64 bit beta
installed
http://qgis.org/debian-nightly natty
Linux zwam 2.6.38-8-gen...
Richard Duivenvoorde
07:49 AM Revision cbbb79f8 (qgis): extend default field width in fTools Export/Add Geometry column to fix ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15739 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
07:49 AM Revision 3c0f834e (qgis): extend default field width in fTools Export/Add Geometry column to fix ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15739 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
07:38 AM Bug report #1576: wms: no way to set width and height, but no error message when beyond max
Replying to [comment:6 pcav]:
> Still true?
yes, easily replicable with
http://www.ngi.be/testbed/wms/top50r_l72_fr
Giovanni Manghi
07:21 AM Bug report #3751: Astyle is installed
On runtime? It gets installed. Volker Fröhlich
06:49 AM Bug report #3751: Astyle is installed
what's the problem with that? we need our version of astyle. Jürgen Fischer
06:43 AM Bug report #3751 (Closed): Astyle is installed
Excerpt from src/astyle/cmake_install.cmake:
...
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STR...
Volker Fröhlich
07:18 AM Feature request #2992 (In Progress): "file name" widget, QGIS on Windows hosts & actions
Jürgen Fischer
06:49 AM Feature request #2992: "file name" widget, QGIS on Windows hosts & actions
Here is patch that change directory separators into native. Alexander Bruy
07:10 AM Bug report #2714: Crash when resizing map window with Qt 4.6
I can reproduce this bug with a huge shapefile - 37k points - and resize the main window from a corner twice. It happ... Anne Ghisla
07:06 AM Bug report #3581: Ftools: union tool leave holes in output
they are both in EPSG 3003 Giovanni Manghi
04:54 AM Bug report #3581: Ftools: union tool leave holes in output
comuni is missing prj file
and prj file of buff_shp seems to be incorrect
I'd try unioning these two, but without kn...
Maxim Dubinin
03:46 AM Bug report #3581: Ftools: union tool leave holes in output
Try this link
http://ubuntuone.com/p/n9O/
Giovanni Manghi
06:59 AM Feature request #3911 (Closed): WMS Provider obtained in QgsWMSSourceSelect should be passed to Q...
fixed in commit:a168fb98 (SVN r15748). Jürgen Fischer
06:59 AM Feature request #3911 (Closed): WMS Provider obtained in QgsWMSSourceSelect should be passed to Q...
fixed in commit:a168fb98 (SVN r15748). Jürgen Fischer
06:40 AM Bug report #3750 (Closed): Field calaculator: $x and $y functions always return result as integer...
fixed in commit:2a136691 (SVN r15747). Jürgen Fischer
06:40 AM Bug report #3750 (Closed): Field calaculator: $x and $y functions always return result as integer...
fixed in commit:2a136691 (SVN r15747). Jürgen Fischer
06:00 AM Bug report #3750 (Closed): Field calaculator: $x and $y functions always return result as integer...
Even if the datatype for the column is correctly set to decimal number with some kind of precision.
Using trunk on U...
Giovanni Manghi
06:12 AM Bug report #3523 (Closed): export/add geometry columns does not work if shape is obtained from kml
Giovanni Manghi
06:11 AM Bug report #3523: export/add geometry columns does not work if shape is obtained from kml
Well spotted. We can definitely close this ticket. I believe that it would also be better to add a note to the docume... Giovanni Manghi
06:07 AM Bug report #3417: Data handling when exporting/printing maps
I was able to export an A0 rasterized PDF and a PNG, both of around 60MB, showing both the raster and vector map I us... Anne Ghisla
04:51 AM Bug report #3687: Unable to export large / high resolution / detailed scale maps
I'm running QGIS commit:f8e10a33 (SVN r15725), Fedora 14, 2GB RAM, and I get the same messages as mayeulk and gislab,... Anne Ghisla
04:24 AM Bug report #3687: Unable to export large / high resolution / detailed scale maps
Replying to [comment:2 mayeulk]:
> To create image 28086x19866 requires about 1673 MB of memory. Proceed?
> I clicked...
Maxim Dubinin
04:24 AM Bug report #3308 (Closed): Edit UI: either comboboxes and spinboxes don't show the feature's curr...
I close the ticket, it works.
I've just to set the type of widgets in Layer Properties -> Fields.
Giuseppe Sucameli
04:24 AM Bug report #3308 (Closed): Edit UI: either comboboxes and spinboxes don't show the feature's curr...
I close the ticket, it works.
I've just to set the type of widgets in Layer Properties -> Fields.
Giuseppe Sucameli
04:06 AM Bug report #3170: many GDAL Tools don't work in OS X standalone
python path setting is disabled because not implemented yet. I think would be better to hide it.
However, you can use...
Giuseppe Sucameli
04:04 AM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
Hi,
Unfortunately the bug is still there with commit:c1a768a1 (SVN r15742) (with 0.000001 as snapping option in map ...
Mayeul Kauffmann
03:56 AM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
enabling 'topological editing' also plays an important role. With it enabled, qgis inserts new vertices and the bug i... Marco Hugentobler
03:23 AM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
Hi Marco,
I will look at it. In the meantime, I found this:
same bug with tolerance: 0.0001(in map units)
same bug...
Mayeul Kauffmann
03:03 AM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
You could check if the polygons are really have a common boundary with the merge edit tool in QGIS.
Could you try if...
Marco Hugentobler
02:53 AM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
I can reproduce the bug on the shapefile I attached with those parameters:
For the shapefile I attached:
tolerance:...
Mayeul Kauffmann
02:28 AM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
Wait, I managed to reproduce the mentioned issue with the test shape. So probably using a more sensitive rounding tol... Marco Hugentobler
02:24 AM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
The removePolygonIntersction method from QGIS just calls difference() method from geos repeatedly.
Taking the attach...
Marco Hugentobler
03:57 AM Bug report #3746: Not recognizing Shapefile Projection
@anitagraser - Thank you for the confirmation of this problem.
@aghisla - I installed the qgis-dev development versi...
rmercer -
03:41 AM Bug report #3746 (Closed): Not recognizing Shapefile Projection
rmercer, can you then upgrade using OSGeo4W and choosing qgis-dev (nightly build of current development version, avai... Anne Ghisla
03:41 AM Bug report #3746 (Closed): Not recognizing Shapefile Projection
rmercer, can you then upgrade using OSGeo4W and choosing qgis-dev (nightly build of current development version, avai... Anne Ghisla
03:19 AM Bug report #3746: Not recognizing Shapefile Projection
I confirm this problem in 1.6 on Win7. But it has been fixed in my install of commit:7672cbc9 (SVN r15594) so I'd sug... Anita Graser
03:50 AM Bug report #2435: Error when using query builder if layer name is in cyrrilics
still doesn't work
poor users of cyrillic layernames
Maxim Dubinin
03:12 AM Bug report #2283 (Closed): node tool/select features tool do not have effects on a shapefile
Hi, I tested again on trunk the problematic shaped and now it works all fine. So I'm closing this. Giovanni Manghi
03:12 AM Bug report #2283 (Closed): node tool/select features tool do not have effects on a shapefile
Hi, I tested again on trunk the problematic shaped and now it works all fine. So I'm closing this. Giovanni Manghi
02:05 AM Bug report #3119: actions not working if local OS is not "en" and "override system locale" (to en...
Can't reproduce with commit:d7d7caf4 (SVN r15750) on Linux and Windows (both with Russian locale) Alexander Bruy
02:04 AM Revision f4460f79 (qgis): Show an icon for open attribute table action in legend
git-svn-id: http://svn.osgeo.org/qgis/trunk@15738 c8812cc2-4d05-0410-92ff-de0c093fc19c Martin Dobias
02:04 AM Revision 8762db34 (qgis): Show an icon for open attribute table action in legend
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15738 c8812cc2-4d05-0410-92ff-de0c093fc19c Martin Dobias

2011-04-16

12:59 AM Bug report #3679 (Closed): eVis not working with point layers
Should be fixed in commit:fbd10b55 (SVN r15741) Alexander Bruy
12:59 AM Bug report #3679 (Closed): eVis not working with point layers
Should be fixed in commit:fbd10b55 (SVN r15741) Alexander Bruy
11:08 PM Bug report #3581: Ftools: union tool leave holes in output
Seems that comuni_shp.zip is broken, I can't extract files. Alexander Bruy
11:02 PM Bug report #3523: export/add geometry columns does not work if shape is obtained from kml
If you examine attached shapefile with ogrinfo, you will see that it has MULTIPOINT geometry type... Alexander Bruy
10:50 PM Bug report #3500 (Closed): fTools: unsufficient field width for Area and Perimeter fields
Alexander Bruy
10:49 PM Bug report #3500: fTools: unsufficient field width for Area and Perimeter fields
Well, I extend field width for AREA, PERIMETER, XCOORD and YCOORD in commit:3c0f834e (SVN r15740).
But I think it is...
Alexander Bruy
10:38 PM Bug report #3500 (In Progress): fTools: unsufficient field width for Area and Perimeter fields
Alexander Bruy
10:46 PM Revision d4f7eed7 (qgis): translation update: pt_BR by Arthur
git-svn-id: http://svn.osgeo.org/qgis/trunk@15737 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
10:46 PM Revision 2fbb8a4c (qgis): translation update: pt_BR by Arthur
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15737 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
10:34 PM Revision a8ac7419 (qgis): Improve raster performance if no clip and stretch is used on multi band...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15736 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
10:34 PM Revision 392f3ed3 (qgis): Improve raster performance if no clip and stretch is used on multi band...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15736 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
09:03 PM Revision 3f9ac65f (qgis): raster layer update - first step
git-svn-id: http://svn.osgeo.org/qgis/trunk@15735 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
09:03 PM Revision 87460aca (qgis): raster layer update - first step
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15735 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
08:48 PM Revision e93c1841 (qgis): update epsg:42180 proj string (compatibility version of epsg:2180)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15734 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
08:48 PM Revision a09158c2 (qgis): update epsg:42180 proj string (compatibility version of epsg:2180)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15734 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
06:43 PM Revision d4d0d1e3 (qgis): The current CRS not highlighted in the projection selector when called ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15732 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
06:43 PM Revision 44a55a20 (qgis): The current CRS not highlighted in the projection selector when called ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15732 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
06:34 PM Revision 656e3774 (qgis): test if crs are equal
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15731 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
06:34 PM Revision 55588f61 (qgis): test if crs are equal
git-svn-id: http://svn.osgeo.org/qgis/trunk@15731 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
06:23 PM Revision ffdb70e5 (qgis): fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@15730 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
06:23 PM Revision c10c0e55 (qgis): fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15730 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
05:21 PM Revision a8c2cfc2 (qgis): fix #3712
git-svn-id: http://svn.osgeo.org/qgis/trunk@15729 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
05:21 PM Revision 9b4ed0c9 (qgis): fix #3712
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15729 c8812cc2-4d05-0410-92ff-de0c093fc19c Borys Jurgiel
05:13 PM Bug report #1451: High usage of CPU when moving mouse over map canvas
The problem is still there. Ubuntu, Qt 4.7.0.
It is not necessary to pan/zoom a layer. This happens even with empty ...
Martin Dobias
10:15 AM Bug report #1451: High usage of CPU when moving mouse over map canvas
I can't confirm with commit:f8e10a33 (SVN r15725), qt 4.7.1 on Fedora. CPU usage by QGIS is mainly under 10% while pa... Anne Ghisla
05:08 PM Bug report #3687: Unable to export large / high resolution / detailed scale maps
I made a tougher test: export 20% of OSM data for Italy on a 11 meter by 8 meter (sic) pdf vector map. It crashed aft... Mayeul Kauffmann
04:51 PM Bug report #3687: Unable to export large / high resolution / detailed scale maps
I successfully created an A4 600 dpi map (11Mb in png, 3 Mb in vector pdf) on Kubuntu 10.10 (64 bits).
However, I tr...
Mayeul Kauffmann
05:55 AM Bug report #3687: Unable to export large / high resolution / detailed scale maps
I cannot confirm, just tried on [[WinXP]], commit:f42443c9 (SVN r15701).
Can you provide more specifics on what are ...
Maxim Dubinin
04:24 PM Revision e7958d72 (qgis): fix #3439
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15728 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
04:24 PM Revision 8196c87d (qgis): fix #3439
git-svn-id: http://svn.osgeo.org/qgis/trunk@15728 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:58 PM Revision 9ef65038 (qgis): more robust fix for #2762 as suggested by Martin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15727 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
03:58 PM Revision 3335eda4 (qgis): more robust fix for #2762 as suggested by Martin
git-svn-id: http://svn.osgeo.org/qgis/trunk@15727 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
03:52 PM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
Hi,
I can confirm most of the above, with some comments which might help debugging.
You can try this query:...
Mayeul Kauffmann
03:21 PM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
Yes, it really is. I spent few hours trying to understand, where can be the problem. Apparently this function itself ... pavolsk -
12:00 PM Bug report #2921: Avoid intersection of new polygons.. IS BROKEN
Is this really so bad to be blocking for 1.7? Paolo Cavallini
03:23 PM Revision e975603c (qgis): fix #3745
git-svn-id: http://svn.osgeo.org/qgis/trunk@15726 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:23 PM Revision f861f8b8 (qgis): fix #3745
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15726 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:01 PM Revision c65f15a5 (qgis): fix wms(-c) usablility issue:
switch to tileset tab automatically when tilesets are found.
Some WMS-C server act like WMS servers although they act...
Jürgen Fischer
03:01 PM Revision f80ef4aa (qgis): fix wms(-c) usablility issue:
switch to tileset tab automatically when tilesets are found.
Some WMS-C server act like WMS servers although they act...
Jürgen Fischer
02:18 PM Revision e8091242 (qgis): Raster reprojection in QGIS server
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15724 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
02:18 PM Revision f8e10a33 (qgis): Raster reprojection in QGIS server
git-svn-id: http://svn.osgeo.org/qgis/trunk@15724 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
01:44 PM Revision b93e54e0 (qgis): new vector dialog: fix resize and prepopulate with an entry
git-svn-id: http://svn.osgeo.org/qgis/trunk@15723 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
01:44 PM Revision 029e96d7 (qgis): new vector dialog: fix resize and prepopulate with an entry
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15723 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
01:14 PM Bug report #3504: Zoom to full or layer extent fails after OTF transformation
See also #3508 and #2426 Alexander Bruy
12:48 PM Bug report #3746: Not recognizing Shapefile Projection
Well, I finally got the zip file to contain all necessary files. It now will not upload because it is too large for ... rmercer -
12:23 PM Bug report #3746: Not recognizing Shapefile Projection
I'm sorry, but still the zip file misses the dbf...
What happens if you remove (simply renaming is enough) the prj f...
Anne Ghisla
12:14 PM Bug report #3746: Not recognizing Shapefile Projection
Sorry about the error with the shapefile. I uploaded a new zip that contains all of the necessary files, shp, shx, d... rmercer -
09:17 AM Bug report #3746: Not recognizing Shapefile Projection
The zip file misses the dbf, and the .shp has a further .xml extension, so I tried to reproduce the problem with my o... Anne Ghisla
02:06 AM Bug report #3746 (Closed): Not recognizing Shapefile Projection
I am continually running into an error where I will load a shapefile with an existing, defined projection, into QGIS.... rmercer -
12:26 PM Feature request #3039: symbol levels ignored for rule based rendering
Patch available with ticket #3222 at:
http://trac.osgeo.org/qgis/attachment/ticket/3222/patch_on_r15676-rbr_symbol-l...
Mayeul Kauffmann
12:18 PM Bug report #3261 (Closed): Rendering bug
Replying to [comment:2 gislab]:
> can't reproduce it as well on winXP commit:f42443c9 (SVN r15701)
I can no longer r...
Chris Crook
12:18 PM Bug report #3261 (Closed): Rendering bug
Replying to [comment:2 gislab]:
> can't reproduce it as well on winXP commit:f42443c9 (SVN r15701)
I can no longer r...
Chris Crook
06:37 AM Bug report #3261: Rendering bug
can't reproduce it as well on winXP commit:f42443c9 (SVN r15701) Maxim Dubinin
06:25 AM Bug report #3261: Rendering bug
Can you give the spatial extent of the view, e.g. saving it as spatial bookmark?
Is it happening also on other platf...
Anne Ghisla
12:18 PM Bug report #3140: Download data from GPS doesn't work
Is this confirmed? Does not seem serious enough to be blocking. Paolo Cavallini
12:15 PM Bug report #3170: many GDAL Tools don't work in OS X standalone
Not a blocker for general release, just for standalone.
As mentioned, there is a [[GdalTools]] setting to set the py...
William Kyngesburye
12:09 PM Feature request #3748: Centralized way of sharing styles
I think your suggestions are pretty much what I meant, But I will leave the ticket open to see what others think.
If...
Saber Razmjooei
10:31 AM Feature request #3748: Centralized way of sharing styles
I think this implies several components (so the ticket could be split):
* add .qgis/symbols to the standard path whe...
Paolo Cavallini
09:46 AM Feature request #3748 (Closed): Centralized way of sharing styles
It will be great to have a central repository of styles and SVGs. There could be a python-installer-like interface to... Saber Razmjooei
12:08 PM Bug report #3650 (Closed): shapefiles fails to be imported into GRASS mapset with qgis 1.6/trunk ...
Most likely a duplicate of #3364 and #3648 Paolo Cavallini
12:08 PM Bug report #3650 (Closed): shapefiles fails to be imported into GRASS mapset with qgis 1.6/trunk ...
Most likely a duplicate of #3364 and #3648 Paolo Cavallini
12:07 PM Bug report #3364: Crash when loading a GRASS vector
See also #3648 and #3650 Paolo Cavallini
12:06 PM Bug report #3467: Label Buffers Produces Extremely Bloated PDF Export (Vector) under Linux.
Hi Marco,
This is with the old labeling engine (available through the vector property dialog).
When opening the qgi...
Mayeul Kauffmann
11:35 AM Bug report #3467: Label Buffers Produces Extremely Bloated PDF Export (Vector) under Linux.
I' m looking at this
Mayeul
Mayeul Kauffmann
06:00 AM Bug report #3467: Label Buffers Produces Extremely Bloated PDF Export (Vector) under Linux.
Is this with the old labeling engine (available through the vector property dialog) or with the new one (the abc-tool)? Marco Hugentobler
12:06 PM Revision 2497b7a6 (qgis): fix lenny build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15722 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
12:06 PM Revision 853582f7 (qgis): fix lenny build
git-svn-id: http://svn.osgeo.org/qgis/trunk@15722 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
12:04 PM Bug report #3078 (Closed): Scotese's shapefiles causes Tethys to crash
most likely a duplicate of #2837 (upstream bug already fixed in GDAL 1.7.3) Jürgen Fischer
12:04 PM Bug report #3078 (Closed): Scotese's shapefiles causes Tethys to crash
most likely a duplicate of #2837 (upstream bug already fixed in GDAL 1.7.3) Jürgen Fischer
11:57 AM Revision bd3d2aa7 (qgis): use layer count from QgsMapLayerRegistry instead of QgsMapCanvas. Fixes...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15721 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
11:57 AM Revision d766addf (qgis): use layer count from QgsMapLayerRegistry instead of QgsMapCanvas. Fixes...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15721 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
11:50 AM Feature request #3911 (Feedback): WMS Provider obtained in QgsWMSSourceSelect should be passed to...
Paolo Cavallini
11:10 AM Feature request #3911 (Closed): WMS Provider obtained in QgsWMSSourceSelect should be passed to Q...
Paolo Cavallini
11:29 AM Feature request #3697: Add option "Zoom to full extent including invisible layers"
Replying to [comment:8 pcav]:
> Can we include it in 1.7?
I ask Martin to review it. If there is no objections, I'll ...
Alexander Bruy
10:40 AM Feature request #3697: Add option "Zoom to full extent including invisible layers"
Can we include it in 1.7? Paolo Cavallini
10:38 AM Feature request #3697: Add option "Zoom to full extent including invisible layers"
Here is complete patch to fix this issue Alexander Bruy
11:21 AM Feature request #1395 (Closed): Add / move vertex to given x/y-coordinate
Done with [[NumericalDigitize]] plugin Paolo Cavallini
11:21 AM Feature request #1395 (Closed): Add / move vertex to given x/y-coordinate
Done with [[NumericalDigitize]] plugin Paolo Cavallini
10:38 AM Bug report #2102 (Closed): Strange rendering artefacts for points
I cannot notice any artifact with QGIS commit:eb3a5357 (SVN r15702), Qt 4.7.2-3 on Debian testing. Please reopen if n... Paolo Cavallini
10:38 AM Bug report #2102 (Closed): Strange rendering artefacts for points
I cannot notice any artifact with QGIS commit:eb3a5357 (SVN r15702), Qt 4.7.2-3 on Debian testing. Please reopen if n... Paolo Cavallini
10:31 AM Bug report #2102: Strange rendering artefacts for points
Is it still reproduceable? Anne Ghisla
10:34 AM Revision 09aa2817 (qgis): Fix for bug grid annotation distance to map frame (#2899)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15720 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
10:34 AM Revision ef254ab2 (qgis): Fix for bug grid annotation distance to map frame (#2899)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15720 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
10:12 AM Bug report #2427 (Closed): Can't build pyramids for IMG files
it works now.
[[WinXP]], commit:f42443c9 (SVN r15701)
Maxim Dubinin
10:12 AM Bug report #2427 (Closed): Can't build pyramids for IMG files
it works now.
[[WinXP]], commit:f42443c9 (SVN r15701)
Maxim Dubinin
10:10 AM Feature request #3569: OGR DateTime fields support
Replying to [comment:3 jef]:
> Replying to "jekhor":/issues/show/3569:
> > Now QGis doesn't support [[DateTime]] fiel...
jekhor -
04:22 AM Feature request #3569: OGR DateTime fields support
Replying to "jekhor":/issues/show/3569:
> Now QGis doesn't support [[DateTime]] fields in OGR datasources and convert...
Jürgen Fischer
10:01 AM Bug report #1343: dxf2shp plugin does not distinguish between polygon and polyline correctly
brian, can you reproduce the bug, loading the DXF via Add vector layer dialog?
If you don't have GDAL >=1.7, can you...
Anne Ghisla
09:49 AM Feature request #3707 (Closed): Deleting Shapefile columns
Applied in . Thanks Stemby! Anne Ghisla
09:49 AM Feature request #3707 (Closed): Deleting Shapefile columns
Applied in . Thanks Stemby! Anne Ghisla
09:47 AM Bug report #3749 (Closed): labels out of view for long straight lines
When a line feature as only one segment (2 points), the label is put in the middle, even if the middle is out of the ... Mayeul Kauffmann
09:43 AM Bug report #3740: WMS Rendering problem - jagged lines
this might be a duplicate of #3734, if so it might be fixed in commit:55588f61 (SVN r15732). Would please test again... Jürgen Fischer
09:17 AM Bug report #3660 (Closed): Identify Feature not working with WMS layer
Jürgen Fischer
09:06 AM Feature request #2063: wrapper for R and GRASS
Sextance uses GRASS in a very efficient way, no need to understand GRASS' location-mapset concept. It creates a mapse... Markus Neteler
06:34 AM Feature request #2063: wrapper for R and GRASS
Concerning on the fly GRASS locations, see this example of a simple implementation: http://grass.osgeo.org/wiki/GRASS... Paolo Cavallini
09:06 AM Revision fa009139 (qgis): properly clear list of the invalid lines. Also don't display invalid li...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15719 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
09:06 AM Revision 136b608d (qgis): properly clear list of the invalid lines. Also don't display invalid li...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15719 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
08:23 AM Bug report #3712 (Closed): Python console paste error
Borys Jurgiel
08:23 AM Bug report #3712: Python console paste error
Fixed in commit:a8c2cfc2 (SVN r15730). Now it's appended at the end only if either: the pasted text is multi-line or ... Borys Jurgiel
08:07 AM Bug report #3531: Bug: QgisApp instance never delete
Which are the steps and the setup to reproduce this bug? Anne Ghisla
07:25 AM Bug report #3439 (Closed): QGIS crashes when reshaping invalid polygon geometry
fixed in commit:8196c87d (SVN r15729). Jürgen Fischer
07:25 AM Bug report #3439 (Closed): QGIS crashes when reshaping invalid polygon geometry
fixed in commit:8196c87d (SVN r15729). Jürgen Fischer
07:16 AM Bug report #3395: Field Calculator Integer Conversion Error
I tried to reproduce the bug.
If I set the type of the new field as integer, the formula outputs 3 and 10 as expecte...
Anne Ghisla
06:46 AM Bug report #2405 (Closed): ftools does not always work with Spatialite
buffering spatialite layer - works
Export to new projection - this instrument is no longer in ftools
simplify - works...
Maxim Dubinin
06:46 AM Bug report #2405 (Closed): ftools does not always work with Spatialite
buffering spatialite layer - works
Export to new projection - this instrument is no longer in ftools
simplify - works...
Maxim Dubinin
06:41 AM Bug report #3642: Printing: symbols in legend smaller than on the map
I mean that in the pdf printout the symbols shown in the main map area are of a widely different size from those on t... Paolo Cavallini
05:52 AM Bug report #3642: Printing: symbols in legend smaller than on the map
Do you mean the size is different in the composer window or in the printout? The composer preview does not yet suppor... Marco Hugentobler
06:36 AM Bug report #3725: Offline Editing plugin issues on both Linux and Windows using trunk
It seems that can be something related with the table structure/datatypes. Can you provide a small sample of the data... Giovanni Manghi
06:27 AM Bug report #2283: node tool/select features tool do not have effects on a shapefile
I will give another link asap Giovanni Manghi
06:18 AM Bug report #2283: node tool/select features tool do not have effects on a shapefile
the weblink is broken Maxim Dubinin
06:26 AM Bug report #2330 (Closed): Loading missing layer (shapefile) requires changing the "Files of type...
seems like this is not an issue anymore with new missing layers dialog
tested under [[WinXP]], commit:f42443c9 (SVN ...
Maxim Dubinin
06:26 AM Bug report #2330 (Closed): Loading missing layer (shapefile) requires changing the "Files of type...
seems like this is not an issue anymore with new missing layers dialog
tested under [[WinXP]], commit:f42443c9 (SVN ...
Maxim Dubinin
06:25 AM Bug report #3745 (Closed): Delimited text layer not loaded when using relative paths
fixed in commit:e975603c (SVN r15727). Jürgen Fischer
06:25 AM Bug report #3745 (Closed): Delimited text layer not loaded when using relative paths
fixed in commit:e975603c (SVN r15727). Jürgen Fischer
06:17 AM Bug report #2181: "add to overview" menu item does not work
both rasters and vector can be added to overview under [[WinXP]], commit:f42443c9 (SVN r15701)
example: http://gis-l...
Maxim Dubinin
06:16 AM Feature request #3243: Spatial bookmarks do not take into account CRS
Spatial bookmarks indeed save the extent from project CRS; I agree that it would be nice to enable bookmark reproject... Anne Ghisla
06:15 AM Bug report #2569: suppress blank lines in GRASS output
It would be nice to get that improved. Thanks. Markus Neteler
06:11 AM Bug report #1735: Support newer GRASS version (modules directories)
In my opinion the support for GRASS 6.3 can be dropped. Markus Neteler
06:08 AM Bug report #3163: GRASS Options tab use system locale
See also ticket #3634 Markus Neteler
06:08 AM Bug report #3634: GRASS language is taken from system, not from QGIS settings
See also ticket #3163 Markus Neteler
06:06 AM Bug report #3164: Gibberish in output tab of GRASS tools
I suspect that the v.in.ogr GRASS message catalogue (po file) is in a different encoding that QGIS understands. Note ... Markus Neteler
06:00 AM Bug report #3233: Non-latin characters not available
Can you attach the .mdb file, or a part of it with few lines from every language if it's big? We'll try to reproduce ... Anne Ghisla
05:40 AM Bug report #3709 (Closed): Spatialite editing not working
worksforme on polygonal layer in [[WinXP]], commit:f42443c9 (SVN r15701) Maxim Dubinin
05:40 AM Bug report #3709 (Closed): Spatialite editing not working
worksforme on polygonal layer in [[WinXP]], commit:f42443c9 (SVN r15701) Maxim Dubinin
05:36 AM Bug report #3047 (Closed): delimited text plugin: import fails if an extra delimiter is at the end
With commit:f8e10a33 (SVN r15725), adding extra delimiters at end of random lines does not prevent correct loading.
...
Anne Ghisla
05:36 AM Bug report #3047 (Closed): delimited text plugin: import fails if an extra delimiter is at the end
With commit:f8e10a33 (SVN r15725), adding extra delimiters at end of random lines does not prevent correct loading.
...
Anne Ghisla
05:15 AM Bug report #3115: Old project layer got lost after installing plug ins and updating
it difficult to say anything on the topic, but the attached project crashes QGIS on commit:f42443c9 (SVN r15701), [[W... Maxim Dubinin
05:06 AM Bug report #3077 (Closed): ftools (merge shapefiles tool): QGIS crashes if shapes are missing the...
worksforme as well, closing, reopen if necessary Maxim Dubinin
05:06 AM Bug report #3077 (Closed): ftools (merge shapefiles tool): QGIS crashes if shapes are missing the...
worksforme as well, closing, reopen if necessary Maxim Dubinin
05:04 AM Bug report #2636 (Closed): Connection to CSV layer cannot be restored if CSV is moved
With commit:880088c1 (SVN r15704) (and probably older revisions, but I didn't test), moving the CSV file raises a "Ha... Anne Ghisla
05:04 AM Bug report #2636 (Closed): Connection to CSV layer cannot be restored if CSV is moved
With commit:880088c1 (SVN r15704) (and probably older revisions, but I didn't test), moving the CSV file raises a "Ha... Anne Ghisla
04:53 AM Bug report #2597 (Closed): Adding layer is changed the last extent
worksforme as well, [[WinXP]], commit:f42443c9 (SVN r15701)
reopen if necessary
Maxim Dubinin
04:53 AM Bug report #2597 (Closed): Adding layer is changed the last extent
worksforme as well, [[WinXP]], commit:f42443c9 (SVN r15701)
reopen if necessary
Maxim Dubinin
04:32 AM Bug report #2500 (Closed): Broken copy functionality in python error output window
Works now on Windows XP, commit:f42443c9 (SVN r15701). Closing it! Anne Ghisla
04:32 AM Bug report #2500 (Closed): Broken copy functionality in python error output window
Works now on Windows XP, commit:f42443c9 (SVN r15701). Closing it! Anne Ghisla
03:56 AM Feature request #3394 (Closed): Update IGNF's projections register
Closing this ticket as upstream, the changes have to be made in proj4. Jean-Roc Morreale
03:56 AM Feature request #3394 (Closed): Update IGNF's projections register
Closing this ticket as upstream, the changes have to be made in proj4. Jean-Roc Morreale
02:57 AM Bug report #2762 (Closed): Stored extents is cancelled if layers are switched off and one layer i...
Fixed in commit:d766addf (SVN r15722) Alexander Bruy
02:57 AM Bug report #2762 (Closed): Stored extents is cancelled if layers are switched off and one layer i...
Fixed in commit:d766addf (SVN r15722) Alexander Bruy
02:55 AM Bug report #3508: Custom projection issues
related to #2426 Maxim Dubinin
02:54 AM Bug report #2426: On-the-fly projection issues with large extents
related to #3508 Maxim Dubinin
02:37 AM Bug report #3747 (Closed): Region is not reprojected
The region rectangle drawn in canvas is not reprojected. Redmine Admin

2011-04-15

01:51 AM Bug report #2230: Vertex markers are displayed in Print Composer
More info on this bug. If editing enabled *before* adding layers in Map Composer or in Overview Map then vertex marke... Alexander Bruy
12:40 PM Bug report #2230: Vertex markers are displayed in Print Composer
Confirmed in commit:98d612f2 (SVN r15707) both Windows and Linux Alexander Bruy
01:34 AM Bug report #2899 (Closed): Grid annotations - distance to map frame
Fixed in commit:09aa2817 (SVN r15721) Marco Hugentobler
01:34 AM Bug report #2899 (Closed): Grid annotations - distance to map frame
Fixed in commit:09aa2817 (SVN r15721) Marco Hugentobler
12:58 AM Bug report #3735: GDAL stats not used
To the best of my knowledge, the implementation of GDALComputeRasterStatistics() has not been modified significantly ... Even Rouault
04:55 PM Bug report #3735 (Feedback): GDAL stats not used
Replying to [comment:2 rouault]:
> Tim, I'm a bit surprised by your comments : GDALComputeRasterStatistics() *does* c...
Tim Sutton
04:55 PM Bug report #3735 (Feedback): GDAL stats not used
Replying to [comment:2 rouault]:
> Tim, I'm a bit surprised by your comments : GDALComputeRasterStatistics() *does* c...
Tim Sutton
10:54 AM Bug report #3735: GDAL stats not used
Never mind. I just read your comment again and see that you're planning to cache those stats. Thanks. diodata -
10:52 AM Bug report #3735: GDAL stats not used
Thanks for the explanation. Would it be possible then to store the computed raster statistics in an aux, xml or simi... diodata -
10:48 AM Bug report #3735: GDAL stats not used
Tim, I'm a bit surprised by your comments : GDALComputeRasterStatistics() *does* compute exact min, max, mean and stddev Even Rouault
09:48 AM Bug report #3735 (Closed): GDAL stats not used
Hi
The stats collected by gdal are only partially useful:
- they do not include stddev
- the min/max are estimated
...
Tim Sutton
09:48 AM Bug report #3735 (Closed): GDAL stats not used
Hi
The stats collected by gdal are only partially useful:
- they do not include stddev
- the min/max are estimated
...
Tim Sutton
12:29 AM Bug report #3312 (Closed): Error while save as SQLite into folder with cyrillic symbols
Tested with commit:98d612f2 (SVN r15707) on Windows and Linux and all works fine. So I close this ticket, please reop... Alexander Bruy
12:29 AM Bug report #3312 (Closed): Error while save as SQLite into folder with cyrillic symbols
Tested with commit:98d612f2 (SVN r15707) on Windows and Linux and all works fine. So I close this ticket, please reop... Alexander Bruy
12:22 AM Bug report #3202 (Closed): Interchanges of colors in Random ramp
Alexander Bruy
12:07 AM Bug report #3741 (Closed): Layer from delimited text file throws errors while panning
Should be fixed in commit:136b608d (SVN r15720) Alexander Bruy
12:07 AM Bug report #3741 (Closed): Layer from delimited text file throws errors while panning
Should be fixed in commit:136b608d (SVN r15720) Alexander Bruy
06:47 AM Bug report #3741: Layer from delimited text file throws errors while panning
the error appears only after first panning, the error message doesn't show up afterwards Maxim Dubinin
06:19 AM Bug report #3741 (Closed): Layer from delimited text file throws errors while panning
1. Get the file
2. Add it as a layer with Add XY plugin with the settings like this:
http://gis-lab.info/images/scr...
Maxim Dubinin
11:37 PM Revision 5b1e7999 (qgis): translation updates: es by carlos
git-svn-id: http://svn.osgeo.org/qgis/trunk@15718 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
11:37 PM Revision fee7e304 (qgis): translation updates: es by carlos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15718 c8812cc2-4d05-0410-92ff-de0c093fc19c Werner Macho
09:46 PM Revision b75c1b3c (qgis): fix #2810
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15717 c8812cc2-4d05-0410-92ff-de0c093fc19c Giuseppe Sucameli
09:46 PM Revision 41f62c4f (qgis): fix #2810
git-svn-id: http://svn.osgeo.org/qgis/trunk@15717 c8812cc2-4d05-0410-92ff-de0c093fc19c Giuseppe Sucameli
09:40 PM Revision b7f96938 (qgis): More pt_PT GUI translation. Thanks Duarte Carreira
git-svn-id: http://svn.osgeo.org/qgis/trunk@15715 c8812cc2-4d05-0410-92ff-de0c093fc19c Paolo Cavallini
09:40 PM Revision 7ba1fbeb (qgis): More pt_PT GUI translation. Thanks Duarte Carreira
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15715 c8812cc2-4d05-0410-92ff-de0c093fc19c Paolo Cavallini
08:40 PM Revision 0ba6f3e4 (qgis): enable/disable better stretch histogram action
git-svn-id: http://svn.osgeo.org/qgis/trunk@15714 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
08:40 PM Revision b9b024b5 (qgis): enable/disable better stretch histogram action
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15714 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
08:30 PM Revision 6bdffcc4 (qgis): avoid changes of the input layer when layers in canvas changed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15713 c8812cc2-4d05-0410-92ff-de0c093fc19c Giuseppe Sucameli
08:30 PM Revision 8a3a5a52 (qgis): avoid changes of the input layer when layers in canvas changed
git-svn-id: http://svn.osgeo.org/qgis/trunk@15713 c8812cc2-4d05-0410-92ff-de0c093fc19c Giuseppe Sucameli
07:58 PM Revision adbcbcbb (qgis): add cutline option to clipper to fix #3066
git-svn-id: http://svn.osgeo.org/qgis/trunk@15712 c8812cc2-4d05-0410-92ff-de0c093fc19c Giuseppe Sucameli
07:58 PM Revision d3b47862 (qgis): add cutline option to clipper to fix #3066
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15712 c8812cc2-4d05-0410-92ff-de0c093fc19c Giuseppe Sucameli
07:09 PM Revision aeb75198 (qgis): keep qgis.g.info process open and get values through stdin/stdout
git-svn-id: http://svn.osgeo.org/qgis/trunk@15711 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
07:09 PM Revision 63a22223 (qgis): keep qgis.g.info process open and get values through stdin/stdout
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15711 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
07:04 PM Revision 6042fd3b (qgis): fix wmc-c support broken in r15559
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15710 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
07:04 PM Revision c5a2126e (qgis): fix wmc-c support broken in r15559
git-svn-id: http://svn.osgeo.org/qgis/trunk@15710 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
06:55 PM Revision 50ec0795 (qgis): Fix #3715, don't overwrite source file
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15709 c8812cc2-4d05-0410-92ff-de0c093fc19c Giuseppe Sucameli
06:55 PM Revision 63cc61bb (qgis): Fix #3715, don't overwrite source file
git-svn-id: http://svn.osgeo.org/qgis/trunk@15709 c8812cc2-4d05-0410-92ff-de0c093fc19c Giuseppe Sucameli
05:58 PM Revision 91db158b (qgis): Added missing pyramid.h
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15708 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
05:58 PM Revision 11bc41fd (qgis): Added missing pyramid.h
git-svn-id: http://svn.osgeo.org/qgis/trunk@15708 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
04:16 PM Revision 6129c4ea (qgis): More flexible limit of layer number in qgis server depending on number ...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15707 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
04:16 PM Revision 466bf93b (qgis): More flexible limit of layer number in qgis server depending on number ...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15707 c8812cc2-4d05-0410-92ff-de0c093fc19c Marco Hugentobler
03:45 PM Revision 98d612f2 (qgis): fix #3606
git-svn-id: http://svn.osgeo.org/qgis/trunk@15706 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:45 PM Revision 9fec25bc (qgis): fix #3606
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15706 c8812cc2-4d05-0410-92ff-de0c093fc19c Jürgen Fischer
03:26 PM Revision 90c30d19 (qgis): greetings from Maxim and Alex at the QGIS Hackfest in Lisbon. Just fixe...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15705 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
03:26 PM Revision cbe4ee96 (qgis): greetings from Maxim and Alex at the QGIS Hackfest in Lisbon. Just fixe...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15705 c8812cc2-4d05-0410-92ff-de0c093fc19c Alexander Bruy
02:39 PM Revision e673f4bb (qgis): Dutch translation, thanks Carlo van Rijswijk
git-svn-id: http://svn.osgeo.org/qgis/trunk@15704 c8812cc2-4d05-0410-92ff-de0c093fc19c Richard Duivenvoorde
02:39 PM Revision 9bb8b7db (qgis): Dutch translation, thanks Carlo van Rijswijk
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15704 c8812cc2-4d05-0410-92ff-de0c093fc19c Richard Duivenvoorde
02:27 PM Revision 880088c1 (qgis): Fix for #3739 - wms transparency not working when set from layer proper...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15703 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
02:27 PM Revision 5657546e (qgis): Fix for #3739 - wms transparency not working when set from layer proper...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15703 c8812cc2-4d05-0410-92ff-de0c093fc19c Tim Sutton
02:08 PM Bug report #3745: Delimited text layer not loaded when using relative paths
Uploaded again.
Goyo D
12:13 PM Bug report #3745: Delimited text layer not loaded when using relative paths
Ouch, sorry - bad admin. I just wanted to download the attachment and not deleted it... Jürgen Fischer
11:50 AM Bug report #3745 (Closed): Delimited text layer not loaded when using relative paths
Steps to reproduce:
1. Create a new project.
1. Set save paths to relative in project properties.
1. Load a delimi...
Goyo D
01:21 PM Revision a4659dd2 (qgis): gdal slow rendering when zoomed in fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@15702 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
01:21 PM Revision d5febb54 (qgis): gdal slow rendering when zoomed in fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15702 c8812cc2-4d05-0410-92ff-de0c093fc19c Radim Blazek
12:59 PM Bug report #3598 (Closed): Histogram stretch to full TMS layer hangs Qgis
Fixed in commit:0ba6f3e4 (SVN r15715). Redmine Admin
12:59 PM Bug report #3598 (Closed): Histogram stretch to full TMS layer hangs Qgis
Fixed in commit:0ba6f3e4 (SVN r15715). Redmine Admin
12:47 PM Bug report #2810 (Closed): Qgis Trunk (r13619M) crashes applying a a raster style (qml) to GRASS ...
Fixed in commit:41f62c4f (SVN r15718) Giuseppe Sucameli
12:47 PM Bug report #2810 (Closed): Qgis Trunk (r13619M) crashes applying a a raster style (qml) to GRASS ...
Fixed in commit:41f62c4f (SVN r15718) Giuseppe Sucameli
12:42 PM Bug report #2810 (In Progress): Qgis Trunk (r13619M) crashes applying a a raster style (qml) to G...
I load a GRASS raster layer, open the layer propriety, Colormap tab, I load a style and I get crash.
Crashes occur a...
Giuseppe Sucameli
12:18 PM Revision eb3a5357 (qgis): IT GUI translation completed - needs final revision
git-svn-id: http://svn.osgeo.org/qgis/trunk@15701 c8812cc2-4d05-0410-92ff-de0c093fc19c Paolo Cavallini
12:18 PM Revision 07a4fa02 (qgis): IT GUI translation completed - needs final revision
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15701 c8812cc2-4d05-0410-92ff-de0c093fc19c Paolo Cavallini
10:58 AM Feature request #3066 (Closed): GdalTools: clipping based on a shapefile mask
Fixed in commit:adbcbcbb (SVN r15713). Giuseppe Sucameli
10:58 AM Feature request #3066 (Closed): GdalTools: clipping based on a shapefile mask
Fixed in commit:adbcbcbb (SVN r15713). Giuseppe Sucameli
10:21 AM Bug report #3609 (Closed): in a reprojected raster "zoom to best scale (100%)" does not work
FIxed. Redmine Admin
10:21 AM Bug report #3609 (Closed): in a reprojected raster "zoom to best scale (100%)" does not work
FIxed. Redmine Admin
09:55 AM Bug report #3715 (Closed): GdalTools' pyramids in batch mode remove source files
Fixed in commit:63cc61bb (SVN r15710) Giuseppe Sucameli
09:55 AM Bug report #3715 (Closed): GdalTools' pyramids in batch mode remove source files
Fixed in commit:63cc61bb (SVN r15710) Giuseppe Sucameli
08:42 AM Bug report #3709: Spatialite editing not working
In Debian testing apparently it works well. Anyone confirms, on Windows or other platforms? Does this happen with jus... Paolo Cavallini
08:37 AM Bug report #3744: Different behavior for mapcanvas and layout with scale dependent rendering
The bug is definitely with the map canvas and not print composer.
Easier procedure to replicate:
Do 1-2-3 as higher...
Maxim Dubinin
07:26 AM Bug report #3744 (Closed): Different behavior for mapcanvas and layout with scale dependent rende...
1. Add attached layer
2. Change projection to EPSG:3395
3. Set scale dependent rendering to 0-2000000 (2mln)
4. En...
Maxim Dubinin
07:43 AM Bug report #3738: wms tiles does not work
Replying to [comment:7 jef]:
> Do you have a public wms-c to reproduce this with?
Sorry, not immediately.
We are us...
michele zanolli
04:29 AM Bug report #3738 (In Progress): wms tiles does not work
Jürgen Fischer
03:58 AM Bug report #3738: wms tiles does not work
Do you have a public wms-c to reproduce this with? Jürgen Fischer
03:44 AM Bug report #3738: wms tiles does not work
Replying to [comment:5 imincik1]:
> What projection do You use for that layer ?
EPSG:25832
luca76 -
03:06 AM Bug report #3738: wms tiles does not work
Replying to [comment:4 trapanator]:
> I made further tests. I discovered that in tilecache.cfg these resolutions work...
Ivan Mincik
02:51 AM Bug report #3738: wms tiles does not work
I made further tests. I discovered that in tilecache.cfg these resolutions works both in QGIS 1.6 and 1.7:... luca76 -
02:43 AM Bug report #3738: wms tiles does not work
Yes. Below you can see the log. The difference is that 1.6.0 sends 20 requests, while 1.7.0 32 requests.
This is th...
luca76 -
07:16 AM Bug report #3502 (Closed): Cache problems with QGIS server
Fixed with commit:466bf93b (SVN r15708) Marco Hugentobler
07:16 AM Bug report #3502 (Closed): Cache problems with QGIS server
Fixed with commit:466bf93b (SVN r15708) Marco Hugentobler
06:57 AM Bug report #3743 (Closed): [OsX] Georeferencer: can't set map coords from map canvas, and other o...
When adding a GCP (Add Point) in the georeferencer window, I can't set the map coordinates from the map canvas. From... William Kyngesburye
06:45 AM Bug report #3606 (Closed): Field calculator inserts real values to the attribute table instead of...
fixed in commit:98d612f2 (SVN r15707). Jürgen Fischer
06:45 AM Bug report #3606 (Closed): Field calculator inserts real values to the attribute table instead of...
fixed in commit:98d612f2 (SVN r15707). Jürgen Fischer
06:23 AM Bug report #3606 (In Progress): Field calculator inserts real values to the attribute table inste...
Jürgen Fischer
06:35 AM Feature request #3742 (Closed): Save extent after reprojection
Right now if you load a layer and change the project's projection to something else the layer dissapears as the view ... Maxim Dubinin
06:27 AM Bug report #3519 (Closed): Save buttons in raster properties dialog are not working
Fixed in commit:90c30d19 (SVN r15706) Alexander Bruy
06:27 AM Bug report #3519 (Closed): Save buttons in raster properties dialog are not working
Fixed in commit:90c30d19 (SVN r15706) Alexander Bruy
06:17 AM Bug report #3519 (Feedback): Save buttons in raster properties dialog are not working
the bug reappeared, SD is not stored again Maxim Dubinin
06:17 AM Bug report #3519 (Feedback): Save buttons in raster properties dialog are not working
the bug reappeared, SD is not stored again Maxim Dubinin
05:27 AM Bug report #3739 (Closed): WMS Transparency Rendering problem
Fixed in commit:880088c1 (SVN r15704) - Hello from Juergen & Tim in Lisbon! Tim Sutton
05:27 AM Bug report #3739 (Closed): WMS Transparency Rendering problem
Fixed in commit:880088c1 (SVN r15704) - Hello from Juergen & Tim in Lisbon! Tim Sutton
02:21 AM Bug report #3739 (Closed): WMS Transparency Rendering problem
Not sure if anyone has noticed but 1.7 does not allow transparency for a wms layer but this worked in 1.6. Is this i... kevthekelt -
04:32 AM Feature request #3734: WMS reprojection if current CRS is supported by server
might #3740 be a duplicate of this? Jürgen Fischer
04:30 AM Bug report #3655: Crash after resizing attribute table in dock window
Works for me on Ubuntu 10.10 Qt 4.7.0
Regards, Pete
Saber Razmjooei
04:14 AM Bug report #3698: kml import skipping lines
Hi there,
The KML file has 279 Placemark tags, all of which are imported into QGIS trunk without problems.
Are yo...
Saber Razmjooei
02:25 AM Bug report #3740 (Closed): WMS Rendering problem - jagged lines
I've noticed that 1.7 doesn't render wms properly. The line edges appear very jagged, 1.6 behaviour was nice, anti-al... kevthekelt -

2011-04-14

12:39 AM Bug report #3738: wms tiles does not work
Tested on Debian Lenny, KDE Desktop, QGIS trunk compiled few days ago, Tilecache, Mapserver. Without such problems.
...
Ivan Mincik
12:07 AM Bug report #3738: wms tiles does not work
see attachment:
above is Windows 1.7 build latest revision from osgeo, below is the latest 1.6.0 official binary.
S...
luca76 -
 

Also available in: Atom