Commit Graph

2174 Commits (836697f3057c3fbde267abeef108948d9486a8d5)
 

Author SHA1 Message Date
TDE Gitea 836697f305 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea f91a583bc5 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea cd3e850bf5 Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Slávek Banko b95b665c78
Add CMakeL10n rules.
Update TIMEZONES list.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 4fd188ff94 Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
TDE Gitea ec54621e1e Reset submodule main/tdebase/cmake to latest HEAD 6 years ago
Michele Calgaro 6db0c5f228
Improved previous commit using local8Bit() in place of utf8() when a
password is transmitted over pipes to other processes.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 6ae10fc66e
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 3c2da5f0e1
Fixed size used by TDE Control Center -> TDE Components. This relates to
bug 1023.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 4060db0242
Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used for kcmdf (diskfree).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy b3f07ed6c2
add icons for control center modules, this relates to bug 1023
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy 3f623d0565 rename kdelogo.xpm to tdelogo.png
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy 28c1ae5ff7 rename kdelogo into tdelogo
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy f067dfc575 this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro 2228191a50
Renamed Sleep to Suspend, following discussion on a more consistent naming convention for shutdown actions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro b854e365af
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>
6 years ago
gregory guy 47fc32f003
fix issue #10
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro c4141ad599
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 3822225bbb
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea 51537b9d77 Reset submodule main/tdebase/admin to latest HEAD 6 years ago
Michele Calgaro 418fc1679a
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko a72081c423
qt => tqt conversion:
+ libqtkde => libtqtkde

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 99ec83a687
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 0d9863ce23
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro d416a4c1f4
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea 92e2e91468 Reset submodule main/tdebase/admin to latest HEAD 7 years ago
Michele Calgaro 0911b4d0ca
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 661ed658b7
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 9149eddd88
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 887cea6320
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea dfd6ba4fe3 Reset submodule main/tdebase/cmake to latest HEAD 7 years ago
TDE Gitea dcdb42d0bc Reset submodule main/tdebase/admin to latest HEAD 7 years ago
Slávek Banko 00b7a9c60a
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>
7 years ago
Michele Calgaro 2e118bb337
Removed unnecessary executable flag. This relates to bug 2153.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro a89e0f3482
New patch for bug 2852. Should fix previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 2f1da0584b
Fixed order building in tdm. This resolves bug 2852.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro bcbc3ba665
Removed hard-coded reference to /opt/trinity. This resolves bug 680.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
gregory guy 6e32e1ee97
Some missing desktop icons in tdebase
Signed-off-by: gregory guy <g-gregory@gmx.fr>
7 years ago
Michele Calgaro 49297e71b0
Removed documentation about tdeioslave gopher, which by the way is not
in tdebase.
Documentation regarding gopher will now be provided by tdeio-gopher, if
installed.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Fabio Rossi f6a5cd3e8d
tdeioslave nfs: Add support for libtirpc
as a replacement for deprecated SunRPC from glibc >= 2.26
This resolves bug 2962

Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
7 years ago
Michele Calgaro d33bda0b56
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 7ed618b826
Added missing ; at the end of japanese lines. This relates to bug 2952.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro f6d6df4647
Improved description of "what's this" for placeholder in Find and
Replace dialog. This resolves to bug 2558.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 2bcacaf331
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 42974b5ab6
Fixed corrupted japanese translations. This relates to bug 2952.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro cb350ca230 tdeioslave: fixed info protocol, which was no longer working with recent
perl version.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 4317c3e7d6 Start media backend on TDE session startup. This resolves bug 2780.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0066e31492)
7 years ago
Michele Calgaro 967cf90889 cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )
instead of set_source_files_properties( ... COMPILE_FLAGS )
to avoid the problem of double escaping quotation marks.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro a359fef24e Fixed session locking at login. This resolves bug 2874.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 828bd2ad0c Kate session panel: fixed restoring of multiple Kate's main windows.
This relates to bug 2491

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago