aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/memcheck/memcheckconfigwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* analyzer: merge valgrind based tool pluginshjk2011-05-231-80/+0
| | | | | | | | | | It is hard to imagine there is a real use case that someone wants one but absolutely not the other. Change-Id: I58bb57912f2edeacf2d5a24e3b2eb5a81262eabd Reviewed-on: http://codereview.qt.nokia.com/66 Reviewed-by: Qt Sanity Bot <[email protected]> Reviewed-by: Friedemann Kleint <[email protected]>
* analyzer: style and simplificationhjk2011-05-181-3/+2
|
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdb/pythongdbengine.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp src/plugins/qt4projectmanager/qt4target.cpp src/plugins/qt4projectmanager/qt4target.h src/plugins/qt4projectmanager/qtoptionspage.h src/plugins/qt4projectmanager/qtversionmanager.cpp src/plugins/welcome/welcomemode.cpp
| * Update license.hjk2011-04-131-14/+13
| |
* | Update memcheck namespace and use new APIs.Mike McQuaid2011-04-041-4/+4
|/ | | | | Merge-request: 284 Reviewed-by: hjk <[email protected]>
* Valgrind: Fix coding style issues.Friedemann Kleint2011-03-081-1/+1
| | | | | Header specification, remove internal classes from exported headers, fully qualify signals,slots.
* Simplify analyzer config widgetsKevin Funk2011-03-041-8/+1
| | | | | | | | Interconnect signal/slots directly instead of adding other slots in the config widgets class. Merge-request: 265 Reviewed-by: hjk <[email protected]>
* only enable remove button for suppressions when a suppression file is selectedMilian Wolff2011-03-041-0/+1
| | | | | Merge-request: 265 Reviewed-by: hjk <[email protected]>
* Add valgrind memcheck tool plugin.Mike McQuaid2011-03-041-0/+88
Merge-request: 260 Reviewed-by: hjk <[email protected]>