summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Consolidate ProcessListMarcus Tillmanns2023-03-141-59/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-0/+1
* Use ProcessInfo instead of DeviceProcessItemJarek Kobus2022-03-021-174/+12
* LocalProcessList: Use ranged-for loopJarek Kobus2022-02-241-4/+4
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0
* Utils: Fix readDataFromProcess()Christian Stenger2021-07-301-1/+1
* ProjectExplorer: Avoid one use of SynchronousProcess for ps outputhjk2021-05-031-5/+5
* Debugger: Fix attaching to certain processeshjk2021-02-031-18/+35
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-1/+1
* Windows: Remove explicit usage of _WIN32_WINNT and WINVER macrosCristian Adam2019-10-311-3/+0
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-1/+1
* PE: Fix missing ';'Christian Stenger2019-03-011-1/+1
* ProjectExplorer: Use Utils::TreeModel for DeviceProcessListhjk2019-02-281-11/+4
* Revert "Windows: Match the name case of included files"Orgad Shaneh2018-07-191-1/+1
* Windows: Match the name case of included filesAlessandro Portale2018-07-121-1/+1
* Fix MinGW valgrind buildOliver Wolff2018-02-061-35/+1
* DeviceSupport: Simplify code a bitTobias Hunger2016-11-301-1/+1
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* ProjectExplorer: Improve 'ps' output parsing.hjk2014-02-071-8/+7
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* ProjectExplorer: Introduce DeviceProcessSignalOperation.David Schulz2013-09-201-33/+9
* Fix Windows build.Christian Kandeler2013-08-081-4/+4
* Device support: Rename DeviceProcess to DeviceProcessItem.Christian Kandeler2013-08-081-8/+8
* MinGW: Fix warning about _WIN32_WINNT being redefinedKai Koehne2013-04-241-0/+1
* DeviceSupport: Fix crash in getLocalProcessesUsingProchjk2013-02-081-0/+2
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* s/RemoteLinux/ProjectExplorer in commentsOrgad Shaneh2012-10-251-1/+1
* Adjust license headershjk2012-10-051-20/+20
* devicesupport: use /proc/exe to retrieve a full pathhjk2012-09-211-1/+6
* Fix build with MinGW 4.4Orgad Shaneh2012-09-171-0/+3
* Fix error handling when killing Windows processes.Friedemann Kleint2012-08-241-17/+19
* Introduce static localProcesses() method to DeviceProcessList.Friedemann Kleint2012-08-231-40/+70
* LocalProcessList: Disable the Qt Creator process (Regression).Friedemann Kleint2012-08-221-0/+11
* localprocesslist: read local ps output synchronouslyhjk2012-08-091-94/+40
* debugger: also store full command line of attached processeshjk2012-08-081-0/+1
* debugger: cleanup hostProcessListhjk2012-08-081-46/+135
* debugger: merge attach to local and remote process dialogshjk2012-08-081-1/+1
* Fix warningsOrgad Shaneh2012-08-071-0/+2
* compile fixThomas Hartmann2012-08-061-0/+2
* Add support for Windows in LocalProcessListThomas Hartmann2012-08-061-0/+80
* processlist: prepare for all desktop devices having a processlisthjk2012-08-061-0/+125