Michele Calgaro
7aa9258f19
Fixed use of SAK in lock process when autologin is used in TDM.
...
This resolves bug 2945.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
b1b24c0b64
Fix openssl >= 1.1 detection without pkg-config file.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
OBATA Akio
28d80743c0
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>
6 years ago
Slávek Banko
02cb998b9c
Use common test for large files support.
...
Drop hardcoded definition -D_LARGEFILE64_SOURCE.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
gregory guy
12a175c196
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>
6 years ago
Slávek Banko
3e34f52607
Update translation template.
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
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
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
28c1ae5ff7
rename kdelogo into tdelogo
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
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
Michele Calgaro
3822225bbb
QT_NO_* -> TQT_NO_* renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 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
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
887cea6320
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
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
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
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
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
Slávek Banko
e544c498c0
Update bug reports url to bugs.trinitydesktop.org
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro
f2ca34345e
Removed unrequired comments.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Nikolaus Klepp
808ae9f156
Update URL for TDE main site, wiki, themes and applications
...
This resolves bug 2924
Signed-off-by: Nikolaus Klepp <office@klepp.biz>
7 years ago
Michele Calgaro
19d18dfef1
Removed "Direct Rendering" double entry in opengl info window. This
...
relates to bug 2697.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro
b5741b3692
Fixed problem with opening of 'tdecmshell opengl'. This relates to bug 2697.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko
5b8d6b25f2
Kcontrol: Set really intended parameters for previews in Konqueror
...
This relates to bug 2758
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
d7b8615289
Allow openssl detection without pkg-config file
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
624478c73d
kcontrol/crypto: Disable SSLv3, if is not supported by OpenSSL
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
d9b4ee04db
Added support for OpenSSL 1.1
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
48c6b8ff3d
kcontrol/crypto: Use KOpenSSLProxy methods
...
instead of direct calls SSL functions
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson
3252800255
Fix prior commit
9 years ago
Timothy Pearson
3c8aaa46e7
Fix display of unknown attributes in device manager details dialog
9 years ago
Timothy Pearson
6b95715d47
Make device details selectable in hardware info dialog
9 years ago
Timothy Pearson
09dce5e19f
Fix invalid headers in PNG files and optimize for size
9 years ago
Timothy Pearson
efd8b858ef
Fix invalid png file
9 years ago
Slávek Banko
c9a9474085
Faulty line break in kcontrol/krdb/ad/WPerfect.ad
...
This relates to bug 1375
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
142b3f67a6
Revert "Add -nocpp option to be consistent with other usages of xrdb in source code."
...
This reverts commit 41095d1c9c
.
This resolves bug 1375
9 years ago
Michele Calgaro
b49194171a
kcontrol: Added support for hybrid suspend (aka suspend to RAM + suspend to disk)
...
in hardware manager. This relates to bug 2601.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko
34db5c9408
Change Hardware Device Manager icon to hwinfo
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Michele Calgaro
66e8d0eddd
Fixed FTBFS (in Stretch) caused by missing openssl3 methods. Starting from version 1.0.2d-3,
...
openssl ships with ssl3 methods disabled by default.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko
e790a33645
Fix prior commit - delete UseSAK from wrong configuration group
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson
41e2702cbd
Fix prior commit
10 years ago
Timothy Pearson
812398d820
Fix SAK enable / disable checkbox in TDM TDEControl module
10 years ago
Slávek Banko
d6572f16d5
Install hwdevicetray desktop files as tdehwdevicetray
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson
f05cf05bc1
Add camera device detection to hwdevicetray
10 years ago
Timothy Pearson
15f094afbd
Install hwdevicetry desktop files
10 years ago
Timothy Pearson
f8035fe97c
Add desktop files and autostart file for hwdevicetray
10 years ago