From 7fbed9682121be3eee539fc99fa2042ae13f2920 Mon Sep 17 00:00:00 2001 From: Ayush Sah <75406648+xARSENICx@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:31:38 +0530 Subject: [PATCH] Fix LateNight QML blog wording --- content/news/2026-06-06-gsoc-2026-rebuild-latenight-qml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/news/2026-06-06-gsoc-2026-rebuild-latenight-qml.md b/content/news/2026-06-06-gsoc-2026-rebuild-latenight-qml.md index 09211571..35e22ac6 100644 --- a/content/news/2026-06-06-gsoc-2026-rebuild-latenight-qml.md +++ b/content/news/2026-06-06-gsoc-2026-rebuild-latenight-qml.md @@ -7,7 +7,7 @@ date: 2026-06-06 14:26:14 Hi everyone! I am Ayush Sah, and I am thrilled to share that I will be working with Mixxx for Google Summer of Code (GSoC) 2026. Over the next few months, my project will focus on one of the most exciting shifts in Mixxx’s user interface history: **rebuilding the iconic LateNight theme in native QML**. -As Mixxx moves toward the 3.0 release, introducing the ["New UI"](https://mixxx.org/news/2025-08-06-qml-project/) which will be 100% based on [Qt Quick / QML](https://en.wikipedia.org/wiki/QML). This is a technology that unlocks modern aesthetics, fluid layout customization, and vector-based scaling. +As Mixxx moves toward the 3.0 release, we are introducing the ["New UI"](https://mixxx.org/news/2025-08-06-qml-project/), which will be 100% based on [Qt Quick / QML](https://en.wikipedia.org/wiki/QML). This is a technology that unlocks modern aesthetics, fluid layout customization, and vector-based scaling. As a practical step toward that goal, I am developing a full QML port of the LateNight skin. It will deliver visual and functional parity with the classic design while providing a clean, real‑world reference for future community QML themes. This work aligns fully with the New UI effort, as both share the same underlying QML codebase. --- @@ -95,7 +95,7 @@ Follow these steps to run and test it: 1. **Run Mixxx with the Developer Flag**: Launch your locally compiled Mixxx build from your terminal using the `--developer` flag: - ```bash + ``` ./build/mixxx --developer ``` This flag is currently required to expose experimental QML skins during development, but it is planned to be removed once this workflow is ready for regular skin selection.