index
:
tdelibs
feat/fix-suspend-code
feat/new_hwcontrol
feat/tdehtml+svg
feat/tdeio-xattr-support
fix/api-for-python
fix/tde-75
issue/270/tdelibs-V4
issue/51/jasper-to-openjpeg
master
other/string-fixes
r14.0.x
r14.1.x
rename/kuniqueapplication
v3.5.13-sru
TDE core libraries
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tdecore
/
tdehw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Q_OBJECT with TQ_OBJECT
Michele Calgaro
2023-07-20
7
-9
/
+9
*
Added compatibility for hwlib support for musl
ormorph
2022-12-14
1
-2
/
+2
*
tdehw lib: power off USB devices after ejecting them when udisks/udisks2 are ...
Michele Calgaro
2022-04-20
1
-6
/
+70
*
tdehw lib: make sure to emit hardwareRemoved signal after removing the device...
Michele Calgaro
2022-03-16
1
-3
/
+8
*
tdehw: make rtc devices appear as Timekeeping rather than Mainboard devices
Alexander Golubev
2022-02-15
1
-3
/
+3
*
Removed HAL dependant code.
Michele Calgaro
2022-02-14
3
-163
/
+5
*
Use AUTOMOC for generated sources instead of a specific rule.
Slávek Banko
2022-01-14
1
-8
/
+1
*
tdehwlib: Prevent potential crash, when building without Network Manager supp...
Slávek Banko
2021-09-30
1
-3
/
+8
*
tdehw lib: reworked device notifications to avoid repeated scanning of devices.
Michele Calgaro
2021-08-13
4
-169
/
+84
*
tdehw lib: removed unused and seemingly unnecessary method in storage device.
Michele Calgaro
2021-08-10
2
-60
/
+0
*
tdehw lib: make the call to close the file explicit.
Michele Calgaro
2021-08-09
1
-0
/
+1
*
Removed unused code related to hardware events.
Michele Calgaro
2021-08-02
3
-32
/
+0
*
Update Windows Generic Device IDs.
gregory guy
2021-06-13
1
-138
/
+330
*
As default behaviour, use hwdata files for pci and usb ids files.
gregory guy
2021-06-13
1
-2
/
+2
*
Fix definitions of slot constants for old cryptsetup API.
Slávek Banko
2021-06-07
1
-5
/
+3
*
Build tdehw library as a standalone library.
Slávek Banko
2021-05-07
3
-2
/
+18
*
Removed dbus access rules for invalid "send_destination".
Slávek Banko
2021-02-09
1
-16
/
+0
*
tdehwlib: Allow everyone to read the status of input switches.
Slávek Banko
2021-02-09
1
-0
/
+4
*
tdecore/tdehw: disable SW_RADIO switch if it's the same as SW_RFKILL_ALL
Alexander Golubev
2021-02-08
1
-0
/
+4
*
tdehw lib: fixed detection of mountable optical disks with incomplete
Michele Calgaro
2020-11-22
1
-6
/
+8
*
tdehw lib: reworked code for eject operation to support return type TQStringV...
Michele Calgaro
2020-11-21
2
-37
/
+66
*
Added support for locking/unlocking of LUKS disks using pmount/pumount.
Michele Calgaro
2020-10-31
1
-9
/
+65
*
Fixed mounting and unmounting of mapped storage devices.
Michele Calgaro
2020-10-10
6
-27
/
+70
*
Fixed displaying of encrypted disks.
Michele Calgaro
2020-10-10
3
-145
/
+71
*
Added udisks2 support for unlocking/locking of encrypted disks.
Michele Calgaro
2020-10-10
4
-24
/
+228
*
tdehwlib: Add regular monitoring of power supply device status,
Slávek Banko
2020-10-07
1
-1
/
+10
*
Minor code refactoring of previous 2 commits.
Michele Calgaro
2020-06-07
1
-13
/
+9
*
tdehwlib: Re-enable OpenSSL < 1.1 compatibility
Slávek Banko
2020-06-05
1
-0
/
+14
*
Update for OpenSSL >= 1.1.0
Timothy Pearson
2020-06-03
1
-2
/
+4
*
tdehwlib: Add a read of the current switch state before invoking
Slávek Banko
2020-02-26
1
-0
/
+1
*
tdehwlib: Add event device classification according to the provided switches.
Slávek Banko
2020-02-23
1
-3
/
+9
*
Prevent tdenetworkmanager from crashing when using unmanaged devices.
Michele Calgaro
2020-02-22
1
-37
/
+46
*
tdehwlib: Unify units of battery values.
Slávek Banko
2020-02-16
1
-8
/
+42
*
Added back build options for UDISKS2, UDISKS and UDEVIL as requested by
Michele Calgaro
2020-02-10
3
-22
/
+66
*
tdehwlib: Add allowed access for plugdev group members.
Slávek Banko
2020-02-05
1
-0
/
+28
*
Removed explicit usage of the 'register' keyword.
Michele Calgaro
2020-01-30
1
-1
/
+1
*
tdehwlib: Adjusted parsing of battery information
Slávek Banko
2020-01-23
1
-8
/
+24
*
tdehwlib: Fix parsing of CPU cores frequency information
Slávek Banko
2020-01-09
1
-77
/
+71
*
tdehw: Fix wrong merge location in prior commit.
Slávek Banko
2020-01-08
1
-3
/
+3
*
tdehwlib: Adjusted parsing of battery information
Slávek Banko
2020-01-08
2
-10
/
+36
*
tdehwlib: Classify the charger as an AC adapter, not as a battery.
Slávek Banko
2020-01-08
1
-0
/
+1
*
Removed sync dbus call code in tdenetworkmanager to align to latest
Michele Calgaro
2019-07-20
1
-50
/
+0
*
Normalized names of devices to avoid unintentional mixed used of icons from d...
Michele Calgaro
2019-07-08
2
-5
/
+8
*
Adjusted to use new TQStringVariantMap type.
Michele Calgaro
2019-07-07
4
-38
/
+35
*
Reworked code for eject/mount/unmount operations to support new TDEStorageOpR...
Michele Calgaro
2019-07-07
4
-255
/
+260
*
tdehw: code restructuring for tdestoragedevice.
Michele Calgaro
2019-07-07
4
-483
/
+442
*
tdehw: TRUE/FALSE --> true/false renaming.
Michele Calgaro
2019-07-07
20
-161
/
+159
*
tdehw: avoid crashing kded when using udisks/udisks2 to operate on
Michele Calgaro
2019-07-07
1
-0
/
+6
*
tdehw: improved code for mount table.
Michele Calgaro
2019-07-05
2
-20
/
+18
*
Adapted to latest dbus-1-tqt version (TQT_DBusObjectPath inheriting from TQSt...
Michele Calgaro
2019-05-21
2
-4
/
+5
[next]