summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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> (cherry picked from commit 96f327c14acd697b936e88289165e0edb57d7fb6)
* 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-062-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1087209a5e6044b40af4a84b07b1156639d911d2)
* 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, ↵r14.1.1Michele Calgaro2023-09-252-23/+23
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 16609709d413de8c92fcb3473351890901122299)
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-046-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dedeb493d225084b3e7d477b4ebfc3894b3330a2)
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop USE_TQT4 codeMichele Calgaro2023-08-313-17/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 232924ecce3024442d69de3cc5eef83b4e99d852)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-175-35/+35
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9f59252f1b1d8a5f0ab9df3850552385f61aee55)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 73305d322ed0e698d3bfde33772a36af3bc31907)
* konqueror plugin: improve code for image conversion. This resolves issue ↵OBATA Akio2023-07-231-4/+4
| | | | | | | | TDE/tdebase#376. Signed-off-by: OBATA Akio <obache@wizdas.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 955d2f7c06bd74ea9b8e93f8afb9b44f3ab509fc)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-21153-204/+204
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 826b1b771cc20f515acf936bd3a2dcd83ce353b8)
* 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> (cherry picked from commit 5de65922373dfa10fd63b3f59378e89c64f9307b)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-138-10/+10
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f07dd2b54f701253bd03c34e4d8896ab912ea5cf)
* 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>
* Reset submodule main/core/tdeaddons/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/core/tdeaddons/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Update translation filesTDE Weblate2020-11-0570-420/+205
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdeaddons/konq plugins - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/
* Removed mediarealfolder konqueror plugin, which will be integrated intoMichele Calgaro2020-11-056-63/+1
| | | | | | tdebase tdeioslaves media instead. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdeaddons/cmake to latest HEADAutomated System2020-10-091-0/+0
|