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>
5 years ago
..
ReflectedPropertyControl Clang/Clazy pass over AzCore (#5045) 5 years ago
BitmapToolTip.cpp
BitmapToolTip.h
ConsoleSCB.cpp Legacy code cleanup - part 3 (#3903) 5 years ago
ConsoleSCB.h
ConsoleSCB.qrc
ConsoleSCB.ui
ConsoleSCBMFC.h
ConsoleSCBMFC.ui
FolderTreeCtrl.cpp Fixed logic error causing Python Scripts tree items to only show extension intead of filename. 5 years ago
FolderTreeCtrl.h Code/Editor 5 years ago
HotTrackingTreeCtrl.cpp
HotTrackingTreeCtrl.h
ImageHistogramCtrl.cpp Legacy cleanup, part 2 (#3659) 5 years ago
ImageHistogramCtrl.h
ImageListCtrl.cpp
ImageListCtrl.h
MultiMonHelper.cpp
MultiMonHelper.h
NumberCtrl.cpp
NumberCtrl.h
QBitmapPreviewDialog.cpp
QBitmapPreviewDialog.h
QBitmapPreviewDialog.ui
QBitmapPreviewDialogImp.cpp
QBitmapPreviewDialogImp.h
QToolTipWidget.cpp
QToolTipWidget.h
SplineCtrl.cpp Legacy cleanup, part 2 (#3659) 5 years ago
SplineCtrl.h
SplineCtrlEx.cpp Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 5 years ago
SplineCtrlEx.h Code/Editor 5 years ago
TextEditorCtrl.cpp
TextEditorCtrl.h
TimelineCtrl.cpp Small `Code/Editor` cleanup pass (#4909) 5 years ago
TimelineCtrl.h Code/Editor 5 years ago
TreeCtrlUtils.h
WndGridHelper.h