swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
7fd721b This commit was manufactured by cvs2svn to create tag 'Release-0_7_4'. git-svn-id: http://svn.osgeo.org/qgis/tags/Release-0_7_4@4148 c8812cc2-4d05-0410-92ff-de0c093fc19c 02 November 2005, 00:59:37 UTC
cd04559 Updated spatial bookmark icons git-svn-id: http://svn.osgeo.org/qgis/trunk@3433 c8812cc2-4d05-0410-92ff-de0c093fc19c 22 May 2005, 23:55:32 UTC
f3817f3 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 22 May 2005, 18:23:32 UTC
8681efe Added button to vector props to let user change projection after layer has been loaded git-svn-id: http://svn.osgeo.org/qgis/trunk@3431 c8812cc2-4d05-0410-92ff-de0c093fc19c 22 May 2005, 16:21:28 UTC
160dddf Changed the QgsCoordinateTransform::setSourceSRS and setDestSRS functions to take const refs to QgsSpatialRefSys instead of pointers to such. Had follow on effects in quite a few files. Added an operator= to QgsSpatialRefSys Changed a few other things in QgsCoordinateTransform and QgsSpatialRefSys to support the change to const& Also has an initial version of fix for bug 1188782 (screen extents not updated when changing projection, but commented out for the moment cause it don't work right:) git-svn-id: http://svn.osgeo.org/qgis/trunk@3430 c8812cc2-4d05-0410-92ff-de0c093fc19c 22 May 2005, 11:24:57 UTC
6a34e70 Updates to line up splash text properly git-svn-id: http://svn.osgeo.org/qgis/trunk@3429 c8812cc2-4d05-0410-92ff-de0c093fc19c 22 May 2005, 10:51:37 UTC
8c88a8f 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 22 May 2005, 09:12:55 UTC
1dac5b0 Updated docs for 0.7 release (still in progress) git-svn-id: http://svn.osgeo.org/qgis/trunk@3427 c8812cc2-4d05-0410-92ff-de0c093fc19c 22 May 2005, 06:42:25 UTC
691aea5 Updated snapshots for 0.7 release git-svn-id: http://svn.osgeo.org/qgis/trunk@3426 c8812cc2-4d05-0410-92ff-de0c093fc19c 22 May 2005, 06:41:27 UTC
ddf4948 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: http://svn.osgeo.org/qgis/trunk@3425 c8812cc2-4d05-0410-92ff-de0c093fc19c 22 May 2005, 02:54:37 UTC
e1274e8 some bugfixes for vector editing git-svn-id: http://svn.osgeo.org/qgis/trunk@3424 c8812cc2-4d05-0410-92ff-de0c093fc19c 21 May 2005, 21:13:09 UTC
ecb39d9 Updated "Whats New" list for 0.7. If you see things that are missing, let me know... git-svn-id: http://svn.osgeo.org/qgis/trunk@3423 c8812cc2-4d05-0410-92ff-de0c093fc19c 21 May 2005, 19:37:08 UTC
0bf956a Clicking on the projector icon in the status bar opens the project properties dialog and makes the Projection tab active. git-svn-id: http://svn.osgeo.org/qgis/trunk@3422 c8812cc2-4d05-0410-92ff-de0c093fc19c 21 May 2005, 19:16:09 UTC
d87cc4f Check user db when doing reverse mapping of proj string or wkt. Updated changelog. git-svn-id: http://svn.osgeo.org/qgis/trunk@3421 c8812cc2-4d05-0410-92ff-de0c093fc19c 21 May 2005, 15:24:17 UTC
cec1a1f We can now determine the srsid of a wkt or proj4 string by trawling the srs db. Of ourse the srs must exist in the srs db for that to work. Only implemented against system srs db so far....will do users qgis.db searching next. When createFromWkt or CreateFromProj are called now, all the QgsSpatialRefSys members should be nicely populated if the reverse matching described above succeeds. Tested with baw's nz data and works a treat....but need to get more varied projected shp datasets to test decently. git-svn-id: http://svn.osgeo.org/qgis/trunk@3420 c8812cc2-4d05-0410-92ff-de0c093fc19c 21 May 2005, 14:02:41 UTC
860ac20 Some improvements for vector editing. The attribute table is modal now if in editing mode. For editing lines and polygons, a rubber band is drawn to the mouse cursor. Some bug fixes still need to be done git-svn-id: http://svn.osgeo.org/qgis/trunk@3419 c8812cc2-4d05-0410-92ff-de0c093fc19c 21 May 2005, 07:00:47 UTC
83c8ef7 Fix for bug 1199912 (label/actions tabs don't expand in the vector properties dialog box). Has the side effect of making the whole dialog box wider to fit the label tab. git-svn-id: http://svn.osgeo.org/qgis/trunk@3418 c8812cc2-4d05-0410-92ff-de0c093fc19c 20 May 2005, 20:26:06 UTC
a6c687a Fixed issue of progressbar not being properly updated and renamed callback function. git-svn-id: http://svn.osgeo.org/qgis/trunk@3417 c8812cc2-4d05-0410-92ff-de0c093fc19c 20 May 2005, 19:54:45 UTC
33f0c70 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 19 May 2005, 00:29:14 UTC
49c7e6b 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 18 May 2005, 22:40:26 UTC
2d7989a Changed it so that the algorithm combo box is populated from the 'name' metadata field rather than the 'id' field to make the gui more user friendly. git-svn-id: http://svn.osgeo.org/qgis/trunk@3414 c8812cc2-4d05-0410-92ff-de0c093fc19c 18 May 2005, 15:52:31 UTC
081b696 Fixed bug that stopped QT libraries being picked up git-svn-id: http://svn.osgeo.org/qgis/trunk@3413 c8812cc2-4d05-0410-92ff-de0c093fc19c 18 May 2005, 14:01:17 UTC
d1d5741 Updated version number and package name git-svn-id: http://svn.osgeo.org/qgis/trunk@3412 c8812cc2-4d05-0410-92ff-de0c093fc19c 17 May 2005, 20:54:15 UTC
31d0777 bug fixes for createFromProj4(): - regexp would fail to match projection and ellipses with non-alphabetic characters in them (e.g. _ . 0-9) - too large a part of matching regexp was being selected - wrong length for the proj and ellipse parts of the regexp - operator<< was forgetting to actually output the projection string git-svn-id: http://svn.osgeo.org/qgis/trunk@3411 c8812cc2-4d05-0410-92ff-de0c093fc19c 17 May 2005, 19:38:16 UTC
0e5edbd 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 17 May 2005, 18:19:25 UTC
950297e Updated qgsspatialref - centralising sqlite calls (in progress) and implementing cmparitors for wkt and proj4 string so that a matchin rec (if any)can be retrieved from the database. In progress. git-svn-id: http://svn.osgeo.org/qgis/trunk@3409 c8812cc2-4d05-0410-92ff-de0c093fc19c 17 May 2005, 08:21:14 UTC
aaaaec6 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 17 May 2005, 05:26:01 UTC
1201d8f Added bookmarks toolbar git-svn-id: http://svn.osgeo.org/qgis/trunk@3407 c8812cc2-4d05-0410-92ff-de0c093fc19c 17 May 2005, 04:13:34 UTC
c179898 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 16 May 2005, 08:25:10 UTC
ea9f459 Scale bar can now do units cm if appropriate git-svn-id: http://svn.osgeo.org/qgis/trunk@3405 c8812cc2-4d05-0410-92ff-de0c093fc19c 16 May 2005, 06:47:45 UTC
ed555b5 Internal changes to how the projection units are obtained from the proj4 string git-svn-id: http://svn.osgeo.org/qgis/trunk@3404 c8812cc2-4d05-0410-92ff-de0c093fc19c 16 May 2005, 06:46:39 UTC
095ad4e little bug fix in attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@3403 c8812cc2-4d05-0410-92ff-de0c093fc19c 16 May 2005, 06:15:38 UTC
f4bb156 Spatial bookmarks now work Removed Debug from main menu git-svn-id: http://svn.osgeo.org/qgis/trunk@3402 c8812cc2-4d05-0410-92ff-de0c093fc19c 16 May 2005, 04:53:28 UTC
44d0330 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 15 May 2005, 23:56:33 UTC
7642bcf == operator now implemented using ogr siSame and isSameGeogCS functions git-svn-id: http://svn.osgeo.org/qgis/trunk@3400 c8812cc2-4d05-0410-92ff-de0c093fc19c 15 May 2005, 19:43:57 UTC
0b3cf9d Added some code to build ogr srs's from the two QgsSpatialRefSys's being compared. Next i will add calls to isSameCS and isSameGeogCS using these ogr srs's git-svn-id: http://svn.osgeo.org/qgis/trunk@3399 c8812cc2-4d05-0410-92ff-de0c093fc19c 15 May 2005, 10:48:25 UTC
c074912 Removed some extraneous stuff going to stdout because I now have the << operator in qgsspatialrefsys working. Implemented the == operator in QgsSpatialRefsys and use calls to that for equality testing now in QgsCoordinateTransform. At the moment equality testing is still a basic proj4 parameters string comparison, though I plan to update this to use OGR isSameSRS() and isSameGeogSRS() method asap. git-svn-id: http://svn.osgeo.org/qgis/trunk@3398 c8812cc2-4d05-0410-92ff-de0c093fc19c 15 May 2005, 09:00:52 UTC
905eda7 Fixups for overloaded << operator in spatialrefsys class git-svn-id: http://svn.osgeo.org/qgis/trunk@3397 c8812cc2-4d05-0410-92ff-de0c093fc19c 15 May 2005, 00:45:47 UTC
7999dc1 Allow source raster *subpixel* positioning on map canvasses. This allows zooming in on coarse rasters to be accurate (i.e. when 1 source pixel covers more than one screen pixel). This has only been proof-of-concept tested, therefore the author will not be offended if further refinements are committed. This addresses CVS bug 895502. git-svn-id: http://svn.osgeo.org/qgis/trunk@3396 c8812cc2-4d05-0410-92ff-de0c093fc19c 15 May 2005, 00:10:35 UTC
cfc2423 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-92ff-de0c093fc19c 15 May 2005, 00:08:55 UTC
234148d Added the makefile conditionals in plugins/georeferencer/Makefile.am so the georeferencer won't try to build unless GSL is found git-svn-id: http://svn.osgeo.org/qgis/trunk@3394 c8812cc2-4d05-0410-92ff-de0c093fc19c 14 May 2005, 23:49:32 UTC
e876074 tell cvs to ignore some files git-svn-id: http://svn.osgeo.org/qgis/trunk@3393 c8812cc2-4d05-0410-92ff-de0c093fc19c 14 May 2005, 18:34:57 UTC
0992afa Backport to Qt 3.2 git-svn-id: http://svn.osgeo.org/qgis/trunk@3392 c8812cc2-4d05-0410-92ff-de0c093fc19c 14 May 2005, 16:39:12 UTC
6e001c6 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 14 May 2005, 16:33:03 UTC
065e10e When adding a vector layer and the project projection is already set, the layer dest cs is now properly set. This was not working properly before because there were still some wkt style calls to QgsProject (use of wkt internally for srs definitions is deprecated in favour of srs_id's) git-svn-id: http://svn.osgeo.org/qgis/trunk@3390 c8812cc2-4d05-0410-92ff-de0c093fc19c 14 May 2005, 16:16:53 UTC
ed08126 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 14 May 2005, 15:59:18 UTC
6b66b08 Added include for compiliation on OS X git-svn-id: http://svn.osgeo.org/qgis/trunk@3388 c8812cc2-4d05-0410-92ff-de0c093fc19c 14 May 2005, 15:06:56 UTC
ab2bab4 Updates to the naming of srs related tags in QgsProject - both for clarity adn for consistnacy with other tags srs ones now start with a capital letter. Added a tag to store the proj4 projection parameters string. git-svn-id: http://svn.osgeo.org/qgis/trunk@3387 c8812cc2-4d05-0410-92ff-de0c093fc19c 14 May 2005, 14:41:51 UTC
0d982d5 Lars's gsl detection changes incorporated with my updates to work with gsl 1.5.9 git-svn-id: http://svn.osgeo.org/qgis/trunk@3386 c8812cc2-4d05-0410-92ff-de0c093fc19c 14 May 2005, 14:40:03 UTC
886af67 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 14 May 2005, 13:57:23 UTC
9594e20 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 14 May 2005, 06:48:46 UTC
cb8ca3c Added the georef plugin to the build system and a configure option for disabling it - it will be enabled by default if GSL is found git-svn-id: http://svn.osgeo.org/qgis/trunk@3383 c8812cc2-4d05-0410-92ff-de0c093fc19c 14 May 2005, 00:48:16 UTC
49073ec replace png with placeholder xpm git-svn-id: http://svn.osgeo.org/qgis/trunk@3382 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 23:42:42 UTC
3db0954 Hold back on didges changes until 0.8 release git-svn-id: http://svn.osgeo.org/qgis/trunk@3381 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 23:30:49 UTC
af121ec Ask openModeller to always generate 8-bit grey tiffs. git-svn-id: http://svn.osgeo.org/qgis/trunk@3380 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 22:10:52 UTC
5e93f51 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-0410-92ff-de0c093fc19c 13 May 2005, 21:59:53 UTC
6805163 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 13 May 2005, 21:57:59 UTC
11de958 - fixed typo git-svn-id: http://svn.osgeo.org/qgis/trunk@3377 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 21:50:32 UTC
099763e Tweak of makefiles and prepared for a release. git-svn-id: http://svn.osgeo.org/qgis/trunk@3376 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 21:39:20 UTC
da5e2dd 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-92ff-de0c093fc19c 13 May 2005, 20:47:31 UTC
b049625 Improved unit selection when projection is on. git-svn-id: http://svn.osgeo.org/qgis/trunk@3374 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 20:07:15 UTC
1e5cf5e Added an UNKNOWN to the unit enum git-svn-id: http://svn.osgeo.org/qgis/trunk@3373 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 20:06:16 UTC
4bb6722 Bug fix for negative map units per pixel values causing a zero length scale bar. Use the QGis::units enum names instead of integers Cope with the new QGis::UNKNOWN units value git-svn-id: http://svn.osgeo.org/qgis/trunk@3372 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 20:03:16 UTC
1100f95 Qt bug fix for markers git-svn-id: http://svn.osgeo.org/qgis/trunk@3371 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 15:40:26 UTC
5ef807f 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 13 May 2005, 06:00:49 UTC
f95f66f Updated cvs acl git-svn-id: http://svn.osgeo.org/qgis/trunk@3369 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 05:55:00 UTC
e1ec5dd Updated agreement to the GPL exception git-svn-id: http://svn.osgeo.org/qgis/trunk@3368 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 05:52:45 UTC
9cebbb4 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 13 May 2005, 04:25:29 UTC
674c047 Remove annoying old debug output git-svn-id: http://svn.osgeo.org/qgis/trunk@3366 c8812cc2-4d05-0410-92ff-de0c093fc19c 13 May 2005, 00:05:31 UTC
5af4cff Removed hard-coded #define QGISDEBUG git-svn-id: http://svn.osgeo.org/qgis/trunk@3365 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 22:04:55 UTC
1435c99 Tell cvs to ignore more files git-svn-id: http://svn.osgeo.org/qgis/trunk@3364 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 21:28:06 UTC
d24ea77 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 12 May 2005, 18:56:37 UTC
fbfb66e Removed uic file which is automatically generated. git-svn-id: http://svn.osgeo.org/qgis/trunk@3362 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 17:41:58 UTC
a342ecb First attempt to make the plugin work with the new openModeller library. Needs more tests. git-svn-id: http://svn.osgeo.org/qgis/trunk@3361 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 17:39:46 UTC
2c737c3 New files from the openModeller library (version 0.3) git-svn-id: http://svn.osgeo.org/qgis/trunk@3360 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 17:37:48 UTC
e421da2 Updated the version number and made some changes enabling the stand alone build target to also generate uic files. git-svn-id: http://svn.osgeo.org/qgis/trunk@3359 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 17:36:11 UTC
84b1d33 buffer by Marko Sosic git-svn-id: http://svn.osgeo.org/qgis/trunk@3358 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 16:10:25 UTC
aa0a03d added a button to create the spatial index in the vector layer properties (in the general tab). Currently, only the OGR provider supports this (version >=1.2.6) git-svn-id: http://svn.osgeo.org/qgis/trunk@3357 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 05:27:12 UTC
12cd8ec 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 files to cope with this. git-svn-id: http://svn.osgeo.org/qgis/trunk@3356 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 03:21:56 UTC
93322a3 Allow for map units of nautical miles git-svn-id: http://svn.osgeo.org/qgis/trunk@3355 c8812cc2-4d05-0410-92ff-de0c093fc19c 12 May 2005, 00:02:07 UTC
a709524 Removed duplicate setting of map units and project title in the constructor git-svn-id: http://svn.osgeo.org/qgis/trunk@3354 c8812cc2-4d05-0410-92ff-de0c093fc19c 11 May 2005, 17:24:54 UTC
a158378 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 May 2005, 09:09:47 UTC
a2c5da5 Made the unit display a bit better (km, m, mm, foot, feet, degree, degrees) A couple of formatting changes Remove windows #ifdef that wasn't necessary (I hope :) git-svn-id: http://svn.osgeo.org/qgis/trunk@3352 c8812cc2-4d05-0410-92ff-de0c093fc19c 11 May 2005, 08:29:32 UTC
5995e5e 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-0410-92ff-de0c093fc19c 11 May 2005, 07:54:25 UTC
5c7aced tell cvs to ignore some more files git-svn-id: http://svn.osgeo.org/qgis/trunk@3350 c8812cc2-4d05-0410-92ff-de0c093fc19c 10 May 2005, 18:17:03 UTC
7a1401a 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 10 May 2005, 17:28:21 UTC
6fbfbec Fixed operator<<(ostream&, const QgsSpatialRefSys&) and made QgsSpatialRefSys(QString) explicit to avoid automatic casts leading to ambiguity git-svn-id: http://svn.osgeo.org/qgis/trunk@3348 c8812cc2-4d05-0410-92ff-de0c093fc19c 10 May 2005, 15:39:03 UTC
04e1cb7 fill arrow git-svn-id: http://svn.osgeo.org/qgis/trunk@3347 c8812cc2-4d05-0410-92ff-de0c093fc19c 10 May 2005, 15:21:59 UTC
6dbd593 new modules posted by Marko Sosic (mpinux@gmail.com) git-svn-id: http://svn.osgeo.org/qgis/trunk@3346 c8812cc2-4d05-0410-92ff-de0c093fc19c 10 May 2005, 09:41:42 UTC
26654fd relative path, cut long title, manual git-svn-id: http://svn.osgeo.org/qgis/trunk@3345 c8812cc2-4d05-0410-92ff-de0c093fc19c 10 May 2005, 09:38:17 UTC
92489fb more files for cvs to ignore git-svn-id: http://svn.osgeo.org/qgis/trunk@3344 c8812cc2-4d05-0410-92ff-de0c093fc19c 09 May 2005, 19:21:07 UTC
ae244f6 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 May 2005, 19:19:56 UTC
11cfd13 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@3342 c8812cc2-4d05-0410-92ff-de0c093fc19c 09 May 2005, 19:16:20 UTC
58572eb 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 08 May 2005, 22:27:22 UTC
49a9e8e Escape sql before trying to execute it git-svn-id: http://svn.osgeo.org/qgis/trunk@3340 c8812cc2-4d05-0410-92ff-de0c093fc19c 08 May 2005, 20:53:02 UTC
afcce8f added a 'createSpatialIndex' function to QgsVectorDataProvider git-svn-id: http://svn.osgeo.org/qgis/trunk@3339 c8812cc2-4d05-0410-92ff-de0c093fc19c 08 May 2005, 19:46:28 UTC
e9e1da2 fix small bug with updates for custom user projections. git-svn-id: http://svn.osgeo.org/qgis/trunk@3338 c8812cc2-4d05-0410-92ff-de0c093fc19c 08 May 2005, 13:44:29 UTC
32a27c4 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 proj and ellps are set, and combos dont match, combos are updated accordingly. git-svn-id: http://svn.osgeo.org/qgis/trunk@3337 c8812cc2-4d05-0410-92ff-de0c093fc19c 08 May 2005, 10:45:36 UTC
3c35a80 set tab focus to the ok button in QgsDlgVectorLayerProperties (bug 1195779), changed include in qgsprojectionselector such that qgis builds on my pc git-svn-id: http://svn.osgeo.org/qgis/trunk@3336 c8812cc2-4d05-0410-92ff-de0c093fc19c 08 May 2005, 05:52:55 UTC
3070093 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-de0c093fc19c 08 May 2005, 03:46:40 UTC
back to top