Slávek Banko
e07374813e
Update translation template.
4 years ago
Slávek Banko
4f0e8c5c16
Fixed rules for creating desktop file translation templates
...
different for the R14.0.x branch.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
e12ef21957
l10n: Revert deletes format strings that vary by language
...
but are not intended as strings to translate.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 764bfe67de
)
4 years ago
Slávek Banko
e2a0cb834c
Remove empty PO for translations of l10n desktop files for base language.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a17355ce14
)
4 years ago
Slávek Banko
937c0b3bf6
Remove duplicate languages in desktop file translations (no × nb).
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 58bd1dd6a2
)
4 years ago
Slávek Banko
92841ae8b6
Desktop file translations:
...
+ 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 2f706891f3
)
4 years ago
TDE Gitea
191cf4812d
Reset submodule main/tdebase/cmake to latest HEAD
4 years ago
TDE Gitea
fcc574a3cb
Reset submodule main/tdebase/cmake to latest HEAD
4 years ago
TDE Gitea
90dc4834a7
Reset submodule main/tdebase/admin to latest HEAD
4 years ago
aneejit1
cec16021dc
Add missing include/link directories
...
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 036992eec5
)
4 years ago
aneejit1
4bbaa90f2a
Improve detection of libXss, OpenGL and libXext DPMS support.
...
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 7fba97e18a
)
4 years ago
Michele Calgaro
7567c01c2b
Progressive update of release notes for R14.0.9: knotes shortcuts.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 92902053e5
)
4 years ago
Slávek Banko
f411260fe5
Fix FTBFS due to missing linked libraries.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ac81cad567
)
4 years ago
TDE Gitea
c357e9af39
Reset submodule main/tdebase/cmake to latest HEAD
4 years ago
TDE Gitea
4961fbfece
Reset submodule main/tdebase/cmake to latest HEAD
4 years ago
Slávek Banko
e5492ea58f
For templates from CMake, use the TDE CMAKE TEMPLATES variable.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa77ec1c31
)
4 years ago
TDE Gitea
b65984c864
Reset submodule main/tdebase/cmake to latest HEAD
4 years ago
Slávek Banko
28d4da42be
Fix FTBFS due to missing linked libraries.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6a194d1435
)
4 years ago
TDE Gitea
b2d13aa0d0
Reset submodule main/tdebase/cmake to latest HEAD
4 years ago
TDE Gitea
bc4bcabdab
Reset submodule main/tdebase/admin to latest HEAD
4 years ago
Michele Calgaro
9791dd2c21
Fixed missing config modules in Konqueror and Kicker. This resolves issue #150 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3f696d31a6
)
5 years ago
Michele Calgaro
218c55dde5
Progressive update of release notes for R14.0.9.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 46cdf932b9
)
5 years ago
Slávek Banko
c3c591bcdc
Fix missing paired parentheses in HAL media backend.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
cbbf46ebb6
Improved support for bluray discs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 32381684a2
)
5 years ago
Carlos Alberto
ec4f0efe77
media tdeioslave: added bluray mimetype.
...
Signed-off-by: Carlos Alberto <bradcarlos@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fadfb67a5c
)
5 years ago
OBATA Akio
b4bc817183
Check ifw_hwaddr member for struct ifreq
...
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 5bcd375ab5
)
5 years ago
OBATA Akio
223051e503
Change to access ifreq member through macros
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 85d158eec5
)
5 years ago
OBATA Akio
d3b22aa641
Resolve duplicated HAVE_GETIFADDRS definition
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit cded6aa77e
)
5 years ago
TDE Gitea
a0e032bf63
Reset submodule main/tdebase/cmake to latest HEAD
5 years ago
Slávek Banko
b5623633d1
Fix typo in the SSL library check rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fc70d29ed9
)
5 years ago
Slávek Banko
baed31ac7b
Add FreeBSD / DragonFly specific /proc path for an executable file.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4ef8f95912
)
5 years ago
Denis Kozadaev
8fc36c4ae2
DilOS: use illumos specific /proc path for an executable file
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 44e4d3ce6b
)
5 years ago
Michele Calgaro
8109d12093
Progressive update of release notes for R14.0.9.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 953eb33118
)
5 years ago
Michele Calgaro
a9e58754e3
Added icon to KDCOP main window. This resolves bug 3108.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0844ba9db5
)
5 years ago
TDE Gitea
0bf5bbd98e
Reset submodule main/tdebase/cmake to latest HEAD
5 years ago
Michele Calgaro
6cccf622e6
Update release version number to R14.0.9.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea
b113b0c81d
Reset submodule main/tdebase/cmake to latest HEAD
5 years ago
TDE Gitea
a795a199ca
Reset submodule main/tdebase/cmake to latest HEAD
5 years ago
TDE Gitea
f8ebe449db
Reset submodule main/tdebase/cmake to latest HEAD
5 years ago
TDE Gitea
9e81873d69
Reset submodule main/tdebase/cmake to latest HEAD
5 years ago
Michele Calgaro
321ee7695d
Progressive update of release notes for R14.0.9.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5be49e0d24
)
5 years ago
Slávek Banko
f1160224f0
Add draft release notes for R14.0.9 to the documentation.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6e3db0d9d4
)
5 years ago
Slávek Banko
f6850bcf2d
kcontrol icc: Fix second occurrence of file filter option.
...
This solves issue #143 .
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f0aebe24f5
)
5 years ago
Slávek Banko
4ca60b0c49
kcontrol icc: fixed file filter option. This solves issue #143 .
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 57dadda273
)
5 years ago
Slávek Banko
cd06a02be5
Update version number for R14.0.8 final release.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko
2015ec4e40
Add release notes for R14.0.8 to documentation.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 02a53f8557
)
5 years ago
Slávek Banko
89f20417fb
Rename "<Filename>kde-" in the menu only if the original file is not preserved.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2d8b5af506
)
5 years ago
Michele Calgaro
1f4a1fb417
Fixed handling of kde- entries in menu. This relates to test 9 in bug 3083.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit df2406a474
)
5 years ago
TDE Gitea
4d786ad031
Reset submodule main/tdebase/cmake to latest HEAD
5 years ago
Slávek Banko
6726e4f15a
Add previous release notes to the documentation.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 886f149652
)
5 years ago