Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 2 | -2/+2 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. | Michele Calgaro | 2018-09-25 | 1 | -5/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 4 | -14/+14 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix bug reports link in about dialog | Slávek Banko | 2018-06-30 | 1 | -2/+4 |
| | | | | | | | Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed FTBFS caused by libcryptsetup 2.0 | Michele Calgaro | 2018-02-25 | 2 | -22/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add search for utempter helper | Slávek Banko | 2018-02-13 | 1 | -2/+2 |
| | | | | | | This resolves Bug 2841 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix crash in tdehwlib if /sys/devices/system/cpu/cpu* is not accessible | Slávek Banko | 2017-09-23 | 1 | -3/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add brightness keys support | Roman Savochenko | 2017-07-31 | 1 | -0/+10 |
| | | | | | | This relates to bug 2781 Signed-off-by: Roman Savochenko <rom_as@oscada.org> | ||||
* | tdecore/tdeconfig_compiler: Always use tqt names of objects in the generated ↵ | Slávek Banko | 2017-07-22 | 1 | -9/+9 |
| | | | | | | files Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | tdehwlib: Use TDENetworkDevice in TDENetworkConnectionManager instead of MAC ↵ | Slávek Banko | 2017-06-17 | 5 | -159/+51 |
| | | | | | | | | | | | | | | | | | address Use interface name in TDENetworkConnectionManager_BackendNM instead of MAC address This relates to bug 2748 The name of the network interface seems to be a more stable identifier than the MAC address because the MAC address can be changed easily or even automatically - see randomization of MAC addresses on wireless interfaces. Therefore, the use of the MAC address as a network interface identifier was abandoned. Beware, this change is an API / ABI change! However, most changes are internal and the only one affected is application TDENetworkManager. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | tdehwlib: Add a rule for classifying parport device | Slávek Banko | 2017-06-17 | 1 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | tdehwlib: Add a rule for classifying remote control devices | Slávek Banko | 2017-06-17 | 1 | -0/+4 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | tdehwlib: Allow to gather connection information on virtual net devices | Slávek Banko | 2017-06-17 | 1 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | tdehwlib: Allow to classify virtual devices by subsystem | Slávek Banko | 2017-06-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix memory leak after processing udev_monitor | Slávek Banko | 2017-03-25 | 1 | -0/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix memory leak after processing udev_device | Slávek Banko | 2017-03-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix memory leak after use XGetAtomName | Slávek Banko | 2017-03-25 | 1 | -2/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | fixup! tdecore/tdeconfig_compiler: add check/test executables | Alexander Golubev | 2017-01-29 | 1 | -0/+82 |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | tdecore/tdeconfig_compiler: add check/test executables | Alexander Golubev | 2017-01-29 | 7 | -8/+10 |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | testing: add TEST argument to tde_add_check_executable() macro | Alexander Golubev | 2017-01-29 | 1 | -7/+5 |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | tdecore: fix a crash of dcop non-GUI apps without X | Alexander Golubev | 2017-01-29 | 1 | -4/+8 |
| | | | | | | | Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp callback when receiving a DCOP message. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | Include module into test names | Alexander Golubev | 2017-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | Initial add for check target for cmake | Alexander Golubev | 2017-01-29 | 19 | -25/+82 |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | Probe partitions to get filesystem type | Timothy Pearson | 2016-09-05 | 1 | -4/+2 |
| | | | | This fixes problems with LUKS partitions not being detected | ||||
* | Properly classify Lenovo USB camera platform subdevices | Timothy Pearson | 2016-09-05 | 1 | -0/+5 |
| | |||||
* | Make cryptographic card reader detection on single readers sytems more robust | Timothy Pearson | 2016-09-04 | 1 | -4/+11 |
| | |||||
* | Add fallback to match udev cryptographic card reader name with PCSC vendor ↵ | Timothy Pearson | 2016-09-04 | 1 | -1/+29 |
| | | | | strings | ||||
* | Add IBM VIO device | Timothy Pearson | 2016-07-23 | 1 | -0/+3 |
| | |||||
* | Add nvmem device type | Timothy Pearson | 2016-07-23 | 2 | -0/+13 |
| | |||||
* | tdecore: Fixed hybrid suspend (aka suspend to RAM + suspend to disk) support ↵ | Michele Calgaro | 2016-05-04 | 1 | -6/+8 |
| | | | | | | | | | using HAL. org.freedesktop.Hal.Device.SystemPowerManagement/SuspendHybrid requires a parameter when invoked. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdecore: Improved code for hybrid suspend (aka suspend to RAM + suspend to ↵ | Michele Calgaro | 2016-05-02 | 3 | -12/+25 |
| | | | | | | | | disk). Now code is more consistent. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdecore: complete previous commit, one file was forgotten by mistake. | Michele Calgaro | 2016-04-26 | 1 | -8/+14 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdecore: Added DBus support for hybrid suspend (aka suspend to RAM + suspend ↵ | Michele Calgaro | 2016-04-26 | 1 | -2/+129 |
| | | | | | | | | to disk). This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdecore: Initial support for hybrid suspend (aka suspend to RAM + suspend to ↵ | Michele Calgaro | 2016-04-24 | 3 | -18/+180 |
| | | | | | | | | | disk). Update to dbus interface and hardware device manager will be commit separately. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix crash in tdehwlib on partitions without parent disk | Slávek Banko | 2016-02-11 | 1 | -6/+9 |
| | | | | | | This applies for example to the software RAID defined in the BIOS Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix mountable flag for disk partitions | Slávek Banko | 2016-02-04 | 1 | -1/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add a rule for classifying ATA Compact Flash Adapter | Slávek Banko | 2016-02-04 | 1 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix icon of mounted camera in tdehwlib | Slávek Banko | 2016-02-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Set partition disk type and status based on the parent device | Slávek Banko | 2016-02-04 | 1 | -1/+15 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Set hotpluggable flag for flash disks instead of removable | Slávek Banko | 2016-02-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Force removable flag for flask disks in tdehwlib | Slávek Banko | 2016-01-31 | 1 | -0/+10 |
| | | | | | | This resolves Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix crash in tdehwlib if not exists /sys/devices/system/cpu | Slávek Banko | 2016-01-27 | 1 | -13/+15 |
| | | | | | | This resolves Bug 2584 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix ZIP drive classification in tdehwlib | Slávek Banko | 2016-01-27 | 1 | -8/+9 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Classify flash drives as HDD in tdehwlib | Slávek Banko | 2016-01-27 | 1 | -1/+6 |
| | | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add support for udevil to mount/unmount removable drives | Slávek Banko | 2016-01-23 | 2 | -2/+42 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix using of custom mountpoints with pmount in tdehwlib | Slávek Banko | 2016-01-23 | 1 | -1/+12 |
| | | | | | | This partially resolves Bug 2576 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Prefer encoded disk labels in tdehwlib | Slávek Banko | 2016-01-23 | 1 | -1/+7 |
| | | | | | | because it contains unadjusted disk labels Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add floppy into disk type clasification in tdehwlib | Slávek Banko | 2016-01-23 | 1 | -0/+5 |
| | | | | | | This resolves Bug 2567 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix disk type clasification in tdehwlib | Slávek Banko | 2016-01-23 | 1 | -12/+6 |
| | | | | | | This resolves Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix calculation of remaining charging time in TDE hardware library | Slávek Banko | 2015-12-04 | 1 | -2/+7 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |