37 Commits

Author SHA1 Message Date
g_j_m
9a869ad971 Fix for the problem with the auto* process failing when svnversion isn't
available. 


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5828 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-15 09:25:08 +00:00
telwertowski
87ac96cc87 Don't rewrite qgssvnversion.h unless svnversion has changed.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5721 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-08-21 15:50:40 +00:00
g_j_m
2b697f84a6 Fix for ticket #232. A make, make install, or make all in the toplevel
qgis directory will update a file (qgssvnversion.h) that contains the
svn version of the qgis code, which is visible with the --help command
line argument or in the Help:About dialog box.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5710 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-08-19 09:33:59 +00:00
timlinux
dc85568758 Make building of unit tests conditional (disabled by default)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5300 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-18 08:58:48 +00:00
timlinux
36cddfdd4f Further additions to unit test framework. Disabled in build system now pending resolution of compilation issues.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5141 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-03 13:31:35 +00:00
gsherman
fb8e968c85 Removed unused variables from Makefile.am(s)
Moved helpviewer to src directory
Incidental chagnes to the mysql stubs


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4626 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-09 01:20:08 +00:00
timlinux
01f762c0d4 Moved plugins into src/plugins and updated make etc accordingly
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4624 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-09 00:35:09 +00:00
gsherman
a34dde45e8 Moved providers directory to src subdirectory
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4618 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-08 19:53:28 +00:00
timlinux
b605517fbd Refactored libqgis into two roughly inequal parts.
libqgis_core is intended to have non gui code
libqgis_gui is intended to have gui related code
Updated makefiles and code throughout in order for it to build with this new arrangemetn
Code in src/ will be moved into src/gui in a follow up commit




git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4606 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-08 01:36:35 +00:00
timlinux
c102861ea8 Moved images svg themes and resources out of src/
Moved svg and themes into images dir
Tidy up to configure.in


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4492 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-07 02:25:11 +00:00
timlinux
4b68794390 Unrolled back the commits that I made earlier that gary rolled back because of a build problem and fixed the underlying cause of the problem.
Projection widget no longer requires libqgis thereby eliminating the circular deps.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4490 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-07 01:09:27 +00:00
gsherman
b961eb7b36 Rolled back changes to state before the reorganization of the
widgets subdirectory (revision 4487). The reorganization created
an unresolvable circular dependency.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4489 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-07 00:08:38 +00:00
timlinux
a0b01f41cb Moved widgets under src
You will probably need to do a distclean, autogen etc after this change...


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4488 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-06 17:07:04 +00:00
gsherman
cd64a08047 Added helpviewer subdir to the top-level Makefile.am
Changes to helpviewer classes to allow compilation under Qt 4.0.1

Works on Linux; untested on other platforms.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4252 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-11-21 05:51:31 +00:00
timlinux
c1c65ff4f9 Add helpviewer to build process
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4163 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-11-06 00:16:37 +00:00
morb_au
7f5677d2aa More changes for Qt4 porting readiness.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3948 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-21 21:11:18 +00:00
jobi
f7fdd30fe4 Tweak of makefiles and prepared for a release.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3376 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-05-13 21:39:20 +00:00
gsherman
86c976272f ** Merged Projections_Branch into HEAD
Problems:
      Polygon outlines are not drawn. This was checked twice and no cause
      was found.

      Projections do not work in all circumstances

      Note that both the proj4 library and sqlite3 are now required. The
      build system has not been modified to test for these yet.

      Qt 3.3.x is required to build this source tree.

      Make sure to increment the EXTRA_VERSION in configure.in when
      committing changes.

      Make sure to update the Changelog with each commit


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3112 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 07:04:07 +00:00
timlinux
656fead2a6 Dont build designer plugins until further notice
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3040 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-29 23:12:44 +00:00
timlinux
d8856ec5b1 New stuff for designer plugins. Initial implementation for legend and map cavnase. There is still a symbol relocation error that needs to be resolved.
Community reg plugin updates (not useable or included in build process yet though).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2954 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-13 10:38:20 +00:00
gsherman
9493aca366 Merged changes from the 0.6.0 release branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2526 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-12-20 07:13:35 +00:00
gsherman
74c42d09fe Sorted and reformatted dependency lists
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2119 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-12 02:18:58 +00:00
gsherman
523e35ae42 Added man page for qgis
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2118 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-11 21:08:52 +00:00
jobi
04c656b218 ** Added check for wrong UI version to make release
** fixed wrong versions and DOS endlines


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1647 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-21 10:23:33 +00:00
jobi
36efb76658 ** Added i18n tools to EXTRA_DIST
** Updated German translation
** fixed a typo -> other translations changed too


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1266 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-25 14:04:35 +00:00
jobi
e231e892ab ** Added internationalisations stuff
Needs some documentation and more translations :-)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1207 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-17 22:07:13 +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
jobi
5ce14b211b - forgot to add config.h.in to EXTRA_SOURCES so it gets in the release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@984 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-05 23:40:59 +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
gsherman
631b179e44 added install for docs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:05:50 +00:00
gsherman
0f562a43a5 merge with datasource branch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@520 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-19 18:26:15 +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
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
5a76bb449f updated to support kdevelop
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@54 c8812cc2-4d05-0410-92ff-de0c093fc19c
2002-07-27 18:39:32 +00:00