Commit Graph

70 Commits (fix/normalize)

Author SHA1 Message Date
Alexander Golubev 8e4a3a799a Fix normalize/normalize-audio discovery
Look for both binary names "normalize-audio" (Debian) and "normalize"
(all the rest distributions) when looking for the executable.

Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/k3b/issues/58
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 week ago
Alexander Golubev d7d278f1e8 Fixup spaces in some files
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 week ago
Michele Calgaro 4e46f706ca
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 weeks ago
Michele Calgaro 5e9ef6688e
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro a73cc1e9f3
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro a1169ddf04
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro e016e99e37
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Michele Calgaro 1771f54e32
Replace dl linking with cmake-based variable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Michele Calgaro 9e4c12d178
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro 362a5396ca
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro f5c200ccf0
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 61b79fc392
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 766478630b
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 8d72e4c19c
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 8098183f19
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro a505e95cbf
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 5efc277625
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro ed876dc374
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro c19b14663d
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro eac5a923bf
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 10c4d3e304
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro e1e7558d74
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro a71adf538f
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko 3e30a7a744
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
aneejit1 1f4a3ab86e Make s_codecFeatures a "const char *" to remove ISO C++ warning
"libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp" declares two instances
of "s_codecFeatures" as "static char *" and initialises them with
string constants. This produces the compiler warning "ISO C++ forbids
converting a string constant to 'char*'". Both declarations have been
changed to "const".

Signed-off-by: aneejit1 <aneejit1@gmail.com>
3 years ago
Michele Calgaro ce3d9531b6
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Mashiro 9b23841246 Fix CDTEXT processing
K3bDevice::CdText::textForPackType returns link to a destructed object
Additionally, same issue was fixed for AudioEncoder module

Signed-off-by: Mashiro <m.t.0x73@gmail.com>
5 years ago
Michele Calgaro b557321865
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko d446169764
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 483f780704
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Ray Vine 02033dcf36 Fix FTBFS with clang
This resolves bug 2896

Signed-off-by: Ray Vine <ray-v@inbox.lv>
7 years ago
Slávek Banko dfbb57e394 Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko 87fbdb32ed cmake: Fix detection of functions lrint and lrintf in libm
Set HAVE_LRINT and HAVE_LRINTF if functions not exists

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Alexander Golubev 333e673455 cmake: install library headers 10 years ago
Alexander Golubev 737e53d58c Initial cmake conversion 10 years ago
Darrell Anderson 71da187116 Fix unintended renaming 12 years ago
Darrell Anderson 919cc741df Fix unintended renaming 12 years ago
Slávek Banko 722cb8fe4e Additional k => tde renaming and fixes 12 years ago
Darrell Anderson e8fb385870 Fix incorrect characters. 12 years ago
Timothy Pearson 983ade75ae Use TDE hardware library instead of HAL when HAL is not available
Clean up spurious build files
13 years ago
Timothy Pearson 281d226f74 Rename additional header files to avoid conflicts with KDE4 13 years ago
Timothy Pearson e858594919 Rename common header files for consistency with class renaming 13 years ago
Timothy Pearson f8b1b30a59 Rename KIcon to enhance compatibility with KDE4 13 years ago
Timothy Pearson bba095a5aa Rename many classes and header files to avoid conflicts with KDE4 13 years ago
Timothy Pearson 08e6e3d01b Rename a number of classes to enhance compatibility with KDE4 13 years ago
Timothy Pearson 5f3c4af105 Rename KStandard for enhanced compatibility with KDE4 13 years ago
Timothy Pearson d796716f1d Rename a number of libraries and executables to avoid conflicts with KDE4 13 years ago
Timothy Pearson 83b79bb29a Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 13 years ago
Timothy Pearson 2a3ced9fbd Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 13 years ago
Timothy Pearson 267706e127 Rename KInstance and KAboutData to avoid conflicts with KDE4 13 years ago