Commit Graph

5577 Commits

Author SHA1 Message Date
mjbudd77 a4d25deaf5 Changed Qt TAS playback buttons to trigger on press instead of release. 2021-12-20 21:59:41 -05:00
mjbudd77 d0bdab8c63 Added press and hold logic to Qt TAS editor playback push buttons. 2021-12-20 21:55:45 -05:00
mjbudd77 f1eb0a94fe Reduced number of characters in Qt piano roll frame cell. 2021-12-20 21:33:52 -05:00
mjbudd77 6d81529b4c Bug fix for close event on Qt TAS editor. Ignore event if save project dialog returns false. 2021-12-20 21:14:51 -05:00
mjbudd77 e79de93c18 Directional fix for Qt TAS piano roll vertical scroll bar page step 2021-12-20 20:57:13 -05:00
mjbudd77 ef8e076bba Added logic to Qt TAS editor to allow for delayed history widget updates to be scheduled so that update can occur in GUI thread 2021-12-20 20:42:47 -05:00
mjbudd77 1fa028b6e6 Increase Qt video transfer buffer size to further reduce possibility of buffer overrun when transfering frames from emulation to GUI threads. Added input device update code to emulation frame finished callback to ensure that input devices are always updated before screen is redrawn. 2021-12-17 06:30:29 -05:00
mjbudd77 c35b18751d Added a triple buffer for video frame data to ensure clean transfer of that data between emulation and Qt GUI threads. 2021-12-13 21:16:53 -05:00
mjbudd77 74a48e92d6 Added a vertical sync test pattern to Qt GUI. 2021-12-13 20:48:30 -05:00
mjbudd77 c72eac9970 Fixed mouse wheel scroll direction on Qt trace logger and TAS piano roll. 2021-12-12 15:42:37 -05:00
mjbudd77 c596593fd0 Added hot changes coloring to Qt piano roll. 2021-12-12 14:52:29 -05:00
mjbudd77 0ad04f819e Draw fixes for Qt Tas piano roll arrows and bookmark labels. 2021-12-12 14:13:54 -05:00
mjbudd77 a3b3cf563b Changed marked frames to be unbold and italic in Qt TAS editor. 2021-12-12 13:57:47 -05:00
mjbudd77 6f3b25646d Put branches viewport into a scrollable area. 2021-12-12 13:40:23 -05:00
mjbudd77 8ab19f64f6 Changed piano roll marked frames to show in italic. Set all other text to bold. For Qt GUI. 2021-12-12 13:14:09 -05:00
mjbudd77 465f7d725d Moved TAS history view to tabbed widget with branches/bookmarks for Qt GUI. 2021-12-12 13:05:26 -05:00
mjbudd77 53d721b560 Added TAS editor project save compact dialog to Qt GUI. 2021-12-12 11:58:13 -05:00
mjbudd77 4187b8a9b1 Added logic to Qt TAS piano roll to toggle inputs on selected lines when buttons are clicked in the header. 2021-12-12 11:10:56 -05:00
mjbudd77 79d2005495 Fix for Qt TAS piano roll left click and drag functionality. Force column selection to always be what it was at initial button press. Ensure that all row frames are not skipped between mouse events. 2021-12-12 07:59:59 -05:00
mjbudd77 dd9b911b60 Added video vertical sync refresh option to Qt GUI. 2021-12-12 06:35:42 -05:00
mjbudd77 9e1564df0d Ensure to lock emulator with accessing bookmark preview popup. 2021-12-11 21:18:25 -05:00
mjbudd77 9633f081ca Changed bookmark image view implementation so that it doesn't use tooltip events. 2021-12-11 20:54:19 -05:00
mjbudd77 e0c3f2445f Checked marker labels to appear as push buttons in Qt TAS editor. 2021-12-11 16:00:20 -05:00
mjbudd77 b1a4ebda48 Added branch load on double click to Qt TAS editor branch view. 2021-12-11 13:25:22 -05:00
mjbudd77 fd208cb8f8 Bug fixes for Qt TAS editor playback cursor following. 2021-12-11 10:02:22 -05:00
mjbudd77 cd1d8f643e Added users local desktop folder to file dialog quick access navigation. 2021-12-08 21:53:04 -05:00
mjbudd77 5a34a78a24 Modified Qt TAS branches view to compensate for different font sizes. 2021-12-08 21:43:39 -05:00
mjbudd77 77ced676f0 Added TAS editor font selection options for piano roll, bookmarks, and branches view for Qt GUI. 2021-12-08 20:31:09 -05:00
mjbudd77 f6b52262da Bug fix for Qt TAS editor, don't call updateCaption from within emulation thread. Instead, set a flag to notify GUI thread to update caption. 2021-12-07 06:40:22 -05:00
mjbudd77 53463bc370 Merge remote-tracking branch 'TasVideos/master' 2021-12-06 20:54:52 -05:00
mjbudd77 0271552ceb Added logic to reset TAS window hot keys if a key sequence is changed on the hotkey config dialog. 2021-12-06 20:54:16 -05:00
mjbudd77 f351150ad9 Added hot key shortcuts for Qt TAS editor window. 2021-12-06 20:48:36 -05:00
zeromus 1c26e754ef Update issue templates 2021-12-05 21:35:46 -05:00
mjbudd77 8cfab72523 Added save/restore geometry logic for Qt TAS find note dialog. 2021-12-05 20:30:43 -05:00
mjbudd77 2072269edc Added contect menu to Qt TAS piano roll. 2021-12-05 20:22:17 -05:00
mjbudd77 d124808c1b Added TAS window caption logic for Qt GUI. 2021-12-04 07:52:12 -05:00
mjbudd77 eb335f227d Added branch under mouse frame number and time text to branch display for Qt GUI. 2021-12-04 07:24:41 -05:00
mjbudd77 989f6d38d4 Added recent projects menu to Qt TAS editor menu. 2021-12-03 08:16:46 -05:00
mjbudd77 556ac79038 Added Qt TAS editor about dialog. 2021-12-03 07:09:27 -05:00
mjbudd77 d63517dc75 Qt TAS editor minor improvements. 2021-12-03 06:28:19 -05:00
mjbudd77 f18604926a Qt build fix for missing function StrStrI. Changed code to use cross platform QString::indexOf instead. 2021-12-03 06:15:40 -05:00
mjbudd77 c2f1c5193b Hooked up jump to marker selection logic for Qt GUI. 2021-12-02 23:30:03 -05:00
mjbudd77 802019e879 Added mouse button logic to marker entry fields for Qt GUI. 2021-12-02 22:51:59 -05:00
mjbudd77 01d87a6576 Merge remote-tracking branch 'TasVideos/master' 2021-12-02 22:37:37 -05:00
mjbudd77 b9e53bbe95
Merge pull request #427 from sgadrat/qt-input-load
fix loading of keyboard mapping for controllers > 1
2021-12-02 20:31:32 -06:00
mjbudd77 080ab42f80 Fixed Qt TAS editor notes. 2021-12-02 16:08:50 -05:00
mjbudd77 4133ea900c Added find note window to Qt TAS editor. 2021-12-01 19:30:09 -05:00
Sylvain Gadrat 71724460f5 fix loading of keyboard mapping for controllers > 1 2021-12-01 17:07:51 +01:00
mjbudd77 93e1dca8bc Added a few missing mouse wheel functions to Qt piano roll. 2021-11-28 21:44:16 -05:00
mjbudd77 b8c2ea09cf Added mouse wheel event logic to Qt TAS piano roll. 2021-11-28 20:45:54 -05:00