dolphin/Source/Core/DolphinQt/QtUtils
Techjar 209308a4d6 Replace usage of std::result_of with std::invoke_result
std::result_of is deprecated in C++17, and removed in C++20. Microsoft
has gone ahead with the removal as of Visual Studio 16.6.0, so before
this change our code is broken there.
2020-06-01 17:33:18 -04:00
..
AspectRatioWidget.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
AspectRatioWidget.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
BlockUserInputFilter.cpp DolphinQt: Fix mapping of space, return, and mouse-clicks from immediately re-activating detection. 2019-04-28 08:34:47 -05:00
BlockUserInputFilter.h DolphinQt: Fix mapping of space, return, and mouse-clicks from immediately re-activating detection. 2019-04-28 08:34:47 -05:00
DoubleClickEventFilter.cpp DolphinQt: Fix unused widgets in InfoWidget from being visible. 2019-03-23 20:20:09 -05:00
DoubleClickEventFilter.h DolphinQt: Fix unused widgets in InfoWidget from being visible. 2019-03-23 20:20:09 -05:00
ElidedButton.cpp DolphinQt: Fix ElidedButton (MappingButton) from growing with long text. 2019-03-03 17:41:48 -06:00
ElidedButton.h DolphinQt: Replace QStringLiteral with alternatives where applicable 2019-07-30 09:06:03 -04:00
FileOpenEventFilter.cpp QtGui: Handle file open events 2019-06-15 11:27:29 +02:00
FileOpenEventFilter.h QtGui: Handle file open events 2019-06-15 11:27:29 +02:00
FlowLayout.cpp NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
FlowLayout.h NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
FontMetricsHelper.h DolphinQt: Remove another usage of QFontMetrics::width 2020-05-18 00:39:57 +02:00
ImageConverter.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
ImageConverter.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
ModalMessageBox.cpp UI: Allow to specify modality of ready ModalMessageBoxes 2019-11-16 19:51:00 +01:00
ModalMessageBox.h UI: Allow to specify modality of ready ModalMessageBoxes 2019-11-16 19:51:00 +01:00
ParallelProgressDialog.h DolphinQt: Run tasks that use progress dialogs on separate threads 2020-04-03 12:53:38 +02:00
QueueOnObject.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
RunOnObject.h Replace usage of std::result_of with std::invoke_result 2020-06-01 17:33:18 -04:00
SignalDaemon.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
SignalDaemon.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WindowActivationEventFilter.cpp DolphinQt: Fix unused widgets in InfoWidget from being visible. 2019-03-23 20:20:09 -05:00
WindowActivationEventFilter.h DolphinQt: Fix unused widgets in InfoWidget from being visible. 2019-03-23 20:20:09 -05:00
WinIconHelper.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WinIconHelper.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WrapInScrollArea.cpp Fix QComboBox background and transparency workaround on macOS 2019-02-26 17:03:38 -05:00
WrapInScrollArea.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00