Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for time_t != long | OBATA Akio | 2019-04-11 | 1 | -4/+4 |
| | | | | | | | | | `time_t` may not be `long`, for examples, unsigned (long) int, long long int (64bit integer type on 32bit arch), double, and so on. Change to use difftime(3) to retrieve seconds. Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Replace deprecated ustat using fstatfs | Slávek Banko | 2018-09-21 | 8 | -40/+20 |
| | | | | | | This resolves FTBFS with glibc 2.28 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | cmake: Fix FTBFS from prior commit | Slávek Banko | 2018-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | cmake: Add other missing checks | Slávek Banko | 2018-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Initial cmake conversion | Slávek Banko | 2017-03-26 | 3 | -0/+139 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS in kscd on openbsd because missing scsi_cd.h | François Andriot | 2014-11-26 | 1 | -4/+5 |
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> | ||||
* | Fix missing default openbsd cd device in kscd | François Andriot | 2014-11-26 | 1 | -0/+15 |
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> | ||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 1 | -18/+18 |
| | |||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Fix unintended rename of many various *klist* | Slávek Banko | 2013-02-19 | 1 | -5/+5 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -5/+5 |
| | |||||
* | Fix inadvertent "TQ" changes. | Darrell Anderson | 2012-04-13 | 3 | -6/+6 |
| | |||||
* | Fix typos. | Darrell Anderson | 2012-04-05 | 17 | -43/+43 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 2 | -9/+9 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 1 | -2/+2 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 3 | -12/+12 |
| | | | | This reverts commit 83fbc82a101309e171089f0d5ed080f82a367345. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 3 | -12/+12 |
| | |||||
* | rename the following methods: | tpearson | 2011-08-10 | 5 | -9/+9 |
| | | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 2 | -2/+2 |
| | | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | TQt4 port kdemultimedia | tpearson | 2011-06-11 | 14 | -63/+63 |
| | | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fixed remaining GPL address zip codes | tpearson | 2010-01-06 | 44 | -44/+44 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1070598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Updated obsolete GPL license addresses to current GPL address | tpearson | 2010-01-06 | 44 | -44/+44 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. | toma | 2009-11-25 | 56 | -0/+19242 |
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |