summaryrefslogtreecommitdiffstats
path: root/src/library/cratefeature.cpp
AgeCommit message (Expand)Author
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-05change some more m_pConfig->getValue()Daniel Schürmann
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-12-09Simplify and safeguard memory management of TreeItem(Model)Uwe Klotz
2016-12-09Improve and simplify the design/interface of TreeItemUwe Klotz
2016-12-04Do not SUM duration of hidden tracksDaniel Schürmann
2016-12-03Fix Counting not hidden tracks in crates, Bug 1643465Daniel Schürmann
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-10-30Exclude hidden tracks from crate summariesUwe Klotz
2016-10-30Order crates by case-insensitive nameUwe Klotz
2016-06-25Move formatting of durations from Time into Duration classUwe Klotz
2016-05-29Use crate name as default file name when exporting crate.RJ Ryan
2016-05-09Fix wrong reference attaching stylejmigual
2016-05-08Finish multi import for playlists and cratesjmigual
2016-05-07Add braces to some codejmigual
2016-05-06Force travis buildjmigual
2016-05-06Added multi import for crates and playlistsjmigual
2016-05-03Make AutoDJ Crates non-optional.RJ Ryan
2016-04-27Move MixxxKeyboard to src/controllers/keyboard/ and rename to KeyboardEventFi...RJ Ryan
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-25Coding guidelines fixingjmigual
2016-04-22New Crate Importjmigual
2016-04-21Add Import to Cratesjmigual
2016-02-03TrackDAO: Refactor code for adding single/multiple tracksUwe Klotz
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-20TrackExport: Refactor so the dialog doesn't construct the workerOwen Williams
2016-01-17Track Export: Pass in TrackPointers instead of paths.Owen Williams
2016-01-16TrackExport: Basic functionality complete.Owen Williams
2016-01-13Merge branch 'master' into export-crateOwen Williams
2016-01-08Implement playlist and crate file export.Owen Williams
2016-01-09Extend and fix the formatting of time durationsUwe Klotz
2015-10-16Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-12Only update changed TreeItems in BasePlaylistFeatures, PlaylistFeatures, Setl...Lorenz Drescher
2015-10-11Fixes CrateFeature to behave as PlaylistFeatureLorenz Drescher
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-06-10Merge pull request #617 from rryan/sidebar-highlightRJ Ryan
2015-06-10Don't call TreeItemModel::setData in a loop.RJ Ryan
2015-06-03Fetch playlist / crate membership set on track selection.RJ Ryan
2015-05-30Populate TreeItem state when re-building the child model.RJ Ryan
2015-05-30Populate playlist and crate TreeItems with bold attribute when track selectio...RJ Ryan
2015-05-29Clear selected Playlists/Crates on viewChangeMarkus Klösges
2015-05-29Highlighting crates the selected track is in works nowMarkus Klösges
2015-05-28Highlight Crates a Track is in. Still some work to doMarkus Klösges
2015-05-24Remove obsolete local variablesUwe Klotz
2015-05-23Add checks for supported file types to SoundSourceProxyUwe Klotz
2015-03-25move null pointer checksNico Schlömer
2014-11-28Drag and drop updates.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-07-21do not show cover widget for non-supported featuresMarcos CARDINOT
2014-06-12Also unhide tracks for crates and playlists.Owen Williams