Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Use AVMEDIA_TYPE_VIDEO instead of deprecated CODEC_TYPE_VIDEO | tpearson | 2011-08-01 | 1 | -1/+1 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1244326 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Remove the tq in front of these incorrectly TQt4-converted methods/data members: | tpearson | 2011-07-09 | 4 | -4/+4 |
| | | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵ | tpearson | 2011-06-14 | 4 | -4/+4 |
| | | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | TQt4 convert k9copy | tpearson | 2011-05-27 | 36 | -905/+918 |
| | | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1233843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Autodetect av_free_packet presence and compensate if not present | tpearson | 2010-09-06 | 1 | -0/+5 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1172237 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix FTBFS on Maverick | tpearson | 2010-09-06 | 1 | -0/+8 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1172018 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Added old abandoned version of k9copy | tpearson | 2010-02-17 | 37 | -0/+6143 |
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1091546 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |