Commit Graph

2334 Commits (8f33166d575665caa02424e60bbf05d0bf6c38ae)
 

Author SHA1 Message Date
Chris 69e000a0bb
Fix German translation for My_Computer.
First impression of the German user of TDE is that he is greeted with a
desktop icon on the very top of the desktop called "Speichermedien",
which is so long, that it wraps up this ugly way: "Speicherme-dien".
Which looks very unpolished and leads to a bad experience for first
timers. This comes from KDE3 times still. Most likely it was just
copy-pasted from other places.

The term "Speichermedien" is used otherwise in nearly all other places
(German), so changing it just for that icon looks inconsistent at first.
But in fact the original (English) name for it is also called "Computer"
and not "Speichermedien" for this icon.  So the gain of beeing
inconsistent is bigger because it looks more polished. If someone is
unhappy about that, he can open a ticket or join IRC to find another
solution.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit e408b99187)
6 years ago
Slávek Banko 3e280462eb
Fix typos in texts.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9811d154a5)
6 years ago
Slávek Banko f455dec3c1
Fix typos in texts.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cef8c56343)
6 years ago
Slávek Banko b0b38fb422
Fix typos in texts.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1a6edf83b9)
6 years ago
TDE Gitea c381f06422 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro 70569ea1ff
mediamanager: cleaned up use of medium name map.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c393eecadb)
6 years ago
Slávek Banko 66b6ab6574
Install the TDE integration library (libtqtkde) into TQt
plugins directory, instead of the TDE plugins directory.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9d6d2fd57f)
6 years ago
Michele Calgaro ba298e2447
kdcop: added popup menu to result list to conveniently copy the selected
item (functionality was already available from Edit menu but not so user
friendly).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7ea414a2ab)
6 years ago
TDE Gitea 44acbc390a Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro c66647a6ad
Fixed bug 925 ("SAK driven secure dialog is not available for use"
message in .xsession-errors even when SAK is disabled).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3c109e3d10)
6 years ago
Michele Calgaro 4ed967f2cb
Fixed use of SAK in lock process when autologin is used in TDM.
This resolves bug 2945.

Manually cherry-picked from commit 7aa9258f.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea 2bf7659ed8 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro 4d75d392ef
Updated date and version to R14.0.6 in .lsm files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 3d2fd351ce
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 5b65df7503
tdm: Do not run tdekbdledsync on remote displays.
This relates to bug 1834.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c80e5d45b7)
6 years ago
TDE Gitea e1f38c3d4e Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea 6046116046 Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Slávek Banko 23d25d8608
Fix openssl >= 1.1 detection without pkg-config file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b1b24c0b64)
6 years ago
Slávek Banko b91935b641
Port TIME_WITH_SYS_TIME to CMake.
This resolves FTBFS from commit 05dc8500dd.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 98abb9e8ee)
6 years ago
Slávek Banko 5f7a92ca0a
Add $DISPLAY to kdesktop_lock_lockfile file name.
This resolves bug 2998.

Thanks to Russell Brown for analyzing the problem and propose a solution.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d3834ad4f5)
6 years ago
OBATA Akio 4e78f809c5
Ensure include of sys/stat.h
It is required for mkdir(2), chmod(2) and mkfifo(2).

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit dc4a0dd776)
6 years ago
OBATA Akio b3f41d271f
Port HAVE_SYS_TIME_H to CMake
It is used, but not checked with CMake.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 6326fec9f1)
6 years ago
OBATA Akio 88664174b9
resolve ambiguous log() overload
log() may accept `float` or `double` for C++, so passing `int` is ambiguous.
Change to exactly pass valiables as `double` to log(), it is expected here.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 28d80743c0)
6 years ago
Slávek Banko 67fac6eb61
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 02cb998b9c)
6 years ago
Slávek Banko 01bed117c9
Use common GCC visibility test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9a394bb261)
6 years ago
Alexander Golubev 56f7b40b3b
Fix FTBFS when build -DWITH_XRANDR=OFF
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 22189b6d30)
6 years ago
TDE Gitea ab6cec9064 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
gregory guy ebd74f1248
fix bug 2996, thanks to Alexander Golubev for the bug report and the suggestion to solve It
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 12a175c196)
6 years ago
TDE Gitea 77c031b93a Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Slávek Banko aee785ec0a
Update translation template.
(cherry picked from commit 3e34f52607)
6 years ago
TDE Gitea 5748485a46 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea 2069874b03 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Fabio Rossi 780dda598c
Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
(cherry picked from commit 3cad9663df)
6 years ago
TDE Gitea 30ca438496 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea a5bc34625a Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea fa728888fa Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Slávek Banko c0bebcf76b
Add CMakeL10n rules.
Update TIMEZONES list.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b95b665c78)
6 years ago
TDE Gitea 2c7795c2c7 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea 96d0fce90e Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro 96e5be9624
Fixed size used by TDE Control Center -> TDE Components. This relates to
bug 1023.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3c2da5f0e1)
6 years ago
Michele Calgaro 7a8df68636
Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used for kcmdf (diskfree).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4060db0242)
6 years ago
gregory guy a2dd824bc2
add icons for control center modules, this relates to bug 1023
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit b3f07ed6c2)
6 years ago
gregory guy 20a95298db
rename kdelogo.xpm to tdelogo.png
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 3f623d0565)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy 5645327be1
rename kdelogo into tdelogo
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 28c1ae5ff7)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy e40c895e26
this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit f067dfc575)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 753410778b
Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and related usage in code. This resolves bug 2282 and 2283.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b854e365af)
6 years ago
gregory guy c2c8163388
fix issue #10
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 47fc32f003)
6 years ago
Michele Calgaro b4a5c0a167
Add includes to UI files to resolve FTBFS.
Partially cherry-picked from 661ed658.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea 1bd6400294 Reset submodule main/tdebase/admin to latest HEAD 7 years ago
Slávek Banko de4afaaf00
kdesktop lockprocess: Removed unnecessary include linux/stat.h
This resolves FTBFS with glibc 2.28

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 00b7a9c60a)
7 years ago