Activity
From 2006-02-27 to 2006-03-28
2006-03-28
-
11:48 PM Feature request #3936 (Closed): can't open OGR Supported layers (stable version 0.7.4)
- QGis compiled from source.
When You try to open SHP or TAB file, the "open file" dialog can't choose the file or dire... -
10:20 PM Bug report #3935: Save File As dialog boxes display "Open" button rather than "Save"
- I have attached a patch to qgisapp.cpp which I believe fixes this issue for both "save project as" and "save as image...
-
10:03 PM Bug report #3935 (Closed): Save File As dialog boxes display "Open" button rather than "Save"
h1. Save As Dialog Boxes Incorrectly Display "Open" Button
The following dialog boxes should show a "Save" button ...-
04:33 PM Bug report #3934 (Closed): std::list iterator not dereferencable bug in the QgsUniqueValueDialog
- Fixed in Trunk version commit:39a49242 (SVN r5106)
Thanks!
Tim -
04:33 PM Bug report #3934 (Closed): std::list iterator not dereferencable bug in the QgsUniqueValueDialog
- Fixed in Trunk version commit:39a49242 (SVN r5106)
Thanks!
Tim -
03:45 PM Bug report #3934 (Closed): std::list iterator not dereferencable bug in the QgsUniqueValueDialog
- *The Background:*
The *QgsUniqueValueRenderer::classificationAttributes()* call returns a copy of the std::list<int>... -
07:51 AM Bug report #3933 (Closed): point symbols not showing up on vector layers
- I recently upgraded my kernel, possibly upgrading qgis in the process. Point symbols were appearing fine before the ...
2006-03-27
-
12:30 AM Bug report #3932 (Closed): Searching feature on projection list, doesn't work...
- On current SVN,the search feature on projection list, doesn't work.
-
10:59 PM Bug report #3931 (Closed): Web menus: content missing
- Hi,
the new menu system of www.qgis.org needs some
optimization IMHO:
- bug report pages is well hidden
- wiki is hi... -
10:55 PM Bug report #3930: configure bugfix 64bit
- I am NOT using Debian as indicated above (but that doesn't matter for the fix).
-
10:53 PM Bug report #3930 (Closed): configure bugfix 64bit
- Please fix the broken 64bit detection with this patch
(I have no idea how to attach it as file):
Best
Markus
In...
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...
-
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... -
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
... -
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).
2006-03-25
-
12:03 AM Bug report #3910 (In Progress): WMS Identify fails to provide a useful error message on failure
-
12:01 AM Bug report #3908 (In Progress): WMS Identify fails on mixed queryable/non-queryable sublayers
-
05:31 PM Feature request #3921 (Closed): QgsLegendGroup::insert must return a value
- Already fixed in HEAD
-
05:31 PM Feature request #3921 (Closed): QgsLegendGroup::insert must return a value
- Already fixed in HEAD
-
05:02 PM Bug report #3917 (Closed): QgsGeometryVertexIndex::operator= must return a value
-
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 -
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.
-
04:54 PM Feature request #3926 (Closed): Return empty set from QgsServerSourceSelect::crsForSelection
- Fixed in HEAD
-
04:54 PM Feature request #3926 (Closed): Return empty set from QgsServerSourceSelect::crsForSelection
- Fixed in HEAD
-
04:12 PM Bug report #3925 (Closed): QgsMapLayer::draw must return a value
- Fixed in HEAD
-
04:12 PM Bug report #3925 (Closed): QgsMapLayer::draw must return a value
- Fixed in HEAD
-
10:38 AM Feature request #3924 (Closed): QgsContinuousColorRenderer::operator= must return a value
- Fixed in HEAD
-
10:38 AM Feature request #3924 (Closed): QgsContinuousColorRenderer::operator= must return a value
- Fixed in HEAD
-
02:12 AM Feature request #3919 (Closed): 'and' is undefined keyword in C++
- Already fixed in HEAD
-
02:12 AM Feature request #3919 (Closed): 'and' is undefined keyword in C++
- Already fixed in HEAD
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.
-
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...
-
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.
-
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. -
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...
-
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...
-
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.
-
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...
-
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... -
01:54 PM Feature request #3919: 'and' is undefined keyword in C++
- I fixed this bug. Patch is attached.
-
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: ... -
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...
-
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...
-
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++*:... -
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...
-
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...
-
01:29 PM Bug report #3913 (Closed): QgsProjectionSelector::getCurrentLongAttribute has incomplete return path
-
01:25 PM Bug report #3913 (Closed): QgsProjectionSelector::getCurrentLongAttribute has incomplete return path
- In member function *QgsProjectionSelector::getCurrentLongAttribute*, file qgis/src/widgets/projectionselector/qgsproj...
-
01:26 PM Bug report #10 (Closed): QgsProjectionSelector::getCurrentLongAttribute has incomplete return path
- In member function *QgsProjectionSelector::getCurrentLongAttribute*, file qgis/src/widgets/projectionselector/qgsproj...
-
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... -
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...
-
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.
... -
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... -
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...
-
12:55 PM Bug report #3907 (Closed): struct/class mismatch for QgsDataSourceURI
- In qgsdatasourceuri.h file, *QgsDataSourceURI* is
declared as a struct:...
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.
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 ...
-
05:59 AM Bug report #3905 (Closed): Test ticket
- Fixed in svn commit:6f2828c0 (SVN r3001)
-
05:59 AM Bug report #3905 (Closed): Test ticket
- Fixed in svn commit:6f2828c0 (SVN r3001)
-
05:59 AM Bug report #3905 (In Progress): Test ticket
- Another comment, but action is to accept
-
05:58 AM Bug report #3905: Test ticket
- A comment to an existing ticket
-
05:57 AM Bug report #3905 (Closed): Test ticket
- Test
----
h2. Heading goes here
[https://svn.qgis.org]
Also available in: Atom