summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-08-2324-333/+395
|\
| * Introduce static localProcesses() method to DeviceProcessList.Friedemann Kleint2012-08-234-45/+81
| * DeviceProcessDialog: Introduce methods for modal/non-modal use.Friedemann Kleint2012-08-233-8/+38
| * RunSettingsWidget: Fix combo box index handlingDaniel Teske2012-08-231-1/+7
| * RunSettingsPage: En/disable Rename button correctlyDaniel Teske2012-08-231-0/+3
| * RunSettingsPage: En/disable "Remove" button on changes to the targetDaniel Teske2012-08-232-0/+18
| * Remove unused memberDaniel Teske2012-08-231-1/+0
| * LocalProcessList: Disable the Qt Creator process (Regression).Friedemann Kleint2012-08-222-5/+17
| * Removal of Symbian supportAlessandro Portale2012-08-228-171/+9
| * gcctoolchain: de-noisehjk2012-08-211-94/+96
| * ProjectExplorer: Properly test device support.Christian Kandeler2012-08-213-3/+104
| * Have tooltips on the profileconfigwidgetsTobias Hunger2012-08-213-3/+18
| * Fix crash on exitTobias Hunger2012-08-211-8/+10
* | Provide build system independent deployment data.Christian Kandeler2012-08-229-2/+360
|/
* toolchainoptionpage: make name editable next to other fieldshjk2012-08-1610-131/+91
* Project target page: Handle overflow and add left/right controlsEike Ziller2012-08-154-33/+46
* Target selector: Increase space and right-elide target nameEike Ziller2012-08-151-3/+5
* Fix crashes when no default profile is setTobias Hunger2012-08-131-1/+1
* Redesign project mode's target selectorEike Ziller2012-08-1317-183/+296
* Remove NULL tests for Core::ICore::settings()Orgad Shaneh2012-08-091-46/+43
* localprocesslist: read local ps output synchronouslyhjk2012-08-092-97/+40
* Fix gcc mkspec being considered incompatibleTobias Hunger2012-08-081-2/+6
* debugger: also store full command line of attached processeshjk2012-08-081-0/+1
* debugger: cleanup hostProcessListhjk2012-08-082-50/+148
* debugger: merge attach to local and remote process dialogshjk2012-08-089-213/+276
* Choose correct active configurations when there are more than 10Orgad Shaneh2012-08-081-20/+30
* Fix importing of .user filesTobias Hunger2012-08-082-121/+140
* Fix warningsOrgad Shaneh2012-08-075-10/+7
* Show target page (in project mode) even if project only has one target.Eike Ziller2012-08-072-58/+17
* Fix profile name generationTobias Hunger2012-08-076-11/+64
* compile fixThomas Hartmann2012-08-061-0/+2
* rename QtDebug to QDebughjk2012-08-063-3/+3
* Add support for Windows in LocalProcessListThomas Hartmann2012-08-062-0/+81
* processlist: use tree view instead of tablehjk2012-08-062-3/+24
* projectexplorer: processlists are useful for windows desktops, toohjk2012-08-062-11/+5
* processlist: prepare for all desktop devices having a processlisthjk2012-08-064-35/+26
* Device support: Implement process listing for the Desktop device.Christian Kandeler2012-08-068-4/+228
* Layout fixes for target settings.Eike Ziller2012-08-063-15/+12
* use new id comparison operators to reduce line noise and save cycleshjk2012-08-067-23/+23
* buildsettingswidget: remove a function called only oncehjk2012-08-032-6/+0
* Device support: Move processes dialog creation to settings widget.Christian Kandeler2012-08-037-31/+42
* profilechooser: make tooltip more verbosehjk2012-08-032-13/+11
* Device support: Let devices create project list model.Christian Kandeler2012-08-028-100/+284
* Device support: Introduce IDevice helper classes.Christian Kandeler2012-08-029-69/+67
* remotelinux: rename LinuxDeviceConfiguration to LinuxDevicehjk2012-08-014-9/+9
* Madde: Remove support for generic MeeGo.Christian Kandeler2012-08-013-17/+5
* ProjectExplorer: Introduce generic application runner.Christian Kandeler2012-08-014-3/+450
* debugger: move startgdbserverdialog from remotelinux pluginshjk2012-07-311-2/+2
* remotelinux/projectexplorer: move UsedPortsGatherer to projectexplorerhjk2012-07-314-2/+298
* Fix support for MSVC2012.Tobias Hunger2012-07-303-12/+44