rabla
1139a968fa
module options separated into new class
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4007 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-29 12:39:19 +00:00
timlinux
83244e8788
Applied patch from Karl
...
[ 1305377 ] constructor initialization order warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4002 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-28 23:59:13 +00:00
rabla
7795e8a4e3
<br> must be at the end of line?
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3997 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 16:22:34 +00:00
rabla
f859ca2cb6
create new vector
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3996 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 16:14:53 +00:00
rabla
37fca95853
static list of vector layers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3995 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 16:12:59 +00:00
rabla
0147d212d1
fix bug in select vector/raster
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 15:36:23 +00:00
telwertowski
ec0d94df75
applicationDirPath is in class QApplication (which is not a superclass of QgisApp)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3993 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 14:29:29 +00:00
rabla
c0841924f5
new/updated tools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3992 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 10:16:22 +00:00
rabla
5104529d1a
new/updated tools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3991 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 10:09:02 +00:00
rabla
418700c352
open/new/close mapset
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3990 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 09:43:08 +00:00
rabla
35980df9e0
deleted ui.h
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3989 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-27 09:42:30 +00:00
gsherman
fb502a9203
Fix for HEAD compile
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3986 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-26 04:51:22 +00:00
gsherman
ac075b9c00
Makefile.am fix to allow compile
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3985 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-26 04:38:38 +00:00
g_j_m
ebcedb71e6
fix a little typo
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3984 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-26 04:05:59 +00:00
g_j_m
05cb4e4c4a
Modify Makefile.am files to get qgis to compile from a clean cvs checkout. No guarantees that it actually will compile yet, but here's hoping (to test a clean
...
checkout, I need to commit the changes, so that I can do a clean checkout to test if it works).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3981 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-26 03:32:16 +00:00
g_j_m
329aef52c3
Bug fix. Compiling under QT3 didn't work. The changes here are an attempt to fix the problem, but need reviewing by morb_au first before they are applied to all of the other directories that have the same problem.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3976 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-25 05:09:03 +00:00
gsherman
3bf0a36738
Moved qgsscangeometries.ui.h out of SPIT_UI to prevent its deletion when
...
doing a make clean. Files ending in ui.h are not generated; they are original
source files and should not be included in BUILT_SOURCES.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3964 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-23 13:56:36 +00:00
morb_au
7f5677d2aa
More changes for Qt4 porting readiness.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3948 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-21 21:11:18 +00:00
timlinux
6b1f74b69b
Applied following patches:
...
1293255 SPIT: bugfix for "no fields" problem
1293069 2 bugfixes regarding extent calculation
1292938 added panning to overview
1253211 patch for PostGIS provider
1253027 patch for querybuilder
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3919 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-17 09:51:12 +00:00
morb_au
f8fabcbedf
More changes for Qt4 porting readiness.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3915 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-16 23:30:38 +00:00
morb_au
e68037634a
More changes for Qt4 porting readiness.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3914 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-16 23:08:59 +00:00
morb_au
871860604c
More changes for Qt4 porting readiness.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3912 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-15 22:05:05 +00:00
morb_au
03c5046358
More changes for Qt4 porting readiness.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3911 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-15 21:33:04 +00:00
rabla
67627f923c
slightly modified nviz tool posted by Larissa Junek
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3893 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-07 13:28:43 +00:00
rabla
aebcb395ed
fix for enable/disable actions
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3892 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-07 13:05:58 +00:00
morb_au
a308a3cf75
Allows the GRASS plugin code to find the new location of QGIS legend code (../../src/legend).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3797 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-07-27 00:27:04 +00:00
morb_au
251716ab04
Merged changes in the 0.7 release candidate branch (as at "Release-0_7-candidate-pre1") back into the trunk.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3691 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-07-03 00:18:14 +00:00
rabla
79572d3e09
escape apostrophe, use null if text is empty
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3603 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-06-15 13:33:24 +00:00
morb_au
d4480ebe32
Cleanup of bug 1212152 - adding GDAL flags to Makefile.am.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3567 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-06-10 23:53:07 +00:00
morb_au
7ccf59c89f
Add $(GDAL_CFLAGS) and $(GEOS_CFLAGS) to Makefile.am's. Addresses bug 1212152 and Martin Dobias' email of 8 June 2005.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3561 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-06-09 20:44:28 +00:00
rabla
fa4a38594f
the beer replaced by button
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3515 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-06-01 15:48:55 +00:00
rabla
e11b808791
the beer replaced by button
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3513 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-06-01 15:34:27 +00:00
g_j_m
c2e3b3de95
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
2005-05-16 06:47:45 +00:00
gsherman
98e85c5e53
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-0410-92ff-de0c093fc19c
2005-05-15 00:08:55 +00:00
larsl
3e8c1c8c44
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/qgis@3394 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-14 23:49:32 +00:00
g_j_m
d3405b5a81
tell cvs to ignore some files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3393 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-14 18:34:57 +00:00
gsherman
1b5087d9c2
Backport to Qt 3.2
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3392 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-14 16:39:12 +00:00
gsherman
596b35a833
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
2005-05-14 16:33:03 +00:00
g_j_m
f6627600c9
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
2005-05-14 06:48:46 +00:00
larsl
17785e9ae5
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/qgis@3383 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-14 00:48:16 +00:00
jobi
f7fdd30fe4
Tweak of makefiles and prepared for a release.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3376 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-13 21:39:20 +00:00
g_j_m
88eb798a8a
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/qgis@3372 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-13 20:03:16 +00:00
g_j_m
841f6c9847
Tell cvs to ignore more files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3364 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-12 21:28:06 +00:00
rabla
c8c2480523
buffer by Marko Sosic
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3358 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-12 16:10:25 +00:00
g_j_m
e86c7ea9a9
Allow for map units of nautical miles
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3355 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-12 00:02:07 +00:00
g_j_m
1020657be1
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/qgis@3352 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-11 08:29:32 +00:00
g_j_m
1b62206c8d
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-4d05-0410-92ff-de0c093fc19c
2005-05-11 07:54:25 +00:00
rabla
75d96b46c5
fill arrow
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3347 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-10 15:21:59 +00:00
rabla
6d6ed1aeb5
new modules posted by Marko Sosic (mpinux@gmail.com)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3346 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-10 09:41:42 +00:00
rabla
47c9f9fedd
relative path, cut long title, manual
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3345 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-10 09:38:17 +00:00