summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/targetsettingswidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Profile introductionTobias Hunger2012-06-211-0/+1
| | | | | | | | | | | | | Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.h src/plugins/debugger/qml/scriptconsole.cpp src/plugins/git/gitplugin.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas_p.h Change-Id: Iad59c8d87c72a21c79c047e374c0ab689998af39
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | Fix compile, also remove addTarget from TargetSettingsWidgetDaniel Teske2011-10-281-2/+1
|/ | | | | Change-Id: Ic176235fd4c9cfbbb3f08f63cd6beb36b8a1c761 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* More copyright fixesTobias Hunger2011-02-181-0/+33
|
* Further header cleanup.Friedemann Kleint2010-09-161-2/+0
| | | | | | Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
* Use popup menu when selecting new targetsTobias Hunger2010-06-291-1/+5
| | | | | | Use a popup menu when adding new targets in projects mode. Task-number: QTCREATORBUG-1763
* Coding styledt2010-06-151-1/+2
|
* Add drop shadow to project settingsJens Bache-Wiig2010-06-071-0/+2
| | | | | | | I added a second drop shadow to make the panel a bit nicer. This also makes it clearer what the scrollbar does. Reviewed-by:thorbjorn
* Sync the active target on the projects page with the active targetdt2010-03-261-1/+0
|
* Fix crash when deleting targetsTobias Hunger2010-02-261-1/+1
| | | | | | * Update signal names to be more in sync with those found on the QTabBar Reviewed-by: con
* Add method to insert into targetselectorTobias Hunger2010-02-221-0/+1
| | | | | | | ... and make that available through the targetsettingswidget, too. Reviewed-by: con
* Add remove button to target selector widgetTobias Hunger2010-02-111-0/+6
| | | | * ... and use it.
* Integrate target supportTobias Hunger2010-02-091-0/+3
| | | | | | | | | | * Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
* Add widget for selecting settings for a specific target.con2010-01-181-0/+49