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 a322d9e2b8
Small `Code/Editor` cleanup pass (#4909)
* Clean-up in ConfigGroup

Removed unused templated AddVar and related code.
Replaced legacy types with `AZ::` ones.
Cleaned up cpp file.

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

* Add a few missing Q_OBJECT macros, remove some unused variables.

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

* Apply some of clazy suggestions + simplifications

* removed `emit` from non-signal function calls.
* replaced `QStringLiteral("")` with a constexpr friendly
`QLatin1String()`

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

* Fix a CNewLevelDialog focus bug

Fixed an incorrect QTimer::singleShot invocation.

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

* match lambda to `messageChanged` signature

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

* vs compilation fix + applied review

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

* apply reviewer recommendation

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
4 years ago
..
ReflectedPropertyControl Small `Code/Editor` cleanup pass (#4909) 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