From 9abb8a6798aac08e89bb9f3f98b173ecbd275ae0 Mon Sep 17 00:00:00 2001 From: Harshit Maurya Date: Wed, 1 Apr 2020 16:08:16 +0530 Subject: widget/wtrackproperty: introduce new class to decouple context menu from wtracktableview --- build/depends.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/depends.py b/build/depends.py index cc6572f845..36f225f6c9 100644 --- a/build/depends.py +++ b/build/depends.py @@ -1018,6 +1018,7 @@ class MixxxCore(Feature): "src/widget/wlibrarytableview.cpp", "src/widget/wanalysislibrarytableview.cpp", "src/widget/wlibrarytextbrowser.cpp", + "src/widget/wtrackmenu.cpp", "src/database/mixxxdb.cpp", "src/database/schemamanager.cpp", -- cgit v1.2.3 From da203013ad9e214c09d3643d595571b7289db475 Mon Sep 17 00:00:00 2001 From: Be Date: Wed, 15 Apr 2020 09:50:18 -0500 Subject: revert to macOS build environment with Qt 5.12.3 This is a temporary hack for Mixxx 2.3. Upgrading to Qt 5.14.2 caused a major performance regression with the legacy QGLWidgets. The branch for switching to QOpenGLWidgets (PR #1974) is not yet ready because of jerking with the waveforms. --- build/osx/golden_environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/osx/golden_environment b/build/osx/golden_environment index b448c71f02..4cefc5cced 100644 --- a/build/osx/golden_environment +++ b/build/osx/golden_environment @@ -1 +1 @@ -2.3-j00010-5859796f-osx10.11-x86_64-release +2.3-j00004-497fe02e-osx10.11-x86_64-release -- cgit v1.2.3 From 709383d6bfc16f4586057a2a90f0f6dd2955c8ed Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Fri, 17 Apr 2020 21:28:27 +0200 Subject: Remove unsused class WidgetHider --- build/depends.py | 1 - 1 file changed, 1 deletion(-) (limited to 'build') diff --git a/build/depends.py b/build/depends.py index bad5ca59e9..d4752340f9 100644 --- a/build/depends.py +++ b/build/depends.py @@ -1317,7 +1317,6 @@ class MixxxCore(Feature): "src/util/logger.cpp", "src/util/logging.cpp", "src/util/cmdlineargs.cpp", - "src/util/widgethider.cpp", "src/util/autohidpi.cpp", "src/util/screensaver.cpp", "src/util/indexrange.cpp", -- cgit v1.2.3