aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/targetsettingspanel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Fix crash on removing the profile of the last targetDaniel Teske2012-07-161-1/+0
* Profile introductionTobias Hunger2012-06-211-40/+37
* Make PluginManager mostly static.Eike Ziller2012-06-191-4/+4
* Use Core::Id in project-related objectsTobias Hunger2012-04-251-3/+3
* Rename ITargetFactory::supportedTargetIdsChangedDaniel Teske2012-02-241-1/+1
* ITargetFactory: Make supportedTargetIds() and canCreate() orthogonalDaniel Teske2012-02-211-1/+3
* Unconfigured Settings Page: Make a few more widgets unfocuseableDaniel Teske2012-02-161-0/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-7/+7
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix various crashesDaniel Teske2011-10-311-7/+30
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* projectexplorer: s/IPropertiesPanel/PropertiesPanel. No need for subclassing.hjk2011-04-141-2/+2
* Update license.hjk2011-04-131-14/+13
* Fix some style issuesdt2011-01-171-1/+1
* Qt4projectManager: Refactor Qt4Target, split up in per target classesdt2011-01-171-22/+25
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | ProjectExplorer: Move ITargetFactory to object pooldt2010-12-071-2/+24
* | Fix annoying behavior that target selector always switched back to "build"con2010-10-081-0/+10
|/
* TargetSettingsPanelWidget: Fix small memory leakTobias Hunger2010-09-141-2/+2
* Yet another include purging spree.Friedemann Kleint2010-07-131-0/+1
* Use popup menu when selecting new targetsTobias Hunger2010-06-291-7/+31
* Fix parsing canceld on project loaddt2010-06-151-8/+10
* Target selection in projects pane doesn't match active target atcon2010-05-101-2/+1
* Make sure our active target is not changed accidentallyTobias Hunger2010-03-301-4/+6
* Make targetsettingspanel more robustTobias Hunger2010-03-301-6/+11
* Sync the active target on the projects page with the active targetdt2010-03-261-6/+8
* Fix en/disabling of add/remove target on projects pagedt2010-03-251-3/+4
* Simplfy code dealing with the projects pagedt2010-03-251-66/+1
* Manage target add/remove buttons when new Qt versions changeTobias Hunger2010-03-151-4/+18
* Long live the king!hjk2010-03-051-1/+1
* Fix crash when deleting targetsTobias Hunger2010-02-261-11/+11
* Fix and simplify enabling/disabling of target add/remove buttonsTobias Hunger2010-02-251-3/+3
* Ask before removing targetsTobias Hunger2010-02-251-2/+8
* Tr()-FixesFriedemann Kleint2010-02-251-2/+2
* Fix possible crash when deleting targetsTobias Hunger2010-02-231-9/+11
* Sort targets on displayname in project modeTobias Hunger2010-02-221-7/+17
* Add remove button to target selector widgetTobias Hunger2010-02-111-4/+16
* Integrate target supportTobias Hunger2010-02-091-0/+272