Activity

From 2006-02-25 to 2006-03-26

2006-03-26

10:54 AM Bug report #3929: 404 Error with Qgis Add WMS Layer but valid response in web browser
Here is a link to the information page for the server[http://www.nztopoonline.linz.govt.nz/technicalusers/webservices... phil-bertram-clear-net-nz -
10:47 AM Bug report #3929: 404 Error with Qgis Add WMS Layer but valid response in web browser
Response via mailing list - copied here
Hi Phil,
I can reproduce the behaviour - rather odd really. The only thing...
phil-bertram-clear-net-nz -
10:38 AM Bug report #3929 (Closed): 404 Error with Qgis Add WMS Layer but valid response in web browser
I am getting a 404 Page not found response from a WMS server when using Qgis
(svn revision 5083) on Debian unstable
...
phil-bertram-clear-net-nz -
05:26 AM Feature request #3928 (Closed): Case sensitivity checkbox
It would be nice to have a case sensitivity checkbox in Search strings interface (at bottom of the attribute table). balazovic-mailbox-sk -

2006-03-25

12:03 AM Bug report #3910 (In Progress): WMS Identify fails to provide a useful error message on failure
Brendan Morley -
12:01 AM Bug report #3908 (In Progress): WMS Identify fails on mixed queryable/non-queryable sublayers
Brendan Morley -
05:31 PM Feature request #3921 (Closed): QgsLegendGroup::insert must return a value
Already fixed in HEAD Gary Sherman
05:31 PM Feature request #3921 (Closed): QgsLegendGroup::insert must return a value
Already fixed in HEAD Gary Sherman
05:02 PM Bug report #3917 (Closed): QgsGeometryVertexIndex::operator= must return a value
Gary Sherman
04:59 PM Bug report #3916: QgsUniqueValueRenderer::operator= must return a value
Yes, as I see in the logs, *timlinux* applied those changes:
https://svn.qgis.org/trac/changeset/5060
Mateusz Loskot -
04:47 PM Bug report #3916 (In Progress): QgsUniqueValueRenderer::operator= must return a value
As far as I can tell, it does return a value. Gary Sherman
04:54 PM Feature request #3926 (Closed): Return empty set from QgsServerSourceSelect::crsForSelection
Fixed in HEAD Gary Sherman
04:54 PM Feature request #3926 (Closed): Return empty set from QgsServerSourceSelect::crsForSelection
Fixed in HEAD Gary Sherman
04:12 PM Bug report #3925 (Closed): QgsMapLayer::draw must return a value
Fixed in HEAD Gary Sherman
04:12 PM Bug report #3925 (Closed): QgsMapLayer::draw must return a value
Fixed in HEAD Gary Sherman
10:38 AM Feature request #3924 (Closed): QgsContinuousColorRenderer::operator= must return a value
Fixed in HEAD Gary Sherman
10:38 AM Feature request #3924 (Closed): QgsContinuousColorRenderer::operator= must return a value
Fixed in HEAD Gary Sherman
02:12 AM Feature request #3919 (Closed): 'and' is undefined keyword in C++
Already fixed in HEAD Gary Sherman
02:12 AM Feature request #3919 (Closed): 'and' is undefined keyword in C++
Already fixed in HEAD Gary Sherman

2006-03-24

12:59 AM Feature request #3927 (Closed): Add #undef M_PI to gui/qgslabel.cpp file
To get rid of annoying warnings, I added #undef guard, because the same macro is redefined in more than one place. Mateusz Loskot -
12:56 AM Feature request #3926 (Closed): Return empty set from QgsServerSourceSelect::crsForSelection
*!QgsServerSourceSelect::crsForSelection* function must return a value if it is declared to return any, so I submit s... Mateusz Loskot -
02:12 PM Bug report #3925: QgsMapLayer::draw must return a value
Body of this [[QgsMapLayer]]::draw member function is empty, so I decided to return false, temporarily. Mateusz Loskot -
02:12 PM Bug report #3925 (Closed): QgsMapLayer::draw must return a value
*bool QgsMapLayer::draw(QPainter *, QgsRect *, QgsMapToPixel *)*
is a non-void function so it *must* return a value.
Mateusz Loskot -
02:09 PM Feature request #3924 (Closed): QgsContinuousColorRenderer::operator= must return a value
Again, every assignment operator must return a value but *!QgsContinuousColorRenderer::operator=* does not return any... Mateusz Loskot -
02:07 PM Feature request #3923 (Closed): QgsGraduatedSymbolRenderer::operator= must return a value
Again, every assignment operator must return a value but [[QgsGraduatedSymbolRenderer]]::operator= does not return an... Mateusz Loskot -
02:05 PM Feature request #3922 (Closed): QgsGeometryVertexIndex::operator= must return a value
Again, every assignment operator must return a value but *QgsGeometryVertexIndex::operator=* does not return any value. Mateusz Loskot -
02:03 PM Feature request #3921 (Closed): QgsLegendGroup::insert must return a value
This member function seems to be not finished, so I added my comment about that I'm not sure what value should it ret... Mateusz Loskot -
02:02 PM Bug report #3920 (Closed): Returning address of local variable
In file *qgsfeature.cpp*, member function:
*QString const& QgsFeature::wellKnownText() const*
returns const reference...
Mateusz Loskot -
01:54 PM Feature request #3919: 'and' is undefined keyword in C++
I fixed this bug. Patch is attached. Mateusz Loskot -
01:53 PM Feature request #3919 (Closed): 'and' is undefined keyword in C++
I noticed that in file
_qgis/src/widgets/projectionselector/qgsprojectionselector.cpp_
is used not real C++ keyword: ...
Mateusz Loskot -
01:52 PM Feature request #3918 (Closed): Consider use of the term "CRS" instead of "Projection" throughout...
Recent OGC documents prefer the term "Coordinate Reference System" in situations that previously referred to "Spatial... Brendan Morley -
01:51 PM Bug report #3917 (Closed): QgsGeometryVertexIndex::operator= must return a value
Small bug in file *qgsgeometryvertexindex.cpp* (revision 4502), lines 31-34: *QgsGeometryVertexIndex::operator=* must... Mateusz Loskot -
01:41 PM Bug report #3916 (Closed): QgsUniqueValueRenderer::operator= must return a value
Assignment operator must return a value.
Trying to compile this code using *VC++* or *Comeau C/C++*:...
Mateusz Loskot -
01:33 PM Bug report #3915 (Closed): QgsSingleSymbolRenderer::operator= must return a value
Assignment operator should return a value. In class *QgsSingleSymbolRenderer* the operator= does not return value. It... Mateusz Loskot -
01:30 PM Bug report #3914 (Closed): WMS doesn't set the QGIS Project Projection
Whilst the GUI can handle the selection of which Coordinate Reference System the WMS server should return its image i... Brendan Morley -
01:29 PM Bug report #3913 (Closed): QgsProjectionSelector::getCurrentLongAttribute has incomplete return path
Gary Sherman
01:25 PM Bug report #3913 (Closed): QgsProjectionSelector::getCurrentLongAttribute has incomplete return path
In member function *QgsProjectionSelector::getCurrentLongAttribute*, file qgis/src/widgets/projectionselector/qgsproj... Mateusz Loskot -
01:26 PM Bug report #10 (Closed): QgsProjectionSelector::getCurrentLongAttribute has incomplete return path
In member function *QgsProjectionSelector::getCurrentLongAttribute*, file qgis/src/widgets/projectionselector/qgsproj... Mateusz Loskot -
01:23 PM Bug report #3912 (Closed): WMS Proxy username and password not working
From http://logs.qgis.org/slogs/%23qgis.2006-03-22.log:
"morb_au, I tested your proxy thing but it seems to forget us...
Tim Sutton
01:18 PM Feature request #3911 (Closed): WMS Provider obtained in QgsWMSSourceSelect should be passed to Q...
Currently one WMS Provider gets invoked as part of [[QgsServerSourceSelect]] and a second is invoked in [[QgsRasterLa... Brendan Morley -
01:11 PM Bug report #3910 (Closed): WMS Identify fails to provide a useful error message on failure
If the Identify tool is used on a WMS layer but the request fails, the returned error message shows nothing useful.
...
Brendan Morley -
01:06 PM Bug report #3909 (Closed): QgsVectorLayer::vectorType - incomplete return path
File _qgis/src/gui/qgsvectorlayer.cpp_, line 1250
In the member function *!QgsVectorLayer::vectorType*, not all cont...
Mateusz Loskot -
01:02 PM Bug report #3908 (Closed): WMS Identify fails on mixed queryable/non-queryable sublayers
The identify tool is disabled if all WMS layers from a server have queryable=0, which is fine. However if some layer... Brendan Morley -
12:55 PM Bug report #3907 (Closed): struct/class mismatch for QgsDataSourceURI
In qgsdatasourceuri.h file, *QgsDataSourceURI* is
declared as a struct:...
Mateusz Loskot -

2006-03-20

02:33 AM Feature request #3906: Save/restore default symbology
This is an important feature to have in place by the 1.0 release. Gary Sherman

2006-03-19

06:18 AM Feature request #3906 (Closed): Save/restore default symbology
I would love to have an option in the symbology preferences to "save as default". This would save the symbology info ... Steve Halasz -
05:59 AM Bug report #3905 (Closed): Test ticket
Fixed in svn commit:6f2828c0 (SVN r3001) Gavin Macaulay -
05:59 AM Bug report #3905 (Closed): Test ticket
Fixed in svn commit:6f2828c0 (SVN r3001) Gavin Macaulay -
05:59 AM Bug report #3905 (In Progress): Test ticket
Another comment, but action is to accept Gavin Macaulay -
05:58 AM Bug report #3905: Test ticket
A comment to an existing ticket Gavin Macaulay -
05:57 AM Bug report #3905 (Closed): Test ticket
Test
----
h2. Heading goes here
[https://svn.qgis.org]
Gavin Macaulay -
 

Also available in: Atom