summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-01-03Revert "Normalize potmeter widget values to [0.0, 1.0] instead of [0.0, 127.0]."RJ Ryan
2014-01-03Add Antialiasing and SmoothPixmapTransform render hints for WKnobComposed sinceRJ Ryan
2014-01-03Fix seek min value check.RJ Ryan
2014-01-03Normalize potmeter widget values to [0.0, 1.0] instead of [0.0, 127.0].RJ Ryan
2014-01-03Instead of rewriting QGroupBox to QFrame in <Style> nodes, instead re-write Q...RJ Ryan
2014-01-03Fix sign comparison warning.RJ Ryan
2014-01-02Merge pull request #138 from daschuer/trackinfoobjectRJ Ryan
2014-01-02Merge pull request #139 from daschuer/toLocal8BitRJ Ryan
2014-01-02Mis-spelled a SLOT nameOwen Williams
2014-01-02Fix incorrect CO hookupOwen Williams
2014-01-02Fix bug where sync was getting disabled on track eject.Owen Williams
2014-01-02Re-draw VU meters with the waveform update instead of when the connected CO u...RJ Ryan
2014-01-02Parent WWidgetGroup to QFrame instead of QGroupBox. Rewrite style selectors u...RJ Ryan
2014-01-02Get rid of custom logic for new-style skins and just parse them as a WidgetGr...RJ Ryan
2014-01-02Make widgets in a WidgetStack hide when their trigger control is set to 0.RJ Ryan
2014-01-02Add NULL control checks in WWidgetStack.RJ Ryan
2014-01-02Re-implement WWidgetStack sizeHint() and minimumSizeHint() becauseRJ Ryan
2014-01-02Support setting the SizeConstraint for WidgetGroups.RJ Ryan
2014-01-01Merge pull request #135 from daschuer/features_bansheeDaniel Schürmann
2014-01-01fixed copy and paste error in a commentDaniel Schürmann
2014-01-01changed toUtf8 to toLocal8Bit for all targets, because this way we have alway...Daniel Schürmann
2014-01-01some minor style fixesDaniel Schürmann
2014-01-01use toLocal8Bit for open files with system calls. This is always the right co...Daniel Schürmann
2014-01-01added Quentin Faidide to contributor list, Thank you very much.Daniel Schürmann
2014-01-01Fix some code style nitsDaniel Schürmann
2014-01-01Merge pull request #137 from QuentinFaidide/masterDaniel Schürmann
2014-01-01ensure title is not emptyDaniel Schürmann
2014-01-01parse the track filename only if header parse failedDaniel Schürmann
2014-01-01removed unused m_bIsValidDaniel Schürmann
2014-01-01removed unused m_dCreateDateDaniel Schürmann
2014-01-01added generic function to create a new history playlistQuentinFaidide
2014-01-01Use constData instead of data in a variety of places.RJ Ryan
2013-12-31Use unicode with libsndfile on WindowsAlbert Santoni
2013-12-31Don't allocate memory in AnalyserQueue::doAnalysis.RJ Ryan
2013-12-31Remove 'hifieq' SCons option.RJ Ryan
2013-12-31Switch to using float instead of double for butterworth filter coefficients a...RJ Ryan
2013-12-31Add timer to EngineFilterBlock::process.RJ Ryan
2013-12-31Initialize the butterworth filters with the actual samplerate (rather than ha...RJ Ryan
2013-12-31Support styling of WVuMeter with style sheets and make background pixmap opti...RJ Ryan
2013-12-31Add support for source rectangles when drawing SVGs.RJ Ryan
2013-12-30Remove zap_denormal code.Owen Williams
2013-12-30Fix SVG rendering to scale with higher fidelity.RJ Ryan
2013-12-31Removed unused path member variablesDaniel Schürmann
2013-12-31Introduced a m_fileInfo memberDaniel Schürmann
2013-12-31make use of constant references for qString parametersDaniel Schürmann
2013-12-31fixed comment styleDaniel Schürmann
2013-12-30Add WKnobComposed widget to provide an alternative to pixmap-based rotary knobs.RJ Ryan
2013-12-30Allow setting of QLayout alignment for WWidgetGroup via Qt CSS. Rename other ...RJ Ryan
2013-12-30Use QStylePainter in WWidgetGroup.RJ Ryan
2013-12-30Allow setting of QLayout spacing and contentsMargins for WWidgetGroup with Qt...RJ Ryan