summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is ↵Michele Calgaro2015-08-148-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 Calgaro2015-08-107-6/+289
| | | | | | | | | | | | will be added in a separate commit. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Added new functionality to Konqueror.Michele Calgaro2015-07-175-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 GCC7François Andriot2017-07-231-2/+2
| | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* | Kcontrol: Set really intended parameters for previews in KonquerorSlávek Banko2017-07-111-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 filterSlávek Banko2017-07-072-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 Banko2017-07-072-16/+38
| | | | | | | | | | | | Deselect Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Fix build with smbclient in a samba specific directorySlávek Banko2017-06-022-1/+2
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Allow openssl detection without pkg-config fileSlávek Banko2017-06-021-1/+9
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | kcontrol/crypto: Disable SSLv3, if is not supported by OpenSSLSlávek Banko2017-04-061-1/+22
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Reset submodule main/tdebase/cmake to latest HEADAutomated System2017-03-261-0/+0
| |
* | Fix memory leak after processing udevSlávek Banko2017-03-251-2/+8
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Fix memory leak after use XGetAtomNameSlávek Banko2017-03-253-12/+23
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Reset submodule main/tdebase/cmake to latest HEADAutomated System2017-02-181-0/+0
| |
* | Fix detection whether the system is big endianSlávek Banko2017-02-012-0/+33
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Reset submodule main/tdebase/cmake to latest HEADAutomated System2017-01-291-0/+0
| |
* | cmake: add tde_add_check_executable macroSlávek Banko2017-01-261-0/+0
| |
* | Change format of TDE_FULL_SESSION property on a root window from 't' to 's'.Slávek Banko2017-01-061-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.1Slávek Banko2017-01-031-16/+17
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | kcontrol/crypto: Use KOpenSSLProxy methodsSlávek Banko2017-01-032-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 codeMichele Calgaro2016-11-208-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, TQtMichele Calgaro2016-10-1214-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 optionEmanoil Kotsev2016-10-1211-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 sessionSlávek Banko2016-10-051-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 hiddenTimothy Pearson2016-10-011-1/+3
| |
* | Fix too small size of some icons in system traySlávek Banko2016-09-282-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 Pearson2016-09-222-2/+7
| | | | | | | | certificate
* | Fixed display of clock in systray. This resolves bug 2679.Michele Calgaro2016-09-221-1/+12
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Fix FTBFS on Ubuntu LucidTimothy Pearson2016-09-211-0/+3
| |
* | Add missing Kerberos checksTimothy Pearson2016-09-202-0/+13
| |
* | Write more details when kdesktop lock fails to grab input devicesSlávek Banko2016-09-111-0/+6
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Fixed khotkeys.desktop handling. This resolve bug 2685.Michele Calgaro2016-09-116-223/+0
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Disable card-based login if Kerberos support was disabled at compile timeTimothy Pearson2016-09-062-2/+8
| |
* | Do not start card authentication unless PKCS logins were enabledTimothy Pearson2016-09-064-7/+34
| | | | | | | | Rename UserList class in kgreeter.cpp to avoid conflict with TDE LDAP library class name
* | Fix prior commitTimothy Pearson2016-09-051-1/+1
| |
* | Fix display of unknown attributes in device manager details dialogTimothy Pearson2016-09-052-12/+16
| |
* | Make device details selectable in hardware info dialogTimothy Pearson2016-09-052-16/+17
| |
* | Reset submodule main/tdebase/admin to latest HEADAutomated System2016-08-071-0/+0
| |
* | Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-231569-0/+0
| |
* | Fix invalid png fileTimothy Pearson2016-07-231-0/+0
| |
* | fix encoding for My_Documents folder for three locales was missing beforeAlexander Golubev2016-07-052-6/+6
| |
* | klipper: Set search filter to case insensitiveSlávek Banko2016-06-191-0/+1
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Faulty line break in kcontrol/krdb/ad/WPerfect.adSlávek Banko2016-06-191-2/+1
| | | | | | | | | | | | This relates to bug 1375 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Revert "Add -nocpp option to be consistent with other usages of xrdb in ↵Slávek Banko2016-06-191-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 Calgaro2016-05-072-36/+59
| | | | | | | | | | | | This refers to bug 2602. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Added support for hybrid suspend (aka suspend to RAM + suspend to disk) toMichele Calgaro2016-05-041-31/+73
| | | | | | | | | | | | Kickoff menu + some code improvements. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | kcontrol: Added support for hybrid suspend (aka suspend to RAM + suspend to ↵Michele Calgaro2016-05-022-12/+32
| | | | | | | | | | | | | | | | disk) in hardware manager. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | ksmserver: Added support for hybrid suspend (aka suspend to RAM + suspend to ↵Michele Calgaro2016-04-243-28/+98
| | | | | | | | | | | | | | | | disk). This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Fixed typo in starttde script. This resolves bug 2641.Michele Calgaro2016-04-231-1/+1
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Reset submodule main/tdebase/cmake to latest HEADAutomated System2016-04-191-0/+0
| |