800 Commits

Author SHA1 Message Date
gsherman
ad7ae64dd0 Added snapshots for plugin documentation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1066 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-23 04:40:20 +00:00
timlinux
fe03a46dd6 Null detection for labels and got rid of the fprintf stuff that caused raised eyebrows and stern disapproval from Mcoletti
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1065 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-23 01:37:31 +00:00
timlinux
4a76e9b933 Gui clean up to detect incorrect input file, and to allow hand entered file names. Layer now displays properly in gui after importing.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1064 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-23 01:36:19 +00:00
timlinux
2278100d93 Backdated changelog comments I forgot to commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1063 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-23 01:02:28 +00:00
timlinux
68b079d4d3 Updated version no
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1062 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-23 01:01:51 +00:00
timlinux
a96b1ebb06 Make cancel button work...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1061 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-23 00:44:31 +00:00
timlinux
a58d252cdb This is a sample garmin dump file kindly provided by Shuyler for testing....
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1060 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-23 00:05:29 +00:00
timlinux
fc60fe6bb7 Added gps_importer to make process
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1059 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-22 23:59:11 +00:00
timlinux
44e3978880 This is a c++ first draft of a port of a perl script by Schuyler to import Garmin gps dump files as a shapefile. The resulting imported file will be displayed in the map view. At the moment it only generates a point layer of the waypoints but a future version will generate polylines and perhaps polygons too using similar logic to that used by Shuylers perl stuff. Note this plugin is still under construction and I am commiting it mainly so that other developers can assist me when I get stuck. Also note that the plugins Makefile builds a standalone app based on the plugin gui that can be run separately from qgis.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1058 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-22 23:38:26 +00:00
mcoletti
8d156a3c00 Version 0.1.0devel8
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1057 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-22 20:04:56 +00:00
mcoletti
6d02614cef - s/config.h/qgsconfig.h [0]
- qgsconfig.h now has header sentinals

- now will install headers in $(prefix)/qgis/include and libqis.* library in
  $(prefix)/lib [1]

- "src/Makefile" no longer relies on explicit dependencies and uses better
  naming scheme for created source files [2]

Notes:

[0] To eliminate any file namespace collisions.  Unfortunately there will
    still be some macro name collisions.  These are harmless, though annoying.
    What needs to happen is that all header file references to "qgsconfig.h"
    be moved to implementation files, thus breaking any include dependencies
    for external software.

[1] There currently does not exist a way to make this optional; these will
    always install.  In the future, this might be something toggleable by a
    configure script option.  Moreover, there does not currently exist a
    "qgis-config" script for getting command line options for external,
    dependant software; there might be one in a future release.

    I decided to err on including too many header files; almost certainly some
    of the header files that are currently installed can be culled from the
    "to install" list.

    The new make file has two targets: the old qgis application target, and a
    second one for the library.  As plug-ins are developed, there may be a
    need to add more source files to the library to link against.  I just
    added in the bare minimum for the current set of plug-ins.  If more
    sources need to be added, just add them to libqgis_la_SOURCES, near the
    bottom of  "src/Makefile.am".

[2] All *.ui files will create corresponding *.uic.h and *.uic.cpp files.
    Since these also need MOC files, *.moc.uic.cpp files are also
    automatically created.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1056 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-22 20:00:55 +00:00
timlinux
1b4acf5aa6 Updated for kdevelop 3 and to not use qmake stuff anymore.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1055 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-21 20:24:53 +00:00
timlinux
a3927ea75d Added thumbnail preview of raster to raster props dialog.
Added drawThumbnail method to rasterlayer.cpp
   Split (overloaded) draw method in rasterlayer.cpp so that some parts of
   the original draw method could be used by drawThumbnail method too.

Fixed a bug in the drawing of pseudocolor single band grayscale images that
   prevented all class breaks being displayed.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1054 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-21 20:24:00 +00:00
mhugent
f6a2e55780 bugfix related to single marker
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1053 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-21 18:05:27 +00:00
mhugent
d394dc9c0f added possibility to save and load markers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1052 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-21 15:35:37 +00:00
mhugent
af9d7c2060 added caption to the dialog for chosing pictures
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1051 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-20 16:43:24 +00:00
mhugent
b46956baf5 small change to update the svg pixmap on button in case the scale factor has changed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1050 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-20 15:31:25 +00:00
mhugent
6b151d4a64 added displaying of the chosen svg image to the button
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1049 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-20 10:12:09 +00:00
stevehalasz
2314eacf6f a couple of compile fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1048 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-19 16:45:29 +00:00
mhugent
f1f7b5d600 added default scale factor for single marker renderer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1047 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-19 15:41:06 +00:00
mhugent
ffb8d1bd04 added displaying of SVG symbol to the pixmap displayed in the legend item
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1046 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-19 10:53:31 +00:00
gsherman
0453378798 Added qgssymbol.cpp to Makefile.am. An unknown change in the symbology
code apparently added qgssymbol as a dependency. Without it, the plugins
do not load but rather faile with unknown symbol error (QgsSymbol::setColor)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1045 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-19 01:25:56 +00:00
mhugent
13d3f33c7a single marker renderer now draws svg on the canvas. Code is still messy and incomplete
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-18 14:06:01 +00:00
gsherman
633fba3c32 Fixed dependency for qgsattributetablebase.h (file was incorrectly
specified as gsattributetablebase.h)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1043 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-17 22:21:10 +00:00
mhugent
ac148dffe2 code for marker symbols. Still does not work, but slow progresses
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1042 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-16 16:20:57 +00:00
mhugent
d2bcdcfef1 various changings prior to the marker renderer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1041 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-16 07:03:45 +00:00
mhugent
581705d889 change to Makefile.am to include the single marker renderer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1040 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-15 07:25:44 +00:00
mhugent
7d0cd28d14 single marker renderer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1039 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-15 07:14:33 +00:00
mhugent
f19cb4f8fd added a dialog for a possible single marker renderer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1038 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-14 15:43:25 +00:00
mhugent
9d33138231 added a dialog for a possible single marker renderer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1037 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-14 15:26:06 +00:00
mhugent
3a41e614c0 added QgsMarkerSymbol, a class which can read and scale svg from files
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1036 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-14 14:44:03 +00:00
gsherman
e630d9e459 Updated help for the plugin (still not complete)
Added screenshots to the Makefile.am


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1035 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-13 17:01:38 +00:00
gsherman
676633b932 Added Parse button to reparse the header row if the delimiter is changed
Added layer name field to specify the name as it will appear in the legend
Added WhatsThis help and tooltips for all widgets on the dialog


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1034 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-13 17:00:37 +00:00
mhugent
97d06d31de code cleanup
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1033 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-13 15:33:21 +00:00
timlinux
ad68a231ce Misc updates to get oM plugin working. oM plugin is not part of build unless you add it to toplevel configure.in and plugins/Makefile.am because it has external library dependency to openModeller
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1032 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 23:34:38 +00:00
gsherman
cec74d6a94 Added functions to return menu ids by name and menu name by id.
These were added to the interface classes for use by plugins
NOTE - The utility of these functions is questionable and they
       may be removed in the future


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1031 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 16:53:12 +00:00
gsherman
d2e56c304d Changed popup menu names to something more meaningful than PopupMenu, PopupMenu_1, etc
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1030 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 16:49:38 +00:00
gsherman
0d848cb31a Minor code reformatting
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1029 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 16:45:32 +00:00
gsherman
99a145072b Added delimited text doc dir makefile
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1028 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 16:44:41 +00:00
gsherman
e302a4ead2 Added delimited_text to SUBDIRS
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1027 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 16:42:40 +00:00
gsherman
b5c7435250 Initial checkin of documentation for the delimited text plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1026 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 16:41:58 +00:00
gsherman
009020760f Renamed plugin source files to something more meaningful
Removed previous files
Modified Makefile.am to support file changes
Added a Help button to the dialog


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1025 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 16:40:38 +00:00
mhugent
703af74feb some more cleanups
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1024 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 14:56:59 +00:00
mhugent
d81be70200 some more cleanups
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1023 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 14:44:42 +00:00
mhugent
ff29365807 little code cleanup
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1022 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 08:10:24 +00:00
mhugent
5039e499fd changed the drawing code of multipolygons as suggested by Radim
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1021 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-12 06:59:43 +00:00
mcoletti
6a6c908676 Added GDAL_CFLAGS to find GDAL headers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1020 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-11 19:19:01 +00:00
mhugent
d629889c4e removed old symbology dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1019 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-11 07:46:04 +00:00
mhugent
0a22d9c6b7 removed code related to old symbology
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1018 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-11 07:19:26 +00:00
gsherman
15a67d27ab Added Qt standard WhatsThis button to the toolbar at startup
Removed the homebrew WhatsThis tool button from the toolbar in qgisappbase.ui


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1017 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-11 03:06:56 +00:00