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

« back to all changes in this revision

Viewing changes to components/fpweb/demo/image/imagedemo.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
 
    <PathDelim Value="/"/>
5
 
    <Version Value="6"/>
6
 
    <General>
7
 
      <MainUnit Value="0"/>
8
 
      <TargetFileExt Value=""/>
9
 
      <ActiveEditorIndexAtStart Value="0"/>
10
 
    </General>
11
 
    <VersionInfo>
12
 
      <ProjectVersion Value=""/>
13
 
      <Language Value=""/>
14
 
      <CharSet Value=""/>
15
 
    </VersionInfo>
16
 
    <PublishOptions>
17
 
      <Version Value="2"/>
18
 
      <IgnoreBinaries Value="False"/>
19
 
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
20
 
      <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
21
 
    </PublishOptions>
22
 
    <RunParams>
23
 
      <local>
24
 
        <FormatVersion Value="1"/>
25
 
        <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
26
 
      </local>
27
 
    </RunParams>
28
 
    <RequiredPackages Count="1">
29
 
      <Item1>
30
 
        <PackageName Value="WebLaz"/>
31
 
      </Item1>
32
 
    </RequiredPackages>
33
 
    <Units Count="3">
34
 
      <Unit0>
35
 
        <Filename Value="imagedemo.lpr"/>
36
 
        <IsPartOfProject Value="True"/>
37
 
        <UnitName Value="imagedemo"/>
38
 
        <UsageCount Value="20"/>
39
 
      </Unit0>
40
 
      <Unit1>
41
 
        <Filename Value="wmimage.pp"/>
42
 
        <ComponentName Value="FPWebModule1"/>
43
 
        <IsPartOfProject Value="True"/>
44
 
        <ResourceFilename Value="wmimage.lrs"/>
45
 
        <UnitName Value="wmimage"/>
46
 
        <CursorPos X="28" Y="49"/>
47
 
        <TopLine Value="38"/>
48
 
        <EditorIndex Value="0"/>
49
 
        <UsageCount Value="20"/>
50
 
        <Loaded Value="True"/>
51
 
      </Unit1>
52
 
      <Unit2>
53
 
        <Filename Value="../../../../../../fpc/packages/fcl-web/src/httpdefs.pp"/>
54
 
        <UnitName Value="HTTPDefs"/>
55
 
        <CursorPos X="1" Y="255"/>
56
 
        <TopLine Value="203"/>
57
 
        <EditorIndex Value="1"/>
58
 
        <UsageCount Value="10"/>
59
 
        <Loaded Value="True"/>
60
 
      </Unit2>
61
 
    </Units>
62
 
    <JumpHistory Count="15" HistoryIndex="14">
63
 
      <Position1>
64
 
        <Filename Value="wmimage.pp"/>
65
 
        <Caret Line="160" Column="18" TopLine="108"/>
66
 
      </Position1>
67
 
      <Position2>
68
 
        <Filename Value="wmimage.pp"/>
69
 
        <Caret Line="3" Column="1" TopLine="1"/>
70
 
      </Position2>
71
 
      <Position3>
72
 
        <Filename Value="wmimage.pp"/>
73
 
        <Caret Line="8" Column="77" TopLine="1"/>
74
 
      </Position3>
75
 
      <Position4>
76
 
        <Filename Value="wmimage.pp"/>
77
 
        <Caret Line="50" Column="32" TopLine="25"/>
78
 
      </Position4>
79
 
      <Position5>
80
 
        <Filename Value="wmimage.pp"/>
81
 
        <Caret Line="8" Column="34" TopLine="1"/>
82
 
      </Position5>
83
 
      <Position6>
84
 
        <Filename Value="wmimage.pp"/>
85
 
        <Caret Line="68" Column="8" TopLine="36"/>
86
 
      </Position6>
87
 
      <Position7>
88
 
        <Filename Value="wmimage.pp"/>
89
 
        <Caret Line="52" Column="32" TopLine="26"/>
90
 
      </Position7>
91
 
      <Position8>
92
 
        <Filename Value="wmimage.pp"/>
93
 
        <Caret Line="8" Column="40" TopLine="1"/>
94
 
      </Position8>
95
 
      <Position9>
96
 
        <Filename Value="wmimage.pp"/>
97
 
        <Caret Line="88" Column="1" TopLine="37"/>
98
 
      </Position9>
99
 
      <Position10>
100
 
        <Filename Value="wmimage.pp"/>
101
 
        <Caret Line="65" Column="17" TopLine="39"/>
102
 
      </Position10>
103
 
      <Position11>
104
 
        <Filename Value="wmimage.pp"/>
105
 
        <Caret Line="67" Column="24" TopLine="41"/>
106
 
      </Position11>
107
 
      <Position12>
108
 
        <Filename Value="wmimage.pp"/>
109
 
        <Caret Line="82" Column="1" TopLine="67"/>
110
 
      </Position12>
111
 
      <Position13>
112
 
        <Filename Value="wmimage.pp"/>
113
 
        <Caret Line="16" Column="51" TopLine="14"/>
114
 
      </Position13>
115
 
      <Position14>
116
 
        <Filename Value="wmimage.pp"/>
117
 
        <Caret Line="127" Column="12" TopLine="88"/>
118
 
      </Position14>
119
 
      <Position15>
120
 
        <Filename Value="wmimage.pp"/>
121
 
        <Caret Line="48" Column="1" TopLine="13"/>
122
 
      </Position15>
123
 
    </JumpHistory>
124
 
  </ProjectOptions>
125
 
  <CompilerOptions>
126
 
    <Version Value="5"/>
127
 
    <CodeGeneration>
128
 
      <Generate Value="Faster"/>
129
 
    </CodeGeneration>
130
 
    <Other>
131
 
      <CompilerPath Value="$(CompPath)"/>
132
 
    </Other>
133
 
  </CompilerOptions>
134
 
  <Debugging>
135
 
    <Exceptions Count="2">
136
 
      <Item1>
137
 
        <Name Value="ECodetoolError"/>
138
 
      </Item1>
139
 
      <Item2>
140
 
        <Name Value="EFOpenError"/>
141
 
      </Item2>
142
 
    </Exceptions>
143
 
  </Debugging>
144
 
</CONFIG>