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

« back to all changes in this revision

Viewing changes to ide/extractprocdlg.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
1
object ExtractProcDialog: TExtractProcDialog
2
 
  Left = 393
 
2
  Left = 374
3
3
  Height = 355
4
 
  Top = 446
 
4
  Top = 360
5
5
  Width = 425
6
6
  ActiveControl = CreateFunctionCheckBox
7
7
  BorderIcons = [biSystemMenu]
8
 
  BorderStyle = bsDialog
9
8
  Caption = 'ExtractProcDialog'
10
9
  ClientHeight = 355
11
10
  ClientWidth = 425
12
11
  OnClose = ExtractProcDialogClose
13
12
  OnCreate = ExtractProcDialogCREATE
14
 
  LCLVersion = '0.9.29'
 
13
  Position = poScreenCenter
 
14
  LCLVersion = '0.9.31'
15
15
  object TypeRadiogroup: TRadioGroup
16
16
    AnchorSideBottom.Control = NameGroupbox
17
17
    Left = 6
18
 
    Height = 98
 
18
    Height = 95
19
19
    Top = 6
20
20
    Width = 413
21
21
    Align = alClient
22
22
    AutoFill = True
 
23
    AutoSize = True
23
24
    BorderSpacing.Around = 6
24
25
    Caption = 'TypeRadiogroup'
25
26
    ChildSizing.LeftRightSpacing = 6
39
40
    AnchorSideRight.Control = Owner
40
41
    AnchorSideBottom.Control = CancelButton
41
42
    Left = 6
42
 
    Height = 53
43
 
    Top = 194
 
43
    Height = 56
 
44
    Top = 192
44
45
    Width = 413
45
46
    Align = alBottom
46
47
    AutoSize = True
47
48
    BorderSpacing.Around = 6
48
49
    Caption = 'NameGroupbox'
49
 
    ClientHeight = 35
50
 
    ClientWidth = 409
 
50
    ClientHeight = 34
 
51
    ClientWidth = 405
51
52
    TabOrder = 0
52
53
    object NameEdit: TEdit
53
54
      Left = 6
54
 
      Height = 23
 
55
      Height = 22
55
56
      Top = 6
56
 
      Width = 397
 
57
      Width = 393
57
58
      Align = alTop
58
59
      BorderSpacing.Around = 6
59
60
      TabOrder = 0
62
63
  end
63
64
  object BtnPanel: TPanel
64
65
    Left = 0
65
 
    Height = 38
66
 
    Top = 317
 
66
    Height = 37
 
67
    Top = 318
67
68
    Width = 425
68
69
    Align = alBottom
69
70
    AutoSize = True
70
71
    BevelOuter = bvNone
71
 
    ClientHeight = 38
 
72
    ClientHeight = 37
72
73
    ClientWidth = 425
73
74
    TabOrder = 2
74
75
    object CancelButton: TBitBtn
75
 
      Left = 338
76
 
      Height = 26
 
76
      Left = 344
 
77
      Height = 25
77
78
      Top = 6
78
 
      Width = 81
 
79
      Width = 75
79
80
      Align = alRight
80
81
      AutoSize = True
81
82
      BorderSpacing.Around = 6
89
90
      TabOrder = 0
90
91
    end
91
92
    object OkButton: TBitBtn
92
 
      Left = 257
93
 
      Height = 26
 
93
      Left = 263
 
94
      Height = 25
94
95
      Top = 6
95
96
      Width = 75
96
97
      Align = alRight
108
109
    end
109
110
    object HelpButton: TBitBtn
110
111
      Left = 6
111
 
      Height = 26
 
112
      Height = 25
112
113
      Top = 6
113
114
      Width = 75
114
115
      Align = alLeft
126
127
  object MissingIdentifiersGroupBox: TGroupBox
127
128
    Left = 6
128
129
    Height = 58
129
 
    Top = 253
 
130
    Top = 254
130
131
    Width = 413
131
132
    Align = alBottom
132
133
    BorderSpacing.Around = 6
133
134
    Caption = 'MissingIdentifiersGroupBox'
134
 
    ClientHeight = 40
135
 
    ClientWidth = 409
 
135
    ClientHeight = 36
 
136
    ClientWidth = 405
136
137
    TabOrder = 3
137
138
    object MissingIdentifiersListBox: TListBox
138
139
      Left = 0
139
 
      Height = 40
 
140
      Height = 36
140
141
      Top = 0
141
 
      Width = 409
 
142
      Width = 405
142
143
      Align = alClient
143
144
      ItemHeight = 0
144
145
      TabOrder = 0
146
147
  end
147
148
  object FunctionGroupBox: TGroupBox
148
149
    Left = 6
149
 
    Height = 78
150
 
    Top = 110
 
150
    Height = 79
 
151
    Top = 107
151
152
    Width = 413
152
153
    Align = alBottom
153
154
    AutoSize = True
154
155
    BorderSpacing.Around = 6
155
156
    Caption = 'FunctionGroupBox'
156
 
    ClientHeight = 60
157
 
    ClientWidth = 409
 
157
    ClientHeight = 57
 
158
    ClientWidth = 405
158
159
    TabOrder = 4
159
160
    object FuncVariableLabel: TLabel
160
161
      AnchorSideLeft.Control = CreateFunctionCheckBox
161
162
      AnchorSideTop.Control = FuncVariableComboBox
162
163
      AnchorSideTop.Side = asrCenter
163
164
      Left = 6
164
 
      Height = 16
165
 
      Top = 34
166
 
      Width = 97
 
165
      Height = 17
 
166
      Top = 32
 
167
      Width = 115
167
168
      Caption = 'FuncVariableLabel'
168
169
      Enabled = False
169
170
      ParentColor = False
172
173
      AnchorSideLeft.Control = FunctionGroupBox
173
174
      AnchorSideTop.Control = FunctionGroupBox
174
175
      Left = 6
175
 
      Height = 19
 
176
      Height = 18
176
177
      Top = 6
177
 
      Width = 153
 
178
      Width = 178
178
179
      BorderSpacing.Around = 6
179
180
      Caption = 'CreateFunctionCheckBox'
180
181
      OnChange = CreateFunctionCheckBoxChange
187
188
      AnchorSideTop.Side = asrBottom
188
189
      AnchorSideRight.Control = FunctionGroupBox
189
190
      AnchorSideRight.Side = asrBottom
190
 
      Left = 109
191
 
      Height = 23
192
 
      Top = 31
193
 
      Width = 294
 
191
      Left = 127
 
192
      Height = 21
 
193
      Top = 30
 
194
      Width = 272
194
195
      Anchors = [akTop, akLeft, akRight]
195
196
      BorderSpacing.Around = 6
196
197
      Enabled = False
197
 
      ItemHeight = 15
 
198
      ItemHeight = 0
198
199
      TabOrder = 1
199
200
      Text = 'FuncVariableComboBox'
200
201
    end