set version 1.1.99 pre release

git-svn-id: branches/fixes_1_2@42817 -
This commit is contained in:
mattias 2013-09-15 15:43:27 +00:00
commit 5f89b18df3
24 changed files with 1607 additions and 522 deletions

1
.gitattributes vendored
View File

@ -6275,6 +6275,7 @@ lcl/interfaces/cocoa/cocoawsstdctrls.pp svneol=native#text/plain
lcl/interfaces/cocoa/interfaces.pas svneol=native#text/plain
lcl/interfaces/cocoa/mackeycodes.inc svneol=native#text/pascal
lcl/interfaces/customdrawn/Makefile svneol=native#text/plain
lcl/interfaces/customdrawn/Makefile.compiled svneol=native#text/plain
lcl/interfaces/customdrawn/Makefile.fpc svneol=native#text/plain
lcl/interfaces/customdrawn/alllclintfunits.pas svneol=native#text/pascal
lcl/interfaces/customdrawn/android/android_native_app_glue.pas svneol=native#text/pascal

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lazarus (1.1.99-0) unstable; urgency=low
* Prerelease
-- Mattias Gaertner <mattias@freepascal.org> Sun, 15 Sep 2013 16:39:12 +0100
lazarus (1.1-0) unstable; urgency=low
* Snapshot building.

View File

@ -24,8 +24,9 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="1"/>
<RevisionNr Value="99"/>
<CharSet Value="04B0"/>
<StringTable ProductName="Lazarus IDE" ProductVersion=""/>
<StringTable ProductName="Lazarus IDE" ProductVersion="Alpha Prerelease"/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>

Binary file not shown.

View File

@ -1 +1 @@
'1.1'
'1.1.99pre-relase'

View File

@ -148,7 +148,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Lazarus IDE v1.1 beta</string>
<string>Lazarus IDE v1.1.99 prerelease</string>
<key>CFBundleSignature</key>
<string>laza</string>
<key>CFBundleVersion</key>

File diff suppressed because it is too large Load Diff

View File

@ -1,56 +1,170 @@
# File generated automatically by Lazarus Package Manager
#
# Makefile.fpc for LCLBase 1.0.1
#
# This file was generated on 15.09.2013
[package]
name=lclbase
version=1.0.1
[compiler]
unittargetdir=units/$(CPU_TARGET)-$(OS_TARGET)
unitdir=forms widgetset nonwin32 ../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) .
includedir=include
options= -MObjFPC -Scghi -O1 -g -gl -vew -l
name=lcl
version=0.9b
[target]
units=alllclunits.pp
dirs=interfaces
units=alllclunits
# DO NOT ADD alllclunits to implicitunits. It is just a dummy unit used for compiling.
implicitunits= \
actnlist \
arrow \
avglvltree \
buttons \
calendar \
chart \
checklst \
clipbrd \
clistbox \
comctrls \
controls \
dbactns \
dbctrls \
dbgrids \
dialogs \
dynamicarray \
dynhasharray \
editbtn \
extctrls \
extdlgs \
extendedstrings \
extgraphics \
filectrl \
forms \
fpcadds \
graphics \
graphmath \
graphtype \
grids \
imglist \
inipropstorage \
interfacebase \
lazlinkedlist \
lclintf \
lclmemmanager \
lclproc \
lclrescache \
lclstrconsts \
lcltype \
lclunicodedata \
lconvencoding \
lmessages \
lresources \
maskedit \
menus \
pairsplitter \
popupnotifier \
postscriptprinter \
printers \
propertystorage \
spin \
stdactns \
stdctrls \
stringhashlist \
textstrings \
toolwin \
utrace \
xmlpropstorage
rsts=lclstrconsts
[require]
packages=
[prerules]
STATEFILE=Makefile.compiled
ifeq ($(findstring $(OS_TARGET),win32 win64 wince),)
NONWIN32=nonwin32
else
STATEFILE=Makefile_win.compiled
endif
# disable checks on WinCE unless LCL_ENABLE_CHECKS
ifeq ($(OS_TARGET),wince)
ifndef LCL_ENABLE_CHECKS
LCL_DISABLE_CHECKS=-dDisableChecks
endif
endif
[compiler]
options=-gl $(LCL_DISABLE_CHECKS)
unittargetdir=units/$(CPU_TARGET)-$(OS_TARGET)
unitdir=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
includedir=include
[install]
#buildunit=alllclunits
[clean]
# clear all .ppu/.o/.rst files in all source and output directories
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
$(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
$(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
$(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) \
$(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))\
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
[prerules]
# LCL Platform
ifndef LCL_PLATFORM
ifeq ($(OS_TARGET),win32)
LCL_PLATFORM=win32
else
ifeq ($(OS_TARGET),win64)
LCL_PLATFORM=win32
else
ifeq ($(OS_TARGET),darwin)
LCL_PLATFORM=carbon
else
LCL_PLATFORM=gtk2
endif
endif
endif
endif
export LCL_PLATFORM
[default]
lcldir=.
[rules]
.PHONY: cleartarget compiled all
.PHONY: help cleartarget lclbase compiled all intf cleanintf cleanlaz cleanall
help:
@$(ECHO)
@$(ECHO) " Important: the LCL requires components/lazutils and packager/registration"
@$(ECHO)
@$(ECHO) " Targets"
@$(ECHO) " all build lclbase and one interface"
@$(ECHO) " clean deletes files that 'all' creates"
@$(ECHO) " lclbase build lclbase"
@$(ECHO) " intf build one lcl interface, selectable via LCL_PLATFORM"
@$(ECHO) " cleanintf delete files that 'intf' creates"
@$(ECHO) " cleanall as 'clean' plus clean for all common interfaces."
@$(ECHO) " Does not clean up cross compiled interfaces."
@$(ECHO)
@$(ECHO) " Examples:"
@$(ECHO)
@$(ECHO) " Compile the lcl with the default interface:"
@$(ECHO) " make clean all"
@$(ECHO)
@$(ECHO) " Compile the interface for the qt widgetset:"
@$(ECHO) " make cleanintf intf LCL_PLATFORM=qt"
@$(ECHO)
@$(ECHO) "Clean up:"
@$(ECHO) " There is no command to clean up all interfaces."
@$(ECHO) " In most cases it is enough to delete the 'units' directory."
@$(ECHO)
cleartarget:
-$(DEL) $(COMPILER_UNITTARGETDIR)/alllclunits$(PPUEXT)
-$(DEL) $(COMPILER_UNITTARGETDIR)/alllclunits$(PPUEXT)
lclbase: cleartarget $(COMPILER_UNITTARGETDIR) alllclunits$(PPUEXT) compiled
compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/LCLBase.compiled
$(CPPROG) -f $(STATEFILE) $(COMPILER_UNITTARGETDIR)/LCLBase.compiled
intf: $(TARGET_DIRS)
cleanintf:
$(MAKE) -C interfaces clean
all: lclbase compiled intf
cleanlaz: cleanall
cleanall: clean
$(MAKE) -C interfaces clean
$(MAKE) -C interfaces/carbon clean
$(MAKE) -C interfaces/cocoa clean
$(MAKE) -C interfaces/customdrawn clean
$(MAKE) -C interfaces/fpgui clean
$(MAKE) -C interfaces/gtk clean
$(MAKE) -C interfaces/gtk2 clean
$(MAKE) -C interfaces/gtk3 clean
$(MAKE) -C interfaces/nogui clean
$(MAKE) -C interfaces/qt clean
$(MAKE) -C interfaces/win32 clean
$(MAKE) -C interfaces/wince clean
all: cleartarget $(COMPILER_UNITTARGETDIR) alllclunits$(PPUEXT) compiled

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fucocoa;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Ficocoa lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fucocoa;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Ficocoa lcl.pas"/>
</CONFIG>

View File

@ -0,0 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fucustomdrawn;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Ficustomdrawn lcl.pas"/>
</CONFIG>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fufpgui;fpgui/gui;fpgui/corelib;fpgui/corelib/x11;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Fifpgui;fpgui/gui;fpgui/corelib;fpgui/corelib/x11 -dfpguix11 lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fufpgui;fpgui/gui;fpgui/corelib;fpgui/corelib/x11;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Fifpgui;fpgui/gui;fpgui/corelib;fpgui/corelib/x11 -dfpguix11 lcl.pas"/>
</CONFIG>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fugtk;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Figtk -dgtk1 lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fugtk;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Figtk -dgtk1 lcl.pas"/>
</CONFIG>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fugtk2;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Figtk2 lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fugtk2;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Figtk2 lcl.pas"/>
</CONFIG>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fugtk2;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Figtk2 lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fugtk2;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Figtk2 lcl.pas"/>
</CONFIG>

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="LCL"/>
@ -128,7 +128,7 @@ end;"/>
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Release="1"/>
<Version Major="1" Minor="1" Release="99"/>
<Files Count="429">
<Item1>
<Filename Value="carbon/agl.pp"/>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -gl -vewnhi -l -Funogui;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Finogui lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Funogui;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Finogui lcl.pas"/>
</CONFIG>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fuqt;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Fiqt lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fuqt;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Fiqt lcl.pas"/>
</CONFIG>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fuwin32;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Fiwin32 lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fuwin32;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Fiwin32 lcl.pas"/>
</CONFIG>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG>
<Makefile Value="True"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fuwince;../units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Fiwince -dDisableChecks lcl.pas"/>
<Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fuwince;../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../../components/lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../units/%(CPU_TARGET)-%(OS_TARGET);. -Fiwince -dDisableChecks lcl.pas"/>
</CONFIG>

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="LCLBase"/>
@ -29,7 +29,7 @@
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Release="1"/>
<Version Major="1" Minor="1" Release="99"/>
<Files Count="290">
<Item1>
<Filename Value="barchart.pp"/>

View File

@ -34,10 +34,10 @@ interface
const
lcl_major = 1;
lcl_minor = 1;
lcl_release = 0;
lcl_release = 99;
lcl_patch = 0;
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
lcl_version = '1.1';
lcl_version = '1.1.99';
implementation

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<CONFIG>
<EnvironmentOptions>
<Version Value="107" Lazarus="1.1"/>
<Version Value="107" Lazarus="1.1.99pre-relase"/>
<LazarusDirectory Value="__LAZARUSDIR__">
<History Count="1">
<Item1 Value="/usr/lib/lazarus/"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<CONFIG>
<EnvironmentOptions>
<Version Value="107" Lazarus="1.1"/>
<Version Value="107" Lazarus="1.1.99pre-relase"/>
<LazarusDirectory Value="/Developer/lazarus/">
<History Count="1">
<Item1 Value="/Developer/lazarus/"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<CONFIG>
<EnvironmentOptions>
<Version Value="102"/>
<Version Value="107" Lazarus="1.1.99pre-relase"/>
<LazarusDirectory Value="%LazDir%">
</LazarusDirectory>
<CompilerFilename Value="%FpcBinDir%\fpc.exe">