Slávek Banko
12c5f4430c
Add an option to install the imagetops binary.
This binary may already be included in the system -
for example in the netpbm package.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f6aced3def
)
1 month ago
Michele Calgaro
e3a8354380
krun: prevent media:/ or system:/media urls to be replaced by their respective /media/... path.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3d3e77773d
)
1 month ago
Michele Calgaro
43b41be84b
Drop weird macro and use memcpy/memset instead.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 60ef8289ae
)
2 months ago
Michele Calgaro
aa3ffe33ca
tdeabc/vcard: integrated "generated" partial header files into the place where they
are actually used.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5cb3ed2e54
)
2 months ago
Slávek Banko
3fd534c3f9
Fix function name in LUA indentation script error message.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6f0a598346
)
2 months ago
Slávek Banko
efae38628b
tests: Wait for the dcop server to be ready.
Use a separate ICEAUTHORITY for tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 19f44e5ff3
)
2 months ago
Slávek Banko
f5adb79794
Add a check to verify that the spell checker set as the default is enabled for build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 056d9c5d0d
)
5 months ago
Slávek Banko
9ffa92f841
Add a build option for ispell.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c66f921179
)
5 months ago
OBATA Akio
2779387ef1
Add an ability to specify default spell checker
There is no reason to determine it with operating system basis.
Change to use build configuration instead. "ispell" by default,
and you can override it.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 70d26004f0
)
6 months ago
OBATA Akio
431ab46758
Port ASPELL_DATADIR detection to CMake
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit ba75e441ea
)
6 months ago
OBATA Akio
0aa014e9d2
Add the ability to detect ispell lib directory
Check LIBDIR ispell compile option and use only it for ispell lib directory
if found.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit bbe1b42cbb
)
6 months ago
Gregory Guy
711ff288fa
Add definitions for X11_RGBFILE and XMLLINT in config.h
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 2706c5674e
)
5 months ago
OBATA Akio
be8ea9c41a
kpty: prevent to open pseudo ttys twice for openpty(3) platforms
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 8f7371cddf
)
6 months ago
OBATA Akio
1d9cf8e717
Add support of posix_openpt(2) to open master pseudo terminal device
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 8e542575e0
)
6 months ago
OBATA Akio
35bff96a9c
Add a knob to use fixed path `iceauth` tool
`system()` and `popen()` may unsafe unless using absolute command path.
Rely on PATH environment variable set by users may result in unwanted tool.
Signed-off-by: OBATA Akio <obache@wizdas.com>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ac8c8ca54a
)
6 months ago
OBATA Akio
f250423e9d
Fix to set DCOP_PATH properly
It is only used in dcop module and empty is unwanted situation,
so properly define it in dcop/CMakeLists.txt.
Rerevant header generation is also moved to there, and prevent
to define in main config.h file too.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 56c5973b6b
)
6 months ago
OBATA Akio
b92175e2a3
Improve progname detection portability
`getprogname()` of FreeBSD is based on NetBSD's one, no reason to
prevent using it on NetBSD.
glibc also has own special variable for progname.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 965a808b91
)
6 months ago
OBATA Akio
3242ddae6c
Add `getservbyname_r` prototype detection to CMake
OpenBSD's prototype is differ than glibc's one, but it is declared.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 6886dd7e96
)
6 months ago
OBATA Akio
bdf8756ae1
Fix to declare missing `snprintf` prototype at correct place
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit f65c9e6665
)
6 months ago
OBATA Akio
8e4dc61208
Fix to declare vsnprintf prototype with detected condition
It was introduced in HP-UX 10.20 (undocumented) and suppoted in 10.30 and later,
so no need to declare it on HP-UX unconditionally.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 76a04f5fce
)
6 months ago
OBATA Akio
961a3aac69
Fix to detect vsnprintf prototype properly
From the standard sepc, <stdio.h> is required in addition to <stdarg.h>
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit cc7cd83235
)
6 months ago
Slávek Banko
0ac62424d2
Link external library for backtrace in tdecore.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 59debdf4f0
)
6 months ago
OBATA Akio
3241cab0cf
Allow to use backtrace(3) external library for kdebug
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 2167207adc
)
6 months ago
Slávek Banko
75aaa51fe2
Fix FTBFS due to unnamed unused arguments in C sources in a recent commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1b2d3b15f4
)
6 months ago
OBATA Akio
e83b6fdca0
Add LOCAL_PEEREID sockopt support for peer socket uid check
It is supported on NetBSD 5 and later.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 7827038ab4
)
6 months ago
OBATA Akio
a9e9cfcd54
Fix missing argments for drive parse filter on lpr
It was extended for compressed PPD support, but not refrected to lpr parts.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 15116d8f64
)
6 months ago
OBATA Akio
c2b391d828
Fix to use configured openpty usability condition
No reason to restrict only on OpenBSD and FreeBSD here.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 12364c9cc3
)
6 months ago
Gregory Guy
f65dc75bca
fix FTBFS, error: ‘dup’ was not declared in this scope
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 88428d3b51
)
7 months ago
Michele Calgaro
02424237c8
Fixed handling of svg images that caused an infinite loop (most notably
Kicker was hanging with 100% CPU usage).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ffe8e495d7
)
7 months ago
aneejit1
71c0596f00
Missing glib link directories
This resolves bug 3135
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 2c6417b8d6
)
8 months ago
aneejit1
fb7b26151d
avahi-tqt include/link directories missing
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 86df09d798
)
8 months ago
Slávek Banko
610545c103
Use target names for commands instead of full paths.
When using target names for commands, CMake automatically resolves
the necessary dependencies without having to specify them in the
CMakeLists.txt source code or in the common TDE CMake module.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 98436f882d
)
8 months ago
Slávek Banko
d37bb843d1
Use private linking for exported CMake targets.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 158b6e1152
)
8 months ago
Slávek Banko
d336392f8f
For templates from CMake, use the TDE CMAKE TEMPLATES variable.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 080c061b15
)
8 months ago
Slávek Banko
345f44fb93
dcopidlng fixes:
+ do not skip an empty class if it is declared with K_DCOP
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 234c903a9b
)
8 months ago
Slávek Banko
b2ff598b34
Drop explicit dependencies on dcopidl and dcopidl2cpp,
because thanks to the replacement of KDE3 CMake macros
with TDE macros, this is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c2b90055a5
)
8 months ago
Slávek Banko
bb46328fb4
dcopidlng fixes:
+ includes may use quotation marks
+ argument types can contain multiple words
+ avoid use long, short, int or char type as the argument name
+ avoid use type as the argument name if the const qualifier is used
+ use long notation of int types
+ the arguments can be nameless
+ return types can have qualifiers
+ do not warn on inherit of the DCOPObject and TQObject classes
+ the documentation comment does not have to end on a separate line
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 49614d38c9
)
8 months ago
Slávek Banko
2ad5c999a7
Enable the use of dcopidlng during build tdelibs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ef23612c56
)
9 months ago
Slávek Banko
eba282f397
Fix typo in the SSL library check rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa244c3700
)
9 months ago
Slávek Banko
f659403a3a
Check existing XDG folders before localization of the name.
Some standard XDG folders may exist before the information is stored
in ~/.config/user-dirs.dirs. Checking existing folders will prevent
the creation of localized folders in addition to existing English ones.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dc699b4fd4
)
9 months ago
Michele Calgaro
b34eba6147
KJobViewer: make sure the printer lists is correctly updated when printers are added or removed. This relates to bug 1362.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 69c2d469b8
)
10 months ago
Michele Calgaro
df6c901347
Fixed unresponsive behavior of the shortcut setting dialog in recent
ditros. This resolves bug 2955.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ea3d4dd87
)
10 months ago
Michele Calgaro
a860d82bef
kjobviewer: fixed initial value of KeepWindow checkbox. This was causing KJobViewer to not autostart unless the user first toggled the checkbox at least once. Relates to bug 1362.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a57ae64c11
)
10 months ago
Michele Calgaro
188e2b9e2d
Remove remaining 'register' instructions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 30606e55f1
)
1 year ago
Michele Calgaro
58b490adcc
Security: remove support for $(...) in KRun which could have allowed
execution of malicious code. This is similar to issue #45 for .desktop
files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8b8f5064f7
)
1 year ago
Michele Calgaro
5523d65792
Removed kerry related code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 94515be234
)
1 year ago
Michele Calgaro
e58c536dd1
Removed beagle related code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e5256a1bd6
)
1 year ago
Slávek Banko
fbd64ec386
Improve folder icons on the speedbar.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 017a50624b
)
1 year ago
Michele Calgaro
5dad8abdc3
KJobviewer: keep "permanent window" option across sessions.
Taken from https://bugs.trinitydesktop.org/show_bug.cgi?id=1362 proposed
patch.
Signed-off-by: Roman Savochenko <roman@roman.home>
(cherry picked from commit 9dc23edee3
)
1 year ago
Michele Calgaro
05dbf5c0b1
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aa98dbfe80
)
1 year ago
Slávek Banko
119bb12503
Fix private API compatibility in TDEGlobalSettings.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f29aa92d38
)
1 year ago
Michele Calgaro
b3a875f92e
Make sure XDG folders are created prior to their usage.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit de79e754fa
)
1 year ago
Michele Calgaro
54800d9de6
Improved support for XDG folders without requiring xdg-user-dirs to be installed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 394c9f5c0e
)
1 year ago
Matías Fonzo
d5b27c1f51
Redirect some headers noticed by the compiler
/usr/include/sys/poll.h 2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
/usr/include/sys/signal.h 2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
Note: <sys/signal.h> has been removed from the tdeio/tdeio/connection.cpp source - it was already declared.
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit c2adce2e13
)
1 year ago
Matías Fonzo
319d2b0943
Added missing headers for tdeinit/start_tdeinit.c
Error found when compiling against GCC9+Musl:
Scanning dependencies of target start_tdeinit
[ 51%] Building C object tdeinit/CMakeFiles/start_tdeinit.dir/start_tdeinit.c.o
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c: In function ‘set_protection’:
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c:47:16: error: storage size of ‘st’ isn’t known
47 | struct stat st;
| ^~
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c:51:9: warning: implicit declaration of function ‘lstat’ [-Wimplicit-function-declaration]
51 | if ( lstat (buf, &st) == 0) {
| ^~~~~
make[2]: *** [tdeinit/CMakeFiles/start_tdeinit.dir/build.make:63: tdeinit/CMakeFiles/start_tdeinit.dir/start_tdeinit.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:10421: tdeinit/CMakeFiles/start_tdeinit.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 8d74c9c44f
)
1 year ago
Matías Fonzo
a1d5228ba2
Use the correct macros isnan, isinf for libc compatibility
Changes related to this commit:
- Clean up #if mess.
- Use unconditionally the correct macros isnan, isinf.
- Remove redudant macros from the build system.
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 8ae17a5d9d
)
1 year ago
Matías Fonzo
7fe5760c2a
Fix LibreSSL detection at tdeio/kssl/
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit aa9b9581a9
)
1 year ago
Slávek Banko
46ecddaeff
Fix building with avahi support
+ Avahi detection was not performed at all
+ Added missing avahi-client detection
+ Fixed FTBFS in avahi related code
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 281e2da7f1
)
1 year ago
Michele Calgaro
a9bf439608
Added support for XDG_PICTURES_DIR and XDG_TEMPLATES_DIR in TDE global settings.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aca6b3d424
)
1 year ago
Michele Calgaro
fb65a4b212
Fix handling of XDG directories in TDEConfigBase. This relates to issue #60 .
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a4f7f51cf
)
1 year ago
TDE Gitea
f2c4b9b2fc
Reset submodule main/core/tdelibs/cmake to latest HEAD
1 month ago
TDE Gitea
becb8f7b92
Reset submodule main/core/tdelibs/cmake to latest HEAD
1 month ago
TDE Gitea
710c105057
Reset submodule main/core/tdelibs/admin to latest HEAD
1 month ago
TDE Gitea
9263dda957
Reset submodule main/core/tdelibs/cmake to latest HEAD
1 month ago
TDE Gitea
76e7ce8165
Reset submodule main/core/tdelibs/cmake to latest HEAD
2 months ago
TDE Gitea
475b3f9151
Reset submodule main/core/tdelibs/admin to latest HEAD
2 months ago
TDE Gitea
3182791c64
Reset submodule main/tdelibs/cmake to latest HEAD
4 months ago
TDE Gitea
bed57b80d7
Reset submodule main/tdelibs/admin to latest HEAD
4 months ago
TDE Gitea
b82c15155c
Reset submodule main/tdelibs/cmake to latest HEAD
5 months ago
TDE Gitea
08b148b7e0
Reset submodule main/tdelibs/admin to latest HEAD
5 months ago
TDE Gitea
025acdb3fc
Reset submodule main/tdelibs/cmake to latest HEAD
5 months ago
TDE Gitea
559311fbe6
Reset submodule main/tdelibs/admin to latest HEAD
5 months ago
TDE Gitea
8e6648f033
Reset submodule main/tdelibs/cmake to latest HEAD
7 months ago
TDE Gitea
90033833c9
Reset submodule main/tdelibs/cmake to latest HEAD
8 months ago
TDE Gitea
97d17684b6
Reset submodule main/tdelibs/cmake to latest HEAD
8 months ago
TDE Gitea
b683d7f72d
Reset submodule main/tdelibs/admin to latest HEAD
8 months ago
TDE Gitea
e0527d4cac
Reset submodule main/tdelibs/cmake to latest HEAD
8 months ago
TDE Gitea
179efff131
Reset submodule main/tdelibs/cmake to latest HEAD
8 months ago
TDE Gitea
29259b467a
Reset submodule main/tdelibs/cmake to latest HEAD
8 months ago
TDE Gitea
8b9c870f38
Reset submodule main/tdelibs/cmake to latest HEAD
8 months ago
TDE Gitea
7b5ea7b536
Reset submodule main/tdelibs/admin to latest HEAD
8 months ago
TDE Gitea
08975fdfa7
Reset submodule main/tdelibs/cmake to latest HEAD
9 months ago
TDE Gitea
23868d22bf
Reset submodule main/tdelibs/cmake to latest HEAD
9 months ago
TDE Gitea
60dcc3f138
Reset submodule main/tdelibs/cmake to latest HEAD
9 months ago
TDE Gitea
6f70ee78e0
Reset submodule main/tdelibs/cmake to latest HEAD
9 months ago
TDE Gitea
591dc1e006
Reset submodule main/tdelibs/cmake to latest HEAD
9 months ago
TDE Gitea
217c5ea6ea
Reset submodule main/tdelibs/cmake to latest HEAD
10 months ago
TDE Gitea
2ceec97311
Reset submodule main/tdelibs/cmake to latest HEAD
10 months ago
TDE Gitea
ea5fa0916e
Reset submodule main/tdelibs/cmake to latest HEAD
11 months ago
TDE Gitea
197799bfab
Reset submodule main/tdelibs/cmake to latest HEAD
1 year ago
Slávek Banko
73d5cbe0f0
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
François Andriot
e3382b36bf
Fix missing return values in kopenssl.
Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a6bbb9e7bc
)
1 year ago
Slávek Banko
927c64cc6e
Process the new location of the ICEauthority file
+ our internal implementation of IceAuthFileName tests
whether the ICEauthority file exists in the folder
specified by the XDG_RUNTIME_DIR variable
+ DCOP client tests whether the ICEauthority file for
a specific user exists in the user's folder based on
the XDG_RUNTIME_DIR variable
+ tdeinit uses the IceAuthFileName() function
instead of building the file name
This relates to bug 3027.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 38b2b0be78
)
1 year ago
Slávek Banko
c527d5931f
cmake: Avoid double generating of dcop/tests files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83d02c95a1
)
1 year ago
Slávek Banko
8a26a48f42
Fix SSL initialization for OpenSSL >= 1.1.
The first argument of the OPENSSL_init_ssl and OPENSSL_init_crypto
functions must be a 64-bit int, not a 32-bit int, as this caused
unpredictable OpenSSL behavior.
This resolves bug 3024.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a2ad929640
)
1 year ago
Slávek Banko
f41c1bba8b
Security: remove support for $(...) in config keys with [$e] marker.
It is very unclear at this point what a valid use case for this feature
would possibly be. The old documentation only mentions $(hostname) as
an example, which can be done with $HOSTNAME instead.
Note that $(...) is still supported in Exec lines of desktop files,
this does not require [$e] anyway (and actually works better without it,
otherwise the $ signs need to be doubled to obey kconfig $e escaping rules...).
Based on KDE Frameworks 5 kconfig patch for CVE-2019-14744.
This resolves issue #45 .
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1074eb0336
)
1 year ago
TDE Gitea
3888dcd3db
Reset submodule main/tdelibs/cmake to latest HEAD
1 year ago
TDE Gitea
ed7a623c7f
Reset submodule main/tdelibs/cmake to latest HEAD
1 year ago
TDE Gitea
0eb9df7760
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
Slávek Banko
db60dede7d
Fix CMake build dependencies for tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8fc2a6ca26
)
2 years ago
Slávek Banko
cfa79f06e2
Use system libdir when searching for dynamically loaded libraries.
This prevents finding an incorrect architecture on multi-arch systems.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a859540c3
)
2 years ago
Slávek Banko
4e6b9128f7
Fix SSL initialization for OpenSSL >= 1.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 43609c8a21
)
2 years ago
TDE Gitea
81ae75ca14
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
TDE Gitea
0a19e9ef85
Reset submodule main/tdelibs/admin to latest HEAD
2 years ago
Slávek Banko
24c62fe93e
Fix openssl >= 1.1 detection without pkg-config file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5de71676ac
)
2 years ago
TDE Gitea
f964702b03
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
Slávek Banko
c43ecb347b
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE=1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ebf0115af1
)
2 years ago
Slávek Banko
91931f112d
Use common GCC visibility test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83e4c4d56c
)
2 years ago
TDE Gitea
89bf82ed5e
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
OBATA Akio
0f8dabf7f5
Fix if-else syntax for the case missing OSS support
(cherry picked from commit dd6da7345a
)
2 years ago
OBATA Akio
dcca1c0797
Change to always build and install KACL
It is used by others even if missing POSIX ACL support.
(cherry picked from commit 08b7645468
)
2 years ago
OBATA Akio
68ed308c37
Add some missing supplement macros for MIDI support
They are used but not defined for missing OSS support.
(cherry picked from commit 6aead73137
)
2 years ago
OBATA Akio
ee4a294926
Change to define __STDC_LIMIT_MACROS first
<stdint.h> (or other system headers handling the macro) may be included
indirectly from other header files (<sys/types.h> is a reasonable one).
(cherry picked from commit 9e6c88287f
)
2 years ago
OBATA Akio
6f0a158d33
Convert GETMNTINFO_USES_STATVFS check to CMake
Fix to build on such platforms, it is used but not checked with CMake.
(cherry picked from commit 6716d0dfb9
)
2 years ago
TDE Gitea
50aef34ec6
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
TDE Gitea
83a5661e8f
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
TDE Gitea
5ae739bb90
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
TDE Gitea
af8aaf669f
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
TDE Gitea
0acee13fe8
Reset submodule main/tdelibs/admin to latest HEAD
2 years ago
Slávek Banko
86e5477b0e
Deleted blank line at the beginning of the file.
This prevented proper processing by extractrc.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0e892bc700
)
2 years ago
TDE Gitea
c2b7330a3b
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
Slávek Banko
7ae8d1cf03
Small adjustments in Kate syntax highlighting files.
+ Modify the line break in <language> tag in cpp.xml.
+ Remove UTF8 BOM from ppd.xml.
+ It allows processing by extractattr.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2040c56119
)
2 years ago
TDE Gitea
669e632b85
Reset submodule main/tdelibs/cmake to latest HEAD
2 years ago
gregory guy
273a9c83a1
fix issue #3 utempter detection
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 82afa07a43
)
2 years ago
Michele Calgaro
a47e042892
Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.
The FTBFS seems to happen only for some users, so this fix should help
in such cases.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6629107ba8
)
2 years ago
TDE Gitea
65da65ad2c
Reset submodule main/tdelibs/admin to latest HEAD
2 years ago
Slávek Banko
9841297099
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 958fa42aa9
)
2 years ago
Slávek Banko
22f2dd61d8
Fix security issue CVE-2017-6410
[taken from RedHat kdelibs patches]
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a3b86c2690
)
2 years ago
Slávek Banko
92a29f00ef
Fix bug reports link in about dialog
Update bug reports url to bugs.trinitydesktop.org
This resolves bug 2935
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa83c86cd3
)
2 years ago
Michele Calgaro
d13c74fc67
Added G-code Kate syntax highlight file.
Taken from:
https://raw.githubusercontent.com/FernV/Gcode-highlight-for-Kate/master/gcode.xml
Work from:
Copyright © 2016 by Fernand Veilleux (fernveilleux@gmail.com )
License:
Library GPL
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6734f5e47f
)
2 years ago
Michele Calgaro
b9d24b688e
Removed duplicated zip file mimetype. This relates to bug 2794.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1b04b27b22
)
2 years ago
Ray Vine
d1273fab06
Removed duplicated rar file mimetype. This relates to bug 2794.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 741812689c
)
2 years ago
Slávek Banko
a320f51ec9
Reset submodule main/tdelibs/admin to latest HEAD
2 years ago
Slávek Banko
1ac544ec40
Reset submodule main/tdelibs/admin to latest HEAD
2 years ago
Michele Calgaro
8f7b2d1f6d
Fix previous commit typo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c18840c76f
)
2 years ago
Michele Calgaro
9660b50111
Fixed service lookup in KOpenWithDlg. Default is now to lookup by
desktop path and not by name, to avoid returning the wrong service when
two or more .desktop files where using the same "Name" field.
This resolves bug 2734 (together with the changes made in applications/kcmautostart)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bcdfbb95e9
)
2 years ago
Slávek Banko
9c636b46cb
Reset submodule main/tdelibs/admin to latest HEAD
2 years ago
Slávek Banko
cb69a491e9
Add paths to the search for utempter helper
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 98ba18d0fc
)
3 years ago
Slávek Banko
6c68e92d38
Add search for utempter helper
This resolves Bug 2841
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a14adb9ab9
)
3 years ago
Roman Savochenko
8193acc745
Add brightness keys support
This relates to bug 2781
Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 4dd179aaa3
)
3 years ago
Slávek Banko
fc9c8b690b
tdeui: Update slider parameters together with changing precision of KDoubleNumInput
This relates to bug 2717 and resolves bug 2758
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2a8932682f
)
3 years ago
Slávek Banko
69c87f5393
Allow openssl detection without pkg-config file
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2aa548763e
)
3 years ago
Slávek Banko
88291f7e7f
Fix CMake build dependencies
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1cc26703c3
)
3 years ago
Slávek Banko
d225bbf95e
KSSL: Set hostname in TLSext to enable SNI support
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 45cf7d13eb
)
3 years ago
Slávek Banko
c216dddd47
KSSL: Use TLS_client_method instead of TLSv1_client_method
This enables TLS protocols newer than v1.0
This resolves bug 2764
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit adb9d9d2b0
)
3 years ago
Slávek Banko
d330c431b4
Fix memory leak after use XGetAtomName
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ab525f2baa
)
3 years ago
Michele Calgaro
50f90e9382
Fixed code for tdefiledialog which caused the problem explained in bug
2743. Using the new code, editing the path information in a
tdefiledialog and pressing the "open/save" button will behave exactly in
the same way as if ENTER was pressed after editing the path and before
pressing "open/save".
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 05bcfa76fc
)
4 years ago
Slávek Banko
da37928707
testing: Run tests that use DCOP in a temporary home
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit df203a23f4
)
4 years ago
Slávek Banko
cb041edbef
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7cc97cb187
)
4 years ago
Slávek Banko
eac0d38823
testing: fix execution of test tdeabc/vcardparser/testread2 with CMake older than 2.8.4
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d8d8c5e060
)
4 years ago
Michele Calgaro
192338ff19
Fixed javascript syntax highlighting in Kate
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b14a2da3b9
)
4 years ago
Slávek Banko
cce22677ba
testing: fix utf8 handling in tdeabc/testread2
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e305bd818c
)
4 years ago
Slávek Banko
3adc5018bf
testing: disable tdeabc/testldapclient
Test requires running TDE session and access
to a foreign ldap server on the Internet.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 24b4a81573
)
4 years ago
Slávek Banko
6af3551328
testing: run tdeio/kmimetypetest with temporary profile
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4d3d8d8653
)
4 years ago
Slávek Banko
3c559266a6
testing: fix bash specific syntax in dcop test
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 30d5bd4d72
)
4 years ago
Slávek Banko
a62d3fbeee
testing: fix build of tdewallet tests with hidden visibility
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5c6425de42
)
4 years ago
Alexander Golubev
73423048c5
tdeui & tdewallet: add tests
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 16a176dab1
)
4 years ago
Alexander Golubev
933dc8a3f8
tdeio: add tests
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit ed74769bfa
)
4 years ago
Alexander Golubev
a6435d8bbc
fixup! tdecore/tdeconfig_compiler: add check/test executables
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d556a8752c
)
4 years ago
Alexander Golubev
30c0e86109
dcop/tests: run dcop tests in a safer manner
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f2d8e88f09
)
4 years ago
Slávek Banko
8e0f94f7d9
tdecore/tdeconfig_compiler: Always use tqt names of objects in the generated files
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 68d315af10
)
3 years ago
Alexander Golubev
eac6bd0980
tdecore/tdeconfig_compiler: add check/test executables
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 57e73e9e4c
)
4 years ago
Alexander Golubev
b285b4e15f
testing: add TEST argument to tde_add_check_executable() macro
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 7e73e618d0
)
4 years ago
Alexander Golubev
398e96f211
tdeabc: update the tests for vcardparser to run them in a new way
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 64b2c52817
)
4 years ago
Alexander Golubev
90e7e48e10
tdeabc: make the testldapclient app non-gui
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 37c9f23df5
)
4 years ago
Alexander Golubev
0b91193d5d
tdecore: fix a crash of dcop non-GUI apps without X
Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp
callback when receiving a DCOP message.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 5842fb37df
)
4 years ago
Alexander Golubev
b1a20aabbe
Include module into test names
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 6c1b8a75f2
)
4 years ago
Alexander Golubev
6cab453afd
Make dcop tests run without X
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 7f6c0b1c7d
)
4 years ago
Alexander Golubev
311e027bb8
Add tdeabc tests to cmake
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 8e14cc0e4a
)
4 years ago
Alexander Golubev
26522796ee
Fix a couple of harmless warnings
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit e0b892796d
)
4 years ago
Alexander Golubev
f96187e5d8
Add dcop tests to cmake
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 26d76a4c04
)
4 years ago
Alexander Golubev
f088e39885
Initial add for check target for cmake
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 0c64a776dd
)
4 years ago
Slávek Banko
9fde716a8c
kimgio: Enable STDC_LIMIT_MACROS for jasper
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d9ca160680
)
4 years ago
Alexander Golubev
6061d2a185
tdeinit: make lnusertemp respect HOME for root
This resolves bug 2739
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d23ac70c47
)
4 years ago
Slávek Banko
e90d3f57cd
Added support for OpenSSL 1.1
Some KOpenSSLProxy methods have been renamed to be consistent
with OpenSSL 1.1 API names and to prevent hidden API changes.
To ensure API / ABI compatibility, the original methods are
still included but have been marked as deprecated.
+ SSLv23_client_method => TLS_client_method
+ X509_STORE_CTX_set_chain => X509_STORE_CTX_set0_untrusted
+ sk_dup => OPENSSL_sk_dup
+ sk_free => OPENSSL_sk_free
+ sk_new => OPENSSL_sk_new
+ sk_num => OPENSSL_sk_num
+ sk_pop => OPENSSL_sk_pop
+ sk_push => OPENSSL_sk_push
+ sk_value => OPENSSL_sk_value
Additional methods have been added to KOpenSSLProxy to support
the new OpenSSL 1.1 API functions that provide access to the
(now) opaque SSL structures. Compatibility with OpenSSL < 1.1
is handled internally in KOpenSSLProxy.
+ BIO_get_data
+ DSA_get0_key
+ DSA_get0_pqg
+ EVP_PKEY_base_id
+ EVP_PKEY_get0_DSA
+ EVP_PKEY_get0_RSA
+ RSA_get0_key
+ X509_CRL_get0_lastUpdate
+ X509_CRL_get0_nextUpdate
+ X509_OBJECT_get0_X509
+ X509_OBJECT_get_type
+ X509_STORE_CTX_get_current_cert
+ X509_STORE_CTX_get_error
+ X509_STORE_CTX_get_error_depth
+ X509_STORE_CTX_set_error
+ X509_STORE_get0_objects
+ X509_STORE_set_verify_cb
+ X509_get0_signature
+ X509_getm_notAfter
+ X509_getm_notBefore
+ X509_subject_name_cmp
+ _SSL_session_reused
+ _SSL_set_options
Method "KSSL::setSession" has been renamed to "KSSL::takeSession"
and its functionality has changed: the session is now transferred
from the argument object to the invoked object. Since it is only
used internally in TDE and the functionality is different, the
method with the previous name has not been preserved.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e1861cb681
)
4 years ago
Michele Calgaro
ee1ab98d12
tdeui: fixed handling of setPrecision() for KDoubleSpinBox. This resolves bug 2717.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f32bc51762
)
4 years ago
Slávek Banko
c888240961
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1ae867ab67
)
4 years ago
Slávek Banko
9459c09772
Fix security issue CVE-2016-6232
Based on https://quickgit.kde.org/?p=karchive.git&a=commitdiff&h=0cb243f6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 261a3b7a12
)
4 years ago
Emanoil Kotsev
c4838c3247
tdeio: fixed up certificate handling when certificate has expired. Also clean
up the code.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f3fadb884d
)
4 years ago
Michele Calgaro
0d8ad909c8
Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fddd4b7f8b
)
4 years ago
Emanoil Kotsev
35a651ae82
Fixed handling of certificate "permanent" acceptance. This relates to
bug 1287.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Partially cleaned up and modified.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7406ed0563
)
4 years ago
Slávek Banko
759db62fcf
Fix FTBFS on vcardparser tests from prior commit
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1571e61744
)
4 years ago
Emanoil Kotsev
6b9a3998f0
Fixed vcardparser tests during building. This resolves bug 2695.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Removed not-required part of the patch from original Emanoil's patch (empty spaces at the end of line)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 13e032939e
)
4 years ago
Timothy Pearson
af445343bd
Parse GENERALIZEDTIME ASN structures
This fixes certificate dates beyond year 2049.
(cherry picked from commit 07dbb3b5c9
)
4 years ago
Slávek Banko
a5a389936c
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0d8345e6f7
)
4 years ago
Slávek Banko
9de3d7917b
Fix FTBFS on CUPS 2.2
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 52a1b55368
)
4 years ago
Emanoil Kotsev
787be02d86
Fix utf8 support in tdeabc vCard parser
This resolves bug 2625
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 4ceb2b158b
)
4 years ago
Slávek Banko
2deafc4971
cmake: Add tdeabc tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 51efac909d
)
4 years ago
Timothy Pearson
6a8935327b
Fix crash on KSSLCertificate deallocation when a CRL is held in the KSSLCertificate object
(cherry picked from commit 62a597d752
)
5 years ago
Timothy Pearson
f4726e5f8d
Fix memory leak when deleting a KSSLCertificate that holds a CRL
(cherry picked from commit 9bf244dd97
)
5 years ago
Timothy Pearson
56e5891a95
Add initial CRL support to KSSLCertificate
(cherry picked from commit 5896a404bc
)
5 years ago
Alexander Golubev
cc48df2a09
tdeio/kmimemagic: remove MAGIC_CONTINUE flag
This resolves bug 2713
The MAGIC_CONTINUE flag resulted in a malformed mimemagic responses
like "application/x-executable\012- application/octet-stream"
instead of just "application/x-executable".
This string being unparsed then caused the KMimeType::findByURL() to
fallback to application/octet-stream for nearly every mimetype.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f54496a1f2
)
4 years ago
Slávek Banko
a8e88fd005
Compile MIME magic file
This partially resolves Bug 2217
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 026a0ccdcd
)
5 years ago
Slávek Banko
b334cc03d5
Fix mimetype detection using magic library
for mime types not contained in TDE settings
This resolves Bug 2392
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b0ac7d2879
)
5 years ago
Timothy Pearson
dab5e4adcb
Properly identify desktop files
This resolves a rather major glitch with Device Links noted on the mailing list
(cherry picked from commit 6ddd04baca
)
6 years ago
François Andriot
2ab53ffee4
Fix FTBFS with libmagic < 4.23
(cherry picked from commit 8f11758253
)
6 years ago
Slávek Banko
3138567410
Fix FTBFS on missing magic_getpath
(cherry picked from commit 03a61295af
)
6 years ago
Timothy Pearson
6a26452382
Do not use magic_version function if magic version support not available
This relates to Bug 656
(cherry picked from commit 58c3aed2bb
)
6 years ago
Timothy Pearson
90d4721aa4
Fix certain shell scripts not being identified
This relates to Bug 656
Clean up some old development debug statements
(cherry picked from commit f8790c70f8
)
6 years ago
Timothy Pearson
099aa9f362
Fix libmime database load once and for all
This relates to Bug 656
(cherry picked from commit e5f898219a
)
6 years ago
Timothy Pearson
562d0b7642
Fix loading of additional mime magic files
This resolves Bug 656
(cherry picked from commit 62bfcbe478
)
6 years ago
Timothy Pearson
602501b7b8
Use libmagic for mime type determination
This relates to Bug 656, Bug 661, and others
(cherry picked from commit 8066e87c6c
)
6 years ago
Timothy Pearson
a515deffb8
Remove unused KMimeMagic::mergeBufConfig method in preparation for converting to libmagic
This relates to Bug 656
(cherry picked from commit 6d268f3c55
)
6 years ago
Timothy Pearson
fc073bef59
Fix a number of build warnings
(cherry picked from commit e0b1bfb014
)
6 years ago
Timothy Pearson
d16c4300eb
Fix compiler warnings
(cherry picked from commit 5e9959ef85
)
5 years ago
Timothy Pearson
5956259c25
Fix visibility of krandr and krsync libraries
(cherry picked from commit b477a57673
)
9 years ago
Slávek Banko
0be1827cb0
Reset submodule main/tdelibs/cmake to latest HEAD
3 years ago
Slávek Banko
0a09af19b9
Reset submodule main/tdelibs/admin to latest HEAD
4 years ago
Slávek Banko
088c7741bb
Fix occasional Konqueror crashes on kjs/regexp
This relates to old KDE3 commit
https://quickgit.kde.org/?p=kdelibs.git&a=commit&h=fee91015
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e9d546a6a3
)
4 years ago
E. Kotsev
999cc98b7f
tdeabc: fixed birthday assignment in VCardTool. This relates to bug 2613.
Signed-off-by: E. Kotsev <deloptes@yahoo.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d10e1df3b0
)
4 years ago
Michele Calgaro
85f091d4e9
Fixed product name in bug report form. This relates to bug 2617.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04255418ec
)
5 years ago
Michele Calgaro
756ca23921
Fixed ISO8601 parsing in VCardTool. This relates to bug 2613.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f9abaf54da
)
5 years ago
Michele Calgaro
2663e4e350
Fixed up previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98c2c3cb30
)
5 years ago
Michele Calgaro
dcf6891ae8
Update kate syntax highlight files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aca6552dd5
)
5 years ago
Timothy Pearson
ee59867766
Fix tdebindings FTBFS
(cherry picked from commit 3c06aad156
)
7 years ago
Timothy Pearson
f05253b5e0
Allow session manager to be disable on creation when argc and argv are not passed to TDEApplication
This relates to Bug 760
(cherry picked from commit 7cc3a975d2
)
7 years ago
Timothy Pearson
83e71b4192
Allow TDEApplication objects to be constructed without a session manager
This relates to Bug 760
(cherry picked from commit 6f4fd5e563
)
7 years ago
Timothy Pearson
3825ec9e3f
Add tdelfeditor
(small portion of original commit)
(cherry picked from commit d6a4fe9ca8
)
9 years ago
Roman Savochenko
3c724bb9fb
Fix wrong options to xrandr in tderandr
This resolves Bug 1913
Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 4a9b7a9371
)
5 years ago
François Andriot
a6ec8c20eb
Fix invalid perl syntax in kdocAstUtil.pm
This resolves Bug 2543
Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 7be2f6784d
)
5 years ago
Michele Calgaro
294f15f367
Kate syntax highlighting files update - Oct 2015
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dd1a8d0d1a
)
5 years ago
Slávek Banko
6b2da2581d
Fix quotedPrintablecodec to support lower-case letters in hex codes
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 912e4866ef
)
5 years ago
Timothy Pearson
7f28a16e6d
Limit size of notification popups
This works around badly designed applications that abuse the notification subsystem to display large chunks of text
(cherry picked from commit 70526c5a3e
)
5 years ago
Timothy Pearson
8c5eb9b961
Add new license files to build
(cherry picked from commit db2b839b72
)
5 years ago
Timothy Pearson
1a8b4a9539
Fix prior commits
(cherry picked from commit 6e6464537c
)
5 years ago
Timothy Pearson
d1a4ef36b1
Fix prior commit
(cherry picked from commit 4e04b0a438
)
5 years ago
Timothy Pearson
a59d0892a2
Add GPL v3 license to TDEAboutData options
(cherry picked from commit 85c0e479c1
)
5 years ago
Slávek Banko
d09b5f45aa
Fix dlerror and crypt detection for CMake build
This resolves Bug 654
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4925611808
)
5 years ago
Michele Calgaro
8dd6378131
Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4e55a1cfaa
)
5 years ago
Michele Calgaro
4b089bde6e
Kate syntax highlighting files update - Jun 2015
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 508cf16bf9
)
5 years ago
Nikolaus Klepp
4928612f61
Fix FTBFS due to missing export lt_dlopen_flag
Signed-off-by: Nikolaus Klepp <office@klepp.biz>
(cherry picked from commit 022a297ed7
)
5 years ago
Slávek Banko
1a68e615e1
Fix several issues on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e469e42c76
)
5 years ago
Slávek Banko
67d736925c
Fix openpty detection with libutil.h
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e75569be1b
)
5 years ago
Slávek Banko
ec47e62bfc
Fix detection for option TDEINIT_USE_XFT with CMake build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 14243cc8ea
)
5 years ago
Slávek Banko
94ea0653b4
Fix setting some constants in config.h with CMake build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f17c618004
)
5 years ago
Nikolaus Klepp
c1136180cc
Fix FTBFS on freebsd
This resolves Bug 2431
Signed-off-by: Nikolaus Klepp <office@klepp.biz>
(cherry picked from commit 3be9f300c9
)
5 years ago
Slávek Banko
e4ef4e00f9
Fix FTBFS on freebsd due to utmpx
[taken from FreeBSD kdelibs3 patches]
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e443c9e0b2
)
5 years ago
Slávek Banko
a64a2ffc72
Fix detection of LZMA without pkgconfig file
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d107d0b0d7
)
5 years ago
Slávek Banko
a1d982adfc
Improve ACL detection for CMake build
Fix hidden visibility in posixacladdons
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6ebff39751
)
5 years ago
Slávek Banko
fb74d787f1
Add include directory for internal libltdl
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dfd680030c
)
5 years ago
Darrell Anderson
7746d2f9c1
Added *.service and *.target format to INI files.
Signed-off-by: Darrell Anderson <darrella@clovermail.net>
Modified to update syntax version number.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8b1fec8a6b
)
5 years ago
Slávek Banko
d7ca37b4b1
Force to handle DCOP requests in KUniqueApplication (newInstance call)
This resolves Bug 2437
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c6c1d781a5
)
5 years ago
Slávek Banko
30c04cf29d
Add mit-shm extension support for CMake build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5b95b86a5b
)
5 years ago
Slávek Banko
63f24fa878
Fix xext configure check for CMake build
This resolves Bug 2410
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c80f418abf
)
5 years ago
Michele Calgaro
787d3a348b
Kate syntax highlighting files update - Jan 2015.
1) Changes in asm-m68k.xml, ppd.xml, sql-oracle.xml taken from http://kate-editor.org/syntax/2.5
2) Changes to the other files from myself.
(cherry picked from commit 3cefb44bcc
)
6 years ago
Michele Calgaro
26d879762a
Minor code clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98e72add31
)
6 years ago
Michele Calgaro
61d4cd95ac
Fixed typo and removed unnecessary call. This relates to bug 146.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10bc86c4cd
)
6 years ago
Slávek Banko
1759e5eadf
Fix FTBFS because CUPS 2.x
This resolves Bug 2270
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 592bebb509
)
6 years ago
Timothy Pearson
24a6fc6f80
Fix printing of debug information on KDED crash
(cherry picked from commit d80ccaf94c
)
6 years ago
Timothy Pearson
f416e6d8f2
Remove unneeded check and handler for broken TQt DnD
Application of patch 0037-dnd-timestamp-fix.patch to TQt3 verified before removal
(cherry picked from commit bbd5f4476c
)
6 years ago
Timothy Pearson
d528ffc8c8
Don't slow execution just because TDEAction::plugAccel was used
(cherry picked from commit 7dee44aa03
)
6 years ago
Michele Calgaro
0120c1cd3e
Kate syntax highlighting files update - Nov 2014
(cherry picked from commit d4b2ca0550
)
6 years ago
Timothy Pearson
8bf30c28ab
Fix duplicated printer driver entries
This relates to Bug 2191
(cherry picked from commit b3e3f6026b
)
6 years ago
Timothy Pearson
8f2e8767e9
Make compressed PPD loading and usage functional
(cherry picked from commit 5a97ffdaae
)
6 years ago
Timothy Pearson
3051002fc6
Greatly increase database generation speed from compressed PPDs where possible
(cherry picked from commit 880fec0918
)
6 years ago
Timothy Pearson
94067b20f4
Use compressed-ppd:<database name>:<ppd name> as compressed PPD URI
(cherry picked from commit cfa9446f25
)
6 years ago
Timothy Pearson
a72da839c8
Add very early support for compressed PPDs to make_driver_db_cups
This relates to Bug 2191
(cherry picked from commit 540db0b3e7
)
6 years ago
Timothy Pearson
7e2cf4a9d5
Fix incorrect Download string in TDEFileSpeedBar
(cherry picked from commit acc29a93bb
)
6 years ago
Slávek Banko
5a0bc62833
Fix tdeinit build definition
(cherry picked from commit a22b1fc950
)
6 years ago
François Andriot
0fbdee1c7c
Fix tdesu process handling
(cherry picked from commit c8b810f149
)
6 years ago
Timothy Pearson
24d1217f49
Add protected helper methods to better handle rubberband operations outside of a TDEListView in file manager mode
This relates to Bug 1961
(cherry picked from commit 216794724c
)
6 years ago
François Andriot
13fddea637
Add a cmake detection for Xext library
Remove hardcoded Xext flags in tderandr and tdestyles/keramik
Add missing link flag in tdeui
(cherry picked from commit aae8990d33
)
6 years ago
François Andriot
b04a282c62
Fix ucred support in openbsd
(cherry picked from commit 3adf509ac8
)
6 years ago
Timothy Pearson
59e46bd1c8
Update mimetypes in Kate plugins to match output of libmagic
This relates to Bug 2148
(cherry picked from commit a44c924930
)
6 years ago
Timothy Pearson
a6211be0ae
Makes favorite URLs in TDE file open/save dialogs global (sared amongst all applications) by default
This commits the following patch from Bug 1499:
tdelibs: fix kurlbar global
(cherry picked from commit c359057caa
)
6 years ago
Timothy Pearson
7b2644a965
Add the following patch from Bug 1499
tdelibs: add postofficebox suppot in tdeabc
(cherry picked from commit c1098677d4
)
6 years ago
Slávek Banko
ee03f1004a
Fix dependencies in CMake targets
(cherry picked from commit d227c416d0
)
6 years ago
François Andriot
e9de7e84a3
Fix openpty detection on openbsd
(cherry picked from commit e255a8ca63
)
6 years ago
François Andriot
4a476fb937
Enable previously disabled build options in config.h
(cherry picked from commit 223f0c7578
)
6 years ago
Timothy Pearson
1bdb69cbcb
Push the following patches to GIT from Bug 1499:
tdelibs: disable kfiledialogbox OK button if user has no permission on file
tdelibs: fix https loop
tdelibs: fix groups in kdialogpropertiesdialog
tdelibs: avoid assertion in tdeio karchive
(cherry picked from commit 9cb7d73182
)
6 years ago
Thomas McGuire
1af590f88a
Support writing empty directories to ZIP files.
(cherry picked from commit ddbe23e90d
)
6 years ago
François Andriot
72532b6602
Fix detection of some headers on openbsd
Many headers requires additional include stdlib.h
(cherry picked from commit 3f5a4b419f
)
6 years ago
François Andriot
0c90f47458
Fix FTBFS on openbsd because missing link to "util" library
(cherry picked from commit 8e7888b857
)
6 years ago
François Andriot
50c30d0de1
Fix default spell checker on openbsd
(cherry picked from commit cca5076348
)
6 years ago
François Andriot
1c8f40adda
Fix cups default directories on openbsd
(cherry picked from commit 69e7a5c4fa
)
6 years ago
François Andriot
50c0b04fd4
Fix cupsd process detection
(cherry picked from commit 754647ba5a
)
6 years ago
François Andriot
6cbb86f9ae
Disable environment-based completion in kurlcompletion on openbsd
(cherry picked from commit 78a66b11dd
)
6 years ago
François Andriot
e703480d0d
Fix FTBFS because undefined __progname in tdeio_connection
(cherry picked from commit 9c7a8637ed
)
6 years ago
François Andriot
d1be1be19f
Add 'tdesu' to tdeioslave_file mount/umount command on openbsd
(cherry picked from commit b588c6e6bd
)
6 years ago
François Andriot
2e79465b10
Add support for openbsd in kresolver
(cherry picked from commit 439f3ba7ea
)
6 years ago
François Andriot
4ade6a8e20
Add support for openbsd pty in kpty
(cherry picked from commit e61585edf0
)
6 years ago
François Andriot
e4213f01b9
Fix hardcoded link flag to "dl" library
Fix "dlopen" function detection
(cherry picked from commit af2c2afb25
)
6 years ago
Timothy Pearson
f3635faf14
Don't use insane (negative) layout values if layout engine does not allocate sufficient space for a text string
This resolves Bug 1950
Make most debugging statements work again
Add new debugging statements
Fix several annoying build warnings
(cherry picked from commit cc5fd88be3
)
6 years ago
Timothy Pearson
e25c6429ea
Add mimeTypePtrFast method to KFileItem
This relates to Bug 699
Clean up a couple of minor build warnings
Classify usbmisc devices
(cherry picked from commit 54578ce023
)
6 years ago
Timothy Pearson
c6c2d982c0
Remove obsolete references to kinfocenter
This relates to Bug 1910
(cherry picked from commit f285b77eab
)
6 years ago
Timothy Pearson
52109a5ac7
Fix accidental regression introduced in prior commit
(cherry picked from commit e1f2a0bb29
)
6 years ago
Timothy Pearson
f52fdb1b4a
Add fast mimetype accessor for use by Konqueror when checking for media device icons
This relates to Bug 699
(cherry picked from commit a21cb20628
)
6 years ago
Timothy Pearson
cdeb154369
Rewrite list view movement key handlers in file management mode
This resolves Bug 1961
(cherry picked from commit 4ffab32f5f
)
6 years ago
Timothy Pearson
83cdf8affa
Fix another case of undefined behaviour
(cherry picked from commit 20e7ea1336
)
6 years ago
Timothy Pearson
1a157e64a6
Update hardware device classification map
Fix potential infinite loop in TDEStyle
(cherry picked from commit 6b07d53d94
)
6 years ago
Timothy Pearson
991e21f15f
Fix accidental double-free in KJS garbage collector
This resolves Bug 2116
(cherry picked from commit 36a7df39b0
)
6 years ago
Michele Calgaro
a1d50519d7
Kate syntax highlighting files update - Sep 2014
(cherry picked from commit 87fd132d01
)
6 years ago
François Andriot
432eec4ef2
Fix missing attribute name in el, fi and ko docbook xml catalog
(cherry picked from commit 2824570e9e
)
6 years ago
Timothy Pearson
a182620a0a
Revert a small portion of commit b66871c
This relates to Bug 1693
(cherry picked from commit a6da78df3a
)
6 years ago
Michele Calgaro
aaa5afedcd
Kate syntax highlighting files update - Jul 2014
(cherry picked from commit aa18c1556b
)
6 years ago
Slávek Banko
e6f29b0111
Add docbook catalogs in xml format
Switch docbook catalogs to xml
This resolves Bug 2077
(cherry picked from commit 1bb6f88d29
)
6 years ago
Slávek Banko
89049217d7
Fix re-read configuration from prior commit 4bfc4550
(cherry picked from commit c2c65a6695
)
6 years ago
Timothy Pearson
e54f3e744f
Prevent spurious translation warning from being emitted
This relates to Bug 2076
(cherry picked from commit 4bfc4550d2
)
6 years ago
Timothy Pearson
909773f4a4
Do not allow device link creation/modification if no device is specified
This relates to Bug 2076
(cherry picked from commit e3db584672
)
6 years ago
Timothy Pearson
9a335db701
Display correct icon and icon widget type in Properties dialog of media device nodes
This relates to Bug 1612
(cherry picked from commit 5a3c9e4641
)
6 years ago
Timothy Pearson
146b36680e
Fix warning message in .xsession_errors when ksmserver shows the logout dialog
This resolves Bug 885
(cherry picked from commit 705e5eedd9
)
6 years ago
François Andriot
c8164e3a5c
Added support for XDG directories: music, pictures, videos, download.
This relates to bug 1499.
(cherry picked from commit 4ca479102d
)
6 years ago
Michele Calgaro
43cfafa4d7
Kate syntax highlighting files update - Jun 2014
(cherry picked from commit 790fe12d34
)
6 years ago
Michele Calgaro
2b3588da89
Reverted alert style definition for Kate's syntax highlighting. This resolves bug 2050.
(cherry picked from commit 0290dbaf6c
)
6 years ago
Michele Calgaro
f4b8e3a055
Kate syntax highlighting files update - Apr 2014
(cherry picked from commit 3ddabae8fd
)
6 years ago
Timothy Pearson
02fb067980
Properly initialize ARGB mode in libtdescreensaver
This resolves an unreported bug whereby many screensavers do not appear when using a compositor
(cherry picked from commit c2692e04d1
)
6 years ago
Timothy Pearson
24210cacbe
Fix FTBFS caused by commit b8eb0069
(cherry picked from commit e6a5e88177
)
7 years ago
Michele Calgaro
7b2a8ccd03
Kate syntax highlighting files update - Mar 2014
(cherry picked from commit b8eb0069d3
)
7 years ago
Michele Calgaro
dcc8d15736
Removes references to printing.kde.org in tdeprint.
Then remove "Documentation" button from tdeprint config module, since the
help handbook is available through the help button already.
This relates to bug 1846.
(cherry picked from commit ef338f1187
)
7 years ago
Michele Calgaro
da960937c0
The output of "tdecmshell --list" is now sorted by ascending module name.
This resolves bug 1893.
(cherry picked from commit ee90275a69
)
7 years ago
Michele Calgaro
f855b39aea
Updated "About TDE" dialog text. This relates to bug 2001.
(cherry picked from commit dd7861dbd7
)
7 years ago
Michele Calgaro
adf437b7e5
In KFindDialog/KReplaceDialog the option "use placeholders" only makes
sense and works when searching using regular expressions.
This resolves bug 1863.
(cherry picked from commit 81515b6d1a
)
7 years ago
Michele Calgaro
18c445cb5b
Kate syntax highlighting files update - Feb 2014
(cherry picked from commit bb647dca15
)
7 years ago
Michele Calgaro
17517c3552
Fix PHP generation script. This resolves bug 1946
(cherry picked from commit d0c4804783
)
7 years ago
Darrell Anderson
5547f54b86
Add *.protocol as a recognized file type, which functionally are identical to *.desktop files.
(cherry picked from commit ca0e1f81a7
)
7 years ago
Michele Calgaro
a80441df14
Kate syntax highlight files update - Jan 2014
(cherry picked from commit 11e927c557
)
7 years ago
Darrell Anderson
27d962ce1b
Fix docbook tags split across lines.
(cherry picked from commit 8d46300c49
)
7 years ago
Slávek Banko
c19a10f20f
Fix tdecore directories of linked libraries
(cherry picked from commit 62ac96e110
)
7 years ago
Darrell Anderson
aad1d85a5e
Rebranding, tooltip, and What's This string cleanup.
(cherry picked from commit 1872b105e0
)
7 years ago
Nikolaus Klepp
546c7b6111
Update kate syntax highlight file for POV-Ray
(cherry picked from commit 50d58f6f40
)
7 years ago
Michele Calgaro
5529b46d24
Update kate syntax highlight files
(cherry picked from commit bf4e405e03
)
7 years ago
Darrell Anderson
a929e576b2
Add vbox as a recognized xml mimetype.
This resolves bug report 1804.
(cherry picked from commit c5189a79b8
)
7 years ago
Timothy Pearson
d4249423a4
Fix crash in mount/umount operations when using pmount
Remove unneeded hack in dirlister for media device root directory
(cherry picked from commit a179d5d696
)
7 years ago
Darrell Anderson
56020808f5
Add libtool item to kate syntax highlighting files.
(cherry picked from commit 6a3e56b574
)
7 years ago
Darrell Anderson
722685520a
Add cmake item to kate syntax highlighting files.
(cherry picked from commit 3f97c17828
)
7 years ago
Timothy Pearson
04c0343bd5
Fix htdig index build failure using suggested patch from KDE bug 209415
This relates to Bug 370
(cherry picked from commit 2259d55a39
)
7 years ago
Slávek Banko
5ab6b051a5
Fix KDiskFreeSp for mount points with UTF8 characters
(cherry picked from commit 56068041d4
)
7 years ago
Francois Andriot
33f00925ff
Add '/run' folder to the slow freq polling directories list
(cherry picked from commit 47bbb9e40b
)
7 years ago
Timothy Pearson
bfb89e3efe
Do not grab wrong key when AltGr sequence is required to access global accelerator sequence character
This resolves Bug 1676
(cherry picked from commit 05e764aa4c
)
7 years ago
Slávek Banko
db1b69a237
Fix crash on clear disabled iconview search line
This resolves Bug 1735
(cherry picked from commit b46a7c35c1
)
7 years ago
Darrell Anderson
d6a1b97ba8
Disable single fprintf message and nominal string cleanup.
This resolves bug report 888.
(cherry picked from commit 5dc0b35424
)
7 years ago
Darrell Anderson
7bd7fe3ff9
Add source code module name to stdout/stderr messages to improve readability.
(cherry picked from commit a53b185855
)
7 years ago
Timothy Pearson
8192b8bfd7
Check if SSL symbols exist before attempting to load them
This relates to Bug 1655
(cherry picked from commit e757d3d6ae
)
7 years ago
Timothy Pearson
04148b4a02
Print additional information when symbol not found by KLibLoader
(cherry picked from commit ef3c8ab413
)
7 years ago
Michele Calgaro
156fc5f825
Move focus to file name in rename dialog during copying files
This resolves Bug 1686
(cherry picked from commit 645993e7d8
)
7 years ago
Slávek Banko
c924810e48
Cleanup KFilterDev::size warning
(cherry picked from commit 2a415f233f
)
7 years ago
Slávek Banko
fbf7deabdc
Cleanup KPty warnings
(cherry picked from commit cfe43899ca
)
7 years ago
Timothy Pearson
630a9a81ae
Disable constant generation of backtraces in TDEIconLoader
This relates to Bug 1674
(cherry picked from commit cced03e1d4
)
7 years ago
Darrell Anderson
003a8dd1c6
Clarify source of identical kdWarning messages.
(cherry picked from commit c9e6442846
)
7 years ago
Slávek Banko
22290fd992
Add sbin into the paths for search binary during substitute uid
This resolves Bug 1494
(cherry picked from commit bb36045b59
)
7 years ago
Alexander Golubev
37c097719c
Add new build option WITH_XCOMPOSITE
Fix build without xcomposite
This resolves Bug 1289
(cherry picked from commit 6e81fa9ce1
)
7 years ago
Slávek Banko
e8a9c63d92
Fix FTBFS
(cherry picked from commit 101d86a3fc
)
7 years ago
Slávek Banko
77b5b75255
Fix FTBFS if ARTS_INCLUDE_DIRS contains multiple paths
(cherry picked from commit eeb482ba1a
)
7 years ago
Darrell Anderson
5449264ff4
Remove line breaks from stdout/stderr messages to improve readability.
(cherry picked from commit e4f16abb29
)
7 years ago
Slávek Banko
6240e10388
Fix starting KDE4 applications
This resolves Bug 1654
(cherry picked from commit e2f981b140
)
7 years ago
Slávek Banko
e10a4809f1
Fix tdesu backend check in CMake
This relates to Bug 1655
(cherry picked from commit 11b5fd8f08
)
7 years ago
Darrell Anderson
dbf291f74b
Add source code module name to stdout/stderr messages to improve readability.
(cherry picked from commit 7f26e9d03b
)
7 years ago
Alexander Golubev
f515099f72
Fix FTBFS when build with clang
(cherry picked from commit f41d2ce0f1
)
7 years ago
Alexander Golubev
04b4febd6b
kdebug: add default message printing destinations
(cherry picked from commit 5354555b1b
)
7 years ago
Alexander Golubev
918ff4b4ae
Improved creation backtraces
(cherry picked from commit a5ba7ad712
)
7 years ago
Alexander Golubev
5bb41966db
Added check the conditions for building backtrace handler
(cherry picked from commit 35748811a4
)
7 years ago
Timothy Pearson
9d581b3f4c
Add ability to generate proper backtraces in tdeio crash handler
(cherry picked from commit a166b1dade
)
7 years ago
Alexander Golubev
49035a61b3
Fix tdeioslaves FTBFS when compiled in standalone.
This resolves bug report 1617.
Cmake doesn't define HAVE_BACKTRACE.
This resolves bug report 1614.
(cherry picked from commit 1297639788
)
7 years ago
Alexander Golubev
0ffdced1e7
Fix FTBFS when xrender is missing.
This resolves bug report 1554.
(cherry picked from commit be31b51dbc
)
7 years ago
Francois Andriot
1b5e0271d9
Fix FTBFS due to libart location
(cherry picked from commit 12b5e141be
)
7 years ago
Alexander Golubev
20d7a10943
Add new build option WITH_XRANDR
This resolves Bug 1553
(cherry picked from commit 4626871a9d
)
7 years ago
Timothy Pearson
f2208fe7d1
Fix Kate not coming to foreground with focus in MDI mode
This resolves Bug 692
(cherry picked from commit 93993ebd03
)
7 years ago
Timothy Pearson
3c86967a31
Add ability to set active window to TDEMainWindow
(cherry picked from commit 6f1973a708
)
7 years ago
Timothy Pearson
a4be37c118
Reduce CPU usage of triggerless device polling routine
Fix TDEListView not emitting executed signal for part of entire highlighted item area
(cherry picked from commit b282a7bb89
)
7 years ago
Timothy Pearson
c1d2654b77
Fix incomplete size restoration in TDEMainWindow class
This resolves Bug 1519
Clean up build warnings in KEditToolbar
(cherry picked from commit 2d2661a554
)
7 years ago
Timothy Pearson
7cd5f2324d
Use new Qt hidden items for iconview searches
(cherry picked from commit 5c8a387bfe
)
9 years ago
Timothy Pearson
6999f571c6
Fix fvisibility option
(cherry picked from commit 91f3b7f8f8
)
9 years ago
Timothy Pearson
05b2e1bc9c
Add gcc visibility option to tdelibs
(cherry picked from commit 7508eafbec
)
9 years ago
Timothy Pearson
d3a4952cc1
Setup architecture flags during initial configuration
(cherry picked from commit ef15b096ad
)
9 years ago
Slávek Banko
632e41f030
Update version number for new target 3.5.13.3
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko
77e57811dc
Reset submodule main/tdelibs/cmake to latest HEAD
5 years ago
Slávek Banko
e9d57485fa
Reset submodule main/tdelibs/admin to latest HEAD
5 years ago
Slávek Banko
a9fc8c85be
Reset submodule main/tdelibs/libltdl to latest HEAD
5 years ago
Slávek Banko
85d0c0e837
Fix security issue CVE-2015-7543
[taken from Debian arts patches]
(cherry picked from commit 56eb4ba333
)
5 years ago
Slávek Banko
0b38e09529
Fix security issue CVE-2013-2074
[taken from RedHat kdelibs3 patches]
(cherry picked from commit 29227e0caa
)
5 years ago
Slávek Banko
15dfd152df
Rebrand version string to final 3.5.13.2 release
7 years ago
Francois Andriot
ca0faebe9a
Fix possible DOS in konqueror (CVE-2009-2537)
(cherry picked from commit 89cfde63b8
)
7 years ago
Francois Andriot
62f646f835
Fix security issue when displaying certificate informations (CVE-2011-3365)
(cherry picked from commit a67a48107f
)
7 years ago
Timothy Pearson
6eac96c4dd
Fix invalid toolbar data structure size declarations
This cleans up a slew of Valgrind memcheck warnings
(cherry picked from commit b1c819c323
)
7 years ago
Slávek Banko
aaa6198c4f
Reset submodule main/tdelibs/admin to latest HEAD
7 years ago
Francois Andriot
6391ef85be
Fix saving display config when Gamma is not supported by xrandr
This resolves Bug 1506
(cherry picked from commit 90c0f26c7c
)
7 years ago
Timothy Pearson
83803589ba
Fix DCOP standard TQt object marshaling
This partially resolves Bug 1510
(cherry picked from commit 7e397d203c
)
7 years ago
Slávek Banko
251896b94c
Properly fix getting file name with ICC configuration
(cherry picked from commit 46fd5cba30
)
7 years ago
Francois Andriot
35563d6195
Add XZ tdeioslave
Based on KDE GIT commit bbe9e8f5
(cherry picked from commit 7f328ba6990044b0a9d510060a2dcd468cf0fd9f)
7 years ago
Timothy Pearson
e4fb61e686
Fix errant extra source line in GIT hash b4a23465
(cherry picked from commit d2f1ad161d
)
7 years ago
Timothy Pearson
998d8f4e7a
Use standard unicode forward slash representation if available instead of nonstandard HTML encoding
This resolves Bug 269
(cherry picked from commit b4a23465b6
)
7 years ago
Timothy Pearson
02454576e0
Fix slot warnings when no partManager is available
This resolves the remainder of Bug 1088
(cherry picked from commit ecaf622512
)
7 years ago
Darrell Anderson
9d350bb482
Cleanup output clutter.
(cherry picked from commit 8f812a828a
)
7 years ago
Timothy Pearson
9977a7c43c
Fix Kate syntax highlighting stall
This resolves Bug 1279
(cherry picked from commit 86cf9b5863
)
7 years ago
Timothy Pearson
e80d466d7e
Fix incorrect positions and heights in open/save dialogs when nonstandard font sizes are in use
(cherry picked from commit c5463fddb1
)
7 years ago
Timothy Pearson
a40d90b982
Revert previous patch as the error appears to be in TQFontMetrics, not this file
(cherry picked from commit 857fae6c4f
)
7 years ago
Timothy Pearson
f081179ea0
Fix ugly open/save dialog icon item highlight rectangle mismatch
(cherry picked from commit 89798786db
)
7 years ago
Timothy Pearson
93f550d17d
Do not block on read of tdeinit socket and thereby rely on forcible tdeinit_shutdown termination during logout
This partially resolves Bug 760
(cherry picked from commit a9e5bed292
)
7 years ago
Slávek Banko
f723e96108
Cleanup output clutter
(cherry picked from commit 987dc667f2
)
7 years ago
Timothy Pearson
83bd0da219
Add WITH_ALL_OPTIONS to CMake
(cherry picked from commit 7845d1204e
)
9 years ago
Timothy Pearson
c3a7e5d3db
Fix URL handling of media/builtin-* mimetypes
This partially resolves Bug 976
Add missing ACL support to CMake build files
(cherry picked from commit 30b0af1f01
)
7 years ago
Timothy Pearson
3ab7d7ba97
Fix KSVGIconPainter deadlock with specifically formatted input files
This resolves Bug 1418
(cherry picked from commit 3fefe5e7d3
)
8 years ago
Timothy Pearson
ed0d72dedc
Resolve remainder of Bug 891
(cherry picked from commit 658707d49e
)
8 years ago
Timothy Pearson
da981a1873
Broaden KDE4 application detection critera
This resolves Bug 891
Thanks to Darrell Anderson for the patch!
(cherry picked from commit 9a2e58b31d
)
8 years ago
Timothy Pearson
a96da2c3fe
Trivial log cleanup
This closes Bug 1201
Thanks to Darrell Anderson for the patch!
(cherry picked from commit 4891e4bc15
)
8 years ago
Timothy Pearson
14d9fc726e
Properly repair kicker crahs on start
This resolves Bug 1161
Thanks to Fat-Zer for the patch!
(cherry picked from commit 6a7a4e6901
)
8 years ago
Slávek Banko
8cd519691d
Reset submodule main/tdelibs/admin to latest HEAD
8 years ago
Slávek Banko
a480a76fad
Fix crashes with fontconfig 2.9.0 and newer
This resolves Bug 1422
(cherry picked from commit 513dce7c02
)
8 years ago
Francois Andriot
9a034a7c47
Honor the "Forever" option when accepting ssl certificates.
(cherry picked from commit 5975b91a25
)
8 years ago
Laurent Dard
41fc569e81
Partial fix for incorrect mimetype detection.
This partially resolves bug report 656.
(cherry picked from commit b61f0c4777
)
8 years ago
Darrell Anderson
d99793c265
Fix when kdetcompmgr printf message is displayed.
(cherry picked from commit b2f408002e
)
8 years ago
Darrell Anderson
f42aed592a
Fix "KDE4 is running" message.
This resolves bug report 1200.
(cherry picked from commit 3dfc6fd192
)
8 years ago
Darrell Anderson
0e50dbcabd
Add source code module name to stdout/stderr message to improve readability.
(cherry picked from commit 070bc678cc
)
8 years ago
Darrell Anderson
716ff74371
Add source code module name [kdetcompmgr] to stdout/stderr messages to improve readability.
(cherry picked from commit 598ec0e5fc
)
9 years ago
Darrell Anderson
a715e3607b
Add source code module name [KDE-ICE error] to stdout/stderr messages to improve readability.
(cherry picked from commit 018767abe9
)
9 years ago
Darrell Anderson
bf45555032
Add source code module name to stdout/stderr messages to improve readability.
(cherry picked from commit c1b7fc8e57
)
9 years ago
Darrell Anderson
e9696710fd
Add source code module name to stdout/stderr messages to improve readability.
(cherry picked from commit e15521d96b
)
9 years ago
Darrell Anderson
f29973ff64
Add source code module name to stdout/stderr messages to improve readability.
(cherry picked from commit 563d4ecebe
)
9 years ago
Darrell Anderson
16634b6621
Add source code module name to stdout/stderr messages to improve readability.
(cherry picked from commit 550ae6f797
)
9 years ago
Darrell Anderson
07dc183ea4
Add source code module name to stdout/stderr messages to improve readability.
(cherry picked from commit abf8c2dbe4
)
9 years ago
Darrell Anderson
9cbbfe8fae
Add source code module name to stdout/stderr messages to improve readability.
(cherry picked from commit e50a9f060c
)
9 years ago
Slávek Banko
15177ca24a
Reset submodule main/tdelibs/cmake to latest HEAD
8 years ago
Slávek Banko
418f872b61
Reset submodule main/tdelibs/cmake to latest HEAD
8 years ago
Francois Andriot
a98a78b655
Fix openexr include flags
(cherry picked from commit 9b523bbf41
)
8 years ago
Timothy Pearson
755fbfa4a1
Fix old upstream KDE 3 bug #111827
(cherry picked from commit 07c48c43ff
)
8 years ago
Slávek Banko
c3bd56014f
Initialise the mCrossDomain member variable in the cookies
Backported from KDE GIT commit 794b14b8
(cherry picked from commit dabf3a9fef3b352ed3cae6d58b7ed26c290d93ea)
8 years ago
Timothy Pearson
c39ab1452d
Fix KDoubleSpinBox initialization problem
(cherry picked from commit 4443b6dd88
)
8 years ago
Roman Savochenko
bb2a1e349f
Fix memory leak in CUPS IPP processing
This resolves Bug 1369
(cherry picked from commit 5f99a27180
)
8 years ago
Timothy Pearson
34180e15ea
Fix drkonqui failure
This closes Bug 1005
(cherry picked from commit 0dcda4bbff
)
8 years ago
Alexander Golubev
7d055511cc
Add sudo kdesu backend option to CMake
This resolves Bug 1286
(cherry picked from commit 0b26938b49
)
8 years ago
Alexander Golubev
df1b666cc5
Fix variables passed to kde4 applications
This resolves Bug 1366
8 years ago
Timothy Pearson
5359dcf36f
Work around Bug 1161
(cherry picked from commit 1c14fecac3
)
8 years ago
Slávek Banko
7e2b38bcdd
Reset submodule main/tdelibs/cmake to latest HEAD
8 years ago
Slávek Banko
cb65fcfc83
Reset submodule main/tdelibs/cmake to latest HEAD
8 years ago
Slávek Banko
7e35553c39
Reset submodule main/tdelibs/admin to latest HEAD
8 years ago
Timothy Pearson
7894190957
Fix display configuration module crash
This pertains to Bug 1334
(cherry picked from commit 1d811a999d
)
8 years ago
Darrell Anderson
205b339771
Fix references to user profile directory.
(cherry picked from commit e256298e9d
)
8 years ago
Darrell Anderson
0392945227
Fix inadvertent tq changes.
(cherry picked from commit 40712e0646
)
8 years ago
Darrell Anderson
c2fdbe63f8
Fix inadvertent tq changes.
(cherry picked from commit 1ba4ed64cb
)
8 years ago
Darrell Anderson
ca1eb9ca3b
Fix inadvertent tq changes.
(cherry picked from commit 00a35c030e
)
8 years ago
Darrell Anderson
a9d018925e
Remove unnecessary language.
(cherry picked from commit ae7f408f34
)
8 years ago
Darrell Anderson
8189587ae8
Fix inadvertent tqt changes.
(cherry picked from commit d581c97c81
)
8 years ago
Darrell Anderson
bcd4f52251
Fix inadvertent tqt changes.
(cherry picked from commit 5d9a593c1f
)
8 years ago
Slávek Banko
473b1819a7
Reset submodule main/tdelibs/cmake to latest HEAD
8 years ago
Darrell Anderson
9971d50087
Update kate syntax highlighting files.
The cpp.xml now contains some TQ highlighting.
(cherry picked from commit bf94fa1cd0
)
8 years ago
Timothy Pearson
4d18026be0
Fix KRootBacking failure when no window is displayed
This partially resolves Bug 811
(cherry picked from commit 2771be6210
)
8 years ago
Slávek Banko
154a72147f
Reset submodule main/tdelibs/cmake to latest HEAD
8 years ago
Slávek Banko
7c57a1dc2c
Reset submodule main/tdelibs/admin to latest HEAD
8 years ago
Slávek Banko
77b449a821
Rebrand version string to final 3.5.13.1 release
8 years ago
Slávek Banko
f02cdb8e76
Rebranding of Krita as Chalk
(cherry picked from commit 9e0a5e727a
)
8 years ago
Slávek Banko
e8d1d0c250
Update final HTML install path so all modules are consistent.
8 years ago
Darrell Anderson
6e184e4ea3
Update final HTML install path so all modules are consistent.
(cherry picked from commit 979b0c9a1c
)
9 years ago
Timothy Pearson
29768dd7b2
Fix konq filter in list view mode
Select all now only selects shown (filtered) items
(cherry picked from commit 06b514847f
)
9 years ago
Timothy Pearson
c89b32ebab
Fix FTBFS on CUPS < 1.6
(cherry picked from commit 91bf63b43b
)
8 years ago
Timothy Pearson
6fc204a0c4
Update to new CUPS 1.6 API
(cherry picked from commit 9bc0d2cd9d
)
8 years ago
Timothy Pearson
1eb94c672d
Fix language switching
Thanks to Francois Andriot for the patch!
(cherry picked from commit d93d02f5e6
)
8 years ago
Timothy Pearson
f75b05bac9
Prevent XDG autostart files from starting multiple times
This resolves Bug 1096
(cherry picked from commit e9f29cfb2a
)
8 years ago
Timothy Pearson
27939e15c4
Update iso kioslave to better handle large images
(cherry picked from commit dca4c67723
)
8 years ago
Timothy Pearson
a58359b532
Fix spinbox text entry when base is not 10
(cherry picked from commit d1c71f692f
)
8 years ago
Timothy Pearson
71658e0457
Fix Joliet name lookup failure in iso kioslave
(cherry picked from commit e202ca79c3
)
8 years ago
Timothy Pearson
eaee388f8e
Fix iso kioslave not parsing large images properly
(cherry picked from commit b4bba7b553
)
8 years ago
Timothy Pearson
e9814aea9f
Export kdemain symbol in iso kioslave
This closes Bug 465
(cherry picked from commit 0536f0b707
)
8 years ago
Darrell Anderson
86e5a046e3
Fix typos.
(cherry picked from commit 759f5794fa
)
9 years ago
Darrell Anderson
82c9d32a4a
Fix typos.
(cherry picked from commit 3f59f9590b
)
9 years ago
Darrell Anderson
2d260faab7
Fix typo.
(cherry picked from commit 9af103f289
)
9 years ago
Darrell Anderson
d4b3280480
Fix typos.
(cherry picked from commit 0d043b41b4
)
9 years ago
Timothy Pearson
2afebdbe7f
Fix a number of tdelibs build warnings
(cherry picked from commit 77f4891c22
)
9 years ago
Timothy Pearson
3acd2816bb
Fix FTBFS
(cherry picked from commit 6b48018290
)
9 years ago
Timothy Pearson
f0151e7097
Update default bug tracker link so as not to break tdebindings
(cherry picked from commit 2fae13c658
)
9 years ago
Darrell Anderson
638a47b531
Fix Konqueror not dependably updating the file pane with directory and file
changes. Thanks to Simon St. James, who posted the patch almost 7 years ago
to the KDE3 bug tracker. This closes bug report 756.
(cherry picked from commit 1e657f6a57
)
8 years ago
Slávek Banko
74fb9bd07b
Fix FTBFS - incomplete build kspell2
This closes Bug 657
(cherry picked from commit 3e284fadb9
)
8 years ago
Darrell Anderson
9b26eae553
Restore tdesu dialog "Keep password" check box default to disabled/unchecked.
(cherry picked from commit 87363770ea
)
8 years ago
Timothy Pearson
6df0682f82
Add dynamic label support to kpassworddialog
(cherry picked from commit 3c75231601
)
8 years ago
Timothy Pearson
67104c35e1
Fix runtime openssl library detection on multiarch
This closes Bug 809
(cherry picked from commit 09d01cacf8
)
8 years ago
Timothy Pearson
9a37f39d56
Fix KTempFile not obeying special bits on file creation
This closes Bug 349
(cherry picked from commit 9068fffdf8
)
8 years ago
Timothy Pearson
89bb0f3329
Fix composition extension detection
(cherry picked from commit 41ea89f79d
)
8 years ago
Timothy Pearson
efbb0a575b
Initialize X11 threading when kinit is used to launch a program
This closes Bug 812
Thanks to Slávek Banko for the patch!
(cherry picked from commit 6c806af1c9
)
8 years ago
Timothy Pearson
eae91cf3d2
Fix tde-config creating profile directory when CMake is used to compile tdelibs
Remove spurious tde-config warning message that confused Autotools
(cherry picked from commit e3e8bf702f
)
8 years ago
Timothy Pearson
865951eebf
Fix creation of profile directory in system root (part 2)
This closes Bug 293
(part of the original commit)
(cherry picked from commit d3a9d56143
)
8 years ago
Timothy Pearson
6545cbf647
Fix creation of profile directory in system root
This closes Bug 293
(cherry picked from commit 049525ee6a
)
8 years ago
Darrell Anderson
e7495712f7
GCC 4.7 fix needed to build tdebase.
This partially resolves bug report 958.
Thanks to Francois Andriot.
(cherry picked from commit 7d40df8740
)
8 years ago
Darrell Anderson
d2ff841bb5
Further organize KDE Menu.
(cherry picked from commit 955686e61b
)
9 years ago
Darrell Anderson
f79ab4b0d2
Reduce "More Applications" and extra koffice items from KDE menu.
This partially resolves bug report 653.
(cherry picked from commit 1c06ae32f6
)
9 years ago
Timothy Pearson
881dd3a614
Fix qlayout warnings
(cherry picked from commit d54eee3837
)
9 years ago
Timothy Pearson
8f01bb25df
Update kate synatax highlighting files
This closes Bug 764
(cherry picked from commit 7439a4b0e0
)
9 years ago
Timothy Pearson
bea964028b
Add fam/gamin support to tdelibs CMake
(cherry picked from commit 2b035349c3
)
9 years ago
Timothy Pearson
422f8fa037
Add inotify CMake support to tdelibs
(cherry picked from commit 24f144faf9
)
9 years ago
Darrell Anderson
ff8a72a221
Add go.png images to crystalsvg icon set to fix Standard ksplash theme.
(cherry picked from commit 67886cbdd2
)
9 years ago
Timothy Pearson
0c897d4fbf
Fix crash on newline assert in kddebug
(cherry picked from commit 9a3888489d
)
9 years ago
Timothy Pearson
73036b1ca2
Fix kdesu internal pathing
This closes Bug 766
(cherry picked from commit e131f10b84
)
9 years ago
Timothy Pearson
c319ffd929
Fix utf8 encoding for webdav directories
Thanks to Thorsten Glaser for the patch!
(cherry picked from commit e607cfe611
)
9 years ago
Timothy Pearson
3c199843f5
Fix kiconloader crash when libart is not in use
(cherry picked from commit e6b6f2eafd
)
9 years ago
Timothy Pearson
f1cc1e956c
Update bugtracker location in shared About dialog
This closes Bug 704
(cherry picked from commit 787f04b0c6
)
9 years ago
Timothy Pearson
c15cb4dc78
Update bug report dialog with additional information
This closes Bug 754
(cherry picked from commit c2fb83dad7
)
9 years ago
Timothy Pearson
c0dbbd249a
Add pcre detection to tdelibs CMake files
This closes Bug 569
(cherry picked from commit b911168351
)
9 years ago
Timothy Pearson
2d1297daca
Fix make_driver_db_cups path
This closes Bug 383
(cherry picked from commit 87201a3741
)
9 years ago
Timothy Pearson
b2fbb2c5c1
Rename a few stragglers
(cherry picked from commit 22e7adf3ed
)
9 years ago
Timothy Pearson
ffd8d17b0b
Rename obsolete tq methods to standard names
(cherry picked from commit 1180237ab3
)
9 years ago
Timothy Pearson
41b1d53a01
Remove additional unneeded tq method conversions
(cherry picked from commit a51cd9949c
)
9 years ago
Timothy Pearson
e2867c1f1e
Rename old tq methods that no longer need a unique name
(cherry picked from commit 984c25aa69
)
9 years ago
Timothy Pearson
4418657ced
Rename tqsetSizePolicy to fix bindings
(cherry picked from commit d5b3ae721d
)
9 years ago
Timothy Pearson
ab32d1dcfb
Rename tqsetAlignment to fix bindings
(cherry picked from commit b212a1de50
)
9 years ago
Timothy Pearson
c1a037c8d0
Rename tqencodedData to fix bindings
(cherry picked from commit ca1f1a08ec
)
9 years ago
Timothy Pearson
18aecb8ec0
Use non-tq sizeHint functions to fix bindings
(cherry picked from commit d4e11a5f48
)
9 years ago
Timothy Pearson
a9c64e7a80
Attempt to force dcopidl to accept the TQ_OBJECT macro
(cherry picked from commit aa492f2e08
)
9 years ago
Slávek Banko
48f0f62a9a
Add common directories
Add empty directories
8 years ago