Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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]> | |||||
* | | Fix FTBFS with GCC7 | François Andriot | 2017-07-23 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: François Andriot <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | Fix build with smbclient in a samba specific directory | Slávek Banko | 2017-06-02 | 2 | -1/+2 | |
| | | | | | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | | Allow openssl detection without pkg-config file | Slávek Banko | 2017-06-02 | 1 | -1/+9 | |
| | | | | | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | Fix memory leak after use XGetAtomName | Slávek Banko | 2017-03-25 | 3 | -12/+23 | |
| | | | | | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | Added support for OpenSSL 1.1 | Slávek Banko | 2017-01-03 | 1 | -16/+17 | |
| | | | | | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | Added trash limit configuration option | Emanoil Kotsev | 2016-10-12 | 11 | -6/+720 | |
| | | | | | | | | | | | | | | | | | | This work is based on original patch created by Tobias Koenig <[email protected]> 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | Fixed khotkeys.desktop handling. This resolve bug 2685. | Michele Calgaro | 2016-09-11 | 6 | -223/+0 | |
| | | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | | 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 <[email protected]> | |||||
* | | Faulty line break in kcontrol/krdb/ad/WPerfect.ad | Slávek Banko | 2016-06-19 | 1 | -2/+1 | |
| | | | | | | | | | | | | This relates to bug 1375 Signed-off-by: Slávek Banko <[email protected]> | |||||
* | | Revert "Add -nocpp option to be consistent with other usages of xrdb in ↵ | Slávek Banko | 2016-06-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | source code." This reverts commit 41095d1c9c6055c782743d244508eb5a98d45625. This resolves bug 1375 | |||||
* | | Renamed "Suspend to disk" to "Hibernate" and "Suspend to RAM" to "Sleep". | Michele Calgaro | 2016-05-07 | 2 | -36/+59 | |
| | | | | | | | | | | | | This refers to bug 2602. Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | | Added support for hybrid suspend (aka suspend to RAM + suspend to disk) to | Michele Calgaro | 2016-05-04 | 1 | -31/+73 | |
| | | | | | | | | | | | | Kickoff menu + some code improvements. This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | | kcontrol: Added support for hybrid suspend (aka suspend to RAM + suspend to ↵ | Michele Calgaro | 2016-05-02 | 2 | -12/+32 | |
| | | | | | | | | | | | | | | | | disk) in hardware manager. This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | | ksmserver: Added support for hybrid suspend (aka suspend to RAM + suspend to ↵ | Michele Calgaro | 2016-04-24 | 3 | -28/+98 | |
| | | | | | | | | | | | | | | | | disk). This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | | Fixed typo in starttde script. This resolves bug 2641. | Michele Calgaro | 2016-04-23 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> |