Activity
From 2006-02-25 to 2006-03-26
2006-03-26
- 05:02 PM Revision 608aa9ca (qgis): improved 'add point' rubberband
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5101 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:02 PM Revision b076f1d1 (qgis): improved 'add point' rubberband
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5101 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 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).
- 03:01 AM Revision be1e198d (qgis): Add check for self assignment to the = operator
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5100 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:01 AM Revision 72f97f25 (qgis): Add check for self assignment to the = operator
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5100 c8812cc2-4d05-0410-92ff-de0c093fc19c
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
- 05:56 AM Revision 69a6f686 (qgis): display symbology of plugin layers in the legend right from the beginning
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5099 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:56 AM Revision c9aa55b0 (qgis): display symbology of plugin layers in the legend right from the beginning
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5099 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 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...
- 09:09 PM Revision da61dd25 (qgis): An enhanced fix for the r5084 fix that was a fix for r5080.
- Yes, there needed to be a check for the returned value of the data provider (not so much the QgsMapLayer) - this has ...
- 09:09 PM Revision 587b77e8 (qgis): An enhanced fix for the r5084 fix that was a fix for r5080.
- Yes, there needed to be a check for the returned value of the data provider (not so much the QgsMapLayer) - this has ...
- 06:58 PM Revision da982f04 (qgis): Remove digitising rubberbands if the editing tools have been deactivate...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5097 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:58 PM Revision d794c382 (qgis): Remove digitising rubberbands if the editing tools have been deactivate...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5097 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 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:... - 12:45 PM Revision 56ad17dc (qgis): fixed crash on non grass layer
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5096 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:45 PM Revision c3b54769 (qgis): fixed crash on non grass layer
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5096 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:07 PM Revision 20e4b999 (qgis): enable/disable buttons according to number of tabs
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5095 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:07 PM Revision c185acea (qgis): enable/disable buttons according to number of tabs
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5095 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:07 PM Revision 525ca15c (qgis): enable/disable buttons according to number of tabs
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5094 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:07 PM Revision 5854768e (qgis): enable/disable buttons according to number of tabs
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5094 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:01 PM Revision 5ca2143b (qgis): fixed setting error rutin
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5093 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:01 PM Revision e1ee8d40 (qgis): fixed setting error rutin
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5093 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:43 AM Revision a4904a79 (qgis): reimplemented options methods checkRegion, inputRegion, input
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5092 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:43 AM Revision 808ab7e9 (qgis): reimplemented options methods checkRegion, inputRegion, input
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5092 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:02 AM Revision 5c48daeb (qgis): set validator in grass element dialog, use this dialog for new vector
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5091 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:02 AM Revision 580af380 (qgis): set validator in grass element dialog, use this dialog for new vector
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5091 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:47 AM Revision 12528c5d (qgis): build topology if not available -usually after crash in edit
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5090 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:47 AM Revision 3f239c9c (qgis): build topology if not available -usually after crash in edit
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5090 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:14 AM Revision 7ad06633 (qgis): update to QTextBrowser - supports again copy text
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5089 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:14 AM Revision 0f2f1717 (qgis): update to QTextBrowser - supports again copy text
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5089 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:05 AM Revision 4f26c9fa (qgis): PostGIS import
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5088 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:05 AM Revision 5eb578f6 (qgis): PostGIS import
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5088 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:04 AM Revision dac4f3b3 (qgis): postgis
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5087 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:04 AM Revision 04e1cb65 (qgis): postgis
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5087 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:38 AM Revision 52064139 (qgis): driver test also
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5086 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:38 AM Revision 3c126f4a (qgis): driver test also
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5086 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:53 AM Revision 845d5737 (qgis): added GRASS map names to input combo
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5085 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:53 AM Revision 70d182ef (qgis): added GRASS map names to input combo
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5085 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:52 AM Revision 0812d66b (qgis): check raster layer after dynamic cast
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5084 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:52 AM Revision ba77a122 (qgis): check raster layer after dynamic cast
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5084 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-23
- 12:55 PM Revision 6f3766e7 (qgis): set region to input option
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5083 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:55 PM Revision f8aa37e5 (qgis): set region to input option
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5083 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:14 AM Revision 3af9d407 (qgis): region check
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5082 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:14 AM Revision b8c82ab8 (qgis): region check
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5082 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:50 AM Revision 73547578 (qgis): region jokes and version
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5081 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:50 AM Revision 63840d5d (qgis): region jokes and version
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5081 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:16 AM Revision acc94827 (qgis): Another WMS improvement:
- * The Identify map tool is now disabled if none of the layers from the WMS server are "queryable". This saves the WM...
- 07:16 AM Revision 9094e48f (qgis): Another WMS improvement:
- * The Identify map tool is now disabled if none of the layers from the WMS server are "queryable". This saves the WM...
- 05:13 AM Revision 75709b94 (qgis): read current region
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5079 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:13 AM Revision 05af397e (qgis): read current region
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5079 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-22
- 12:05 PM Revision 25e5d0e2 (qgis): get map region moved to grass lib
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5078 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:05 PM Revision 8c698efa (qgis): get map region moved to grass lib
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5078 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:05 PM Revision da87abf1 (qgis): get map region moved to grass lib
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5077 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:05 PM Revision 9be967c9 (qgis): get map region moved to grass lib
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5077 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:45 AM Revision a4b8dfa0 (qgis): output name validator
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5076 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:45 AM Revision 2e252d27 (qgis): output name validator
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5076 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:14 AM Revision 1847bba1 (qgis): export
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5075 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:14 AM Revision e771016a (qgis): export
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5075 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:13 AM Revision 9b435eb7 (qgis): export
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5074 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:13 AM Revision cc4b828a (qgis): export
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5074 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:12 AM Revision 30c7158f (qgis): file option
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5073 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:12 AM Revision bf74f49e (qgis): file option
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5073 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-21
- 08:56 PM Revision f9de02c9 (qgis): Add ellipsis to all menu items which prompt for more information in ord...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5072 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:56 PM Revision 7e28a54d (qgis): Add ellipsis to all menu items which prompt for more information in ord...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5072 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:41 PM Revision 398af139 (qgis): bugfix to enable/disable icons depending on layer type
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5071 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:41 PM Revision 4d5369c7 (qgis): bugfix to enable/disable icons depending on layer type
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5071 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:32 PM Revision 394f45d3 (qgis): More improvements for WMS:
- * Experimental support for using a proxy username and password. I do not have access to test this so your results ma...
- 04:32 PM Revision 8050a0b7 (qgis): More improvements for WMS:
- * Experimental support for using a proxy username and password. I do not have access to test this so your results ma...
2006-03-20
- 02:24 PM Revision 681405f6 (qgis): Error messages should make sense...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5069 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:24 PM Revision 76b8c252 (qgis): Error messages should make sense...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5069 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:42 AM Revision a050eebe (qgis): Add a little debug output to make clear the source of the QPaintEngine
- error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5068 c8812cc2-4d05-0410-92ff-de0c093fc19c - 03:42 AM Revision 9b13b6f3 (qgis): Add a little debug output to make clear the source of the QPaintEngine
- error
git-svn-id: http://svn.osgeo.org/qgis/trunk@5068 c8812cc2-4d05-0410-92ff-de0c093fc19c - 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:58 PM Revision 67ab7f34 (qgis): Fix issue where in first time useage of QGIS 0.8 newly added layers are...
- Adjusted text in qgsoptions to be hopefully more easy to read
git-svn-id: http://svn.osgeo.org/qgis/trunk@5067 c88... - 06:58 PM Revision be8446be (qgis): Fix issue where in first time useage of QGIS 0.8 newly added layers are...
- Adjusted text in qgsoptions to be hopefully more easy to read
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@506... - 05:51 PM Revision 96b36975 (qgis): More WMS improvements:
- * The "Identify" map tool now works on queryable map layers.
* The raster Properties/Metadata tab now shows if layers... - 05:51 PM Revision 07d23be1 (qgis): More WMS improvements:
- * The "Identify" map tool now works on queryable map layers.
* The raster Properties/Metadata tab now shows if layers... - 01:57 PM Revision 214914c7 (qgis): Reverted commit 5064, as QgsClipper _is_ still required (if one
- zooms in enough, qgis will crash while drawing with r5064, but won't
crash under r5063).
git-svn-id: http://svn.osg... - 01:57 PM Revision 5373fae7 (qgis): Reverted commit 5064, as QgsClipper _is_ still required (if one
- zooms in enough, qgis will crash while drawing with r5064, but won't
crash under r5063).
git-svn-id: http://svn.osg... - 12:22 PM Revision 6b8bb278 (qgis): Don't use QgsClipper for trimming features as it's not needed now.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5064 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:22 PM Revision f95c4605 (qgis): Don't use QgsClipper for trimming features as it's not needed now.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5064 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:20 PM Revision 936b12c7 (qgis): Draw to QImage instead of QPixmap. When rendering is done, it's converted
- to QPixmap for fast onscreen drawing.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5063 c8812cc2-4d05-0410-92ff... - 12:20 PM Revision d0943b80 (qgis): Draw to QImage instead of QPixmap. When rendering is done, it's converted
- to QPixmap for fast onscreen drawing.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5063 c8812cc2-4d05-0410-92ff-de0c... - 10:28 AM Revision 7c9442a8 (qgis): Added possibility to delete features for OGR layers.
- However then I've found out that nearly no OGR drivers support it :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk@5... - 10:28 AM Revision b1995af7 (qgis): Added possibility to delete features for OGR layers.
- However then I've found out that nearly no OGR drivers support it :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk/q... - 10:25 AM Revision 643bd1e9 (qgis): Added timing for rendering, cleanup of debug messages
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5061 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:25 AM Revision 7955a13f (qgis): Added timing for rendering, cleanup of debug messages
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5061 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 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]
2006-03-18
- 09:31 PM Revision d2b74ca7 (qgis): Fixes from mateusz for the following issues:
- 1453164 getCurrentLongAttribute incomplete return path
1449301 QgsSingleSymbolRenderer::operator= must return a... - 09:31 PM Revision ad79318f (qgis): Fixes from mateusz for the following issues:
- 1453164 getCurrentLongAttribute incomplete return path
1449301 QgsSingleSymbolRenderer::operator= must return a... - 07:21 AM Revision 3ece7be8 (qgis): optional line width and marker size
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5059 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:21 AM Revision dc20cde9 (qgis): optional line width and marker size
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5059 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:13 AM Revision 9d9cd717 (qgis): error messages for copy,rename,delete
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5058 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:13 AM Revision d1212222 (qgis): error messages for copy,rename,delete
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5058 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:29 AM Revision 9e8c0391 (qgis): rename, set region by double click
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5057 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:29 AM Revision caf22093 (qgis): rename, set region by double click
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5057 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:02 AM Revision 00dc9d4b (qgis): Changed URL for qgis-user mailing list to point to new location.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5056 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:02 AM Revision 9a19f850 (qgis): Changed URL for qgis-user mailing list to point to new location.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5056 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-17
- 03:52 PM Revision 23f380d3 (qgis): Bumped version number to 0.8.0 and added Preview 1 to the version text in
- anticipation of preparing a preview release.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5055 c8812cc2-4d05-04... - 03:52 PM Revision 1935774b (qgis): Bumped version number to 0.8.0 and added Preview 1 to the version text in
- anticipation of preparing a preview release.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5055 c8812cc2-4d05-0410-92... - 01:35 PM Revision 6c9f83cf (qgis): copy map
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5054 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:35 PM Revision 3da79cb5 (qgis): copy map
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5054 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:35 PM Revision 9b9f9c2a (qgis): copy map
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5053 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:35 PM Revision 64d4d31a (qgis): copy map
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5053 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:24 AM Revision 0e2442f9 (qgis): copy and rename
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5052 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:24 AM Revision f13838c0 (qgis): copy and rename
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5052 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:00 AM Revision cd4eb9b1 (qgis): fixed saving of working mapset
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5051 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:00 AM Revision f29a4cd5 (qgis): fixed saving of working mapset
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5051 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:50 AM Revision 77d3c81b (qgis): regions added to browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5050 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:50 AM Revision e53b61b8 (qgis): regions added to browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5050 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:41 AM Revision 84a0d643 (qgis): get list of elements
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5049 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:41 AM Revision fa9db4b3 (qgis): get list of elements
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5049 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:25 AM Revision 9c78637a (qgis): set region for map from browser; use rubber band for region
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5048 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:25 AM Revision 352741e6 (qgis): set region for map from browser; use rubber band for region
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5048 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:24 AM Revision c83c881b (qgis): set region for map from browser; use rubber band for region
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5047 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:24 AM Revision 48066493 (qgis): set region for map from browser; use rubber band for region
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5047 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:16 AM Revision 1a9cc20d (qgis): set grass region
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5046 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:16 AM Revision b90a498e (qgis): set grass region
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5046 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:14 AM Revision ac072559 (qgis): better icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5045 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:14 AM Revision 5f9ef7aa (qgis): better icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5045 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:07 AM Revision 5e24366f (qgis): layers for browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5044 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:07 AM Revision a77734de (qgis): layers for browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5044 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:17 AM Revision 4de591b8 (qgis): - Thread option actually creates a thread now
- - Efficiency improvements (mostly caching of data)
- Bug fix for incorrect table display when changing databases
- Cl... - 05:17 AM Revision f75b8095 (qgis): - Thread option actually creates a thread now
- - Efficiency improvements (mostly caching of data)
- Bug fix for incorrect table display when changing databases
- Cl... - 01:33 AM Revision 05ae9a07 (qgis): replaced a piece of ugly code
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5042 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:33 AM Revision 998c01da (qgis): replaced a piece of ugly code
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5042 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:12 AM Revision 5b98be13 (qgis): more legend bugfixes
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5041 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:12 AM Revision a87d4e4f (qgis): more legend bugfixes
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5041 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-16
- 12:56 AM Revision 8162ece9 (qgis): Further progress on dealing with slowness in populating the database
- layer selection dialog box.
Changes to code for selecting layer type icon
git-svn-id: http://svn.osgeo.org/qgis/tru... - 12:56 AM Revision 25470f27 (qgis): Further progress on dealing with slowness in populating the database
- layer selection dialog box.
Changes to code for selecting layer type icon
git-svn-id: http://svn.osgeo.org/qgis/tru... - 04:10 PM Revision fc75d2d3 (qgis): fix for legend crash when clicking 'show files' on empty legend
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5039 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:10 PM Revision b22661ea (qgis): fix for legend crash when clicking 'show files' on empty legend
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5039 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:37 PM Revision af952172 (qgis): fix to enable saving/loading of legend again
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5038 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:37 PM Revision 770464d5 (qgis): fix to enable saving/loading of legend again
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5038 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:08 PM Revision 70bcd488 (qgis): small fix that resolves redundant compiler/linker flags from pkg-config
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5037 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:08 PM Revision f641c585 (qgis): small fix that resolves redundant compiler/linker flags from pkg-config
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5037 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:52 PM Revision f4f56d27 (qgis): disable unsupported operators in query builder for search strings
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5036 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:52 PM Revision 5dd5770b (qgis): disable unsupported operators in query builder for search strings
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5036 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:44 AM Revision 30c03a9a (qgis): list vector dirs
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5035 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:44 AM Revision 0c4aae1d (qgis): list vector dirs
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5035 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:48 AM Revision 29be5dca (qgis): Advanced attribute search dialog replaced with query builder
- based on Postgres' query builder.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5034 c8812cc2-4d05-0410-92ff-de0... - 10:48 AM Revision 2acc732a (qgis): Advanced attribute search dialog replaced with query builder
- based on Postgres' query builder.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5034 c8812cc2-4d05-0410-92ff-de0c093f...
2006-03-15
- 10:12 PM Revision f9257e99 (qgis): Fix for bug that prevented postgis layers from being displayed in the s...
- dialog. This was due to the number of columns being explicitly specified prior
to adding items. The previous implemen... - 10:12 PM Revision 71da1127 (qgis): Fix for bug that prevented postgis layers from being displayed in the s...
- dialog. This was due to the number of columns being explicitly specified prior
to adding items. The previous implemen... - 04:25 PM Revision 3d7cfa12 (qgis): changed default color range for graduated renderer to red-green and use...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5031 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:25 PM Revision 275005ba (qgis): changed default color range for graduated renderer to red-green and use...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5031 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:28 PM Revision e8170e2b (qgis): Restore original symbology of layer when exiting grass edit
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5030 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:28 PM Revision b23fa016 (qgis): Restore original symbology of layer when exiting grass edit
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5030 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:33 PM Revision fd1ac66c (qgis): Added output on cerr to help debug the problem with postresql tables
- not showing up in the list of tables to load
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5029 c8812cc2-4d05-04... - 01:33 PM Revision b598cb82 (qgis): Added output on cerr to help debug the problem with postresql tables
- not showing up in the list of tables to load
git-svn-id: http://svn.osgeo.org/qgis/trunk@5029 c8812cc2-4d05-0410-92... - 01:30 PM Revision 3c13dce2 (qgis): improved speed of drawing layer that's being edited
- fixed one memory leak
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5028 c8812cc2-4d05-0410-92ff-de0c093fc19c - 01:30 PM Revision 8863a4a8 (qgis): improved speed of drawing layer that's being edited
- fixed one memory leak
git-svn-id: http://svn.osgeo.org/qgis/trunk@5028 c8812cc2-4d05-0410-92ff-de0c093fc19c - 11:04 AM Revision 2ef9bb3e (qgis): raster cats to info
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5027 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:04 AM Revision 5179ee96 (qgis): raster cats to info
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5027 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:48 AM Revision dad6faad (qgis): check better if the mapset is already open
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5026 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:48 AM Revision a2eacd99 (qgis): check better if the mapset is already open
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5026 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:02 AM Revision 6bfb85c4 (qgis): save working mapset in project file
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5025 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:02 AM Revision 9c72b9ab (qgis): save working mapset in project file
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5025 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:01 AM Revision ca29047c (qgis): return error if mapset does not exits
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5024 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:01 AM Revision ef8166ca (qgis): return error if mapset does not exits
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5024 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:06 AM Revision 028f8808 (qgis): common methods for vector layer name and add all vector layers
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5023 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:06 AM Revision 5f69737f (qgis): common methods for vector layer name and add all vector layers
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5023 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:05 AM Revision 37f2ace0 (qgis): qgsgrassutils
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5022 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:05 AM Revision a091d4a2 (qgis): qgsgrassutils
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5022 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:05 AM Revision 6a5562e0 (qgis): various utilities
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5021 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:05 AM Revision 3bd1cb3a (qgis): various utilities
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5021 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:25 AM Revision d0ee6c4b (qgis): view output button
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5020 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:25 AM Revision 7276ac64 (qgis): view output button
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5020 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:02 AM Revision 6cbc8df9 (qgis): Added a missing forward declaration
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5019 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:02 AM Revision 8eee7baf (qgis): Added a missing forward declaration
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5019 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-13
- 04:05 PM Revision 3688f7cb (qgis): fix from mloskot for vc++8 crashes
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5017 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:05 PM Revision 1961569a (qgis): fix from mloskot for vc++8 crashes
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5017 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:24 PM Revision 54b5884c (qgis): Replace Q3ListView with QTable for the layer list
- Provide framework for better response when populating layer list
- (finding the layer type can take some time with c... - 01:24 PM Revision 2a1887f6 (qgis): Replace Q3ListView with QTable for the layer list
- Provide framework for better response when populating layer list
- (finding the layer type can take some time with c... - 12:49 PM Revision d2109c2b (qgis): transparent null values
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5015 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:49 PM Revision 5646fa95 (qgis): transparent null values
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5015 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:27 PM Revision 4106f2de (qgis): multiple input values, check input values
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5014 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:27 PM Revision 430c458f (qgis): multiple input values, check input values
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5014 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:40 AM Revision 06129da4 (qgis): ready()
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5013 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:40 AM Revision 54c96a61 (qgis): ready()
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5013 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:47 AM Revision 96068bbf (qgis): costs are option, no selection
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5012 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:47 AM Revision e8d0dd3f (qgis): costs are option, no selection
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5012 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:13 AM Revision 8478f9c5 (qgis): atan2, sqrt fix
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5011 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:13 AM Revision 073873d7 (qgis): atan2, sqrt fix
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5011 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-12
- 02:58 PM Revision de5b7ecd (qgis): removed some legacy code
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5010 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:58 PM Revision a1221aa8 (qgis): removed some legacy code
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5010 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:23 PM Revision 80f85ce1 (qgis): prevent changing of the current item after removing/inserting symbology...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5009 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:23 PM Revision 830f5d12 (qgis): prevent changing of the current item after removing/inserting symbology...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5009 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:14 AM Revision 3e46f18f (qgis): Qt4 detection in configure script using pkgconfig.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5008 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:14 AM Revision b6085f65 (qgis): Qt4 detection in configure script using pkgconfig.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5008 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-11
- 09:01 PM Revision a4067da1 (qgis): Fixed handling global / project canvas color and selection color.
- Set default global selection color from white to yellow (as before).
git-svn-id: http://svn.osgeo.org/qgis/trunk@50... - 09:01 PM Revision 4a387f17 (qgis): Fixed handling global / project canvas color and selection color.
- Set default global selection color from white to yellow (as before).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qg... - 07:41 PM Revision 930fd01b (qgis): Background color for overview widget now set as background color of win...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5006 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:41 PM Revision 0b3e22ff (qgis): Background color for overview widget now set as background color of win...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5006 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:29 PM Revision 64d8bc05 (qgis): Minor change - testing svn
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5005 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:29 PM Revision 2d40166f (qgis): Minor change - testing svn
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5005 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:14 PM Revision 45074f25 (qgis): Small tweaks in lexer.
- Added flex+bison generated files under version control.
(this allows that users don't have to install flex+bison for ... - 05:14 PM Revision 071a826d (qgis): Small tweaks in lexer.
- Added flex+bison generated files under version control.
(this allows that users don't have to install flex+bison for ... - 04:52 PM Revision 4b784328 (qgis): Improvements to measure tool:
- - display current distance/area while moving current point
- value shown in QLineEdit so it can be copied
git-svn-i... - 04:52 PM Revision 1013d158 (qgis): Improvements to measure tool:
- - display current distance/area while moving current point
- value shown in QLineEdit so it can be copied
git-svn-i... - 02:40 PM Revision d87b3a14 (qgis): Changed QgsCoordinateTransform default constructor to not initialize SRS.
- This was causing that layers without SRS got always a valid SRS before
they could get validated with project, global ... - 02:40 PM Revision 73fda621 (qgis): Changed QgsCoordinateTransform default constructor to not initialize SRS.
- This was causing that layers without SRS got always a valid SRS before
they could get validated with project, global ... - 01:37 PM Revision 639a3b4a (qgis): Fixed bug when --project option is passed.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@5001 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:37 PM Revision 1f8785fa (qgis): Fixed bug when --project option is passed.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5001 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:16 PM Revision 0c35461b (qgis): Some code cleanups regarding qgis.db accessing and handling.
- Removed QgsFile as it's already superseded by Qt4 QFile.
Revision 5000 ... WOW :-)
git-svn-id: http://svn.osgeo.or... - 01:16 PM Revision a21911b8 (qgis): Some code cleanups regarding qgis.db accessing and handling.
- Removed QgsFile as it's already superseded by Qt4 QFile.
Revision 5000 ... WOW :-)
git-svn-id: http://svn.osgeo.or... - 01:13 PM Revision b26de88a (qgis): added --extent option to man page
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4999 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:13 PM Revision 1df1d019 (qgis): added --extent option to man page
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4999 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:59 AM Revision b29d1297 (qgis): Fixed bug that caused GDAL raster layers without a geotransform to not ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4998 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:59 AM Revision 21368231 (qgis): Fixed bug that caused GDAL raster layers without a geotransform to not ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4998 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-10
- 08:47 PM Revision 3122e9db (qgis): WMS Improvements:
- * Errors are now reported as QgsMessageViewer instead of QMessageBox, so that users can copy out URLs - this will be ...
- 08:47 PM Revision dd7d0e08 (qgis): WMS Improvements:
- * Errors are now reported as QgsMessageViewer instead of QMessageBox, so that users can copy out URLs - this will be ...
- 04:38 PM Revision 66c28e40 (qgis): Few more cleanups on #includes
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4996 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:38 PM Revision 7b3d7147 (qgis): Few more cleanups on #includes
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4996 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:19 PM Revision e7dcb81c (qgis): input number validators
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4995 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:19 PM Revision cd148543 (qgis): input number validators
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4995 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:39 AM Revision 46b2b935 (qgis): use UIC variable (from Roberto Flor)
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4994 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:39 AM Revision 547d6241 (qgis): use UIC variable (from Roberto Flor)
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4994 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:26 AM Revision ccf9b416 (qgis): A few fix ups to work with previous commit (missing #include <QMenu>)
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4993 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:26 AM Revision 5feccc1a (qgis): A few fix ups to work with previous commit (missing #include <QMenu>)
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4993 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:11 AM Revision 491ea956 (qgis): Tidy up #includes
- - move to CaptialWords format for Qt includes
- use forward declarations where possible
- removed many unnecessary #i... - 04:11 AM Revision d64670f2 (qgis): Tidy up #includes
- - move to CaptialWords format for Qt includes
- use forward declarations where possible
- removed many unnecessary #i... - 01:47 AM Revision fefbfcd5 (qgis): Add extra path info to help Mac OS X find the right Python.h and compil...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4991 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:47 AM Revision 73b5e3ac (qgis): Add extra path info to help Mac OS X find the right Python.h and compil...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4991 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-09
- 11:50 PM Revision 2baf3c6f (qgis): Remove redundant class qualifiers on member declarations within class d...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4990 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:50 PM Revision ca174015 (qgis): Remove redundant class qualifiers on member declarations within class d...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4990 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:32 PM Revision f8d614d5 (qgis): Minor change to the python test script
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4989 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:32 PM Revision 166f8dbb (qgis): Minor change to the python test script
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4989 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:18 AM Revision 6af09ad2 (qgis): Added an item to the TODO list
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4988 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:18 AM Revision d241c5fb (qgis): Added an item to the TODO list
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4988 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:07 AM Revision 6a76a868 (qgis): test -- ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4987 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:07 AM Revision 79341e70 (qgis): test -- ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4987 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:42 AM Revision f8efcb06 (qgis): Vect_get_proj was not in 6.0
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4986 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:42 AM Revision b97a8d05 (qgis): Vect_get_proj was not in 6.0
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4986 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-08
- 12:25 PM Revision 131a4ba6 (qgis): smaller minimum sizes
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4985 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:25 PM Revision 5d072514 (qgis): smaller minimum sizes
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4985 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:25 PM Revision fd2b9a11 (qgis): smaller minimum sizes
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4984 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:25 PM Revision fa024679 (qgis): smaller minimum sizes
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4984 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:20 AM Revision a66a7a1d (qgis): better vector names when added from browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4983 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:20 AM Revision e436070d (qgis): better vector names when added from browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4983 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:01 AM Revision a4cfe2d1 (qgis): smooth hidden
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4982 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:01 AM Revision 71acd2d5 (qgis): smooth hidden
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4982 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:57 AM Revision c2e758ef (qgis): vector info
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4981 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:57 AM Revision c6039745 (qgis): vector info
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4981 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:42 AM Revision 3e21403b (qgis): functions to get layer field and type from name
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4980 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:42 AM Revision c7edc877 (qgis): functions to get layer field and type from name
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4980 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-07
- 05:36 PM Revision 4872d944 (qgis): More WMS improvements:
- * Errors report to the GUI in many more cases (not just the console when QGIS_DEBUG was defined) - both HTTP connecti...
- 05:36 PM Revision c628d6e7 (qgis): More WMS improvements:
- * Errors report to the GUI in many more cases (not just the console when QGIS_DEBUG was defined) - both HTTP connecti...
2006-03-06
- 01:39 PM Revision 274ef7ab (qgis): layer info to html table
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4978 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:39 PM Revision e036c9ba (qgis): layer info to html table
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4978 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:02 PM Revision 22a67d04 (qgis): add map by double click
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4977 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:02 PM Revision 9ce9eb3e (qgis): add map by double click
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4977 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:50 PM Revision ec9c93ad (qgis): pg lib
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4976 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:50 PM Revision 52215885 (qgis): pg lib
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4976 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-05
- 09:28 PM Revision 4de4b0eb (qgis): Another test of svn on new server --ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4975 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:28 PM Revision 52dcd3af (qgis): Another test of svn on new server --ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4975 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:25 PM Revision 5a670738 (qgis): Another test of svn on new server --ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4974 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:25 PM Revision 6fed9289 (qgis): Another test of svn on new server --ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4974 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:58 PM Revision 9064c39e (qgis): Test of CIA bot on new server
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4973 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:58 PM Revision 53860320 (qgis): Test of CIA bot on new server
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4973 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:49 PM Revision 64f2fad9 (qgis): Test of email notificaion from new svn server
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4972 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:49 PM Revision 39628079 (qgis): Test of email notificaion from new svn server
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4972 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:09 PM Revision 2c88f730 (qgis): added a method to activate/deactivate actions depending on the current ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4970 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:09 PM Revision 6ca6264a (qgis): added a method to activate/deactivate actions depending on the current ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4970 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:07 PM Revision 3eeb1f89 (qgis): Test from new repository/server
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4971 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:07 PM Revision a331a3ef (qgis): Test from new repository/server
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4971 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:06 AM Revision ae94398e (qgis): Accept more ogr drivers (or at least don't complain about them being un...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4969 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:06 AM Revision f1e17f76 (qgis): Accept more ogr drivers (or at least don't complain about them being un...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4969 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-04
- 03:30 PM Revision eef2433c (qgis): More improvements to WMS provider: Coordinate Reference Systems are now...
- * Correction and readability enhancements of commentary in QgsCoordinateTransform.
* QgsSpatialRefSys can now create ... - 03:30 PM Revision 48e656ab (qgis): More improvements to WMS provider: Coordinate Reference Systems are now...
- * Correction and readability enhancements of commentary in QgsCoordinateTransform.
* QgsSpatialRefSys can now create ... - 08:51 AM Revision 2db0e811 (qgis): Bug fix: vector layer identify now works more than once when no map red...
- happened in between.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4967 c8812cc2-4d05-0410-92ff-de0c093fc19c - 08:51 AM Revision 8ec87fff (qgis): Bug fix: vector layer identify now works more than once when no map red...
- happened in between.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4967 c8812cc2-4d05-0410-92ff-de0c093fc19c - 06:57 AM Revision b5f18ed5 (qgis): Box style scale bar is filled in for half its length, more like a 'real'
- scale bar
git-svn-id: http://svn.osgeo.org/qgis/trunk@4966 c8812cc2-4d05-0410-92ff-de0c093fc19c - 06:57 AM Revision 3a4eb2fb (qgis): Box style scale bar is filled in for half its length, more like a 'real'
- scale bar
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4966 c8812cc2-4d05-0410-92ff-de0c093fc19c - 06:18 AM Revision a2556777 (qgis): Complete the migration of the scale bar plugin from Qt3 to Qt4
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4965 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:18 AM Revision f01440ec (qgis): Complete the migration of the scale bar plugin from Qt3 to Qt4
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4965 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:55 AM Revision e5b9eb32 (qgis): Rationalise the #includes (and move Qt includes to Qt4 naming scheme)
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4964 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:55 AM Revision 46557f49 (qgis): Rationalise the #includes (and move Qt includes to Qt4 naming scheme)
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4964 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-03
- 11:51 PM Revision ff03bf33 (qgis): Only report on plugins and providers that couldn't be loaded when
- starting up
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4963 c8812cc2-4d05-0410-92ff-de0c093fc19c - 11:51 PM Revision cdf64d9a (qgis): Only report on plugins and providers that couldn't be loaded when
- starting up
git-svn-id: http://svn.osgeo.org/qgis/trunk@4963 c8812cc2-4d05-0410-92ff-de0c093fc19c - 11:39 PM Revision 9fb302eb (qgis): Tidy up/remove some of the debugging stuff that gets printed at startup
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4962 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:39 PM Revision 45a885f0 (qgis): Tidy up/remove some of the debugging stuff that gets printed at startup
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4962 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:16 PM Revision 2ba56048 (qgis): fixed copy paste bug
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4961 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:16 PM Revision 717e13cc (qgis): fixed copy paste bug
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4961 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:55 PM Revision e8e4ff70 (qgis): enabled control button for selection in map canvas
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4960 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:55 PM Revision 5de4b202 (qgis): enabled control button for selection in map canvas
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4960 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:27 PM Revision dd87fc14 (qgis): Fix to allow compilation on windows and OSX
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4959 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:27 PM Revision a017ec09 (qgis): Fix to allow compilation on windows and OSX
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4959 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:25 PM Revision 1fe9b59a (qgis): added more emit selectionChanged()
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4958 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:25 PM Revision 56b4efb8 (qgis): added more emit selectionChanged()
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4958 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:09 PM Revision 40842d6c (qgis): added zoomToLayerExtent also to legend layer right click menu
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4957 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:09 PM Revision aacee0e1 (qgis): added zoomToLayerExtent also to legend layer right click menu
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4957 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:48 PM Revision d5f7bd92 (qgis): Set toolBox color (which contains legend) to window background color in...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4956 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:48 PM Revision 14df914a (qgis): Set toolBox color (which contains legend) to window background color in...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4956 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:00 PM Revision f8a51ef9 (qgis): Put some startup debugging code inside #ifdef QGISDEBUG
- Remove some pre-Qt4 code inside an #ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4955 c8812cc2-4d05-0410-... - 12:00 PM Revision 1d41bfdb (qgis): Put some startup debugging code inside #ifdef QGISDEBUG
- Remove some pre-Qt4 code inside an #ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk@4955 c8812cc2-4d05-0410-92ff-... - 11:55 AM Revision 4fdcc966 (qgis): Fix non-connected connection between aboutToQuit() signal and
- saveWindowState() slot
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4954 c8812cc2-4d05-0410-92ff-de0c093fc19c - 11:55 AM Revision c902e52d (qgis): Fix non-connected connection between aboutToQuit() signal and
- saveWindowState() slot
git-svn-id: http://svn.osgeo.org/qgis/trunk@4954 c8812cc2-4d05-0410-92ff-de0c093fc19c - 11:36 AM Revision b85d5aaf (qgis): Change #includes for Qt stuff to use Qt4 naming scheme
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4953 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:36 AM Revision 5892d10a (qgis): Change #includes for Qt stuff to use Qt4 naming scheme
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4953 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:30 AM Revision 42266ccd (qgis): When looking for plugins, filter out the libraries that are providers
- Tidy up of warning/error messages
Some re-indenting too
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4952 c8812... - 11:30 AM Revision 6cf05b52 (qgis): When looking for plugins, filter out the libraries that are providers
- Tidy up of warning/error messages
Some re-indenting too
git-svn-id: http://svn.osgeo.org/qgis/trunk@4952 c8812cc2-4... - 10:35 AM Revision bf928f8f (qgis): Fix those pesky 'cannot find providerKey() or description()' messages
- when starting qgis
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4951 c8812cc2-4d05-0410-92ff-de0c093fc19c - 10:35 AM Revision 81d407f5 (qgis): Fix those pesky 'cannot find providerKey() or description()' messages
- when starting qgis
git-svn-id: http://svn.osgeo.org/qgis/trunk@4951 c8812cc2-4d05-0410-92ff-de0c093fc19c - 09:06 AM Revision a3313810 (qgis): Change indenting to something closer to the qgis 'standard'
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4950 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:06 AM Revision 77e1550e (qgis): Change indenting to something closer to the qgis 'standard'
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4950 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:47 AM Revision 7ddb5b21 (qgis): Finally applied all changes from Mapcanvas branch to trunk.
- Bug hunting season begins!
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4949 c8812cc2-4d05-0410-92ff-de0c093fc19c - 02:47 AM Revision aa4cc3dc (qgis): Finally applied all changes from Mapcanvas branch to trunk.
- Bug hunting season begins!
git-svn-id: http://svn.osgeo.org/qgis/trunk@4949 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-02
- 06:37 PM Revision 99bf578a (qgis): delete map tool
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4945 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:37 PM Revision bbaddc90 (qgis): delete map tool
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4945 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:55 PM Revision e6668e26 (qgis): delete map
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4944 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:55 PM Revision 294b7f6d (qgis): delete map
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4944 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:46 PM Revision da887e20 (qgis): check orphan records
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4943 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:46 PM Revision d3d96a24 (qgis): check orphan records
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4943 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:46 PM Revision 7737341b (qgis): check orphan records
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4942 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:46 PM Revision db0cf3c0 (qgis): check orphan records
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4942 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:45 PM Revision d2e38841 (qgis): added isOrphan, deleteAttributes
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4941 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:45 PM Revision 8d8b5e13 (qgis): added isOrphan, deleteAttributes
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4941 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:54 PM Revision 0ea594bb (qgis): enable smaller
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4940 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:54 PM Revision 70f08c7f (qgis): enable smaller
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4940 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:54 PM Revision 1d0e4f9b (qgis): smaller
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4939 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:54 PM Revision 03c5db53 (qgis): smaller
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4939 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:51 PM Revision a270cf3c (qgis): use DLL
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4938 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:51 PM Revision bfb7691f (qgis): use DLL
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4938 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:40 PM Revision 90f7f6b8 (qgis): Improvements to WMS - users can now see what projections are available ...
- * QgsServerSourceSelect is now hooked up to QgsLayerProjectionSelector.
* QgsLayerProjectionSelector and QgsProjectio... - 02:40 PM Revision ce2b35d5 (qgis): Improvements to WMS - users can now see what projections are available ...
- * QgsServerSourceSelect is now hooked up to QgsLayerProjectionSelector.
* QgsLayerProjectionSelector and QgsProjectio... - 02:38 PM Revision f2899357 (qgis): added openDb
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4936 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:38 PM Revision a303b578 (qgis): added openDb
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4936 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-01
- 07:07 PM Revision a91787b6 (qgis): yalb (yet another legend bugfix)
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4935 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:07 PM Revision 85275d79 (qgis): yalb (yet another legend bugfix)
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4935 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:37 PM Revision 25789d84 (qgis): better method to check if a canvas redraw is necessary after a drag in ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4934 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:37 PM Revision 19007325 (qgis): better method to check if a canvas redraw is necessary after a drag in ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4934 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:58 AM Revision 9eec7952 (qgis): Quitting qgis wasn't removing the map layers first (and hence quite
- with live postgres connections)
The database source select dialog box wasn't being deleted when
finished with, and h... - 07:58 AM Revision dd657c9e (qgis): Quitting qgis wasn't removing the map layers first (and hence quite
- with live postgres connections)
The database source select dialog box wasn't being deleted when
finished with, and h... - 07:52 AM Revision 08bdd1ba (qgis): Tidy up line indenting (no changes to code)
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4931 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:52 AM Revision 212930b9 (qgis): Tidy up line indenting (no changes to code)
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4931 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-02-28
- 11:34 PM Revision a10a5996 (qgis): fixed 'save project as...' item
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4930 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:34 PM Revision 6f9c60a7 (qgis): fixed 'save project as...' item
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4930 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:09 PM Revision 180fa906 (qgis): Fix for the bug reported by Stephan where the vector layer properties w...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4928 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:09 PM Revision 5720a463 (qgis): Fix for the bug reported by Stephan where the vector layer properties w...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4928 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:35 PM Revision d1041121 (qgis): checkbox for legend groups
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4927 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:35 PM Revision fc7ca7b0 (qgis): checkbox for legend groups
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4927 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:22 PM Revision 6501aca7 (qgis): added parsing of GRASS_INFO_MESSAGE
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4926 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:22 PM Revision 078c75a2 (qgis): added parsing of GRASS_INFO_MESSAGE
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4926 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:09 PM Revision 90b41005 (qgis): sorry, stroke width again
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4925 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:09 PM Revision e27a11b1 (qgis): sorry, stroke width again
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4925 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:53 PM Revision ef5bb077 (qgis): raster name in legend
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4924 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:53 PM Revision aaeac761 (qgis): raster name in legend
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4924 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:34 PM Revision 804cc451 (qgis): added doc and exit on fail
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4922 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:34 PM Revision dccce7b1 (qgis): added doc and exit on fail
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4922 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:11 PM Revision fc3bfde5 (qgis): disconnect signals, check mValid in postRender, set newpoint on startup
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4921 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:11 PM Revision 25fb3e84 (qgis): disconnect signals, check mValid in postRender, set newpoint on startup
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4921 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:11 PM Revision 63a2c9c2 (qgis): globaly changed stroke-width in svg icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4920 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:11 PM Revision 2f199fc4 (qgis): globaly changed stroke-width in svg icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4920 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:10 PM Revision e360de8b (qgis): script for changing stroke-width
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4919 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:10 PM Revision be382730 (qgis): script for changing stroke-width
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4919 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:39 PM Revision 2b39dc88 (qgis): warning if MSYS cannot be started
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4918 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:39 PM Revision 38e074fb (qgis): warning if MSYS cannot be started
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4918 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:21 PM Revision fea8a170 (qgis): warning if module was not found on Windows
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4917 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:21 PM Revision 2301e8c7 (qgis): warning if module was not found on Windows
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4917 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:12 PM Revision 63d6e0d5 (qgis): dont set tab to browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4916 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:12 PM Revision 2854b981 (qgis): dont set tab to browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4916 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:02 PM Revision 983b5936 (qgis): data browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4915 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:02 PM Revision 0651c535 (qgis): data browser
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4915 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:44 AM Revision 620a1315 (qgis): new icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4914 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:44 AM Revision 553bedf1 (qgis): new icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4914 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:42 AM Revision 9ae6ed75 (qgis): locations,mapsets,vectors and rasters lists
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4913 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:42 AM Revision a7f6e7ae (qgis): locations,mapsets,vectors and rasters lists
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4913 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:54 AM Revision 2f3d6598 (qgis): Add SQL script to create test tables for testing the qgis postgres
- provider.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4912 c8812cc2-4d05-0410-92ff-de0c093fc19c - 07:54 AM Revision e9aec770 (qgis): Add SQL script to create test tables for testing the qgis postgres
- provider.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4912 c8812cc2-4d05-0410-92ff-de0c093fc19c - 07:50 AM Revision 32fcc4a4 (qgis): - Change to API for QgsMessageViewer (allow plain text or html input,
- required changes in all code that uses QgsMessageViewer)
- Improvements to messages when qgis can't find a key colum... - 07:50 AM Revision 0c8a32e5 (qgis): - Change to API for QgsMessageViewer (allow plain text or html input,
- required changes in all code that uses QgsMessageViewer)
- Improvements to messages when qgis can't find a key colum...
2006-02-26
- 10:54 PM Revision 193a00bc (qgis): Further improvements to WMS.
- * pseudo-status bar in the "Add a WMS Layer" dialog - shows progress of network operations
* Can now handle old-style... - 10:54 PM Revision 90f2f9ba (qgis): Further improvements to WMS.
- * pseudo-status bar in the "Add a WMS Layer" dialog - shows progress of network operations
* Can now handle old-style... - 02:35 AM Revision d6a85c2c (qgis): Speculative fix for the "Add WMS Layer" dialog crash if you press "Conn...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4908 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:35 AM Revision ecf20c12 (qgis): Speculative fix for the "Add WMS Layer" dialog crash if you press "Conn...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@4908 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-02-25
- 02:12 PM Revision 56ad39c2 (qgis): Several WMS-related improvements:
- * Better bounding-box checking on legacy WMS servers - JPL World Map Service works again.
* Providers can now expose ... - 02:12 PM Revision 8fc79ce3 (qgis): Several WMS-related improvements:
- * Better bounding-box checking on legacy WMS servers - JPL World Map Service works again.
* Providers can now expose ...
Also available in: Atom