Commit Graph

495 Commits (dc9adc1b0ffb44ddfcd1d27ccbee0c94280580ed)

Author SHA1 Message Date
Slávek Banko 543cffbeac
Fix small typo in prior commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e1ef15d04d)
6 years ago
Chris e0acaa2976
Update and promote new TDE websites, replace branding and do slight refactoring.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit e53c04d5d3)
6 years ago
Michele Calgaro c90f6c3e50
tdehw: avoid crashing kded when using udisks/udisks2 to operate on
drives that contain dashes. This relates to issue #32.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 32566accda)
6 years ago
Michele Calgaro 0f7cda9d52
tdehw: improved code for mount table.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 09835dceb7)
6 years ago
Michele Calgaro fe423b35a8
Added timestamp to debug backend (kdDebug, kdWarning, ...).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0e7f9b8db1)
6 years ago
Slávek Banko 7150ed488d
Updated version number to R14.0.7 [DEVELOPMENT].
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 38601b30c9
Fix CMake build dependencies for tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8fc2a6ca26)
6 years ago
Michele Calgaro ca2507adc7
Removed "DEVELOPMENT" from TDE version in preparation for R14.0.6 release.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 9ce98047ff
tdehwlib: Fix the flag setting whether the storage device contains the file system.
This resolves bug 2232, bug 2607 and bug 2946.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dfe3c9649f)
6 years ago
Slávek Banko 33c3818ac5
Use system libdir when searching for dynamically loaded libraries.
This prevents finding an incorrect architecture on multi-arch systems.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a859540c3)
6 years ago
Michele Calgaro 89609911f8
Fixed support for logind power state calls.
This resolves bug 2661 and bug 2975.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c49ee53043)
6 years ago
Michele Calgaro d5b109ab3d
Conversion exitkde -> exittde in knotify.evertsrc file. This relates to
bug 2283.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 75d48a810c)
6 years ago
Michele Calgaro 086cc055d4
Updated version number to R14.0.6 [DEVELOPMENT].
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 74686afc04 Revert "Revert "Fix bug reports link in about dialog""
The reversion was done by mistake and inadvertently. Sorry for the
mess :-(

This reverts commit dcb480334c.
7 years ago
Michele Calgaro 02639199e2 Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5
release (this time ok).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro d06b03ad49 Revert "Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5"
due to unwanted change inclusion.

This reverts commit 398bc87ef9.
7 years ago
Michele Calgaro dcb480334c Revert "Fix bug reports link in about dialog"
This reverts commit 69fc44f5d5.
7 years ago
Michele Calgaro 398bc87ef9 Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5
release.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 69fc44f5d5 Fix bug reports link in about dialog
Update bug reports url to bugs.trinitydesktop.org
This resolves bug 2935

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa83c86cd3)
7 years ago
Slávek Banko 1e22a0ce39 Add search for utempter helper
This resolves Bug 2841

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a14adb9ab9)
7 years ago
Slávek Banko 7d83a0cb92 Fix crash in tdehwlib if /sys/devices/system/cpu/cpu* is not accessible
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 051acc7df5)
8 years ago
Roman Savochenko 03781b6f47 Add brightness keys support
This relates to bug 2781

Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 4dd179aaa3)
8 years ago
Slávek Banko bd11ca19e5 tdecore/tdeconfig_compiler: Always use tqt names of objects in the generated files
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 68d315af10)
8 years ago
Slávek Banko 234f323f7b tdehwlib: Use TDENetworkDevice in TDENetworkConnectionManager instead of MAC 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>
(cherry picked from commit e0fd34a1bd)
8 years ago
Slávek Banko a8e587a973 tdehwlib: Add a rule for classifying parport device
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit eb6f8213d4)
8 years ago
Slávek Banko 2b8dc1971b tdehwlib: Add a rule for classifying remote control devices
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cc4f1996df)
8 years ago
Slávek Banko b0c326c2d0 tdehwlib: Allow to gather connection information on virtual net devices
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d1280c31d9)
8 years ago
Slávek Banko 69112fe54a tdehwlib: Allow to classify virtual devices by subsystem
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a73511a98d)
8 years ago
Slávek Banko a7009dd252 Fix memory leak after processing udev_monitor
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d2b61ae9da)
8 years ago
Slávek Banko 9ef769d0e5 Fix memory leak after processing udev_device
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1a5bc0e4ff)
8 years ago
Slávek Banko 164063ce4e Fix memory leak after use XGetAtomName
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ab525f2baa)
8 years ago
Alexander Golubev de48b4a218 fixup! tdecore/tdeconfig_compiler: add check/test executables
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d556a8752c)
8 years ago
Alexander Golubev cbd9e3ba0b tdecore/tdeconfig_compiler: add check/test executables
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 57e73e9e4c)
8 years ago
Alexander Golubev fa50fd0125 testing: add TEST argument to tde_add_check_executable() macro
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 7e73e618d0)
8 years ago
Alexander Golubev 575df654fe tdecore: fix a crash of dcop non-GUI apps without X
Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp
callback when receiving a DCOP message.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 5842fb37df)
8 years ago
Alexander Golubev ab10c24ace Include module into test names
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 6c1b8a75f2)
8 years ago
Alexander Golubev 297691c5b8 Initial add for check target for cmake
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 0c64a776dd)
8 years ago
Slávek Banko 32f820e4ba Update version number for new target R14.0.5 8 years ago
Slávek Banko d1bc52338f Update version numbers for R14.0.4 final release 8 years ago
Timothy Pearson dc7e40a1a9 Probe partitions to get filesystem type
This fixes problems with LUKS partitions not being detected

(cherry picked from commit 30c008d551)
9 years ago
Timothy Pearson f66944e531 Properly classify Lenovo USB camera platform subdevices
(cherry picked from commit b18bff9ad8)
9 years ago
Slávek Banko c5fb34d10e Update version number for new target R14.0.4 9 years ago
Slávek Banko 72efbe384e Fix crash in tdehwlib on partitions without parent disk
This applies for example to the software RAID defined in the BIOS

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 36481f68c1)
9 years ago
Slávek Banko a5ba98c6e8 Update version numbers for R14.0.3 final release 9 years ago
Slávek Banko 6958076530 Fix mountable flag for disk partitions
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ff469a69ff)
9 years ago
Slávek Banko 97e220ed39 Add a rule for classifying ATA Compact Flash Adapter
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 613eadbbc3)
9 years ago
Slávek Banko 90ed3e409b Fix icon of mounted camera in tdehwlib
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ef7180dad9)
9 years ago
Slávek Banko c7ba84312e Set partition disk type and status based on the parent device
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5104679806)
9 years ago
Slávek Banko 762f90beac Set hotpluggable flag for flash disks instead of removable
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f8fbb3bd78)
9 years ago
Slávek Banko 9b33264c99 Force removable flag for flask disks in tdehwlib
This resolves Bug 2473

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dc350e6c64)
9 years ago
Slávek Banko fd96a6c2a8 Fix crash in tdehwlib if not exists /sys/devices/system/cpu
This resolves Bug 2584

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f4fb3a8e71)
9 years ago
Slávek Banko 111cc009ea Fix ZIP drive classification in tdehwlib
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6dfc04c51a)
9 years ago
Slávek Banko 107e863644 Classify flash drives as HDD in tdehwlib
This relates to Bug 2473

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6a2a9de49c)
9 years ago
Slávek Banko 0151f8494a Fix using of custom mountpoints with pmount in tdehwlib
This partially resolves Bug 2576

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c10124c965)
9 years ago
Slávek Banko cec0b42a3c Prefer encoded disk labels in tdehwlib
because it contains unadjusted disk labels

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 893ac9fad0)
9 years ago
Slávek Banko bec14c7a28 Add floppy into disk type clasification in tdehwlib
This resolves Bug 2567

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ba2a3bc188)
9 years ago
Slávek Banko ad6b5add68 Fix disk type clasification in tdehwlib
This resolves Bug 2473

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 68102d50e9)
9 years ago
Slávek Banko 43b1218e15 Fix calculation of remaining charging time in TDE hardware library
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 075cf11458)
9 years ago
Slávek Banko 76adbedc16 Update version number for new target R14.0.3 9 years ago
Slávek Banko 5b7b83b490 Update version numbers for R14.0.2 final release 9 years ago
Slávek Banko 48c3adf7bd Fix quotedPrintablecodec to support lower-case letters in hex codes
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 912e4866ef)
10 years ago
Timothy Pearson bc746bd059 Fix hardware class file matching algorithm
Fix overly broad floppy device matching rules
This resolves Bug 2534
(cherry picked from commit fd0de2b581)
10 years ago
Timothy Pearson 55c60ed152 Add mount indicator to tdehwlib storage device icons
(cherry picked from commit feaced1b3c)
10 years ago
Timothy Pearson e767976945 Fix prior commits
(cherry picked from commit 6e6464537c)
10 years ago
Timothy Pearson 269cebc715 Fix prior commit
(cherry picked from commit 4e04b0a438)
10 years ago
Timothy Pearson 61602b95ce Add GPL v3 license to TDEAboutData options
(cherry picked from commit 85c0e479c1)
10 years ago
Slávek Banko 07665de5d8 Update version number for new target R14.0.2 10 years ago
Slávek Banko 4c186c78ee Update version numbers for R14.0.1 final release 10 years ago
Michele Calgaro a3e422826d Minor typo and style corrections.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ce9d4765cc)
10 years ago
Nikolaus Klepp 94b43a90c0 Fix FTBFS due to missing export lt_dlopen_flag
Signed-off-by: Nikolaus Klepp <office@klepp.biz>
(cherry picked from commit 022a297ed7)
10 years ago
Slávek Banko d809139616 Fix several issues on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e469e42c76)
10 years ago
Slávek Banko 50b2ec5046 Fix FTBFS on freebsd due to utmpx
[taken from FreeBSD kdelibs3 patches]

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e443c9e0b2)
10 years ago
Slávek Banko ef12830170 Fix hang in TDENetMask::fromCIDRMask() due to point-to-point connections
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a0189f32f7)
10 years ago
Slávek Banko a4f6021ace Force to handle DCOP requests in KUniqueApplication (newInstance call)
This resolves Bug 2437

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c6c1d781a5)
10 years ago
Timothy Pearson 08e045c17a Classify memstick_host devices
(cherry picked from commit 669345d6b8)
10 years ago
Timothy Pearson 799c91ef96 Bring keyboard icon into XDG compliance
(cherry picked from commit 3e23bfa58d)
10 years ago
Timothy Pearson 1a2f871729 Bring printer1 icon into XDG compliance
(cherry picked from commit 61f6eb5a1e)
10 years ago
Timothy Pearson 1646faa695 Bring mouse icon into XDG compliance
(cherry picked from commit 891dbd6b98)
10 years ago
Timothy Pearson 394f67b84c Rename most device icons to comply with XDG standards
(cherry picked from commit 86686421b5)
10 years ago
Michele Calgaro a29d59f8bb Updated version numbers for R14.0.1 branch 10 years ago
Timothy Pearson 145948b3a0 Update version numbers for R14 final release 10 years ago
Timothy Pearson 066f3174aa Fix detection of laptop AC adapters 10 years ago
Timothy Pearson 08d4e3062c Do not flag disk devices/partitions as mountable if a partition table is present under the given device/partition
This relates to Bug 2232
10 years ago
Timothy Pearson e0b1bfb014 Fix a number of build warnings 10 years ago
Timothy Pearson bbd5f4476c Remove unneeded check and handler for broken TQt DnD
Application of patch 0037-dnd-timestamp-fix.patch to TQt3 verified before removal
10 years ago
Timothy Pearson 7b66a28f37 Add Hidden storage device attribute
This relates to Bug 2211
10 years ago
Timothy Pearson 3b57fe6816 Fix hardware control center crashes on device hot remove
Fix incorrect decoding of hex escaped device names
10 years ago
Timothy Pearson 9ea35022d2 Fix compositing manager detection
Add advanced option to allow a DCOP call to bypass the local call-->send translation shortcut
10 years ago
Timothy Pearson 540db0b3e7 Add very early support for compressed PPDs to make_driver_db_cups
This relates to Bug 2191
10 years ago
Timothy Pearson b03b9b071f Write composition manager available file to tmp
This relates to Bug 887
10 years ago
Timothy Pearson 6c097e6ff1 Read from X-DocPath only 10 years ago
Timothy Pearson 2cd1515186 Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
Timothy Pearson 7446b7fa1b Add missing categories group to crystalsvg theme file 11 years ago
Timothy Pearson e1ff3591ff Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance 11 years ago
Timothy Pearson bab4f22f92 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 11 years ago
Timothy Pearson fee189b236 Bring camera icons into XDG compliance 11 years ago
François Andriot 84e3f9e06b Allow conditional build of tdehwlib 11 years ago
Timothy Pearson a3e63055fb Allow suspend/hibernate/freeze/etc. when $HOME is an NFS share
This resolves Bug 1623
11 years ago
Timothy Pearson 03518d6339 Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdelibs 11 years ago
Timothy Pearson 7cd4adc908 Add proper refcounting option to TDEMainWindow
This relates to the discussion at:
http://lists.kde.org/?l=kde-core-devel&m=107208785431497&w=2
Clean up a few minor code formatting issues
11 years ago