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

« back to all changes in this revision

Viewing changes to ide/helpfpcmessages.lfm

  • 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
object EditIDEMsgHelpDialog: TEditIDEMsgHelpDialog
 
2
  Left = 330
 
3
  Height = 522
 
4
  Top = 280
 
5
  Width = 649
 
6
  Caption = 'EditIDEMsgHelpDialog'
 
7
  ClientHeight = 522
 
8
  ClientWidth = 649
 
9
  OnCreate = FormCreate
 
10
  OnDestroy = FormDestroy
 
11
  Position = poScreenCenter
 
12
  LCLVersion = '0.9.31'
 
13
  object CurMsgGroupBox: TGroupBox
 
14
    Left = 6
 
15
    Height = 105
 
16
    Top = 94
 
17
    Width = 637
 
18
    Align = alTop
 
19
    BorderSpacing.Around = 6
 
20
    Caption = 'CurMsgGroupBox'
 
21
    ClientHeight = 89
 
22
    ClientWidth = 633
 
23
    TabOrder = 0
 
24
    object CurMsgMemo: TMemo
 
25
      Left = 0
 
26
      Height = 89
 
27
      Top = 0
 
28
      Width = 633
 
29
      Align = alClient
 
30
      Lines.Strings = (
 
31
        'CurMsgMemo'
 
32
      )
 
33
      ReadOnly = True
 
34
      ScrollBars = ssAutoBoth
 
35
      TabOrder = 0
 
36
    end
 
37
  end
 
38
  object ButtonPanel1: TButtonPanel
 
39
    Left = 6
 
40
    Height = 42
 
41
    Top = 474
 
42
    Width = 637
 
43
    OKButton.Name = 'OKButton'
 
44
    OKButton.DefaultCaption = True
 
45
    HelpButton.Name = 'HelpButton'
 
46
    HelpButton.DefaultCaption = True
 
47
    CloseButton.Name = 'CloseButton'
 
48
    CloseButton.DefaultCaption = True
 
49
    CancelButton.Name = 'CancelButton'
 
50
    CancelButton.DefaultCaption = True
 
51
    TabOrder = 1
 
52
    OnClick = ButtonPanel1Click
 
53
    ShowButtons = [pbOK, pbCancel, pbHelp]
 
54
  end
 
55
  object AllGroupBox: TGroupBox
 
56
    Left = 6
 
57
    Height = 263
 
58
    Top = 205
 
59
    Width = 277
 
60
    Align = alLeft
 
61
    BorderSpacing.Around = 6
 
62
    Caption = 'AllGroupBox'
 
63
    ClientHeight = 247
 
64
    ClientWidth = 273
 
65
    TabOrder = 2
 
66
    object AllListBox: TListBox
 
67
      Left = 0
 
68
      Height = 221
 
69
      Top = 0
 
70
      Width = 273
 
71
      Align = alClient
 
72
      ItemHeight = 0
 
73
      OnSelectionChange = AllListBoxSelectionChange
 
74
      ScrollWidth = 271
 
75
      TabOrder = 0
 
76
      TopIndex = -1
 
77
    end
 
78
    object AddButton: TButton
 
79
      Left = 0
 
80
      Height = 26
 
81
      Top = 221
 
82
      Width = 273
 
83
      Align = alBottom
 
84
      AutoSize = True
 
85
      Caption = 'AddButton'
 
86
      OnClick = AddButtonClick
 
87
      TabOrder = 1
 
88
    end
 
89
  end
 
90
  object CurGroupBox: TGroupBox
 
91
    Left = 300
 
92
    Height = 263
 
93
    Top = 205
 
94
    Width = 343
 
95
    Align = alClient
 
96
    BorderSpacing.Around = 6
 
97
    Caption = 'CurGroupBox'
 
98
    ClientHeight = 247
 
99
    ClientWidth = 339
 
100
    TabOrder = 3
 
101
    object DeleteButton: TButton
 
102
      AnchorSideLeft.Control = TestURLButton
 
103
      AnchorSideLeft.Side = asrBottom
 
104
      AnchorSideTop.Control = URLEdit
 
105
      AnchorSideTop.Side = asrBottom
 
106
      Left = 104
 
107
      Height = 26
 
108
      Top = 192
 
109
      Width = 84
 
110
      AutoSize = True
 
111
      BorderSpacing.Around = 6
 
112
      Caption = 'DeleteButton'
 
113
      OnClick = DeleteButtonClick
 
114
      TabOrder = 0
 
115
    end
 
116
    object NameLabel: TLabel
 
117
      AnchorSideLeft.Control = CurGroupBox
 
118
      AnchorSideTop.Control = NameEdit
 
119
      AnchorSideTop.Side = asrCenter
 
120
      Left = 6
 
121
      Height = 15
 
122
      Top = 11
 
123
      Width = 64
 
124
      BorderSpacing.Around = 6
 
125
      Caption = 'NameLabel'
 
126
      ParentColor = False
 
127
    end
 
128
    object NameEdit: TEdit
 
129
      AnchorSideLeft.Control = NameLabel
 
130
      AnchorSideLeft.Side = asrBottom
 
131
      AnchorSideTop.Control = CurGroupBox
 
132
      AnchorSideRight.Control = CurGroupBox
 
133
      AnchorSideRight.Side = asrBottom
 
134
      Left = 76
 
135
      Height = 24
 
136
      Top = 6
 
137
      Width = 257
 
138
      Anchors = [akTop, akLeft, akRight]
 
139
      BorderSpacing.Around = 6
 
140
      OnChange = NameEditChange
 
141
      TabOrder = 1
 
142
      Text = 'NameEdit'
 
143
    end
 
144
    object URLLabel: TLabel
 
145
      AnchorSideLeft.Control = CurGroupBox
 
146
      AnchorSideTop.Control = AdditionFitsMsgLabel
 
147
      AnchorSideTop.Side = asrBottom
 
148
      AnchorSideRight.Control = CurGroupBox
 
149
      AnchorSideRight.Side = asrBottom
 
150
      Left = 6
 
151
      Height = 15
 
152
      Top = 147
 
153
      Width = 327
 
154
      Anchors = [akTop, akLeft, akRight]
 
155
      BorderSpacing.Left = 6
 
156
      BorderSpacing.Top = 6
 
157
      BorderSpacing.Right = 6
 
158
      Caption = 'URLLabel'
 
159
      ParentColor = False
 
160
      WordWrap = True
 
161
    end
 
162
    object URLEdit: TEdit
 
163
      AnchorSideLeft.Control = CurGroupBox
 
164
      AnchorSideTop.Control = URLLabel
 
165
      AnchorSideTop.Side = asrBottom
 
166
      AnchorSideRight.Control = CurGroupBox
 
167
      AnchorSideRight.Side = asrBottom
 
168
      Left = 6
 
169
      Height = 24
 
170
      Top = 162
 
171
      Width = 327
 
172
      Anchors = [akTop, akLeft, akRight]
 
173
      BorderSpacing.Left = 6
 
174
      BorderSpacing.Right = 6
 
175
      BorderSpacing.Bottom = 6
 
176
      OnChange = URLEditChange
 
177
      TabOrder = 2
 
178
      Text = 'URLEdit'
 
179
    end
 
180
    object OnlyFPCMsgIDsLabel: TLabel
 
181
      AnchorSideLeft.Control = CurGroupBox
 
182
      AnchorSideTop.Control = NameEdit
 
183
      AnchorSideTop.Side = asrBottom
 
184
      AnchorSideRight.Control = CurGroupBox
 
185
      AnchorSideRight.Side = asrBottom
 
186
      Left = 6
 
187
      Height = 15
 
188
      Top = 36
 
189
      Width = 327
 
190
      Anchors = [akTop, akLeft, akRight]
 
191
      BorderSpacing.Left = 6
 
192
      BorderSpacing.Top = 6
 
193
      BorderSpacing.Right = 6
 
194
      Caption = 'OnlyFPCMsgIDsLabel'
 
195
      ParentColor = False
 
196
      WordWrap = True
 
197
    end
 
198
    object OnlyFPCMsgIDsEdit: TEdit
 
199
      AnchorSideLeft.Control = CurGroupBox
 
200
      AnchorSideTop.Control = OnlyFPCMsgIDsLabel
 
201
      AnchorSideTop.Side = asrBottom
 
202
      AnchorSideRight.Control = CurGroupBox
 
203
      AnchorSideRight.Side = asrBottom
 
204
      Left = 6
 
205
      Height = 24
 
206
      Top = 51
 
207
      Width = 327
 
208
      Anchors = [akTop, akLeft, akRight]
 
209
      BorderSpacing.Left = 6
 
210
      BorderSpacing.Right = 6
 
211
      BorderSpacing.Bottom = 6
 
212
      OnChange = OnlyFPCMsgIDsEditChange
 
213
      TabOrder = 3
 
214
      Text = 'OnlyFPCMsgIDsEdit'
 
215
    end
 
216
    object OnlyRegExLabel: TLabel
 
217
      AnchorSideLeft.Control = CurGroupBox
 
218
      AnchorSideTop.Control = OnlyFPCMsgIDsEdit
 
219
      AnchorSideTop.Side = asrBottom
 
220
      AnchorSideRight.Control = CurGroupBox
 
221
      AnchorSideRight.Side = asrBottom
 
222
      Left = 6
 
223
      Height = 15
 
224
      Top = 81
 
225
      Width = 327
 
226
      Anchors = [akTop, akLeft, akRight]
 
227
      BorderSpacing.Left = 6
 
228
      BorderSpacing.Top = 6
 
229
      BorderSpacing.Right = 6
 
230
      Caption = 'OnlyRegExLabel'
 
231
      ParentColor = False
 
232
      WordWrap = True
 
233
    end
 
234
    object OnlyRegExEdit: TEdit
 
235
      AnchorSideLeft.Control = CurGroupBox
 
236
      AnchorSideTop.Control = OnlyRegExLabel
 
237
      AnchorSideTop.Side = asrBottom
 
238
      AnchorSideRight.Control = CurGroupBox
 
239
      AnchorSideRight.Side = asrBottom
 
240
      Left = 6
 
241
      Height = 24
 
242
      Top = 96
 
243
      Width = 327
 
244
      Anchors = [akTop, akLeft, akRight]
 
245
      BorderSpacing.Left = 6
 
246
      BorderSpacing.Right = 6
 
247
      BorderSpacing.Bottom = 6
 
248
      OnChange = OnlyRegExEditChange
 
249
      TabOrder = 4
 
250
      Text = 'OnlyRegExEdit'
 
251
    end
 
252
    object AdditionFitsMsgLabel: TLabel
 
253
      AnchorSideLeft.Control = CurGroupBox
 
254
      AnchorSideTop.Control = OnlyRegExEdit
 
255
      AnchorSideTop.Side = asrBottom
 
256
      Left = 6
 
257
      Height = 15
 
258
      Top = 126
 
259
      Width = 116
 
260
      BorderSpacing.Around = 6
 
261
      Caption = 'AdditionFitsMsgLabel'
 
262
      ParentColor = False
 
263
      WordWrap = True
 
264
    end
 
265
    object TestURLButton: TButton
 
266
      AnchorSideLeft.Control = CurGroupBox
 
267
      AnchorSideTop.Control = URLEdit
 
268
      AnchorSideTop.Side = asrBottom
 
269
      Left = 6
 
270
      Height = 26
 
271
      Top = 192
 
272
      Width = 92
 
273
      AutoSize = True
 
274
      BorderSpacing.Around = 6
 
275
      Caption = 'TestURLButton'
 
276
      OnClick = TestURLButtonClick
 
277
      TabOrder = 5
 
278
    end
 
279
  end
 
280
  object Splitter1: TSplitter
 
281
    Left = 289
 
282
    Height = 263
 
283
    Top = 205
 
284
    Width = 5
 
285
  end
 
286
  object GlobalOptionsGroupBox: TGroupBox
 
287
    Left = 6
 
288
    Height = 82
 
289
    Top = 6
 
290
    Width = 637
 
291
    Align = alTop
 
292
    AutoSize = True
 
293
    BorderSpacing.Around = 6
 
294
    Caption = 'GlobalOptionsGroupBox'
 
295
    ClientHeight = 66
 
296
    ClientWidth = 633
 
297
    TabOrder = 5
 
298
    object FPCMsgFileLabel: TLabel
 
299
      AnchorSideLeft.Control = GlobalOptionsGroupBox
 
300
      AnchorSideTop.Control = FPCMsgFileEdit
 
301
      AnchorSideTop.Side = asrCenter
 
302
      Left = 6
 
303
      Height = 15
 
304
      Top = 11
 
305
      Width = 92
 
306
      BorderSpacing.Left = 6
 
307
      Caption = 'FPCMsgFileLabel'
 
308
      ParentColor = False
 
309
    end
 
310
    object FPCMsgFileEdit: TEdit
 
311
      AnchorSideLeft.Control = FPCMsgFileLabel
 
312
      AnchorSideLeft.Side = asrBottom
 
313
      AnchorSideTop.Control = GlobalOptionsGroupBox
 
314
      AnchorSideRight.Control = GlobalOptionsGroupBox
 
315
      AnchorSideRight.Side = asrBottom
 
316
      Left = 104
 
317
      Height = 24
 
318
      Top = 6
 
319
      Width = 523
 
320
      Anchors = [akTop, akLeft, akRight]
 
321
      BorderSpacing.Around = 6
 
322
      OnEditingDone = FPCMsgFileEditEditingDone
 
323
      TabOrder = 0
 
324
      Text = 'FPCMsgFileEdit'
 
325
    end
 
326
    object AdditionsFileLabel: TLabel
 
327
      AnchorSideLeft.Control = GlobalOptionsGroupBox
 
328
      AnchorSideTop.Control = AdditionsFileEdit
 
329
      AnchorSideTop.Side = asrCenter
 
330
      Left = 6
 
331
      Height = 15
 
332
      Top = 41
 
333
      Width = 100
 
334
      BorderSpacing.Around = 6
 
335
      Caption = 'AdditionsFileLabel'
 
336
      ParentColor = False
 
337
    end
 
338
    object AdditionsFileEdit: TEdit
 
339
      AnchorSideLeft.Control = AdditionsFileLabel
 
340
      AnchorSideLeft.Side = asrBottom
 
341
      AnchorSideTop.Control = FPCMsgFileEdit
 
342
      AnchorSideTop.Side = asrBottom
 
343
      AnchorSideRight.Control = GlobalOptionsGroupBox
 
344
      AnchorSideRight.Side = asrBottom
 
345
      Left = 112
 
346
      Height = 24
 
347
      Top = 36
 
348
      Width = 515
 
349
      Anchors = [akTop, akLeft, akRight]
 
350
      BorderSpacing.Around = 6
 
351
      TabOrder = 1
 
352
      Text = 'AdditionsFileEdit'
 
353
    end
 
354
  end
 
355
end