Michele Calgaro
dff2abe200
Renamed mimetype fonts/package to application/vnd.tde.fontspackage. This
...
resolves issue #65 .
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 55c6f8d5f2
)
5 years ago
Slávek Banko
97f5bb19f3
Add CMakeL10n rules for kcmhwmanager.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
OBATA Akio
4741832142
Revive NetBSD support
...
Catch up to TDE and OS changes
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 2a88ec3c02
)
5 years ago
Chris
117f9924f1
Replace Qt branding with TQt ones.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 2d7de7cea4
)
5 years ago
Chris
a88cf82d94
Remove old upstream URLs of tdebase.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 9dce772296
)
5 years ago
Slávek Banko
cfcf52ab45
CMakeL10n: The source path for the extracted kicker/tiles file names
...
is set to point to the appropriate folder.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 97e122f5b8
)
5 years ago
Chris
3a1b88b2e0
Add consistent and modern TDE kicker icon.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit aa51497324
)
5 years ago
Chris
3fe34eec32
Fix remaining brandings in tdebase.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0721f2d3f4
)
5 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
)
5 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
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
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
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
Slávek Banko
aee785ec0a
Update translation template.
...
(cherry picked from commit 3e34f52607
)
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
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
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
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
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>
6 years ago
gregory guy
8715e3546b
Some missing desktop icons in tdebase
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 6e32e1ee97
)
kdcop not part of TDE menu in R14.0.x, so excluded from this commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
2baa14c861
Added missing ; at the end of japanese lines. This relates to bug 2952.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7ed618b826
)
6 years ago
Slávek Banko
9ef8de40e2
Fix FTBFS with stricter C++11
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2bcacaf331
)
6 years ago
Michele Calgaro
1bfa9332c6
Fixed corrupted japanese translations. This relates to bug 2952.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 42974b5ab6
)
6 years ago
Michele Calgaro
93c1526bae
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>
(cherry picked from commit 967cf90889
)
6 years ago
Slávek Banko
8a7b11067f
Update bug reports url to bugs.trinitydesktop.org
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e544c498c0
)
6 years ago
Michele Calgaro
24ee9f5775
Removed unrequired comments.
...
Partially cherry-picked from commit f2ca34345
.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Nikolaus Klepp
9c625e0ca9
Update URL for TDE main site, wiki, themes and applications
...
This resolves bug 2924
Signed-off-by: Nikolaus Klepp <office@klepp.biz>
(cherry picked from commit 808ae9f156
)
7 years ago
Michele Calgaro
3b0afd6cb7
Removed "Direct Rendering" double entry in opengl info window. This
...
relates to bug 2697.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 19d18dfef1
)
7 years ago
Michele Calgaro
be0069e37d
Fixed problem with opening of 'tdecmshell opengl'. This relates to bug 2697.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b5741b3692
)
7 years ago
Slávek Banko
0ad3ef7c5a
Kcontrol: Set really intended parameters for previews in Konqueror
...
This relates to bug 2758
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5b8d6b25f2
)
7 years ago
Slávek Banko
e51435e449
Allow openssl detection without pkg-config file
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d7b8615289
)
8 years ago
Slávek Banko
963a017811
kcontrol/crypto: Disable SSLv3, if is not supported by OpenSSL
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 624478c73d
)
8 years ago
Slávek Banko
30f4e82a74
Added support for OpenSSL 1.1
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d9b4ee04db
)
8 years ago
Slávek Banko
3059e8e2b3
kcontrol/crypto: Use KOpenSSLProxy methods
...
instead of direct calls SSL functions
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 48c6b8ff3d
)
8 years ago
Timothy Pearson
ac1e63f353
Fix prior commit
...
(cherry picked from commit 3252800255
)
8 years ago
Timothy Pearson
e247f8d2e4
Fix display of unknown attributes in device manager details dialog
...
(cherry picked from commit 3c8aaa46e7
)
8 years ago
Timothy Pearson
3453f5378a
Make device details selectable in hardware info dialog
...
(cherry picked from commit 6b95715d47
)
8 years ago
Timothy Pearson
db864b4562
Fix invalid headers in PNG files and optimize for size
...
(cherry picked from commit 09dce5e19f
)
8 years ago
Timothy Pearson
42f3ec9a32
Fix invalid png file
...
(cherry picked from commit efd8b858ef
)
8 years ago
Slávek Banko
59fb969df9
Faulty line break in kcontrol/krdb/ad/WPerfect.ad
...
This relates to bug 1375
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c9a9474085
)
9 years ago
Slávek Banko
8a247edfd8
Revert "Add -nocpp option to be consistent with other usages of xrdb in source code."
...
This reverts commit 41095d1c9c
.
This resolves bug 1375
(cherry picked from commit 142b3f67a6
)
9 years ago
Slávek Banko
855031483d
Change Hardware Device Manager icon to hwinfo
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 34db5c9408
)
9 years ago
Michele Calgaro
ed6ac1b202
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>
(cherry picked from commit 66e8d0eddd
)
9 years ago
Slávek Banko
8323ba2f3f
Fix prior commit - delete UseSAK from wrong configuration group
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e790a33645
)
9 years ago
Timothy Pearson
feae469cb2
Fix prior commit
...
(cherry picked from commit 41e2702cbd
)
9 years ago
Timothy Pearson
15d41e47bb
Fix SAK enable / disable checkbox in TDM TDEControl module
...
(cherry picked from commit 812398d820
)
9 years ago
Slávek Banko
32eee8cad4
Fix build with libusb 2.0 on freebsd
...
[taken from FreeBSD kdebase3 patches]
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e1d8ccc637
)
10 years ago
Timothy Pearson
2b06eeeddd
Bring mouse icon into XDG compliance
...
(cherry picked from commit 3def5271d1
)
10 years ago