aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Qt6: Sprinkle QLatin1Strings for QStringView comparisonsEike Ziller2020-10-081-53/+51
* Remove unneeded QStringList forward declarationsEike Ziller2020-09-291-1/+0
* ProjectExplorer: Document source of test data for testAbiOfBinary_dataAlessandro Portale2020-09-231-0/+1
* Fix build issues with Qt6Eike Ziller2020-09-183-14/+14
* Replace qrand with QRandomGeneratorEike Ziller2020-09-181-3/+5
* Valgrind: Fix test failuresChristian Kandeler2020-07-271-5/+16
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-3/+3
* More small Qt 6 porting changeshjk2020-07-141-6/+1
* Some Qt6 portinghjk2020-07-096-16/+6
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+0
* Valgrind: Replace QLinkedListhjk2020-06-241-7/+7
* All: Use Utils::SkipEmptyPartshjk2020-06-171-3/+4
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-023-6/+6
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-092-3/+3
* Port QtCreator over to use filterRegularExpressionLars Knoll2020-04-012-3/+3
* Add some additional shortcuts for actionsEike Ziller2020-03-171-1/+1
* ProjectExplorer: Replace a few foreach()hjk2020-03-021-1/+1
* ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-262-2/+2
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-3/+0
* Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+1
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* Add final specifies to classesIgor Sidorov2020-02-053-3/+3
* Core, ProjectExplorer, Valgrind: Settingspage cosmeticshjk2020-02-041-1/+1
* Qmake: Handle QFlags deprecationhjk2020-01-291-1/+1
* Use less nullptr for empty flagshjk2020-01-211-1/+1
* Valgrind: Apply new SettingsPage patternshjk2020-01-174-70/+60
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-1/+1
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-292-2/+2
* Valgrind: Implement multiple setting profiles for heobHannes Domani2019-11-261-40/+163
* Valgrind: Minor code simplificationhjk2019-11-251-14/+12
* ProjectExplorer: Store some aspect data by value in the RunControlhjk2019-09-055-32/+23
* ProjectExplorer: Use a ISettingsAspect::setConfigWidgetCreator() setterhjk2019-08-302-7/+7
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-092-4/+10
* Some clang-tidy -use-modernize-nullptrhjk2019-08-012-2/+2
* Utils: Add CommandLine convenience constructorshjk2019-07-233-6/+5
* Valgrind: Move to Utils::FilePath in some placeshjk2019-07-235-28/+31
* Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-1/+1
* Avoid warning on empty expressionshjk2019-07-234-4/+4
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-18/+28
|\
| * Fix lupdate issuesEike Ziller2019-06-271-18/+28
* | Valgrind: Fix compile on WindowsChristian Stenger2019-06-241-1/+1
* | ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-219-14/+15
* | Valgrind: Use more Utils::CommandLinehjk2019-06-171-14/+13
|/
* Valgrind: Handle CRLF appropriateChristian Stenger2019-06-131-1/+6
* Valgrind: Sanitize commandline parameter constructionhjk2019-06-051-9/+8
* Valgrind: Shuffle codehjk2019-06-041-41/+41
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-286-8/+8