summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehardwaredevices.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move all tdehw stuff into separate subdirGolubev Alexander2013-07-271-6206/+0
|
* Add hardware clasification rules for virtio devicesSlávek Banko2013-07-251-0/+11
|
* Fix network manager interface not returning active connectionsTimothy Pearson2013-07-071-0/+3
| | | | Add unclassified TI FlashMedia device
* Fix incorrect clasification of hardware devicesTimothy Pearson2013-06-221-0/+5
| | | | This resolves a bug accidentally introduced in GIT hash b282a7bb
* Reduce CPU usage of triggerless device polling routineTimothy Pearson2013-06-011-5/+59
| | | | Fix TDEListView not emitting executed signal for part of entire highlighted item area
* Disable polling of triggerless devices by defaultTimothy Pearson2013-06-011-5/+14
| | | | This resolves Bug 1516
* Fix several warnings and excessive .xsession-errors log spam when ↵Timothy Pearson2013-05-181-0/+3
| | | | network-manager VPN service is not available
* Fix slot warnings when no partManager is availableTimothy Pearson2013-05-071-0/+1
| | | | This resolves the remainder of Bug 1088
* Cleanup output clutterSlávek Banko2013-04-271-20/+20
|
* Do not label swap devices as mountable or containing a filesystemTimothy Pearson2013-04-271-1/+5
|
* Fix incorrect block device size reporting on 32 bit systemsTimothy Pearson2013-04-261-3/+3
|
* Fix incorrect CPU governor DBUS interface nameTimothy Pearson2013-04-251-102/+143
| | | | This resolves Bug 1464
* Add ConsoleKit support to TDE hardware libraryTimothy Pearson2013-04-251-5/+125
|
* Add preliminary udisks eject supportTimothy Pearson2013-04-171-17/+65
| | | | Fix additional tdeioslave dirlister problems
* Fix a number of problems with the forwarding slave and dirlisterTimothy Pearson2013-04-171-1/+1
| | | | Fix TDE HW library not detecting mounted drives
* Add support for udisks2 device ejectTimothy Pearson2013-04-151-3/+109
|
* Add ejectDriveMedia method to TDE hardware managerTimothy Pearson2013-03-301-0/+15
|
* Add new lockDriveMedia method to TDE hardware managerTimothy Pearson2013-03-291-0/+28
|
* Update hardware classification rules with new devicesTimothy Pearson2013-03-241-5/+30
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-3/+3
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-4/+4
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-6/+6
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-19/+19
|
* Add control daemon for CPU governor and display brightnessTimothy Pearson2013-01-181-2/+69
| | | | This allows kpowersave-nohal to function properly as a normal user
* Use upower for suspend and hibernate if direct access to sysfs is not allowedTimothy Pearson2013-01-141-1/+80
|
* Add monitor hotplug notification support to TDE hardware devices libraryTimothy Pearson2013-01-091-1/+15
| | | | | Fix spurious xcalib pipe error notifications Fix krandr available resolution detection
* Fix a number of issues with the network-manager backend, including event ↵Timothy Pearson2012-11-281-5/+7
| | | | loop recursion
* Fix network-manager backendTimothy Pearson2012-11-261-0/+12
| | | | Add Bluetooth device detection
* Set max and min frequency to current frequency when no CPU governor is availableTimothy Pearson2012-10-111-0/+8
|
* Add core number to CPU information structureTimothy Pearson2012-10-111-0/+18
|
* Report serial number of ARM processorTimothy Pearson2012-10-041-0/+8
|
* Detect CPU information when cpufreq only partially implementedTimothy Pearson2012-10-041-0/+42
| | | | Classify additional SPI devices
* Detect CPUs in a more reliable fashionTimothy Pearson2012-10-011-29/+22
|
* Fix pictbridge camera detectionTimothy Pearson2012-09-291-6/+39
| | | | Add new device matching rules
* Correctly parse cpuinfo on ARM devicesTimothy Pearson2012-09-281-26/+128
|
* Fix TDEHW crash when cpufreq not availableTimothy Pearson2012-09-261-16/+18
|
* Add new signal to tdehwlibraryTimothy Pearson2012-09-071-0/+16
|
* Fix pmount when special characters are requestedTimothy Pearson2012-09-021-4/+17
|
* Fix removable device classificationTimothy Pearson2012-09-021-12/+39
| | | | Fix tqsocketnotifier warnings
* Fix disk insert/removeTimothy Pearson2012-08-301-15/+14
|
* Add PictBridge camera supportTimothy Pearson2012-08-291-255/+289
|
* Add very preliminary network-manager backend supportTimothy Pearson2012-08-271-6/+7
|
* Initial skeleton for network manager supportTimothy Pearson2012-08-231-2/+27
|
* Fix network device detectionTimothy Pearson2012-08-221-0/+2
|
* Fix detection of USB to serial adaptersTimothy Pearson2012-08-111-1/+4
|
* Fix KTempFile not obeying special bits on file creationTimothy Pearson2012-05-251-1/+17
| | | | | This closes Bug 349 Add modem category to TDE hardware manager