LCL: camel case unit names, patch #27666

git-svn-id: trunk@48338 -
This commit is contained in:
mattias 2015-03-14 10:35:43 +00:00
parent 26fb3f2b19
commit b5ef5a6a06
14 changed files with 20 additions and 20 deletions

View File

@ -2,19 +2,19 @@
This source is only used to compile and install the package.
}
unit alllclunits;
unit AllLCLUnits;
interface
uses
CheckLst, Clipbrd, ColorBox, ComCtrls, Controls, CustomTimer, DBActns,
DbCtrls, DBGrids, DefaultTranslator, Dialogs, DynamicArray, DynHashArray,
DynQueue, ExtCtrls, ExtDlgs, ExtendedStrings, extgraphics, FileCtrl, Forms,
DynQueue, ExtCtrls, ExtDlgs, ExtendedStrings, ExtGraphics, FileCtrl, Forms,
Graphics, GraphMath, GraphType, GraphUtil, Grids, HelpIntfs, IcnsTypes,
ImageListCache, ImgList, IniPropStorage, InterfaceBase, IntfGraphics,
LazHelpHTML, LazHelpIntf, LazLinkedList, LCLClasses, LCLIntf, LCLMemManager,
LCLMessageGlue, LCLProc, LCLResCache, LCLStrConsts, LCLType, Menus,
LCLUnicodeData, LCLVersion, LMessages, LResources, maps, MaskEdit,
LCLUnicodeData, LCLVersion, LMessages, LResources, Maps, MaskEdit,
PairSplitter, PopupNotifier, PostScriptCanvas, PostScriptPrinter,
postscriptunicode, Printers, PropertyStorage, RubberBand, ShellCtrls, Spin,
StdActns, StdCtrls, StringHashList, TextStrings, Themes, TmSchema, Toolwin,
@ -23,10 +23,10 @@ uses
WSExtDlgs, WSFactory, WSForms, WSGrids, WSImgList, WSLCLClasses, WSMenus,
WSPairSplitter, WSProc, WSReferences, WSSpin, WSStdCtrls, WSToolwin,
ActnList, AsyncProcess, ButtonPanel, Buttons, Calendar, RegisterLCL,
ValEdit, lazcanvas, lazdialogs, lazregions, customdrawn_common,
customdrawncontrols, customdrawndrawers, lazdeviceapis, LDockTree,
LazFreeTypeIntfDrawer, customdrawn_winxp, customdrawn_android, Arrow,
EditBtn, ComboEx, DBExtCtrls, customdrawn_mac, LazarusPackageIntf;
ValEdit, LazCanvas, LazDialogs, LazRegions, CustomDrawn_Common,
CustomDrawnControls, CustomDrawnDrawers, LazDeviceApis, LDockTree,
LazFreeTypeIntfDrawer, CustomDrawn_WinXP, CustomDrawn_Android, Arrow,
EditBtn, ComboEx, DBExtCtrls, CustomDrawn_Mac, LazarusPackageIntf;
implementation

View File

@ -1,4 +1,4 @@
unit customdrawn_android;
unit CustomDrawn_Android;
{$mode objfpc}{$H+}
{ $define CD_UseImageResources}

View File

@ -1,4 +1,4 @@
unit customdrawn_common;
unit CustomDrawn_Common;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,4 @@
unit customdrawn_mac;
unit CustomDrawn_Mac;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,4 @@
unit customdrawn_winxp;
unit CustomDrawn_WinXP;
{$mode objfpc}{$H+}

View File

@ -7,7 +7,7 @@
such as a custom drawn version of TButton, of TEdit, of TPageControl, etc,
eventually forming a full set of custom drawn components.
}
unit customdrawncontrols;
unit CustomDrawnControls;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,4 @@
unit customdrawndrawers;
unit CustomDrawnDrawers;
{$mode objfpc}{$H+}

View File

@ -13,7 +13,7 @@
for details about the license.
*****************************************************************************
}
unit extgraphics;
unit ExtGraphics;
{$mode objfpc}{$H+}

View File

@ -24,7 +24,7 @@
Dont use anything from the LCL here as this unit should be kept strictly independent
only LCLProc for DebugLn is allowed, but only during debuging
}
unit lazcanvas;
unit LazCanvas;
{$mode objfpc}{$H+}
{ $define lazcanvas_debug}

View File

@ -9,7 +9,7 @@
License: The same modified LGPL as the rest of the LCL
}
unit lazdeviceapis;
unit LazDeviceApis;
{$mode delphi}

View File

@ -1,4 +1,4 @@
unit lazdialogs;
unit LazDialogs;
{$mode objfpc}{$H+}

View File

@ -3,7 +3,7 @@
Author: Felipe Monteiro de Carvalho
}
unit lazregions;
unit LazRegions;
{$mode objfpc}{$H+}

View File

@ -17,7 +17,7 @@
The ID can be signed or unsigned, with a size of 1,2,4,8,16 or 32 bytes
The data can be of any (constant) size.
}
unit maps;
unit Maps;
{$mode objfpc}{$H+}

View File

@ -8,7 +8,7 @@
Author: Jesus Reyes Aguilar
}
unit postscriptunicode;
unit PostScriptUnicode;
{$mode objfpc}{$H+}