summaryrefslogtreecommitdiffstats
path: root/tdeioslave/trash/ktrashpropsdlgplugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Unified widget code for trash property dialog and TDE control module.Michele Calgaro2019-04-141-42/+0
| | | | | | This resolves bug 1923. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added TDE Control module for trash policy configuration.Michele Calgaro2019-04-131-1/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Trash limit: add "fixed size" configuration option and codeMichele Calgaro2016-11-201-7/+19
| | | | | | improvements. This relates to bug 1923. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Trash limit: clean up previous patch (KDE -> TDE conversion, debug messages, TQtMichele Calgaro2016-10-121-1/+1
| | | | | | | | signals/slots...). Improved error message when a file is too big to fit within the max trash size limit. This relates to bug 1923. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added trash limit configuration optionEmanoil Kotsev2016-10-121-0/+78
This work is based on original patch created by Tobias Koenig <tokoe@kde.org> for KDE 3.5.9 and later added to KDE 4.2, and available under GPL version 2 License, or any later version. See also http://tokoe-kde.blogspot.com/2008/08/size-limits-for-trash.html This relates to bug 1923. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>