swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
78c585a Small const fixes. Parse proj string and set combos accordingly when save is pressed. git-svn-id: http://svn.osgeo.org/qgis/trunk@3334 c8812cc2-4d05-0410-92ff-de0c093fc19c 08 May 2005, 01:20:02 UTC
d7fb48e Committed my 1.8 hack by mistake git-svn-id: http://svn.osgeo.org/qgis/trunk@3333 c8812cc2-4d05-0410-92ff-de0c093fc19c 07 May 2005, 20:31:18 UTC
54be519 Moved const declaratins into qgis.h git-svn-id: http://svn.osgeo.org/qgis/trunk@3332 c8812cc2-4d05-0410-92ff-de0c093fc19c 07 May 2005, 18:10:54 UTC
3157b70 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 07 May 2005, 16:17:39 UTC
f11104e Check that user defined proj parameters are valid before allowing them to be inserted into the qgis.db tbl_srs. 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/trunk@3330 c8812cc2-4d05-0410-92ff-de0c093fc19c 07 May 2005, 14:31:24 UTC
df97844 Update custom projection dialog to use renamed and restructured qgis.db. Still under construction. git-svn-id: http://svn.osgeo.org/qgis/trunk@3329 c8812cc2-4d05-0410-92ff-de0c093fc19c 07 May 2005, 12:41:19 UTC
75853cb Gui enhancements for search by srid or epsg git-svn-id: http://svn.osgeo.org/qgis/trunk@3328 c8812cc2-4d05-0410-92ff-de0c093fc19c 07 May 2005, 07:11:19 UTC
40b89da Standardized rules to match those used elsewhere in qgis git-svn-id: http://svn.osgeo.org/qgis/trunk@3327 c8812cc2-4d05-0410-92ff-de0c093fc19c 07 May 2005, 06:07:36 UTC
027a981 added a QgsOgrProvider::createSpatialIndex() method. This method creates a .qix index file for shape files. Note that there is currently no access from the GUI. If you already want to try this feature, just add a call to createSpatialIndex() to the constructor of QgsOgrProvider git-svn-id: http://svn.osgeo.org/qgis/trunk@3326 c8812cc2-4d05-0410-92ff-de0c093fc19c 06 May 2005, 18:35:17 UTC
10566e0 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 some logic into the custom projection builder to force the insert srs_id to 10000 if no records exist already. The user srs_id's must be >= 10000 to avoid conflicts with srs's defined in the system srs.db. git-svn-id: http://svn.osgeo.org/qgis/trunk@3325 c8812cc2-4d05-0410-92ff-de0c093fc19c 06 May 2005, 11:57:37 UTC
90fc310 Added options to search/select projections by srid and epsg (whihc in most cases are the same anyway). git-svn-id: http://svn.osgeo.org/qgis/trunk@3324 c8812cc2-4d05-0410-92ff-de0c093fc19c 06 May 2005, 02:31:35 UTC
56c2907 Minor changes to comments git-svn-id: http://svn.osgeo.org/qgis/trunk@3323 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 23:53:36 UTC
60d0568 Removed the 'nonsense' code radim commented out. Removed a new std::out debug line that was killing ghistogram gneeration performance. git-svn-id: http://svn.osgeo.org/qgis/trunk@3322 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 23:14:52 UTC
8f11452 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 05 May 2005, 22:37:16 UTC
1e4ca25 version 0.6devel18 git-svn-id: http://svn.osgeo.org/qgis/trunk@3320 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 21:13:14 UTC
52f1ba8 Makefile : - added qgsexception.cpp qgisapp.cpp : - if reading a project file yields missing layers, now will prompt user for new layer data source location [0] qgsexception : - added QgsProjectBadLayerException [1] qgsproject : - added new read that accepts QDomNode parameter [2] Notes: [0] Sadly this currently only works for vector layers with physical file data sources. Raster support should be added next as well as for other storage media types. (E.g., databases, URLs, etc.) [1] Thrown when, of course, QgsProject::read() encounters a layer that cannot be loaded. [2] This is part of the mechanism by which qgisapp can re-ask the canonical QgsProject instance to open the given layer represented by the QDomNode. ### Also note that the directory path is remembered after the first bad layer file dialog and is reused if there is more than one layer that needs to be reloaded. Bugs: The new layer signal isn't emitted after layers are successfully reloaded. Thus any plug-ins dependent on that signal will not be aware that a project has been successfully loaded. Current workaround is to reload the project after saving the corrected data source paths. The visual map extent doesn't appear to be restored, though that may be a by-product of ongoing projection implementation efforts. git-svn-id: http://svn.osgeo.org/qgis/trunk@3319 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 21:06:00 UTC
efaf210 histogram fixed for PALETTE raster git-svn-id: http://svn.osgeo.org/qgis/trunk@3318 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 14:52:41 UTC
d13110b use raster values instead of colors! for statistics git-svn-id: http://svn.osgeo.org/qgis/trunk@3317 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 14:51:29 UTC
96c9d35 selection follows box git-svn-id: http://svn.osgeo.org/qgis/trunk@3316 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 10:03:52 UTC
9f4194d postscript font scale git-svn-id: http://svn.osgeo.org/qgis/trunk@3315 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 10:03:02 UTC
6cd05f0 Show on the fly projection enabled / disabled status on the status bar. Clicking the icon brings up the project properties dialog. git-svn-id: http://svn.osgeo.org/qgis/trunk@3314 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 09:45:42 UTC
0f8d0ea postscript font scale git-svn-id: http://svn.osgeo.org/qgis/trunk@3313 c8812cc2-4d05-0410-92ff-de0c093fc19c 05 May 2005, 09:37:30 UTC
769449c Fixed problems when Zoom to All and Zoom to Selected Layer are used and on the fly projection is disabled. Eventually my thought is to make on the fly projection default behaviour, but for now I think its good to support both options. Fix was to do inverse extents transform conditionally based on the project property that tells us if OTF projections are enabled. git-svn-id: http://svn.osgeo.org/qgis/trunk@3312 c8812cc2-4d05-0410-92ff-de0c093fc19c 04 May 2005, 23:22:04 UTC
b6d9fa9 size 'fix' git-svn-id: http://svn.osgeo.org/qgis/trunk@3311 c8812cc2-4d05-0410-92ff-de0c093fc19c 04 May 2005, 17:07:12 UTC
9262a76 connect QgsGrassModuleInput to QgsMapCanvas signals addedLayer and removedLayer git-svn-id: http://svn.osgeo.org/qgis/trunk@3310 c8812cc2-4d05-0410-92ff-de0c093fc19c 04 May 2005, 09:21:27 UTC
8b552bd 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 04 May 2005, 09:00:52 UTC
8de759f set program name git-svn-id: http://svn.osgeo.org/qgis/trunk@3308 c8812cc2-4d05-0410-92ff-de0c093fc19c 04 May 2005, 08:59:40 UTC
165c6b7 correct raster resolution also for image/svg git-svn-id: http://svn.osgeo.org/qgis/trunk@3307 c8812cc2-4d05-0410-92ff-de0c093fc19c 04 May 2005, 08:40:56 UTC
5f4385a oversampling removed git-svn-id: http://svn.osgeo.org/qgis/trunk@3306 c8812cc2-4d05-0410-92ff-de0c093fc19c 04 May 2005, 08:36:44 UTC
70e0c47 Tagged as version 0.2.1 - to show that this tagged state builds against openmodeller 0.2.1 library. git-svn-id: http://svn.osgeo.org/qgis/trunk@3305 c8812cc2-4d05-0410-92ff-de0c093fc19c 03 May 2005, 20:52:08 UTC
e86a4a1 close layer/map properly git-svn-id: http://svn.osgeo.org/qgis/trunk@3304 c8812cc2-4d05-0410-92ff-de0c093fc19c 03 May 2005, 16:06:57 UTC
0e9bab5 raster follows requested resolution for Postscript git-svn-id: http://svn.osgeo.org/qgis/trunk@3303 c8812cc2-4d05-0410-92ff-de0c093fc19c 03 May 2005, 15:13:29 UTC
b3e41ec TODO setpagedevice git-svn-id: http://svn.osgeo.org/qgis/trunk@3302 c8812cc2-4d05-0410-92ff-de0c093fc19c 03 May 2005, 13:20:54 UTC
2b7e17b raise after file dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@3301 c8812cc2-4d05-0410-92ff-de0c093fc19c 03 May 2005, 11:54:13 UTC
d010dc0 use canonical path for location dir git-svn-id: http://svn.osgeo.org/qgis/trunk@3300 c8812cc2-4d05-0410-92ff-de0c093fc19c 03 May 2005, 09:46:42 UTC
ddbadc6 menu removed git-svn-id: http://svn.osgeo.org/qgis/trunk@3299 c8812cc2-4d05-0410-92ff-de0c093fc19c 03 May 2005, 09:41:42 UTC
7f1a8bf get current text if updated git-svn-id: http://svn.osgeo.org/qgis/trunk@3298 c8812cc2-4d05-0410-92ff-de0c093fc19c 02 May 2005, 16:45:13 UTC
87e215d Add the toolbar button to the normal plugin toolbar instead of a separate toolbar git-svn-id: http://svn.osgeo.org/qgis/trunk@3297 c8812cc2-4d05-0410-92ff-de0c093fc19c 02 May 2005, 14:33:51 UTC
b77519b 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 02 May 2005, 13:40:58 UTC
6cb32ef Commit Slovak translation for Lubos Balazovic git-svn-id: http://svn.osgeo.org/qgis/trunk@3295 c8812cc2-4d05-0410-92ff-de0c093fc19c 02 May 2005, 13:14:52 UTC
2d77da7 bug fix for user vs system srs.db checking (I had put it into the createFromSrid method instead of the createFromSrsId method... git-svn-id: http://svn.osgeo.org/qgis/trunk@3294 c8812cc2-4d05-0410-92ff-de0c093fc19c 02 May 2005, 11:57:27 UTC
4992c15 Read user proj list from resructured qgis.db git-svn-id: http://svn.osgeo.org/qgis/trunk@3293 c8812cc2-4d05-0410-92ff-de0c093fc19c 02 May 2005, 11:13:40 UTC
72e3567 Added logic so when a user clicks on a user defined srs, its proj string is shown in the text window. Cant test until qgis.db works for me too... git-svn-id: http://svn.osgeo.org/qgis/trunk@3292 c8812cc2-4d05-0410-92ff-de0c093fc19c 02 May 2005, 11:04:05 UTC
7a2ce13 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 02 May 2005, 10:24:10 UTC
b64d402 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@3290 c8812cc2-4d05-0410-92ff-de0c093fc19c 02 May 2005, 05:16:35 UTC
98d2ba1 Default projection to wgs84 git-svn-id: http://svn.osgeo.org/qgis/trunk@3289 c8812cc2-4d05-0410-92ff-de0c093fc19c 01 May 2005, 22:57:01 UTC
f69671a Aliased view output fields (this fixes problems with projection list not displaying in sqlite3 versions > 3.0) git-svn-id: http://svn.osgeo.org/qgis/trunk@3288 c8812cc2-4d05-0410-92ff-de0c093fc19c 01 May 2005, 21:11:53 UTC
420eb05 Added a couple of debug lines so I can see why its not working on Garys pc. git-svn-id: http://svn.osgeo.org/qgis/trunk@3287 c8812cc2-4d05-0410-92ff-de0c093fc19c 01 May 2005, 20:26:06 UTC
3e7fd59 Added the code for the georeferencer plugin to the main module - it is not hooked up to the build system yet git-svn-id: http://svn.osgeo.org/qgis/trunk@3286 c8812cc2-4d05-0410-92ff-de0c093fc19c 01 May 2005, 20:23:17 UTC
7f2a0ae 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 01 May 2005, 09:54:22 UTC
39f6e3b delete features before adding features in QgsVectorLayer::commitChanges (this may be useful in case of unique constrains in postgis tables git-svn-id: http://svn.osgeo.org/qgis/trunk@3284 c8812cc2-4d05-0410-92ff-de0c093fc19c 01 May 2005, 06:06:22 UTC
37cb594 Converted project projection state handling to use qgis SRSID rather than WKT format. git-svn-id: http://svn.osgeo.org/qgis/trunk@3283 c8812cc2-4d05-0410-92ff-de0c093fc19c 01 May 2005, 02:01:52 UTC
9fe8efa Win32 .pro files for qmake git-svn-id: http://svn.osgeo.org/qgis/trunk@3282 c8812cc2-4d05-0410-92ff-de0c093fc19c 01 May 2005, 00:15:20 UTC
87158d3 Show human readable projection family names in proj selector. Speedups in proj selector (which populates very quickly now). Added view for proj selector to srs_db git-svn-id: http://svn.osgeo.org/qgis/trunk@3281 c8812cc2-4d05-0410-92ff-de0c093fc19c 30 April 2005, 12:49:00 UTC
eeee0be Updates for projection selecto - not properly returns proj strings and wired into to new tbl_srs table. I still need to make a view and bind it to the view rather than the table so I can show projection names in user freingly format. Other bug fixes and dethunking. Projection is working with ogr layers but I notice that projection projection setting is not persisting...will hunt that down.... git-svn-id: http://svn.osgeo.org/qgis/trunk@3280 c8812cc2-4d05-0410-92ff-de0c093fc19c 30 April 2005, 12:27:02 UTC
55d7d79 Populated projection_acronym and ellipsoid acronym fields by parsing them out from theproj4 parameters field git-svn-id: http://svn.osgeo.org/qgis/trunk@3279 c8812cc2-4d05-0410-92ff-de0c093fc19c 30 April 2005, 11:20:15 UTC
5a9879b Added helper to proj selector to build sql to populate proj and ellps acronym fields in srs db (in progress). Removed unneeded postgis tables from srs.db. XXX NOTE: Please hold off updating from CVS head for the next 24 hours if you can help it unless you intend to actively work on projection stuff! XXX git-svn-id: http://svn.osgeo.org/qgis/trunk@3278 c8812cc2-4d05-0410-92ff-de0c093fc19c 30 April 2005, 04:14:11 UTC
d6aff2a Revived signal slot mechnsim between projection selector and coordinatetransforms. Made sure the transform is re-initialised if this slot is called. Projection is still pretty flakey but its getting nearer to being stable all the time. Please bear with me ... will just be another day or two I hope... git-svn-id: http://svn.osgeo.org/qgis/trunk@3277 c8812cc2-4d05-0410-92ff-de0c093fc19c 30 April 2005, 02:19:29 UTC
6d70e22 More projecton updates. Fixed some potential pointer corruption in qgscoordtransform git-svn-id: http://svn.osgeo.org/qgis/trunk@3276 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 23:57:37 UTC
fd13b24 set attribute table modal if it is in editing mode. Like this, map canvas editing and attribute table editing should not disturb each other. Note that this breaks 3.1 compability (am i right that 3.1 compatibility is not needed any more?) git-svn-id: http://svn.osgeo.org/qgis/trunk@3275 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 19:10:45 UTC
5e5f45a Projection updates. Still unstable. Work will continue this evening. git-svn-id: http://svn.osgeo.org/qgis/trunk@3274 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 16:58:54 UTC
c727624 v.overlay, r.slope.aspect git-svn-id: http://svn.osgeo.org/qgis/trunk@3273 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 14:31:55 UTC
77de89f typemask, type/layer option git-svn-id: http://svn.osgeo.org/qgis/trunk@3272 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 14:22:28 UTC
3f8c490 grassLayer: GRASS layer number git-svn-id: http://svn.osgeo.org/qgis/trunk@3271 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 14:21:46 UTC
4064628 Further implementation of qgsspatialrefsys. Cascaded changes as appropriate to dependent classes git-svn-id: http://svn.osgeo.org/qgis/trunk@3270 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 01:50:58 UTC
1481002 Yet more code changed to use the new way of inserting items into the plugin menu git-svn-id: http://svn.osgeo.org/qgis/trunk@3269 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 01:18:19 UTC
fd648a9 Move to the new way of setting a plugin menu item Change class names away from the generic Plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@3268 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 01:01:21 UTC
0d25410 Change to new way to add items to the plugin menu Change class name way from the generic Plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@3267 c8812cc2-4d05-0410-92ff-de0c093fc19c 29 April 2005, 00:28:22 UTC
ecb8d57 Modes to configure stuff so that the install directory is correctly deduced git-svn-id: http://svn.osgeo.org/qgis/trunk@3266 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 21:37:39 UTC
81fe175 Bug fix for crash when unloading plugin and when the server didn't/couldn't start up git-svn-id: http://svn.osgeo.org/qgis/trunk@3265 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 21:02:28 UTC
10beac3 These shouldn't be in CVS (imho) git-svn-id: http://svn.osgeo.org/qgis/trunk@3264 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 20:54:13 UTC
aef2fd8 Replace big buttons with icon buttons. You can still navigate them with the keyboard, I added keyboard accels to them too and tooltips to show their function. git-svn-id: http://svn.osgeo.org/qgis/trunk@3263 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 13:21:17 UTC
cdf6371 width scale fix git-svn-id: http://svn.osgeo.org/qgis/trunk@3262 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 13:17:12 UTC
9e79daa put labels on top git-svn-id: http://svn.osgeo.org/qgis/trunk@3261 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 13:09:30 UTC
49140a4 Icons for attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@3260 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 12:56:50 UTC
577781d Change to new way of setting plugin menu Change class name from Plugin Misc. bug fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@3259 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 11:29:24 UTC
88c8aa3 Added a validator to the qgsspatialrefsys that checks the state of the SRS and forces it into a valid state (as a last ditch it will set it to hard coded geocs:wgs84). Before doing that it will first follow the behaviour rules defined in Settings->prefs->projection. This will mean that providers no longer need to handl this and can simply try to set the srs then call validate() on it to make sure its in a valid state. Is valid also not properly checks if the srs is valid. So you can do something like: QgsCoordinateTransform * myCS = new QgsCoordinateTransform(srs,srs); if (!myCS->getSourceSrs()->isValid()) myCs->getSourceSrs->validate(); And you can be sure that the srs will be set. This is not wired into vector or raster layer yet. git-svn-id: http://svn.osgeo.org/qgis/trunk@3258 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 11:28:42 UTC
5daa4e7 open color dialog with current color; check ok/cancel git-svn-id: http://svn.osgeo.org/qgis/trunk@3257 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 11:09:53 UTC
c16a8de Fix small typo git-svn-id: http://svn.osgeo.org/qgis/trunk@3256 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 10:44:12 UTC
8533ba2 Package description for checkinstall git-svn-id: http://svn.osgeo.org/qgis/trunk@3255 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 10:41:05 UTC
28cc3e7 check install script added git-svn-id: http://svn.osgeo.org/qgis/trunk@3254 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 10:40:08 UTC
2a5e25b Changed to the new way of adding items to the plugin menu Fixed a big that caused a crash when unloading the plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@3253 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 05:59:41 UTC
bec7216 Changed to new way of setting the menu item in the plugin menu git-svn-id: http://svn.osgeo.org/qgis/trunk@3252 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 05:42:47 UTC
fae1abb Changed to new method for adding to plugin menu Changed class name from Plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@3251 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 05:36:33 UTC
d7c4a3f - change to new way to insert item into the plugin menu - change the class name away from the generic Plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@3250 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 01:29:24 UTC
a4f9ed3 Move to the new way of placing an item in the plugin menu git-svn-id: http://svn.osgeo.org/qgis/trunk@3249 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 01:20:24 UTC
bc28e5e Prevent crashes caused by uninitialised qgscoordinatetransform git-svn-id: http://svn.osgeo.org/qgis/trunk@3248 c8812cc2-4d05-0410-92ff-de0c093fc19c 28 April 2005, 00:06:23 UTC
40445a5 moved scale bar menu into the decoration plugin menu git-svn-id: http://svn.osgeo.org/qgis/trunk@3247 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 21:56:01 UTC
6390550 Bug fix: Plugin menu wasn't starting the plugin gui git-svn-id: http://svn.osgeo.org/qgis/trunk@3246 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 21:37:48 UTC
dbc8e7d Plugin gui code was being linked into the standalone version, resulting in unresolved linker errors (problem exposed with the change in how the plugin creates menus in qgis). git-svn-id: http://svn.osgeo.org/qgis/trunk@3245 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 21:30:51 UTC
b650ef4 Remove more of those pesky cvs ? warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@3244 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 21:07:41 UTC
ebf9f86 Take a punt here - I don't think that this file should be in cvs (it's automatically generated from the .ui file) git-svn-id: http://svn.osgeo.org/qgis/trunk@3243 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 20:59:47 UTC
2936dcc Changed to use the new way of setting up its entry in the plugin menu git-svn-id: http://svn.osgeo.org/qgis/trunk@3242 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 19:58:58 UTC
f7cbd27 fix for renderer names, which where inserted two times in QgsDlgVectorLayerProperties and fix for the round off bug in 'equal interval' classification mode git-svn-id: http://svn.osgeo.org/qgis/trunk@3241 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 19:23:21 UTC
ad1cdf8 Remove changes inadvertantly committed wich force use of aclocal 1.8 and automake 1.8 git-svn-id: http://svn.osgeo.org/qgis/trunk@3240 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 14:49:37 UTC
bede0c7 number formating git-svn-id: http://svn.osgeo.org/qgis/trunk@3239 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 14:37:44 UTC
b91e850 Added QgsSpatialRefSys to maplayer and dataprovider interfaces git-svn-id: http://svn.osgeo.org/qgis/trunk@3238 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 12:59:40 UTC
aa2862c cross2 bunding box fix git-svn-id: http://svn.osgeo.org/qgis/trunk@3237 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 12:18:07 UTC
9c6531c increment and total swaped, azimuth disabeled git-svn-id: http://svn.osgeo.org/qgis/trunk@3236 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 09:28:50 UTC
3a688a1 do not add new point if zoom is stoped, reset measure by right mouse button git-svn-id: http://svn.osgeo.org/qgis/trunk@3235 c8812cc2-4d05-0410-92ff-de0c093fc19c 27 April 2005, 09:27:24 UTC
back to top