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
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
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
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
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
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
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
jobi
3ba3b259be
Fixed bug #920070
...
Made plugin-libdir 64bit compatible
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1094 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-26 11:10:51 +00:00
gsherman
0f3c348075
Added tools/qgis_config/Makefile to AC_CONFIG_FILES. The qgis_config program is patterned almost exactly after pg_config (PostgreSQL) and can be used to determine the prefix, lib, include, and bin directories of a QGIS install.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1068 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-23 06:21:15 +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
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
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
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
c46228ac4a
Bumped extra_version to 7
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1011 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:27:25 +00:00
gsherman
a8d4514e95
Added delimited_text plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1002 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-10 23:13:13 +00:00
jobi
29c30a46d7
- Changed configure stuff to write DEFINES in config.h.
...
Postgresql stuff needs testing as I commented the compileflags in src/Makefile.am
- Infos will be posted on the devel mailinglist
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@983 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-05 23:30:29 +00:00
gsherman
11ced83e8a
added Makefile for providers/delimitedtext. Bumped the EXTRA_VERSION to 5
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@960 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 00:52:20 +00:00
mcoletti
a4f1c4cd07
configure.in :
...
- 0.1.0.4
main.cpp :
- cleaned up help text a bit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@958 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-28 00:46:38 +00:00
gsherman
08a54b37b4
added version scheme
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@949 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 05:39:23 +00:00
gsherman
64533a8c07
changed debug define from DEBUG to QGISDEBUG
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@871 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-20 17:10:57 +00:00
jobi
bc572d311e
added spec-file for rpm builds
...
added makefiles to doc/* paths to get a better overview
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@863 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-18 18:49:54 +00:00
jobi
afb7044aa8
- fixed --with-gdal
...
- it can now be turned off, because you can also work only with postgis
- spit is only enable if gdal and postgresql are both available
- error if gdal and postgresql are both not available
- changed --with_pg to --with_postgresql to make it more clearly
- fixed small bugbaby in Makefile.am
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@859 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-15 12:23:30 +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
jobi
c5c5ec283a
fixed bug that spit is enable although postgresql unavailable
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@821 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-13 16:26:06 +00:00
gsherman
48766cd17f
changes to build system
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@794 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-11 06:20:13 +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
a37e68584d
added info about debug messages
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@738 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 19:06:35 +00:00
gsherman
91b561eed9
added checking for setting DEBUG/NO_DEBUG flag. Qt always defines DEBUG unless NO_DEBUG is set. By default QGIS compiles without DEBUG set. To enable DEBUG, define QGISDEBUG=1 prior to running autogen.sh and configure
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@677 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 00:59:32 +00:00
gsherman
b7de74df4f
fix to plugin installation location
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@605 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-27 06:09:44 +00:00
gsherman
ce81617bba
added Makefile for geoprocessing plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@571 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-24 16:48:00 +00:00
gsherman
f25e37b59d
added maplayer plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@525 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-19 21:05:15 +00:00
gsherman
8a0ebe7e83
updated to include plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@518 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-19 18:06:01 +00:00
gsherman
312865695d
update to libtool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@321 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-06 05:36:06 +00:00
gsherman
61505f5016
added host detection macro
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@313 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-11-30 01:38:48 +00:00
gsherman
425be281fd
update to GNU build tools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@287 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-09-27 22:05:52 +00:00
gsherman
e8fc29bf3f
support for GNU build tools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@286 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-09-27 21:30:26 +00:00
gsherman
c1e485c270
change to GDAL checking
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@285 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-09-26 05:30:08 +00:00
gsherman
5c20a15e62
changes to build system (uses configure)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@280 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-09-19 02:56:45 +00:00
gsherman
bb50106310
*** empty log message ***
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@61 c8812cc2-4d05-0410-92ff-de0c093fc19c
2002-07-27 23:22:20 +00:00
gsherman
4100e2d12d
updated files to support kdevelop
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@51 c8812cc2-4d05-0410-92ff-de0c093fc19c
2002-07-27 18:04:09 +00:00