aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectwindow.h
Commit message (Collapse)AuthorAgeFilesLines
...
| * License headers.con2010-12-171-7/+11
| |
* | Fix annoying behavior that target selector always switched back to "build"con2010-10-081-0/+1
|/ | | | | Reviewed-by: Tobias Hunger Task-number: QTCREATORBUG-1877
* Yet another include purging spree.Friedemann Kleint2010-07-131-11/+1
|
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
| | | | Discussed-with: hjk
* Simplfy code dealing with the projects pagedt2010-03-251-1/+0
| | | | | | | | Distinguish between pages that are target specific and project specific. Do the magic hierarchy reduction if only one target is supported just in the projectwindow. Treat the targets page specially. Reviewed-By: hunger
* Synchronize startup project and current project on projects modedt2010-03-251-0/+1
|
* Refresh ProjectMode when supported targets changeTobias Hunger2010-03-151-2/+4
| | | | Reviewed-by: con
* Long live the king!hjk2010-03-051-1/+1
|
* Disable Project Mode if no projects are loadedTobias Hunger2010-02-221-1/+0
|
* Integrate target supportTobias Hunger2010-02-091-1/+5
| | | | | | | | | | * 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
* New project mode layout, first part.con2010-01-221-114/+16
|
* change RunConfiguration::addedRunConfiguration() removedRunConfiguration()dt2010-01-201-2/+3
| | | | | | To simply transmit the RunConfiguration Reviewed-By: Tobias Hunger
* Propageate BC::displayNameChanged() to BuildConfigurationComboBoxdt2010-01-081-1/+1
| | | | Fixes one of the missing updates. More to come.
* BuildConfigurations know their project, these signals can be simplerdt2010-01-081-4/+2
|
* Fix connect that got broken during rebase.Tobias Hunger2009-12-011-2/+2
| | | | | | * Fix two connects I broke earlier while doing a rebase. Reviewed-by: Roberto Raggi
* ProjectWindow updateTobias Hunger2009-12-011-19/+15
| | | | | | | | | | * Indent widgets using contentsmargins. That way the individual widgets can override this. * Remove spme spacers in favour of yet more contents margins. * Remove unused headers and forward declarations. * Define some constants for spacings we might want to tweak later on. Reviewed-by: dt
* Remove BuildConfiguration::name()dt2009-11-301-4/+5
| | | | The pointers can be used to distinguish BuildConfigurations
* Update project mode page.Tobias Hunger2009-11-251-6/+10
| | | | | | * Change layout of project mode page. Reviewed-By: dt
* Change PropertiesPanel interface.Tobias Hunger2009-11-251-2/+2
| | | | | | | | | * Rename it to IPropertiesPanel in accordance with new naming standards. * Do not derive from Context. That is not needed. * Add an icon() method. * Fix all usages of this interface. Reviewed-By: dt
* Improve memory management in project window.Tobias Hunger2009-11-251-3/+7
| | | | | | | * Panel struct does no longer take ownership of its widget. * Panels consitently delete their widget in their destructor. Reviewed-By: dt
* Fix leaking PropertiesPanelsdt2009-11-041-0/+1
|
* Show a no project loaded on the project pane if no project is loadeddt2009-10-071-5/+3
| | | | Could be even nicer, but this works for now.
* Tweaks to the project page.dt2009-10-011-0/+2
|
* Small tweaks to the project page again, based on mae's feedback.dt2009-09-291-6/+22
| | | | | Feedback welcome, some of them are not necessarily better. Some things aren't solved.
* The project pane rewrite version 2.dt2009-09-171-18/+74
| | | | | This splits up the edit and active settings. Let people try it and report usability problems. I'm not 100% convinced of the layout either.
* long live the kinghjk2009-08-141-1/+1
|
* Rework the project settings.dt2009-08-061-2/+19
| | | | | | | | | This has still a few missing things, but this enough to start getting some feedback. Missing are non qt projects, a solution for the runconfiguration, a missing black line between the treeview on top and the project settings at the bottom. Some flickering with removing/adding widgets to the QScrollArea and not showing the expanded widget if the Details button is right at the bottom.
* Give project settings a maximum width.con2009-07-221-1/+0
| | | | To avoid neverending line edits, make it look more compact.
* New build and run settings ui.dt2009-07-171-3/+27
| | | | Not finished 100%
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Fix crash in the project mode.dt2009-06-081-0/+1
| | | | Reviewed-By: con
* Fixes: Compilecon2009-03-121-2/+0
|
* Fixes: Crashes on switching sessions.dt2009-03-111-0/+6
| | | | | | Task: Reported on irc Details: Hopefully this new code is a little bit more robust, i tried to untangle the code a bit.
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* replace Core::ICore::instance()->pluginManager() by ↵hjk2009-01-201-7/+1
| | | | ExtensionSystem::PluginManager::instance()
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* more code cosmeticshjk2008-12-021-0/+1
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+92