Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use tdestandarddirs.hHEADmaster | Michele Calgaro | 2025-02-25 | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use tdeApp | Michele Calgaro | 2025-01-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use tdecrash.h | Michele Calgaro | 2024-12-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use tdeprocess.h | Michele Calgaro | 2024-12-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename KUniqueApplication to TDEUniqueApplication | Michele Calgaro | 2024-11-09 | 1 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Don't use obsolete header kapp.h | Michele Calgaro | 2024-11-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2024-03-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-05 | 2 | -58/+58 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-23 | 1 | -1/+1 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 5 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Copy translations to a new directory layout. | Slávek Banko | 2022-11-14 | 1 | -1/+1 |
| | | | | | | Use common rules for build and install translations. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop automake build support. | Michele Calgaro | 2022-11-14 | 1 | -64/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove unnecessary accelerators from .ui files | Michele Calgaro | 2022-09-13 | 2 | -18/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix branding of Kooldock and also translations, for fuzzy prevention. | Chris | 2019-07-27 | 2 | -3/+3 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | remove a couple of extronous assignments and a check | Alexander Golubev | 2019-03-02 | 1 | -5/+1 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Some fixes | Blase Stanek | 2019-03-02 | 3 | -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 desktop | Blase Stanek | 2019-03-02 | 1 | -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 2 | Blase Stanek | 2019-03-02 | 2 | -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 1 | Blase Stanek | 2019-03-02 | 1 | -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 Banko | 2019-03-02 | 1 | -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 Banko | 2019-03-02 | 2 | -18/+9 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | fix a mistake with missuse of '!' instead of '~' | Alexander Golubev | 2019-03-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Use std::min/max instead of ancient macros. | Alexander Golubev | 2019-03-02 | 1 | -6/+3 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | conversion to the cmake building system | gregory guy | 2019-03-02 | 12 | -63/+99 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2019-01-01 | 1 | -0/+3 |
| | | | | | | Update translation template. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix remaining issues and build warnings | Pascal Viandier | 2015-10-01 | 15 | -2926/+2895 |
| | | | | | | Cleanup code Signed-off-by: Pascal Viandier <[email protected]> | ||||
* | Initial TDE conversion | Slávek Banko | 2015-10-01 | 16 | -101/+101 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Initial TQt conversion | Slávek Banko | 2015-10-01 | 15 | -657/+657 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix FTBFS with newer GCC | Pascal Viandier | 2015-10-01 | 8 | -36/+58 |
| | | | | Signed-off-by: Pascal Viandier <[email protected]> | ||||
* | Update autotools for new DSO linkage style | Pascal Viandier | 2015-10-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Pascal Viandier <[email protected]> | ||||
* | Initial import of kooldock 0.4.7 | Slávek Banko | 2015-10-01 | 18 | -0/+8468 |
Signed-off-by: Slávek Banko <[email protected]> |