summaryrefslogtreecommitdiffstats
path: root/src/sdk/console.h
Commit message (Collapse)AuthorAgeFilesLines
* License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
| | | | | Change-Id: I6426c4e8f932cf26c6c638dec18d0c12e22972d1 Reviewed-by: Janne Anttila <janne.anttila@theqtcompany.com>
* Update license headersIikka Eklund2015-12-291-4/+3
| | | | | | | | | Update existing license headers. LGPL -> LGPLv21. Update copyright year as well. Change-Id: Ie1d71f8c68186b8f625f409ddf94691f178093c9 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com> Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Update CopyrightKai Koehne2015-02-181-7/+7
| | | | | Change-Id: I8dde6629cfd461104364d5cdc255cb54b58283fa Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
| | | | | | | Change-Id: I61158f956894e209dccf83744b4753774676099d Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
* Fix attaching to console on WindowsKai Koehne2014-07-181-2/+0
| | | | | | | | | | | Commit e68390254c8 was incomplete in that it didn't redirect the streams properly. This commit fixes the case where the application is launched from the console, but output is not redirected. In addition, redirection of stdin was removed. We don't use cin anywhere. Change-Id: I25dcde106d598ec1db6f2737312ce542438af0c9 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Move Console implementation (Windows) in .cpp fileKai Koehne2014-07-181-69/+10
| | | | | | | No logic has been altered. Change-Id: I1784cc50a454258435ae11d4d67d6951b5039e9f Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Windows: Write verbose output into parent consoleKai Koehne2014-07-111-4/+12
| | | | | | | | | | | | Don't open a new console window for verbose output if we got launched from a console already, but attach to the parent console. This allows users to e.g. pipe the verbose output to a file. Change-Id: Ie602bdd18ef48b576e4b90806541709394882735 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Fix --checkupdates shows error dialog if network is down.kh12014-01-081-0/+131
Task-number: QTIFW-431 We need to add a separate console window in case we run on windows, though we can't use a gui application as the lib might popup message boxes. (MessageBoxHandler checks against a running core application) Change-Id: Idad8dff44c6c0bfb0bb45e8a0fb408b3db832c3c Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>