summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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> (cherry picked from commit 19d18dfef18e0f25926f0f3bd30ac43d8674697f)
* 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> (cherry picked from commit b5741b36925c25e9a5544a4d581b14e8236fc739)
* Fixed trash status update problem described in bug 2729.Michele Calgaro2018-04-201-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> (cherry picked from commit f88a8e57feaca667ce6ebbe6f428f95076b329c8)
* 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> (cherry picked from commit 058bd5c36200f1b31cf06dfafc49fb08af38b1f5)
* 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> (cherry picked from commit 7f55022fcfa6abe19b893889b01cfddb75fc870c)
* Fix FTBFS with GCC7François Andriot2017-07-231-2/+2
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit cd2fc7ba9120fac49ebe6ceaee51bc8eaf802d05)
* 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> (cherry picked from commit 5b8d6b25f24bd96ed3fd43ed9e19069a402e5968)
* 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> (cherry picked from commit e69e2fb93014948e7734e4828330455b2a15fe7d)
* 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> (cherry picked from commit 924d9936719a780488cdafecd77346c84a620c79)
* 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> (cherry picked from commit 50d21388fb27b915d32b406fac9e587b632413e8)
* Allow openssl detection without pkg-config fileSlávek Banko2017-06-021-1/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d7b8615289da74c47c996b050123d029e5e96045)
* 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> (cherry picked from commit 624478c73d59ce4d4d0b231c91b1481925f0080d)
* 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> (cherry picked from commit 0a8417d4143eb680da726d3cb4384ad7ca898a15)
* Fix memory leak after use XGetAtomNameSlávek Banko2017-03-253-12/+23
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ba2fe631679775cc5e25fe0e7b9769e7bc0e0f68)
* 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> (cherry picked from commit 81ed8f2068c52b168e628835795bc390f3de5559)
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2017-01-291-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2017-01-261-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2017-01-261-0/+0
|
* cmake: add tde_add_check_executable macroSlávek Banko2017-01-262-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> (cherry picked from commit 55a7efcef9b0d8d2140facaee2f739fed66b299d)
* Added support for OpenSSL 1.1Slávek Banko2017-01-031-16/+17
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d9b4ee04db7e614a59470acc38a6482c15aed032)
* 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> (cherry picked from commit 48c6b8ff3d2cac37dccce46db29499a14fb025b1)
* Update version number for new target R14.0.5Slávek Banko2016-11-122-3/+3
|
* Update date in lsm filesr14.0.4Slávek Banko2016-10-231-1/+1
|
* 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> (cherry picked from commit 443c910570647f415838e65a1b8add30b00b7dbb)
* 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> (cherry picked from commit 6bd9497d8e3802328fb8ffb864fe6ad9d3f392e8)
* 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> (cherry picked from commit d5feffdec9e2380f9dd590607a71669dd772e319)
* 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> (cherry picked from commit 0a874e41b6f30d3276a8ab6536a7c3f692ffed65)
* Fixed khotkeys.desktop handling. This resolve bug 2685.Michele Calgaro2016-09-116-223/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6960221d2c0d539b5f34bedfd004051313c1984e)
* Fix prior commitTimothy Pearson2016-09-091-1/+1
| | | | (cherry picked from commit 3252800255e59562f401ad0df2cf37cd50d0b1a4)
* Fix display of unknown attributes in device manager details dialogTimothy Pearson2016-09-092-12/+16
| | | | (cherry picked from commit 3c8aaa46e757646f1971bc294a5a41a87ec25720)
* Make device details selectable in hardware info dialogTimothy Pearson2016-09-092-16/+17
| | | | (cherry picked from commit 6b95715d47d895ad37614a496942e1d554c0af1f)
* 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-241569-0/+0
| | | | (cherry picked from commit 09dce5e19f37776c560f0af4eb000baaaf6b50b1)
* Fix invalid png fileTimothy Pearson2016-07-231-0/+0
| | | | (cherry picked from commit efd8b858efa6bbfb39d5ce595f1df2e314148309)
* fix encoding for My_Documents folder for three locales was missing beforeAlexander Golubev2016-07-052-6/+6
| | | | (cherry picked from commit bf26a0b86a8e8ae0255fd66bcf563b32914de2f5)
* klipper: Set search filter to case insensitiveSlávek Banko2016-06-191-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 374acbd5da7f7864c46b84425f13212c752a70d3)
* 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> (cherry picked from commit c9a94740857d09e65b97679920d6cd684cd75c3d)
* 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 (cherry picked from commit 142b3f67a6d5c44c5370eede8ce634ded89bbdf0)
* Fixed typo in starttde script. This resolves bug 2641.Michele Calgaro2016-04-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 700426d3ab40fa9c1e1bb80fe559b0e03ea1f8de)
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2016-04-191-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2016-03-171-0/+0
|
* Fixed desktop locking code. This relates to bug 2603 and fixes the ↵Michele Calgaro2016-03-131-1/+1
| | | | | | | locking-after-suspend issue when the screensaver is also enabled. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ab959b43ca0d41104fc828e0a0b57cc8a6c5108c)
* Update version number for new target R14.0.4Slávek Banko2016-02-292-3/+3
|
* Added "default" mount option to TDE hardware manager. This resolves bug 2593.Michele Calgaro2016-02-263-5/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 71bd29a534261d3ac976a4f2fb2c953172d165b5)
* Update date in lsm filesr14.0.3Slávek Banko2016-02-071-1/+1
|
* Added tooltips to logout dialog for freeze, suspend and hibernate buttons.Michele Calgaro2016-02-071-17/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit db51b92c9630e39ccbdff07f978a30370d7272be)
* Change Hardware Device Manager icon to hwinfoSlávek Banko2016-02-061-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 34db5c9408447cc5cf78617d92ce1cee28f9e830)