summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugqt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-12/+8
| | | | | | | | | | | | | | | | emu/ioport.cpp: Allow controller files to override input sequences for inputs that don't use defaults, and to override the toggle setting for digital inputs. emu/config.cpp: Expose configuration level (mostly matters for controller files), improved verbose diagnostic messages, and moved a few things out of the global and preprocessor namespaces. docs: Added documentation for some controller configuration file features. The device mapping feature documentation will be merged in at some point. util/unicode.cpp, emu/input.cpp: API cleanups.
* -Qt debugger updates: Vas Crabb2021-01-281-78/+73
| | | | | | | | * Added context menu with Copy Visible and Paste commands to debug views (partially addresses #6066). * Made memory view last PC display a context menu item. * Fixed crash on right-clicking a memory view showing something other than an address space. -debugger: Fixed commas in dumpkbd output.
* work around Qt crash, thanks mizapf (nw) Vas Crabb2018-12-251-9/+15
|
* XML refactoring: Vas Crabb2016-12-111-8/+8
| | | | | | | * move stuff to namespace util::xml * scope down some enums * split config load/save delegate types * make config load take const so it can't mangle data
* patch up Qt debugger for new xmlfile API (nw) Vas Crabb2016-11-171-7/+6
|
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-10/+10
|
* use chrono calls for time handling in core (nw) Miodrag Milanovic2016-03-031-1/+1
|
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-6/+5
|
* remove usage of NO_MEM_TRACKING macro (nw) Miodrag Milanovic2016-01-081-2/+0
|
* Do not add this for other then windows (nw) Miodrag Milanovic2015-12-271-2/+7
|
* Fix for windows Qt5 compile (nw) Miodrag Milanovic2015-12-271-3/+11
|
* qt5 debugger port [O. Galibert] Olivier Galibert2015-12-271-4/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+364