mjbudd77
|
2dfa98ac9f
|
Coming back full circle on Qt TAS branch view text placement. Original implementation works best across all platforms.
|
2022-01-07 09:07:06 -05:00 |
mjbudd77
|
9cafd99e16
|
More Qt TAS branch view text placement adjustments.
|
2022-01-07 07:15:32 -05:00 |
mjbudd77
|
cf31b874ed
|
Adjusted Qt TAS branch view text placement to better center text into card.
|
2022-01-07 06:11:46 -05:00 |
mjbudd77
|
71c5ebc133
|
Changed Qt TAS piano roll grid draw logic to always make header grid lines darker.
|
2022-01-07 06:00:11 -05:00 |
mjbudd77
|
c6293af030
|
Qt TAS project save compact bug fixes.
|
2022-01-06 06:48:44 -05:00 |
mjbudd77
|
d1fa388846
|
Bug fix for cut & paste errors in Qt TAS saving options dialogs.
|
2022-01-06 05:44:27 -05:00 |
mjbudd77
|
0badec6124
|
Added a custom window splitter for Qt Tas editor to better control sizing of right panel.
|
2022-01-05 20:17:17 -05:00 |
mjbudd77
|
ede8c5fc7e
|
Commented out unused block of code in Qt branches view paint.
|
2022-01-04 21:19:21 -05:00 |
mjbudd77
|
66971b7e6b
|
Calcation fix for is line visible in Qt TAS piano roll.
|
2022-01-04 21:11:49 -05:00 |
mjbudd77
|
975632856f
|
Added Save As TAS project file overwrite warning dialog for Qt GUI.
|
2022-01-04 20:55:03 -05:00 |
mjbudd77
|
734ec96269
|
Added logic to ensure playback cursor is visible when follow cursor option toggles from false to true.
|
2022-01-03 21:48:04 -05:00 |
mjbudd77
|
b04ddd3fbb
|
Uninverted Qt TAS piano roll vertical scroll appearance. Code was getting unnecessarily complicated with that implementation.
|
2022-01-03 21:43:36 -05:00 |
mjbudd77
|
ec663196c1
|
Increased fade in/out rate for Qt bookmark preview popup window. Change instantly if already up.
|
2022-01-03 20:51:53 -05:00 |
mjbudd77
|
b4734ac45f
|
Disabled Qt/SDL mutex lock debug code.
|
2021-12-31 07:01:57 -05:00 |
mjbudd77
|
31a859b6df
|
Upgraded Qt/SDL win64 auto-build to use SDL 2.0.18.
|
2021-12-31 06:40:27 -05:00 |
mjbudd77
|
4291c104d7
|
Bump dev version number to 2.6.0. The Qt TAS editor is far enough along that it is time to differentiate from previous 2.5.0 version.
|
2021-12-31 06:25:48 -05:00 |
mjbudd77
|
c198739c30
|
Implemented missing warning dialogs in Qt TAS project loader.
|
2021-12-31 05:59:51 -05:00 |
mjbudd77
|
31e6578877
|
Set minimum branch view height to be smaller so that scroll bar is less likely to be required and in view.
|
2021-12-31 05:27:36 -05:00 |
mjbudd77
|
bb6f149e4d
|
Minor updates to Qt branches view.
|
2021-12-31 05:22:04 -05:00 |
mjbudd77
|
90a7dd9a0d
|
Qt branch view grid spacing logic updates.
|
2021-12-31 05:03:30 -05:00 |
mjbudd77
|
5fc47dce6a
|
Added logic to force orderly close of Qt TAS editor any time a ROM is closed or the application is quit.
|
2021-12-30 21:38:23 -05:00 |
mjbudd77
|
8ee625c473
|
Added project reset call after SaveAs function completes to ensure that project shows no changes before removing * from window caption.
|
2021-12-30 21:17:24 -05:00 |
mjbudd77
|
dbcc485e24
|
Cleaned up a few annoying compiler warnings.
|
2021-12-30 20:36:45 -05:00 |
mjbudd77
|
309f417c6d
|
Custom vertical scroll wheel event modifications for robustness.
|
2021-12-30 20:16:25 -05:00 |
mjbudd77
|
71977ef15d
|
Set Qt TAS piano roll grid width back to 1 pixel. Value is now stored in a variable which can be later be a configuration parameter if desired.
|
2021-12-30 19:52:00 -05:00 |
mjbudd77
|
952c3918b9
|
Implemented a custom vertical scroll bar widget for the Qt TAS piano roll to allow for overriding of default mouse wheel scroll behavior.
|
2021-12-30 18:51:15 -05:00 |
mjbudd77
|
f3897c69d3
|
Changed text draw functions in Qt TAS piano roll to use a defined rectangle and center justification. Instead of manually computing center, let QPainter determine center.
|
2021-12-30 12:53:33 -05:00 |
mjbudd77
|
4d3716c741
|
Minor changes to Qt TAS piano roll grid and selection grid coloring logic.
|
2021-12-30 12:29:15 -05:00 |
mjbudd77
|
0ad291df75
|
Added logic to reuse existing preview popup window when switching quickly between bookmarks (for Qt GUI).
|
2021-12-30 10:47:36 -05:00 |
mjbudd77
|
04b8d8a789
|
Bug fix for stack overflow error that can occur when calling QCoreApplication::processEvents() and not guarding against recursion on calling parent function.
|
2021-12-29 22:23:00 -05:00 |
mjbudd77
|
199a3d8d72
|
Efficiency fix for Qt TAS history view. Only redraw if it is visible in tabbed widget.
|
2021-12-29 21:48:53 -05:00 |
mjbudd77
|
52792378c0
|
Qt TAS branch view background fill bug fix. Only draw in the visible area.
|
2021-12-29 21:34:12 -05:00 |
mjbudd77
|
a891b080c5
|
Added message guard to not spam terminal with mutex warnings when GUI thread is blocking emulation thread from executing.
|
2021-12-29 21:11:02 -05:00 |
mjbudd77
|
9fd2bf559c
|
Simplified CLOCKS_PER_SEC calculations for Qt GUI.
|
2021-12-29 21:02:00 -05:00 |
mjbudd77
|
be81d1870c
|
Swapped out time int types for proper clock_t type.
|
2021-12-29 20:33:13 -05:00 |
mjbudd77
|
96c1f588e4
|
Bug fix for bookmark preview popup window placement. Now is always placed left of scrollable area viewport.
|
2021-12-29 19:52:54 -05:00 |
mjbudd77
|
d55d2c3f8a
|
Fixed branch view bookmark text placement inside scrollable region.
|
2021-12-29 19:42:25 -05:00 |
mjbudd77
|
d3a167ee04
|
Added separate linux core dump debug target to vscode config.
|
2021-12-29 16:32:34 -05:00 |
mjbudd77
|
ec6cfb1e40
|
Commented out debug abort call.
|
2021-12-29 16:11:39 -05:00 |
mjbudd77
|
68693ca29d
|
Added FCEU_WRAPPER_LOCK macros to allow for tracking of critical section mutex locking.
|
2021-12-29 15:56:47 -05:00 |
mjbudd77
|
425e3104de
|
Slight speed increase to fade in/out effect for TAS bookmark preview popup for Qt GUI.
|
2021-12-28 22:11:30 -05:00 |
mjbudd77
|
57ed6d8ecc
|
Reimplemented Qt bookmark preview popup window to allow for alpha fade effect.
|
2021-12-28 21:52:10 -05:00 |
mjbudd77
|
fd1f33f27e
|
Added lower marker note focus on quick double click for Qt TAS editor.
|
2021-12-27 23:23:33 -05:00 |
mjbudd77
|
df7bedd349
|
Implemented different marker drag and drop scheme to support fade away effect and fix windows instability using QDrag.
|
2021-12-27 23:09:36 -05:00 |
mjbudd77
|
f1bf200d5d
|
Default TAS piano roll grid color to mid-level gray.
|
2021-12-27 21:04:27 -05:00 |
mjbudd77
|
e4c8dee040
|
Ensure that cloud position is initialized properly in Qt TAS branch view.
|
2021-12-27 21:01:57 -05:00 |
mjbudd77
|
7f97f2fd4b
|
Implemented piano roll drag vertical scroll line shifting logic for Qt GUI.
|
2021-12-27 20:11:48 -05:00 |
mjbudd77
|
58b093e549
|
Added call to close all windows on application close.
|
2021-12-25 20:39:41 -05:00 |
mjbudd77
|
4006bb500f
|
Added screen snapshot capture message to Qt GUI.
|
2021-12-24 07:06:08 -05:00 |
mjbudd77
|
79d989a798
|
Added newline character to end of region log message.
|
2021-12-24 06:55:26 -05:00 |