summaryrefslogtreecommitdiffstats
path: root/src/widget
AgeCommit message (Expand)Author
2019-09-29Fix include directives and reduce dependenciesUwe Klotz
2019-09-29Merge pull request #2242 from uklotzde/2.2_track_selectedDaniel Schürmann
2019-09-29Merge pull request #2285 from uklotzde/dev_external_library_syncDaniel Schürmann
2019-09-28Use PainterScope everywhereUwe Klotz
2019-09-23open cover art view on left click releaseronso0
2019-09-22Simplify lambda expressionUwe Klotz
2019-09-21Add extension points for synchronization of external librariesUwe Klotz
2019-09-14Merge pull request #2245 from ronso0/clear-button-highlightBe
2019-09-14Merge pull request #2178 from esbrandt/macos-view-menu-cleanupBe
2019-09-11Support filter-based color schemes.Sergey Ukolov
2019-09-10Support drawing indicator arcs for knobs.Sergey Ukolov
2019-08-27Show percentage in battery-widget tooltipRaphael Graf
2019-08-17remove Clear button pixmap def from wsearchlineedit.cppronso0
2019-08-16Only highlight crates/playlists of a single selected trackUwe Klotz
2019-08-07Simplify pixmapIndexFromPercentage functionRaphael Graf
2019-08-07Fix battery widget percentage displayRaphael Graf
2019-08-03Merge pull request #2114 from daschuer/spinny_syncDaniel Schürmann
2019-08-01Compare explicite with nullptr and ensure double precision when calculating r...Daniel Schürmann
2019-07-28Merge pull request #2216 from uklotzde/lp1835635_coverart_segfaultDaniel Schürmann
2019-07-28Replace plain pointer with parented_ptrUwe Klotz
2019-07-21Replace qGreater() with std::greater() to fix Qt 5.13 warningsUwe Klotz
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-07-06Merge branch 'master' into dev_trackfileUwe Klotz
2019-07-01Avoid allocation on the heapFerran Pujol Camins
2019-06-30Make PainterScope wrap a pointer to QPainterFerran Pujol Camins
2019-06-26Refactor WOverview using new PainterScope classFerran Pujol Camins
2019-06-22Fix overview mark opacityFerran Pujol Camins
2019-06-20Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_trackfileUwe Klotz
2019-06-18Use the standard platform-specific key sequence to toggle the window state to...S.Brandt
2019-06-18Work around automagic menu items on macOS 10.11 and later, that will get inje...S.Brandt
2019-06-17Merge pull request #2165 from uklotzde/fix_warningsDaniel Schürmann
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2019-06-15Merge pull request #2160 from rrrapha/battery-unknownDaniel Schürmann
2019-06-15Use a constexpr for 'unknown time'Raphael Graf
2019-06-14Add commentsUwe Klotz
2019-06-14Fixed unused parameter warnings in release buildUwe Klotz
2019-06-13Fix scaling of the battery widget iconsRaphael Graf
2019-06-11Merge pull request #2118 from Holzhaus/library-sort-controlobjectDaniel Schürmann
2019-06-08Simplify pixmapIndexFromPercentage functionRaphael Graf
2019-06-06Fix race condition when applying sorting in WTrackTableView::loadTrackModelJan Holthuis
2019-06-05Fix battery widget percentage displayRaphael Graf
2019-05-30Only sort WTrackTableView instance if it is visibleJan Holthuis
2019-05-30Add ID abstraction layer for library sort_column ControlObjectJan Holthuis
2019-05-27Use static_cast instead of C-style typecasts in wtracktableview.cppJan Holthuis
2019-05-26Force repaint of Widget on control changeJan Holthuis
2019-05-25Sort WTrackTableView only once per change and centralize CO codeJan Holthuis
2019-05-25Restyle widget on ControlWidgetPropertyConnect::slotControlValueChangedJan Holthuis
2019-05-21Set initial track table sort column/order in control objectJan Holthuis
2019-05-21Add ControlObjects for sorting the track listJan Holthuis
2019-05-16Use a more accurate vinyl speed of 100 / 3 instead of just 33.3Daniel Schürmann