Michele Calgaro
a4c9d47cc7
Replace Q_SIGNALS and Q_SLOTS
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
29a878ff9d
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro
9f36a8ff1a
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
d328d200f3
Drop autotools support
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
e4649e697a
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
5e8c1c961f
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
4aae9b72d7
Conversion to cmake build system
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Slávek Banko
9f7c0362e2
Fix incorrect use of dvdread includes.
...
It seems that the library has been designed for use includes in the form
"#include <dvdread/...>" while we used includes without the "dvdread/" prefix.
This caused that instead of using the standard path detected from pkg-config,
the expected path had to be added to to -I flag.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Michele Calgaro
b3ebd61cfb
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Slávek Banko
9915779aa5
Remove generated files from source tree.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro
62b2fc0050
Remove unnecessary accelerators from .ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
aneejit1
bd83eb0951
Fix problems for older ffmpeg versions
...
Fix the following issues when building against older ffmpeg versions
- the call to avcodec_free_context exceptions as avformat_close_input
already performs cleanup of the AVCodecContext, so link the calling of
avcodec_free_context in the close method of k9avidecode.cpp to the
version of libavformat in which codecpar appeared rather than when
avcodec_free_context appeared.
- avcodec_decode_video2 was deprecated in libavcodec 57.106.100, not
57.12.100, so the version has been corrected.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
3 years ago
aneejit1
e71518b16c
Implement ffmpeg version 5 support
...
Version 5.0 of ffmpeg drops a load of deprecated API functions causing
k9copy to fail its build. The necessary changes have been made to
enable k9copy to build against ffmpeg 5.0 as well as retaining support
for older versions. Support for older pre-0.5.1 versions has been
dropped as has runtime linking of the ffmpeg libraries. libswscale is
now mandatory.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
3 years ago
Michele Calgaro
da10cdaf05
Removed HAL dependant code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
ef9e8598a7
Adjusted to new normalized device icon names in tdelibs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
f222b9e361
Add includes to UI files to resolve FTBFS.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
87234f93be
Fix initial increment for chapters from prior commit
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
f083c21276
Fix use of potentially uninitialized values
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
ac177cd732
Fix build with ffmpeg3
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson
57672b2f9c
Rename most device icons to comply with XDG standards
10 years ago
Slávek Banko
24e31dabaa
Build av_free_packet_internal always, regardless av_free_packet
...
This resolves FTBFS if av_free_packet exists
10 years ago
Slávek Banko
2897194bc2
Fix FTBFS from commit 0e824732
10 years ago
Timothy Pearson
0e824732db
Fix another crash casued by old av_packet_free routine
10 years ago
Timothy Pearson
effa31d902
Fix crash when img_convert unavailable
10 years ago
Francois Andriot
bf5593262e
Fix crash when authoring DVD and selecting video file
10 years ago
Francois Andriot
71c6fa0732
Use system dvdread headers
...
This resolves Bug 1608
11 years ago
Francois Andriot
b375ac5d2d
Fix version check in prior commit
11 years ago
Francois Andriot
76443cbb9c
Fix FTBFS with newer libavcodec library
11 years ago
Timothy Pearson
5f815c54ae
Fix FTBFS when built without HAL integration
...
Clean up spurious build files
12 years ago
Timothy Pearson
fd426b2aeb
Rename additional header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
700e8c698d
Rename common header files for consistency with class renaming
12 years ago
Timothy Pearson
b76bd9c218
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
257013fc4a
Rename a number of classes to enhance compatibility with KDE4
12 years ago
Timothy Pearson
d1a7b53672
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
bc7dd1e9a7
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
6ee2a113c8
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
12 years ago
Timothy Pearson
96eb89ccf6
Rename KApplication to TDEApplication to avoid conflicts with KDE4
12 years ago
Slávek Banko
86848f246d
Fix build failures against ffmpeg up to version 0.11
12 years ago
Timothy Pearson
a8e98ad9ce
Fix remaining string format errors
13 years ago
Timothy Pearson
99e47821ed
Rename additional global TQt functions
13 years ago
Timothy Pearson
97c73a8ce7
Remove spurious TQ_OBJECT instances
13 years ago
Timothy Pearson
516c39eb48
Rename obsolete tq methods to standard names
13 years ago
Timothy Pearson
1e42ec2932
Remove additional unneeded tq method conversions
13 years ago
Timothy Pearson
445633c8ff
Rename old tq methods that no longer need a unique name
13 years ago
Timothy Pearson
a372f822fe
Revert "Rename a number of old tq methods that are no longer tq specific"
...
This reverts commit b8a4f26c42
.
13 years ago
Timothy Pearson
b8a4f26c42
Rename a number of old tq methods that are no longer tq specific
13 years ago
Timothy Pearson
347f5325f9
Rename additional instances of KDE to TDE
13 years ago
tpearson
3ead46f833
Fix k9copy FTBFS under older revisions of libavcodec
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1247897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
5660db4e68
rename the following methods:
...
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
33e6166f7e
rename the following methods:
...
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago