summaryrefslogtreecommitdiffstats
path: root/kcontrol
Commit message (Collapse)AuthorAgeFilesLines
* TDEMenu search shortcut: various fixesMavridis Philippe2021-10-081-2/+14
| | | | | | | | | * Better Escape key usage prevention * Better handling of different shortcut counts (0 vs 1 vs 2) * Fixed a deprecated function call to setShortcut() Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 10cddab2e38a26d4a2593fcb095fca8230a39486)
* Added support for variable font DPI (range 64-512) in user session.Michele Calgaro2021-10-073-26/+61
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e8d86645043847265b61825c9a1f20a6b93cc924)
* kcontrol/tde-menu: Items for adjust text now depends on Display text in menu ↵Slávek Banko2021-10-061-1/+25
| | | | | | | button checkbox. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0f139004ca5848d85ffa5f1bb304969096da7c40)
* kcontrol/tde-menu: Search shortcut label now depends on Enable search checkbox.Slávek Banko2021-10-061-1/+7
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 622236d20341605e793a3585eed02fd810f66981)
* Search cut: Add check for Escape keyMavridis Philippe2021-10-051-0/+3
| | | | | | | | We cannot accept the Escape key as a search shortcut as it is bound to other actions already. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit c3d4d73313a3241026b96cbad0cabc12782135a2)
* Search shortcut option now depends on "Enable search" checkbox.Mavridis Philippe2021-10-051-0/+8
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 4a60c1ead4edf7d88941f878b3f30f0ffe4cfad0)
* TDE Menu: Customizable search line shortcutMavridis Philippe2021-10-013-2/+51
| | | | | | | This resolves issue #176. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 2557c13094ebabc5916ac166fd842cb0f5897250)
* KControl: Allow RandR warning to translate.Slávek Banko2021-09-301-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9a444a3310e17fae54f0425bc83eb91efcea8706)
* kcontrol/hwmanager: Allow translate an error message about unavailable ↵Slávek Banko2021-09-101-1/+2
| | | | | | | information. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3eba4f728a39c0691fdd6e7e50429fcfbec02852)
* kcontrol/hwmanager: Allow translation for storage device states.Slávek Banko2021-09-091-10/+10
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5e263a67d915e46b393a2c567a2473a21c59bd77)
* Fixed FTBFS with gcc 4.8 when using c++11 standard.Michele Calgaro2021-09-051-5/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 064d38f2c87d137755c61d1eae4e3b2af12b2393)
* kcontrol/hwmanager: Move description to the corresponding item in TDEAboutDataSlávek Banko2021-08-031-4/+7
| | | | | | | and added a line break to avoid unwantedly wide about dialog. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6432d2c28008e5a78b0556e564c87a2ea84340da)
* Added missing <include> in UI file (fixes FTBFS)Mavridis Philippe2021-07-261-0/+1
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 74005246f6242f3a2d0c83d4ac3d3b6558a12a9f)
* Fixed FTBFS caused by c++11 standard.Michele Calgaro2021-07-221-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6e4ef0f880c76f76de52a3acbef1abb7bad80d69)
* Use LGPL energy star icons. These icons have been downloaded fromMichele Calgaro2021-07-218-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | https://iconarchive.com/show/crystal-clear-icons-by-everaldo/App-energy-star-icon.html and are available under the GNU Lesser General Public License 2.1 or newer. Below is the license disclaimer from the above website. ------------------------------------------------------------------ The Crystal Clear icon set was created by Everaldo Coelho, http://www.everaldo.com/ All Icons are free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. License details: Visit http://www.everaldo.com/crystal/?action=license for details. ------------------------------------------------------------------ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bb081a1f2e4c89b52449af129988a9ce90733b03)
* KDesktop: Updated category nameMavridis Philippe2021-06-271-1/+1
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit f2e6f10ffa15833473cf826a3fd9d58bed3ae6bd)
* tdefontinst, fix FTBFS undefined reference to symbol 'FT_Get_Sfnt_Name_Count'gregory guy2021-05-231-1/+1
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 9f0628564db959dc3dbc3c8e9cd9efc99d8c3bfd)
* Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵Slávek Banko2021-05-185-10/+15
| | | | | | | special cases. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e031e12d06c77e0a05ad0c30c21f3afea94764af)
* Make the option -DWITH_USBIDS more visible for packagers.gregory guy2021-05-183-611/+19229
| | | | | | | | | Look for installed usb.ids file, if not found, default to the one provided in source. usb.ids file has been updated to Version 2021.03.31 Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1389e296969df0acf7f393b698a3a0f1fb572026)
* 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)