summaryrefslogtreecommitdiffstats
path: root/tdeioslave
Commit message (Collapse)AuthorAgeFilesLines
* medianotifier: add medium name and url to notification dialog.Michele Calgaro2021-07-191-5/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵Slávek Banko2021-05-184-4/+14
| | | | | | special cases. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeioslave media: fixed wrong action in media unlock desktop file.Michele Calgaro2021-05-091-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed FTBFS when building without tdehw but using HAL.Michele Calgaro2021-05-081-12/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update CMake rules to change tdehw library to standalone.Slávek Banko2021-05-072-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with OpenEXR >= 3.0.xOwsjannikow Sergej E2021-04-231-0/+1
| | | | | | This resolves issue #198. Signed-off-by: Owsjannikow Sergej E. <ose-nt@yandex.ru>
* mediamanager: added DCOP call to get medium's mimetype from its name.Michele Calgaro2021-03-062-26/+50
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: made 'Open Medium System Folder' action available for ↵Michele Calgaro2021-02-242-4/+12
| | | | | | | | | unmounted medium too. The action is now also available in the notification dialog that opens up when a medium is inserted. Fixed action support for mount path containing spaces. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: made 'Open Medium System Folder' command available for ↵Michele Calgaro2021-02-191-1/+1
| | | | | | camera devices. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added option to enable/disable Device Monitor notification panels whenMichele Calgaro2021-02-172-2/+19
| | | | | | | disks are added/removed/changed status. Minor tweak to menu entry in Device Monitor popup menu. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added 'mount' and 'unlock' actions to notifier dialog and fixed size of ↵Michele Calgaro2021-02-163-4/+3
| | | | | | icons in same dialog. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Enable back media notification dialogs.Michele Calgaro2021-02-132-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0735-40/+40
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: fixed FTBFS caused by previous commit and functionality ofMichele Calgaro2020-11-211-2/+5
| | | | | | tdeio_media_mounthelper when ejecting drives. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1) tdehwdevicetray: added support for unmount/unlock/lock operations.Michele Calgaro2020-11-211-6/+6
| | | | | | 2) minor changes and improvements to user messages. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslaves media: added "Open Medium System Folder" action, previouslyMichele Calgaro2020-11-053-1/+12
| | | | | | in tdeaddons. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeio media slave: added 'Open Real Folder' to tdeio_media_mounthelper.Michele Calgaro2020-11-052-0/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: updates for property dialog and file media plugin mimetypes.Michele Calgaro2020-11-013-2/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwmonitor: added Unlock/Lock buttons to LUKS disks.Michele Calgaro2020-10-253-4/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added icons to media actions.Michele Calgaro2020-10-186-11/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: safe removal and locking are now avaiable also forMichele Calgaro2020-10-179-194/+268
| | | | | | unlocked and mounted medium. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: encrypted devices (either locked or unlocked) are notMichele Calgaro2020-10-1712-12/+0
| | | | | | browsable folders, so disable tde trade offers for applications able to handle inode/directory mime type. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave media: remove duplication of feedback for tdeio_media_helperMichele Calgaro2020-10-175-58/+9
| | | | | | | | unlocking failures and leave password input dialog open in case of wrong password supplied. This allows to quickly type in a new password instead of having to repeat the complete procedure. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Removed additional code formatting modelines.Michele Calgaro2020-09-2513-14/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-226-9/+2
| | | | 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-28135-5677/+456
| | | | | | | + 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>
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-121-1/+1
| | | | 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>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-42/+42
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use xdg-user-dirs to detect XDG variables instead of kxdglauncher. This ↵Michele Calgaro2020-01-111-1/+1
| | | | | | relates to issue TDE/tdelibs#60. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Synchronize German translation of cursor with the rest.Chris2019-12-181-1/+3
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve German translation and fix some desktop files.Chris2019-12-172-2/+2
| | | | 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 duplicated, missing and misleading icons.Chris2019-12-151-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Prefer TIRPC detection over search for rpc/rpc.h header.François Andriot2019-12-041-4/+4
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix TCC modules in German and other languages.Chris2019-10-112-0/+12
| | | | | | Credits to Vitaly (Vita_Cell) from IRC for contributing ES and RU translations. Signed-off-by: Chris <xchrisx@uber.space>
* Fix wrong language code for Czech translations related to the Trash.Slávek Banko2019-10-072-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix and translate German device icon names.Chris2019-10-0716-7/+17
| | | | Signed-off-by: Chris <xchrisx@uber.space>