Skip to content

Commit 8c64ebf

Browse files
author
gsherman
committedApr 10, 2005
** 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@3112 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3bbf810 commit 8c64ebf

File tree

80 files changed

+11379
-6975
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+11379
-6975
lines changed
 

‎ChangeLog

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,39 @@
1+
/* ChangeLog,v 1.214 2004/11/12 00:42:21 gsherman Exp */
2+
------------------------------------------------------------------------------
3+
Version 0.6 'Simon' .... development version
14
QGIS Change Log
2-
2005-01-29 [gsherman] 0.6.0devel5
3-
** Applied patches from M. Loskot for a build error and missing Q_OBJECT
4-
macros in qgsspit.h and qgsattributetable.h
5-
2005-01-01 [larsl] 0.6.0devel4
5+
2005-04-09 [ges] 0.6.0devel7
6+
** Merged Projections_Branch into HEAD
7+
Problems:
8+
Polygon outlines are not drawn. This was checked twice and no cause
9+
was found.
10+
11+
Projections do not work in all circumstances
12+
13+
Note that both the proj4 library and sqlite3 are now required. The
14+
build system has not been modified to test for these yet.
15+
16+
Qt 3.3.x is required to build this source tree.
17+
18+
Make sure to increment the EXTRA_VERSION in configure.in when
19+
committing changes.
20+
21+
Make sure to update the Changelog with each commit
22+
623
2005-03-13 [jobi] 0.6.0devel6
724
- fix for building on 64bit architecture
825
- fixed dependencies of designer-plugin/stuff
26+
27+
2005-01-29 [gsherman] 0.6.0devel5
28+
** Applied patches from M. Loskot for a build error and missing Q_OBJECT
29+
macros in qgsspit.h and qgsattributetable.h
30+
931
2005-01-01 [larsl] 0.6.0devel4
1032
** Fixed a bug that crashed QGIS when loading rasters from a project file, pt 2
11-
QGIS Change Log
33+
1234
2005-01-01 [larsl] 0.6.0devel3
1335
** Fixed a bug that crashed QGIS when loading rasters from a project file
1436
QGIS Change Log
15-
/* ChangeLog,v 1.214 2004/11/12 00:42:21 gsherman Exp */
16-
------------------------------------------------------------------------------
17-
Version 0.6 'Simon' .... development version
1837

1938
2004-12-30 [mcoletti] 0.6.0devel2
2039
*** Re-factored endian-handling in data providers

‎Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ docdatadir = $(datadir)/$(PACKAGE)/doc
3131
docdata_DATA = AUTHORS
3232

3333

34-
SUBDIRS = src providers plugins doc tools i18n
35-
34+
SUBDIRS = src widgets providers plugins doc tools i18n designer_plugins
3635
pkginclude_HEADERS = qgsconfig.h
3736

3837
UIcheck:

0 commit comments

Comments
 (0)