summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Implement Code Style schemesJarek Kobus2011-09-231-4/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* projectexplorer: s/IPropertiesPanel/PropertiesPanel. No need for subclassing.hjk2011-04-141-3/+3
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Add a full name to DoubleTabWidgetdt2011-03-301-1/+1
|/
* Qt4projectManager: Refactor Qt4Target, split up in per target classesdt2011-01-171-21/+45
* 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
* | ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-14/+2
* | Fix annoying behavior that target selector always switched back to "build"con2010-10-081-2/+11
|/
* Fix crash after unloading project and changing qt versionsdt2010-08-261-1/+3
* Yet another include purging spree.Friedemann Kleint2010-07-131-0/+1
* Make sure to initialize a variableTobias Hunger2010-06-181-1/+1
* No need for special margin treatmeant anymoredt2010-05-251-3/+1
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
* Fix crash if the startup project changes to 0dt2010-03-261-1/+2
* Simplfy code dealing with the projects pagedt2010-03-251-47/+70
* Synchronize startup project and current project on projects modedt2010-03-251-0/+13
* Use a type enum instead of duplicating functions between build and cleandt2010-03-161-1/+0
* Refresh ProjectMode when supported targets changeTobias Hunger2010-03-151-4/+21
* Remove redundant projects labelJens Bache-Wiig2010-03-121-1/+0
* Redesigned the project settings pageJens Bache-Wiig2010-03-111-5/+19
* Polish for the build pageJens Bache-Wiig2010-03-111-1/+24
* Long live the king!hjk2010-03-051-1/+1
* Sort projects alphabetically in projects modeTobias Hunger2010-03-051-3/+13
* Project settings icons.con2010-02-231-4/+5
* Disable Project Mode if no projects are loadedTobias Hunger2010-02-221-22/+2
* Integrate target supportTobias Hunger2010-02-091-33/+72
* New project mode layout, first part.con2010-01-221-606/+100
* change RunConfiguration::addedRunConfiguration() removedRunConfiguration()dt2010-01-201-19/+11
* Propageate BC::displayNameChanged() to BuildConfigurationComboBoxdt2010-01-081-8/+16
* BuildConfigurations know their project, these signals can be simplerdt2010-01-081-10/+6
* Make method naming more consistent.Tobias Hunger2010-01-071-12/+12
* Reduce flickering in project modeTobias Hunger2009-12-091-13/+1
* Set width of projects mode to 900px.Tobias Hunger2009-12-071-4/+3
* Fix connectdt2009-12-071-1/+1
* Fix active configuration comboboxdt2009-12-021-2/+2
* Fix connect that got broken during rebase.Tobias Hunger2009-12-011-4/+4
* ProjectWindow updateTobias Hunger2009-12-011-63/+67
* Disable connects that currently don't workdt2009-11-301-2/+3
* Remove BuildConfiguration::name()dt2009-11-301-19/+18
* Update project mode page.Tobias Hunger2009-11-251-59/+130
* Change PropertiesPanel interface.Tobias Hunger2009-11-251-9/+2
* Improve memory management in project window.Tobias Hunger2009-11-251-61/+44
* Move line drawing class to the top of the file.Tobias Hunger2009-11-251-21/+25
* Use QFlags<> for QmakeBuildConfig that removes a few casts.dt2009-11-191-0/+2
* The code never did anything anyway, also the disconnect is not necessarydt2009-11-191-12/+0