summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.3Michele Calgaro2024-07-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 57f4db90015e339f10b43793204fbe43cec5e10d)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-072-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 571b12b7a374fd508c5f89b36707e64baedc111e)
* Merge translation files from master branch.r14.1.2Automated System2024-04-061-4/+8
|
* Merge translation files from master branch.Automated System2024-04-051-0/+20
|
* Remove unnecessary filesMichele Calgaro2024-04-052-473/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cd5204a3bdf166f8d61404f8529dbbee45fe8d7f)
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+10
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 14b969841f28560d3be8eb496f1254c2a48cde83)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a80f0aa7c9ff591395ae0c739b58013296b3509f)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-041-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e8ec823504f263870631f764709b507d479d2b85)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-095-82/+82
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c71f5923072260105da691c5dca65bd25c102ebc)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2b7871af1863242927ab0f599c8ed67ceceef7ab)
* Replace 'Event' #define stringsMichele Calgaro2023-11-301-7/+7
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3c18be9389a9ec9c6a3ad3703a88d076f6de0e52)
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-112-2/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 56e2987fe786539a529bb2263a20fbf4b3627467)
* Replace Qt with TQtMichele Calgaro2023-11-052-22/+22
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2b50d74ff03fba4c1fb372cc745325014e8a91a8)
* Drop TQT_BASE_OBJECT* definesr14.1.1Michele Calgaro2023-08-151-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8805ca8534c9501aef1504fb1418aa7f72e9ab27)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-255-6/+6
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 263b4461f9dbe7189011fdeb64327b149535d37c)
* Update translation filesr14.1.0TDE Weblate2022-11-271-2/+0
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/twin-style-crystal Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal/
* Translated using Weblate (Portuguese (Brazil))Rodrigo Zimmermann2022-11-201-26/+29
| | | | | | | Currently translated at 21.1% (23 of 109 strings) Translation: applications/twin-style-crystal Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal/pt_BR/
* Added translation using Weblate (Portuguese (Brazil))Rodrigo Zimmermann2022-11-161-0/+590
|
* Update translation template.Automated System2022-09-141-158/+106
|
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-142-69/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-261-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop automake build support.Slávek Banko2022-02-0114-171/+51
| | | | | | Rework the README and INSTALL files. Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/applications/themes/twin-style-crystal/admin to latest HEADAutomated System2022-01-281-0/+0
|
* 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 <[email protected]>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Exclude common strings of twin clients from translations.Slávek Banko2021-07-062-45/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add includes to UI files to resolve FTBFS.Slávek Banko2021-07-022-36/+9
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add CMakeL10n rules for messages and desktop files.Slávek Banko2021-07-027-4/+743
| | | | | | Add TDEGlobal::locale()->insertCatalogue(...). Signed-off-by: Slávek Banko <[email protected]>
* Conversion to the cmake building system.Slávek Banko2021-07-019-4/+250
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/twin-style-crystal/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Renaming of files in preparation for code style tools.Michele Calgaro2021-02-206-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/twin-style-crystal/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/twin-style-crystal/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/applications/twin-style-crystal/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed code formatting modelines.Michele Calgaro2020-09-293-6/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/twin-style-crystal/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/twin-style-crystal/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/applications/twin-style-crystal/cmake to latest HEADAutomated System2020-06-261-0/+0
|