summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add missing include/link directoriesaneejit12020-06-214-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> (cherry picked from commit 036992eec5a209107648729f10bcdce1825abbf2)
* Improve detection of libXss, OpenGL and libXext DPMS support.aneejit12020-06-212-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> (cherry picked from commit 7fba97e18aa453c76130f587740f692cd267a216)
* 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> (cherry picked from commit 92902053e5ea081619e14eb5b1fc5d527e4f6136)
* 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)
* 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> (cherry picked from commit aa77ec1c31f896684c20375ab55ff9cf32470f45)
* 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> (cherry picked from commit 6a194d1435d73bf8f19aab741a93f2486dcb4082)
* 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> (cherry picked from commit 3f696d31a633eb4620e48a06baefd3c49bf1a1b5)
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-05-311-0/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 46cdf932b999b1651c1c9e3fba5646bb5b045f35)
* Fix missing paired parentheses in HAL media backend.Slávek Banko2020-05-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Improved support for bluray discs.Michele Calgaro2020-05-3012-66/+120
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 32381684a2eecaaa43616d5bc8ab51780d42e336)
* media tdeioslave: added bluray mimetype.Carlos Alberto2020-05-2910-8/+352
| | | | | | Signed-off-by: Carlos Alberto <bradcarlos@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fadfb67a5c1fc28d4b724a51e36dbe03d8fdd196)
* 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> (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)
* Resolve duplicated HAVE_GETIFADDRS definitionOBATA Akio2020-05-281-1/+0
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit cded6aa77e6b1f31eafcf35c4cd3f8041c09d7d3)
* 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> (cherry picked from commit fc70d29ed94ffc6d852ed810576577934c9e2ede)
* 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> (cherry picked from commit 4ef8f959121b47c02683ce363892e8d3f8381d30)
* DilOS: use illumos specific /proc path for an executable fileDenis Kozadaev2020-05-261-1/+5
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 44e4d3ce6b80000b7627baee2847ab5e1f7f7d99)
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-05-261-9/+24
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 953eb33118f00b164d272876802aa8883dd5e8e7)
* 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> (cherry picked from commit 0844ba9db59ebf31243f1ddc3d47ae440c302f3b)
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Update release version number to R14.0.9.Michele Calgaro2020-05-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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> (cherry picked from commit 5be49e0d24c9038c2103cc7396602e2c9f6b1ddf)
* 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> (cherry picked from commit 6e3db0d9d4a954f67bb534aaf249cda148c042ab)
* 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)
* Update version number for R14.0.8 final release.r14.0.8Slávek Banko2020-04-111-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add release notes for R14.0.8 to documentation.Slávek Banko2020-04-112-0/+106
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 02a53f85577ada6425bf044f16796a5f341a71ee)
* 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> (cherry picked from commit 2d8b5af5068ad96b1729aefa3476c2df87084bb6)
* 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> (cherry picked from commit df2406a474c73b1b380e7dec59ccf7b35d9eb360)
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Add previous release notes to the documentation.Slávek Banko2020-04-089-909/+1404
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 886f149652137ab96ad565c0ca129d8e4f36245f)
* Fix bad section for FocusStealingPreventionLevel value in twinrc.Slávek Banko2020-04-061-5/+5
| | | | | | | This resolves issue #137. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 587abbad86d126f454f974967e726024817be9a8)
* Do not start KJobViewer by default.Michele Calgaro2020-04-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aede7a63092152e64575ace486f88cbbc5c00657)
* r14-xdg-update: make sure files tested by TEST9 are fixed at the next login. ↵Michele Calgaro2020-04-051-5/+5
| | | | | | | Improve feedback messages for the user. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 723a64cee01e83cf2ca817f729f5d3a6871d3f1e)
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Adjusted to new tde- branding in tdesycoca. See commit TDE/tdelibs 9cd27dba. ↵Michele Calgaro2020-04-041-1/+1
| | | | | | | Relates to bug 3083. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7fc8b6ed3d881b97791dc59a1bbaf1fd2bc77277)
* migratekde3: Refresh script (a bit) to be accorded with the changes made for ↵Matías Fonzo2020-03-251-28/+19
| | | | | | | the starttde and the r14-xdg-update script Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 5ae691eb44a0f9a6e41b3bd1a4c7eeda4b66d935)