Files
qobuz-qt/build-viz/CMakeFiles/Makefile2
joren 3e96b6d7a8 feat: pagination, back/forward nav, context menu, artist fav, image fix
**Artist portrait**
- Fix CDN URL: images.portrait.{hash,format} →
  https://static.qobuz.com/images/artists/covers/large/{hash}.{format}

**Section alignment**
- Qt::ToolButtonTextOnly on all section toggles so text is truly left-aligned

**Auth 401 race condition**
- qobuz_backend_set_token now uses blocking_lock() instead of spawning an
  async task, guaranteeing the token is set before any subsequent API call

**Pagination (infinite scroll)**
- Release sections load 50 at a time (was 500)
- ArtistSection tracks has_more + loaded count; scrolling to the bottom
  emits loadMoreRequested → ArtistView calls getArtistReleases(offset=N)
- AlbumListView gains addAlbums() for append; setReleases routes to
  setAlbums (offset=0) or appendAlbums (offset>0)

**Back/Forward navigation**
- MainToolBar exposes Back/Forward QActions (go-previous/go-next icons)
- MainWindow keeps a NavPage vector + index; pushNav() on every album/artist
  navigation; goBack/goForward re-navigate without pushing history

**Context menu on now-playing label**
- Right-click on track label in toolbar → "Go to Album" / "Go to Artist"
- MainToolBar stores current track; emits albumRequested/artistRequested
  signals wired to MainWindow's existing handlers

**Artist favourites button**
- ♡ Favourite / ♥ Favourited toggle in artist header
- Calls new addFavArtist / removeFavArtist (Rust + Qt backend wiring)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 18:25:12 +01:00

249 lines
11 KiB
Plaintext

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/joren/dev/qobuz-qt
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joren/dev/qobuz-qt/build-viz
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/rust_backend.dir/all
all: CMakeFiles/qobuz-qt.dir/all
all: src/all
.PHONY : all
# The main recursive "codegen" target.
codegen: CMakeFiles/rust_backend.dir/codegen
codegen: CMakeFiles/qobuz-qt.dir/codegen
codegen: src/codegen
.PHONY : codegen
# The main recursive "preinstall" target.
preinstall: src/preinstall
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/rust_backend.dir/clean
clean: CMakeFiles/qobuz-qt.dir/clean
clean: CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/clean
clean: CMakeFiles/qobuz-qt_autogen.dir/clean
clean: src/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory src
# Recursive "all" directory target.
src/all:
.PHONY : src/all
# Recursive "codegen" directory target.
src/codegen:
.PHONY : src/codegen
# Recursive "preinstall" directory target.
src/preinstall:
.PHONY : src/preinstall
# Recursive "clean" directory target.
src/clean:
.PHONY : src/clean
#=============================================================================
# Target rules for target CMakeFiles/rust_backend.dir
# All Build rule for target.
CMakeFiles/rust_backend.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/rust_backend.dir/build.make CMakeFiles/rust_backend.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/rust_backend.dir/build.make CMakeFiles/rust_backend.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/joren/dev/qobuz-qt/build-viz/CMakeFiles --progress-num=21 "Built target rust_backend"
.PHONY : CMakeFiles/rust_backend.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/rust_backend.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/joren/dev/qobuz-qt/build-viz/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/rust_backend.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/joren/dev/qobuz-qt/build-viz/CMakeFiles 0
.PHONY : CMakeFiles/rust_backend.dir/rule
# Convenience name for target.
rust_backend: CMakeFiles/rust_backend.dir/rule
.PHONY : rust_backend
# codegen rule for target.
CMakeFiles/rust_backend.dir/codegen:
$(MAKE) $(MAKESILENT) -f CMakeFiles/rust_backend.dir/build.make CMakeFiles/rust_backend.dir/codegen
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/joren/dev/qobuz-qt/build-viz/CMakeFiles --progress-num=21 "Finished codegen for target rust_backend"
.PHONY : CMakeFiles/rust_backend.dir/codegen
# clean rule for target.
CMakeFiles/rust_backend.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/rust_backend.dir/build.make CMakeFiles/rust_backend.dir/clean
.PHONY : CMakeFiles/rust_backend.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/qobuz-qt.dir
# All Build rule for target.
CMakeFiles/qobuz-qt.dir/all: CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/all
CMakeFiles/qobuz-qt.dir/all: CMakeFiles/qobuz-qt_autogen.dir/all
CMakeFiles/qobuz-qt.dir/all: CMakeFiles/rust_backend.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt.dir/build.make CMakeFiles/qobuz-qt.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt.dir/build.make CMakeFiles/qobuz-qt.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/joren/dev/qobuz-qt/build-viz/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 "Built target qobuz-qt"
.PHONY : CMakeFiles/qobuz-qt.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/qobuz-qt.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/joren/dev/qobuz-qt/build-viz/CMakeFiles 21
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/qobuz-qt.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/joren/dev/qobuz-qt/build-viz/CMakeFiles 0
.PHONY : CMakeFiles/qobuz-qt.dir/rule
# Convenience name for target.
qobuz-qt: CMakeFiles/qobuz-qt.dir/rule
.PHONY : qobuz-qt
# codegen rule for target.
CMakeFiles/qobuz-qt.dir/codegen: CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/all
CMakeFiles/qobuz-qt.dir/codegen: CMakeFiles/rust_backend.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt.dir/build.make CMakeFiles/qobuz-qt.dir/codegen
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/joren/dev/qobuz-qt/build-viz/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 "Finished codegen for target qobuz-qt"
.PHONY : CMakeFiles/qobuz-qt.dir/codegen
# clean rule for target.
CMakeFiles/qobuz-qt.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt.dir/build.make CMakeFiles/qobuz-qt.dir/clean
.PHONY : CMakeFiles/qobuz-qt.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir
# All Build rule for target.
CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/all: CMakeFiles/rust_backend.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/build.make CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/build.make CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/joren/dev/qobuz-qt/build-viz/CMakeFiles --progress-num= "Built target qobuz-qt_autogen_timestamp_deps"
.PHONY : CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/joren/dev/qobuz-qt/build-viz/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/joren/dev/qobuz-qt/build-viz/CMakeFiles 0
.PHONY : CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/rule
# Convenience name for target.
qobuz-qt_autogen_timestamp_deps: CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/rule
.PHONY : qobuz-qt_autogen_timestamp_deps
# codegen rule for target.
CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/codegen:
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/build.make CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/codegen
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/joren/dev/qobuz-qt/build-viz/CMakeFiles --progress-num= "Finished codegen for target qobuz-qt_autogen_timestamp_deps"
.PHONY : CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/codegen
# clean rule for target.
CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/build.make CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/clean
.PHONY : CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/qobuz-qt_autogen.dir
# All Build rule for target.
CMakeFiles/qobuz-qt_autogen.dir/all: CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt_autogen.dir/build.make CMakeFiles/qobuz-qt_autogen.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt_autogen.dir/build.make CMakeFiles/qobuz-qt_autogen.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/joren/dev/qobuz-qt/build-viz/CMakeFiles --progress-num=20 "Built target qobuz-qt_autogen"
.PHONY : CMakeFiles/qobuz-qt_autogen.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/qobuz-qt_autogen.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/joren/dev/qobuz-qt/build-viz/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/qobuz-qt_autogen.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/joren/dev/qobuz-qt/build-viz/CMakeFiles 0
.PHONY : CMakeFiles/qobuz-qt_autogen.dir/rule
# Convenience name for target.
qobuz-qt_autogen: CMakeFiles/qobuz-qt_autogen.dir/rule
.PHONY : qobuz-qt_autogen
# codegen rule for target.
CMakeFiles/qobuz-qt_autogen.dir/codegen: CMakeFiles/qobuz-qt_autogen_timestamp_deps.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt_autogen.dir/build.make CMakeFiles/qobuz-qt_autogen.dir/codegen
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/joren/dev/qobuz-qt/build-viz/CMakeFiles --progress-num=20 "Finished codegen for target qobuz-qt_autogen"
.PHONY : CMakeFiles/qobuz-qt_autogen.dir/codegen
# clean rule for target.
CMakeFiles/qobuz-qt_autogen.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/qobuz-qt_autogen.dir/build.make CMakeFiles/qobuz-qt_autogen.dir/clean
.PHONY : CMakeFiles/qobuz-qt_autogen.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system