Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disable autoplay popups by default as the new tdehwdevicetray application ↵ | Timothy Pearson | 2015-09-21 | 1 | -1/+1 | |
| | | | | will handle notification and autoplay popup initiation | |||||
* | Add desktop files and autostart file for hwdevicetray | Timothy Pearson | 2015-09-21 | 2 | -0/+21 | |
| | ||||||
* | Add new hardware device tray application | Timothy Pearson | 2015-09-21 | 13 | -11/+842 | |
| | | | | Allow removable media action request popups to be suppressed | |||||
* | Fix FTBFS due to Xlib defined keywords | Timothy Pearson | 2015-09-20 | 2 | -2/+4 | |
| | | | | This resolves Bug 2530 | |||||
* | Prevent saver from starting while valid card is inserted | Timothy Pearson | 2015-09-19 | 1 | -10/+16 | |
| | ||||||
* | Restore VT limit and add note explaining origin | Timothy Pearson | 2015-09-19 | 1 | -9/+7 | |
| | ||||||
* | Remove unnecessary call to XkbGetIndicatorState | Timothy Pearson | 2015-09-19 | 1 | -3/+1 | |
| | | | | This relates to Bug 2445 | |||||
* | Terminate keyboard LED sync daemon when Xorg server goes down | Timothy Pearson | 2015-09-19 | 1 | -0/+5 | |
| | | | | This resolves a bug where the number of running daemons would increase on every new X reservation, eventually consuming all available VTs | |||||
* | Fix card unlock | Timothy Pearson | 2015-09-19 | 2 | -4/+15 | |
| | ||||||
* | Streamline cryptographic card logon process | Timothy Pearson | 2015-09-18 | 13 | -29/+180 | |
| | ||||||
* | Suppress another unwanted PKCS#11 PAM message | Timothy Pearson | 2015-09-18 | 1 | -1/+2 | |
| | ||||||
* | Stabilize cryptographic card login | Timothy Pearson | 2015-09-18 | 20 | -127/+307 | |
| | | | | Fix some coding style issues | |||||
* | Increase the maximum reserved VT number to 32 | Timothy Pearson | 2015-09-18 | 1 | -1/+1 | |
| | | | | | The display switch features depend on each session having a VT number, thus it is important to have a suffucient number of VTs available for use Most Linux distributions allow 64 VTs by default, and the kernel allows up to 256 VTs | |||||
* | Do not chew up all available VT numbers when multiple sessions are reserved ↵ | Timothy Pearson | 2015-09-18 | 1 | -51/+86 | |
| | | | | and time out in series | |||||
* | Fix cryptographic card login when SAK is enabled | Timothy Pearson | 2015-09-17 | 6 | -121/+226 | |
| | ||||||
* | Add initial cryptographic card login support | Timothy Pearson | 2015-09-17 | 37 | -150/+1006 | |
| | | | | Tested with themed greeter and SAK disabled | |||||
* | Fix warnings regarding return value being ignored | Timothy Pearson | 2015-09-16 | 1 | -7/+18 | |
| | ||||||
* | Add cryptographic card support to LUKS configuration | Timothy Pearson | 2015-09-14 | 7 | -15/+319 | |
| | ||||||
* | Add LUKS key management to tdehwmanager | Timothy Pearson | 2015-09-06 | 7 | -3/+522 | |
| | ||||||
* | Fix the most egregious style guide violations in the remaining kdesktop_lock ↵ | Timothy Pearson | 2015-09-04 | 5 | -608/+612 | |
| | | | | | | source files No functional changes were made to the source | |||||
* | Fix the most egregious style guide violations in the main kdesktop_lock ↵ | Timothy Pearson | 2015-09-04 | 2 | -1734/+1725 | |
| | | | | | | source files No functional changes were made to the source | |||||
* | Fix the most egregious style guide violations in the kdesktoplock plugin sources | Timothy Pearson | 2015-09-04 | 10 | -1105/+1134 | |
| | | | | No functional changes were made to the source | |||||
* | Added DCOP method startupCompleted() to KSMServer: this allows to check ↵ | Michele Calgaro | 2015-08-27 | 3 | -1/+10 | |
| | | | | | | | | whether the session has been fully created/restored. This relates to bug 1610. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Added functionality in KDCOP. Double clicking on a non leaf item will ↵ | Michele Calgaro | 2015-08-27 | 2 | -3/+6 | |
| | | | | | | expand/collapse the item. This resolves bug 2503. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Added new functionality to Konqueror. | Michele Calgaro | 2015-08-27 | 5 | -2/+46 | |
| | | | | | | Double clicking on an empty area in the listview or iconview widget will navigate to the parent folder. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Add preliminary cryptographic card support to the TDE hardware device manager | Timothy Pearson | 2015-08-25 | 4 | -0/+104 | |
| | ||||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 2 | -2/+2 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix openpty detection with util.h and libutil.h | Slávek Banko | 2015-06-14 | 2 | -11/+23 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix detection of XSS in Xext with CMake build | Slávek Banko | 2015-06-14 | 1 | -2/+3 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix FTBFS on freebsd | Slávek Banko | 2015-06-12 | 17 | -17/+72 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix build with libusb 2.0 on freebsd | Slávek Banko | 2015-06-12 | 4 | -80/+61 | |
| | | | | | | [taken from FreeBSD kdebase3 patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fixed khelpcenter visualization bug. This solves bug 2188. | Michele Calgaro | 2015-06-09 | 2 | -5/+5 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Revert remaining part of commit 687b146. This resolves bug 1850 and reopens ↵ | Michele Calgaro | 2015-06-04 | 1 | -10/+1 | |
| | | | | | | bug 2188. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fixed missing KHelpCenter top banner. This resolves bug 2320. | Michele Calgaro | 2015-06-03 | 1 | -1/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix FTBFS on openbsd 5.7 | François Andriot | 2015-05-31 | 4 | -3/+5 | |
| | | | | | | This resolves Bug 2443 Signed-off-by: François Andriot <francois.andriot@free.fr> | |||||
* | Fix GL/GLU detection on older distributions | François Andriot | 2015-05-31 | 1 | -2/+12 | |
| | | | | | | This resolves Bug 2155 Signed-off-by: François Andriot <francois.andriot@free.fr> | |||||
* | Remove obsolete MimeType from printmgr/printers.desktop | Slávek Banko | 2015-05-31 | 1 | -1/+0 | |
| | | | | [taken from SUSE kdebase patches] | |||||
* | Reset submodule main/tdebase/cmake to latest HEAD | Slávek Banko | 2015-05-31 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdebase/cmake to latest HEAD | Slávek Banko | 2015-04-17 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdebase/admin to latest HEAD | Slávek Banko | 2015-04-17 | 1 | -0/+0 | |
| | ||||||
* | Bring My_Computer (system) icon into XDG compliance | Slávek Banko | 2015-04-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix comments | Timothy Pearson | 2015-04-13 | 1 | -3/+3 | |
| | ||||||
* | Do not unblock signals in main thread when waiting for kdesktop_lock response | Timothy Pearson | 2015-04-13 | 2 | -8/+4 | |
| | | | | This prevents incorrect cancellation of internal xcb poll() methods and subsequent deadlock | |||||
* | Fix ommited call fullyOnline() in kdesktop_lock | Slávek Banko | 2015-04-13 | 1 | -0/+1 | |
| | | | | | | This relates to Bug 2422 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Clarify window shadow options | Timothy Pearson | 2015-04-13 | 1 | -6/+4 | |
| | | | | Remove incorrect dock shadow dependence on normal window shadows | |||||
* | Add GUI option to control panel shadows | Timothy Pearson | 2015-04-13 | 2 | -2/+16 | |
| | | | | This resolves Bug 2189 | |||||
* | Update all windows when compton settings are reloaded | Timothy Pearson | 2015-04-13 | 1 | -0/+5 | |
| | ||||||
* | Ensure desktop is completely hidden before sending fullyOnline() | Timothy Pearson | 2015-04-13 | 4 | -15/+42 | |
| | | | | Do not block kdesktop process while waiting for kdesktop_lock to engage prior to VT switch/new VT requests made from within kdesktop | |||||
* | Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspend | Timothy Pearson | 2015-04-12 | 2 | -45/+55 | |
| | | | | Prevent helper thread termination signal from errantly being handled by main thread | |||||
* | Remove call to pthread_cancel() in kdesktop_lock | Timothy Pearson | 2015-04-12 | 3 | -3/+29 | |
| | | | | This resolves a sporadic deadlock during kdesktop_lock termination |