161 Commits

Author SHA1 Message Date
shawn acfb8d15ab fix: Rebrand project from PiPedal to OP-Pedal
CMake / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
Updated branding across the project:
- CMakeLists.txt: project name, description, homepage, display version
- src/PiPedalVersion.cpp: server name string
- debian/control: package name, source, homepage, description
- vite/package.json: package name
- vite/index.html: title, meta description
- vite/public/manifest.json: name, short_name, description, URLs
- UI files: AboutDialog, AppThemed, MainPage, SettingsDialog,
  UpdateDialog, WifiConfigDialog, WifiConfigSettings,
  WifiDirectConfigSettings, Tone3000Downloader, Tone3000HelpDialog,
  WindowScale

Preserved upstream copyright/attribution and legal references.
2026-06-20 11:04:28 -04:00
Robin E.R. Davies 11a5c3e174 v2.0.107 2026-06-18 08:04:55 -04:00
Robin E.R. Davies d6ee400394 Must not install .so's from build dependencies. We should be using .a files instead. 2026-06-17 12:12:46 -04:00
Robin E. R. Davies 78bc3d1d1a Promote 2.0.106 to a release build. 2026-06-17 11:46:14 -04:00
Robin E. R. Davies eda38c376d v2.0.106-Experimental - Private release for internal development use (building additional Factory Presets).
Adds TooB Multi-Tap Delay
2026-06-16 16:16:27 -04:00
FoolHen df949ca20c Also install ftxui shared libraries from FetchContent
pipedal_kconfig links against libftxui-component.so, libftxui-dom.so,
and libftxui-screen.so built via FetchContent. Without explicit install
rules, these are missing after installation on distros that don't
provide ftxui as a system package (e.g. Arch), causing
'cannot open shared object file' at runtime.

Also update the comment to reflect all three dependency groups:
SQLiteCpp, libzip, and ftxui.
2026-06-10 16:32:23 +02:00
FoolHen e09ccc13f5 Fix build issues with PIPEDAL_DISABLE_COPYRIGHT_BUILD
- Wrap notices.txt install in if(NOT PIPEDAL_DISABLE_COPYRIGHT_BUILD)
  so the install doesn't fail when copyright generation is skipped.

- Add explicit install rules for libSQLiteCpp.so.0, libsqlite3.so,
  and libzip.so.5. These are built from submodules but their own
  install targets are suppressed (SQLITECPP_INSTALL=OFF,
  LIBZIP_DO_INSTALL=OFF), so they were never copied to /usr/lib,
  causing 'cannot open shared object file' errors on distros
  without these as system packages (e.g. Arch vs Ubuntu).
2026-06-10 16:30:15 +02:00
Robin E.R. Davies 89f2c2798e Move options to start of CMakeFile. Rename to PIPEDAL_DISABLE_COPYRIGHT_BUILD to minimize potential package comflicts. 2026-06-08 18:42:23 -04:00
FoolHen 03b8f52fa9 Fix architecture detection for non-Debian distros
Replace dpkg --print-architecture (Debian-specific) with a portable
cmake-based approach using CMAKE_SYSTEM_PROCESSOR mapped to Debian
architecture names (x86_64→amd64, aarch64→arm64, armv7l→armhf, i686→i386).
2026-06-08 13:14:34 +02:00
Robin E.R. Davies 1d0c1a56ad v2.0.105 2026-06-04 13:52:46 -04:00
Robin E.R. Davies 77b2e59701 V2.0.104 Versioning. 2026-06-04 08:35:36 -04:00
Robin E.R. Davies 25aca1ccd8 -Release in version name. 2026-06-02 14:10:30 -04:00
Robin E.R. Davies b8b68e13de Correct install location for Default Presets.piBank 2026-05-31 04:25:39 -04:00
Robin E.R. Davies 37eacabdef v2.0.103 Versioning and Release Notes. 2026-05-31 03:32:10 -04:00
Robin E.R. Davies 779f3c80ad Factory Prest Assets 2026-05-31 02:46:12 -04:00
Robin E.R. Davies 3605f6152d v2.0.102 versioning and release notes. 2026-05-23 19:39:28 -04:00
Robin E. R. Davies 6574304227 NAM Performance profiling (sync) 2026-05-16 06:26:53 -04:00
Robin E.R. Davies 55c464f904 v2.0.101 Experimental (TooB Tone tweaks) 2026-04-20 00:31:41 -04:00
Robin E. R. Davies fdee3fa231 v2.0.100 Release 2026-04-20 00:16:25 -04:00
Robin E.R. Davies 6c441ecfee WIP Sync 2026-01-27 23:45:13 -05:00
Robin E. R. Davies 0078e2661c v1.5.99 2026-01-24 19:57:19 -05:00
Robin E.R. Davies f26e3bf102 v1.5.97, including ToobAmp 1.2.73/x64 2026-01-21 17:09:44 -05:00
Robin E. R. Davies 5fa458a599 v1.5.97, ToobAmp aarch64 update. 2026-01-21 07:16:28 -05:00
Robin E. R. Davies 7a532e6186 v.1.5.96, TooBAmp v1.2.73 2026-01-17 17:12:06 -05:00
Robin E. R. Davies 0221cffc8a v1.5.95 versioning. 2026-01-10 11:26:37 -05:00
Robin E. R. Davies fb092016b1 ModGUI Sidechain select 2025-10-01 21:47:13 -04:00
Robin E. R. Davies 6e4913cecd v1.5.93 versioning. 2025-09-21 16:21:52 -04:00
Robin E. R. Davies eb50b67d6a v1.5.92 Release 2025-09-11 12:58:39 -04:00
Robin E. R. Davies c100ad1aa5 v1.5.91 2025-09-08 02:02:56 -04:00
Robin E. R. Davies 0c24898398 Remove debian/shlibs.override 2025-09-06 22:38:10 -04:00
Robin E. R. Davies 930f3009a2 1.5.90 Versioning 2025-09-06 18:43:25 -04:00
Robin E. R. Davies d149577cd8 v1.4.89 TInternal 2025-08-21 19:02:59 -04:00
Robin E. R. Davies c85ea490ac Release notes 1.4.88 2025-08-18 09:14:14 -04:00
Robin E. R. Davies 07f99a7339 libzip shared module 2025-08-18 08:38:14 -04:00
Robin Davies f7d9802780 25.04 compatibility 2025-08-18 07:10:28 -04:00
Robin E. R. Davies 088bbe868a Sdbus-C++ upgrade. 2025-08-16 16:29:31 -04:00
Robin E. R. Davies 9f6bd7f321 v1.4.87 versioning. 2025-08-10 08:13:42 -04:00
Robin E. R. Davies 4de6a8a67a v1.4.86 versioning. 2025-08-06 09:39:08 -04:00
Robin E. R. Davies e71c4f3f02 v1.4.85 versioning 2025-07-26 18:42:52 -04:00
Robin E. R. Davies 94637afa55 v1.4.83 Versining 2025-07-23 15:16:51 -04:00
Robin E. R. Davies 052aa681a1 v1.4.82 versioning 2025-07-22 22:51:28 -04:00
Robin E. R. Davies d768883a9b v1,4,68 versioning and relese notes. 2025-07-21 01:10:52 -04:00
Robin E. R. Davies 43e067fb6f Do not strip symbols in debug makepackage 2025-07-19 22:07:21 -04:00
Robin E. R. Davies b261f98167 Experimental commit for issue #337; valgrind fixes. 2025-07-19 21:37:46 -04:00
Robin E. R. Davies 818a08824c Android Cilent Layout Issues 2025-07-14 18:13:09 -04:00
Robin E. R. Davies ad9031aec1 v1.4.77 Versioning 2025-07-01 03:30:34 -04:00
Robin E. R. Davies acb668853b Alsa Sequencer Tests 2025-06-27 14:24:58 -04:00
Robin E. R. Davies c4e0b0ff46 Audio file metadata and thumbnails 2025-05-31 21:06:34 -04:00
Robin E. R. Davies 7ffa6d4f07 v1.4.76 versioning 2025-05-21 18:57:15 -04:00
Robin E. R. Davies 5aa379b38a PiPedal v1.4.75 2025-05-12 17:43:05 -04:00