summaryrefslogtreecommitdiffstats
path: root/tdeioslave/trash/ktrashpropsdlgplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Unified widget code for trash property dialog and TDE control module.Michele Calgaro2019-04-141-379/+6
| | | | | | This resolves bug 1923. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved code for trash bin management.Michele Calgaro2019-04-141-3/+10
| | | | | | | | | | | | | 1. When size limit is used, a file bigger than the trash size can't be trashed anymore (a warning message is shown). 2. When size limit is used and warning policy selected, files can't be trashed anymore if the total size of the trash will exceed the set size (a warning message is shown). 3. When the trash size settings are modified, the content of the trash is adjusted based on the new settings. 4. Fixed load/saving of trash options when more than one trash folder exists. 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>
* Added trash size limit property page link to trash folder right clickMichele Calgaro2019-04-081-7/+10
| | | | | | | | | popup menu and trash applet panel. Added a new konqueror side bar button to directly display the contents of the trash bin. This relates to bug 1923. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Trash limit: add "fixed size" configuration option and codeMichele Calgaro2016-11-201-98/+239
| | | | | | 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-27/+19
| | | | | | | | 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/+316
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>