sbr00pwb
a4637eceef
Added functionality for enable check box
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-16 21:04:46 +00:00
mhugent
b25ce35fb7
added a method getNextFeature(std::list<int>&) to the dataprovider classes (but didn't program it yet). The idea is, that besides copying no attributes (getNextFeature(false)) or all attributes (getNextFeature(true)), it should be possible to copy only the attributes with indexes contained in the passed list. This should improve the rendering efficiency of graduated renderers. I plan to implement this method for the shapefileprovider and make some efficiency tests. For the other data provider, it would be nice to have some help, because i am not very familiar with e.g. the postgresprovider, the delimited text provider or the grass provider
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1414 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-16 20:39:47 +00:00
larsl
3f36b20bdb
** Corrected file name extension for PNG files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1413 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-16 15:16:05 +00:00
gsherman
09227e2f91
Added two desktop icons
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1412 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-16 14:48:44 +00:00
timlinux
74ac34f48f
Commented out debug message whiich prnts out as each feature is fetched because it really slows things down and makes it difficult to see other debug messages (they get pushed out the scroll buffer).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1411 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-16 05:40:55 +00:00
timlinux
f61233c145
Placement now works when n-arrow is unrotated. State of placement restored when dialog restored.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1410 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-15 22:56:40 +00:00
timlinux
599da67a1e
Minor change to reduce dialog size.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1409 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-15 21:40:55 +00:00
larsl
3909b8adf5
Added my mugshot
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1408 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-15 20:42:34 +00:00
mhugent
0936e4304e
graduated dialogs keep settings now if classification field or classification mode are changed
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1407 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-15 14:30:05 +00:00
timlinux
c2fd2985d3
Raster props changes: Switched order of general tab and symbology tab - as you normally change straight to symbology tab anyway. Removed stats tab and consolidated stats into metadata tab. Clean ups on metadata tab.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1406 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-15 14:11:47 +00:00
timlinux
782b9e3c9a
Switched order of general tab and symbology tab - as you normally change straight to symbology tab anyway. Removed stats tab and consolidated stats into metadata tab. Clean ups on metadata tab.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1405 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-15 14:08:23 +00:00
timlinux
fb0833390a
Pyramid info in raster stats
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1403 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-15 00:28:52 +00:00
timlinux
b800f5e8de
Metadata tab now displays raster pyramid info
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1402 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-15 00:20:53 +00:00
larsl
10a8bd9245
** Cleaned up the enabling/disabling of controls in the GPS dialog
...
** Changed the order in which different layers are loaded from a GPX file
** Added the basename of the GPX or LOC file in the layer name
** Changed the plugin name to the more general "GPS Tools"
git-svn-id: http://svn.osgeo.org/qgis/trunk@1401 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-14 11:47:12 +00:00
larsl
c157afc88b
** Fixed a bug that caused the canvas to have a fixed width of 400 with my
...
Qt version - the main grid layout for the main window had one extra column
git-svn-id: http://svn.osgeo.org/qgis/trunk@1400 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-14 11:08:22 +00:00
timlinux
55cf901c7e
Minor changes to plugin interface to make load raster and load vector functions void
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1397 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-14 00:37:26 +00:00
larsl
ebe044e6d4
** Added a tab for loading GPX and LOC files to the GPS plugin dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1396 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 23:53:20 +00:00
sbr00pwb
59a81cbad0
Added placeholder for north arrow placement support
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1395 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 23:22:01 +00:00
sbr00pwb
7a1678da18
Tidied up GUI
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1394 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 23:16:40 +00:00
larsl
bdd8979bb8
** Added a virtual destructor to QgsDataProvider and deleted dataProvider in
...
the destructor for QgsVectorLayer
git-svn-id: http://svn.osgeo.org/qgis/trunk@1393 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 22:44:08 +00:00
larsl
67454fd8a9
Changing std::string to QString in GPSData::getData() and GPSData::releaseData() to support Qt libraries built without STL support
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1392 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 21:51:33 +00:00
timlinux
9db85b5856
Bugfixes to dbf creation in grid maker and gps importer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1391 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 10:17:12 +00:00
timlinux
b2ff8b7387
Fix path error for bdf creation.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1390 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 09:55:00 +00:00
timlinux
97eabdfd23
Fix bad path in dbf creator.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1389 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 09:54:18 +00:00
timlinux
c905eaba9d
Moved here from directory above
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1388 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 09:30:59 +00:00
timlinux
4a6a4ccd40
Moving this file into sample data dir
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1387 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 09:30:07 +00:00
gsherman
e341594355
Answer to a XXX question added to comment - A useless commit this is...
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1386 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 03:45:13 +00:00
gsherman
161051ba3b
Fix for OS X endian bug (needs further testing)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1385 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 03:14:24 +00:00
gsherman
2fa6ace834
Fixes for OS X endian bug
...
** Incremented version in configure.in
** Updated ChangeLog
git-svn-id: http://svn.osgeo.org/qgis/trunk@1384 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-13 03:13:12 +00:00
mhugent
c4ac1ba8c1
some minor fixes. The impossibility to constrain the initial size in QScrollView::AutoOneFit mode still causes problems in qgsgrasyextensionwidget
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1383 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-12 20:41:25 +00:00
mcoletti
fe3df30010
Fix for bug #950499 ; legend now cleared for new projects.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1382 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-12 20:39:30 +00:00
timlinux
94aeaebf3a
Overloaded qwidget paint and resize events to draw north arrow so we dont have strange enpty looking dialogs.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1381 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-12 18:03:45 +00:00
jobi
d8f710b4c3
** added endian checks in configure
...
** decreased versions in the auto* checks
git-svn-id: http://svn.osgeo.org/qgis/trunk@1380 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-12 08:28:04 +00:00
timlinux
90dce01931
More clean ups - remove icon selection tab until its implemented
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1379 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-12 08:15:46 +00:00
timlinux
8e654e9e2b
Gui cleanups. Arrow preview displays in center of label widget now. Added sidebar image to replace template default. Renamed spinRotation to spinSize and diconnected from rotation signals / slots. Added show checkbox (not functional yet).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1378 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-12 06:11:47 +00:00
timlinux
e426f52671
Logo for dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1377 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-12 06:08:44 +00:00
timlinux
989ba3728c
addProject added to interface
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1376 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-11 23:08:45 +00:00
timlinux
bdf2542d04
Put north arrow in the hot water wash to shrink it a bit.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1375 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-11 23:04:47 +00:00
timlinux
a78e0a8804
Minor change to add debug out when project is being loaded
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1374 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-11 22:38:10 +00:00
larsl
b34b7f35a0
Don't add track and route layers for LOC files, throw real exceptions instead of strings in GPSData, move all file loading from QgsGPXProvider to GPSData, add a static container with reference counting to let GPX layers from the same file share data, use signaling_NaN instead of -max for 'no data' in waypoint elevation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1371 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-11 22:00:56 +00:00
timlinux
74025261cf
Added qgisApp->addProject(QString) to the plugin interface.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1369 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-11 15:21:57 +00:00
timlinux
5c9c5b6cde
Fix error causeing plugin load to fail.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1364 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-11 04:36:49 +00:00
larsl
c8e94e3c4e
Changed version=3.3 to version=3.1.2
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1360 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-10 23:15:19 +00:00
larsl
31d5593a85
The GPS plugin now adds GPX files as three layers, one for each feature type: waypoints, routes, and tracks
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1359 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-10 22:59:12 +00:00
timlinux
2a2a42fb7a
North Arrow rotation now works (thanks largely to larsl's maths skills). Implementation of other north arrow properties still in progress.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1358 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-10 22:45:22 +00:00
larsl
2588c53dfb
Added my email address
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1357 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-10 16:51:25 +00:00
sbr00pwb
513dedd951
Tidied up default north arrow
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1356 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-10 09:35:58 +00:00
sbr00pwb
105c74575b
Default north arrow in png format
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1355 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-10 09:24:31 +00:00
timlinux
98d652d543
Minor fix to correct search path for pngs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1354 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-09 17:00:40 +00:00
timlinux
e164e019e2
Temporary kludge to make north arrow show a png rather than svg
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1353 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-09 12:41:03 +00:00