summaryrefslogtreecommitdiff
path: root/ui/dockhandler.h
AgeCommit message (Collapse)Author
2024-11-21Remove DockHandler and DockWidget support.Brian Potchik
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-01-28Format All FilesKyleMiles
2021-09-16Add ViewLocation clear interface to DockHandler.Brian Potchik
2020-12-06Add ViewLocation notification support to DockHandler.Brian Potchik
2020-11-21Allow DockHandler::notifyOffset to provide notification that an IL view ↵Brian Potchik
information has changed.
2020-06-12DockHandler uses same name for widget creation as is registered.Brian Potchik
2019-10-27Eliminate most warnings on LinuxRusty Wagner
2019-07-14Add support for sorting the symbol list by name or addressPeter LaFosse
Refactoring Function List to support Symbols and Data Variables too Renaming FunctionList and FunctionsView to SymbolList/SymbolsView Keep track of current selection and scroll position between model resets
2019-05-14Add dynamic dock widget support for UI plugins.Brian Potchik
2019-05-10Use Qt qobject casting style for DockWidgets.Brian Potchik
2019-05-09Fix widget visibility state in the application menu.Brian Potchik
2019-05-01DockWidget interface updates to better support UI plugins.Brian Potchik
2019-04-30Temporary dockwidget interface fix for UI API based dock widgets.Brian Potchik
2019-03-20Add data sensitivity to dock widget system.Brian Potchik
2019-03-20Add in progress UI API headersRusty Wagner