summaryrefslogtreecommitdiffstats
path: root/src/app/analyzer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the audio analyzermio2024-10-281-8/+61
| | | | | | | | | | | | | 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 <stigma@disroot.org> (cherry picked from commit a3ea0ee70fe8590a96df03dca43ca77f3f28791e)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ea718087e4710486e5e7b04f2c82eef8866e2cc9)
* Conversion to the cmake building system.gregory guy2020-06-211-3/+3
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion qt3 -> tqt3gregory guy2020-06-131-14/+14
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+75
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>