summaryrefslogtreecommitdiffstats
path: root/src/kooldock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove a couple of extronous assignments and a checkAlexander Golubev2019-03-021-5/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Some fixesBlase Stanek2019-03-021-46/+41
| | | | | git-svn-id: https://svn.code.sf.net/p/kooldock/code@60 9f32970d-5c29-0410-a1d8-a3be4640426c Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* 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 <fatzer2@gmail.com>
* Bugfix 2Blase Stanek2019-03-021-4/+14
| | | | | git-svn-id: https://svn.code.sf.net/p/kooldock/code@57 9f32970d-5c29-0410-a1d8-a3be4640426c Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* 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 <fatzer2@gmail.com>
* 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 <slavek.banko@axis.cz>
* fix a mistake with missuse of '!' instead of '~'Alexander Golubev2019-03-021-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Use std::min/max instead of ancient macros.Alexander Golubev2019-03-021-6/+3
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* conversion to the cmake building systemgregory guy2019-03-021-19/+19
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Fix remaining issues and build warningsPascal Viandier2015-10-011-2123/+2227
| | | | | | Cleanup code Signed-off-by: Pascal Viandier <midi-pascal@videotron.ca>
* Initial TDE conversionSlávek Banko2015-10-011-35/+35
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Initial TQt conversionSlávek Banko2015-10-011-235/+235
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with newer GCCPascal Viandier2015-10-011-8/+17
| | | | Signed-off-by: Pascal Viandier <midi-pascal@videotron.ca>
* Initial import of kooldock 0.4.7Slávek Banko2015-10-011-0/+3848
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>