| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjusted to TQPtrStack class. This is a minor change. | Michele Calgaro | 2020-05-23 | 1 | -1/+1 |
* | Check existing XDG folders before localization of the name. | Slávek Banko | 2020-05-18 | 1 | -16/+48 |
* | Removed unnecessary comment. | Michele Calgaro | 2020-03-12 | 1 | -2/+0 |
* | 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 |
* | Remove remaining 'register' instructions. | Michele Calgaro | 2020-02-20 | 2 | -3/+3 |
* | 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 | 9 | -25/+25 |
* | Fix private API compatibility in TDEGlobalSettings. | Slávek Banko | 2020-01-30 | 2 | -0/+13 |
* | Make sure XDG folders are created prior to their usage. | Michele Calgaro | 2020-01-29 | 1 | -1/+36 |
* | Improved support for XDG folders without requiring xdg-user-dirs to be instal... | Michele Calgaro | 2020-01-28 | 3 | -115/+167 |
* | tdehwlib: Adjusted parsing of battery information | Slávek Banko | 2020-01-23 | 1 | -8/+24 |
* | Redirect some headers noticed by the compiler | Matías Fonzo | 2020-01-22 | 1 | -1/+1 |
* | Added support for XDG_PICTURES_DIR and XDG_TEMPLATES_DIR in TDE global settings. | Michele Calgaro | 2020-01-12 | 2 | -3/+38 |
* | Fix handling of XDG directories in TDEConfigBase. This relates to issue #60. | Michele Calgaro | 2020-01-12 | 1 | -6/+32 |
* | 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 |
* | Fix FTBFS for build without tdehwlib. | François Andriot | 2019-12-04 | 1 | -0/+4 |
* | Replace Qt branding with TQt ones. | Chris | 2019-08-11 | 1 | -1/+1 |
* | Security: remove support for $(...) in config keys with [$e] marker. | Slávek Banko | 2019-08-08 | 2 | -32/+1 |
* | Replace Qt branding with TQt ones. | Chris | 2019-07-24 | 1 | -1/+1 |
* | Fix incorrect translations of language names. | Anton Repko | 2019-07-21 | 1 | -1/+1 |
* | Fix incorrect translations of language names. | Anton Repko | 2019-07-21 | 1 | -2/+2 |
* | Removed sync dbus call code in tdenetworkmanager to align to latest | Michele Calgaro | 2019-07-20 | 1 | -50/+0 |
* | Fix small typo in prior commit. | Slávek Banko | 2019-07-13 | 1 | -1/+1 |
* | Update and promote new TDE websites, replace branding and do slight refactoring. | Chris | 2019-07-13 | 1 | -3/+5 |
* | 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 | 5 | -39/+36 |
* | 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 |
* | Extended kcharset API with new utility function. | Michele Calgaro | 2019-06-13 | 2 | -0/+18 |
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-24 | 3 | -3/+3 |
* | Adapted to latest dbus-1-tqt version (TQT_DBusObjectPath inheriting from TQSt... | Michele Calgaro | 2019-05-21 | 2 | -4/+5 |
* | Use new function TQT_DBusData::getAsVariantData() instead of local | Michele Calgaro | 2019-05-16 | 3 | -148/+127 |
* | Fixed moc inclusion after last changes in dbus-1-tqt. | Slávek Banko | 2019-05-02 | 1 | -11/+8 |
* | Added timestamp to debug backend (kdDebug, kdWarning, ...). | Michele Calgaro | 2019-04-27 | 1 | -5/+7 |
* | Fix CMake build dependencies for tests. | Slávek Banko | 2019-03-03 | 1 | -0/+6 |
* | tdehwlib: Fix the flag setting whether the storage device contains the file s... | Slávek Banko | 2019-02-27 | 1 | -1/+1 |
* | Use system libdir when searching for dynamically loaded libraries. | Slávek Banko | 2019-02-24 | 1 | -4/+4 |
* | Fixed support for logind power state calls. | Michele Calgaro | 2019-02-24 | 1 | -46/+39 |
* | Conversion exitkde -> exittde in knotify.evertsrc file. This relates to | Michele Calgaro | 2018-11-01 | 1 | -1/+1 |
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 6 | -9/+9 |