Commit Graph

519 Commits

Author SHA1 Message Date
thrust26 5770ec4daa minor debugger doc updates 2020-12-30 18:16:14 +01:00
thrust26 967434aad6 inlined browser dialogs in debugger parser
added optional browser dialog to "dump" command (somewhat ugly!)
2020-12-28 12:37:49 +01:00
thrust26 5cac51c637 added BrowserDialog to LoggerDialog
updated some docs
2020-12-25 18:00:40 +01:00
thrust26 717a678a03 minor doc updates 2020-12-25 09:38:37 +01:00
thrust26 6356d56c58 refactored directory names, removed default load dir
updated docs
2020-12-24 12:24:23 +01:00
thrust26 31e50aa8d1 added file browser to GameInfoDialog export
code cleanup
updated docs
2020-12-23 23:07:00 +01:00
thrust26 1a165ca81b Merge remote-tracking branch 'remotes/origin/master' into feature/dbg-save-as-dialog 2020-12-23 17:12:07 +01:00
thrust26 679e50810c Merge branch 'master' into feature/dbg-save-as-dialog 2020-12-23 08:56:05 +01:00
thrust26 96e5e25148 renamed Game properties 'Save' button into 'Export' 2020-12-22 14:56:48 +01:00
thrust26 940bdf8d4a minor hotkey updates to debugger doc 2020-12-21 12:05:46 +01:00
thrust26 03efb38575 updated doc for missing GameInfoDialog save button 2020-12-21 10:30:30 +01:00
thrust26 e0eafb75a4 update docs (Launcher keys, upper case hotkeys) 2020-12-21 10:24:12 +01:00
thrust26 a6b3ce1351 added mouse support to editable widgets
added missing hotkeys to launcher context menu
updated docs
2020-12-20 15:13:03 +01:00
thrust26 0c0d838a37 minor enhancement of input global keys 2020-12-18 22:34:36 +01:00
thrust26 5c1f0fd228 reordered hotkeys and fixed UI for driving controller sensitivity (value used for digital input too) 2020-12-18 09:09:45 +01:00
thrust26 b7733f6879 added new hotkey mappings 2020-12-17 22:27:42 +01:00
thrust26 db1a0f584d added hotkeys for Input Devices & Ports settings
added hotkeys for Game Properties/Controller settings
added new global hotkey group for new hotkeys
add a few more tooltips
updated doc
2020-12-17 16:37:51 +01:00
thrust26 b82445f8b9 added support for default image in ROM info viewer (resolves #601) 2020-12-07 11:41:06 +01:00
thrust26 b8698f27bc added sound to Time Machine playback
fixed playback speed
updated docs
2020-12-06 12:08:25 +01:00
thrust26 d6a7526a02 switched high score checksum calculations to md5
added high score properties for a few more games
updated docs
2020-12-04 13:20:13 +01:00
thrust26 7d81c6a337 refactored HighScoresDialog/Manager
added checksums to high scores
added high score properties for more games
updated docs
2020-12-03 15:07:05 +01:00
thrust26 701a89b14e update highscores doc, added currently supported game list
added input char limitation to DataGridWidget
2020-12-02 11:35:12 +01:00
thrust26 1f4b1d06bc defined high score properties for many ROMs
added option to limit number of chars for text input
added tooltips to High Scores dialogs and widgets
updated docs
2020-11-30 18:52:42 +01:00
Stephen Anthony b794354679 Move Linux builds to use C++17 by default. 2020-11-28 10:48:00 -03:30
thrust26 1282c1411d fixed doc 2020-11-25 17:23:05 +01:00
thrust26 b569444854 added cancel option (button, enter, ESC) to ProgressDialog
adapted all ProgressDialog using actions to allow canceling
2020-11-23 22:02:52 +01:00
thrust26 7049bbfd66 updated docs 2020-11-22 22:01:29 +01:00
thrust26 e4d9b2eceb added wildcard support to launcher dialog filter 2020-11-20 21:23:48 +01:00
thrust26 106494ad8e finalized EditableWidget
updated doc
2020-11-07 10:15:51 +01:00
thrust26 ecb42a5b51 added filtering to text pasted to EditableWidget
updated doc for UI keys (TODO: UI edit keys)
2020-11-05 15:19:33 +01:00
thrust26 c986f2687e updated debugger screenshot for "Frame Cycls" 2020-11-02 09:08:34 +01:00
Stephen Anthony b7f80e552c More syntax fixes; indicate plural of "Cycle" as "Cycls" in the debugger (we really need more room here :) ) 2020-11-01 19:07:39 -03:30
Stephen Anthony 0b45bc0a2d Added new debugger pseudo-registers to the changelog.
Changed string "Cycl." to "Cycle", since there was no point using a '.' with a fixed-width font.
2020-11-01 18:27:41 -03:30
Stephen Anthony 3ece2cd26b Updated various files for upcoming 6.4 release. 2020-10-31 22:38:45 -02:30
thrust26 0ec9e7af9f added color parameters to 'Custom' palette, fixes #657 2020-10-31 19:06:58 +01:00
thrust26 c170e3db59 enabled messages in continuous snapshots mode (fixes #714)
changed hotkey for continuous snapshots mode
2020-10-25 16:22:46 +01:00
thrust26 6af3fbc4fb updated doc graphics due to new PopupWidget look 2020-10-23 11:55:44 +02:00
thrust26 51416dd883 updated debugger doc 2020-10-15 08:30:50 +02:00
thrust26 f48aa3a43d fully resolved #165 (added timer read cycles count)
refined TiaInfoWidget again
added doc
2020-10-13 15:11:35 +02:00
thrust26 a810cd4842 minor UI keys doc update 2020-10-11 11:04:30 +02:00
thrust26 23eb13932a added cut/copy/paste text support for Windows keys 2020-10-11 10:46:49 +02:00
thrust26 338116018b Added basic (entire and single line only) text cut/copy and paste (partially implements #105) 2020-10-11 10:12:42 +02:00
Stephen Anthony d3dd0566a4 Final updates for 6.3 release. 2020-10-06 15:57:49 -02:30
thrust26 bd89f3c810 added info to "Correct aspect ratio" UI setting 2020-10-06 15:30:07 +02:00
thrust26 90375c82f9 made correct aspect ratio a permanent setting
added hotkey for correct aspect ratio
updated docs
2020-10-05 23:05:33 +02:00
thrust26 1a739162ab changed plain video mode into no correct aspect ratio mode
updated docs
2020-10-05 19:25:04 +02:00
thrust26 c003d88813 added doc for plain video mode
renamed plain video mode option
2020-10-05 14:26:11 +02:00
thrust26 96d5986ddd updated docs for CDFJ+ 2020-09-19 22:39:44 +02:00
Thomas Jentzsch 2b83322951 updated docs for 'Dark' theme 2020-09-09 12:25:57 +02:00
Thomas Jentzsch 68fd3670b3 updated Quadtari docs 2020-09-07 20:48:36 +02:00