Michele Calgaro
2eb6191799
Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is 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 <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
192b7af948
Added Kate session panel. This commit contains the GUI elements. The logic will be added in a separate commit.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
5d331d450a
Added new functionality to Konqueror.
...
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>
9 years ago
Michele Calgaro
da7215ff52
Update version number to R14.1.0
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko
4e9aeea224
Fix openpty detection with util.h and libutil.h
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Slávek Banko
5e5f4837b5
Fix detection of XSS in Xext with CMake build
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Slávek Banko
08122b137e
Fix FTBFS on freebsd
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Slávek Banko
e1d8ccc637
Fix build with libusb 2.0 on freebsd
...
[taken from FreeBSD kdebase3 patches]
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Michele Calgaro
da25462d26
Fixed khelpcenter visualization bug. This solves bug 2188.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro
900f593b6b
Revert remaining part of commit 687b146
. This resolves bug 1850 and reopens bug 2188.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro
1329f47fa8
Fixed missing KHelpCenter top banner. This resolves bug 2320.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
François Andriot
638d5eaa2b
Fix FTBFS on openbsd 5.7
...
This resolves Bug 2443
Signed-off-by: François Andriot <francois.andriot@free.fr>
10 years ago
François Andriot
d275f09845
Fix GL/GLU detection on older distributions
...
This resolves Bug 2155
Signed-off-by: François Andriot <francois.andriot@free.fr>
10 years ago
Slávek Banko
92250649de
Remove obsolete MimeType from printmgr/printers.desktop
...
[taken from SUSE kdebase patches]
10 years ago
Slávek Banko
43967e4ca9
Reset submodule main/tdebase/cmake to latest HEAD
10 years ago
Slávek Banko
8ec712c436
Reset submodule main/tdebase/cmake to latest HEAD
10 years ago
Slávek Banko
4d6389805c
Reset submodule main/tdebase/admin to latest HEAD
10 years ago
Slávek Banko
8a568a2b94
Bring My_Computer (system) icon into XDG compliance
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson
8c1136342b
Fix comments
10 years ago
Timothy Pearson
ab8dfbaaa4
Do not unblock signals in main thread when waiting for kdesktop_lock response
...
This prevents incorrect cancellation of internal xcb poll() methods and subsequent deadlock
10 years ago
Slávek Banko
c1b62c1c4c
Fix ommited call fullyOnline() in kdesktop_lock
...
This relates to Bug 2422
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson
2c901351d3
Clarify window shadow options
...
Remove incorrect dock shadow dependence on normal window shadows
10 years ago
Timothy Pearson
296f0f444b
Add GUI option to control panel shadows
...
This resolves Bug 2189
10 years ago
Timothy Pearson
ec96d63e30
Update all windows when compton settings are reloaded
10 years ago
Timothy Pearson
78d33c2915
Ensure desktop is completely hidden before sending fullyOnline()
...
Do not block kdesktop process while waiting for kdesktop_lock to engage prior to VT switch/new VT requests made from within kdesktop
10 years ago
Timothy Pearson
37bc5cdd0e
Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspend
...
Prevent helper thread termination signal from errantly being handled by main thread
10 years ago
Timothy Pearson
e569dd46ac
Remove call to pthread_cancel() in kdesktop_lock
...
This resolves a sporadic deadlock during kdesktop_lock termination
10 years ago
Timothy Pearson
92d1f76402
Handle screen locking internally on user switch
...
This removes an external dcop call
10 years ago
Timothy Pearson
85126bf580
Fix sporadic kdesktop hang due to unsafe usage of asynchronous POSIX signals in the main GUI thread
10 years ago
Timothy Pearson
751c96f9b1
Eliminate usleep() loop during kdesktop startup
...
Do not switch desktops if lock fails to engage
10 years ago
Timothy Pearson
a17bfb0b96
Fix lockeng file formatting
10 years ago
Timothy Pearson
e80c2baea0
Remove external dcop call and associated thread
...
Fix lockup on lock screen command due to signal race condition
10 years ago
Timothy Pearson
755776b6c4
Ensure kdesktop signal handlers execute in the main GUI thread
10 years ago
Timothy Pearson
0fcff03e30
Fix incorrectly renamed device icons
10 years ago
Timothy Pearson
477ef4454d
Bring keyboard icon into XDG compliance
10 years ago
Timothy Pearson
1fa803ad84
Bring printer1 icon into XDG compliance
10 years ago
Timothy Pearson
3def5271d1
Bring mouse icon into XDG compliance
10 years ago
Timothy Pearson
a8203cf740
Bring system icon into XDG compliance
10 years ago
Timothy Pearson
0157291f5e
Rename most device icons to comply with XDG standards
10 years ago
Timothy Pearson
9005480696
Fix double free corruption due to duplicated call to IceCloseConnection
...
This resolves Bug 2167
10 years ago
Darrell Anderson
ad2dc879b6
Signed-off-by: Darrell Anderson <darrella@clovermail.net>
...
Fix KDE->TDE branding in dialog messages.
10 years ago
Michele Calgaro
e78559d9b2
Fixed wrong DocPath strings. This relates to bug 2319.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro
2db89f3986
Fixed wrong DocPath strings. This relates to bug 2319
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson
614d4d45f3
Fix update_compton_tde script
10 years ago
Timothy Pearson
da5cf5e5bf
Merge compton changes
10 years ago
Michele Calgaro
bf0861baf0
Added required refreshItems logic. This relates to bug 146.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Slávek Banko
1c7fa323c3
Add ARM64 support
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Richard Grenville
65bc49312c
Bug fix: Compilation failure with NO_VSYNC_OPENGL=1
...
Fix compilation failure with NO_VSYNC_OPENGL=1, caused by one
incorrectly placed "#endif" in "src/common.h".
10 years ago
Timothy Pearson
6fd7171a14
Allow mounted digital camera devices to be unmounted via the context menu
10 years ago
Michele Calgaro
46f61ed2b3
Added option to suppress 'Find in files' error dialog in Kate. This resolves bug 1911.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago