summaryrefslogtreecommitdiffstats
path: root/kcontrol
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining brandings in tdebase.Chris2019-07-152-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0721f2d3f40ee990c2227563889dff3d540f9224)
* Fix typos in texts.Slávek Banko2019-07-073-3/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9811d154a5249088d14cd4e52b7b1c8c82ccb518)
* Fixed use of SAK in lock process when autologin is used in TDM.Michele Calgaro2019-03-311-12/+7
| | | | | | | | This resolves bug 2945. Manually cherry-picked from commit 7aa9258f. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix openssl >= 1.1 detection without pkg-config file.Slávek Banko2019-02-161-3/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b1b24c0b64755fe135c47ba0963666fbc15b5c26)
* resolve ambiguous log() overloadOBATA Akio2019-02-111-7/+7
| | | | | | | | log() may accept `float` or `double` for C++, so passing `int` is ambiguous. Change to exactly pass valiables as `double` to log(), it is expected here. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 28d80743c0fcd9c9ca9bdccd78d3c052dc9b43de)
* Use common test for large files support.Slávek Banko2019-02-042-4/+0
| | | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 02cb998b9cb2cd5ef36fe0b86781fc452a0d150e)
* fix bug 2996, thanks to Alexander Golubev for the bug report and the ↵gregory guy2019-01-294-0/+0
| | | | | | | suggestion to solve It Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 12a175c1962d3ba39a18d172ae01f80cc2167c33)
* Update translation template.Automated System2019-01-141-0/+1
| | | | (cherry picked from commit 3e34f52607677f40c12ac7e0160efa88b57d5526)
* Add CMakeL10n rules.Slávek Banko2018-12-0953-29/+311
| | | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b95b665c78a047fc540e2bc4a8c19be6db03b825)
* Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used ↵Michele Calgaro2018-11-176-0/+0
| | | | | | | for kcmdf (diskfree). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4060db0242097eb276b1bb59d28f471e00ad196e)
* add icons for control center modules, this relates to bug 1023gregory guy2018-11-1528-0/+0
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit b3f07ed6c2d1316b9bcfe654f84979d0634105ef)
* rename kdelogo into tdelogogregory guy2018-11-081-1/+1
| | | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 28c1ae5ff73808543bacf605222ab8b895cd99e8) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and ↵Michele Calgaro2018-11-021-1/+1
| | | | | | | related usage in code. This resolves bug 2282 and 2283. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b854e365affbc01f61f6a3f58347847437883953)
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-2128-82/+74
| | | | | | Partially cherry-picked from 661ed658. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Some missing desktop icons in tdebasegregory guy2018-08-282-2/+2
| | | | | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 6e32e1ee97bfbd42ca7dfbf753c07ab0ea2d6bf3) kdcop not part of TDE menu in R14.0.x, so excluded from this commit. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added missing ; at the end of japanese lines. This relates to bug 2952.Michele Calgaro2018-08-216-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7ed618b8261157e74ca63beddfdbc60280ae384a)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-181-16/+16
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2bcacaf3312aa854cbe81ba4c33a647f2e79287f)
* Fixed corrupted japanese translations. This relates to bug 2952.Michele Calgaro2018-08-186-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 42974b5ab6169981c56abdd610be3f2826abaffa)
* cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )Michele Calgaro2018-07-046-7/+6
| | | | | | | | | instead of set_source_files_properties( ... COMPILE_FLAGS ) to avoid the problem of double escaping quotation marks. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 967cf90889abe8df9f6c262319a92a5c8a660f12)
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-06-302-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e544c498c0c2bc4758411fc52094dd90706f538c)
* Removed unrequired comments.Michele Calgaro2018-06-214-18/+0
| | | | | | Partially cherry-picked from commit f2ca34345. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update URL for TDE main site, wiki, themes and applicationsNikolaus Klepp2018-05-301-1/+1
| | | | | | | This resolves bug 2924 Signed-off-by: Nikolaus Klepp <office@klepp.biz> (cherry picked from commit 808ae9f1567008c91239bbff3df20702715a55c9)
* 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)
* 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)
* 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)
* 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)
* 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)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-24291-0/+0
| | | | (cherry picked from commit 09dce5e19f37776c560f0af4eb000baaaf6b50b1)
* Fix invalid png fileTimothy Pearson2016-07-231-0/+0
| | | | (cherry picked from commit efd8b858efa6bbfb39d5ce595f1df2e314148309)
* 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)
* 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)
* Fixed FTBFS (in Stretch) caused by missing openssl3 methods. Starting from ↵Michele Calgaro2015-12-211-3/+3
| | | | | | | | | version 1.0.2d-3, openssl ships with ssl3 methods disabled by default. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 66e8d0eddd3b1e3ac3202a45323fa269ab003970)
* Fix prior commit - delete UseSAK from wrong configuration groupSlávek Banko2015-10-131-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e790a336458e02902076daeca9bb0aa6d6455f5a)
* Fix prior commitTimothy Pearson2015-10-121-6/+3
| | | | (cherry picked from commit 41e2702cbddb8c408b6f2492b3f943d6cac60705)
* Fix SAK enable / disable checkbox in TDM TDEControl moduleTimothy Pearson2015-10-121-2/+12
| | | | (cherry picked from commit 812398d8201533dee35c1b4d2a20b064a322cbdc)
* Fix build with libusb 2.0 on freebsdSlávek Banko2015-06-124-80/+61
| | | | | | | [taken from FreeBSD kdebase3 patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e1d8ccc637042d5ab84b0d532590f4cf8ef8e567)
* Bring mouse icon into XDG complianceTimothy Pearson2015-03-261-1/+1
| | | | (cherry picked from commit 3def5271d182f5d72309849bfd9ce91c03640a6b)
* Bring system icon into XDG complianceTimothy Pearson2015-03-261-1/+1
| | | | (cherry picked from commit a8203cf740d018000b2e36cdb60e63fd08b2f692)
* Fixed wrong DocPath strings. This relates to bug 2319Michele Calgaro2015-01-231-1/+1
| | | | | (cherry picked from commit 2db89f3986ff88bc55edca190c25bef5df7c3c33) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Honor disk hidden flag when handling device insertion notifiersTimothy Pearson2014-11-271-0/+3
| | | | This relates to Bug 2211
* Fixed incomplete documentation for handbook in Internet & Network -> Local ↵Michele Calgaro2014-11-272-17/+18
| | | | Network Browsing. This relates to bug 1850.
* Fixed help handbook sections for TDE Components. This relates to bug 1850.Michele Calgaro2014-11-2711-6/+58
|
* Fixed help handbook sections for System Administration. This relates to bug ↵Michele Calgaro2014-11-245-1/+39
| | | | 1850.
* Fixed help handbook sections for Sound & Multimedia -> Sound System. This ↵Michele Calgaro2014-11-202-2/+15
| | | | relates to bug 1850.