Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for "Delete session" in Kate session panel. | Michele Calgaro | 2016-02-20 | 6 | -62/+136 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added support for Kate startup options and for "New session" functionality. | Michele Calgaro | 2016-02-19 | 8 | -283/+347 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Disabled the old session manager and switched permanently to the new one. ↵ | Michele Calgaro | 2016-02-08 | 9 | -428/+567 |
| | | | | | | | | | Lot of functionality still missing. It is possible to switch sessions from the session panel (either by the activate pushbutton or by executing a listview item). Kate's session settings are currently not yet supported (last session is saved and restored by default). Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Populated session panel. Now able to switch session within the new panel. | Michele Calgaro | 2015-10-23 | 8 | -64/+165 |
| | | | | | | | | *** NOTE *** In this commit both the old and new session managers are active, therefore funny things occasionally happen. Then won't be the case from the next commit since the old session manager will be disabled. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added initial version of new KateSession and KateSessionManager. The old ↵ | Michele Calgaro | 2015-09-28 | 2 | -1/+373 |
| | | | | | | version of the same classes is still the default for the time being. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is ↵ | Michele Calgaro | 2015-08-14 | 8 | -133/+133 |
| | | | | | | to ease the development and testing of the new KateSession/KateSessionManager code while at the same time preserve session functionality. The OldKateSession* code will be removed once the new code has been fully developed and tested. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added Kate session panel. This commit contains the GUI elements. The logic ↵ | Michele Calgaro | 2015-08-10 | 7 | -6/+289 |
| | | | | | | will be added in a separate commit. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added new functionality to Konqueror. | Michele Calgaro | 2015-07-17 | 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 <[email protected]> | ||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix openpty detection with util.h and libutil.h | Slávek Banko | 2015-06-14 | 2 | -11/+23 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix detection of XSS in Xext with CMake build | Slávek Banko | 2015-06-14 | 1 | -2/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix FTBFS on freebsd | Slávek Banko | 2015-06-12 | 17 | -17/+72 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Fixed khelpcenter visualization bug. This solves bug 2188. | Michele Calgaro | 2015-06-09 | 2 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Fixed missing KHelpCenter top banner. This resolves bug 2320. | Michele Calgaro | 2015-06-03 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 | ||||
* | Handle screen locking internally on user switch | Timothy Pearson | 2015-04-12 | 1 | -1/+5 |
| | | | | This removes an external dcop call | ||||
* | Fix sporadic kdesktop hang due to unsafe usage of asynchronous POSIX signals ↵ | Timothy Pearson | 2015-04-12 | 2 | -22/+74 |
| | | | | in the main GUI thread | ||||
* | Eliminate usleep() loop during kdesktop startup | Timothy Pearson | 2015-04-08 | 3 | -11/+32 |
| | | | | Do not switch desktops if lock fails to engage | ||||
* | Fix lockeng file formatting | Timothy Pearson | 2015-04-08 | 2 | -512/+499 |
| | |||||
* | Remove external dcop call and associated thread | Timothy Pearson | 2015-04-08 | 9 | -126/+115 |
| | | | | Fix lockup on lock screen command due to signal race condition | ||||
* | Ensure kdesktop signal handlers execute in the main GUI thread | Timothy Pearson | 2015-04-08 | 3 | -1/+15 |
| | |||||
* | Fix incorrectly renamed device icons | Timothy Pearson | 2015-04-02 | 18 | -18/+18 |
| | |||||
* | Bring keyboard icon into XDG compliance | Timothy Pearson | 2015-03-26 | 2 | -2/+2 |
| | |||||
* | Bring printer1 icon into XDG compliance | Timothy Pearson | 2015-03-26 | 2 | -2/+2 |
| | |||||
* | Bring mouse icon into XDG compliance | Timothy Pearson | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Bring system icon into XDG compliance | Timothy Pearson | 2015-03-26 | 19 | -20/+20 |
| | |||||
* | Rename most device icons to comply with XDG standards | Timothy Pearson | 2015-03-02 | 57 | -63/+63 |
| | |||||
* | Fix double free corruption due to duplicated call to IceCloseConnection | Timothy Pearson | 2015-02-24 | 1 | -1/+1 |
| | | | | This resolves Bug 2167 | ||||
* | Signed-off-by: Darrell Anderson <[email protected]> | Darrell Anderson | 2015-01-27 | 2 | -2/+2 |
| | | | | Fix KDE->TDE branding in dialog messages. | ||||
* | Fixed wrong DocPath strings. This relates to bug 2319. | Michele Calgaro | 2015-01-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed wrong DocPath strings. This relates to bug 2319 | Michele Calgaro | 2015-01-23 | 41 | -42/+42 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix update_compton_tde script | Timothy Pearson | 2015-01-17 | 1 | -1/+2 |
| | |||||
* | Merge compton changes | Timothy Pearson | 2015-01-17 | 2 | -22/+99 |
|\ |