summaryrefslogtreecommitdiffstats
path: root/src/widget
AgeCommit message (Collapse)Author
2021-03-20Merge pull request #3708 from ronso0/help-hyperlinkDaniel Schürmann
Help menu: use north-east arrow as hyperlink suffix
2021-03-19Help menu: use hyperlink icon only when directing to online manualronso0
2021-03-19Help menu: don't show hyperlink icon on macOSronso0
2021-03-19Help menu: use north-east arrow as hyperlink iconronso0
Co-authored-by: Daniel Schürmann <daschuer@mixxx.org>
2021-03-17WMainMenuBar: remove link to Google Forms surveyBe
as discussed on Zulip: https://mixxx.zulipchat.com/#narrow/stream/247619-UI-.26.20UX.20design/topic/Send.20Feedback.20is.20a.20survey.3F
2021-03-12WRateRange: Remove % signal to make room for a second digitJan Holthuis
2021-03-11widget: Add WRateRange widget for displaying the current rate slider rangeKatsarov
2021-03-11Add wapper trySetAndLockBeats() to stream line the track APIDaniel Schürmann
2021-03-08check bpm lock when setting beat grid of bpmDaniel Schürmann
2021-03-04make beats pointer constDaniel Schürmann
2021-03-02make Beats::scale constDaniel Schürmann
2021-02-27Merge pull request #3659 from ronso0/comboboxnone-topDaniel Schürmann
Pref > EQ comboboxes: show empty items always at the top
2021-02-26WEffectSelector: make 'no effect' topmost list itemronso0
2021-02-25Fix waveform resetDaniel Schürmann
2021-02-22Merge pull request #3631 from ronso0/novinylUwe Klotz
remove Novinyl preferences page
2021-02-20fix warnings raised when building w/o vinyl controlronso0
2021-02-17i18n: Punctuation marks are used inconsistently within the source language. ↵esbrandt
Three dots , two dots, horizontal ellipsis , with and without leading whitespace. This commit changes the only occurrences of two dots, so we at least use three dots . Preferable, we should settle for a standard. (cherry picked from commit 918ea6b6cbd545e4269e91cc2f0d83b5a045bd76)
2021-01-09Merge pull request #3512 from Swiftb0y/fix_knob_touchscreen_interactionDaniel Schürmann
Fix broken knob interaction on touchscreens
2021-01-08Merge pull request #3485 from ronso0/combobox-noneJan Holthuis
Preferences / Effect widgets: use '---' placeholder instead of 'None'
2021-01-07Pref. EQ, WEffectSelector: update combobox commentsronso0
2021-01-06Effect widgets/EQ preferences: display '---' when no effect is loadedronso0
2021-01-04LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds ↵Daniel Schürmann
only a reference to the track locations table. Use the enum COLUMN_TRACKLOCATIONSTABLE_LOCATION instead of COLUMN_LIBRARYTABLE_NATIVELOCATION becase it points only to the id column. Delete also enums for non existing Playlist table columns.
2021-01-03fix KnobEventHandler when used on touchscreensSwiftb0y
2020-12-18Merge pull request #3460 from ronso0/lib-font-row-heightUwe Klotz
Library: overhaul setting the font and row height
2020-12-17Library: overhaul setting font and row heightronso0
Previously, there was an artificial lower limit for the row height (31px for me) that would ignore lower values of the row height spinbox. Now, the new font height is used as lower limit for the row height. When changing the font (size) the row height is automatically adjusted by using the previous font height/row height ratio.
2020-12-16Merge branch '2.3' into column-cache-fixOwen Williams
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-14Remove extra include to fix auto moc warningDaniel Schürmann
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Merge pull request #3411 from poelzi/antimocDaniel Schürmann
Slimdown moc_compilation.cpp
2020-12-07remove unused privatesDaniel Poelzleithner
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
The moc_compilation file became unbearable large, easily taking 10 minutes to compile whenever a Q_OBJECT changes. AUTOMOC scans for <basename>_moc.cpp includes and does not add the file to the moc_compilation whenever it is included in the propper cpp file. After this patch, moc_compilation.cpp is empty and the mocs are compiled with the approptial cpp, increasing recompile speeds by a factor of 10 when just a header file changed.
2020-12-06Add track.resetRating() and use it in reset menuDaniel Poelzleithner
2020-12-05Merge branch '2.3' of https://github.com/mixxxdj/mixxx into rating-resetDaniel Poelzleithner
2020-12-05Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
# Conflicts: # src/widget/wnumberrate.cpp
2020-12-05Merge pull request #3400 from Holzhaus/adjust-relative-bpm-displayUwe Klotz
Adjust relative bpm display
2020-12-05Apply reset rating on reset all operation as wellDaniel Poelzleithner
2020-12-03WNumberRate: Move sign logic into inline function in anon namespaceJan Holthuis
2020-12-03WNumberRate: Fix wrong calculation of display valueJan Holthuis
2020-12-02fix wordingDaniel Poelzleithner
2020-12-02Add missing reset rating actionDaniel Poelzleithner
2020-12-02Delete trailing/leading blank linesJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-30Column Cache Fix: remove debugsOwen Williams
2020-11-30Merge branch '2.3' of github.com:mixxxdj/mixxx into column-cache-fixOwen Williams
2020-11-28WPushButton: Use Qt::NoModifier instead of 0Jan Holthuis
src/widget/wpushbutton.cpp: In member function ‘virtual bool WPushButton::event(QEvent*)’: src/widget/wpushbutton.cpp:453:59: error: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::KeyboardModifier; QFlags<T>::Zero = int QFlags<Qt::KeyboardModifier>::Private::*]’ is deprecated: Use default constructor instead [-Werror=deprecated-declarations] 453 | Qt::MouseEventSynthesizedByApplication); | ^ In file included from /usr/include/qt/QtCore/qglobal.h:1304, from /usr/include/qt/QtGui/qtguiglobal.h:43, from /usr/include/qt/QtGui/qevent.h:43, from /usr/include/qt/QtGui/QPaintEvent:1, from src/widget/wpushbutton.h:21, from src/widget/wpushbutton.cpp:18: /usr/include/qt/QtCore/qflags.h:123:80: note: declared here 123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {} |
2020-11-28WSpinny: Replace deprecated Qt::MidButtonJan Holthuis
src/widget/wspinny.cpp: In member function ‘virtual void WSpinny::mouseMoveEvent(QMouseEvent*)’: src/widget/wspinny.cpp:593:35: error: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead [-Werror=deprecated-declarations] 593 | } else if (e->buttons() & Qt::MidButton) { | ^~~~~~~~~ In file included from /usr/include/qt/QtCore/qcoreevent.h:43, from /usr/include/qt/QtCore/QEvent:1, from src/widget/wspinny.h:5, from src/widget/wspinny.cpp:1: /usr/include/qt/QtCore/qnamespace.h:132:9: note: declared here 132 | MidButton Q_DECL_ENUMERATOR_DEPRECATED_X("MidButton is deprecated. Use MiddleButton instead") = MiddleButton, | ^~~~~~~~~
2020-11-28KnobEventHandler: Fix Qt::MidButton deprecation warningJan Holthuis
Fixes these warnings when compiling with Qt 5.15.2: In file included from src/widget/wknob.h:12, from src/controllers/controllerlearningeventfilter.cpp:6: src/widget/knobeventhandler.h: In member function ‘void KnobEventHandler<T>::mousePressEvent(T*, QMouseEvent*)’: src/widget/knobeventhandler.h:62:22: error: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead [-Werror=deprecated-declarations] 62 | case Qt::MidButton: | ^~~~~~~~~ In file included from /usr/include/qt/QtCore/qbytearray.h:45, from /usr/include/qt/QtCore/qstring.h:50, from /usr/include/qt/QtCore/qhashfunctions.h:44, from /usr/include/qt/QtCore/qlist.h:47, from /usr/include/qt/QtCore/qhash.h:46, from /usr/include/qt/QtCore/qdebug.h:45, from /usr/include/qt/QtCore/QtDebug:1, from src/controllers/controllerlearningeventfilter.cpp:1: /usr/include/qt/QtCore/qnamespace.h:132:9: note: declared here 132 | MidButton Q_DECL_ENUMERATOR_DEPRECATED_X("MidButton is deprecated. Use MiddleButton instead") = MiddleButton, | ^~~~~~~~~ In file included from src/widget/wknob.h:12, from src/controllers/controllerlearningeventfilter.cpp:6: src/widget/knobeventhandler.h: In member function ‘void KnobEventHandler<T>::mouseReleaseEvent(T*, QMouseEvent*)’: src/widget/knobeventhandler.h:77:22: error: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead [-Werror=deprecated-declarations] 77 | case Qt::MidButton: | ^~~~~~~~~ In file included from /usr/include/qt/QtCore/qbytearray.h:45, from /usr/include/qt/QtCore/qstring.h:50, from /usr/include/qt/QtCore/qhashfunctions.h:44, from /usr/include/qt/QtCore/qlist.h:47, from /usr/include/qt/QtCore/qhash.h:46, from /usr/include/qt/QtCore/qdebug.h:45, from /usr/include/qt/QtCore/QtDebug:1, from src/controllers/controllerlearningeventfilter.cpp:1: /usr/include/qt/QtCore/qnamespace.h:132:9: note: declared here 132 | MidButton Q_DECL_ENUMERATOR_DEPRECATED_X("MidButton is deprecated. Use MiddleButton instead") = MiddleButton, | ^~~~~~~~~