summaryrefslogtreecommitdiffstats
path: root/k9author
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-024-8/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-026-22/+22
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-041-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop autotools supportMichele Calgaro2023-10-301-18/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-271-1/+1
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Conversion to cmake build systemMichele Calgaro2023-08-061-0/+21
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix incorrect use of dvdread includes.Slávek Banko2023-08-061-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_OBJECTMichele Calgaro2023-07-2013-13/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove generated files from source tree.Slávek Banko2022-09-114-711/+0
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-102-6/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix problems for older ffmpeg versionsaneejit12022-05-201-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 supportaneejit12022-05-193-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 Calgaro2022-02-061-7/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-261-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-254-30/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix initial increment for chapters from prior commitSlávek Banko2016-10-091-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix use of potentially uninitialized valuesSlávek Banko2016-10-091-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix build with ffmpeg3Slávek Banko2016-09-121-4/+10
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-1/+1
|
* Build av_free_packet_internal always, regardless av_free_packetSlávek Banko2014-10-101-2/+0
| | | | This resolves FTBFS if av_free_packet exists
* Fix FTBFS from commit 0e824732Slávek Banko2014-10-101-2/+5
|
* Fix another crash casued by old av_packet_free routineTimothy Pearson2014-10-062-1/+6
|
* Fix crash when img_convert unavailableTimothy Pearson2014-10-062-1/+56
|
* Fix crash when authoring DVD and selecting video fileFrancois Andriot2014-10-061-1/+8
|
* Use system dvdread headersFrancois Andriot2013-08-131-1/+1
| | | | This resolves Bug 1608
* Fix version check in prior commitFrancois Andriot2013-08-021-1/+1
|
* Fix FTBFS with newer libavcodec libraryFrancois Andriot2013-08-011-0/+4
|
* Fix FTBFS when built without HAL integrationTimothy Pearson2013-03-311-1/+1
| | | | Clean up spurious build files
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1510-13/+13
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-143-3/+3
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-014-5/+5
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-3/+3
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-7/+7
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-192-10/+10
|
* Fix build failures against ffmpeg up to version 0.11Slávek Banko2012-08-142-3/+110
|
* Fix remaining string format errorsTimothy Pearson2012-05-032-2/+2
|
* Rename additional global TQt functionsTimothy Pearson2012-03-016-31/+31
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1713-13/+13
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-216-19/+19
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-195-21/+21
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1810-49/+49
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1614-96/+96
| | | | This reverts commit b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1514-96/+96
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* Fix k9copy FTBFS under older revisions of libavcodectpearson2011-08-181-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:tpearson2011-08-1030-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:tpearson2011-08-104-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