summaryrefslogtreecommitdiffstats
path: root/k9author
Commit message (Collapse)AuthorAgeFilesLines
* Fix initial increment for chapters from prior commitSlávek Banko2016-10-091-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix use of potentially uninitialized valuesSlávek Banko2016-10-091-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix build with ffmpeg3Slávek Banko2016-09-121-4/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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
* Use AVMEDIA_TYPE_VIDEO instead of deprecated CODEC_TYPE_VIDEOtpearson2011-08-011-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:tpearson2011-07-094-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 ↵tpearson2011-06-144-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 k9copytpearson2011-05-2736-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 presenttpearson2010-09-061-0/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1172237 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFS on Mavericktpearson2010-09-061-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 k9copytpearson2010-02-1737-0/+6143
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1091546 283d02a7-25f6-0310-bc7c-ecb5cbfe19da