1175 Commits

Author SHA1 Message Date
timlinux
437fa0acf1 Bug fix for new freakout color ramp.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1148 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-04 00:36:58 +00:00
gsherman
4d68a556e3 Updated TODO list with tasks required for 0.2 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1147 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-03 16:42:34 +00:00
timlinux
32e2cd446e Added new color ramper for grayscale and pseudcolor grayscale image called freak out (its a bit psycadellic at the moment). Last class break ne
eds some work! Bugfix for raster artifacts.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1146 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-03 11:05:34 +00:00
timlinux
1ce1f11d4e Added new color ramper for grayscale and pseudcolor grayscale image called freak out (its a bit psycadellic at the moment). Last class break needs some work!
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1145 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-03 11:02:30 +00:00
timlinux
6e996a1a28 Attempted fix for bug #928402 - where artifacts are drawn during raster rendering.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1144 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-03 09:27:16 +00:00
jobi
33820e0738 just a typo
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1142 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 22:34:46 +00:00
jobi
79b66b6ed5 ** Added version checks for autoconf, automake and libtool
** Small bugfixes


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1140 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 22:14:28 +00:00
mcoletti
46117a7322 Fixed bug where the script needs to return to original directory otherwise any
other changes in the source hiearchy will also get picked up.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1138 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 19:21:44 +00:00
mcoletti
61671c486b Rolling forward QgsFeature::setGeometry() interface change whereby the size of
the well known type geometry binary buffer is also now passed in.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1137 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 19:18:42 +00:00
mcoletti
bbb8da107a extra version 25
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1136 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 18:31:24 +00:00
mcoletti
564d48f202 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/qgis@1135 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 18:00:47 +00:00
stevehalasz
c399fc416e *** empty log message ***
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1134 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-02 17:34:15 +00:00
timlinux
e99ac568b2 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/qgis@1133 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 21:54:37 +00:00
jobi
8cc5fd2b8a ** changed qgiscommit to hopefuly fix all problems
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1132 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 14:01:10 +00:00
jobi
14586f298d ** Extended tools/qgiscommit to pass parameters to cvs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 12:31:46 +00:00
jobi
6cfa2c24f2 ** Fixed GRASS plugin and provider build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1130 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 12:23:06 +00:00
timlinux
cd735e40ef Gui enhanncements for delimited text plugin dialog.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1129 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-01 05:31:49 +00:00
mcoletti
0a6855792f - eliminated unnecessary copying of strings
- reformatted using ident rules

- removed extra "const" in implementation


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1128 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 22:39:06 +00:00
jobi
9c2601d125 ** 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/qgis@1127 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 22:06:54 +00:00
timlinux
c1f118f705 Fix for knock on effects of change of filename from shapefil.h to shapefile.h
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1126 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 20:36:46 +00:00
mcoletti
1f79a3919a QgsField is now const correct. Unnecessary copying of strings fixed.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1125 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 19:16:04 +00:00
mcoletti
607bf4a251 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/qgis@1124 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 18:57:31 +00:00
mcoletti
edeab0eed5 Added #include sentinals
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1123 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 18:03:18 +00:00
jobi
d1425f4ed2 ** fixed small bug
** renamed plugins/gps_importer/shapefil.h to shapefile.h


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1122 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 11:54:03 +00:00
jobi
360c3e87e7 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/qgis@1121 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-30 22:23:08 +00:00
mhugent
ebd15090d4 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/qgis@1120 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-30 07:20:24 +00:00
mhugent
f9142af2c2 removed bug in continuous renderer, for points apply the color for outline instead of fill
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1119 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-30 07:08:17 +00:00
mhugent
4d96667091 made dialogs to chose marker, linestyle, pattern stay on top of the other widgets
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1118 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-29 17:59:22 +00:00
mhugent
cc2d1b5f92 removed a bug in QgsSiMaRenderer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1117 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-29 08:28:12 +00:00
timlinux
35402e471f 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/qgis@1116 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 20:58:06 +00:00
mhugent
20130e358e added some comments and removed a bug
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1115 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 14:01:49 +00:00
mhugent
aba1aaec1d 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/qgis@1114 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 09:49:36 +00:00
timlinux
518b991771 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/qgis@1113 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 00:44:52 +00:00
timlinux
464fbcbe1b Comments and minor version increment for snapshot fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1112 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 00:05:12 +00:00
timlinux
9889ef9d11 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/qgis@1111 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-28 00:00:04 +00:00
timlinux
6d42994b64 Improved session management so that layers list from last use of plugin gui are remembered.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1110 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-27 14:53:54 +00:00
jobi
657f6f1f18 ** 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/qgis@1109 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-27 13:50:25 +00:00
timlinux
123aecac07 These files should not be in cvs they are generated by moc
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1108 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-27 12:41:16 +00:00
mhugent
9e45e64f35 added classes for a dialog to select markers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1107 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-27 11:55:07 +00:00
mcoletti
a58281c4ef 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/qgis@1106 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 22:52:10 +00:00
mcoletti
e059645ea2 - 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/qgis@1105 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 22:29:54 +00:00
mhugent
7c05b872c1 passing window focus back to the vector properties dialog after chosing a color/ linestyle/ image
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1104 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 17:44:28 +00:00
gsherman
f289cfa491 Added GRASS support from Radim
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1103 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 17:42:11 +00:00
gsherman
f8aeda2cf4 Added GRASS provider from Radim
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1102 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 17:37:07 +00:00
mcoletti
bc4fca7b7d Corrected error in which <iostream> wasn't getting included in implementation
file.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1101 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 17:20:53 +00:00
jobi
cf0c186139 ** forgot to remove tempfile
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1100 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 13:48:57 +00:00
jobi
fe65ecb246 Removed Newline after statusline
Should work now fine!
Have fun


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1099 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 13:30:49 +00:00
jobi
9398f0de52 Added qgiscommit tool
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1098 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 13:23:55 +00:00
jobi
28920611be updated changelog and version
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 12:24:40 +00:00
timlinux
3814f9e46a Added missing bracket in init function.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1096 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 11:58:21 +00:00