Commit Graph

5577 Commits

Author SHA1 Message Date
mjbudd77 9360f7e1a8 Tas editor dialog menu action sensitivity fix for Qt GUI. 2021-11-28 20:29:53 -05:00
mjbudd77 27fb529830 Implemented playback mouse middle button functionality for Qt Tas editor. 2021-11-28 20:12:18 -05:00
mjbudd77 a7244cf343 Implemented piano roll save/load state functionality for Qt GUI. Fixed periodic autosave for Qt Tas editor. 2021-11-28 18:56:22 -05:00
mjbudd77 148d6a4af5 Bug fix for inverted piano roll vertical slider buttons on Qt GUI. 2021-11-27 11:09:08 -05:00
mjbudd77 82f76e3434 cppcheck fixes for Qt TAS editor. 2021-11-27 10:26:52 -05:00
mjbudd77 da993c51a2 Added piano roll header light logic for Qt GUI. 2021-11-26 20:38:21 -05:00
mjbudd77 94007b6313 Qt piano roll touch ups. 2021-11-26 15:55:46 -05:00
mjbudd77 8b1e42cf33 Added branches tool tips and frame preview. 2021-11-26 10:58:50 -05:00
mjbudd77 82bd4b55a7 Bug fix for Qt GUI crashing when trying to display a snapshot of an empty bookmark slot. 2021-11-26 08:39:53 -05:00
mjbudd77 b116c219ec Added more tool tips to Qt TAS editor. 2021-11-26 08:21:48 -05:00
mjbudd77 cd9ec79570 Qt TAS editor tool tips in work. 2021-11-26 06:53:14 -05:00
mjbudd77 062bd05ce2 Fixed input type button sensitivity logic in Qt TAS editor. 2021-11-26 06:36:19 -05:00
mjbudd77 4b3ae8fead Hooked up Lua menu actions in Qt Tas Editor. 2021-11-26 06:16:38 -05:00
mjbudd77 fa748b0a41 Resolved a few FIXME comments in Qt TAS editor. 2021-11-26 05:56:30 -05:00
mjbudd77 c7bfb684ae Added TAS input pattern selection Qt GUI code. Fixed a few clock timing calculations in Qt TAS editor. 2021-11-26 05:45:16 -05:00
mjbudd77 22b28195c6 Added TAS project save options dialog to Qt GUI. 2021-11-25 21:13:56 -05:00
mjbudd77 67fb525e5c Bug fix for vector overrun in Qt TAS editor piano roll. 2021-11-24 13:13:22 -05:00
mjbudd77 abf980fd75 Implemented TAS bookmark preview popup for Qt GUI. 2021-11-24 06:50:15 -05:00
mjbudd77 349e977bdd
Merge pull request #424 from bbbradsmith/mapper71_fix
Mapper 71 fixes for #389
2021-11-24 03:51:01 -05:00
bbbradsmith 73e0aacb8c Mapper 71 fix hardwired mirroring restore after power/savestate, fix uninitialized preg. See issue #389 2021-11-24 01:08:38 -05:00
mjbudd77 d319b5574f Added input dialogs for setting greenzone and max undo capacities in Qt TAS editor. 2021-11-23 21:00:41 -05:00
mjbudd77 9c8efa165e Bug fix for Qt TAS editor when in input record mode. History tree display cannot have GUI changes done in emulation thread. 2021-11-23 20:27:06 -05:00
mjbudd77 3b3404af55 Merge branch 'master' of github.com:TASEmulators/fceux 2021-11-21 20:25:09 -05:00
mjbudd77 6897f5b3c9 Added functionality for movie import/export in Qt TAS editor. Added online help quick access for TAS documentation in Qt GUI. 2021-11-21 20:24:37 -05:00
zeromus 7d2e479701 fix an old tasvideos link 2021-11-21 14:29:45 -05:00
mjbudd77 5ea57a6b49 Set Qt TAS piano roll font to bold for marker frame text. 2021-11-19 22:44:57 -05:00
mjbudd77 570aab926f Added create new project window for Qt TAS editor. 2021-11-19 18:32:23 -05:00
mjbudd77 62b377b97c Namespaced custom swap templated function to prevent it from conflicted with Qt. 2021-11-18 21:55:31 -05:00
mjbudd77 7dfa1f8ae4 Added TAS marker label click logic to Qt GUI. 2021-11-18 21:28:47 -05:00
mjbudd77 f4f1ca750a Added marker edit logic to Qt GUI TAS editor. 2021-11-18 21:07:24 -05:00
mjbudd77 1f534656ad Added branch spritesheet to Qt GUI. 2021-11-16 21:43:23 -05:00
mjbudd77 f84694afa2 Hooked up mouse callbacks for Qt Tas editor branches viewer. 2021-11-16 21:42:56 -05:00
mjbudd77 28f4e87121 Modified Qt GUI Lua loadRom functionality to signal the main thread to perform the ROM load. Doing so in the emulation thread can cause crashes. 2021-11-16 00:10:34 -05:00
mjbudd77 84bf5a5fc4 Added missing cloud icon for Qt TAS editor. 2021-11-15 21:49:16 -05:00
mjbudd77 61aa68f910 Fixed Qt TAS editor clock scaling. Use CLOCKS_PER_SEC macro as it seems to vary based on OS. 2021-11-15 21:47:15 -05:00
mjbudd77 03230aed07 Qt branches view in work. 2021-11-15 21:17:15 -05:00
mjbudd77 13f8180c96 Qt Tas editor branch view in work. 2021-11-15 20:38:14 -05:00
mjbudd77 27e0f16e08 Qt TAS branches viewport in work. 2021-11-14 21:33:32 -05:00
mjbudd77 06ea1bf29a Qt TAS editor bookmark list paint code implemented. 2021-11-14 20:34:55 -05:00
mjbudd77 96f6a28cc6 Qt TAS editor bookmarks widget in work. 2021-11-14 17:58:14 -05:00
mjbudd77 40f301c665 Moved Lua groupbox on Qt TAS editor to menu to save window space. 2021-11-13 06:48:18 -05:00
mjbudd77 326a190bd3 Merge remote-tracking branch 'TasVideos/master' into TasEditor 2021-11-11 22:29:25 -05:00
mjbudd77 b59ad1bf3b Qt TAS Editor bookmarks/branches view in work. 2021-11-11 22:22:41 -05:00
mjbudd77 9cea7f1551 Added a null check for GameInfo to FCEUMOV_CreateCleanMovie function to prevent crash if ROM is not loaded. 2021-11-10 22:11:49 -05:00
mjbudd77 ff44284dfc Hooked up Qt TAS editor config callback functions. 2021-11-10 22:06:32 -05:00
mjbudd77 c0d0d559be TAS History treeview bug fixes for Qt GUI 2021-11-10 21:25:04 -05:00
mjbudd77 d2193d3e83 Qt TAS editor key logic in work. 2021-11-10 21:07:18 -05:00
mjbudd77 8b4caef750 Added code to populate history tree view in Qt TAS Editor. 2021-11-09 23:24:31 -05:00
mjbudd77 a20b7c0749 Added TAS editor menu items to Qt GUI. 2021-11-09 22:05:12 -05:00
mjbudd77 1251b8df93 Hooked up Qt TAS edit menu functions. 2021-11-08 20:40:11 -05:00