Commit Graph

2079 Commits (e034c819b9f578c5b4b468626846a22e84d55a8f)
 

Author SHA1 Message Date
Mavridis Philippe e034c819b9 Fix TDECModuleInfo::needsTest() returning always false
Properties such as this first make a call to the protected loadAll() method if the modules desktop files
have not been processed yet, but such a call was for some reason missing from the needsTest() function,
resulting in the method always returning false unless another function called loadAll() first.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 8166c26c7a)
11 months ago
Michele Calgaro 9be6785aaa
tqtglobaldefines.h only contains comments, so it is an unnecessary inclusion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 53e7aa7eaf)
11 months ago
Michele Calgaro a1b7068de7
Fix display of icon for filenames with multiple dots in the icon dialog window.
This patch has been adapted from the equivalent patch in the Suse's KDE3 repositories created by Yasuhiko Kamata.
https://build.opensuse.org/projects/KDE:KDE3/packages/kdelibs3/files/kdelibs-multiple-dot-iconfile.patch

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6bf5277015)
11 months ago
Michele Calgaro cc8ddafac3
Check KDE start condition if TDE start condition was not found. This refers to issue #283
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f5c38bbee3)
11 months ago
Michele Calgaro 3ccc8ad970
kjs: use libpcre2 instead of libpcre
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7740e825a6)
11 months ago
Michele Calgaro 8b5a452122
Explicitly skip KDE xdg autostart files. This relates to issue #283
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b59d51c679)
11 months ago
Michele Calgaro 20badf1428
Improve and fix autostart support for KDE programs. This relates to issue #283
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: WJaguar <wjaguar@users.sourceforge.net>
(cherry picked from commit e5631254bf)
12 months ago
Michele Calgaro 66028a6198
Remove __KDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ad20d79b7f)
1 year ago
TDE Gitea 4379288b73 Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Michele Calgaro 34e58a5f61
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0535c10ec2)
1 year ago
TDE Gitea 3a7da2573b Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Michele Calgaro a4a424a3f3
Remove dummy kdemacros.h file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9a7c2146e7)
1 year ago
TDE Gitea a4af7adac7 Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Michele Calgaro 417373531b
Rename kdemacros.* files to tdemacros.*
A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1307964495)
1 year ago
Michele Calgaro 69ec8f3e01
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6f4c529b36)
1 year ago
TDE Gitea 89b880a0c0 Merge translation files from master branch. 1 year ago
TDE Gitea 46838919c3 Merge translation files from master branch. 1 year ago
TDE Gitea 767dff65d6 Merge translation files from master branch. 1 year ago
Mavridis Philippe 750384b955
KDirOperator: add support for history navigation mouse buttons
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 4911fcf841)
1 year ago
TDE Gitea 07dfb84a65 Merge translation files from master branch. 1 year ago
Slávek Banko c1ea702133
kimgio: Add kimgio desktop files to the translation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0e7cc4a531)
1 year ago
Mavridis Philippe 3856007b3b
Kate: use paths for local files in modified on disk dialog
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 95dfecf295)
1 year ago
TDE Gitea 0ec3c25c95 Merge translation files from master branch. 1 year ago
Michele Calgaro 402f0ff4c1
Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3ff47aede2)
1 year ago
TDE Gitea 7476deac84 Merge translation files from master branch. 1 year ago
TDE Gitea 70c3175886 Update translation template. 1 year ago
Alex Kent Hajnal 09fd7adf3b
Added image/webp to tdehtmlimage's list of supported formats
Signed-off-by: Alex Kent Hajnal <software@alephnull.net>
(cherry picked from commit 1d92d8747b)
1 year ago
Alex Kent Hajnal 533b026452
Added mimetypes/image/webp.desktop
Signed-off-by: Alex Kent Hajnal <software@alephnull.net>
(cherry picked from commit c4ddac3137)
1 year ago
Alex Kent Hajnal 8414af176d
Adds WebP read support to kimgio
Signed-off-by: Alex Kent Hajnal <software@alephnull.net>
(cherry picked from commit 347a546d9d)
1 year ago
Slávek Banko b74ce5928c
Replace KDE_DEPRECATED with TDE_DEPRECATED.
This relates to #275 - part specific to R14.1.x branch.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Michele Calgaro 8ea80a77bf
Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7d228ae9aa)
1 year ago
Michele Calgaro 4864f9daf6
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0f0c5a4d07)
1 year ago
Michele Calgaro 9c9f5bf82c
Remove KDE_DEPRECATED define
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 75d7682354)
1 year ago
Mavridis Philippe 83d0d2ce1a
Kate syntax: allow PHP heredoc closing identifiers to be idented
It is allowed syntax since PHP version 7.3.0.

See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit b1fd9e80b3)
1 year ago
Michele Calgaro f23f0ef919
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 43e38f2c0a)
1 year ago
Michele Calgaro cce9e894e0
Remove KDE_EXPORT and KDE_NO_EXPORT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 562773a5f7)
1 year ago
TDE Gitea 7d000e5818 Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Michele Calgaro 62949e0a61
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bba3128085)
1 year ago
Michele Calgaro bef9baf7ee
Update version to R14.1.3~[DEVELOPMENT]
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro e521dcc15f
Update version to R14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea aebefeb7fb Merge translation files from master branch. 1 year ago
Slávek Banko baf8f91d84
tdeprint: Use 'httpGetAddress' for 'httpAddrLocalhost' on cups >= 2.0.
This relates to issue #268.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cfbeb5efe9)
1 year ago
Slávek Banko fff7139a26
tdeprint: Use 'const' for list of files to print.
This resolves issue #268.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9f72914c1d)
1 year ago
Slávek Banko ab9f8038de
Fix compatibility with C++17.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ab599e34e8)
1 year ago
Michele Calgaro b31821dd24
Align kalyptus to changes made in TDE/tdebindings#36
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7bab42fc4c)
1 year ago
Michele Calgaro e132f2bec8
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ccf78121e9)
1 year ago
Michele Calgaro 1f956046d6
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 95002e69cd)
1 year ago
Michele Calgaro 773b8e234e
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8f539c5a7c)
1 year ago
Slávek Banko 8b4af6a9fb
kdoctools: Add TQt entity to obsolete/general.entities.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b232b084d1)
1 year ago
Mavridis Philippe 69e7320797
Kate: add support for template string syntax of JS
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit f7592c53ba)
1 year ago