summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media
Commit message (Collapse)AuthorAgeFilesLines
* tdeioslave media: mount/unmount/unlock/lock are only allowed on devicesMichele Calgaro2020-10-176-83/+126
| | | | | | for which those operations make sense. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: added LOCKED property to Medium class.Michele Calgaro2020-10-176-16/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: fixed handling of mountable state for encrypted devices.Michele Calgaro2020-10-176-18/+54
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: clean up code related to medium mountable state in ↵Michele Calgaro2020-10-178-249/+301
| | | | | | preparation for further work. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: fixed update of mime type on encrypted CD/DVD devices ↵Michele Calgaro2020-10-171-0/+1
| | | | | | | | | | caused by missing udev events. Note: not sure if the bug was only specific to VirtualBox "iso" CD/DVD or general for any CD/DVD. In any case this fix is required if using LUKS encrytped .iso files with TDE running inside VirtualBox. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: fixed displaying of encrypted disks.Michele Calgaro2020-10-175-183/+66
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: added initial support for unlocking/locking of encrypted ↵Michele Calgaro2020-10-1710-99/+209
| | | | | | devices. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation capabilities for "Unlock Storage Device" dialog box title.Slávek Banko2020-09-082-2/+2
| | | | | | This resolves issue #168. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-2873-3433/+216
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix missing paired parentheses in HAL media backend.Slávek Banko2020-05-311-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Improved support for bluray discs.Michele Calgaro2020-05-3012-63/+113
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* media tdeioslave: added bluray mimetype.Carlos Alberto2020-05-299-14/+352
| | | | | Signed-off-by: Carlos Alberto <bradcarlos@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* mediamanager always get started at TDE startup. Therefore the module is no ↵Michele Calgaro2020-02-062-8/+10
| | | | | | longer available in TCC->TDE Components->Service Manager->Startup Services for enable/disable at startup. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improve German translation and fix some desktop files.Chris2019-12-171-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Synchronize German translation with the rest and fix some icons.Chris2019-12-152-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix and translate German device icon names.Chris2019-10-0716-7/+17
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Revive NetBSD supportOBATA Akio2019-08-183-5/+10
| | | | | | Catch up to TDE and OS changes Signed-off-by: OBATA Akio <obache@wizdas.com>
* 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 <michele.calgaro@yahoo.it>
* Fixed media type for cd rw type.Michele Calgaro2019-07-093-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-07-0930-71/+67
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Renamed methods decrypt/undecrypt to unlock/lock.Michele Calgaro2019-07-086-41/+41
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-07-081-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to new TDEStorageOpResult-based tdelibs api.Michele Calgaro2019-07-081-24/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* mediamanager: cleaned up use of medium name map.Michele Calgaro2019-06-071-28/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-093-0/+16
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-193-19/+15
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-021-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Start media backend on TDE session startup. This resolves bug 2780.Michele Calgaro2018-07-173-0/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <slavek.banko@axis.cz>
* Added "default" mount option to TDE hardware manager. This resolves bug 2593.Michele Calgaro2016-02-253-5/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix device icons in the media:/ tdeioslave to comply with XDG standardsSlávek Banko2016-02-032-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 Banko2016-01-311-1/+2
| | | | | | media:/ tdeioslave Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 FTBFS on freebsdSlávek Banko2015-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix incorrectly renamed device iconsTimothy Pearson2015-04-0218-18/+18
|
* Bring system icon into XDG complianceTimothy Pearson2015-03-263-3/+3
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-0242-42/+42
|
* Fixed wrong DocPath strings. This relates to bug 2319Michele Calgaro2015-01-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Allow mounted digital camera devices to be unmounted via the context menuTimothy Pearson2015-01-091-1/+1
|
* Hide udev hidden devices via the hidden file mechanismTimothy Pearson2014-11-284-12/+35
| | | | This resolves Bug 2211
* Honor disk hidden flag when handling device insertion notifiersTimothy Pearson2014-11-271-0/+6
| | | | This relates to Bug 2211