250 Commits

Author SHA1 Message Date
dave griffiths
8449f710fb Merge branch 'pr1' into 'main'
Little housekeeping

See merge request then-try-this/samplebrain!15
2022-10-31 18:36:00 +00:00
Dave Griffiths
69dc3721be trying to set the path again for qt/windows ci build 2022-10-31 10:07:23 +00:00
aeiouaeiouaeiouaeiouaeiouaeiou
f057cc6159
Use CMAKE_AUTORCC 2022-10-31 12:55:21 +03:00
aeiouaeiouaeiouaeiouaeiouaeiou
33bba6d337
Extend .gitignore 2022-10-31 12:55:10 +03:00
Dave Griffiths
16d04c8faf trying to set the path again for qt/windows ci build 2022-10-31 09:52:49 +00:00
Dave Griffiths
994d002796 trying to set the patch for qt/windows ci build 2022-10-31 09:39:18 +00:00
Dave Griffiths
0ab061eb0e back to qt5 again to attempt win ci to work (choco doesn't seem to have qt6 yet) 2022-10-30 18:37:28 +00:00
Dave Griffiths
5573355c8e trying win ci - adding python 2022-10-30 12:01:38 +00:00
Dave Griffiths
07fa73ecab trying win ci 2022-10-30 11:45:04 +00:00
Dave Griffiths
5566284cd8 trying win ci 2022-10-30 11:40:15 +00:00
Dave Griffiths
b0454ed2f4 trying win ci 2022-10-30 11:33:47 +00:00
Dave Griffiths
e22a501aa7 trying removing deps 2022-10-30 11:24:46 +00:00
Dave Griffiths
7a02dcfa3c switched (back) to qt6 2022-10-29 13:49:15 +01:00
Dave Griffiths
b983408bd7 Merge branch 'samplebrain-parallel-synapse-generation' into main 2022-10-29 13:14:34 +01:00
Dave Griffiths
fa44d2b4c7 added openmp to cmake 2022-10-29 13:13:16 +01:00
Dave Griffiths
8e7a9abe1a removed pro file 2022-10-29 13:00:53 +01:00
Dave Griffiths
65ea2080be Merge remote-tracking branch 'origin/development' into main 2022-10-29 12:53:34 +01:00
Dave Griffiths
edf2071467 added reddit 2022-10-29 12:39:18 +01:00
Dave Griffiths
2e517e3bff changelog update 2022-10-29 08:48:13 +01:00
Dave Griffiths
1b766822f6 new version README update 2022-10-29 08:35:34 +01:00
Dave Griffiths
bc8002a9f0 added target filename to GUI - not adding brain session or directory as less need for it/more clutter... partially fixes: #76 v0.18.5_release 2022-10-23 10:06:23 +01:00
Dave Griffiths
f9f3557b79 sorted file paths so we have separate ones for each dialog - fixes: #75 2022-10-23 09:34:46 +01:00
Dave Griffiths
c4499ce7c9 commented out unused and confusing old code - fixes: #28 2022-10-20 21:22:23 +01:00
Dave Griffiths
46ab0a131a optimisation from Claude - fixes: #27 2022-10-20 21:15:27 +01:00
Dave Griffiths
884c8ad91f resources location 2022-10-20 21:12:58 +01:00
Dave Griffiths
1d03e9addd ci tweak 2022-10-14 22:33:17 +01:00
Dave Griffiths
af44ac43f0 more cmake qt fiddling 2022-10-14 22:29:25 +01:00
Dave Griffiths
b971435101 cmake qt fiddling 2022-10-14 22:25:38 +01:00
Dave Griffiths
7bc12ac0be cmake build fixes 2022-10-14 22:18:52 +01:00
dave griffiths
8038fdd9c2 Merge branch 'upgrade-to-cmake' into 'main'
Upgrade build system from qmake to cmake

See merge request then-try-this/samplebrain!11
2022-10-14 20:34:17 +00:00
dave griffiths
bbdcd4b29c Merge branch 'main' into 'upgrade-to-cmake'
# Conflicts:
#   app/MainWindow.h
#   app/SettingsDialog.h
2022-10-14 20:31:07 +00:00
Dave Griffiths
385563e64e forgot to add flac 2022-10-14 21:24:56 +01:00
Dave Griffiths
e1c8e0ea67 added more soundfile formats to the loading dialog and new error report when it can't load 2022-10-14 20:30:12 +01:00
Dave Griffiths
b5fd6dd3e0 added osc ports to the settings interface, bumped the version num 2022-10-14 19:23:07 +01:00
Dave Griffiths
5e347f7f13 made the 3 osc ports configurable via (cross-platform) config scripts and move them outside of well used ranges for UDP 2022-10-14 18:27:59 +01:00
fshstk
cf06a21160 Add Gitlab CI script 2022-10-12 15:22:37 +02:00
fshstk
6471b1e066 Clean up CMakeLists
- Remove redundant libraries
- Change compile definitions to CMake variables
2022-10-12 15:21:51 +02:00
fshstk
7d7a7d24a2 Remove Qt .pro file
CMakeLists.txt now does everything we need
2022-10-12 14:56:16 +02:00
fshstk
2c1a3692e7 Update building.md
- Add info about installing cmake
- Change build instructions from qmake to cmake
- Remove info about installing deps
  We don't need to do this anymore. CMake will do it automatically at
  configure-time!
2022-10-12 14:56:16 +02:00
fshstk
30e16d80d9 Add libsndfile dependency 2022-10-12 14:56:16 +02:00
fshstk
2743caa02a Add portaudio dependency 2022-10-12 14:56:16 +02:00
fshstk
572d6a127c Add liblo dependency 2022-10-12 14:56:16 +02:00
fshstk
6aa25397de Add fftw3 dependency 2022-10-12 14:56:16 +02:00
fshstk
55e5427ec4 Fix path to .ui files 2022-10-12 14:56:16 +02:00
fshstk
c2e923bcee Ignore build folder
This should cover all files generated by the build system...
2022-10-12 14:56:16 +02:00
fshstk
ddf7f8538a Fix CMakeLists syntax
target_compile_options requires the PUBLIC/PRIVATE keyword. I don't know
why the qmake2cmake script doesn't provide the correct syntax here...
2022-10-12 14:56:16 +02:00
fshstk
1dc55a982c Run qmake2cmake command
Command used:
qmake2cmake_all . --min-qt-version 6.2.4
2022-10-12 14:56:07 +02:00
Dave Griffiths
5469a8f253 added build instructions for ubuntu 22.04 fixes: #66 2022-10-07 08:39:45 +01:00
Dave Griffiths
ac83efce3b readme tweak 0.18.4_release 2022-10-06 20:55:23 +01:00
Dave Griffiths
7b41c94610 readme tweak 2022-10-06 20:54:40 +01:00