Emanoil Kotsev
b15f74f1d6
Cleanup CMakeLists.txt files - use tde_automoc and tde_setup_dbus macros
...
Remove debug msg for ignored interfaces in HardwareControl and consistent logging for dbus name aquired
Cleanup header files and consistent formatting
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
5 months ago
Emanoil Kotsev
802ffbda85
Cleanup HardwareControl
...
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
5 months ago
Emanoil Kotsev
571215e14d
TQT_SIGNAL to TQ_SIGNAL
...
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
5 months ago
Emanoil Kotsev
b0364451f7
A daemon based on dbus-1-tqt to replace the old tde_dbus_hardwarecontrol daemon
...
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
5 months ago
Michele Calgaro
3ff47aede2
Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
7d228ae9aa
Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
0f0c5a4d07
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
75d7682354
Remove KDE_DEPRECATED define
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
43e38f2c0a
Replace KDE_DEPRECATED with TDE_DEPRECATED
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
562773a5f7
Remove KDE_EXPORT and KDE_NO_EXPORT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
bba3128085
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
03aa7238b3
Replace Q_WS_* defines with TQ_WS_* equivalents
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
ba3b5b77e1
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro
5efbce071a
tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Alexander Golubev
14573faf07
Fix lvm volumes appearing as removable devices
...
- remove obsolete/erroneous code meddling with
GENHD_FL_MEDIA_CHANGE_NOTIFY
- use /sys/block/<dev>/removable rather than
/sys/block/<dev>/capabilities
- deprecate TDEDiskDeviceStatus::Hotpluggable and use
TDEDiskDeviceStatus::Removable for all removable devices
- put some local utility function into anonymous namespace
See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
11 months ago
Michele Calgaro
d5688771d8
Replace various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
44e712a770
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
f22a9c72dd
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
138bb80efa
Replaced various '#define' with actual strings - part 4
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
8d79c40791
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
17a8fd0ec2
Replace color '#define' strings with actual values
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
d42f9ae842
Replaced various '#define' with actual strings - part 2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
73dba53e4a
Replaced time related '#define' with actual strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
80c2465371
Replace various tq* strings with TQt::* equivalents
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
57e0ed6634
Replace various strings '#define'd in tqtinterface
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
c8ece3630d
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
4c0dae60b2
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
987507131d
Update hashing code for strings to be the same as upstream gettext. The old version results in slightly different hash values for strings with ellipsis (and potentially other unicode characters). This relates to TDE/tdebase#394 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
0f36f89663
Replace various tqtinterface's TQ_* defines with actual types
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
1e5d5c92c3
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
57af4f9d87
Drop USE_TQT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
48b07a0ff1
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
23278d2593
Drop TQT_TQ*_CONST defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
c0b74ba868
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
8eb500c4e8
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
36c049e135
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Denis Kozadaev
e5acdb1b39
Add SunOS specific patches
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
1 year ago
Michele Calgaro
cdf964bbc9
Update version to R14.2.0~[DEVELOPMENT]
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
6b4507c6aa
Update release version to R14.1.0
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
548bb65da4
Add MIT license
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
89f3dfb35e
Fix mangling of '@' in KURL's pretty printing.
...
This resolves TDE/tdepim#71 .
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
ormorph
8d96e85f7d
Added compatibility for hwlib support for musl
...
Signed-off-by: ormorph <roma251078@mail.ru>
2 years ago
ormorph
daca4af7e3
Added missing semicolon to malloc.c
...
Signed-off-by: ormorph <roma251078@mail.ru>
2 years ago
Mavridis Philippe
63758dcca1
Update README.kiosk (KDE->TDE, gender neutral)
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Michele Calgaro
a092e96802
Minor fixup on names used in previous commit. This aligns to the names of the other tdeio slaves.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
0308047002
Add kdebug areas for tdeio slaves in applications/tdeio folder. Tidy up the whole file alignemnt.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
9050bd4346
tdehw lib: power off USB devices after ejecting them when udisks/udisks2 are used.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
0970152d07
Add pid value to debug messages.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
5f795c0bb2
tdehw lib: make sure to emit hardwareRemoved signal after removing the device from the device list.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Alexander Golubev
0631f76fb7
tdehw: make rtc devices appear as Timekeeping rather than Mainboard devices
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
3 years ago