summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwdevicetray.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-161-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove usage of TDEDiskDeviceStatus::HotpluggableMichele Calgaro2023-12-281-6/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-131-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwmanager: use alphabetically sorted menus in tdehwdevicetray.Michele Calgaro2023-03-131-21/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwmanager: tdehwdevicetray now uses the same names used in Konqueror and ↵Michele Calgaro2023-03-111-50/+63
| | | | | | KDesktop for the storage drives. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwmanager: Do not open a popup window when clicking on a notification,Slávek Banko2023-02-161-0/+7
| | | | if automatic opening of popup windows is enabled.
* hwmanager: add LMB menu based on storage devices.Michele Calgaro2023-02-081-47/+153
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwmanager: rework code for RMB menu. This does not add any newMichele Calgaro2023-02-061-354/+149
| | | | | | functionality but allows the future LMB menu to reuse some of the code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwmanager: use a private class 'd' to store internal members of ↵Michele Calgaro2023-02-061-93/+133
| | | | | | HwDeviceSystemTray. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwmanager: remove current LMB menu. Rearrange code of RMB menu. Use MMB click toMichele Calgaro2023-02-061-35/+45
| | | | | | show the Device Manager dialog directly. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwdevicetray: add 'eject' and 'safe remove' buttons to the disk ↵Michele Calgaro2022-04-051-43/+38
| | | | | | properties dialog. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwdevicetray: add 'safe remove' to the list of available actions.Michele Calgaro2022-04-051-0/+43
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwmanager: use tdeio_media_mounthelper process toMichele Calgaro2022-03-261-107/+28
| | | | | | | | mount/unmout/lock/unlock/ejct media devices. This ensures a consistent media device status also with complex partition structures and LUKS encryption. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeio media: add releaseHolders parameter to lock/lockByNode dcop calls.Michele Calgaro2022-03-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwdevicetray: use DCOP calls instead of direct tdehw calls to ↵Michele Calgaro2022-03-071-35/+65
| | | | | | mount/unmount/unlock/lock/eject devices. This is for consistency of behavior and error messages. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwdevicetray: Use the disk label for menu items, if available.Slávek Banko2021-08-151-7/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Updated after changes to tdehw lib related to device notificaitons.Michele Calgaro2021-08-151-36/+73
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwdevicetray: fixed up notification logic for added/removed disk devices.Michele Calgaro2021-07-181-61/+57
| | | | 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-181-4/+8
| | | | | | special cases. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added option to enable/disable Device Monitor notification panels whenMichele Calgaro2021-02-171-31/+55
| | | | | | | 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 icons to Properties popup menu entry in konqueror, kdesktop and ↵Michele Calgaro2020-12-021-1/+1
| | | | | | tdehwdevicetray. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwdevicetray: added 'Properties' action to right click menu.Michele Calgaro2020-11-271-38/+76
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwdevicetray: added separate entries for 'Open' and 'Mount' actions.Michele Calgaro2020-11-231-19/+73
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1) tdehwdevicetray: added support for unmount/unlock/lock operations.Michele Calgaro2020-11-211-85/+287
| | | | | | 2) minor changes and improvements to user messages. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Streamline device monitor naming scheme.Chris2019-10-121-6/+6
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fixed tdehwdevicetray autostart enable/disable functionality. ThisMichele Calgaro2019-08-261-1/+1
| | | | | | resolves bug 2877. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-07-091-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-07-081-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to new TDEStorageOpResult-based tdelibs api.Michele Calgaro2019-07-081-5/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add camera device detection to hwdevicetrayTimothy Pearson2015-09-221-10/+34
|
* Add new hardware device tray applicationTimothy Pearson2015-09-211-0/+407
Allow removable media action request popups to be suppressed