summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty PO for translations of l10n desktop files for base language.Slávek Banko2020-06-283-3771/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove duplicate languages in desktop file translations (no × nb).Slávek Banko2020-06-282-2055/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-284977-119563/+1018206
| | | | | | | + 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>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2020-06-241-0/+0
|
* Fixed up incomplete qtplugins -> tqtplugins renaming.Michele Calgaro2020-06-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add missing include/link directoriesaneejit12020-06-194-0/+20
| | | | | | | | | | | | | | In an environment where not everything is in /usr... - drkonqi/CMakeLists.txt requires the libr library path to be specified. - nsplugins/viewer/CMakeLists.txt requires the glib library path to be specified. - tdm/backend/CMakeLists.txt was missing the include and link directories for libXau and libXDMCP. - twin/compton-tde/CMakeLists.txt was missing include and link directories for the optionally selected libraries (libconfig, Xinerama, XRandR, OpenGL and PCRE). Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Improve detection of libXss, OpenGL and libXext DPMS support.aneejit12020-06-192-8/+24
| | | | | | | | | | | | | | | | | | 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>
* Progressive update of release notes for R14.0.9: knotes shortcuts.Michele Calgaro2020-06-171-4/+29
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-151-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-123-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-128-7/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2020-06-071-0/+0
|
* Fixed missing config modules in Konqueror and Kicker. This resolves issue #150.Michele Calgaro2020-06-012-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-05-311-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix missing paired parentheses in HAL media backend.Slávek Banko2020-05-311-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Improved support for bluray discs.Michele Calgaro2020-05-3012-63/+113
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* media tdeioslave: added bluray mimetype.Carlos Alberto2020-05-299-14/+352
| | | | | Signed-off-by: Carlos Alberto <bradcarlos@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Check ifw_hwaddr member for struct ifreqOBATA Akio2020-05-282-0/+11
| | | | | | | | 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>
* Resolve duplicated HAVE_GETIFADDRS definitionOBATA Akio2020-05-281-1/+0
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* 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>
* Add FreeBSD / DragonFly specific /proc path for an executable file.Slávek Banko2020-05-261-2/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DilOS: use illumos specific /proc path for an executable fileDenis Kozadaev2020-05-261-0/+4
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-05-261-9/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added icon to KDCOP main window. This resolves bug 3108.Michele Calgaro2020-05-251-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-05-032-2/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add draft release notes for R14.0.9 to the documentation.Slávek Banko2020-04-292-0/+61
| | | | 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>
* kicker's kate session menu extension: keep the popup menu open afterMichele Calgaro2020-04-142-1/+7
| | | | | | reloading the sessions list. This improve the user experience. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kicker's kate session menu extension: add support for new R14.1.0 styleMichele Calgaro2020-04-141-6/+30
| | | | | | | Kate's session and make sure they are ordered accordingly to the order in Kate. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Kate: added documentation for sessions panel. This relates to bug 2491.Michele Calgaro2020-04-124-82/+165
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add release notes for R14.0.8 to documentation.Slávek Banko2020-04-102-0/+106
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kate:Michele Calgaro2020-04-112-9/+15
| | | | | | | | 1) removed connection to inexistent slot 2) fix code to save Kate's session from TDE's session manager. This relates to bug 2691. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename "<Filename>kde-" in the menu only if the original file is not preserved.Slávek Banko2020-04-091-6/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed handling of kde- entries in menu. This relates to test 9 in bug 3083.Michele Calgaro2020-04-091-3/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Add previous release notes to the documentation.Slávek Banko2020-04-069-909/+1404
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>