Warning, /plasma/plasma-thunderbolt/TODO is written in an unsupported language. File is not indexed.
0001 KDED: 0002 * allow one-time and persistent authorization (right now we only do persistent) 0003 * be smart about allowing entire chain of devices (e.g. station + cable in 0004 single notification) 0005 0006 KCM 0007 * list of devices 0008 * only show peripherals 0009 * device details 0010 * authorize/enroll/forget each device 0011 -> with custom options 0012 * show smart grouping based on parent UID? 0013 0014 TESTS: 0015 * LIBS 0016 - check reading all properties works 0017 - check all calls from lib to daemon work 0018 0019 * KDED 0020 - check only unauthorized devices trigger the prompt 0021 - check authorization and enrolling works 0022 - check we don't crash when device disappears while we are showing ntf 0023 0024 * KCM 0025 - ? hard to test, mostly GUI