pianobooster/src
Martchus 86ce9b0538 Configure breve boundary 2024-02-04 21:57:37 +01:00
..
3rdparty/rtmidi Update the bundled RtMidi library to 6.0.0 2023-08-19 15:53:18 +02:00
fonts copy font from source 2019-02-27 14:32:30 +09:00
images Use the icon from logo folder for application itself 2023-09-08 21:26:35 +02:00
Bar.cpp Fix several warnings 2023-01-16 20:07:08 +01:00
Bar.h Prevent app from being stuck when start bar selected 2023-09-10 14:47:03 +02:00
CMakeLists.txt Utilize pkg-config for finding FTGL also under Windows 2023-12-26 21:35:32 +01:00
Cfg.cpp Improve contrast of current note when stopped when using light theme 2024-01-20 15:58:25 +01:00
Cfg.h Ensure key highlighting color is bright enough to not blend too much with black keys 2023-10-23 20:09:57 +02:00
Chord.cpp Separate left and right parts contained in different midi tracks. 2020-05-23 10:44:51 +01:00
Chord.h Fix several warnings 2023-01-16 20:07:08 +01:00
Conductor.cpp Show timing markers simply when enabled and regardless of other settings 2023-10-14 22:01:17 +02:00
Conductor.h Prevent app from being stuck when start bar selected 2023-09-10 14:47:03 +02:00
Draw.cpp Show note length of all dotted notes 2024-01-24 01:17:30 +01:00
Draw.h Fix several warnings 2023-01-16 20:07:08 +01:00
GlView.cpp Fix alpha channel when clearing background 2023-10-14 21:45:26 +02:00
GlView.h Add very basic configuration for theming and a light theme 2023-06-05 20:27:46 +02:00
GuiHighScoreWindow.ui flattening repository 2018-05-18 14:41:22 +02:00
GuiKeyboardSetupDialog.cpp Integrated fluidsynth as an build option. 2020-04-02 22:06:13 +01:00
GuiKeyboardSetupDialog.h Fix several warnings 2023-01-16 20:07:08 +01:00
GuiKeyboardSetupDialog.ui mark strings for translation better 2019-06-04 04:17:01 +03:00
GuiLoopingPopup.cpp Fix several warnings 2023-01-16 20:07:08 +01:00
GuiLoopingPopup.h Integrated fluidsynth as an build option. 2020-04-02 22:06:13 +01:00
GuiLoopingPopup.ui flattening repository 2018-05-18 14:41:22 +02:00
GuiMidiSetupDialog.cpp Improve string-literals 2023-06-27 20:46:13 +02:00
GuiMidiSetupDialog.h Integrated fluidsynth as an build option. 2020-04-02 22:06:13 +01:00
GuiMidiSetupDialog.ui Integrated fluidsynth as an build option. 2020-04-02 22:06:13 +01:00
GuiPreferencesDialog.cpp Make experimental feature to show note length configurable in settings 2024-01-21 23:04:02 +01:00
GuiPreferencesDialog.h Retranslate "Follow stop point" combo box 2023-07-03 01:08:39 +02:00
GuiPreferencesDialog.ui Make experimental feature to show note length configurable in settings 2024-01-21 23:04:02 +01:00
GuiSidePanel.cpp finalize editable clefs 2023-06-05 20:27:46 +02:00
GuiSidePanel.h first attempt to have editable clefs 2023-06-05 20:27:46 +02:00
GuiSidePanel.ui Make side panel resizable and allow moving it to the other side 2023-10-27 18:25:40 +02:00
GuiSongDetailsDialog.cpp Fix several warnings 2023-01-16 20:07:08 +01:00
GuiSongDetailsDialog.h Integrated fluidsynth as an build option. 2020-04-02 22:06:13 +01:00
GuiSongDetailsDialog.ui detail soung only read 2019-03-04 13:42:04 +09:00
GuiTopBar.cpp Improve string-literals 2023-06-27 20:46:13 +02:00
GuiTopBar.h Deleted the stopTimerEvent method. 2020-05-14 18:03:31 +01:00
GuiTopBar.ui Modernize icons 2023-06-27 20:10:57 +02:00
Merge.cpp Changed Midi to MIDI in the app and updated the translations. 2020-12-15 22:08:28 +00:00
Merge.h Changed Midi to MIDI in the app and updated the translations. 2020-12-15 22:08:28 +00:00
MidiDevice.cpp Avoid unnecessary copies when passing strings 2023-01-16 23:12:31 +01:00
MidiDevice.h Avoid unnecessary copies when passing strings 2023-01-16 23:12:31 +01:00
MidiDeviceBase.h Fix wrong usage of `QObject` leading to warnings 2023-06-12 22:49:11 +02:00
MidiDeviceFluidSynth.cpp Avoid unnecessary copies when passing strings 2023-01-16 23:12:31 +01:00
MidiDeviceFluidSynth.h Fix wrong usage of `QObject` leading to warnings 2023-06-12 22:49:11 +02:00
MidiDeviceRt.cpp Avoid crash on startup when MIDI input/output cannot be created 2023-10-14 21:32:52 +02:00
MidiDeviceRt.h Avoid crash on startup when MIDI input/output cannot be created 2023-10-14 21:32:52 +02:00
MidiEvent.h Mark getter functions in `CMidiEvent` const 2024-01-20 18:30:47 +01:00
MidiFile.cpp Remove `using namespace std` to fix building with mingw-w64 2023-06-05 20:27:46 +02:00
MidiFile.h Fix warning in code for showing MIDI duration 2023-11-18 22:50:28 +01:00
MidiTrack.cpp Log unknown MIDI events 2024-01-20 18:42:57 +01:00
MidiTrack.h Fix typo in name of function for reading delta-time 2023-12-26 22:46:01 +01:00
Notation.cpp Configure breve boundary 2024-02-04 21:57:37 +01:00
Notation.h Show note length of all dotted notes 2024-01-24 01:17:30 +01:00
Piano.cpp Refactor color definitions to make them easier exchangable 2023-06-05 20:27:46 +02:00
Piano.h Show true US Imperial running-dog color 2019-09-04 06:02:49 +01:00
QtMain.cpp Add UI settings via Qt Utilities 2023-06-12 23:36:44 +02:00
QtWindow.cpp Update my copyright date 2024-01-23 00:37:08 +01:00
QtWindow.h Make side panel resizable and allow moving it to the other side 2023-10-27 18:25:40 +02:00
Queue.h up year 2019-06-18 03:54:34 +03:00
Rating.cpp Avoid implicit signness conversions 2023-01-22 19:33:02 +01:00
Rating.h Integrated fluidsynth as an build option. 2020-04-02 22:06:13 +01:00
Score.cpp Ensure key highlighting color is bright enough to not blend too much with black keys 2023-10-23 20:09:57 +02:00
Score.h Add very basic configuration for theming and a light theme 2023-06-05 20:27:46 +02:00
Scroll.cpp Add very basic configuration for theming and a light theme 2023-06-05 20:27:46 +02:00
Scroll.h Add very basic configuration for theming and a light theme 2023-06-05 20:27:46 +02:00
Settings.cpp Improve handling of data directory 2023-06-22 21:17:12 +02:00
Settings.h Fix various compiler warnings 2023-07-02 00:06:13 +02:00
Song.cpp Improve logging when opening a MIDI file 2023-12-26 22:09:40 +01:00
Song.h Avoid unnecessary copies when passing strings 2023-01-16 23:12:31 +01:00
StavePosition.cpp Fix various compiler warnings 2023-07-02 00:06:13 +02:00
StavePosition.h first attempt to have editable clefs 2023-06-05 20:27:46 +02:00
Symbol.h Show note length of all dotted notes 2024-01-24 01:17:30 +01:00
Tempo.cpp Fix several warnings 2023-01-16 20:07:08 +01:00
Tempo.h Fix several warnings 2023-01-16 20:07:08 +01:00
TrackList.cpp Fix several warnings 2023-01-16 20:07:08 +01:00
TrackList.h Fix several warnings 2023-01-16 20:07:08 +01:00
Util.cpp Improve logging when opening a MIDI file 2023-12-26 22:09:40 +01:00
Util.h Improve handling of data directory 2023-06-22 21:17:12 +02:00
application.qrc Modernize icons 2023-06-27 20:10:57 +02:00
version.h Simplify main, use version from meta-data defined in CMake 2023-06-05 22:43:41 +02:00