summaryrefslogtreecommitdiffstats
path: root/kaffeine/src/input/dvb
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-1/+1
|
* Fix another FTBFS due to accidental double quote duplicationTimothy Pearson2014-10-231-2/+2
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-2/+2
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-221-2/+2
| | | | source as of this commit due to ubiquity: info, unknown
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-2/+2
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-133-8/+8
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-111-2/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1517-29/+29
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-049-78/+78
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-014-4/+4
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-016-29/+29
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-012-5/+5
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-274-5/+5
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-265-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-9/+9
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-244-26/+26
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-192-3/+3
|
* Fix references to user profile directory.Darrell Anderson2012-11-042-3/+3
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-112-2/+2
| | | | Thanks to Francois Andriot for the patch
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-082-2/+2
|
* Fix typos, branding, and inadvertent tqt changes.Darrell Anderson2012-04-053-6/+4
|
* Change location where Kaffeine stores temporary pipe files from $HOME toDarrell Anderson2012-03-161-2/+4
| | | | the more appropriate $TDEHOME/tmp-$HOSTNAME.
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1720-30/+30
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-217-35/+35
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-198-68/+68
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1817-71/+71
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1626-182/+182
| | | | This reverts commit 18f2e55a9d248d16a07ee2ab882fae9c8b461be3.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1526-182/+182
|
* rename the following methods:tpearson2011-08-1029-57/+57
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1010-89/+89
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-098-8/+8
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-148-8/+8
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port Kaffeinetpearson2011-05-2855-1842/+1872
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1233855 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated Kaffeine to latest upstream versiontpearson2010-10-05196-7749/+16862
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1182813 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed wrong GPL addressestpearson2010-02-1032-32/+32
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1088035 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added old abandoned KDE3 version of Kaffeinetpearson2010-02-10262-0/+47407
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1088031 283d02a7-25f6-0310-bc7c-ecb5cbfe19da