~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to examples/androidlcl/nonandroidtest.lpi

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<CONFIG>
 
3
  <ProjectOptions>
 
4
    <Version Value="9"/>
 
5
    <General>
 
6
      <SessionStorage Value="InProjectDir"/>
 
7
      <MainUnit Value="0"/>
 
8
      <ResourceType Value="res"/>
 
9
      <UseXPManifest Value="True"/>
 
10
    </General>
 
11
    <i18n>
 
12
      <EnableI18N LFM="False"/>
 
13
    </i18n>
 
14
    <VersionInfo>
 
15
      <StringTable ProductVersion=""/>
 
16
    </VersionInfo>
 
17
    <MacroValues Count="1">
 
18
      <Macro1 Name="LCLWidgetType" Value="customdrawn"/>
 
19
    </MacroValues>
 
20
    <BuildModes Count="4">
 
21
      <Item1 Name="CustomDrawn" Default="True"/>
 
22
      <Item2 Name="CustomDrawn-Release">
 
23
        <MacroValues Count="1">
 
24
          <Macro1 Name="LCLWidgetType" Value="customdrawn"/>
 
25
        </MacroValues>
 
26
        <CompilerOptions>
 
27
          <Version Value="11"/>
 
28
          <Target>
 
29
            <Filename Value="nonandroidtest"/>
 
30
          </Target>
 
31
          <SearchPaths>
 
32
            <IncludeFiles Value="$(ProjOutDir)"/>
 
33
            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 
34
          </SearchPaths>
 
35
          <Linking>
 
36
            <Debugging>
 
37
              <GenerateDebugInfo Value="False"/>
 
38
              <UseLineInfoUnit Value="False"/>
 
39
              <StripSymbols Value="True"/>
 
40
            </Debugging>
 
41
            <LinkSmart Value="True"/>
 
42
          </Linking>
 
43
          <Other>
 
44
            <CompilerMessages>
 
45
              <UseMsgFile Value="True"/>
 
46
            </CompilerMessages>
 
47
            <CompilerPath Value="$(CompPath)"/>
 
48
          </Other>
 
49
        </CompilerOptions>
 
50
      </Item2>
 
51
      <Item3 Name="NotCustomDrawn">
 
52
        <CompilerOptions>
 
53
          <Version Value="11"/>
 
54
          <Target>
 
55
            <Filename Value="nonandroidtest"/>
 
56
          </Target>
 
57
          <SearchPaths>
 
58
            <IncludeFiles Value="$(ProjOutDir)"/>
 
59
            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 
60
          </SearchPaths>
 
61
          <Linking>
 
62
            <Options>
 
63
              <Win32>
 
64
                <GraphicApplication Value="True"/>
 
65
              </Win32>
 
66
            </Options>
 
67
          </Linking>
 
68
          <Other>
 
69
            <CompilerMessages>
 
70
              <UseMsgFile Value="True"/>
 
71
            </CompilerMessages>
 
72
            <CompilerPath Value="$(CompPath)"/>
 
73
          </Other>
 
74
        </CompilerOptions>
 
75
      </Item3>
 
76
      <Item4 Name="Cocoa">
 
77
        <MacroValues Count="1">
 
78
          <Macro1 Name="LCLWidgetType" Value="cocoa"/>
 
79
        </MacroValues>
 
80
        <CompilerOptions>
 
81
          <Version Value="11"/>
 
82
          <Target>
 
83
            <Filename Value="nonandroidtest"/>
 
84
          </Target>
 
85
          <SearchPaths>
 
86
            <IncludeFiles Value="$(ProjOutDir)"/>
 
87
            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 
88
          </SearchPaths>
 
89
          <Linking>
 
90
            <Options>
 
91
              <Win32>
 
92
                <GraphicApplication Value="True"/>
 
93
              </Win32>
 
94
            </Options>
 
95
          </Linking>
 
96
          <Other>
 
97
            <CompilerMessages>
 
98
              <UseMsgFile Value="True"/>
 
99
            </CompilerMessages>
 
100
            <CompilerPath Value="$(CompPath)"/>
 
101
          </Other>
 
102
        </CompilerOptions>
 
103
      </Item4>
 
104
    </BuildModes>
 
105
    <PublishOptions>
 
106
      <Version Value="2"/>
 
107
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
 
108
      <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
 
109
    </PublishOptions>
 
110
    <RunParams>
 
111
      <local>
 
112
        <FormatVersion Value="1"/>
 
113
      </local>
 
114
    </RunParams>
 
115
    <RequiredPackages Count="1">
 
116
      <Item1>
 
117
        <PackageName Value="LCL"/>
 
118
      </Item1>
 
119
    </RequiredPackages>
 
120
    <Units Count="3">
 
121
      <Unit0>
 
122
        <Filename Value="nonandroidtest.lpr"/>
 
123
        <IsPartOfProject Value="True"/>
 
124
        <UnitName Value="nonandroidtest"/>
 
125
      </Unit0>
 
126
      <Unit1>
 
127
        <Filename Value="mainform.pas"/>
 
128
        <IsPartOfProject Value="True"/>
 
129
        <ComponentName Value="Form1"/>
 
130
        <HasResources Value="True"/>
 
131
        <ResourceBaseClass Value="Form"/>
 
132
        <UnitName Value="mainform"/>
 
133
      </Unit1>
 
134
      <Unit2>
 
135
        <Filename Value="secondform.pas"/>
 
136
        <IsPartOfProject Value="True"/>
 
137
        <ComponentName Value="Form2"/>
 
138
        <HasResources Value="True"/>
 
139
        <ResourceBaseClass Value="Form"/>
 
140
        <UnitName Value="secondform"/>
 
141
      </Unit2>
 
142
    </Units>
 
143
  </ProjectOptions>
 
144
  <CompilerOptions>
 
145
    <Version Value="11"/>
 
146
    <Target>
 
147
      <Filename Value="nonandroidtest"/>
 
148
    </Target>
 
149
    <SearchPaths>
 
150
      <IncludeFiles Value="$(ProjOutDir)"/>
 
151
      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 
152
    </SearchPaths>
 
153
    <Linking>
 
154
      <Debugging>
 
155
        <DebugInfoType Value="dsDwarf2"/>
 
156
      </Debugging>
 
157
    </Linking>
 
158
    <Other>
 
159
      <CompilerMessages>
 
160
        <UseMsgFile Value="True"/>
 
161
      </CompilerMessages>
 
162
      <CompilerPath Value="$(CompPath)"/>
 
163
    </Other>
 
164
  </CompilerOptions>
 
165
  <Debugging>
 
166
    <Exceptions Count="3">
 
167
      <Item1>
 
168
        <Name Value="EAbort"/>
 
169
      </Item1>
 
170
      <Item2>
 
171
        <Name Value="ECodetoolError"/>
 
172
      </Item2>
 
173
      <Item3>
 
174
        <Name Value="EFOpenError"/>
 
175
      </Item3>
 
176
    </Exceptions>
 
177
  </Debugging>
 
178
</CONFIG>