Slávek Banko
67290ac0ad
Fixed removal of older network panel files in case the user does not
...
follow the correct update+reboot+access procedure. This relates to bug
2903.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro
00dfa3aec6
Fixed update of network links in user folder. This resolves bug 2903.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Automated System
301796c02e
Reset submodule main/tdebase/admin to latest HEAD
7 years ago
Michele Calgaro
089c1a626e
Fixed up previous commit (unwanted change got included by mistake).
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro
7fa9742d01
Update Konqueror sidebar links. This relates to bug 2903.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Automated System
5624ec1b1d
Reset submodule main/tdebase/admin to latest HEAD
7 years ago
Automated System
7449466ab3
Reset submodule main/tdebase/admin to latest HEAD
7 years ago
Michele Calgaro
19d18dfef1
Removed "Direct Rendering" double entry in opengl info window. This
...
relates to bug 2697.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro
b5741b3692
Fixed problem with opening of 'tdecmshell opengl'. This relates to bug 2697.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro
25555aa758
Added KDCOP to TDE menu - System. This relates to bug 2886.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro
f88a8e57fe
Fixed trash status update problem described in bug 2729.
...
Special thanks to Emanoil for his initial investigation on this bug.
Signed-off-by: Emanoil Kotsev <deloptes@yahoo.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro
058bd5c362
Fixed Quick File Browser crash when the contents of a directory was
...
modified. This resolves bug 2863.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko
7f55022fcf
Fix calculations in mini-cli
...
+ add the leading zero to the calculated results
+ support for calculations that starts with a negative number
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro
73e2d6bc1c
Merge branch 'katesessions': add Kate session panel.
7 years ago
François Andriot
cd2fc7ba91
Fix FTBFS with GCC7
...
Signed-off-by: François Andriot <francois.andriot@free.fr>
7 years ago
Slávek Banko
5b8d6b25f2
Kcontrol: Set really intended parameters for previews in Konqueror
...
This relates to bug 2758
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
e69e2fb930
Konqueror: Do not include items that are selected but hidden by the filter
...
for operations such as copying, moving, deleting,...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
924d993671
Konqueror: Deselect items that are hidden by the filter during Select and Deselect
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
50d21388fb
Fix build with smbclient in a samba specific directory
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
d7b8615289
Allow openssl detection without pkg-config file
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
624478c73d
kcontrol/crypto: Disable SSLv3, if is not supported by OpenSSL
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
8190e5afa5
Reset submodule main/tdebase/cmake to latest HEAD
8 years ago
Slávek Banko
0a8417d414
Fix memory leak after processing udev
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
ba2fe63167
Fix memory leak after use XGetAtomName
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Automated System
ec82c43650
Reset submodule main/tdebase/cmake to latest HEAD
8 years ago
Slávek Banko
81ed8f2068
Fix detection whether the system is big endian
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
55b56d7f1b
Reset submodule main/tdebase/cmake to latest HEAD
8 years ago
Slávek Banko
a8b8aed81a
cmake: add tde_add_check_executable macro
8 years ago
Slávek Banko
55a7efcef9
Change format of TDE_FULL_SESSION property on a root window from 't' to 's'.
...
Value is not localized and format 't' can cause problems with some locales.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
d9b4ee04db
Added support for OpenSSL 1.1
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
48c6b8ff3d
kcontrol/crypto: Use KOpenSSLProxy methods
...
instead of direct calls SSL functions
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Michele Calgaro
b6887381d7
Trash limit: add "fixed size" configuration option and code
...
improvements. This relates to bug 1923.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro
6110a523f9
Trash limit: clean up previous patch (KDE -> TDE conversion, debug messages, TQt
...
signals/slots...). Improved error message when a file is too big to fit
within the max trash size limit.
This relates to bug 1923.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Emanoil Kotsev
ee3091bc41
Added trash limit configuration option
...
This work is based on original patch created by Tobias Koenig <tokoe@kde.org> for KDE 3.5.9 and later added to KDE 4.2, and available under GPL version 2 License, or any later version.
See also http://tokoe-kde.blogspot.com/2008/08/size-limits-for-trash.html
This relates to bug 1923.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro
6131095c14
Kate session panel: added "Sessions" menu support.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Slávek Banko
443c910570
Start tde_dbus_hardwarecontrol at background during start a session
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Michele Calgaro
67642abd94
Kate session panel: removed no longer used OldKateSession and OldKateSessionManager code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Timothy Pearson
3a5dcbbc69
Do not crash when card is inserted and the user list view is hidden
8 years ago
Slávek Banko
6bd9497d8e
Fix too small size of some icons in system tray
...
This resolves bug 2687
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson
1757afecf6
Force card logins to authenticate against the username specified in the card certificate
8 years ago
Michele Calgaro
d5feffdec9
Fixed display of clock in systray. This resolves bug 2679.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Timothy Pearson
db52a594cc
Fix FTBFS on Ubuntu Lucid
8 years ago
Timothy Pearson
769e8885c2
Add missing Kerberos checks
8 years ago
Slávek Banko
0a874e41b6
Write more details when kdesktop lock fails to grab input devices
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Michele Calgaro
6960221d2c
Fixed khotkeys.desktop handling. This resolve bug 2685.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Timothy Pearson
2649b1ebf4
Disable card-based login if Kerberos support was disabled at compile time
8 years ago
Timothy Pearson
a7afe91e65
Do not start card authentication unless PKCS logins were enabled
...
Rename UserList class in kgreeter.cpp to avoid conflict with TDE LDAP library class name
8 years ago
Timothy Pearson
3252800255
Fix prior commit
8 years ago
Timothy Pearson
3c8aaa46e7
Fix display of unknown attributes in device manager details dialog
8 years ago
Timothy Pearson
6b95715d47
Make device details selectable in hardware info dialog
8 years ago