summaryrefslogtreecommitdiffstats
path: root/kcontrol
Commit message (Collapse)AuthorAgeFilesLines
* tdehwdevicetray: added 'Properties' action to right click menu.Michele Calgaro2020-11-272-38/+78
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwdevicetray: added separate entries for 'Open' and 'Mount' actions.Michele Calgaro2020-11-232-19/+75
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1) tdehwdevicetray: added support for unmount/unlock/lock operations.Michele Calgaro2020-11-217-123/+337
| | | | | | 2) minor changes and improvements to user messages. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwmanager: fixed typo in previous commit.Michele Calgaro2020-10-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwmonitor: added Unlock/Lock buttons to LUKS disks.Michele Calgaro2020-10-257-9/+397
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kcontrol hw manager: added mapped name information to storage device ↵Michele Calgaro2020-10-172-1/+18
| | | | | | property dialog. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed additional code formatting modelines.Michele Calgaro2020-09-2513-13/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2237-68/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* 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>
* Desktop file translations:Slávek Banko2020-06-28310-26702/+425
| | | | | | | + 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>
* Fixed up incomplete qtplugins -> tqtplugins renaming.Michele Calgaro2020-06-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improve detection of libXss, OpenGL and libXext DPMS support.aneejit12020-06-191-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>
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-151-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-122-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* Change to access ifreq member through macrosOBATA Akio2020-05-281-2/+2
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* 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>
* kcontrol icc: Fix second occurrence of file filter option.Slávek Banko2020-04-151-1/+2
| | | | | | This solves issue #143. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kcontrol icc: fixed file filter option. This solves issue #143.Slávek Banko2020-04-131-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added logic for selection of default file manager from TCC.Michele Calgaro2020-02-193-190/+87
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* 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>
* 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>
* 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>
* Corrected comment description of new keyboard LED sync option.Michele Calgaro2020-02-101-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Updated Device Monitor name in system menu to match the one used in theMichele Calgaro2020-02-061-8/+8
| | | | | | device tray application. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Additional fixes for XDG folder support.Michele Calgaro2020-01-302-31/+58
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Synchronize German translation of web pages with the rest.Chris2020-01-231-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve German translation for kicker_config.Chris2019-12-181-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix too long German comment in kcmcrypto.Chris2019-12-181-1/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve German translation and fix some desktop files.Chris2019-12-1712-23/+16
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Synchronize German translation with the rest and fix some icons.Chris2019-12-1522-49/+57
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix duplicated, missing and misleading icons.Chris2019-12-155-5/+5
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve filepreviews settings icon.Chris2019-12-031-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve KCMPerformance name.Chris2019-11-081-67/+65
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve German KCM translation.Chris2019-11-037-7/+11
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Streamline Privacy module with the rest.Chris2019-11-031-62/+62
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Quick fix for the BG translation entry.Chris2019-11-031-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Bulgarian translations for hwmanager.desktopEmanoil Kotsev2019-11-031-0/+3
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* 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>
* Streamline device manager naming scheme.Chris2019-11-033-16/+31
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Streamline Color Profile module with the rest.Chris2019-10-193-27/+23
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Streamline Kicker components with the rest.Chris2019-10-155-11/+18
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix German translation of lanbrowser.Chris2019-10-141-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix wrong translations for TDM config module.Chris2019-10-131-5/+4
| | | | Signed-off-by: Chris <xchrisx@uber.space>