summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtr14.1.2Michele Calgaro2024-03-241-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit fd970c2d40133f623c2878de5d4dee567d8fa296)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-072-58/+58
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8ca8caba6fb7dbbe8c44f98e076ec17ccdf41616)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-271-1/+1
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 96e7eacb35732d67e558677cc194896f2ad3e844)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-255-5/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9d79495626bacf9d0ddd7d830876a5d8c26ecf0b)
* Copy translations to a new directory layout.Slávek Banko2022-11-141-1/+1
| | | | | | Use common rules for build and install translations. Signed-off-by: Slávek Banko <[email protected]>
* Drop automake build support.Michele Calgaro2022-11-141-64/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-132-18/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix branding of Kooldock and also translations, for fuzzy prevention.Chris2019-07-272-3/+3
| | | | Signed-off-by: Chris <[email protected]>
* remove a couple of extronous assignments and a checkAlexander Golubev2019-03-021-5/+1
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* Some fixesBlase Stanek2019-03-023-175/+168
| | | | | git-svn-id: https://svn.code.sf.net/p/kooldock/code@60 9f32970d-5c29-0410-a1d8-a3be4640426c Signed-off-by: Alexander Golubev <[email protected]>
* Fixed: disappearing when changing desktopBlase Stanek2019-03-021-0/+1
| | | | | git-svn-id: https://svn.code.sf.net/p/kooldock/code@59 9f32970d-5c29-0410-a1d8-a3be4640426c Signed-off-by: Alexander Golubev <[email protected]>
* Bugfix 2Blase Stanek2019-03-022-4/+15
| | | | | git-svn-id: https://svn.code.sf.net/p/kooldock/code@57 9f32970d-5c29-0410-a1d8-a3be4640426c Signed-off-by: Alexander Golubev <[email protected]>
* Bugfix 1Blase Stanek2019-03-021-10/+12
| | | | | git-svn-id: https://svn.code.sf.net/p/kooldock/code@56 9f32970d-5c29-0410-a1d8-a3be4640426c Signed-off-by: Alexander Golubev <[email protected]>
* Change welcomeMsg from TQString to const char* and use I18N_NOOP.Slávek Banko2019-03-021-1/+2
| | | | | | | This resolves FTBFS with TQT_NO_ASCII_CAST and ensure that the string will be added to the translation template. Signed-off-by: Slávek Banko <[email protected]>
* Add includes to UI files to resolve FTBFS.Slávek Banko2019-03-022-18/+9
| | | | Signed-off-by: Slávek Banko <[email protected]>
* fix a mistake with missuse of '!' instead of '~'Alexander Golubev2019-03-021-1/+1
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* Use std::min/max instead of ancient macros.Alexander Golubev2019-03-021-6/+3
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* conversion to the cmake building systemgregory guy2019-03-0212-63/+99
| | | | Signed-off-by: gregory guy <[email protected]>
* Add CMakeL10n rules.Slávek Banko2019-01-011-0/+3
| | | | | | Update translation template. Signed-off-by: Slávek Banko <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix remaining issues and build warningsPascal Viandier2015-10-0115-2926/+2895
| | | | | | Cleanup code Signed-off-by: Pascal Viandier <[email protected]>
* Initial TDE conversionSlávek Banko2015-10-0116-101/+101
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Initial TQt conversionSlávek Banko2015-10-0115-657/+657
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with newer GCCPascal Viandier2015-10-018-36/+58
| | | | Signed-off-by: Pascal Viandier <[email protected]>
* Update autotools for new DSO linkage stylePascal Viandier2015-10-011-1/+1
| | | | Signed-off-by: Pascal Viandier <[email protected]>
* Initial import of kooldock 0.4.7Slávek Banko2015-10-0118-0/+8468
Signed-off-by: Slávek Banko <[email protected]>