summaryrefslogtreecommitdiffstats
path: root/tdecore
Commit message (Collapse)AuthorAgeFilesLines
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace color '#define' strings with actual valuesMichele Calgaro2023-11-232-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-2319-75/+75
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-234-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-211-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-183-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-1526-262/+262
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2540-206/+206
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Update hashing code for strings to be the same as upstream gettext. The old ↵Michele Calgaro2023-09-191-2/+2
| | | | | | 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 <[email protected]>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-1210-30/+30
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop USE_TQT4 codeMichele Calgaro2023-08-2625-238/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-181-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-088-17/+17
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2056-67/+67
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-124-32/+32
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Add SunOS specific patchesDenis Kozadaev2023-05-225-3/+16
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Update version to R14.2.0~[DEVELOPMENT]Michele Calgaro2023-04-261-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update release version to R14.1.0r14.1.0Michele Calgaro2023-04-161-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add MIT licenseMichele Calgaro2023-03-262-1/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix mangling of '@' in KURL's pretty printing.Michele Calgaro2023-03-061-1/+1
| | | | | | This resolves TDE/tdepim#71. Signed-off-by: Michele Calgaro <[email protected]>
* Added compatibility for hwlib support for muslormorph2022-12-141-2/+2
| | | | Signed-off-by: ormorph <[email protected]>
* Added missing semicolon to malloc.cormorph2022-12-131-1/+1
| | | | Signed-off-by: ormorph <[email protected]>
* Update README.kiosk (KDE->TDE, gender neutral)Mavridis Philippe2022-07-181-12/+12
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Minor fixup on names used in previous commit. This aligns to the names of ↵Michele Calgaro2022-05-181-7/+7
| | | | | | the other tdeio slaves. Signed-off-by: Michele Calgaro <[email protected]>
* Add kdebug areas for tdeio slaves in applications/tdeio folder. Tidy up the ↵Michele Calgaro2022-05-181-418/+425
| | | | | | whole file alignemnt. Signed-off-by: Michele Calgaro <[email protected]>
* tdehw lib: power off USB devices after ejecting them when udisks/udisks2 are ↵Michele Calgaro2022-04-201-6/+70
| | | | | | used. Signed-off-by: Michele Calgaro <[email protected]>
* Add pid value to debug messages.Michele Calgaro2022-03-231-11/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdehw lib: make sure to emit hardwareRemoved signal after removing the ↵Michele Calgaro2022-03-161-3/+8
| | | | | | device from the device list. Signed-off-by: Michele Calgaro <[email protected]>
* tdehw: make rtc devices appear as Timekeeping rather than Mainboard devicesAlexander Golubev2022-02-151-3/+3
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* Removed HAL dependant code.Michele Calgaro2022-02-143-163/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use AUTOMOC for generated sources instead of a specific rule.Slávek Banko2022-01-141-8/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* tdehwlib: Prevent potential crash, when building without Network Manager ↵Slávek Banko2021-09-301-3/+8
| | | | | | support. Signed-off-by: Slávek Banko <[email protected]>
* tdehw lib: reworked device notifications to avoid repeated scanning of devices.Michele Calgaro2021-08-134-169/+84
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdehw lib: removed unused and seemingly unnecessary method in storage device.Michele Calgaro2021-08-102-60/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdehw lib: make the call to close the file explicit.Michele Calgaro2021-08-091-0/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unused code related to hardware events.Michele Calgaro2021-08-023-32/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update Windows Generic Device IDs.gregory guy2021-06-131-138/+330
| | | | Signed-off-by: gregory guy <[email protected]>
* As default behaviour, use hwdata files for pci and usb ids files.gregory guy2021-06-131-2/+2
| | | | Signed-off-by: gregory guy <[email protected]>
* Fix definitions of slot constants for old cryptsetup API.Slávek Banko2021-06-071-5/+3
| | | | | | This resolves issue #137. Signed-off-by: Slávek Banko <[email protected]>
* Fixed handling of arcs in non conforming svg files.Michele Calgaro2021-05-161-30/+48
| | | | | | This resolves issue TDE/tde#46. Signed-off-by: Michele Calgaro <[email protected]>
* Build tdehw library as a standalone library.Slávek Banko2021-05-075-15/+52
| | | | | | This causes tdecore API change! Signed-off-by: Slávek Banko <[email protected]>
* Removed dbus access rules for invalid "send_destination".Slávek Banko2021-02-091-16/+0
| | | | | | | | | | For the tde_dbus_hardwarecontrol daemon, the destination is always "org.trinitydesktop.hardwarecontrol", which provides interfaces for individual components. The permissions for the standard dbus Introspectable and Properties calls are therefore set together on one destination, regardless of the interfaces for the individual components. Signed-off-by: Slávek Banko <[email protected]>
* tdehwlib: Allow everyone to read the status of input switches.Slávek Banko2021-02-091-0/+4
| | | | | | | | | Reading the status of input switches seems safe so that it can be allowed to everyone. This will prevent the log from being filled with unauthorized access messages if the user is not a member of the plugdev group - this resolve issue TDE/tde#44. Signed-off-by: Slávek Banko <[email protected]>
* tdecore/tdehw: disable SW_RADIO switch if it's the same as SW_RFKILL_ALLAlexander Golubev2021-02-081-0/+4
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* Fixed more uncrustify's code formatting offending files.Michele Calgaro2021-01-032-4/+47
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed second pass uncrustify's code formatting offending files.Michele Calgaro2020-12-272-14/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop weird macro and use memcpy/memset instead.Michele Calgaro2020-12-201-99/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed some uncrustify's code formatting offending files.Michele Calgaro2020-12-192-16/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>