summaryrefslogtreecommitdiffstats
path: root/tdeioslave
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-151-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-124-16/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-051-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-152-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-3/+3
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-204-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add SunOS specific patchesDenis Kozadaev2023-05-221-8/+8
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Fixed some uncrustify's code formatting offending files.Michele Calgaro2020-12-191-1/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0613-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-272-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-259-18/+15
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use private linking for exported CMake targets.Slávek Banko2020-06-121-2/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-0717-571/+79
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-071-1/+0
| | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added back build options for UDISKS2, UDISKS and UDEVIL as requested byMichele Calgaro2020-02-101-2/+10
| | | | | | some users. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated to latest mediamanager dcop interface.Michele Calgaro2019-07-071-4/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw: code restructuring for tdestoragedevice.Michele Calgaro2019-07-071-22/+10
| | | | | | | | 1. added disk helper source files 2. removed WITH_UDISKS2, WITH_UDISK, WITH_UDEVIL defines. The respective code is always included 3. order of execution for mount/umount activities: udisks2, udisk, udevil, pmount. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeiso_info: Fix incorrect tool description.Slávek Banko2019-07-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use common test for large files support.Slávek Banko2019-01-281-4/+0
| | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE=1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-179-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix security issue CVE-2013-2074Slávek Banko2015-05-241-21/+23
| | | | [taken from RedHat kdelibs3 patches]
* Fixed wrong DocPath strings. This relates to bug 2319Michele Calgaro2015-01-238-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix accidental duplication of text-x- in new mime icon stringsTimothy Pearson2014-10-241-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Fix file protocol iconTimothy Pearson2014-10-181-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-116-6/+6
| | | | match XDG specifications
* Add 'tdesu' to tdeioslave_file mount/umount command on openbsdFrançois Andriot2014-10-051-0/+7
|
* Rename kde.pot to tde.potTimothy Pearson2014-09-281-1/+1
| | | | This relates to Bug 1910
* Revert commit 1d498994Slávek Banko2014-04-058-8/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-028-0/+8
| | | | This relates to Bug 1199
* Reorganize tdeioslave help handbooks, fix related protocol files and issues, ↵Darrell Anderson2014-02-068-6/+9
| | | | update and add handbooks.
* Add newlines to desktop files.Darrell Anderson2014-02-021-1/+1
|
* Fix tdecore directories of linked librariesSlávek Banko2014-01-211-1/+1
|
* Remove spurious debug commentTimothy Pearson2013-12-281-1/+0
|
* Add support for udisks and udisks2 to mount/unmount removable drivesFrancois Andriot2013-11-161-19/+69
| | | | This resolves Bug 1708
* Additional k => tde renaming and fixesSlávek Banko2013-09-0311-16/+16
|
* Ensure video DVD detection does not stallTimothy Pearson2013-08-151-3/+1
|
* Detect video DVDsTimothy Pearson2013-08-152-0/+119
|
* Disable session management in tdeio slavesTimothy Pearson2013-08-081-1/+1
| | | | This relates to Bug 760
* Fix security issue when displaying certificate informations (CVE-2011-3365)Francois Andriot2013-06-011-2/+23
|
* Add XZ tdeioslaveFrancois Andriot2013-05-085-0/+378
| | | | Based on KDE GIT commit bbe9e8f5
* Use standard unicode forward slash representation if available instead of ↵Timothy Pearson2013-05-071-1/+2
| | | | | | nonstandard HTML encoding This resolves Bug 269
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-157-12/+12
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-147-11/+11
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-063-6/+6
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-015-6/+6
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-3/+3
|