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

« back to all changes in this revision

Viewing changes to debugger/frames/debugger_general_options.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:
3
3
  Width = 519
4
4
  ClientHeight = 427
5
5
  ClientWidth = 519
6
 
  TabOrder = 0
7
6
  Visible = False
8
7
  DesignLeft = 812
9
8
  DesignTop = 438
13
12
    AnchorSideRight.Control = Owner
14
13
    AnchorSideRight.Side = asrBottom
15
14
    Left = 0
16
 
    Height = 78
 
15
    Height = 82
17
16
    Top = 0
18
17
    Width = 519
19
18
    Anchors = [akTop, akLeft, akRight]
20
19
    AutoSize = True
21
20
    Caption = 'Debugger type and path'
22
 
    ClientHeight = 60
 
21
    ClientHeight = 64
23
22
    ClientWidth = 515
24
23
    TabOrder = 0
25
24
    object cmdOpenDebuggerPath: TSpeedButton
29
28
      AnchorSideBottom.Control = cmbDebuggerPath
30
29
      AnchorSideBottom.Side = asrBottom
31
30
      Left = 486
32
 
      Height = 21
33
 
      Top = 33
 
31
      Height = 23
 
32
      Top = 35
34
33
      Width = 23
35
34
      Anchors = [akTop, akRight, akBottom]
36
35
      BorderSpacing.Right = 6
37
36
      Caption = '...'
38
 
      Color = clBtnFace
39
37
      NumGlyphs = 0
40
38
      OnClick = cmdOpenDebuggerPathClick
41
39
    end
45
43
      AnchorSideRight.Control = gbDebuggerType
46
44
      AnchorSideRight.Side = asrBottom
47
45
      Left = 6
48
 
      Height = 21
 
46
      Height = 23
49
47
      Top = 6
50
48
      Width = 503
51
49
      Anchors = [akTop, akLeft, akRight]
52
50
      BorderSpacing.Around = 6
53
 
      ItemHeight = 13
 
51
      ItemHeight = 15
54
52
      OnEditingDone = cmbDebuggerTypeEditingDone
55
53
      OnSelect = cmbDebuggerTypeEditingDone
56
54
      Style = csDropDownList
62
60
      AnchorSideTop.Side = asrBottom
63
61
      AnchorSideRight.Control = cmdOpenDebuggerPath
64
62
      Left = 6
65
 
      Height = 21
66
 
      Top = 33
 
63
      Height = 23
 
64
      Top = 35
67
65
      Width = 480
68
66
      Anchors = [akTop, akLeft, akRight]
69
67
      BorderSpacing.Left = 6
70
68
      BorderSpacing.Top = 6
71
69
      BorderSpacing.Bottom = 6
72
 
      ItemHeight = 13
 
70
      ItemHeight = 15
73
71
      TabOrder = 1
74
72
    end
75
73
  end
81
79
    AnchorSideRight.Side = asrBottom
82
80
    Left = 0
83
81
    Height = 53
84
 
    Top = 84
 
82
    Top = 88
85
83
    Width = 519
86
84
    Anchors = [akTop, akLeft, akRight]
87
85
    AutoSize = True
97
95
      AnchorSideBottom.Control = txtAdditionalPath
98
96
      AnchorSideBottom.Side = asrBottom
99
97
      Left = 486
100
 
      Height = 21
 
98
      Height = 23
101
99
      Top = 6
102
100
      Width = 23
103
101
      Anchors = [akTop, akRight, akBottom]
104
102
      BorderSpacing.Right = 6
105
103
      Caption = '...'
106
 
      Color = clBtnFace
107
104
      NumGlyphs = 0
108
105
      OnClick = cmdOpenAdditionalPathClick
109
106
    end
112
109
      AnchorSideTop.Control = gbAdditionalSearchPath
113
110
      AnchorSideRight.Control = cmdOpenAdditionalPath
114
111
      Left = 6
115
 
      Height = 21
 
112
      Height = 23
116
113
      Top = 6
117
114
      Width = 480
118
115
      Anchors = [akTop, akLeft, akRight]
130
127
    AnchorSideRight.Side = asrBottom
131
128
    Left = 0
132
129
    Height = 56
133
 
    Top = 143
 
130
    Top = 147
134
131
    Width = 519
135
132
    Anchors = [akTop, akLeft, akRight]
136
133
    AutoFill = True
 
134
    AutoSize = True
137
135
    BorderSpacing.Top = 6
138
136
    Caption = 'Debugger general options'
139
137
    ChildSizing.LeftRightSpacing = 6
155
153
    AnchorSideBottom.Control = Owner
156
154
    AnchorSideBottom.Side = asrBottom
157
155
    Left = 0
158
 
    Height = 222
159
 
    Top = 205
 
156
    Height = 218
 
157
    Top = 209
160
158
    Width = 519
161
159
    Anchors = [akTop, akLeft, akRight, akBottom]
162
160
    BorderSpacing.Top = 6