summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-093-15/+15
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c57b89d561aea0a912900708bd8e9229d9a6d271)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-182-13/+13
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 722c0f8f07227e415100161d8370a61c13fc984e)
* Replace Qt with TQtMichele Calgaro2023-11-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 47298eeee7a5a831a6df6dba768ef7f05ebca108)
* Drop TQT_BASE_OBJECT* definesr14.1.1Michele Calgaro2023-08-151-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0af1d7236da380917af73f6d9b409c9e0e51a5f5)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-265-5/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 33f3a92cf009c0d343807cd7452e4a0fb589f883)
* Desktop file translations:Slávek Banko2020-03-292-3/+6
| | | | | | | + 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 <[email protected]>
* Move translations to a new directory layout.Slávek Banko2020-03-291-1/+1
| | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]>
* Drop automake build support.gregory guy2019-10-017-588/+0
| | | | | | Move AUTHORS, COPYING, ChangeLog, INSTALL, README and TODO files from the "src" folder to the root of the package. Add basic build instructions with cmake in the INSTALL file.
* Fix FTBFS on FreeBSDSlávek Banko2019-02-191-2/+6
| | | | | | Taken from FreeBSD patches. Signed-off-by: Slávek Banko <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-131-0/+3
| | | | | | | Create translation template. Add CMake rules to build translations. Signed-off-by: Slávek Banko <[email protected]>
* Fix structure of directoriesSlávek Banko2018-12-1329-0/+2873
Signed-off-by: Slávek Banko <[email protected]>