summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-02-12Using updateGeometries() instead of processEvents()raulbehl
2015-01-30Bug: 1391401 - clearing searchbox returns to top of listraulbehl
2015-01-23Inverted the Taglib version check to allow Precise builds with Taglib 1.7Daniel Schürmann
2015-01-23Add protection against badly-saved header states.Owen Williams
2015-01-22fixed off by on issue in copyWithRampingGain and optimized the not ramping caseDaniel Schürmann
2015-01-22Added missing / when loading schema.xmlDaniel Schürmann
2015-01-22Add an additiona line break to avaid breaking the email addressDaniel Schürmann
2015-01-22Added preview coloumn to External Library's playlist featuresDaniel Schürmann
2015-01-20Fix serarching in traktor libraryDaniel Schürmann
2015-01-20Remove invalid search columns in rhythmbox featureDaniel Schürmann
2015-01-19Hide some Browse columns by defaultOwen Williams
2015-01-18Fix playposition not showing negative valuesOwen Williams
2015-01-17Change more instances of Effects Rack -> Effect Rack, follow up to #458S.Brandt
2015-01-16Merge pull request #458 from esbrandt/lp1406406RJ Ryan
2015-01-15Add workaround for Taglib 1.8.x.RJ Ryan
2015-01-15Effects Rack -> Effect RackS.Brandt
2015-01-12Merge pull request #455 from daschuer/vinylemuDaniel Schürmann
2015-01-12Initalize m_dSpeedDaniel Schürmann
2015-01-12Improvend comments for vinylsoundemuDaniel Schürmann
2015-01-12Merge pull request #457 from midzer/Missing_commentkain88-de
2015-01-11Use the EffectManifest instead of the effect object to get the idOwen Williams
2015-01-11Merge branch 'master' into eq-reset-fixOwen Williams
2015-01-11Merge branch 'master' into eq-reset-fixOwen Williams
2015-01-11Fix another comment.RJ Ryan
2015-01-11Assign keyboard shortcut CTRL+5 to show/hide the effects rack in the interfac...S.Brandt
2015-01-10Make a few QVector pass-by-values pass-by-const-reference.RJ Ryan
2015-01-10Improve comments in CachingReader.RJ Ryan
2015-01-10Missing comment about removal of this code piecemidzer
2015-01-09Misc fixes.RJ Ryan
2015-01-09Reduce hash lookups in CachingReader by storing a state flag in Chunk.RJ Ryan
2015-01-09Use a QLinkedList in EngineEffectChain but not in GroupEffectProcessor.RJ Ryan
2015-01-09Prevent repeated allocation of group strings in EngineMaster.RJ Ryan
2015-01-09Switch EngineMaster::m_activeChannels to a QVarLengthArray.RJ Ryan
2015-01-09Use the same trick Daniel applied to ScopedTimer to reduce unnecessaryRJ Ryan
2015-01-09Switch from QLinkedList to QHash in GroupEffectProcessor and EngineEffectChain.RJ Ryan
2015-01-08Return const references for a few strings and other misc.RJ Ryan
2015-01-08Remove QSet de-duping of CachingReader chunk hints.RJ Ryan
2015-01-08Replace QVector for hint list with QVarLengthArray.RJ Ryan
2015-01-08Use qint64 for ScopedTimer/SuspendableTimer/Timer to match the resolution of ...RJ Ryan
2015-01-08Replace GroupEffectProcessor QMap with a QLinkedList.RJ Ryan
2015-01-08Replace EngineEffectChain QMap of GroupStatus with a linked list.RJ Ryan
2015-01-08Prevent needless detaches of ReadAheadManager::m_sEngineControls.RJ Ryan
2015-01-08Misc style / typos.RJ Ryan
2015-01-08Eliminate double hash lookup in CachingReader::lookupChunk.RJ Ryan
2015-01-08Prevent detaches in CueControl::m_hotcueControl by avoiding operator[].RJ Ryan
2015-01-08Merge pull request #454 from ywwg/skin-migrationOwen Williams
2015-01-08merge enginevinylsoundemu with pregain and remove ditheringDaniel Schürmann
2015-01-08Merge pull request #446 from uklotzde/Bug#1406815Daniel Schürmann
2015-01-07Only call seekInsideAdjustedLoop when a loop is active. Fixes Bug #1407319.RJ Ryan
2015-01-07Create a new config key for skin setting.Owen Williams