summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/taskwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix painting issue on the Issues pane.wongk2011-11-041-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Task Pane: Sort list of filters alphabeticallyKai Koehne2011-10-121-4/+6
* Rename "Build Issues" pane to "Issues"Kai Koehne2011-10-051-1/+1
* Taskwindow: Speed up the task windowTobias Hunger2011-10-051-427/+30
* IOutputPane: constify some member functionshjk2011-09-281-5/+5
* BuildManager: Only pop up build issues if there are relevant issues.Christian Kamm2011-08-161-6/+25
* QmlJS: Show semantic messages on request.Christian Kamm2011-08-161-13/+29
* Tasks: Only report warning tasks in build progressTobias Hunger2011-06-101-0/+22
* Make the linenumbers area 5 digits bigdt_2011-06-011-1/+1
* Move window.png from qt4projectmanager to projectexplorerdt2011-05-231-2/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | core: make context and widget IContext data membershjk2011-04-141-19/+3
|/
* Make the TaskWindow scroll per pixeldt2011-01-241-0/+1
* 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
* | TaskWindow: Improve delegateTobias Hunger2010-10-251-65/+164
|/
* TaskWindow: Fix connecting to both clicked and activateddt2010-09-271-2/+0
* Task Window: Fix memory leakdt2010-09-141-4/+5
* Revert changes that accidentally ended up in ba5750d4Tobias Hunger2010-09-141-67/+45
* Code polishing, continuing cb23999fbf16476d52678d23fc3cf888090560bfFriedemann Kleint2010-09-091-14/+0
* Handle more make errorsTobias Hunger2010-09-081-31/+67
* Skip tasks without files in buildissue viewTobias Hunger2010-08-261-16/+40
* Fix task selection in a filtered list in TaskWindowTobias Hunger2010-08-041-3/+16
* Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-2/+3
* Merge remote branch 'origin/2.0'con2010-07-161-0/+1
|\
| * Add more signals to BuildManager.dt2010-07-151-0/+1
* | QmlOutline: Add filter for hiding bindings (properties)Kai Koehne2010-07-141-1/+1
* | Task hubdt2010-07-071-15/+19
* | Core::Context: compile hot fix for Windows.hjk2010-06-251-5/+4
* | core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-3/+3
* | Add method to get a task from the taskmodelTobias Hunger2010-06-241-4/+10
* | Use task handlers in taskwindowTobias Hunger2010-06-241-79/+72
* | Make Task and TaskWindowPrivate classesTobias Hunger2010-06-161-1/+3
* | Move ProjectExplorer::Task into its own fileTobias Hunger2010-06-161-20/+4
* | Merge remote branch 'origin/2.0'con2010-06-101-28/+71
|\ \ | |/
| * Make the TaskView 10% faster by caching how wide "8888" is.dt2010-06-081-4/+9
| * Optimize the taskCount trackingdt2010-06-081-12/+37
| * Make clearing the build issue list way fasterdt2010-06-081-10/+19
| * Make TaskModel 2.5x fasterdt2010-06-081-3/+7
* | ProjectExplorer: Header cleanup in Taskwindow.Friedemann Kleint2010-05-271-111/+119
|/
* TaskWindow: Fix warnings about leaking X11 pixmap data.Friedemann Kleint2010-05-261-23/+28
* Fixes off by one pixel drawing in Build Issuesdt2010-05-201-1/+1
* Add method to task to retreive the iconTobias Hunger2010-04-201-23/+26
* Added a method to remove individual tasks from the task window.Erik Verbruggen2010-04-161-9/+20
* Add text formatting to the TaskDelegatedt2010-04-121-1/+4
* Multiline layout for TaskDelegatedt2010-04-121-1/+3