Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix SAK enable / disable checkbox in TDM TDEControl module | Timothy Pearson | 2015-10-11 | 1 | -2/+12 | |
| | | ||||||
* | | Terminate compositor in TDM unless a TDE or failsafe session was selected | Slávek Banko | 2015-10-11 | 1 | -3/+7 | |
| | | | | | | | | | | | | This relates to Bug 2521 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Fix incorrect usage of login_session_wm. Type of session does not contain ↵ | Slávek Banko | 2015-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | executable for run session but base name of session desktop file. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Fix setting curWMSession when used previous type of session in TDM | Slávek Banko | 2015-10-11 | 1 | -2/+5 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Add support for XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP in TDM | Slávek Banko | 2015-10-11 | 3 | -1/+8 | |
| | | | | | | | | | | | | This relates to Bug 2521 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Fix FTBFS on linking dmctl library | Slávek Banko | 2015-10-05 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Fix corner case where the classic greeter could get stuck on a PIN prompt | Timothy Pearson | 2015-10-02 | 1 | -1/+2 | |
| | | ||||||
* | | Fix cryptographic card login process | Timothy Pearson | 2015-10-02 | 5 | -17/+56 | |
| | | ||||||
* | | Move VT switch on card insertion to cryptocardwatcher process | Timothy Pearson | 2015-10-01 | 2 | -15/+4 | |
| | | ||||||
* | | Fix kdesktop_lock crash on error with certain PAM stack configurations | Timothy Pearson | 2015-10-01 | 1 | -9/+19 | |
| | | ||||||
* | | Install hwdevicetray desktop files as tdehwdevicetray | Slávek Banko | 2015-09-30 | 1 | -2/+6 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | EXPERIMENTAL: Attempt to increase the VT limit to 48 | Timothy Pearson | 2015-09-29 | 1 | -8/+18 | |
| | | ||||||
* | | Use DM library in tdmtsak instead of making command line calls | Timothy Pearson | 2015-09-29 | 4 | -43/+57 | |
| | | ||||||
* | | Reuse existing reserved session if present on card insertion | Timothy Pearson | 2015-09-24 | 1 | -5/+20 | |
| | | ||||||
* | | Add camera device detection to hwdevicetray | Timothy Pearson | 2015-09-22 | 1 | -10/+34 | |
| | | ||||||
* | | Install hwdevicetry desktop files | Timothy Pearson | 2015-09-21 | 1 | -0/+2 | |
| | | ||||||
* | | 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> |