You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Editor/Controls
Artur K dc98a56d45
Clang/Clazy pass over AzCore (#5045)
* Multiple cleanups ( tidy etc. )

Coalesce nested namespaces.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Multiple cleanups ( tidy etc. ) cntd.

Converted Uuid into POD ( defaulted the constructor )
Add `&/const &` to `for` loops that benefit from their use
Some Qt optimizations ( string ref, prevent container detaches, etc. )
Replace `::bind` in a few places.
Replaced the use of AZ_CRC with AZ_CRC_CE in a few places.
Replace a few `typedef`s with `using`s

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Linux compilation fix.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Apply review suggestions.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Fix vs2019 build

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Small clang re-format in StringFunc.cpp

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Apply reviewer's suggestions.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
4 years ago
..
ReflectedPropertyControl Clang/Clazy pass over AzCore (#5045) 4 years ago
BitmapToolTip.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BitmapToolTip.h Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
ConsoleSCB.cpp Legacy code cleanup - part 3 (#3903) 4 years ago
ConsoleSCB.h Code/Editor 4 years ago
ConsoleSCB.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
ConsoleSCB.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ConsoleSCBMFC.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ConsoleSCBMFC.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
FolderTreeCtrl.cpp Fixed logic error causing Python Scripts tree items to only show extension intead of filename. 4 years ago
FolderTreeCtrl.h Code/Editor 4 years ago
HotTrackingTreeCtrl.cpp Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
HotTrackingTreeCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageHistogramCtrl.cpp Legacy cleanup, part 2 (#3659) 4 years ago
ImageHistogramCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageListCtrl.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageListCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MultiMonHelper.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MultiMonHelper.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
NumberCtrl.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
NumberCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QBitmapPreviewDialog.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QBitmapPreviewDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QBitmapPreviewDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
QBitmapPreviewDialogImp.cpp Code/Editor 4 years ago
QBitmapPreviewDialogImp.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QToolTipWidget.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QToolTipWidget.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SplineCtrl.cpp Legacy cleanup, part 2 (#3659) 4 years ago
SplineCtrl.h Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
SplineCtrlEx.cpp Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 4 years ago
SplineCtrlEx.h Code/Editor 4 years ago
TextEditorCtrl.cpp More fixes for Code/Editor 4 years ago
TextEditorCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
TimelineCtrl.cpp Small `Code/Editor` cleanup pass (#4909) 4 years ago
TimelineCtrl.h Code/Editor 4 years ago
TreeCtrlUtils.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
WndGridHelper.h Merge branch 'development' into cmake/linux_fix_warn_unused 4 years ago