summaryrefslogtreecommitdiffstats
path: root/src/app/analyzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the audio analyzermio2024-10-201-52/+559
| | | | | | | | | | | | Most of the code was already borrowed from Amarok, but wasn't properly finished. This just updates the code to more closely match what is currently in TDE's Amarok. The Analyzer still sits in the statusBar(), which is cool, but can have some delays when watching a video (the video itself is unaffected). See: TDE/codeine#23 Signed-off-by: mio <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Conversion to the cmake building system.gregory guy2020-06-211-5/+7
| | | | Signed-off-by: gregory guy <[email protected]>
* Conversion qt3 -> tqt3gregory guy2020-06-131-13/+13
| | | | Signed-off-by: gregory guy <[email protected]>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+131
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <[email protected]>