summaryrefslogtreecommitdiffstats
path: root/kcontrol
Commit message (Collapse)AuthorAgeFilesLines
* KDesktop: customizable icon spacing.Mavridis Philippe2021-03-303-72/+269
| | | | | | | | | | | | This commit introduces changes to KDesktop which allow for a custom icon spacing option, some new controls into the Desktop Behaviour module of KControl, as well as the KDesktop Ctrl+Mouse Scroll binding to manipulate the icon spacing. This commit depends on a previous (minor) change in LibKonq. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 94b98729138c6948c1e4fdbb1e0552f85783f263)
* Update translation template.Automated System2020-12-301-1/+0
|
* KControl - usbview: Fix typos in the error message.Slávek Banko2020-12-301-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6a08038797a16f4deb6d2e33fba821b06c22b8a1)
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-073-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 145abc15d57fb29701a12e8a14dcb9c1fd72e9be)
* Unify default language name with all_languages.desktop in tdelibs.Slávek Banko2020-11-291-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d08698c8a3151ed0df0bc40b05ae03115c604d75)
* Removed additional code formatting modelines.Michele Calgaro2020-09-2512-12/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a3876433e87e4d6c1acba4bf0e7ac695b25776f8)
* Removed code formatting modelines.Michele Calgaro2020-09-2237-68/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 08d0bb03c026ca9d72fb13105363979660ea9aed)
* Added translation capabilities for <default> display profile. This resolves ↵Michele Calgaro2020-08-251-6/+6
| | | | | | | issue #167. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8f2c2712a375f7a8713cfc999f003e7a7464db6e)
* Update translation template.Automated System2020-08-231-1/+1
|
* Improved code for tderandr rotation string to allow translation. ThisMichele Calgaro2020-08-091-6/+3
| | | | | | | relates to issue TDE/tdelibs#96. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 67d15130305a63abd741f457205db65e96531073)
* Desktop file translations:Slávek Banko2020-06-28308-26672/+414
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2f706891f32258c2b070471905f983e4585296d2)
* Improve detection of libXss, OpenGL and libXext DPMS support.aneejit12020-06-211-1/+6
| | | | | | | | | | | | | | | | | | | The detection of libXss has been changed to ask the question "where is libXss?" before asking "is XScreenSaverQueryInfo available?" rather than the other way around. The test for "XScreenSaverQueryInfo" also ensures that the include and library flags from pkg-config are used. The OpenGL test has been amended to make use of the include paths and library flags returned by pkg-config to prevent the test from failing when OpenGL is not in /usr. The libXext test in kcontrol/energy/CMakeLists.txt is amended to use the libXext include path and library flags. The paths are also added to the include/link directories. Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 7fba97e18aa453c76130f587740f692cd267a216)
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-151-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ac81cad5670dc2a48479560504829568450c9568)
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-122-1/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6a194d1435d73bf8f19aab741a93f2486dcb4082)
* Check ifw_hwaddr member for struct ifreqOBATA Akio2020-05-281-0/+5
| | | | | | | | | It is used for ioctl(SIOCGIFHWADDR) return storage member, but does not exist on Solaris, it uses ifr_addr. Signed-off-by: OBATA Akio <obache@wizdas.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5bcd375ab51d0cf08e8263ba5f840c2daf53d161)
* Change to access ifreq member through macrosOBATA Akio2020-05-281-2/+2
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 85d158eec59e42b693e5d83109de157435103d10)
* Fix typo in the SSL library check rules.Slávek Banko2020-05-261-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fc70d29ed94ffc6d852ed810576577934c9e2ede)
* kcontrol icc: Fix second occurrence of file filter option.Slávek Banko2020-04-291-1/+2
| | | | | | | This solves issue #143. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f0aebe24f5576fe46dcc6ed0ab7452e5007c9090)
* kcontrol icc: fixed file filter option. This solves issue #143.Slávek Banko2020-04-291-1/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 57dadda273bfb1598324a0cd94e97a4a64b01bea)
* Added logic for selection of default file manager from TCC.Michele Calgaro2020-02-203-190/+87
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a430111b101339a278dbe299b0dd5c2bc06528d8)
* Fix units of battery values in Device Manager.Slávek Banko2020-02-161-4/+4
| | | | | | | | | | Previously it was not clear whether the units in tdehwlib are in Wh and W or Ah and A. Now the units are always Ah and A. This is related to issue TDE/tdelibs#68. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0215a0e7127caaf4d5725ca2237a84817f649f67)
* Added GUI in TCC -> TDE Components -> Default Applications for selection of ↵Michele Calgaro2020-02-159-55/+440
| | | | | | | default file manager. Subsequent commits will ensure this option is used throughout TDE. This refers to bug 1904. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98addc546eb8a399479a0a4f928fc363ff264b7f)
* krdb: Replace the shell process with the specified program, saving resourcesMatías Fonzo2020-02-141-1/+1
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 60df3fb90fb03da090efbcb5978a772828dd7ee0)
* Added GUI option to show/hide "Open in Terminal" inside QuickBrowser menus.Michele Calgaro2020-02-121-4/+19
| | | | | | | Minor fixup for other GUI options in "Configure Panel... -> Menus". Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6949aae9ce625d009008872fe4297638f12fe1ce)
* Corrected comment description of new keyboard LED sync option.Michele Calgaro2020-02-101-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6281d6f87b782eb5a9bf410bb29eb981c00829e0)
* Added option in TCC -> System Administration -> Logic Manager ->Michele Calgaro2020-02-072-2/+18
| | | | | | | | Appearance tab to enable/disable the launch of tdekbdledsync in tde greeter. This resolves bug 1834. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit be1c4f22face24de36c540df38a903860f0549d0)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8250c8e42310cb39ceb6ae425bc8546208733e99)
* Additional fixes for XDG folder support.Michele Calgaro2020-01-302-31/+58
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 234e466e0e524cfd92a268c37d504a7ff910ca45)
* Improved support for XDG folders without requiring xdg-user-dirs to be ↵Michele Calgaro2020-01-301-10/+10
| | | | | | | installed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fddff79d21edd8c97d25ea9439fa2218ed35f3d4)
* Synchronize German translation of web pages with the rest.Chris2020-01-251-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit bd4492dc54e30fa5a2a97991e9b166aa17f28972)
* Improve German translation for kicker_config.Chris2019-12-181-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit d86083e73bb7130e394b68db56567a1cd936976e)
* Fix too long German comment in kcmcrypto.Chris2019-12-181-1/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0f438113808e2ada2cec586c0b46a9b658446e90)
* Improve German translation and fix some desktop files.Chris2019-12-1712-23/+16
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 7b55ca5987f067c9c77e547db32d047b92027822)
* Synchronize German translation with the rest and fix some icons.Chris2019-12-1622-49/+57
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0daae46f23f33c0b02bf3d58ab8c1428e7bd71b7)
* Fix duplicated, missing and misleading icons.Chris2019-12-155-5/+5
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit af4fd07d142b78fd266c9e2d3cc76cf2e66b3ebb)
* Improve filepreviews settings icon.Chris2019-12-031-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 354cfa3a0855b2fdeaa81e9d540e88e1d492efcb)
* Improve KCMPerformance name.Chris2019-11-101-67/+65
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit fd28e91a8cf540ef21a9cb094683cb7f76b24df7)
* Improve German KCM translation.Chris2019-11-037-7/+11
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 5eae51da89aa078a32098b4e6659a222bc98b969)
* Streamline Privacy module with the rest.Chris2019-11-031-62/+62
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit a5c5c20c5695f0189d48b464d36bbd48f0c7621e)
* Quick fix for the BG translation entry.Chris2019-11-031-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit f1047361d3f02879f64af4ef556af0d5f2334b9a)
* Bulgarian translations for hwmanager.desktopEmanoil Kotsev2019-11-031-0/+3
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 06acf10c0b2c45279fe465670a8a3f6b51589d38)
* Added Italian translations for device manager (this relates to the previous ↵Michele Calgaro2019-11-031-3/+3
| | | | | | | commit). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 664189c3b13ebe1ae60a93559f333e36bb6d366b)
* Streamline device manager naming scheme.Chris2019-11-033-16/+31
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit a8528d0066c6d71958b0c4c88819370c7ee4d6d0)
* Streamline Color Profile module with the rest.Chris2019-10-193-27/+23
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit c06244f4f15839567a7de0c341ad50602cfaabef)
* Streamline Kicker components with the rest.Chris2019-10-155-11/+18
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 3ada37e84914ad5694bad1bf2cfeb406f0a6ebd7)
* Fix German translation of lanbrowser.Chris2019-10-141-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 944b0f3c1176a018284b7f37b001ef3371b5e784)
* Fix wrong translations for TDM config module.Chris2019-10-141-5/+4
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit e76437d235787c127ec8e629601028bd8c1a3103)
* Streamline KFM components with the rest.Chris2019-10-133-9/+6
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 3609c61eb7fbcb78a5dbddf00fdfa92221aab43d)
* Fix German translation of previous commit.Chris2019-10-131-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 80ab4d2e40d93a207e45214e87033a4a745a5819)
* Added Italian translations for TCC kcmfun module (this relates to the ↵Michele Calgaro2019-10-112-3/+11
| | | | | | | previous commit). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9eeca1f182d2fa71e11d47c5cb10bdee2d9ef520)