Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-02 | 4 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-02 | 6 | -22/+22 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop autotools support | Michele Calgaro | 2023-10-30 | 1 | -18/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-27 | 1 | -1/+1 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Conversion to cmake build system | Michele Calgaro | 2023-08-06 | 1 | -0/+21 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix incorrect use of dvdread includes. | Slávek Banko | 2023-08-06 | 1 | -1/+1 |
| | | | | | | | | | 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 <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 13 | -13/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove generated files from source tree. | Slávek Banko | 2022-09-11 | 4 | -711/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-10 | 2 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix problems for older ffmpeg versions | aneejit1 | 2022-05-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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 <[email protected]> | ||||
* | Implement ffmpeg version 5 support | aneejit1 | 2022-05-19 | 3 | -310/+127 |
| | | | | | | | | | | | 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 <[email protected]> | ||||
* | Removed HAL dependant code. | Michele Calgaro | 2022-02-06 | 1 | -7/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add includes to UI files to resolve FTBFS. | Michele Calgaro | 2018-09-25 | 4 | -30/+20 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix initial increment for chapters from prior commit | Slávek Banko | 2016-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix use of potentially uninitialized values | Slávek Banko | 2016-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix build with ffmpeg3 | Slávek Banko | 2016-09-12 | 1 | -4/+10 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Rename most device icons to comply with XDG standards | Timothy Pearson | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Build av_free_packet_internal always, regardless av_free_packet | Slávek Banko | 2014-10-10 | 1 | -2/+0 |
| | | | | This resolves FTBFS if av_free_packet exists | ||||
* | Fix FTBFS from commit 0e824732 | Slávek Banko | 2014-10-10 | 1 | -2/+5 |
| | |||||
* | Fix another crash casued by old av_packet_free routine | Timothy Pearson | 2014-10-06 | 2 | -1/+6 |
| | |||||
* | Fix crash when img_convert unavailable | Timothy Pearson | 2014-10-06 | 2 | -1/+56 |
| | |||||
* | Fix crash when authoring DVD and selecting video file | Francois Andriot | 2014-10-06 | 1 | -1/+8 |
| | |||||
* | Use system dvdread headers | Francois Andriot | 2013-08-13 | 1 | -1/+1 |
| | | | | This resolves Bug 1608 | ||||
* | Fix version check in prior commit | Francois Andriot | 2013-08-02 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS with newer libavcodec library | Francois Andriot | 2013-08-01 | 1 | -0/+4 |
| | |||||
* | Fix FTBFS when built without HAL integration | Timothy Pearson | 2013-03-31 | 1 | -1/+1 |
| | | | | Clean up spurious build files | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 10 | -13/+13 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 3 | -3/+3 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 4 | -5/+5 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -4/+4 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 1 | -3/+3 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 2 | -7/+7 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 2 | -10/+10 |
| | |||||
* | Fix build failures against ffmpeg up to version 0.11 | Slávek Banko | 2012-08-14 | 2 | -3/+110 |
| | |||||
* | Fix remaining string format errors | Timothy Pearson | 2012-05-03 | 2 | -2/+2 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 6 | -31/+31 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 13 | -13/+13 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 6 | -19/+19 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 5 | -21/+21 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 10 | -49/+49 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 14 | -96/+96 |
| | | | | This reverts commit b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 14 | -96/+96 |
| | |||||
* | Rename additional instances of KDE to TDE | Timothy Pearson | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Fix k9copy FTBFS under older revisions of libavcodec | tpearson | 2011-08-18 | 1 | -0/+6 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1247897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 30 | -65/+65 |
| | | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 4 | -10/+10 |
| | | | | | | | | | 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 |