Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjusted to use new TQStringVariantMap type. | Michele Calgaro | 2019-07-08 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Adjusted to new TDEStorageOpResult-based tdelibs api. | Michele Calgaro | 2019-07-08 | 1 | -24/+27 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | mediamanager: cleaned up use of medium name map. | Michele Calgaro | 2019-06-07 | 1 | -28/+15 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Renamed kcm_trash to kcmtrash and minor fixup to previous commits. | Michele Calgaro | 2019-04-15 | 5 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Unified widget code for trash property dialog and TDE control module. | Michele Calgaro | 2019-04-14 | 3 | -422/+7 |
| | | | | | | This resolves bug 1923. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Improved code for trash bin management. | Michele Calgaro | 2019-04-14 | 5 | -41/+179 |
| | | | | | | | | | | | | | 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 Calgaro | 2019-04-13 | 10 | -12/+746 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added trash size limit property page link to trash folder right click | Michele Calgaro | 2019-04-08 | 2 | -9/+13 |
| | | | | | | | | | 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> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 25 | -0/+82 |
| | | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 2 | -8/+8 |
| | | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-19 | 3 | -19/+15 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 12 | -16/+16 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-02 | 1 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Some missing desktop icons in tdebase | gregory guy | 2018-08-27 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | tdeioslave nfs: Add support for libtirpc | Fabio Rossi | 2018-08-26 | 2 | -3/+22 |
| | | | | | | | as a replacement for deprecated SunRPC from glibc >= 2.26 This resolves bug 2962 Signed-off-by: Fabio Rossi <rossi.f@inwind.it> | ||||
* | Fixed typedef-related warnings from compiler. | Michele Calgaro | 2018-08-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-18 | 2 | -5/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | tdeioslave: fixed info protocol, which was no longer working with recent | Michele Calgaro | 2018-07-25 | 1 | -3/+3 |
| | | | | | | perl version. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Start media backend on TDE session startup. This resolves bug 2780. | Michele Calgaro | 2018-07-17 | 3 | -0/+10 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0066e3149204abc023fa441d0982c26c8b48ba3c) | ||||
* | Fix reset of auto-action in medianotifier | Slávek Banko | 2018-06-30 | 1 | -2/+4 |
| | | | | | | This resolves bug 2941 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed unrequired comments. | Michele Calgaro | 2018-06-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed trash status update problem described in bug 2729. | Michele Calgaro | 2018-04-19 | 1 | -4/+2 |
| | | | | | | | Special thanks to Emanoil for his initial investigation on this bug. Signed-off-by: Emanoil Kotsev <deloptes@yahoo.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix build with smbclient in a samba specific directory | Slávek Banko | 2017-06-02 | 2 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Trash limit: add "fixed size" configuration option and code | Michele Calgaro | 2016-11-20 | 8 | -138/+328 |
| | | | | | | 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, TQt | Michele Calgaro | 2016-10-12 | 14 | -45/+36 |
| | | | | | | | | 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 option | Emanoil Kotsev | 2016-10-12 | 11 | -6/+720 |
| | | | | | | | | | 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> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 2 | -0/+0 |
| | |||||
* | fix encoding for My_Documents folder for three locales was missing before | Alexander Golubev | 2016-07-05 | 1 | -3/+3 |
| | |||||
* | Added "default" mount option to TDE hardware manager. This resolves bug 2593. | Michele Calgaro | 2016-02-25 | 3 | -5/+14 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix device icons in the media:/ tdeioslave to comply with XDG standards | Slávek Banko | 2016-02-03 | 2 | -10/+18 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Hide underlying partitions of non-active device mapper devices from the ↵ | Slávek Banko | 2016-01-31 | 1 | -1/+2 |
| | | | | | | media:/ tdeioslave Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix hard disks media icons in tdehw storage backend | Slávek Banko | 2016-01-29 | 1 | -27/+24 |
| | | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix removable hard disks mimetype in tdehw storage backend | Slávek Banko | 2016-01-29 | 1 | -3/+3 |
| | | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Disable autoplay popups by default as the new tdehwdevicetray application ↵ | Timothy Pearson | 2015-09-21 | 1 | -1/+1 |
| | | | | will handle notification and autoplay popup initiation | ||||
* | Add new hardware device tray application | Timothy Pearson | 2015-09-21 | 3 | -4/+30 |
| | | | | Allow removable media action request popups to be suppressed | ||||
* | Fix openpty detection with util.h and libutil.h | Slávek Banko | 2015-06-14 | 2 | -11/+23 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS on freebsd | Slávek Banko | 2015-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix incorrectly renamed device icons | Timothy Pearson | 2015-04-02 | 18 | -18/+18 |
| | |||||
* | Bring system icon into XDG compliance | Timothy Pearson | 2015-03-26 | 7 | -7/+7 |
| | |||||
* | Rename most device icons to comply with XDG standards | Timothy Pearson | 2015-03-02 | 43 | -43/+43 |
| | |||||
* | Signed-off-by: Darrell Anderson <darrella@clovermail.net> | Darrell Anderson | 2015-01-27 | 2 | -2/+2 |
| | | | | Fix KDE->TDE branding in dialog messages. | ||||
* | Fixed wrong DocPath strings. This relates to bug 2319 | Michele Calgaro | 2015-01-23 | 37 | -37/+37 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Allow mounted digital camera devices to be unmounted via the context menu | Timothy Pearson | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Hide udev hidden devices via the hidden file mechanism | Timothy Pearson | 2014-11-28 | 4 | -12/+35 |
| | | | | This resolves Bug 2211 | ||||
* | Honor disk hidden flag when handling device insertion notifiers | Timothy Pearson | 2014-11-27 | 1 | -0/+6 |
| | | | | This relates to Bug 2211 | ||||
* | Fix accidental renaming of device icons in GIT hash 46e2e9 | Timothy Pearson | 2014-11-16 | 9 | -9/+9 |
| | |||||
* | Fix errors accidentally introduced in GIT hash 77a1b1 | Timothy Pearson | 2014-11-14 | 6 | -13/+22 |
| | |||||
* | Fix another incorrect renaming from the previous mimetype compliance patches | Timothy Pearson | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | Fix stragglers that were not properly renamed in the XDG standardization commits | Timothy Pearson | 2014-10-24 | 1 | -1/+1 |
| |