1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-08 15:29:09 +00:00
CLK/OSBindings/Qt
2020-06-17 23:16:29 -04:00
..
.gitignore Makes sure the timer really, really is on a different thread. 2020-06-14 23:22:00 -04:00
audiobuffer.h Shunts audio into its own QThread. 2020-06-10 22:14:54 -04:00
ClockSignal_en_GB.ts Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
ClockSignal.pro Makes sure the timer really, really is on a different thread. 2020-06-14 23:22:00 -04:00
functionthread.h Now that this spin blocks at startup, I can use a standard atomic_flag. 2020-06-16 23:12:58 -04:00
main.cpp Adds an 'about' box and a hypothetical 'New' file option. 2020-06-16 23:15:47 -04:00
mainwindow.cpp Adds an 'about' box and a hypothetical 'New' file option. 2020-06-16 23:15:47 -04:00
mainwindow.h Adds an 'about' box and a hypothetical 'New' file option. 2020-06-16 23:15:47 -04:00
mainwindow.ui Finally succeeds at making the missingROMsBox resize with the window. 2020-06-17 22:22:15 -04:00
scantargetwidget.cpp Retains the default window background colour until a machine is running. 2020-06-17 23:16:29 -04:00
scantargetwidget.h With some attempt at vsync prediction, seeks to smooth audio/video output. 2020-06-14 19:26:56 -04:00
timer.cpp Makes a firmer attempt at enforcing safe shutdown. 2020-06-16 22:33:50 -04:00
timer.h Makes sure the timer really, really is on a different thread. 2020-06-14 23:22:00 -04:00