Activity
From 2005-05-01 to 2005-05-30
2005-05-30
- 11:09 PM Revision 951e9e8e (qgis): Add cvsignore to WMS directory.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3506 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:09 PM Revision 70b699bc (qgis): Add cvsignore to WMS directory.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3506 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:06 PM Revision 8edbe49a (qgis): Initial addition of routines for Add and Move Vertex in QgsMapCanvas. ...
- Also, when adding the new map tool enumerations into the Qgis namespace, also added "NoTool" at enumeration 0. This ...
- 11:06 PM Revision 556d673c (qgis): Initial addition of routines for Add and Move Vertex in QgsMapCanvas. ...
- Also, when adding the new map tool enumerations into the Qgis namespace, also added "NoTool" at enumeration 0. This ...
- 12:56 PM Revision 450532b4 (qgis): Fix for bug 1209626 (view extent not restored when loading project).
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3504 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:57 AM Revision d9d2a290 (qgis): bug fix for a crash when loading a .qgs file, due in incorrect initiali...
- of the layer SRS
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3503 c8812cc2-4d05-0410-92ff-... - 05:53 AM Revision 5e7e6a93 (qgis): Cope with the user entering a shp filename without the .shp suffix (ie,...
- it for them)
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3502 c8812cc2-4d05-0410-92ff-de0c... - 02:39 AM Revision 5e5ccd2e (qgis): Added message asking user to enter units in decimal degrees
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3501 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-29
- 01:49 AM Revision 556692a5 (qgis): First layer added sets the default project projection (so that it no lo...
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3500 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:19 AM Revision 77baa105 (qgis): Fixups for how dest srs is defined when adding a new layer. No longer u...
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3499 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:38 AM Revision 9231b8b6 (qgis): Added whatsthis to all actions.
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3498 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:20 PM Revision f3176e20 (qgis): Additonal functions to support sublayers to support OGC WMS.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3497 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:20 PM Revision 4fee8d47 (qgis): Additonal functions to support sublayers to support OGC WMS.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3497 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:04 PM Revision df87a665 (qgis): Write a prj file for the generated grid. Fixes bug 1209575
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3496 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:58 PM Revision 2bc5339c (qgis): - Fix for crash on invalid shapefiles (Bug 903940)
- - Fix for crash when adding shapefiles with space(s) in the filename (Bug 1173207)
git-svn-id: http://svn.osgeo.org... - 06:01 PM Revision d9602b13 (qgis): Postgres provider now appends to the search_path rather than replacing it.
- This fixes bug 1197601.
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3494 c8812cc2-4d05-041... - 08:44 AM Revision 29d83a34 (qgis): Add ifdef to ensure that dlfcn.h is not included for WIN32 or OS X
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3493 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:58 AM Revision 73eec38c (qgis): Changed projector button in status bar from QPushButton to QToolButton
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3492 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:48 AM Revision e8cb3cbf (qgis): -Fixed non-display of projector icon on OS X
- -Changed status bar font to 9-point to improve readability on all platforms
git-svn-id: http://svn.osgeo.org/qgis/b... - 02:48 AM Revision 14cc298a (qgis): Initial conversion of QgsRasterLayer into a front end to QgsRasterDataP...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3490 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:48 AM Revision 1b7900e8 (qgis): Initial conversion of QgsRasterLayer into a front end to QgsRasterDataP...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3490 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-28
- 01:36 AM Revision e41a20d5 (qgis): Add Mac OpenDocuments event handler to process open events generated
- by double-clicking openable documents.
Move some code in main into methods in qgisapp.cpp so that code
can be shared ... - 01:26 AM Revision ffd8f0dd (qgis): Initial file load for the QGIS Clipboard - enabler of a future commit f...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3488 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:26 AM Revision edfa27c7 (qgis): Initial file load for the QGIS Clipboard - enabler of a future commit f...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3488 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:23 AM Revision 685c1bbf (qgis): New UI files for OGC WMS functionality - not wired in yet.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3487 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:23 AM Revision 7a1402a2 (qgis): New UI files for OGC WMS functionality - not wired in yet.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3487 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:15 AM Revision 3804a82c (qgis): Add Mac application bundle files
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3486 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:11 AM Revision 307e47b5 (qgis): Utility functions to support upcoming commits for "Add Vertex".
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3485 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:11 AM Revision 98e9de42 (qgis): Utility functions to support upcoming commits for "Add Vertex".
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3485 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:45 PM Revision b7b105fa (qgis): Postgres provider now caches geometry retrieval into a queue instead of...
- The initial queue size is the same as the refresh update threshold.
TODO: Adjust the queue size independently of the ... - 11:45 PM Revision f5c67a80 (qgis): Postgres provider now caches geometry retrieval into a queue instead of...
- The initial queue size is the same as the refresh update threshold.
TODO: Adjust the queue size independently of the ... - 10:50 PM Revision 461ac12a (qgis): added a query if there are attributes before adding graduated symbol, c...
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3483 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:35 PM Revision 6aa762f4 (qgis): fix for bug nr. 1083252 Quit QGIS without saving layer changes. The map...
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3482 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:34 PM Revision 52004419 (qgis): **Fix for raster proj not being set properly on load
- **Connect esc slot to layers loaded via project loader
**Make espatial ref sys return zero length string ("") for acr... - 09:47 AM Revision 2f732a67 (qgis): - prevent the north arrow plugin from refreshing the canvas four times ...
- - allow automatic setting of the north arrow direction when projections are turned off (every layer now has a SRS, wh...
- 04:54 AM Revision f75bde23 (qgis): Fix up configure.in to force building of WMS Makefile.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3479 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:54 AM Revision c110b06e (qgis): Fix up configure.in to force building of WMS Makefile.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3479 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:29 AM Revision 244cdb7b (qgis): Added in some more support files for WMS.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3478 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:29 AM Revision 702d4232 (qgis): Added in some more support files for WMS.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3478 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:27 AM Revision 35ea3b17 (qgis): Added in some more support files for QgsGeometry.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3477 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:27 AM Revision 09674128 (qgis): Added in some more support files for QgsGeometry.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3477 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:18 AM Revision 3f635858 (qgis): Actually add some files into the wms directory
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3476 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:18 AM Revision a3b2f311 (qgis): Actually add some files into the wms directory
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3476 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:05 AM Revision f53910e5 (qgis): Initial load of OGC WMS (Web Map Service) provider files.
- Not connected to any UI yet.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3475 c8812cc2-4d05-0410-92ff-de0c093f... - 04:05 AM Revision fdd404e9 (qgis): Initial load of OGC WMS (Web Map Service) provider files.
- Not connected to any UI yet.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3475 c8812cc2-4d05-0410-92ff-de0c093fc19c - 03:52 AM Revision 461803e6 (qgis): Rearranges QgsFeature so that its owned geometry is abstracted to its o...
- As bonus features:
* QgsFeature::setGeometry is now setGeometryAndOwnership in order to clarify what is responsible ... - 03:52 AM Revision 5b36d8fd (qgis): Rearranges QgsFeature so that its owned geometry is abstracted to its o...
- As bonus features:
* QgsFeature::setGeometry is now setGeometryAndOwnership in order to clarify what is responsible ... - 02:08 AM Revision 4ace1a99 (qgis): Fix for bug 1207184 / identify and selection crash on Mac OS X.
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3473 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-27
- 10:12 PM Revision d1f2d9c8 (qgis): Added QgsDebug to 0.7 branch
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3472 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:03 PM Revision 59b64a1b (qgis): Fix for bug 1209576 (north arrow points in wrong direction)
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3470 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:12 PM Revision 949156b1 (qgis): Catch exceptions generated when transforming the view extent
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3469 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-26
- 01:40 AM Revision 7803bbad (qgis): Oops, forgot SaveAs use case for bug 1207365 fix, so here it is.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3467 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:40 AM Revision 503ea4ba (qgis): Oops, forgot SaveAs use case for bug 1207365 fix, so here it is.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3467 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:17 AM Revision 7f3ff5fb (qgis): Fix for bug 1207365. Now prompts user if about to over-write existing ...
- file.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3466 c8812cc2-4d05-0410-92ff-de0c093fc19c - 01:17 AM Revision d6b4dae8 (qgis): Fix for bug 1207365. Now prompts user if about to over-write existing ...
- file.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3466 c8812cc2-4d05-0410-92ff-de0c093fc19c - 12:28 AM Revision b54361dc (qgis): set OGRSpatialReference when creating a new OGR layer
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3465 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:45 PM Revision 953bbf35 (qgis): Added QgsDebug() convenience function.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3464 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:45 PM Revision 3e4d0797 (qgis): Added QgsDebug() convenience function.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3464 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:21 PM Revision 1d338a83 (qgis): some small cleanups to 'new vectorlayer'
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3463 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:28 AM Revision 432519fd (qgis): Sarcastic comment...
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3460 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-25
- 04:51 AM Revision 6c9ce3ff (qgis): Merge fix for bug #1205392 (raster layer name not updated) from Release...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3459 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:51 AM Revision f6c0bd60 (qgis): Merge fix for bug #1205392 (raster layer name not updated) from Release...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3459 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:48 AM Revision 1f8cbf0d (qgis): Indent with spaces instead of tabs
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3458 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:39 AM Revision ca769527 (qgis): Update raster name before updating legend pixmap. Fix for bug #1205392.
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3457 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:15 AM Revision c4f59392 (qgis): remove some momentarily forgotten about debugging output
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3456 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:14 AM Revision ed1d161e (qgis): bug fix for north arrow direction - should point in the correct directi...
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3455 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:03 AM Revision 767d38d7 (qgis): bug fix: direction was incorrect when changing the output projection from
- projected to geographic
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3454 c8812cc2-4d05-041... - 03:56 AM Revision a6c4d184 (qgis): Apply the correct indenting from the calculateNorthDirection() function
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3453 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-24
- 11:03 PM Revision 8cb5ab79 (qgis): fix for QMessageBox::information problem on qt-3.3.4
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3452 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:35 PM Revision 6857d3b6 (qgis): Tidy up of north arrow direction code
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3451 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:43 PM Revision e3174dad (qgis): implementation of automatic north arrow orientation when projections
- are turned on.
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3450 c8812cc2-4d05-0410-92ff-de... - 12:41 PM Revision 629e29f6 (qgis): moved the projectionsenabled() function from private to public
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3449 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:04 AM Revision 87dd35fb (qgis): Added a function to scale the point by a number
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3448 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:04 AM Revision 513f14b1 (qgis): Added a QgsPoint(QgsPoint&) constructor
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3447 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:24 AM Revision 21a742de (qgis): remove some verbose debugging output to do with drawing points
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3446 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-23
- 08:24 PM Revision ae2d26d2 (qgis): Added a comment
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3445 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:18 PM Revision 93b57ee5 (qgis): Fix for bookmarks bug 1206357
- Changed version to 0.7rc
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3444 c8812cc2-4d05-04... - 10:40 AM Revision 056a2336 (qgis): Fix for bug 1188782 (map extent not reprojected when changing projections)
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3443 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:36 AM Revision 62402194 (qgis): Added a constructor that takes two QgsSpatialRefSys references
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3442 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:30 AM Revision d29507ff (qgis): Remove some debugging output
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3441 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:29 AM Revision 74fba977 (qgis): correct a comment
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3440 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:29 AM Revision 020da938 (qgis): Bug fix - prevent double prompting for proj when setting is 'prompt' an...
- git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3439 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:06 AM Revision 8266aad2 (qgis): Commented out #define TESTLIB. This invokes a test using dlopen on each...
- not work with plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3438 c8812cc2-4d05-0410-92ff-de0c093fc19c - 08:06 AM Revision ea303919 (qgis): Commented out #define TESTLIB. This invokes a test using dlopen on each...
- not work with plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk@3438 c8812cc2-4d05-0410-92ff-de0c093fc19c - 07:18 AM Revision 94b53e18 (qgis): Changed to embedded XPM instead of PNG to preserve Qt 3.2.x compatibility
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3435 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:18 AM Revision 7574a72b (qgis): Changed to embedded XPM instead of PNG to preserve Qt 3.2.x compatibility
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3435 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:18 AM Revision 4b1899b7 (qgis): Changed to embedded XPM instead of PNG to preserve Qt 3.2.x compatibility
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3435 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:18 AM Revision c1066e00 (qgis): This commit was manufactured by cvs2svn to create branch
- 'Release-0_7-candidate'.
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_7-candidate@3436 c8812cc2-4d05-041... - 07:14 AM Revision 8d301596 (qgis): A couple of additions to the Whats-New section
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3434 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:14 AM Revision 1ebcba5f (qgis): A couple of additions to the Whats-New section
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3434 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:14 AM Revision 748892ad (qgis): A couple of additions to the Whats-New section
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3434 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-22
- 01:55 AM Revision c22daeb9 (qgis): Updated spatial bookmark icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3433 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:55 AM Revision 607ef50b (qgis): Updated spatial bookmark icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3433 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:55 AM Revision cd045592 (qgis): Updated spatial bookmark icons
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3433 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:23 PM Revision 73eaf7d6 (qgis): Bugfix - srs was not being shown in vector props dialog general tab
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3432 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:23 PM Revision f3817f3f (qgis): Bugfix - srs was not being shown in vector props dialog general tab
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3432 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:23 PM Revision 3400b302 (qgis): Bugfix - srs was not being shown in vector props dialog general tab
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3432 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:21 PM Revision 61a5e081 (qgis): Added button to vector props to let user change projection after layer ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3431 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:21 PM Revision ee33fb7b (qgis): Added button to vector props to let user change projection after layer ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3431 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:21 PM Revision 8681efef (qgis): Added button to vector props to let user change projection after layer ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3431 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:24 PM Revision b723d288 (qgis): Changed the QgsCoordinateTransform::setSourceSRS and setDestSRS functio...
- take const refs to QgsSpatialRefSys instead of pointers to such.
Had follow on effects in quite a few files.
Added a... - 01:24 PM Revision 160dddfc (qgis): Changed the QgsCoordinateTransform::setSourceSRS and setDestSRS functio...
- take const refs to QgsSpatialRefSys instead of pointers to such.
Had follow on effects in quite a few files.
Added a... - 01:24 PM Revision ea4d488b (qgis): Changed the QgsCoordinateTransform::setSourceSRS and setDestSRS functio...
- take const refs to QgsSpatialRefSys instead of pointers to such.
Had follow on effects in quite a few files.
Added a... - 12:51 PM Revision f10ad9ee (qgis): Updates to line up splash text properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3429 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:51 PM Revision 442958cf (qgis): Updates to line up splash text properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3429 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:51 PM Revision 6a34e70d (qgis): Updates to line up splash text properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3429 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:12 AM Revision 3f175a49 (qgis): Splashscreen enhancements. Added toOGRSRS for marco to spatial ref sys
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3428 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:12 AM Revision 17d0f01b (qgis): Splashscreen enhancements. Added toOGRSRS for marco to spatial ref sys
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3428 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:12 AM Revision 8c88a8fe (qgis): Splashscreen enhancements. Added toOGRSRS for marco to spatial ref sys
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3428 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:42 AM Revision c28edb89 (qgis): Updated docs for 0.7 release (still in progress)
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3427 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:42 AM Revision cf6451b1 (qgis): Updated docs for 0.7 release (still in progress)
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3427 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:42 AM Revision 1dac5b0a (qgis): Updated docs for 0.7 release (still in progress)
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3427 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:41 AM Revision a4b579c0 (qgis): Updated snapshots for 0.7 release
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3426 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:41 AM Revision 691aea51 (qgis): Updated snapshots for 0.7 release
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3426 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:41 AM Revision e2b533b9 (qgis): Updated snapshots for 0.7 release
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3426 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:54 AM Revision 801853a0 (qgis): Added gimp master xcf and mask for new splash screen.
- For future versions new splash screens should be generated from the xcf and left in there for prosperity
git-svn-id... - 04:54 AM Revision ddf49481 (qgis): Added gimp master xcf and mask for new splash screen.
- For future versions new splash screens should be generated from the xcf and left in there for prosperity
git-svn-id... - 04:54 AM Revision 729d47f3 (qgis): Added gimp master xcf and mask for new splash screen.
- For future versions new splash screens should be generated from the xcf and left in there for prosperity
git-svn-id...
2005-05-21
- 11:13 PM Revision 64b12f7b (qgis): some bugfixes for vector editing
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3424 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:13 PM Revision e1274e8c (qgis): some bugfixes for vector editing
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3424 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:13 PM Revision 55f6f025 (qgis): some bugfixes for vector editing
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3424 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:37 PM Revision 515d296f (qgis): Updated "Whats New" list for 0.7. If you see things that are missing, l...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3423 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:37 PM Revision ecb39d93 (qgis): Updated "Whats New" list for 0.7. If you see things that are missing, l...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3423 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:37 PM Revision 1486c4b2 (qgis): Updated "Whats New" list for 0.7. If you see things that are missing, l...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3423 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:16 PM Revision 1729b455 (qgis): Clicking on the projector icon in the status bar opens the project prop...
- dialog and makes the Projection tab active.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3422 c8812cc2-4d05-041... - 09:16 PM Revision ed70f4f3 (qgis): Clicking on the projector icon in the status bar opens the project prop...
- dialog and makes the Projection tab active.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3422 c8812cc2-4d05-0410-92f... - 09:16 PM Revision 0bf956a5 (qgis): Clicking on the projector icon in the status bar opens the project prop...
- dialog and makes the Projection tab active.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3422 c8812cc2-4d05-0410-92f... - 05:24 PM Revision 5f28c144 (qgis): Check user db when doing reverse mapping of proj string or wkt. Updated...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3421 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:24 PM Revision d87cc4f5 (qgis): Check user db when doing reverse mapping of proj string or wkt. Updated...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3421 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:24 PM Revision d5f09f1f (qgis): Check user db when doing reverse mapping of proj string or wkt. Updated...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3421 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:02 PM Revision bc0e2583 (qgis): We can now determine the srsid of a wkt or proj4 string by trawling the...
- When createFromWkt or CreateFromProj are called now, all the QgsSpatialRefSys members should be nicely populated if t...
- 04:02 PM Revision cec1a1f8 (qgis): We can now determine the srsid of a wkt or proj4 string by trawling the...
- When createFromWkt or CreateFromProj are called now, all the QgsSpatialRefSys members should be nicely populated if t...
- 04:02 PM Revision 8f77a436 (qgis): We can now determine the srsid of a wkt or proj4 string by trawling the...
- When createFromWkt or CreateFromProj are called now, all the QgsSpatialRefSys members should be nicely populated if t...
- 09:00 AM Revision 7db57235 (qgis): Some improvements for vector editing. The attribute table is modal now ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3419 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:00 AM Revision 54ec10af (qgis): Some improvements for vector editing. The attribute table is modal now ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3419 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:00 AM Revision 860ac20a (qgis): Some improvements for vector editing. The attribute table is modal now ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3419 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-20
- 10:26 PM Revision 271976f3 (qgis): Fix for bug 1199912 (label/actions tabs don't expand in the vector prop...
- dialog box). Has the side effect of making the whole dialog box wider to
fit the label tab.
git-svn-id: http://svn.... - 10:26 PM Revision 83c8ef7a (qgis): Fix for bug 1199912 (label/actions tabs don't expand in the vector prop...
- dialog box). Has the side effect of making the whole dialog box wider to
fit the label tab.
git-svn-id: http://svn.... - 10:26 PM Revision 8be7d5b2 (qgis): Fix for bug 1199912 (label/actions tabs don't expand in the vector prop...
- dialog box). Has the side effect of making the whole dialog box wider to
fit the label tab.
git-svn-id: http://svn.... - 09:54 PM Revision a6c687a8 (qgis): Fixed issue of progressbar not being properly updated and renamed callb...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3417 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-19
- 02:29 AM Revision 78f61554 (qgis): Reversed my last fix which was already remedied by Gavin!
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3416 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:29 AM Revision ddfde144 (qgis): Reversed my last fix which was already remedied by Gavin!
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3416 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:29 AM Revision 33f0c708 (qgis): Reversed my last fix which was already remedied by Gavin!
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3416 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-18
- 12:40 AM Revision 13b99b7a (qgis): Fix bug in createFromProj4 - mProj4String was not being set properly!
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3415 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:40 AM Revision bae92668 (qgis): Fix bug in createFromProj4 - mProj4String was not being set properly!
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3415 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:40 AM Revision 49c7e6b4 (qgis): Fix bug in createFromProj4 - mProj4String was not being set properly!
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3415 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:52 PM Revision 2d7989ab (qgis): Changed it so that the algorithm combo box is populated from the 'name'...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3414 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:01 PM Revision 081b696d (qgis): Fixed bug that stopped QT libraries being picked up
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3413 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-17
- 10:54 PM Revision d1d5741d (qgis): Updated version number and package name
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3412 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:38 PM Revision 31d07779 (qgis): bug fixes for createFromProj4():
- - regexp would fail to match projection and ellipses with non-alphabetic
characters in them (e.g. _ . 0-9)
- too la... - 09:38 PM Revision ba209a4b (qgis): bug fixes for createFromProj4():
- - regexp would fail to match projection and ellipses with non-alphabetic
characters in them (e.g. _ . 0-9)
- too la... - 09:38 PM Revision 11287008 (qgis): bug fixes for createFromProj4():
- - regexp would fail to match projection and ellipses with non-alphabetic
characters in them (e.g. _ . 0-9)
- too la... - 08:19 PM Revision 0e5edbde (qgis): Fix for the parameter column in table srs_tbl with srs_id=1555
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3410 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:19 PM Revision 70bd6192 (qgis): Fix for the parameter column in table srs_tbl with srs_id=1555
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3410 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:19 PM Revision d40e529c (qgis): Fix for the parameter column in table srs_tbl with srs_id=1555
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3410 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:21 AM Revision 31c64d34 (qgis): Updated qgsspatialref - centralising sqlite calls (in progress) and imp...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3409 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:21 AM Revision 2dc3552f (qgis): Updated qgsspatialref - centralising sqlite calls (in progress) and imp...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3409 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:21 AM Revision 950297ef (qgis): Updated qgsspatialref - centralising sqlite calls (in progress) and imp...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3409 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:26 AM Revision 1092b02e (qgis): Added signal/slot to update bookmarks dialog when a new bookmark is added
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3408 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:26 AM Revision aaaaec6a (qgis): Added signal/slot to update bookmarks dialog when a new bookmark is added
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3408 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:26 AM Revision 060ac1f5 (qgis): Added signal/slot to update bookmarks dialog when a new bookmark is added
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3408 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:13 AM Revision 22a33621 (qgis): Added bookmarks toolbar
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3407 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:13 AM Revision c6290eb9 (qgis): Added bookmarks toolbar
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3407 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:13 AM Revision 1201d8fd (qgis): Added bookmarks toolbar
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3407 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-16
- 10:25 AM Revision 8de83e98 (qgis): Add support for projection units of feet. This completes the pre-0.7
- changes to the scale bar units
git-svn-id: http://svn.osgeo.org/qgis/trunk@3406 c8812cc2-4d05-0410-92ff-de0c093fc19c - 10:25 AM Revision d705a154 (qgis): Add support for projection units of feet. This completes the pre-0.7
- changes to the scale bar units
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3406 c8812cc2-4d05-0410-92ff-de0c09... - 10:25 AM Revision c179898b (qgis): Add support for projection units of feet. This completes the pre-0.7
- changes to the scale bar units
git-svn-id: http://svn.osgeo.org/qgis/trunk@3406 c8812cc2-4d05-0410-92ff-de0c093fc19c - 08:47 AM Revision 005b33f5 (qgis): Scale bar can now do units cm if appropriate
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3405 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:47 AM Revision ea9f4595 (qgis): Scale bar can now do units cm if appropriate
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3405 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:47 AM Revision c2e3b3de (qgis): Scale bar can now do units cm if appropriate
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3405 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:46 AM Revision c0cbdf65 (qgis): Internal changes to how the projection units are obtained from the proj...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3404 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:46 AM Revision 87e485fd (qgis): Internal changes to how the projection units are obtained from the proj...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3404 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:46 AM Revision ed555b51 (qgis): Internal changes to how the projection units are obtained from the proj...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3404 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:15 AM Revision 7b84d02c (qgis): little bug fix in attribute table
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3403 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:15 AM Revision 197b9f7f (qgis): little bug fix in attribute table
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3403 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:15 AM Revision 095ad4ee (qgis): little bug fix in attribute table
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3403 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:53 AM Revision f47db120 (qgis): Spatial bookmarks now work
- Removed Debug from main menu
git-svn-id: http://svn.osgeo.org/qgis/trunk@3402 c8812cc2-4d05-0410-92ff-de0c093fc19c - 06:53 AM Revision cd68f535 (qgis): Spatial bookmarks now work
- Removed Debug from main menu
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3402 c8812cc2-4d05-0410-92ff-de0c093f... - 06:53 AM Revision f4bb156d (qgis): Spatial bookmarks now work
- Removed Debug from main menu
git-svn-id: http://svn.osgeo.org/qgis/trunk@3402 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-15
- 01:56 AM Revision 4b789f17 (qgis): Changed the check for GSL so it doesn't require pkg-config
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3401 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:56 AM Revision 44d03309 (qgis): Changed the check for GSL so it doesn't require pkg-config
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3401 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:56 AM Revision 91920033 (qgis): Changed the check for GSL so it doesn't require pkg-config
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3401 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:43 PM Revision 1934600c (qgis): == operator now implemented using ogr siSame and isSameGeogCS functions
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3400 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:43 PM Revision 7642bcf3 (qgis): == operator now implemented using ogr siSame and isSameGeogCS functions
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3400 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:43 PM Revision 6120bde4 (qgis): == operator now implemented using ogr siSame and isSameGeogCS functions
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3400 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:48 PM Revision 2e0ac369 (qgis): Added some code to build ogr srs's from the two QgsSpatialRefSys's bein...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3399 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:48 PM Revision d77d9b90 (qgis): Added some code to build ogr srs's from the two QgsSpatialRefSys's bein...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3399 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:48 PM Revision 0b3cf9d6 (qgis): Added some code to build ogr srs's from the two QgsSpatialRefSys's bein...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3399 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:00 AM Revision 8faaa261 (qgis): Removed some extraneous stuff going to stdout because I now have the <<...
- Implemented the == operator in QgsSpatialRefsys and use calls to that for equality
testing now in QgsCoordinateTransf... - 11:00 AM Revision 7998e4f9 (qgis): Removed some extraneous stuff going to stdout because I now have the <<...
- Implemented the == operator in QgsSpatialRefsys and use calls to that for equality
testing now in QgsCoordinateTransf... - 11:00 AM Revision c074912e (qgis): Removed some extraneous stuff going to stdout because I now have the <<...
- Implemented the == operator in QgsSpatialRefsys and use calls to that for equality
testing now in QgsCoordinateTransf... - 02:45 AM Revision a77ee55d (qgis): Fixups for overloaded << operator in spatialrefsys class
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3397 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:45 AM Revision 905eda77 (qgis): Fixups for overloaded << operator in spatialrefsys class
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3397 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:45 AM Revision 947f5b9d (qgis): Fixups for overloaded << operator in spatialrefsys class
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3397 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:10 AM Revision 001049be (qgis): Allow source raster *subpixel* positioning on map canvasses. This allo...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3396 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:10 AM Revision 7999dc1f (qgis): Allow source raster *subpixel* positioning on map canvasses. This allo...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3396 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:10 AM Revision 1a6c5818 (qgis): Allow source raster *subpixel* positioning on map canvasses. This allo...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3396 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:08 AM Revision de40711d (qgis): Fixes to backport to Qt3.2
- Also removed debug hook function from the gui
git-svn-id: http://svn.osgeo.org/qgis/trunk@3395 c8812cc2-4d05-0410-9... - 02:08 AM Revision cfc2423d (qgis): Fixes to backport to Qt3.2
- Also removed debug hook function from the gui
git-svn-id: http://svn.osgeo.org/qgis/trunk@3395 c8812cc2-4d05-0410-9... - 02:08 AM Revision 98e85c5e (qgis): Fixes to backport to Qt3.2
- Also removed debug hook function from the gui
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3395 c8812cc2-4d05-0...
2005-05-14
- 01:49 AM Revision 853b7e7d (qgis): Added the makefile conditionals in plugins/georeferencer/Makefile.am so...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3394 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:49 AM Revision 3e8c1c8c (qgis): Added the makefile conditionals in plugins/georeferencer/Makefile.am so...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3394 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:49 AM Revision 234148d6 (qgis): Added the makefile conditionals in plugins/georeferencer/Makefile.am so...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3394 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:34 PM Revision 572e988a (qgis): tell cvs to ignore some files
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3393 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:34 PM Revision d3405b5a (qgis): tell cvs to ignore some files
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3393 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:34 PM Revision e876074b (qgis): tell cvs to ignore some files
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3393 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:39 PM Revision 1b5087d9 (qgis): Backport to Qt 3.2
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3392 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:39 PM Revision 0992afa3 (qgis): Backport to Qt 3.2
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3392 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:39 PM Revision 7ec2003a (qgis): Backport to Qt 3.2
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3392 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:33 PM Revision 596b35a8 (qgis): Added *.* to file selector to allow import of file types other than .shp
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3391 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:33 PM Revision f25be97e (qgis): Added *.* to file selector to allow import of file types other than .shp
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3391 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:33 PM Revision 6e001c66 (qgis): Added *.* to file selector to allow import of file types other than .shp
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3391 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:16 PM Revision 29100065 (qgis): When adding a vector layer and the project projection is already set, t...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3390 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:16 PM Revision 065e10e9 (qgis): When adding a vector layer and the project projection is already set, t...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3390 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:16 PM Revision c7609bcf (qgis): When adding a vector layer and the project projection is already set, t...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3390 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:59 PM Revision d979e4aa (qgis): Fix bug where proj4 string was not being written to project file properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3389 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:59 PM Revision 7d3f39a3 (qgis): Fix bug where proj4 string was not being written to project file properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3389 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:59 PM Revision ed081266 (qgis): Fix bug where proj4 string was not being written to project file properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3389 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:06 PM Revision 33ae555c (qgis): Added include for compiliation on OS X
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3388 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:06 PM Revision 6b66b085 (qgis): Added include for compiliation on OS X
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3388 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:06 PM Revision 8a230ebf (qgis): Added include for compiliation on OS X
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3388 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:41 PM Revision a4dfdf38 (qgis): Updates to the naming of srs related tags in QgsProject - both for clar...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3387 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:41 PM Revision ab2bab43 (qgis): Updates to the naming of srs related tags in QgsProject - both for clar...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3387 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:41 PM Revision 256ac4ed (qgis): Updates to the naming of srs related tags in QgsProject - both for clar...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3387 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:40 PM Revision 18a061ff (qgis): Lars's gsl detection changes incorporated with my updates to work with ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3386 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:40 PM Revision 0d982d5c (qgis): Lars's gsl detection changes incorporated with my updates to work with ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3386 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:40 PM Revision e607035c (qgis): Lars's gsl detection changes incorporated with my updates to work with ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3386 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:57 PM Revision 6cd2ff3c (qgis): Fix funny chars that crept in causing make to fail
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3385 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:57 PM Revision 9248e76d (qgis): Fix funny chars that crept in causing make to fail
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3385 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:57 PM Revision 886af67c (qgis): Fix funny chars that crept in causing make to fail
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3385 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:48 AM Revision 9594e204 (qgis): Changes to get georeference plugin to compile on my system
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3384 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:48 AM Revision f6627600 (qgis): Changes to get georeference plugin to compile on my system
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3384 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:48 AM Revision 13ced0c3 (qgis): Changes to get georeference plugin to compile on my system
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3384 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:48 AM Revision 17785e9a (qgis): Added the georef plugin to the build system and a configure option for ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3383 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:48 AM Revision cb8ca3c5 (qgis): Added the georef plugin to the build system and a configure option for ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3383 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:48 AM Revision 9892729f (qgis): Added the georef plugin to the build system and a configure option for ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3383 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-13
- 01:42 AM Revision 49073ec7 (qgis): replace png with placeholder xpm
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3382 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:42 AM Revision 435e3557 (qgis): replace png with placeholder xpm
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3382 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:42 AM Revision 85910b25 (qgis): replace png with placeholder xpm
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3382 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:30 AM Revision b6544e5d (qgis): Hold back on didges changes until 0.8 release
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3381 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:30 AM Revision dbd14e98 (qgis): Hold back on didges changes until 0.8 release
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3381 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:30 AM Revision 3db09543 (qgis): Hold back on didges changes until 0.8 release
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3381 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:10 AM Revision af121ec2 (qgis): Ask openModeller to always generate 8-bit grey tiffs.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3380 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:59 PM Revision 5e93f510 (qgis): Exported more environment variables of QGIS for the configuration of
- plugins, for example PLUGINPATH, PREFIX and VERSIONs
git-svn-id: http://svn.osgeo.org/qgis/trunk@3379 c8812cc2-4d05... - 11:59 PM Revision adb7bc0a (qgis): Exported more environment variables of QGIS for the configuration of
- plugins, for example PLUGINPATH, PREFIX and VERSIONs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3379 c8812cc2... - 11:59 PM Revision 2b1d73c0 (qgis): Exported more environment variables of QGIS for the configuration of
- plugins, for example PLUGINPATH, PREFIX and VERSIONs
git-svn-id: http://svn.osgeo.org/qgis/trunk@3379 c8812cc2-4d05... - 11:57 PM Revision 7de1af35 (qgis): added a progress dialog for 'invert selection' in the attribute table
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3378 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:57 PM Revision 3f272bf6 (qgis): added a progress dialog for 'invert selection' in the attribute table
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3378 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:57 PM Revision 68051630 (qgis): added a progress dialog for 'invert selection' in the attribute table
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3378 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:50 PM Revision a08e5afd (qgis): - fixed typo
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3377 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:50 PM Revision 1eb9b332 (qgis): - fixed typo
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3377 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:50 PM Revision 11de9583 (qgis): - fixed typo
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3377 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:39 PM Revision 099763ef (qgis): Tweak of makefiles and prepared for a release.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3376 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:39 PM Revision f7fdd30f (qgis): Tweak of makefiles and prepared for a release.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3376 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:39 PM Revision cad19f87 (qgis): Tweak of makefiles and prepared for a release.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3376 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:47 PM Revision f387975b (qgis): Minor change to warning messages. Added some code to list map units to
- potentally support (currently commented out)
git-svn-id: http://svn.osgeo.org/qgis/trunk@3375 c8812cc2-4d05-0410-92... - 10:47 PM Revision 8e9398de (qgis): Minor change to warning messages. Added some code to list map units to
- potentally support (currently commented out)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3375 c8812cc2-4d05-04... - 10:47 PM Revision da5e2dd4 (qgis): Minor change to warning messages. Added some code to list map units to
- potentally support (currently commented out)
git-svn-id: http://svn.osgeo.org/qgis/trunk@3375 c8812cc2-4d05-0410-92... - 10:07 PM Revision e56a780f (qgis): Improved unit selection when projection is on.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3374 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:07 PM Revision b0496251 (qgis): Improved unit selection when projection is on.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3374 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:07 PM Revision a6983289 (qgis): Improved unit selection when projection is on.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3374 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:06 PM Revision 101aa1bf (qgis): Added an UNKNOWN to the unit enum
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3373 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:06 PM Revision 1e5cf5e8 (qgis): Added an UNKNOWN to the unit enum
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3373 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:06 PM Revision 6242d54c (qgis): Added an UNKNOWN to the unit enum
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3373 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:03 PM Revision 08839bd3 (qgis): Bug fix for negative map units per pixel values causing a zero length s...
- Use the QGis::units enum names instead of integers
Cope with the new QGis::UNKNOWN units value
git-svn-id: http://s... - 10:03 PM Revision 88eb798a (qgis): Bug fix for negative map units per pixel values causing a zero length s...
- Use the QGis::units enum names instead of integers
Cope with the new QGis::UNKNOWN units value
git-svn-id: http://s... - 10:03 PM Revision 4bb67224 (qgis): Bug fix for negative map units per pixel values causing a zero length s...
- Use the QGis::units enum names instead of integers
Cope with the new QGis::UNKNOWN units value
git-svn-id: http://s... - 05:40 PM Revision d15cd547 (qgis): Qt bug fix for markers
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3371 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:40 PM Revision 1100f959 (qgis): Qt bug fix for markers
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3371 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:40 PM Revision 5bdb63fa (qgis): Qt bug fix for markers
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3371 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:00 AM Revision e225cd2e (qgis): Fixed a potentially major memory leak in getNextFeature - CVS bug 1177788.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3370 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:00 AM Revision 5ef807f2 (qgis): Fixed a potentially major memory leak in getNextFeature - CVS bug 1177788.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3370 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:00 AM Revision bd562d03 (qgis): Fixed a potentially major memory leak in getNextFeature - CVS bug 1177788.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3370 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:55 AM Revision f95f66f6 (qgis): Updated cvs acl
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3369 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:52 AM Revision 6ba706be (qgis): Updated agreement to the GPL exception
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3368 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:52 AM Revision e1ec5dd3 (qgis): Updated agreement to the GPL exception
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3368 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:52 AM Revision af9deaca (qgis): Updated agreement to the GPL exception
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3368 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:25 AM Revision 8c997142 (qgis): Removed the QMessageBox::Question function to allow compilation (I think)
- under Qt 3.1.2
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3367 c8812cc2-4d05-0410-92ff-de0c093fc19c - 06:25 AM Revision 673c0222 (qgis): Removed the QMessageBox::Question function to allow compilation (I think)
- under Qt 3.1.2
git-svn-id: http://svn.osgeo.org/qgis/trunk@3367 c8812cc2-4d05-0410-92ff-de0c093fc19c - 06:25 AM Revision 9cebbb45 (qgis): Removed the QMessageBox::Question function to allow compilation (I think)
- under Qt 3.1.2
git-svn-id: http://svn.osgeo.org/qgis/trunk@3367 c8812cc2-4d05-0410-92ff-de0c093fc19c - 02:05 AM Revision 54831577 (qgis): Remove annoying old debug output
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3366 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:05 AM Revision 674c047e (qgis): Remove annoying old debug output
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3366 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:05 AM Revision 82809d8e (qgis): Remove annoying old debug output
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3366 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-12
- 12:04 AM Revision f77ca813 (qgis): Removed hard-coded #define QGISDEBUG
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3365 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:04 AM Revision 5af4cff5 (qgis): Removed hard-coded #define QGISDEBUG
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3365 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:04 AM Revision b69a0536 (qgis): Removed hard-coded #define QGISDEBUG
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3365 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:28 PM Revision 841f6c98 (qgis): Tell cvs to ignore more files
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3364 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:28 PM Revision 1435c99e (qgis): Tell cvs to ignore more files
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3364 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:28 PM Revision 0c0e8052 (qgis): Tell cvs to ignore more files
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3364 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:56 PM Revision d24ea778 (qgis): Change the map units to suit the current projection. Only works for
- degrees and metres at the moment
git-svn-id: http://svn.osgeo.org/qgis/trunk@3363 c8812cc2-4d05-0410-92ff-de0c093fc19c - 08:56 PM Revision 59bd6cad (qgis): Change the map units to suit the current projection. Only works for
- degrees and metres at the moment
git-svn-id: http://svn.osgeo.org/qgis/trunk@3363 c8812cc2-4d05-0410-92ff-de0c093fc19c - 08:56 PM Revision f6de2017 (qgis): Change the map units to suit the current projection. Only works for
- degrees and metres at the moment
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3363 c8812cc2-4d05-0410-92ff-de0c... - 07:41 PM Revision fbfb66e8 (qgis): Removed uic file which is automatically generated.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3362 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:39 PM Revision a342ecb5 (qgis): First attempt to make the plugin work with the new openModeller library...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3361 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:37 PM Revision 2c737c3c (qgis): New files from the openModeller library (version 0.3)
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3360 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:36 PM Revision e421da2c (qgis): Updated the version number and made some changes enabling the stand alo...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3359 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:10 PM Revision 25c7b15e (qgis): buffer by Marko Sosic
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3358 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:10 PM Revision 84b1d330 (qgis): buffer by Marko Sosic
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3358 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:10 PM Revision c8c24805 (qgis): buffer by Marko Sosic
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3358 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:27 AM Revision 42fc989e (qgis): added a button to create the spatial index in the vector layer properti...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3357 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:27 AM Revision 50948761 (qgis): added a button to create the spatial index in the vector layer properti...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3357 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:27 AM Revision aa0a03df (qgis): added a button to create the spatial index in the vector layer properti...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3357 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:21 AM Revision 12cd8ec7 (qgis): First go at setting the map units as per the projected cs (but not
- fully functional)
Also move the units enum from QgsScaleCalculator to QGis. This required
changes in a number of fil... - 05:21 AM Revision 78b6dc27 (qgis): First go at setting the map units as per the projected cs (but not
- fully functional)
Also move the units enum from QgsScaleCalculator to QGis. This required
changes in a number of fil... - 05:21 AM Revision eb3bc909 (qgis): First go at setting the map units as per the projected cs (but not
- fully functional)
Also move the units enum from QgsScaleCalculator to QGis. This required
changes in a number of fil... - 02:02 AM Revision e86c7ea9 (qgis): Allow for map units of nautical miles
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3355 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:02 AM Revision 93322a32 (qgis): Allow for map units of nautical miles
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3355 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:02 AM Revision 17143936 (qgis): Allow for map units of nautical miles
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3355 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-11
- 07:24 PM Revision f1b1f195 (qgis): Removed duplicate setting of map units and project title in the constru...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3354 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:24 PM Revision a709524f (qgis): Removed duplicate setting of map units and project title in the constru...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3354 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:24 PM Revision c26b3a79 (qgis): Removed duplicate setting of map units and project title in the constru...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3354 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:09 AM Revision 6a7b0d4a (qgis): Bug fix - some code was duplicated where it shouldn't of been
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3353 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:09 AM Revision 53a22691 (qgis): Bug fix - some code was duplicated where it shouldn't of been
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3353 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:09 AM Revision a158378c (qgis): Bug fix - some code was duplicated where it shouldn't of been
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3353 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:29 AM Revision a2c5da52 (qgis): Made the unit display a bit better (km, m, mm, foot, feet, degree, degr...
- A couple of formatting changes
Remove windows #ifdef that wasn't necessary (I hope :)
git-svn-id: http://svn.osgeo.... - 10:29 AM Revision 1020657b (qgis): Made the unit display a bit better (km, m, mm, foot, feet, degree, degr...
- A couple of formatting changes
Remove windows #ifdef that wasn't necessary (I hope :)
git-svn-id: http://svn.osgeo.... - 10:29 AM Revision 99f7bb01 (qgis): Made the unit display a bit better (km, m, mm, foot, feet, degree, degr...
- A couple of formatting changes
Remove windows #ifdef that wasn't necessary (I hope :)
git-svn-id: http://svn.osgeo.... - 09:54 AM Revision dcd7f27e (qgis): Give a sensible scale bar when the length is less than one map unit
- Is actually more of a bug fix than a new feature :)
git-svn-id: http://svn.osgeo.org/qgis/trunk@3351 c8812cc2-4d05-... - 09:54 AM Revision 1b62206c (qgis): Give a sensible scale bar when the length is less than one map unit
- Is actually more of a bug fix than a new feature :)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3351 c8812cc2-... - 09:54 AM Revision 5995e5eb (qgis): Give a sensible scale bar when the length is less than one map unit
- Is actually more of a bug fix than a new feature :)
git-svn-id: http://svn.osgeo.org/qgis/trunk@3351 c8812cc2-4d05-...
2005-05-10
- 08:17 PM Revision b8a6d647 (qgis): tell cvs to ignore some more files
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3350 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:17 PM Revision 5c7aced6 (qgis): tell cvs to ignore some more files
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3350 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:17 PM Revision 5e124696 (qgis): tell cvs to ignore some more files
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3350 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:28 PM Revision 37c50ee7 (qgis): Dont truncate basename for files added with multiple . in the name
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3349 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:28 PM Revision addcb6b8 (qgis): Dont truncate basename for files added with multiple . in the name
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3349 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:28 PM Revision 7a1401ae (qgis): Dont truncate basename for files added with multiple . in the name
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3349 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:39 PM Revision 54eca2cc (qgis): Fixed operator<<(ostream&, const QgsSpatialRefSys&) and made QgsSpatial...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3348 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:39 PM Revision 6fbfbeca (qgis): Fixed operator<<(ostream&, const QgsSpatialRefSys&) and made QgsSpatial...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3348 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:39 PM Revision 40722bf5 (qgis): Fixed operator<<(ostream&, const QgsSpatialRefSys&) and made QgsSpatial...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3348 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:21 PM Revision 35ebbe56 (qgis): fill arrow
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3347 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:21 PM Revision 75d96b46 (qgis): fill arrow
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3347 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:21 PM Revision 04e1cb7e (qgis): fill arrow
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3347 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:41 AM Revision 16a615a2 (qgis): new modules posted by Marko Sosic ([email protected])
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3346 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:41 AM Revision 6d6ed1ae (qgis): new modules posted by Marko Sosic ([email protected])
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3346 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:41 AM Revision 6dbd593d (qgis): new modules posted by Marko Sosic ([email protected])
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3346 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:38 AM Revision ffaec177 (qgis): relative path, cut long title, manual
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3345 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:38 AM Revision 26654fd6 (qgis): relative path, cut long title, manual
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3345 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:38 AM Revision 47c9f9fe (qgis): relative path, cut long title, manual
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3345 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-09
- 09:21 PM Revision 8bcbdaf2 (qgis): more files for cvs to ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3344 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:21 PM Revision 17cca799 (qgis): more files for cvs to ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3344 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:21 PM Revision 92489fb3 (qgis): more files for cvs to ignore
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3344 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:19 PM Revision e64db230 (qgis): Move to the new way of setting the plugin menu items
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3343 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:19 PM Revision ae244f68 (qgis): Move to the new way of setting the plugin menu items
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3343 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:19 PM Revision 3c07526a (qgis): Move to the new way of setting the plugin menu items
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3343 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:16 PM Revision 199edb86 (qgis): If qt is in a non-standard place, this script doesn't work - the
- lrelease program should be in the path, so remove the full path to it
git-svn-id: http://svn.osgeo.org/qgis/trunk@3... - 09:16 PM Revision 11cfd130 (qgis): If qt is in a non-standard place, this script doesn't work - the
- lrelease program should be in the path, so remove the full path to it
git-svn-id: http://svn.osgeo.org/qgis/trunk@3... - 09:16 PM Revision 5da8dd00 (qgis): If qt is in a non-standard place, this script doesn't work - the
- lrelease program should be in the path, so remove the full path to it
git-svn-id: http://svn.osgeo.org/qgis/trunk/q...
2005-05-08
- 12:27 AM Revision 0840a545 (qgis): Added checks to use appropriate databases for either system or user srs db
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3341 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:27 AM Revision 58572eba (qgis): Added checks to use appropriate databases for either system or user srs db
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3341 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:27 AM Revision f59b4d29 (qgis): Added checks to use appropriate databases for either system or user srs db
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3341 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:53 PM Revision acad36bd (qgis): Escape sql before trying to execute it
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3340 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:53 PM Revision 49a9e8ef (qgis): Escape sql before trying to execute it
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3340 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:53 PM Revision 04602bdd (qgis): Escape sql before trying to execute it
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3340 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:46 PM Revision add11f8e (qgis): added a 'createSpatialIndex' function to QgsVectorDataProvider
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3339 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:46 PM Revision e10e2a94 (qgis): added a 'createSpatialIndex' function to QgsVectorDataProvider
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3339 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:46 PM Revision afcce8f3 (qgis): added a 'createSpatialIndex' function to QgsVectorDataProvider
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3339 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:44 PM Revision dc8c0e2e (qgis): fix small bug with updates for custom user projections.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3338 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:44 PM Revision e9e1da2b (qgis): fix small bug with updates for custom user projections.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3338 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:44 PM Revision 40510df9 (qgis): fix small bug with updates for custom user projections.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3338 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:45 PM Revision 32a27c43 (qgis): More enhancements to user projections dialog.
- If no ellipsoid of proj keywords are added to parameters list, these are added using the selected combo entries.
If p... - 12:45 PM Revision 65afe323 (qgis): More enhancements to user projections dialog.
- If no ellipsoid of proj keywords are added to parameters list, these are added using the selected combo entries.
If p... - 12:45 PM Revision d38a6f99 (qgis): More enhancements to user projections dialog.
- If no ellipsoid of proj keywords are added to parameters list, these are added using the selected combo entries.
If p... - 07:52 AM Revision ca1ab7d7 (qgis): set tab focus to the ok button in QgsDlgVectorLayerProperties (bug 1195...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3336 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:52 AM Revision 3c35a809 (qgis): set tab focus to the ok button in QgsDlgVectorLayerProperties (bug 1195...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3336 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:52 AM Revision 34e74af6 (qgis): set tab focus to the ok button in QgsDlgVectorLayerProperties (bug 1195...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3336 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:46 AM Revision 8f19a268 (qgis): Fix for compile error. Makefile.am is still not consistent with others.
- WIN32 #ifdef has been temporarily removed.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3335 c8812cc2-4d05-0410-92ff... - 05:46 AM Revision 3070093a (qgis): Fix for compile error. Makefile.am is still not consistent with others.
- WIN32 #ifdef has been temporarily removed.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3335 c8812cc2-4d05-0410-92ff... - 05:46 AM Revision a6afcbea (qgis): Fix for compile error. Makefile.am is still not consistent with others.
- WIN32 #ifdef has been temporarily removed.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3335 c8812cc2-4d05-0410... - 03:20 AM Revision b28cbae7 (qgis): Small const fixes.
- Parse proj string and set combos accordingly when save is pressed.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3334... - 03:20 AM Revision 78c585ae (qgis): Small const fixes.
- Parse proj string and set combos accordingly when save is pressed.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3334... - 03:20 AM Revision 7e6f6c99 (qgis): Small const fixes.
- Parse proj string and set combos accordingly when save is pressed.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis...
2005-05-07
- 10:31 PM Revision c3b51fee (qgis): Committed my 1.8 hack by mistake
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3333 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:31 PM Revision d7fb48ea (qgis): Committed my 1.8 hack by mistake
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3333 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:31 PM Revision 2549afe4 (qgis): Committed my 1.8 hack by mistake
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3333 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:10 PM Revision 2cdf0a74 (qgis): Moved const declaratins into qgis.h
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3332 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:10 PM Revision 0c351083 (qgis): Moved const declaratins into qgis.h
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3332 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:10 PM Revision 54be5195 (qgis): Moved const declaratins into qgis.h
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3332 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:17 PM Revision e555fcfe (qgis): Added tooltips to the render and projector in the statusbar
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3331 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:17 PM Revision 3157b70b (qgis): Added tooltips to the render and projector in the statusbar
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3331 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:17 PM Revision 97feefe0 (qgis): Added tooltips to the render and projector in the statusbar
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3331 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:31 PM Revision 8310ab19 (qgis): Check that user defined proj parameters are valid before allowing them ...
- Check if this is the first user srs and if so ensure that its srs_id=10000
git-svn-id: http://svn.osgeo.org/qgis/tr... - 04:31 PM Revision f057f97f (qgis): Check that user defined proj parameters are valid before allowing them ...
- Check if this is the first user srs and if so ensure that its srs_id=10000
git-svn-id: http://svn.osgeo.org/qgis/tr... - 04:31 PM Revision f11104ef (qgis): Check that user defined proj parameters are valid before allowing them ...
- Check if this is the first user srs and if so ensure that its srs_id=10000
git-svn-id: http://svn.osgeo.org/qgis/tr... - 02:41 PM Revision 3f3f8984 (qgis): Update custom projection dialog to use renamed and restructured qgis.db...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3329 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:41 PM Revision df97844b (qgis): Update custom projection dialog to use renamed and restructured qgis.db...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3329 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:41 PM Revision 8c2358b7 (qgis): Update custom projection dialog to use renamed and restructured qgis.db...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3329 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:11 AM Revision 88ff44cd (qgis): Gui enhancements for search by srid or epsg
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3328 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:11 AM Revision 75853cb8 (qgis): Gui enhancements for search by srid or epsg
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3328 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 09:11 AM Revision 5a71ab27 (qgis): Gui enhancements for search by srid or epsg
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3328 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:07 AM Revision 81ab4047 (qgis): Standardized rules to match those used elsewhere in qgis
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3327 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:07 AM Revision 40b89da8 (qgis): Standardized rules to match those used elsewhere in qgis
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3327 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:07 AM Revision 40b1314f (qgis): Standardized rules to match those used elsewhere in qgis
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3327 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-06
- 08:35 PM Revision 3c9927a9 (qgis): added a QgsOgrProvider::createSpatialIndex() method. This method create...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3326 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:35 PM Revision f0c74380 (qgis): added a QgsOgrProvider::createSpatialIndex() method. This method create...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3326 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:35 PM Revision 027a981b (qgis): added a QgsOgrProvider::createSpatialIndex() method. This method create...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3326 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:57 PM Revision 8f859294 (qgis): Updates of qgis.db so that it increments in all versions of sqlite3.x
- Note that because of issues relating to the pkey being reset to 0 if all records are deleted, I am going to write som...
- 01:57 PM Revision 4091dbb7 (qgis): Updates of qgis.db so that it increments in all versions of sqlite3.x
- Note that because of issues relating to the pkey being reset to 0 if all records are deleted, I am going to write som...
- 01:57 PM Revision 10566e0e (qgis): Updates of qgis.db so that it increments in all versions of sqlite3.x
- Note that because of issues relating to the pkey being reset to 0 if all records are deleted, I am going to write som...
- 04:31 AM Revision d6edb2b7 (qgis): Added options to search/select projections by srid and epsg (whihc in m...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3324 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:31 AM Revision 90fc310a (qgis): Added options to search/select projections by srid and epsg (whihc in m...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3324 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:31 AM Revision fddf6d89 (qgis): Added options to search/select projections by srid and epsg (whihc in m...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3324 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-05
- 01:53 AM Revision 56c29071 (qgis): Minor changes to comments
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3323 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:53 AM Revision 708809bc (qgis): Minor changes to comments
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3323 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:53 AM Revision f91647f9 (qgis): Minor changes to comments
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3323 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:14 AM Revision 5852a14b (qgis): Removed the 'nonsense' code radim commented out. Removed a new std::out...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3322 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:14 AM Revision 60d05688 (qgis): Removed the 'nonsense' code radim commented out. Removed a new std::out...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3322 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:14 AM Revision f1bba66f (qgis): Removed the 'nonsense' code radim commented out. Removed a new std::out...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3322 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:37 AM Revision 88ad2035 (qgis): Restoring of broken QgsProject layers now also works for rasters.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3321 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:37 AM Revision 8f11452b (qgis): Restoring of broken QgsProject layers now also works for rasters.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3321 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:37 AM Revision 9119dee0 (qgis): Restoring of broken QgsProject layers now also works for rasters.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3321 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:13 PM Revision 0d4951cb (qgis): version 0.6devel18
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3320 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:13 PM Revision 88250631 (qgis): version 0.6devel18
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3320 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:13 PM Revision 1e4ca254 (qgis): version 0.6devel18
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3320 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:06 PM Revision 52f1ba80 (qgis): Makefile :
- - added qgsexception.cpp
qgisapp.cpp :
- if reading a project file yields missing layers, now will prompt user for... - 11:06 PM Revision 106f37bc (qgis): Makefile :
- - added qgsexception.cpp
qgisapp.cpp :
- if reading a project file yields missing layers, now will prompt user for... - 11:06 PM Revision 3c0d88e4 (qgis): Makefile :
- - added qgsexception.cpp
qgisapp.cpp :
- if reading a project file yields missing layers, now will prompt user for... - 04:52 PM Revision 4201ea88 (qgis): histogram fixed for PALETTE raster
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3318 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:52 PM Revision efaf2100 (qgis): histogram fixed for PALETTE raster
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3318 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:52 PM Revision 2a6bffaa (qgis): histogram fixed for PALETTE raster
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3318 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:51 PM Revision fc0e8cf6 (qgis): use raster values instead of colors! for statistics
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3317 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:51 PM Revision d13110b6 (qgis): use raster values instead of colors! for statistics
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3317 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:51 PM Revision bd316d02 (qgis): use raster values instead of colors! for statistics
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3317 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:03 PM Revision 534e781f (qgis): selection follows box
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3316 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:03 PM Revision a4a2c468 (qgis): selection follows box
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3316 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:03 PM Revision 96c9d354 (qgis): selection follows box
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3316 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:03 PM Revision 874bce66 (qgis): postscript font scale
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3315 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:03 PM Revision 9f4194d0 (qgis): postscript font scale
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3315 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:03 PM Revision fffcfdd3 (qgis): postscript font scale
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3315 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:45 AM Revision 6cd05f07 (qgis): Show on the fly projection enabled / disabled status on the status bar....
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3314 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:45 AM Revision b8bd30b1 (qgis): Show on the fly projection enabled / disabled status on the status bar....
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3314 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:45 AM Revision d2f7df9a (qgis): Show on the fly projection enabled / disabled status on the status bar....
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3314 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:37 AM Revision 119366b1 (qgis): postscript font scale
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3313 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:37 AM Revision 8092f0df (qgis): postscript font scale
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3313 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:37 AM Revision 0f8d0ea2 (qgis): postscript font scale
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3313 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-04
- 01:22 AM Revision 7be1967d (qgis): Fixed problems when Zoom to All and Zoom to Selected Layer are used and...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3312 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:22 AM Revision 769449c2 (qgis): Fixed problems when Zoom to All and Zoom to Selected Layer are used and...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3312 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:22 AM Revision 94ebb74d (qgis): Fixed problems when Zoom to All and Zoom to Selected Layer are used and...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3312 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:07 PM Revision db4e5c62 (qgis): size 'fix'
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3311 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:07 PM Revision 44afca16 (qgis): size 'fix'
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3311 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:07 PM Revision b6d9fa9c (qgis): size 'fix'
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3311 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:21 AM Revision fc80c402 (qgis): connect QgsGrassModuleInput to QgsMapCanvas signals addedLayer and remo...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3310 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:21 AM Revision 39fb3202 (qgis): connect QgsGrassModuleInput to QgsMapCanvas signals addedLayer and remo...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3310 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:21 AM Revision 9262a76e (qgis): connect QgsGrassModuleInput to QgsMapCanvas signals addedLayer and remo...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3310 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:00 AM Revision 0b652714 (qgis): write to history if a map was updated in QGIS
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3309 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:00 AM Revision a9f578ed (qgis): write to history if a map was updated in QGIS
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3309 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:00 AM Revision 8b552bdc (qgis): write to history if a map was updated in QGIS
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3309 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:59 AM Revision 8de759f8 (qgis): set program name
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3308 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:59 AM Revision d3ac9af1 (qgis): set program name
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3308 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:59 AM Revision 8ac27153 (qgis): set program name
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3308 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:40 AM Revision ec092129 (qgis): correct raster resolution also for image/svg
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3307 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:40 AM Revision 165c6b7e (qgis): correct raster resolution also for image/svg
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3307 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:40 AM Revision 00b3cc71 (qgis): correct raster resolution also for image/svg
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3307 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:36 AM Revision da85ee64 (qgis): oversampling removed
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3306 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:36 AM Revision 94c6c9f4 (qgis): oversampling removed
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3306 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:36 AM Revision 5f4385a8 (qgis): oversampling removed
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3306 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-03
- 10:52 PM Revision 70e0c479 (qgis): Tagged as version 0.2.1 - to show that this tagged state builds against...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3305 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:06 PM Revision e58cfdd3 (qgis): close layer/map properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3304 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:06 PM Revision a16d6298 (qgis): close layer/map properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3304 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:06 PM Revision e86a4a1c (qgis): close layer/map properly
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3304 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:13 PM Revision eb7a7c95 (qgis): raster follows requested resolution for Postscript
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3303 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:13 PM Revision 8e67f54f (qgis): raster follows requested resolution for Postscript
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3303 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 05:13 PM Revision 0e9bab5d (qgis): raster follows requested resolution for Postscript
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3303 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:20 PM Revision 0c77cb0f (qgis): TODO setpagedevice
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3302 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:20 PM Revision 2ff02864 (qgis): TODO setpagedevice
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3302 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:20 PM Revision b3e41ec9 (qgis): TODO setpagedevice
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3302 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:54 PM Revision e176cb83 (qgis): raise after file dialog
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3301 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:54 PM Revision 2b7e17bc (qgis): raise after file dialog
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3301 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:54 PM Revision 5a142339 (qgis): raise after file dialog
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3301 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:46 AM Revision 98676479 (qgis): use canonical path for location dir
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3300 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:46 AM Revision 68890a6b (qgis): use canonical path for location dir
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3300 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:46 AM Revision d010dc01 (qgis): use canonical path for location dir
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3300 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:41 AM Revision 20e477fb (qgis): menu removed
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3299 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:41 AM Revision 53088a9c (qgis): menu removed
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3299 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:41 AM Revision ddbadc6b (qgis): menu removed
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3299 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-02
- 06:45 PM Revision a7a818e2 (qgis): get current text if updated
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3298 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:45 PM Revision b49a464d (qgis): get current text if updated
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3298 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 06:45 PM Revision 7f1a8bfa (qgis): get current text if updated
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3298 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:33 PM Revision 87e215d9 (qgis): Add the toolbar button to the normal plugin toolbar instead of a separa...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3297 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:40 PM Revision b77519bc (qgis): Fixed bug in createFromSrid. Now postgresql on the fly projection works!
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3296 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:40 PM Revision ab53d7c6 (qgis): Fixed bug in createFromSrid. Now postgresql on the fly projection works!
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3296 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:40 PM Revision 9cf908c0 (qgis): Fixed bug in createFromSrid. Now postgresql on the fly projection works!
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3296 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:14 PM Revision 6cb32ef5 (qgis): Commit Slovak translation for Lubos Balazovic
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3295 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:14 PM Revision 3a2cbbab (qgis): Commit Slovak translation for Lubos Balazovic
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3295 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 03:14 PM Revision e2282717 (qgis): Commit Slovak translation for Lubos Balazovic
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3295 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:57 PM Revision 2d77da7e (qgis): bug fix for user vs system srs.db checking (I had put it into the creat...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3294 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:57 PM Revision 855fc0c9 (qgis): bug fix for user vs system srs.db checking (I had put it into the creat...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3294 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:57 PM Revision 37451e73 (qgis): bug fix for user vs system srs.db checking (I had put it into the creat...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3294 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:13 PM Revision 4992c15e (qgis): Read user proj list from resructured qgis.db
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3293 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:13 PM Revision 3d7545ab (qgis): Read user proj list from resructured qgis.db
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3293 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:13 PM Revision f5e4f23e (qgis): Read user proj list from resructured qgis.db
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3293 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:04 PM Revision 72e35670 (qgis): Added logic so when a user clicks on a user defined srs, its proj strin...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3292 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:04 PM Revision 92e78103 (qgis): Added logic so when a user clicks on a user defined srs, its proj strin...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3292 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 01:04 PM Revision f84909ff (qgis): Added logic so when a user clicks on a user defined srs, its proj strin...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3292 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:24 PM Revision 758b5a0a (qgis): Added logic to detect if a srsid is a user defined or system defined one.
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3291 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:24 PM Revision 8abeec88 (qgis): Added logic to detect if a srsid is a user defined or system defined one.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3291 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:24 PM Revision 7a2ce135 (qgis): Added logic to detect if a srsid is a user defined or system defined one.
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3291 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 07:16 AM Revision b64d402b (qgis): Keys in tbl_srs are autoincremented, starting at 100,000.
- The schema for tbl_srs and vw_srs match those in the srs.db database.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3... - 07:16 AM Revision d99ecbe2 (qgis): Keys in tbl_srs are autoincremented, starting at 100,000.
- The schema for tbl_srs and vw_srs match those in the srs.db database.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3... - 07:16 AM Revision 45f0221f (qgis): Keys in tbl_srs are autoincremented, starting at 100,000.
- The schema for tbl_srs and vw_srs match those in the srs.db database.
git-svn-id: http://svn.osgeo.org/qgis/trunk/q...
2005-05-01
- 12:57 AM Revision 98d2ba19 (qgis): Default projection to wgs84
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3289 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:57 AM Revision 8bfd48b1 (qgis): Default projection to wgs84
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3289 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 12:57 AM Revision 046ead21 (qgis): Default projection to wgs84
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3289 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:11 PM Revision f69671ac (qgis): Aliased view output fields (this fixes problems with projection list n...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3288 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:11 PM Revision 120ea8c8 (qgis): Aliased view output fields (this fixes problems with projection list n...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3288 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:11 PM Revision 1b3bad85 (qgis): Aliased view output fields (this fixes problems with projection list n...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3288 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:26 PM Revision 420eb05a (qgis): Added a couple of debug lines so I can see why its not working on Garys...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3287 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:26 PM Revision 2e342e8e (qgis): Added a couple of debug lines so I can see why its not working on Garys...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3287 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:26 PM Revision cf0b654f (qgis): Added a couple of debug lines so I can see why its not working on Garys...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3287 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:23 PM Revision 3e7fd594 (qgis): Added the code for the georeferencer plugin to the main module - it is ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3286 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:23 PM Revision 1f8f951c (qgis): Added the code for the georeferencer plugin to the main module - it is ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3286 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 10:23 PM Revision cd27e860 (qgis): Added the code for the georeferencer plugin to the main module - it is ...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3286 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:54 AM Revision 6f338d36 (qgis): Small bugfix where wkt is being used instead of srsid
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3285 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:54 AM Revision 16dc472f (qgis): Small bugfix where wkt is being used instead of srsid
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3285 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 11:54 AM Revision 7f2a0aee (qgis): Small bugfix where wkt is being used instead of srsid
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3285 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:06 AM Revision ed07e9e8 (qgis): delete features before adding features in QgsVectorLayer::commitChanges...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3284 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:06 AM Revision 5e9d4570 (qgis): delete features before adding features in QgsVectorLayer::commitChanges...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3284 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 08:06 AM Revision 39f6e3b0 (qgis): delete features before adding features in QgsVectorLayer::commitChanges...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3284 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:01 AM Revision 8407b9e3 (qgis): Converted project projection state handling to use qgis SRSID rather th...
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3283 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:01 AM Revision 37cb5945 (qgis): Converted project projection state handling to use qgis SRSID rather th...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3283 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 04:01 AM Revision 4d7a7d2b (qgis): Converted project projection state handling to use qgis SRSID rather th...
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3283 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:15 AM Revision 41574203 (qgis): Win32 .pro files for qmake
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3282 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:15 AM Revision 9fe8efa5 (qgis): Win32 .pro files for qmake
- git-svn-id: http://svn.osgeo.org/qgis/trunk@3282 c8812cc2-4d05-0410-92ff-de0c093fc19c
- 02:15 AM Revision 830dbca9 (qgis): Win32 .pro files for qmake
- git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3282 c8812cc2-4d05-0410-92ff-de0c093fc19c
Also available in: Atom