1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00
CLK/OSBindings/Qt
2020-07-02 22:58:15 -04:00
..
.gitignore
audiobuffer.h Adds explicit conversions to qint64. 2020-06-19 23:12:18 -04:00
ClockSignal_en_GB.ts
ClockSignal.pro Tidies up and makes a failing attempt at SDI improvements. 2020-06-21 23:50:18 -04:00
functionthread.h FunctionThreads no longer automatically start. 2020-07-01 18:55:42 -04:00
main.cpp Plugs a per-window memory leak. 2020-06-22 20:32:44 -04:00
mainwindow.cpp Declines to set up audio output if none is available. 2020-07-02 22:58:15 -04:00
mainwindow.h Ensures keyboard events are restricted to single windows. 2020-07-02 22:03:12 -04:00
mainwindow.ui
scantargetwidget.cpp Switches to an alternative to window(), for older Qt support. 2020-07-02 21:53:30 -04:00
scantargetwidget.h Trusts Qt to supply a refresh rate, and handles retina <-> non-retina window transitions. 2020-06-30 23:03:39 -04:00
settings.h Makes an attempt at the single document interface. 2020-06-21 12:30:18 -04:00
timer.cpp FunctionThreads no longer automatically start. 2020-07-01 18:55:42 -04:00
timer.h