| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-03 | 4 | -8/+8 |
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-04 | 6 | -22/+22 |
* | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 1 | -2/+2 |
* | Drop autotools support | Michele Calgaro | 2023-10-31 | 1 | -18/+0 |
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...r14.1.1 | Michele Calgaro | 2023-09-27 | 1 | -1/+1 |
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-03 | 2 | -2/+2 |
* | Conversion to cmake build system | Michele Calgaro | 2023-08-06 | 1 | -0/+21 |
* | Fix incorrect use of dvdread includes. | Slávek Banko | 2023-08-06 | 1 | -1/+1 |
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-24 | 13 | -13/+13 |
* | Remove generated files from source tree. | Slávek Banko | 2022-09-11 | 4 | -711/+0 |
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-10 | 2 | -6/+0 |
* | Fix problems for older ffmpeg versions | aneejit1 | 2022-05-20 | 1 | -2/+2 |
* | Implement ffmpeg version 5 support | aneejit1 | 2022-05-19 | 3 | -310/+127 |
* | Removed HAL dependant code. | Michele Calgaro | 2022-02-06 | 1 | -7/+0 |
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-06-26 | 1 | -1/+1 |
* | Add includes to UI files to resolve FTBFS. | Michele Calgaro | 2018-09-25 | 4 | -30/+20 |
* | Fix initial increment for chapters from prior commit | Slávek Banko | 2016-10-09 | 1 | -1/+1 |
* | Fix use of potentially uninitialized values | Slávek Banko | 2016-10-09 | 1 | -1/+1 |
* | Fix build with ffmpeg3 | Slávek Banko | 2016-09-12 | 1 | -4/+10 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | rename the following methods: | tpearson | 2011-08-10 | 30 | -65/+65 |
* | rename the following methods: | tpearson | 2011-08-10 | 4 | -10/+10 |