Files
bearwave/.gitignore
Sebastian Palencsar 4806f9306a feat(ui): Mac-inspired layout with sidebar, details panel, and About page
Replace the modal About dialog with an embedded About page and introduce
a three-pane desktop layout: persistent sidebar navigation, flat station
list, right-side details panel, and compact player bar.

Load the GPLv3 license text from C++ and expose it to QML as context
data. Normalize i18n source strings to English, complete German and
Russian translations (133 strings each), and centralize page navigation
helpers in Main.qml. Simplify compact HeaderNavigation and extend
.gitignore for local build artifacts.
2026-06-27 13:21:55 +02:00

64 lines
842 B
Plaintext

## Local agent/contributor notes (not for GitHub)
AGENTS.md
build.md
## Build directories
build/
build-about/
build-ci/
build-fix/
build-maclayout/
build-test/
build-arch-ci/
build-dir/
cmake-build-*/
## CMake artifacts
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
CTestTestfile.cmake
install_manifest.txt
Makefile
## Qt autogen artifacts
*.autogen/
## Editor / IDE
.idea/
.vscode/
.clangd
*.swp
*.swo
## Runtime files
*.log
test-*.json
## Packaging artifacts
pkg/
src/bearwave/
bearwave/
flatpak_repo/
.flatpak-builder/
.flatpak-builder-manifest.json
scratch/
spalencsar-README.md
*.pkg.tar.zst
*.pkg.tar.zst.sig
*.pkg.tar.xz
*.pkg.tar.xz.sig
## Local caches / user state
.cache/
## Installed or generated desktop files
org.kde.bearwave.desktop
## OS noise
.DS_Store
## Local Flatpak backup
flatpak_backup/