LCL: undo the renaming of TEditButton into TButtonEdit.

TEditButton now has the new implementation of previously introduced TButtonEdit component.

git-svn-id: trunk@44664 -
This commit is contained in:
bart 2014-04-09 15:46:18 +00:00
parent 2f637d4295
commit 3c46241a71
9 changed files with 1326 additions and 2985 deletions

2
.gitattributes vendored
View File

@ -5578,7 +5578,6 @@ images/components/tbevel.png -text svneol=unset#image/png
images/components/tbitbtn.png -text svneol=unset#image/png images/components/tbitbtn.png -text svneol=unset#image/png
images/components/tbufdataset.png -text svneol=unset#image/png images/components/tbufdataset.png -text svneol=unset#image/png
images/components/tbutton.png -text svneol=unset#image/png images/components/tbutton.png -text svneol=unset#image/png
images/components/tbuttonedit.png -text svneol=unset#image/png
images/components/tbuttonpanel.png -text svneol=unset#image/png images/components/tbuttonpanel.png -text svneol=unset#image/png
images/components/tcalcedit.png -text svneol=unset#image/png images/components/tcalcedit.png -text svneol=unset#image/png
images/components/tcalculatordialog.png -text svneol=unset#image/png images/components/tcalculatordialog.png -text svneol=unset#image/png
@ -6027,7 +6026,6 @@ lcl/arrow.pp svneol=native#text/pascal
lcl/asyncprocess.pp svneol=native#text/plain lcl/asyncprocess.pp svneol=native#text/plain
lcl/barchart.pp svneol=native#text/pascal lcl/barchart.pp svneol=native#text/pascal
lcl/btn_icons.res -text lcl/btn_icons.res -text
lcl/buttonedit.pas svneol=native#text/pascal
lcl/buttonpanel.pas svneol=native#text/pascal lcl/buttonpanel.pas svneol=native#text/pascal
lcl/buttons.pp svneol=native#text/pascal lcl/buttons.pp svneol=native#text/pascal
lcl/calendar.pp svneol=native#text/pascal lcl/calendar.pp svneol=native#text/pascal

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

View File

@ -43,7 +43,6 @@ components/tdirectoryedit.png
components/tdrawgrid.png components/tdrawgrid.png
components/tedit.png components/tedit.png
components/teditbutton.png components/teditbutton.png
components/tbuttonedit.png
components/teventlog.png components/teventlog.png
components/tfilelistbox.png components/tfilelistbox.png
components/tfilenameedit.png components/tfilenameedit.png

View File

@ -9,32 +9,31 @@ interface
uses uses
BarChart, CheckLst, Clipbrd, ColorBox, ComCtrls, Controls, CustomTimer, BarChart, CheckLst, Clipbrd, ColorBox, ComCtrls, Controls, CustomTimer,
DBActns, DbCtrls, DBGrids, DefaultTranslator, Dialogs, DynamicArray, DBActns, DbCtrls, DBGrids, DefaultTranslator, Dialogs, DynamicArray,
DynHashArray, DynQueue, EditBtn, ExtCtrls, ExtDlgs, ExtendedStrings, DynHashArray, DynQueue, ExtCtrls, ExtDlgs, ExtendedStrings, extgraphics,
extgraphics, FileCtrl, Forms, FPCAdds, Graphics, GraphMath, GraphType, FileCtrl, Forms, FPCAdds, Graphics, GraphMath, GraphType, GraphUtil, Grids,
GraphUtil, Grids, HelpIntfs, IcnsTypes, ImageListCache, ImgList, HelpIntfs, IcnsTypes, ImageListCache, ImgList, IniPropStorage,
IniPropStorage, InterfaceBase, IntfGraphics, LazHelpHTML, LazHelpIntf, InterfaceBase, IntfGraphics, LazHelpHTML, LazHelpIntf, LazLinkedList,
LazLinkedList, LCLClasses, LCLIntf, LCLMemManager, LCLMessageGlue, LCLProc, LCLClasses, LCLIntf, LCLMemManager, LCLMessageGlue, LCLProc, LCLResCache,
LCLResCache, LCLStrConsts, LCLType, Menus, LCLUnicodeData, LCLVersion, LCLStrConsts, LCLType, Menus, LCLUnicodeData, LCLVersion, LMessages,
LMessages, LResources, maps, MaskEdit, PairSplitter, PopupNotifier, LResources, maps, MaskEdit, PairSplitter, PopupNotifier, PostScriptCanvas,
PostScriptCanvas, PostScriptPrinter, postscriptunicode, Printers, PostScriptPrinter, postscriptunicode, Printers, PropertyStorage, RubberBand,
PropertyStorage, RubberBand, ShellCtrls, Spin, StdActns, StdCtrls, ShellCtrls, Spin, StdActns, StdCtrls, StringHashList, TextStrings, Themes,
StringHashList, TextStrings, Themes, TmSchema, Toolwin, Translations, TmSchema, Toolwin, Translations, UTrace, XMLPropStorage, Messages,
UTrace, XMLPropStorage, Messages, WSButtons, WSCalendar, WSCheckLst, WSButtons, WSCalendar, WSCheckLst, WSComCtrls, WSControls, WSDesigner,
WSComCtrls, WSControls, WSDesigner, WSDialogs, WSExtCtrls, WSExtDlgs, WSDialogs, WSExtCtrls, WSExtDlgs, WSFactory, WSForms, WSGrids, WSImgList,
WSFactory, WSForms, WSGrids, WSImgList, WSLCLClasses, WSMenus, WSLCLClasses, WSMenus, WSPairSplitter, WSProc, WSReferences, WSSpin,
WSPairSplitter, WSProc, WSReferences, WSSpin, WSStdCtrls, WSToolwin, WSStdCtrls, WSToolwin, ActnList, AsyncProcess, ButtonPanel, Buttons,
ActnList, AsyncProcess, ButtonPanel, Buttons, Calendar, RegisterLCL, Calendar, RegisterLCL, ValEdit, lazcanvas, lazdialogs, lazregions,
ValEdit, lazcanvas, lazdialogs, lazregions, customdrawn_common, customdrawn_common, customdrawncontrols, customdrawndrawers, lazdeviceapis,
customdrawncontrols, customdrawndrawers, lazdeviceapis, LDockTree, LDockTree, LazFreeTypeIntfDrawer, customdrawn_winxp, customdrawn_android,
LazFreeTypeIntfDrawer, customdrawn_winxp, customdrawn_android, Arrow, Arrow, EditBtn, LazarusPackageIntf;
ButtonEdit, LazarusPackageIntf;
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('RegisterLCL', @RegisterLCL.Register); RegisterUnit('RegisterLCL', @RegisterLCL.Register);
RegisterUnit('ButtonEdit', @ButtonEdit.Register); RegisterUnit('EditBtn', @EditBtn.Register);
end; end;
initialization initialization

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ interface
uses uses
LazarusPackageIntf, Menus, Buttons, StdCtrls, ExtCtrls, ComCtrls, MaskEdit, LazarusPackageIntf, Menus, Buttons, StdCtrls, ExtCtrls, ComCtrls, MaskEdit,
CheckLst, Forms, Grids, Controls, Dialogs, Spin, Arrow, Calendar, CheckLst, Forms, Grids, Controls, Dialogs, Spin, Arrow, Calendar,
PairSplitter, ExtDlgs, StdActns, DbCtrls, DBGrids, DBActns, EditBtn, ButtonEdit, PairSplitter, ExtDlgs, StdActns, DbCtrls, DBGrids, DBActns, EditBtn,
ActnList, FileCtrl, Graphics, XMLPropStorage, IniPropStorage, BarChart, ActnList, FileCtrl, Graphics, XMLPropStorage, IniPropStorage, BarChart,
ColorBox, ButtonPanel, LResources, LazHelpHTML, PopupNotifier, AsyncProcess, ColorBox, ButtonPanel, LResources, LazHelpHTML, PopupNotifier, AsyncProcess,
UTF8Process, ShellCtrls, ValEdit; UTF8Process, ShellCtrls, ValEdit;
@ -61,7 +61,6 @@ begin
RegisterUnit('UTF8Process', @UTF8Process.Register); RegisterUnit('UTF8Process', @UTF8Process.Register);
RegisterUnit('ShellCtrls', @ShellCtrls.Register); RegisterUnit('ShellCtrls', @ShellCtrls.Register);
RegisterUnit('ValEdit', @ValEdit.Register); RegisterUnit('ValEdit', @ValEdit.Register);
RegisterUnit('ButtonEdit',@ButtonEdit.Register);
end; end;
procedure RegisterLCLBase; procedure RegisterLCLBase;