mcoletti
684db13798
extra version 25
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1136 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 18:31:24 +00:00
mcoletti
b078515f09
Makefile.am :
...
- added qgsfeature.cpp and qgsfeatureattribute.cpp to resolve symbols for
plug-in
qgsfeature :
- now const correct
- class well known text member now uses QString, which is safer
- geometry now has associated length, which is necessary for proper copying
- added copy ctor and assignment operator, which you must do if there's an
embedded pointer
- setGeometry() now deletes any previously assigned geometry, if any
git-svn-id: http://svn.osgeo.org/qgis/trunk@1135 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 18:00:47 +00:00
stevehalasz
e363f56339
*** empty log message ***
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1134 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 17:34:15 +00:00
timlinux
924ad0a30e
Removed hard coded list of algorithm names and made sure correct algorithm name is written to request file.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1133 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 21:54:37 +00:00
jobi
ae1f54f7c4
** changed qgiscommit to hopefuly fix all problems
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1132 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 14:01:10 +00:00
jobi
f4f094b0dc
** Extended tools/qgiscommit to pass parameters to cvs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 12:31:46 +00:00
jobi
88f600f163
** Fixed GRASS plugin and provider build
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1130 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 12:23:06 +00:00
timlinux
fc530d304b
Gui enhanncements for delimited text plugin dialog.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1129 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 05:31:49 +00:00
mcoletti
e50be469d9
- eliminated unnecessary copying of strings
...
- reformatted using ident rules
- removed extra "const" in implementation
git-svn-id: http://svn.osgeo.org/qgis/trunk@1128 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 22:39:06 +00:00
jobi
a1abe6de76
** fixed strange warning: object 'foo.$(OBJEXT)' created both
...
with libtool and without
** also cleaned the other Makefiles that way
git-svn-id: http://svn.osgeo.org/qgis/trunk@1127 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 22:06:54 +00:00
timlinux
102d09ba47
Fix for knock on effects of change of filename from shapefil.h to shapefile.h
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1126 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 20:36:46 +00:00
mcoletti
2d3afb7ae1
QgsField is now const correct. Unnecessary copying of strings fixed.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1125 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 19:16:04 +00:00
mcoletti
2ac8890069
Replaced QString forward declaration with #include <qstring.h> since the header requires full knowledge of QString
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1124 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 18:57:31 +00:00
mcoletti
ca9dd1bc76
Added #include sentinals
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1123 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 18:03:18 +00:00
jobi
a6a4598479
** fixed small bug
...
** renamed plugins/gps_importer/shapefil.h to shapefile.h
git-svn-id: http://svn.osgeo.org/qgis/trunk@1122 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 11:54:03 +00:00
jobi
23ebfe5edc
A lot of small changes to make release work again
...
Probably more cleaning in the Makefiles needed
git-svn-id: http://svn.osgeo.org/qgis/trunk@1121 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-30 22:23:08 +00:00
mhugent
08a26d4f53
fix for bug in continuous color renderer which appeared if the minimum and the maximum value of a classification field are the same
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1120 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-30 07:20:24 +00:00
mhugent
6ac08e261e
removed bug in continuous renderer, for points apply the color for outline instead of fill
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1119 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-30 07:08:17 +00:00
mhugent
d282d305ed
made dialogs to chose marker, linestyle, pattern stay on top of the other widgets
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1118 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-29 17:59:22 +00:00
mhugent
e5f8744736
removed a bug in QgsSiMaRenderer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1117 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-29 08:28:12 +00:00
timlinux
8ee7efb917
Minor updates to fix build problems and dynamically fetch algorithm list from openModeler lib (still inprogress). Note the makefile is hard coded to look for openmodeller includes in /usr/local/include/openmodeller
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1116 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 20:58:06 +00:00
mhugent
b2da5b02bc
added some comments and removed a bug
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1115 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 14:01:49 +00:00
mhugent
13cc29b5d6
dialog to choose marker symbols can now be used. Small problems related to keyboard focus are still subject of work
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1114 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 09:49:36 +00:00
timlinux
e7a153e9f5
Added ifdefs to check if DISPLAY var is set and create qapp accordingly. Still need to implement a version of qgisapp that has no qwidget derived classes for non-interactive mode to work correctly.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1113 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 00:44:52 +00:00
timlinux
6a108e6896
Comments and minor version increment for snapshot fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1112 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 00:05:12 +00:00
timlinux
760892cdbb
Fix for snapshot mode. Liberal application of processEvents() seems to do the trick. Note that snapshot mode still requires a DISPLAY even though no gui stuff is actually shown. In the future snapshot should be implemented using non-interactive mode if possible.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1111 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 00:00:04 +00:00
timlinux
65595d0e41
Improved session management so that layers list from last use of plugin gui are remembered.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1110 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-27 14:53:54 +00:00
jobi
2b1cd15e0f
** autogen.sh now passes paramters to configure
...
** fixed tools/qgiscommit by using mktemp, thanx mcoletti
** pluginpath is now taken of libdir to be 64bit compliant (e.g./usr/lib64/qgis)
git-svn-id: http://svn.osgeo.org/qgis/trunk@1109 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-27 13:50:25 +00:00
timlinux
9fb6e09da6
These files should not be in cvs they are generated by moc
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1108 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-27 12:41:16 +00:00
mhugent
b9cab781fb
added classes for a dialog to select markers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1107 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-27 11:55:07 +00:00
mcoletti
b5aee9e66e
QGuardedPtr can only be used on classes derived from QObject. Since OGRFeature
...
isn't derived from QObject it was inappropriate to use QGuardedPtr for
OGRFeature objects. Fixed to use old fashioned pointer checking and deleting.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1106 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 22:52:10 +00:00
mcoletti
4f120dc186
- plugged memory leak in QgsShapeFileProvider::getFirstFeature() whereby the
...
OGRFeature wasn't getting destroyed
- made getFirstFeature() a little more robust with regards to handling memory
related errors
- implementation files should include their own headers first, so moved its
#include accordingly to top; the meant creating class forward declarations
in header file.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1105 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 22:29:54 +00:00
mhugent
d57835a2b7
passing window focus back to the vector properties dialog after chosing a color/ linestyle/ image
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1104 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 17:44:28 +00:00
gsherman
96fed52767
Added GRASS support from Radim
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1103 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 17:42:11 +00:00
gsherman
50a0b01fe2
Added GRASS provider from Radim
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1102 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 17:37:07 +00:00
mcoletti
8bcfa6465b
Corrected error in which <iostream> wasn't getting included in implementation
...
file.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1101 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 17:20:53 +00:00
jobi
b97ec7a55e
** forgot to remove tempfile
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1100 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 13:48:57 +00:00
jobi
a3dfa93b82
Removed Newline after statusline
...
Should work now fine!
Have fun
git-svn-id: http://svn.osgeo.org/qgis/trunk@1099 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 13:30:49 +00:00
jobi
d11a6ed5d5
Added qgiscommit tool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1098 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 13:23:55 +00:00
jobi
0cd8c68514
updated changelog and version
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 12:24:40 +00:00
timlinux
c802cdf3ac
Added missing bracket in init function.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1096 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 11:58:21 +00:00
mhugent
a95aff130d
fix for crashes when chosing very small scale factors in the single marker dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1095 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 11:23:48 +00:00
jobi
27777b21ce
Fixed bug #920070
...
Made plugin-libdir 64bit compatible
git-svn-id: http://svn.osgeo.org/qgis/trunk@1094 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 11:10:51 +00:00
gsherman
8ea97250ab
Changed parsing/splitting to use regular expressions. This allows special
...
characters such as tab (\t) to be specified.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1093 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 05:54:17 +00:00
gsherman
2685d713b3
Added qgsfield.cpp to libqgis_la_SOURCES so it gets built into the library.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1092 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 04:45:34 +00:00
timlinux
4a0b04c8bb
Changed wkt entry box to a combo and coded the wkt projections into code itself. Various other minor changes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1091 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 01:17:59 +00:00
mcoletti
c8445d7b44
qgisapp.cpp :
...
- moved #include <qgsconfig.h> to header
qgisapp.h :
- #include <qgsconfig.h> moved here because otherwise addDataBaseLayer() not
declared
qgisappbase.ui.h :
- added debug statement for when QgisAppBase::addDatabaseLayer() invoked
instead of QgisApp::addDataBaseLayer()
qgsvectorlayer.h
- deleted extra #include <map>
git-svn-id: http://svn.osgeo.org/qgis/trunk@1090 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-25 22:18:58 +00:00
mcoletti
5a45049672
This file, too, was inadvertantly commited to CVS and has been restored to its
...
prior version.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1089 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-25 21:13:54 +00:00
mcoletti
ddb6377a85
While making changes for the new plug-in library and Makefile.am structure, I
...
inadvertantly made changes to this file that apparently broke dependent
files. This restores the ui file to the previous, working version.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1088 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-25 20:49:03 +00:00
timlinux
74379d89b4
Disabled standalone build profile for now
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1083 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-24 23:44:24 +00:00