summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Russian)Andrei Stepanov2023-12-061-15/+15
| | | | | | | Currently translated at 100.0% (44 of 44 strings) Translation: tdeaddons/kate plugins - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-304-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-265-16/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-247-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Replace Qt with TQtMichele Calgaro2023-11-0735-80/+80
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-052-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-252-23/+23
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-026-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop USE_TQT4 codeMichele Calgaro2023-08-283-17/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-175-35/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* konqueror plugin: improve code for image conversion. This resolves issue ↵OBATA Akio2023-07-211-4/+4
| | | | | | | TDE/tdebase#376. Signed-off-by: OBATA Akio <obache@wizdas.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20153-204/+204
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Fix image conversion naming of files with multiple dots in the name. This ↵Michele Calgaro2023-07-171-4/+4
| | | | | | | resolves issue TDE/tdebase#376 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-128-10/+10
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop python2 support.r14.1.0Michele Calgaro2023-01-154-68/+67
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-01-131-0/+0
|
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-162-30/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Konqueror dirfilter plugin: remove unnecessary call to updateSearch().Michele Calgaro2022-09-081-8/+0
| | | | | | | | | This avoid nested for loops over all the items in the view, which were causing increasingly longer delays each time new items were added to the list. This resolves TDE/tdelibs#165. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-211-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add man pages for TDE applications.Michele Calgaro2022-06-0218-5/+579
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2022-01-281-0/+0
|
* noatun-plugins: change to use SDL feature to handle data for SDLOBATA Akio2022-01-057-88/+16
| | | | | | | | | | | With own imcompleted endianness checkes, systems might be mis-detected as big endian. Change to use SDL macros to determine endianness. Change to use SDL function to byte swap Change to use SDL tyepdef for appropriate size integer type Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add option WITH_GCC_VISIBILITY.Slávek Banko2021-12-3124-105/+155
| | | | | | | Fix building with hidden visibility. Add missing definitions to config.h.cmake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed unnecessary hunks after switched to use krsync libraryOBATA Akio2021-12-313-58/+0
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2021-07-0770-70/+70
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TDE/tdeaddons Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tde/tdeaddons/
* Update translation template.Automated System2021-07-071-7/+4
|
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/core/tdeaddons/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/core/tdeaddons/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Fixed references to TDE website.Michele Calgaro2021-02-043-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdeaddons/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdeaddons/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/core/tdeaddons/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-127-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>