Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-07-09 | 31 | -72/+68 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to new icon names and renamed media types related to encrypted ↵ | Michele Calgaro | 2019-07-09 | 54 | -335/+272 |
| | | | | | | drives in a better way. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Renamed methods decrypt/undecrypt to unlock/lock. | Michele Calgaro | 2019-07-08 | 6 | -41/+41 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Extended media manager dcop interface by adding functions to | Michele Calgaro | 2019-07-08 | 4 | -4/+74 |
| | | | | | | mount/unmount/decrypt/undecrypt a medium by device node (for example /dev/sdc). Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Improved media manager dcop interface for mount/unmount/decrypt/undecrypt ↵ | Michele Calgaro | 2019-07-08 | 10 | -264/+430 |
| | | | | | | methods by returning more information. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to use new TQStringVariantMap type. | Michele Calgaro | 2019-07-08 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to new TDEStorageOpResult-based tdelibs api. | Michele Calgaro | 2019-07-08 | 1 | -24/+27 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | mediamanager: cleaned up use of medium name map. | Michele Calgaro | 2019-06-07 | 1 | -28/+15 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Renamed kcm_trash to kcmtrash and minor fixup to previous commits. | Michele Calgaro | 2019-04-15 | 5 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Added TDE Control module for trash policy configuration. | Michele Calgaro | 2019-04-13 | 10 | -12/+746 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 25 | -0/+82 |
| | | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-19 | 3 | -19/+15 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 12 | -16/+16 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-02 | 1 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Some missing desktop icons in tdebase | gregory guy | 2018-08-27 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Fixed typedef-related warnings from compiler. | Michele Calgaro | 2018-08-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-18 | 2 | -5/+5 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Start media backend on TDE session startup. This resolves bug 2780. | Michele Calgaro | 2018-07-17 | 3 | -0/+10 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (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 <[email protected]> | ||||
* | Removed unrequired comments. | Michele Calgaro | 2018-06-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix build with smbclient in a samba specific directory | Slávek Banko | 2017-06-02 | 2 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Added trash limit configuration option | Emanoil Kotsev | 2016-10-12 | 11 | -6/+720 |
| | | | | | | | | | This work is based on original patch created by Tobias Koenig <[email protected]> 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Fix FTBFS on freebsd | Slávek Banko | 2015-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | 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 <[email protected]> | 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 <[email protected]> | ||||
* | 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 |