summaryrefslogtreecommitdiffstats
path: root/tdecore
Commit message (Collapse)AuthorAgeFilesLines
* tdehwlib: Allow to gather connection information on virtual net devicesSlávek Banko2017-06-171-1/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit d1280c31d9394e157c10d1d9a493763f03c3d285)
* tdehwlib: Allow to classify virtual devices by subsystemSlávek Banko2017-06-171-3/+3
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit a73511a98d46bd9cceff8da7819b8ab523b9ad6c)
* Fix memory leak after processing udev_monitorSlávek Banko2017-03-251-0/+3
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit d2b61ae9dac0e38c8f2853a41a3fb194fd794cf7)
* Fix memory leak after processing udev_deviceSlávek Banko2017-03-251-0/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 1a5bc0e4ffef4e8baef9f3554ba3184fbc674211)
* Fix memory leak after use XGetAtomNameSlávek Banko2017-03-251-2/+5
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ab525f2baada44f6dd8c80970c2875a0b19b3a05)
* fixup! tdecore/tdeconfig_compiler: add check/test executablesAlexander Golubev2017-01-291-0/+82
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit d556a8752c0862aa2d84a105dc8ac41b61ba7824)
* tdecore/tdeconfig_compiler: add check/test executablesAlexander Golubev2017-01-297-8/+10
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit 57e73e9e4c61f9cfd9cc03fbbfa5970452e0e8a4)
* testing: add TEST argument to tde_add_check_executable() macroAlexander Golubev2017-01-291-7/+5
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit 7e73e618d0470110b60f8f1d3211841daf99b593)
* tdecore: fix a crash of dcop non-GUI apps without XAlexander Golubev2017-01-291-4/+8
| | | | | | | | Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp callback when receiving a DCOP message. Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit 5842fb37df7a01decb2151a570f58fb2528b3ccd)
* Include module into test namesAlexander Golubev2017-01-291-1/+1
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit 6c1b8a75f293ed4f1a08ec2064a2f5fa60de395b)
* Initial add for check target for cmakeAlexander Golubev2017-01-2919-25/+82
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit 0c64a776ddecfa33a37318e79b8811d9774579ae)
* Update version number for new target R14.0.5Slávek Banko2016-11-121-2/+2
|
* Update version numbers for R14.0.4 final releaseSlávek Banko2016-10-231-1/+1
|
* Probe partitions to get filesystem typeTimothy Pearson2016-09-081-4/+2
| | | | | | This fixes problems with LUKS partitions not being detected (cherry picked from commit 30c008d5512bf83039d2e24d2e737303f68a42af)
* Properly classify Lenovo USB camera platform subdevicesTimothy Pearson2016-09-081-0/+5
| | | | (cherry picked from commit b18bff9ad82dd217efa1adefb3ab8308b0344c49)
* Update version number for new target R14.0.4Slávek Banko2016-02-291-2/+2
|
* Fix crash in tdehwlib on partitions without parent diskr14.0.3Slávek Banko2016-02-111-6/+9
| | | | | | | This applies for example to the software RAID defined in the BIOS Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 36481f68c1cbb7c55a7325d709311e20b9c2ce54)
* Update version numbers for R14.0.3 final releaseSlávek Banko2016-02-071-1/+1
|
* Fix mountable flag for disk partitionsSlávek Banko2016-02-041-1/+5
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ff469a69ff7951e429b5ce48187906aac5ad89f9)
* Add a rule for classifying ATA Compact Flash AdapterSlávek Banko2016-02-041-1/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 613eadbbc35a25f19c205c32eeeb0b890d468aa6)
* Fix icon of mounted camera in tdehwlibSlávek Banko2016-02-041-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ef7180dad939e407f0efd9a02ffcac6ab249f866)
* Set partition disk type and status based on the parent deviceSlávek Banko2016-02-041-1/+15
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 51046798068760d062a1924fff4a99c7b8a60b71)
* Set hotpluggable flag for flash disks instead of removableSlávek Banko2016-02-041-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f8fbb3bd78ac30e41c81261b4a71c61dcead811f)
* Force removable flag for flask disks in tdehwlibSlávek Banko2016-01-311-0/+10
| | | | | | | This resolves Bug 2473 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit dc350e6c6406a78621763c2d4fcbea8deca01c7c)
* Fix crash in tdehwlib if not exists /sys/devices/system/cpuSlávek Banko2016-01-271-13/+15
| | | | | | | This resolves Bug 2584 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f4fb3a8e71882fec8beffccf0ba3c5eb54310c89)
* Fix ZIP drive classification in tdehwlibSlávek Banko2016-01-271-8/+9
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 6dfc04c51a9c2086e2f6a4be75ec847e8ef9f6fb)
* Classify flash drives as HDD in tdehwlibSlávek Banko2016-01-271-1/+6
| | | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 6a2a9de49cc8987d0f43bc1076db81771fe2f50e)
* Fix using of custom mountpoints with pmount in tdehwlibSlávek Banko2016-01-231-1/+12
| | | | | | | This partially resolves Bug 2576 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit c10124c96557042d5a9c0170dd2883557997be3e)
* Prefer encoded disk labels in tdehwlibSlávek Banko2016-01-231-1/+7
| | | | | | | because it contains unadjusted disk labels Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 893ac9fad0249a9ed959e2e8e28952415291b3a2)
* Add floppy into disk type clasification in tdehwlibSlávek Banko2016-01-231-0/+5
| | | | | | | This resolves Bug 2567 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ba2a3bc188922722090b4afd1623451886b1520c)
* Fix disk type clasification in tdehwlibSlávek Banko2016-01-231-12/+6
| | | | | | | This resolves Bug 2473 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 68102d50e99fe35442f78be21cf8b720481e7e0b)
* Fix calculation of remaining charging time in TDE hardware librarySlávek Banko2015-12-041-2/+7
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 075cf11458a98245a47505b944c5606c1b86afb2)
* Update version number for new target R14.0.3Slávek Banko2015-11-301-2/+2
|
* Update version numbers for R14.0.2 final releaser14.0.2Slávek Banko2015-10-251-1/+1
|
* Fix quotedPrintablecodec to support lower-case letters in hex codesSlávek Banko2015-10-131-2/+3
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 912e4866efdedea1a936c30ceb80d5d6df8d263d)
* Fix hardware class file matching algorithmTimothy Pearson2015-10-023-15/+51
| | | | | | Fix overly broad floppy device matching rules This resolves Bug 2534 (cherry picked from commit fd0de2b581ab3f3bab7bc540d8348f994464723f)
* Add mount indicator to tdehwlib storage device iconsTimothy Pearson2015-10-021-19/+24
| | | | (cherry picked from commit feaced1b3cdb36d0b841207b92b40cab58d5437b)
* Fix prior commitsTimothy Pearson2015-10-021-1/+1
| | | | (cherry picked from commit 6e6464537c7ee38d56b06846a93e18c26db83091)
* Fix prior commitTimothy Pearson2015-10-021-2/+2
| | | | (cherry picked from commit 4e04b0a438c17fc33d3424f810dbc0fb5e8666d9)
* Add GPL v3 license to TDEAboutData optionsTimothy Pearson2015-10-022-0/+10
| | | | (cherry picked from commit 85c0e479c1d997b4127748ee6a2c749378940046)
* Update version number for new target R14.0.2Slávek Banko2015-08-261-2/+2
|
* Update version numbers for R14.0.1 final releaser14.0.1Slávek Banko2015-07-131-1/+1
|
* Minor typo and style corrections.Michele Calgaro2015-06-292-61/+61
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ce9d4765cc846d40b3156ccb6a457adca8097564)
* Fix FTBFS due to missing export lt_dlopen_flagNikolaus Klepp2015-06-161-0/+2
| | | | | Signed-off-by: Nikolaus Klepp <[email protected]> (cherry picked from commit 022a297ed704d1d8f51d31551b303a79c7bfdbfa)
* Fix several issues on freebsdSlávek Banko2015-06-141-5/+8
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit e469e42c76000b70aebaf838f5a3c4ded184b0e3)
* Fix FTBFS on freebsd due to utmpxSlávek Banko2015-06-111-1/+1
| | | | | | | [taken from FreeBSD kdelibs3 patches] Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit e443c9e0b29809c1ba0c9133e2fea9cbc30ae937)
* Fix hang in TDENetMask::fromCIDRMask() due to point-to-point connectionsSlávek Banko2015-05-241-2/+4
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit a0189f32f7f986760ab9a5f9b6a71ff09d64c4bf)
* Force to handle DCOP requests in KUniqueApplication (newInstance call)Slávek Banko2015-05-241-2/+12
| | | | | | | This resolves Bug 2437 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit c6c1d781a5035e6740532366a09a48448a93666c)
* Classify memstick_host devicesTimothy Pearson2015-04-071-1/+2
| | | | (cherry picked from commit 669345d6b80ea91a19a93400798629c94055216e)
* Bring keyboard icon into XDG complianceTimothy Pearson2015-03-261-1/+1
| | | | (cherry picked from commit 3e23bfa58d9488d44099dffd4b05bc456ae28022)