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

« back to all changes in this revision

Viewing changes to components/education/edupropsevents.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:
4
4
  ClientHeight = 393
5
5
  ClientWidth = 456
6
6
  TabOrder = 0
7
 
  DesignLeft = 713
8
 
  DesignTop = 9
 
7
  DesignLeft = 480
 
8
  DesignTop = 267
9
9
  object OptsPanel: TPanel[0]
10
 
    Left = 8
11
 
    Height = 128
 
10
    Left = 0
 
11
    Height = 117
12
12
    Top = 0
13
 
    Width = 440
14
 
    Align = alCustom
15
 
    ChildSizing.Layout = cclTopToBottomThenLeftToRight
 
13
    Width = 456
 
14
    Align = alTop
 
15
    AutoSize = True
 
16
    BevelOuter = bvNone
 
17
    ChildSizing.LeftRightSpacing = 10
 
18
    ChildSizing.TopBottomSpacing = 10
 
19
    ChildSizing.HorizontalSpacing = 10
 
20
    ChildSizing.VerticalSpacing = 10
 
21
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
16
22
    ChildSizing.ControlsPerLine = 2
17
 
    ClientHeight = 128
18
 
    ClientWidth = 440
 
23
    ClientHeight = 117
 
24
    ClientWidth = 456
19
25
    TabOrder = 0
20
26
    object rdGrpProps: TRadioGroup
21
 
      Left = 24
22
 
      Height = 105
23
 
      Top = 8
24
 
      Width = 185
25
 
      Align = alCustom
 
27
      Left = 10
 
28
      Height = 97
 
29
      Top = 10
 
30
      Width = 159
26
31
      AutoFill = True
 
32
      AutoSize = True
27
33
      Caption = 'rdGrpProps'
28
34
      ChildSizing.LeftRightSpacing = 6
29
35
      ChildSizing.TopBottomSpacing = 6
33
39
      ChildSizing.ShrinkVertical = crsScaleChilds
34
40
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
35
41
      ChildSizing.ControlsPerLine = 1
36
 
      ClientHeight = 87
37
 
      ClientWidth = 181
 
42
      ClientHeight = 78
 
43
      ClientWidth = 155
38
44
      OnClick = rdGrpPropsClick
39
45
      TabOrder = 0
40
46
      object PropsMinRadioBtn: TRadioButton
41
 
        Left = 14
42
 
        Height = 17
43
 
        Top = 8
44
 
        Width = 165
45
 
        Align = alCustom
 
47
        Left = 6
 
48
        Height = 22
 
49
        Top = 6
 
50
        Width = 143
46
51
        Caption = 'PropsMinRadioBtn'
 
52
        Checked = True
47
53
        OnClick = PropsMinRadioBtnClick
48
54
        TabOrder = 0
49
 
        TabStop = False
 
55
        TabStop = True
50
56
      end
51
57
      object PropsExtRadioBtn: TRadioButton
52
 
        Left = 14
53
 
        Height = 17
54
 
        Top = 32
55
 
        Width = 165
56
 
        Align = alCustom
 
58
        Left = 6
 
59
        Height = 22
 
60
        Top = 28
 
61
        Width = 143
57
62
        Caption = 'PropsExtRadioBtn'
58
63
        OnClick = PropsExtRadioBtnClick
59
64
        TabOrder = 1
60
 
        TabStop = False
61
65
      end
62
66
      object PropsFullRadioBtn: TRadioButton
63
 
        Left = 14
64
 
        Height = 17
65
 
        Top = 56
66
 
        Width = 166
67
 
        Align = alCustom
 
67
        Left = 6
 
68
        Height = 22
 
69
        Top = 50
 
70
        Width = 143
68
71
        Caption = 'PropsFullRadioBtn'
69
72
        OnClick = PropsFullRadioBtnClick
70
73
        TabOrder = 2
71
74
      end
72
75
    end
73
76
    object rdGrpEvents: TRadioGroup
74
 
      Left = 224
75
 
      Height = 105
76
 
      Top = 8
77
 
      Width = 185
78
 
      Align = alCustom
 
77
      Left = 179
 
78
      Height = 97
 
79
      Top = 10
 
80
      Width = 167
79
81
      AutoFill = True
 
82
      AutoSize = True
80
83
      Caption = 'rdGrpEvents'
81
84
      ChildSizing.LeftRightSpacing = 6
82
85
      ChildSizing.TopBottomSpacing = 6
86
89
      ChildSizing.ShrinkVertical = crsScaleChilds
87
90
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
88
91
      ChildSizing.ControlsPerLine = 1
89
 
      ClientHeight = 87
90
 
      ClientWidth = 181
 
92
      ClientHeight = 78
 
93
      ClientWidth = 163
91
94
      TabOrder = 1
92
95
      object EventsMinRadioBtn: TRadioButton
93
 
        Left = 14
94
 
        Height = 17
95
 
        Top = 8
96
 
        Width = 160
97
 
        Align = alCustom
 
96
        Left = 6
 
97
        Height = 22
 
98
        Top = 6
 
99
        Width = 151
98
100
        Caption = 'EventsMinRadioBtn'
 
101
        Checked = True
99
102
        OnClick = EventsMinRadioBtnClick
100
103
        TabOrder = 0
 
104
        TabStop = True
101
105
      end
102
106
      object EventsExtRadioBtn: TRadioButton
103
 
        Left = 14
104
 
        Height = 17
105
 
        Top = 32
106
 
        Width = 160
107
 
        Align = alCustom
 
107
        Left = 6
 
108
        Height = 22
 
109
        Top = 28
 
110
        Width = 151
108
111
        Caption = 'EventsExtRadioBtn'
109
112
        OnClick = EventsExtRadioBtnClick
110
113
        TabOrder = 1
111
114
      end
112
115
      object EventsFullRadioBtn: TRadioButton
113
 
        Left = 14
114
 
        Height = 17
115
 
        Top = 56
116
 
        Width = 161
117
 
        Align = alCustom
 
116
        Left = 6
 
117
        Height = 22
 
118
        Top = 50
 
119
        Width = 151
118
120
        Caption = 'EventsFullRadioBtn'
119
121
        OnClick = EventsFullRadioBtnClick
120
122
        TabOrder = 2
122
124
    end
123
125
  end
124
126
  object grpBoxEvents: TGroupBox[1]
125
 
    Left = 32
126
 
    Height = 65
127
 
    Top = 288
128
 
    Width = 392
 
127
    Left = 6
 
128
    Height = 130
 
129
    Top = 257
 
130
    Width = 444
 
131
    Align = alClient
 
132
    BorderSpacing.Around = 6
129
133
    Caption = 'grpBoxEvents'
130
 
    ClientHeight = 47
131
 
    ClientWidth = 388
 
134
    ClientHeight = 111
 
135
    ClientWidth = 440
132
136
    TabOrder = 1
133
 
    object stTextEvents: TStaticText
134
 
      Left = 14
135
 
      Height = 25
136
 
      Top = 8
137
 
      Width = 369
138
 
      Caption = 'stTextEvents'
 
137
    object stTextMinEvents: TStaticText
 
138
      Left = 6
 
139
      Height = 99
 
140
      Top = 6
 
141
      Width = 428
 
142
      Align = alClient
 
143
      BorderSpacing.Around = 6
 
144
      Caption = 'stTextMinEvents'
139
145
      TabOrder = 0
140
146
    end
141
147
  end
142
148
  object grpBoxProps: TGroupBox[2]
143
 
    Left = 32
 
149
    Left = 6
144
150
    Height = 128
145
 
    Top = 144
146
 
    Width = 392
 
151
    Top = 123
 
152
    Width = 444
 
153
    Align = alTop
 
154
    BorderSpacing.Around = 6
147
155
    Caption = 'grpBoxProps'
148
 
    ClientHeight = 110
149
 
    ClientWidth = 388
 
156
    ClientHeight = 109
 
157
    ClientWidth = 440
150
158
    TabOrder = 2
151
 
    object stTextProps: TStaticText
152
 
      Left = 14
153
 
      Height = 25
154
 
      Top = 8
155
 
      Width = 368
156
 
      Caption = 'stTextProps'
 
159
    object stTextMinProps: TStaticText
 
160
      Left = 6
 
161
      Height = 30
 
162
      Top = 6
 
163
      Width = 428
 
164
      Align = alTop
 
165
      BorderSpacing.Around = 6
 
166
      Caption = 'stTextMinProps'
 
167
      Constraints.MinHeight = 30
157
168
      TabOrder = 0
158
169
    end
159
 
    object stTextProps2: TStaticText
160
 
      Left = 14
161
 
      Height = 64
162
 
      Top = 40
163
 
      Width = 368
164
 
      Caption = 'stTextProps2'
 
170
    object stTextExtProps: TStaticText
 
171
      Left = 6
 
172
      Height = 61
 
173
      Top = 42
 
174
      Width = 428
 
175
      Align = alClient
 
176
      BorderSpacing.Around = 6
 
177
      Caption = 'stTextExtProps'
165
178
      TabOrder = 1
166
179
    end
167
180
  end