Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Kate session panel: added save and read-only functionality. Fixed up toolbar ↵ | Michele Calgaro | 2016-03-10 | 5 | -29/+200 | |
| | | | | | | | | | | | | | | | | buttons status update. Added ability to activate a session using the ENTER key. Some other code refactoring. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
| * | Kate session panel: added move up/down and rename functionality. | Michele Calgaro | 2016-03-10 | 4 | -18/+225 | |
| | | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
| * | Kate session panel: some code refactoring + completed GUI for "New session" ↵ | Michele Calgaro | 2016-02-22 | 5 | -121/+233 | |
| | | | | | | | | | | | | and "Delete session". Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
| * | Added support for "Delete session" in Kate session panel. | Michele Calgaro | 2016-02-20 | 6 | -62/+136 | |
| | | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
| * | Added support for Kate startup options and for "New session" functionality. | Michele Calgaro | 2016-02-19 | 8 | -283/+347 | |
| | | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
| * | 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 <michele.calgaro@yahoo.it> | |||||
| * | 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 <michele.calgaro@yahoo.it> | |||||
| * | 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 <michele.calgaro@yahoo.it> | |||||
| * | 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 <michele.calgaro@yahoo.it> | |||||
| * | 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 <michele.calgaro@yahoo.it> | |||||
| * | 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 <michele.calgaro@yahoo.it> | |||||
* | | Fix FTBFS with GCC7 | François Andriot | 2017-07-23 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> | |||||
* | | Kcontrol: Set really intended parameters for previews in Konqueror | Slávek Banko | 2017-07-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | This relates to bug 2758 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Konqueror: Do not include items that are selected but hidden by the filter | Slávek Banko | 2017-07-07 | 2 | -8/+8 | |
| | | | | | | | | | | | | for operations such as copying, moving, deleting,... Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Konqueror: Deselect items that are hidden by the filter during Select and ↵ | Slávek Banko | 2017-07-07 | 2 | -16/+38 | |
| | | | | | | | | | | | | Deselect Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Fix build with smbclient in a samba specific directory | Slávek Banko | 2017-06-02 | 2 | -1/+2 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Allow openssl detection without pkg-config file | Slávek Banko | 2017-06-02 | 1 | -1/+9 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | kcontrol/crypto: Disable SSLv3, if is not supported by OpenSSL | Slávek Banko | 2017-04-06 | 1 | -1/+22 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Reset submodule main/tdebase/cmake to latest HEAD | Automated System | 2017-03-26 | 1 | -0/+0 | |
| | | ||||||
* | | Fix memory leak after processing udev | Slávek Banko | 2017-03-25 | 1 | -2/+8 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Fix memory leak after use XGetAtomName | Slávek Banko | 2017-03-25 | 3 | -12/+23 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Reset submodule main/tdebase/cmake to latest HEAD | Automated System | 2017-02-18 | 1 | -0/+0 | |
| | | ||||||
* | | Fix detection whether the system is big endian | Slávek Banko | 2017-02-01 | 2 | -0/+33 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Reset submodule main/tdebase/cmake to latest HEAD | Automated System | 2017-01-29 | 1 | -0/+0 | |
| | | ||||||
* | | cmake: add tde_add_check_executable macro | Slávek Banko | 2017-01-26 | 1 | -0/+0 | |
| | | ||||||
* | | Change format of TDE_FULL_SESSION property on a root window from 't' to 's'. | Slávek Banko | 2017-01-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Value is not localized and format 't' can cause problems with some locales. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Added support for OpenSSL 1.1 | Slávek Banko | 2017-01-03 | 1 | -16/+17 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | kcontrol/crypto: Use KOpenSSLProxy methods | Slávek Banko | 2017-01-03 | 2 | -43/+32 | |
| | | | | | | | | | | | | instead of direct calls SSL functions Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Trash limit: add "fixed size" configuration option and code | Michele Calgaro | 2016-11-20 | 8 | -138/+328 | |
| | | | | | | | | | | | | improvements. This relates to bug 1923. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | | Trash limit: clean up previous patch (KDE -> TDE conversion, debug messages, TQt | Michele Calgaro | 2016-10-12 | 14 | -45/+36 | |
| | | | | | | | | | | | | | | | | 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> | |||||
* | | Added trash limit configuration option | Emanoil Kotsev | 2016-10-12 | 11 | -6/+720 | |
| | | | | | | | | | | | | | | | | | | 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> | |||||
* | | Start tde_dbus_hardwarecontrol at background during start a session | Slávek Banko | 2016-10-05 | 1 | -0/+23 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Do not crash when card is inserted and the user list view is hidden | Timothy Pearson | 2016-10-01 | 1 | -1/+3 | |
| | | ||||||
* | | Fix too small size of some icons in system tray | Slávek Banko | 2016-09-28 | 2 | -19/+2 | |
| | | | | | | | | | | | | This resolves bug 2687 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Force card logins to authenticate against the username specified in the card ↵ | Timothy Pearson | 2016-09-22 | 2 | -2/+7 | |
| | | | | | | | | certificate | |||||
* | | Fixed display of clock in systray. This resolves bug 2679. | Michele Calgaro | 2016-09-22 | 1 | -1/+12 | |
| | | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | | Fix FTBFS on Ubuntu Lucid | Timothy Pearson | 2016-09-21 | 1 | -0/+3 | |
| | | ||||||
* | | Add missing Kerberos checks | Timothy Pearson | 2016-09-20 | 2 | -0/+13 | |
| | | ||||||
* | | Write more details when kdesktop lock fails to grab input devices | Slávek Banko | 2016-09-11 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | | Fixed khotkeys.desktop handling. This resolve bug 2685. | Michele Calgaro | 2016-09-11 | 6 | -223/+0 | |
| | | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | | Disable card-based login if Kerberos support was disabled at compile time | Timothy Pearson | 2016-09-06 | 2 | -2/+8 | |
| | | ||||||
* | | Do not start card authentication unless PKCS logins were enabled | Timothy Pearson | 2016-09-06 | 4 | -7/+34 | |
| | | | | | | | | Rename UserList class in kgreeter.cpp to avoid conflict with TDE LDAP library class name | |||||
* | | Fix prior commit | Timothy Pearson | 2016-09-05 | 1 | -1/+1 | |
| | | ||||||
* | | Fix display of unknown attributes in device manager details dialog | Timothy Pearson | 2016-09-05 | 2 | -12/+16 | |
| | | ||||||
* | | Make device details selectable in hardware info dialog | Timothy Pearson | 2016-09-05 | 2 | -16/+17 | |
| | | ||||||
* | | Reset submodule main/tdebase/admin to latest HEAD | Automated System | 2016-08-07 | 1 | -0/+0 | |
| | | ||||||
* | | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 1569 | -0/+0 | |
| | | ||||||
* | | Fix invalid png file | Timothy Pearson | 2016-07-23 | 1 | -0/+0 | |
| | | ||||||
* | | fix encoding for My_Documents folder for three locales was missing before | Alexander Golubev | 2016-07-05 | 2 | -6/+6 | |
| | | ||||||
* | | klipper: Set search filter to case insensitive | Slávek Banko | 2016-06-19 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |