amuse/Editor
Lioncash 43eff31412 Editor: Use Qt 5 signal/slot connections where applicable
Migrates the UI signals and slots over to the new Qt 5 syntax. This
syntax is nicer, as the compiler can report errors at compile-time, as
opposed to the other method which would require a runtime error to
indicate any issues with the signals and slots.
2019-08-25 04:13:36 -04:00
..
platforms Fix SoundMacro generation for SampleView 2019-03-09 23:13:17 -10:00
resources Massive fmtlib refactor 2019-07-19 18:23:25 -10:00
ADSREditor.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
ADSREditor.hpp New code style refactor 2018-12-07 19:20:09 -10:00
CMakeLists.txt Better CMake dependency handling 2019-06-11 16:02:52 -10:00
Common.cpp New code style refactor 2018-12-07 19:20:09 -10:00
Common.hpp Fix some compilation warnings 2019-04-06 18:59:49 -10:00
CurveEditor.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
CurveEditor.hpp New code style refactor 2018-12-07 19:20:09 -10:00
EditorWidget.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
EditorWidget.hpp New code style refactor 2018-12-07 19:20:09 -10:00
KeyboardWidget.cpp New code style refactor 2018-12-07 19:20:09 -10:00
KeyboardWidget.hpp New code style refactor 2018-12-07 19:20:09 -10:00
KeymapEditor.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
KeymapEditor.hpp New code style refactor 2018-12-07 19:20:09 -10:00
LayersEditor.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
LayersEditor.hpp New code style refactor 2018-12-07 19:20:09 -10:00
MIDIReader.cpp New code style refactor 2018-12-07 19:20:09 -10:00
MIDIReader.hpp New code style refactor 2018-12-07 19:20:09 -10:00
MacOSExtras.mm Work on amuse GUI, use C++ linking for audio decoders 2018-07-09 11:05:31 -07:00
MainWindow.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
MainWindow.hpp New code style refactor 2018-12-07 19:20:09 -10:00
MainWindow.ui Clipboard support and various bug fixes 2018-08-24 22:34:04 -10:00
NewSoundMacroDialog.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
NewSoundMacroDialog.hpp New code style refactor 2018-12-07 19:20:09 -10:00
ProjectModel.cpp Massive fmtlib refactor 2019-07-19 18:23:25 -10:00
ProjectModel.hpp New code style refactor 2018-12-07 19:20:09 -10:00
SampleEditor.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
SampleEditor.hpp New code style refactor 2018-12-07 19:20:09 -10:00
SongGroupEditor.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
SongGroupEditor.hpp New code style refactor 2018-12-07 19:20:09 -10:00
SoundGroupEditor.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
SoundGroupEditor.hpp New code style refactor 2018-12-07 19:20:09 -10:00
SoundMacroEditor.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
SoundMacroEditor.hpp New code style refactor 2018-12-07 19:20:09 -10:00
StatusBarWidget.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
StatusBarWidget.hpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
StudioSetupWidget.cpp Editor: Use Qt 5 signal/slot connections where applicable 2019-08-25 04:13:36 -04:00
StudioSetupWidget.hpp New code style refactor 2018-12-07 19:20:09 -10:00
main.cpp New code style refactor 2018-12-07 19:20:09 -10:00