summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-04-291-0/+0
|
* Removed "Direct Rendering" double entry in opengl info window. ThisMichele Calgaro2018-04-281-2/+0
| | | | | | relates to bug 2697. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed problem with opening of 'tdecmshell opengl'. This relates to bug 2697.Michele Calgaro2018-04-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added KDCOP to TDE menu - System. This relates to bug 2886.Michele Calgaro2018-04-232-0/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed trash status update problem described in bug 2729.Michele Calgaro2018-04-191-4/+2
| | | | | | | 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>
* Fixed Quick File Browser crash when the contents of a directory wasMichele Calgaro2018-02-271-4/+0
| | | | | | modified. This resolves bug 2863. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix calculations in mini-cliSlávek Banko2017-12-021-2/+3
| | | | | | | + 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>
* Merge branch 'katesessions': add Kate session panel.Michele Calgaro2017-09-1519-1147/+2398
|\
| * Kate session panel: added "Sessions" menu support.Michele Calgaro2016-10-087-57/+169
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Kate session panel: removed no longer used OldKateSession and ↵Michele Calgaro2016-10-025-1041/+2
| | | | | | | | | | | | OldKateSessionManager code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Kate session panel: added support for switch/shutdown session options and ↵Michele Calgaro2016-05-2311-114/+437
| | | | | | | | | | | | | | | | | | fixed up logic where required. Fixed Kate quit process to support correct shutdown. Improved handling of configuration option changes. Some code rework. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Kate session panel: fixed handling of volatile sessions. Also bug fixes and ↵Michele Calgaro2016-04-216-95/+212
| | | | | | | | | | | | improved model-view code separation Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Kate session panel: added save_as and reload functionality.Michele Calgaro2016-03-254-78/+293
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Kate session panel: added save and read-only functionality. Fixed up toolbar ↵Michele Calgaro2016-03-105-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 Calgaro2016-03-104-18/+225
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Kate session panel: some code refactoring + completed GUI for "New session" ↵Michele Calgaro2016-02-225-121/+233
| | | | | | | | | | | | and "Delete session". Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Added support for "Delete session" in Kate session panel.Michele Calgaro2016-02-206-62/+136
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Added support for Kate startup options and for "New session" functionality.Michele Calgaro2016-02-198-283/+347
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| * Disabled the old session manager and switched permanently to the new one. ↵Michele Calgaro2016-02-089-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 Calgaro2015-10-238-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 Calgaro2015-09-282-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 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>