summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/windebuginterface.h
Commit message (Collapse)AuthorAgeFilesLines
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Windows/DebugOutput: Check that only one process reads outputKai Koehne2011-06-281-1/+2
| | | | | | | | | | | Only one process can attach to the system wide application output buffer. Re-add checks that makes sure we don't try to attach as second one. Change-Id: Ic50b43b8d0ac58d792075b59ecb3e490fdb75df8 Reviewed-on: http://codereview.qt.nokia.com/827 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* WinDebugInterface: Remove windows.h from header, resource cleanup.Friedemann Kleint2011-04-201-2/+8
| | | | Proper termination.
* Win: Fix QThread is destroyed while still running warningTobias Hunger2011-04-191-0/+2
|
* Win: Get debug output from several GUI apps at onceTobias Hunger2011-04-191-0/+63
Get debug output for all GUI applications at once. This should stop the "Cannot retrieve debugging output". Task-number: QTCREATORBUG-4569