Slávek Banko
7510354598
Merge translation files from master branch.
4 years ago
Slávek Banko
49fdf53b96
Added translation capabilities for "Unlock Storage Device" dialog box title.
...
This resolves issue #168 .
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 296796a8aa
)
4 years ago
Michele Calgaro
1a104c3c35
Progressive update of release notes for R14.0.9.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1c6d2478c2
)
4 years ago
Michele Calgaro
9378f4abd0
Added translation capabilities for <default> display profile. This resolves issue #167 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8f2c2712a3
)
4 years ago
Slávek Banko
8d118cbec2
Update translation template.
4 years ago
Slávek Banko
1d31cdebd0
Merge translation files from master branch.
4 years ago
Slávek Banko
fda80f034d
Fix unwanted line breaks in desktop file translations.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b92b9cd6e7
)
4 years ago
Slávek Banko
df99494b0e
Merge translation files from master branch.
4 years ago
Slávek Banko
14842dfe97
Merge translation files from master branch.
4 years ago
Michele Calgaro
5700a5b676
Improved code for tderandr rotation string to allow translation. This
...
relates to issue TDE/tdelibs#96 .
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67d1513030
)
4 years ago
Slávek Banko
0439629d42
Merge translation files from master branch.
4 years ago
TDE Gitea
f9b96990a3
Reset submodule main/tdebase/cmake to latest HEAD
4 years ago
aneejit1
9e83e1208a
Set required includes before checking for scrnsaver.h
...
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit ae1e54e0d4
)
4 years ago
aneejit1
70da812fd2
Ask pkg-config where libICE is before testing for _IceTransNoListen
...
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 24a8daa732
)
4 years ago
aneejit1
f81582deb3
Ask pkg-config/find_file where we can find the X11 Xkb rules directory and add some more candidate paths for xkbd to search
...
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 3abd9e912c
)
4 years ago
Michele Calgaro
2d68c6e647
Progressive update of release notes for R14.0.9.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0436adf8bd
)
4 years ago
Slávek Banko
bc13de2246
Merge translation files from master branch.
4 years ago
Michele Calgaro
9ca6145f17
Removed unused repeatBoxBIOS checkbox from keyboard settings. This resolves bug 3142.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c320afae2f
)
4 years ago
Slávek Banko
53358a2dcb
Merge translation files from master branch.
4 years ago
Slávek Banko
6e03180ac6
Merge translation files from master branch.
4 years ago
Slávek Banko
ebfc879f43
Merge translation files from master branch.
4 years ago
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
)
4 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
)
4 years ago
Slávek Banko
c3c591bcdc
Fix missing paired parentheses in HAL media backend.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro
cbbf46ebb6
Improved support for bluray discs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 32381684a2
)
4 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
)
4 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
)
4 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
)
4 years ago
OBATA Akio
d3b22aa641
Resolve duplicated HAVE_GETIFADDRS definition
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit cded6aa77e
)
4 years ago
TDE Gitea
a0e032bf63
Reset submodule main/tdebase/cmake to latest HEAD
4 years ago