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

« back to all changes in this revision

Viewing changes to components/fppkg/svn/test/status.xml

  • 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
<status>
 
3
<target
 
4
   path="DevWork">
 
5
<entry
 
6
   path="DevWork/ProcessingForm.lrs">
 
7
<wc-status
 
8
   props="none"
 
9
   item="normal"
 
10
   revision="12">
 
11
<commit
 
12
   revision="11">
 
13
<author>skalogryz</author>
 
14
<date>2009-03-27T14:47:59.748249Z</date>
 
15
</commit>
 
16
</wc-status>
 
17
</entry>
 
18
<entry
 
19
   path="DevWork/DevWork.app">
 
20
<wc-status
 
21
   props="none"
 
22
   item="unversioned">
 
23
</wc-status>
 
24
</entry>
 
25
<entry
 
26
   path="DevWork/ProcessingForm.ppu">
 
27
<wc-status
 
28
   props="none"
 
29
   item="unversioned">
 
30
</wc-status>
 
31
</entry>
 
32
<entry
 
33
   path="DevWork/DevWork.lpi">
 
34
<wc-status
 
35
   props="none"
 
36
   item="normal"
 
37
   revision="12">
 
38
<commit
 
39
   revision="11">
 
40
<author>skalogryz</author>
 
41
<date>2009-03-27T14:47:59.748249Z</date>
 
42
</commit>
 
43
</wc-status>
 
44
</entry>
 
45
<entry
 
46
   path="DevWork/mainform.lrs">
 
47
<wc-status
 
48
   props="none"
 
49
   item="normal"
 
50
   revision="12">
 
51
<commit
 
52
   revision="11">
 
53
<author>skalogryz</author>
 
54
<date>2009-03-27T14:47:59.748249Z</date>
 
55
</commit>
 
56
</wc-status>
 
57
</entry>
 
58
<entry
 
59
   path="DevWork/Initial.pas">
 
60
<wc-status
 
61
   props="none"
 
62
   item="normal"
 
63
   revision="12">
 
64
<commit
 
65
   revision="4">
 
66
<author>skalogryz</author>
 
67
<date>2009-03-10T07:26:05.645361Z</date>
 
68
</commit>
 
69
</wc-status>
 
70
</entry>
 
71
<entry
 
72
   path="DevWork/mainform.ppu">
 
73
<wc-status
 
74
   props="none"
 
75
   item="unversioned">
 
76
</wc-status>
 
77
</entry>
 
78
<entry
 
79
   path="DevWork/DevWork.lpr">
 
80
<wc-status
 
81
   props="none"
 
82
   item="normal"
 
83
   revision="12">
 
84
<commit
 
85
   revision="10">
 
86
<author>skalogryz</author>
 
87
<date>2009-03-23T13:47:56.231453Z</date>
 
88
</commit>
 
89
</wc-status>
 
90
</entry>
 
91
<entry
 
92
   path="DevWork/svnexec.ppu">
 
93
<wc-status
 
94
   props="none"
 
95
   item="unversioned">
 
96
</wc-status>
 
97
</entry>
 
98
<entry
 
99
   path="DevWork/DevWork.lrs">
 
100
<wc-status
 
101
   props="none"
 
102
   item="normal"
 
103
   revision="12">
 
104
<commit
 
105
   revision="11">
 
106
<author>skalogryz</author>
 
107
<date>2009-03-27T14:47:59.748249Z</date>
 
108
</commit>
 
109
</wc-status>
 
110
</entry>
 
111
<entry
 
112
   path="DevWork/svnVersionControl.ppu">
 
113
<wc-status
 
114
   props="none"
 
115
   item="unversioned">
 
116
</wc-status>
 
117
</entry>
 
118
<entry
 
119
   path="DevWork/DevWork">
 
120
<wc-status
 
121
   props="none"
 
122
   item="unversioned">
 
123
</wc-status>
 
124
</entry>
 
125
<entry
 
126
   path="DevWork/ProcessingForm.pas">
 
127
<wc-status
 
128
   props="none"
 
129
   item="normal"
 
130
   revision="12">
 
131
<commit
 
132
   revision="10">
 
133
<author>skalogryz</author>
 
134
<date>2009-03-23T13:47:56.231453Z</date>
 
135
</commit>
 
136
</wc-status>
 
137
</entry>
 
138
<entry
 
139
   path="DevWork/mainform.pas">
 
140
<wc-status
 
141
   props="none"
 
142
   item="modified"
 
143
   revision="12">
 
144
<commit
 
145
   revision="11">
 
146
<author>skalogryz</author>
 
147
<date>2009-03-27T14:47:59.748249Z</date>
 
148
</commit>
 
149
</wc-status>
 
150
</entry>
 
151
<entry
 
152
   path="DevWork/DevWork.ico">
 
153
<wc-status
 
154
   props="none"
 
155
   item="unversioned">
 
156
</wc-status>
 
157
</entry>
 
158
<entry
 
159
   path="DevWork/icons.PNG">
 
160
<wc-status
 
161
   props="normal"
 
162
   item="normal"
 
163
   revision="12">
 
164
<commit
 
165
   revision="10">
 
166
<author>skalogryz</author>
 
167
<date>2009-03-23T13:47:56.231453Z</date>
 
168
</commit>
 
169
</wc-status>
 
170
</entry>
 
171
<entry
 
172
   path="DevWork/backup">
 
173
<wc-status
 
174
   props="none"
 
175
   item="unversioned">
 
176
</wc-status>
 
177
</entry>
 
178
<entry
 
179
   path="DevWork/DevWork.compiled">
 
180
<wc-status
 
181
   props="none"
 
182
   item="unversioned">
 
183
</wc-status>
 
184
</entry>
 
185
<entry
 
186
   path="DevWork/ProcessingForm.lfm">
 
187
<wc-status
 
188
   props="none"
 
189
   item="normal"
 
190
   revision="12">
 
191
<commit
 
192
   revision="11">
 
193
<author>skalogryz</author>
 
194
<date>2009-03-27T14:47:59.748249Z</date>
 
195
</commit>
 
196
</wc-status>
 
197
</entry>
 
198
<entry
 
199
   path="DevWork/VersionControlTypes.ppu">
 
200
<wc-status
 
201
   props="none"
 
202
   item="unversioned">
 
203
</wc-status>
 
204
</entry>
 
205
<entry
 
206
   path="DevWork/DevWork.rc">
 
207
<wc-status
 
208
   props="none"
 
209
   item="unversioned">
 
210
</wc-status>
 
211
</entry>
 
212
<entry
 
213
   path="DevWork/mainform.lfm">
 
214
<wc-status
 
215
   props="none"
 
216
   item="normal"
 
217
   revision="12">
 
218
<commit
 
219
   revision="11">
 
220
<author>skalogryz</author>
 
221
<date>2009-03-27T14:47:59.748249Z</date>
 
222
</commit>
 
223
</wc-status>
 
224
</entry>
 
225
<entry
 
226
   path="DevWork/DevWork.manifest">
 
227
<wc-status
 
228
   props="none"
 
229
   item="unversioned">
 
230
</wc-status>
 
231
</entry>
 
232
<entry
 
233
   path="DevWork/Initial.ppu">
 
234
<wc-status
 
235
   props="none"
 
236
   item="unversioned">
 
237
</wc-status>
 
238
</entry>
 
239
<entry
 
240
   path="DevWork">
 
241
<wc-status
 
242
   props="none"
 
243
   item="normal"
 
244
   revision="12">
 
245
<commit
 
246
   revision="11">
 
247
<author>skalogryz</author>
 
248
<date>2009-03-27T14:47:59.748249Z</date>
 
249
</commit>
 
250
</wc-status>
 
251
</entry>
 
252
<against
 
253
   revision="12"/>
 
254
</target>
 
255
<target
 
256
   path="VersionControl">
 
257
<entry
 
258
   path="VersionControl/svnexec.pas">
 
259
<wc-status
 
260
   props="none"
 
261
   item="normal"
 
262
   revision="12">
 
263
<commit
 
264
   revision="3">
 
265
<author>skalogryz</author>
 
266
<date>2009-03-10T07:24:53.791474Z</date>
 
267
</commit>
 
268
</wc-status>
 
269
</entry>
 
270
<entry
 
271
   path="VersionControl/VersionControlTypes.pas">
 
272
<wc-status
 
273
   props="none"
 
274
   item="normal"
 
275
   revision="12">
 
276
<commit
 
277
   revision="3">
 
278
<author>skalogryz</author>
 
279
<date>2009-03-10T07:24:53.791474Z</date>
 
280
</commit>
 
281
</wc-status>
 
282
</entry>
 
283
<entry
 
284
   path="VersionControl/svnVersionControl.pas">
 
285
<wc-status
 
286
   props="none"
 
287
   item="normal"
 
288
   revision="12">
 
289
<commit
 
290
   revision="12">
 
291
<author>skalogryz</author>
 
292
<date>2009-03-28T10:12:28.820488Z</date>
 
293
</commit>
 
294
</wc-status>
 
295
</entry>
 
296
<entry
 
297
   path="VersionControl">
 
298
<wc-status
 
299
   props="none"
 
300
   item="normal"
 
301
   revision="12">
 
302
<commit
 
303
   revision="12">
 
304
<author>skalogryz</author>
 
305
<date>2009-03-28T10:12:28.820488Z</date>
 
306
</commit>
 
307
</wc-status>
 
308
</entry>
 
309
<against
 
310
   revision="12"/>
 
311
</target>
 
312
</status>