summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugqt.c
Commit message (Collapse)AuthorAgeFilesLines
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ↵ Miodrag Milanovic2014-05-081-359/+0
| | | | | | left same as before [Miodrag Milanovic] -Created osd_options as base option class for non-system specific options
* -Made osd_interface base class for OSD and moved initialization for each ↵ Miodrag Milanovic2014-04-251-7/+9
| | | | | | | | subsystem in it as virtual calls. (nw) -Moved midi handling in base class -Cleaned running_machine of information of next machine -All is cleaned after exiting of running_machine so debugger window is removed as well till next machine is started -Made osdmini to compile
* SDL: Remove deprecated GTK+ debugger. [R. Belmont] R. Belmont2013-10-251-0/+2
|
* temp fix for qt debugger until handling of main loop is done in different ↵ Miodrag Milanovic2013-07-081-0/+1
| | | | way [qmc2] (nw)
* diserial: add attotime and clock-div forms of set_rate and rename ↵ cracyc2013-06-301-0/+5
| | | | | | check_for_start to rx_w (nw) debugqt: don't hide cursor while in debugger (nw) (mess) ibmpc: xt floppies for the xt (nw)
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-12/+12
|
* QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-061-4/+10
| | | | | | | --out of whatsnew.txt-- You can't click to enable/disable breakpoints yet, and the number of rows doesn't resize yet, but that stuff will come.
* debugqt: prevent threading deadlock in win32 with qt debugger (nw) cracyc2013-06-041-3/+10
|
* Qt Debugger: The MAME memory tracking system no longer double-frees closed QT Andrew Gardner2013-06-041-25/+36
| | | | | windows. Also fixes the font segfault on exit again. (nw, but thanks Carl)
* reorder ifdefs (nw) Miodrag Milanovic2013-05-311-4/+4
|
* Cleaned a bit Carl's solution for optional QT debugger for Windows (nw) Miodrag Milanovic2013-05-301-2/+10
|
* SDL: Don't double-shutdown the font cache on *IX when exiting with the ↵ R. Belmont2013-04-291-0/+6
| | | | debugger enabled. [R. Belmont]
* QT Debugger: Now saves all settings for all open windows - including docks Andrew Gardner2013-04-271-31/+25
| | | | | | | in the main debug window. Also fixes bug where closing the main window with the X in the corner didn't save settings properly. [Andrew Gardner]
* Convert the std::vector of settings to a simple_list in preparation for saving Andrew Gardner2013-04-251-31/+27
| | | | | individual window settings. (nw)
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-4/+4
|
* QT Debugger improvements [Andrew Gardner] Andrew Gardner2013-01-241-6/+208
| | | | | | | | | | - Save and load window locations. - Preliminary work on "run and hide" and "hard reset" (don't crash on one of my copmilers but do on another - more work to do!) - Fixed color when cursor is the same as PC in debug view. - Closing the main window now shuts down the machine (same as quit) - Help now wraps to the log window size.
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-33/+33
|
* SDL: Experimental Qt-based debugger [Andrew Gardner, R. Belmont] R. Belmont2012-12-251-0/+119