summaryrefslogtreecommitdiffstats
path: root/tdeioslave
Commit message (Collapse)AuthorAgeFilesLines
* Revive NetBSD supportOBATA Akio2019-08-183-5/+10
| | | | | | Catch up to TDE and OS changes Signed-off-by: OBATA Akio <[email protected]>
* Fixed incorrect display of media device mime comment. This relates toMichele Calgaro2019-08-132-17/+17
| | | | | | issue TDE/tdelibs#35. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed media type for cd rw type.Michele Calgaro2019-07-093-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-07-0931-72/+68
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to new icon names and renamed media types related to encrypted ↵Michele Calgaro2019-07-0954-335/+272
| | | | | | drives in a better way. Signed-off-by: Michele Calgaro <[email protected]>
* Renamed methods decrypt/undecrypt to unlock/lock.Michele Calgaro2019-07-086-41/+41
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Extended media manager dcop interface by adding functions toMichele Calgaro2019-07-084-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 Calgaro2019-07-0810-264/+430
| | | | | | methods by returning more information. Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-07-081-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to new TDEStorageOpResult-based tdelibs api.Michele Calgaro2019-07-081-24/+27
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* mediamanager: cleaned up use of medium name map.Michele Calgaro2019-06-071-28/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Renamed kcm_trash to kcmtrash and minor fixup to previous commits.Michele Calgaro2019-04-155-11/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Unified widget code for trash property dialog and TDE control module.Michele Calgaro2019-04-143-422/+7
| | | | | | This resolves bug 1923. Signed-off-by: Michele Calgaro <[email protected]>
* Improved code for trash bin management.Michele Calgaro2019-04-145-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 Calgaro2019-04-1310-12/+746
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added trash size limit property page link to trash folder right clickMichele Calgaro2019-04-082-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 Banko2018-12-0925-0/+82
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <[email protected]>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-272-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 FTBFSSlávek Banko2018-09-193-19/+15
| | | | Signed-off-by: Slávek Banko <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1712-16/+16
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-021-0/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Some missing desktop icons in tdebasegregory guy2018-08-271-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* tdeioslave nfs: Add support for libtirpcFabio Rossi2018-08-262-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 Calgaro2018-08-231-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-182-5/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* tdeioslave: fixed info protocol, which was no longer working with recentMichele Calgaro2018-07-251-3/+3
| | | | | | perl version. Signed-off-by: Michele Calgaro <[email protected]>
* Start media backend on TDE session startup. This resolves bug 2780.Michele Calgaro2018-07-173-0/+10
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0066e3149204abc023fa441d0982c26c8b48ba3c)
* Fix reset of auto-action in medianotifierSlávek Banko2018-06-301-2/+4
| | | | | | This resolves bug 2941 Signed-off-by: Slávek Banko <[email protected]>
* Removed unrequired comments.Michele Calgaro2018-06-201-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed trash status update problem described in bug 2729.Michele Calgaro2018-04-191-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 directorySlávek Banko2017-06-022-1/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Trash limit: add "fixed size" configuration option and codeMichele Calgaro2016-11-208-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, TQtMichele Calgaro2016-10-1214-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 optionEmanoil Kotsev2016-10-1211-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 sizeTimothy Pearson2016-07-232-0/+0
|
* fix encoding for My_Documents folder for three locales was missing beforeAlexander Golubev2016-07-051-3/+3
|
* Added "default" mount option to TDE hardware manager. This resolves bug 2593.Michele Calgaro2016-02-253-5/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix device icons in the media:/ tdeioslave to comply with XDG standardsSlávek Banko2016-02-032-10/+18
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Hide underlying partitions of non-active device mapper devices from the ↵Slávek Banko2016-01-311-1/+2
| | | | | | media:/ tdeioslave Signed-off-by: Slávek Banko <[email protected]>
* Fix hard disks media icons in tdehw storage backendSlávek Banko2016-01-291-27/+24
| | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <[email protected]>
* Fix removable hard disks mimetype in tdehw storage backendSlávek Banko2016-01-291-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 Pearson2015-09-211-1/+1
| | | | will handle notification and autoplay popup initiation
* Add new hardware device tray applicationTimothy Pearson2015-09-213-4/+30
| | | | Allow removable media action request popups to be suppressed
* Fix openpty detection with util.h and libutil.hSlávek Banko2015-06-142-11/+23
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS on freebsdSlávek Banko2015-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix incorrectly renamed device iconsTimothy Pearson2015-04-0218-18/+18
|
* Bring system icon into XDG complianceTimothy Pearson2015-03-267-7/+7
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-0243-43/+43
|
* Signed-off-by: Darrell Anderson <[email protected]>Darrell Anderson2015-01-272-2/+2
| | | | Fix KDE->TDE branding in dialog messages.