32 Commits

Author SHA1 Message Date
gsherman
57c29d4b03 Added the getSchema call to the constructor so the schema drop-down
is populated. Since spit is both a plugin and standalone app, getSchema
was called in main in the standalone version and not called at all for
the plugin.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1486 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-27 16:51:54 +00:00
gsherman
22da6ac3db Added icon to spit menu.
Minor comment revisions


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1257 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 23:07:41 +00:00
timlinux
05bbd07584 Changed ui version to 3.1
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1245 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 11:19:31 +00:00
jobi
4ec847d71c ** Changed to simple macros for detecting QT and GDAL
** Added code for detecting QGIS as m4 file to tools
** this will be installed together with QT and GDAL detection to
   $prefix/share/aclocal/qgis.m4
   so the plugins can just use those simple unique macros
** updated German translation
!! Developers have to link the installed qgis.m4 to /usr/share/aclocal/
!! or where ever aclocal keeps the m4 files
!! otherwise it's not detected by the plugins autogen.sh (more exactly
!! aclocal)
!! It can be cheated by adding -I path/to/qgis.m4 to the aclocal of
!! autogen.sh. But be carefull not to commit that to CVS


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1213 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-18 23:44:41 +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
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
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
gsherman
3e4af87507 Modifed ternary statement to return QString::null if the file is not valid
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1016 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-11 02:58:07 +00:00
mcoletti
b4bf9180a8 - Promoted name, description, version, and type strings to QgisPlugin base
class.

- Type now a formal enumerated typedef

- Propogated changes forward to existing plug-ins


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-08 23:50:05 +00:00
jobi
79c37135dc fix bug #904001 and 904000
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@946 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-26 17:17:16 +00:00
jobi
cbe1fa28b0 Fixed bug #904000 Make release includes generated files
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@934 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 11:00:28 +00:00
gsherman
ce3a465637 Rolled in latest changes from the standalone spit application. Changes to connection dialog to support port number. Changes to help text.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@924 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-25 07:03:50 +00:00
gsherman
90e6ba84bd changed #ifdef DEBUG to #ifdef QGISDEBUG to fix rh/fedora problem
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@873 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-20 17:17:36 +00:00
gsherman
fc4f5ed8b9 latest spit changes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@857 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-14 18:01:56 +00:00
jobi
c70ac6993c Added make release, what creats a tar.gz and a tar.bz2
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@855 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-14 17:28:18 +00:00
gsherman
e2e0a1fb16 icon for spit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@852 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-14 16:53:04 +00:00
gsherman
bb5ca0814d latest fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@851 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-14 16:44:16 +00:00
gsherman
86ffb46e51 added version function to return version without instantiating the plugin object
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@805 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-12 05:46:44 +00:00
gsherman
ccb4f2fc59 fixes to meta table handling and other bugs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@790 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-11 05:46:39 +00:00
gsherman
7218825707 change to build system
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@789 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-11 05:45:46 +00:00
gsherman
2069a6dac4 didge updates to gnu build configuration
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 03:56:45 +00:00
gsherman
dcb013fe7d plugin manager now actually manages plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:08:10 +00:00
gsherman
d32d11a504 added interface for positioning menu items from plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@711 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 07:04:05 +00:00
gsherman
8f88fdf93a fix for handling special characters
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@666 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 02:18:53 +00:00
gsherman
14ffec34d5 fix for handling special characters
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@664 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-01 02:11:21 +00:00
gsherman
04c76615c3 added moc files for dialog base classes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@655 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-31 05:17:37 +00:00
gsherman
56ab0afb23 added moc files for dialog base classes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@654 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-31 05:16:07 +00:00
gsherman
11a3e48e23 spit icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@653 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-31 04:45:09 +00:00
gsherman
544a596a59 fix so it will actually compile
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@652 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-31 04:36:05 +00:00
gsherman
0875cebd2b initial check in of spit source
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@651 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-31 03:33:00 +00:00
gsherman
0e51e91657 intial check in of spit sources
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@650 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-31 03:29:21 +00:00
gsherman
fbb024a65f merge with datasource branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@519 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-19 18:17:13 +00:00