Commit Graph

2006 Commits (80c2465371e5a7ab2dd6adb3c2bc32baa1c9b4ee)
 

Author SHA1 Message Date
Roman Savochenko 23d4423beb Translated using Weblate (Ukrainian)
Currently translated at 100.0% (6 of 6 strings)

Translation: tdelibs/tdehtml - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdehtml-desktop-files/uk/
5 years ago
Roman Savochenko 45aea250fd Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2 of 2 strings)

Translation: tdelibs/tdecertpart.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecertpartdesktop/uk/
5 years ago
Roman Savochenko 9c9aa3097d Translated using Weblate (Ukrainian)
Currently translated at 100.0% (10 of 10 strings)

Translation: tdelibs/tdeabc - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc-desktop-files/uk/
5 years ago
Roman Savochenko ccfad180a6 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2 of 2 strings)

Translation: tdelibs/knotify - knotify.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/uk/
5 years ago
Roman Savochenko a466e5b7ac Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2 of 2 strings)

Translation: tdelibs/kmcop - kmcop.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/kmcop-kmcopdesktop/uk/
5 years ago
Roman Savochenko b91208f992 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (12 of 12 strings)

Translation: tdelibs/interfaces - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/interfaces-desktop-files/uk/
5 years ago
Michele Calgaro ffe8e495d7
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>
5 years ago
TDE Gitea f4c86ab6f4 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Slávek Banko 42f3a62161
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
TDE Gitea aad2d9434f Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 201da5a966 Reset submodule main/tdelibs/admin to latest HEAD 5 years ago
Michele Calgaro cc1cd17f01
Fixed up incomplete qtplugins -> tqtplugins renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
aneejit1 324a2b9f34 Rename tde-config option 'qtplugins' to 'tqtplugins'
FindTDE.cmake was amended to pass an option of 'tqtplugins' to the tde-config command. The tde-config command is now modified to accept that parameter in place of 'qtplugins'.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
5 years ago
aneejit1 2c6417b8d6 Missing glib link directories
This resolves bug 3135

Signed-off-by: aneejit1 <aneejit1@gmail.com>
5 years ago
aneejit1 86df09d798 avahi-tqt include/link directories missing
Signed-off-by: aneejit1 <aneejit1@gmail.com>
5 years ago
Slávek Banko a94bf7ad14
Prepare the complete ksgmltools2 in the binary directory
instead of updating in the source.

The configuration file mechanism is used to update items in
general.entities instead of loading the file and replacing
it with regular expressions.

This relates to bug 3135.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko 98436f882d
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>
5 years ago
TDE Gitea 3c4aa47a36 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 7d0679da1d Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Slávek Banko 158b6e1152
Use private linking for exported CMake targets.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko 080c061b15
For templates from CMake, use the TDE CMAKE TEMPLATES variable.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
TDE Gitea 373a14a137 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Slávek Banko 234c903a9b
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>
5 years ago
Slávek Banko 4ef91183aa
Remove wrong language for tdecore events.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko 4b7a4e1736
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
TDE Gitea 31fa399a0a Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 5c14556308 Reset submodule main/tdelibs/admin to latest HEAD 5 years ago
Slávek Banko c2b90055a5
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>
5 years ago
Slávek Banko 49614d38c9
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>
5 years ago
Slávek Banko ef23612c56
Enable the use of dcopidlng during build tdelibs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro d78af7ef55
Minor code refactoring of previous 2 commits.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Slávek Banko 444839e053
tdehwlib: Re-enable OpenSSL < 1.1 compatibility
in tdecryptographiccarddevice.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Timothy Pearson 3f6bef6371 Update for OpenSSL >= 1.1.0
Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
5 years ago
TDE Gitea 9931a73e96 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Slávek Banko aa244c3700
Fix typo in the SSL library check rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
TDE Gitea 1760d33a00 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Michele Calgaro 92ebbebcfb
Further cleanup after removal of Qt2's TQListIterator class.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro 12602af928
Adjusted to TQPtrStack class. This is a minor change.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Slávek Banko dc699b4fd4
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>
5 years ago
TDE Gitea f99071ea6d Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Michele Calgaro 69c2d469b8
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>
5 years ago
TDE Gitea 66d5e21568 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea a052de26d8 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea a65381aed8 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Michele Calgaro 8ea3d4dd87
Fixed unresponsive behavior of the shortcut setting dialog in recent
ditros. This resolves bug 2955.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro a57ae64c11
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>
5 years ago
TDE Gitea d2e09a4d2d Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Slávek Banko c64685ad8d
Enable storing ELF metadata in a standard way using a common cmake module
for all libraries and binaries.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
TDE Gitea b9ff2396ea Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Michele Calgaro 9cd27dbaa3
Fixed tde branding of services in tdebuildsycoca. This was creating old
kde-* entries in profilerc when updating file type preferences. This
relates to bug 3083.

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