Michele Calgaro
33c7d15989
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
75a74bedae
Replace various Q_* and QT_* defines with TQ_* and TQT_*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
814bf5fc4f
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
ef300a683d
hwmanager: use alphabetically sorted menus in tdehwdevicetray.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
e35bb1ed56
tdeioslave mediamanager: show the device node in the label also for removable drives and CD/DVD disks.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
4974727d50
Add 'safeRemove' and 'safeRemoveByNode' to mediamanager DCOP interface.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
88d92af3c1
hwmanager: use tdeio_media_mounthelper process to
...
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>
3 years ago
Michele Calgaro
40ef766f02
tdeio media: add releaseHolders parameter to lock/lockByNode dcop calls.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
c787e7a715
mediamanager: fix name of available backends in error messages.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
8d0f49aeb4
Added 'eject' and 'ejectByNode' to mediamanager DCOP interface.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
f9f7aee79e
Removed HAL dependant code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
bb2ea23175
Updated after changes to tdehw lib related to device notificaitons.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
9f7d035569
Fixed FTBFS when building without tdehw but using HAL.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko
48ddee7ba8
Update CMake rules to change tdehw library to standalone.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro
d289ed30ed
mediamanager: added DCOP call to get medium's mimetype from its name.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
d706b63745
Enable back media notification dialogs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
d39c407bf4
1) tdehwdevicetray: added support for unmount/unlock/lock operations.
...
2) minor changes and improvements to user messages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
3740009719
tdeioslave media: safe removal and locking are now avaiable also for
...
unlocked and mounted medium.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
1a089178fa
tdeioslave media: mount/unmount/unlock/lock are only allowed on devices
...
for which those operations make sense.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
7c6e00a43c
tdeioslave media: added LOCKED property to Medium class.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
b54fcda719
tdeioslave media: fixed handling of mountable state for encrypted devices.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
d34f23f403
tdeioslave media: clean up code related to medium mountable state in preparation for further work.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
ebc4784c4f
tdeioslave media: fixed update of mime type on encrypted CD/DVD devices 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>
4 years ago
Michele Calgaro
e74e9afe2c
tdeioslave media: fixed displaying of encrypted disks.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
3676cf129d
tdeioslave media: added initial support for unlocking/locking of encrypted devices.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko
296796a8aa
Added translation capabilities for "Unlock Storage Device" dialog box title.
...
This resolves issue #168 .
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
2f706891f3
Desktop file translations:
...
+ 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>
4 years ago
Slávek Banko
f9895a2b80
Fix missing paired parentheses in HAL media backend.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
32381684a2
Improved support for bluray discs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
e9f503cdb8
mediamanager always get started at TDE startup. Therefore the module is no longer available in TCC->TDE Components->Service Manager->Startup Services for enable/disable at startup.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
OBATA Akio
2a88ec3c02
Revive NetBSD support
...
Catch up to TDE and OS changes
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
Michele Calgaro
df19ff6b7d
Fixed incorrect display of media device mime comment. This relates to
...
issue TDE/tdelibs#35 .
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
21d09d5b23
Adjusted to new normalized device icon names in tdelibs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
d2da293eae
Adjusted to new icon names and renamed media types related to encrypted drives in a better way.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
bd99134817
Renamed methods decrypt/undecrypt to unlock/lock.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
b4754b0e6f
Extended media manager dcop interface by adding functions to
...
mount/unmount/decrypt/undecrypt a medium by device node (for example /dev/sdc).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
e44487e1b8
Improved media manager dcop interface for mount/unmount/decrypt/undecrypt methods by returning more information.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
7d2c7f0621
Adjusted to use new TQStringVariantMap type.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
df9e4e43b0
Adjusted to new TDEStorageOpResult-based tdelibs api.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
c393eecadb
mediamanager: cleaned up use of medium name map.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
0d9863ce23
qt -> tqt conversion:
...
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>
6 years ago
Michele Calgaro
2e118bb337
Removed unnecessary executable flag. This relates to bug 2153.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
2bcacaf331
Fix FTBFS with stricter C++11
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
4317c3e7d6
Start media backend on TDE session startup. This resolves bug 2780.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0066e31492
)
6 years ago
Michele Calgaro
71bd29a534
Added "default" mount option to TDE hardware manager. This resolves bug 2593.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko
99f5115dac
Fix device icons in the media:/ tdeioslave to comply with XDG standards
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
8d53affe8e
Hide underlying partitions of non-active device mapper devices from the media:/ tdeioslave
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
90bad2e814
Fix hard disks media icons in tdehw storage backend
...
This relates to Bug 2473
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
ce73b505b2
Fix removable hard disks mimetype in tdehw storage backend
...
This relates to Bug 2473
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Timothy Pearson
7e9c0a99b6
Disable autoplay popups by default as the new tdehwdevicetray application will handle notification and autoplay popup initiation
9 years ago