Eike Ziller
8295b503be
License update
...
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com >
2014-10-09 11:41:44 +02:00
Christian Kandeler
93304df038
Always pass Core::Id by value.
...
Currently we pass in some places by value, elsewhere by const ref and
for some weird reason also by const value in a lot of places. The latter
is particularly annoying, as it is also used in interfaces and therefore
forces all implementors to do the same, since leaving the "const" off is
causing compiler warnings with MSVC.
Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803
Reviewed-by: hjk <hjk121@nokiamail.com >
2014-07-01 11:52:08 +02:00
Robert Loehning
746c5d8863
Incremented year in copyright info
...
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com >
Reviewed-by: Kai Koehne <kai.koehne@digia.com >
2014-01-08 08:29:47 +01:00
Tobias Hunger
85b2017a69
TaskHub: Move code to be more conform with other singletons
...
Make methods static and add a instance() method for Signals/Slots.
Remove ProjectExplorerPlugin::taskHub() method and use the new
ones instead.
Change-Id: Ifae24ff19579fc524cbd61bddc826095c443adfa
Reviewed-by: Daniel Teske <daniel.teske@digia.com >
Reviewed-by: hjk <hjk121@nokiamail.com >
2013-08-19 11:24:32 +02:00
Oswald Buddenhagen
1fda2111d4
Merge remote-tracking branch 'origin/2.6'
...
Conflicts:
src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in
src/plugins/debugger/qtmessageloghandler.cpp
src/plugins/debugger/qtmessagelogwindow.cpp
src/plugins/madde/maemodeployconfigurationwidget.cpp
src/plugins/qmldesigner/components/integration/designdocumentcontroller.cpp
src/plugins/qmldesigner/designercore/include/widgetqueryview.h
src/plugins/qmldesigner/designercore/metainfo/metainfoparser.cpp
src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.cpp
src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.h
src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp
src/plugins/qnx/bardescriptormagicmatcher.h
src/plugins/qt4projectmanager/profilekeywords.cpp
src/plugins/remotelinux/deployablefilesperprofile.cpp
src/plugins/remotelinux/deployablefilesperprofile.h
src/plugins/remotelinux/deploymentinfo.cpp
src/plugins/remotelinux/deploymentsettingsassistant.cpp
src/plugins/remotelinux/profilesupdatedialog.cpp
tests/auto/icheckbuild/ichecklib.cpp
tests/auto/icheckbuild/parsemanager.cpp
tests/auto/icheckbuild/parsemanager.h
Change-Id: Ie465a578446a089e1c502d1cb1096e84ca058104
2013-01-31 16:25:33 +01:00
Robert Loehning
298531e370
Incremented year in copyright info
...
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205
Reviewed-by: Kai Koehne <kai.koehne@digia.com >
2013-01-29 16:27:03 +01:00
Tobias Hunger
432de3a198
Taskwindow: Allow for Keyboard shortcuts in actions
...
Allow to trigger TaskHandler actions by keyboard shortcut. Simplify
the code while doing so.
As a side effect the default handler is now listed in the context menu,
which makes it more discoverable.
Change-Id: I41183e5a5ef77be57360f29f289e327cadfaa7d1
Reviewed-by: Daniel Teske <daniel.teske@digia.com >
Reviewed-by: Eike Ziller <eike.ziller@digia.com >
2012-10-25 08:41:18 +02:00
hjk
386ca7c8dd
Adjust license headers
...
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825
Reviewed-by: Eike Ziller <eike.ziller@digia.com >
2012-10-05 17:12:56 +02:00
Eike Ziller
e0e8cf3ada
Contact -> qt-project.org
...
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2012-07-19 13:23:21 +02:00
Eike Ziller
9ec6e9f7e0
Merge remote-tracking branch 'origin/2.5'
2012-04-05 18:24:26 +02:00
Daniel Teske
10438d2e9d
BaseTextMark: Support renaming files
...
Change-Id: I8d712f76fca5d8f5ecad70f1485228e21c00648d
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2012-04-05 16:47:15 +02:00
Francois Ferrand
54801c5163
Open file when double-clicking in compile window
...
Track the tasks which are added, so that the generic parsers are
used for detecting file names.
Change-Id: Ie3bcf04c946fa45c99836dc4c29ca03ab5243fb2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com >
2012-03-09 11:27:26 +01:00
Daniel Teske
6f0fa5114d
Make TaskMarks clickable and jump to the right task in the taskwindow
...
That means it is no longer possible to make bookmarks on lines with
errors or warnings by simply clicking. That's not nice.
It might be better to do something different, but let's see how the
feedback to this is.
Change-Id: I34788ff638ed49c21001d03cd60f992ffabd6153
Reviewed-by: hjk <qthjk@ovi.com >
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2012-03-01 12:07:18 +01:00
Daniel Teske
d7b0ceac8a
Task, adjust line numbers while editing
...
Change-Id: Id2aa3b6f25a17416bb8ea601b6f5dd0de45f5375
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2012-02-14 12:43:22 +01:00
Tobias Hunger
97496df1bf
Task: Update Task to use Utils::FileName and Core::Id
...
Use Utils::FileName and Core::Id in Task structure.
Change-Id: Ia0ed459f86df36ffe547abde7c240b0ac409bcf5
Reviewed-by: Daniel Teske <daniel.teske@nokia.com >
2012-01-30 11:34:43 +01:00
hjk
2931a499e6
Long live the king!
...
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com >
2012-01-26 19:55:36 +01:00
hjk
31600758de
all: s/info@qt.nokia.com/qt-info@nokia.com/
...
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-11-03 10:33:19 +01:00
Robert Loehning
998281c5c9
"Build Issues" was renamed to "Issues"
...
Change-Id: If514e2497a52456bfd16aaebf2a7c83def4621f7
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-10-25 11:57:10 +02:00
Kai Koehne
81ceeeff0d
Rename "Build Issues" pane to "Issues"
...
The issues pane now also contains e.g. results of an analyzer run and
QML warnings, so it's not only about 'Build Issues' any more.
Change-Id: Ifb9c79bd5b074e6811cc015560af3d72bf9dfcf2
Reviewed-on: http://codereview.qt-project.org/5977
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-10-05 11:50:37 +02:00
hjk
373d51a1ed
IOutputPane: constify some member functions
...
Change-Id: I023b7f5976b30fc950d2dd5a76f749ef4720ac2f
Reviewed-on: http://codereview.qt-project.org/5618
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-09-28 15:21:19 +02:00
Christian Kamm
13c8f9eaaa
BuildManager: Only pop up build issues if there are relevant issues.
...
Previously it also poped up and showed a build failure if there were
any error-type tasks in 'My Tasks', 'Analyser' or 'QML'.
Change-Id: Ie86be0afe1f0b7571b2cb764b7c53f282183b513
Reviewed-on: http://codereview.qt.nokia.com/2807
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2011-08-16 11:06:23 +02:00
Christian Kamm
1c3dab2948
QmlJS: Show semantic messages on request.
...
* Add 'Run Checks' action (Ctrl-Shift-C) to perform checks on
all projects.
* Add 'QML Analysis' build issues category to separate
clear errors from semantic analysis results.
* Disabled automatic updating of analysis results.
Change-Id: I4c948b1bd39f55655073e56c5e3ca7837f727665
Reviewed-on: http://codereview.qt.nokia.com/2850
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com >
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com >
2011-08-16 08:00:49 +02:00
Tobias Hunger
f82c4ea3c6
Tasks: Only report warning tasks in build progress
...
Task-number: QTCREATORBUG-5020
Change-Id: Iead3d76509dd7b6d6c04d0ef64b7b3d2cad316d0
Reviewed-on: http://codereview.qt.nokia.com/369
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Daniel Teske <daniel.teske@nokia.com >
2011-06-10 10:43:48 +02:00
Tobias Hunger
aa2acec14c
Fix/add copyright headers
...
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
hjk
8397663964
Update license.
2011-04-13 11:49:28 +02:00
con
d1023c7614
It's 2011 now.
...
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con
04e32b0049
License headers.
2010-12-17 16:03:42 +01:00
Tobias Hunger
02c9b71d12
Revert changes that accidentally ended up in ba5750d4
...
Thanks to dt for noticing this messup!
2010-09-14 17:26:50 +02:00
Tobias Hunger
ba5750d486
Handle more make errors
2010-09-08 18:18:56 +02:00
con
eef08b12e3
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/projectexplorer/buildmanager.cpp
src/plugins/projectexplorer/compileoutputwindow.cpp
src/plugins/projectexplorer/compileoutputwindow.h
src/plugins/projectexplorer/outputwindow.cpp
src/plugins/projectexplorer/outputwindow.h
2010-07-16 11:50:01 +02:00
dt
6fdfc6596d
Add more signals to BuildManager.
...
Enabling other plugins to know which tasks currently exist.
2010-07-15 10:47:34 +02:00
Friedemann Kleint
e8c0d0c162
Yet another include purging spree.
2010-07-13 16:36:37 +02:00
dt
0a751084eb
Task hub
2010-07-07 11:43:03 +02:00
Tobias Hunger
aa41af8ccc
Use task handlers in taskwindow
...
Reviewed-by: dt
2010-06-24 15:58:18 +02:00
Tobias Hunger
d9fbf55a98
Make Task and TaskWindowPrivate classes
...
They both used to be structs.
2010-06-16 15:16:36 +02:00
Tobias Hunger
bf5c990283
Move ProjectExplorer::Task into its own file
2010-06-16 15:16:24 +02:00
Tobias Hunger
9b18a58ae5
s/name/displayName/ in ioutputpane
...
Reviewed-by: dt
2010-06-16 13:08:40 +02:00
con
30fae3eab1
Merge remote branch 'origin/2.0'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/projectexplorer/taskwindow.h
src/plugins/qmldesigner/designercore/model/modelmerger.cpp
src/plugins/qmljseditor/qmljshoverhandler.h
src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp
src/plugins/subversion/subversionplugin.cpp
2010-06-11 16:30:39 +02:00
con
b0040dc858
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/projectexplorer/taskwindow.cpp
src/shared/proparser/profileevaluator.cpp
2010-06-10 15:00:16 +02:00
dt
67de12279f
Fix comment
2010-06-10 14:50:21 +02:00
dt
cedf9e21dc
Optimize the taskCount tracking
...
Saving another 20%
2010-06-08 17:19:25 +02:00
Friedemann Kleint
647c5d9b63
ProjectExplorer: Header cleanup in Taskwindow.
...
Introduce TaskWindowPrivate, add and reformat some
comments.
2010-05-27 13:28:07 +02:00
Friedemann Kleint
058d76fca8
TaskWindow: Fix warnings about leaking X11 pixmap data.
...
Attach icons to TaskModel.
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2010-05-26 11:57:39 +02:00
Tobias Hunger
e3720a4659
Add method to task to retreive the icon
...
This makes a task somewhat more useful outside of the
context of a taskwindow.
Reviewed-by: dt
2010-04-20 15:21:16 +02:00
Erik Verbruggen
fb9a9ceede
Added a method to remove individual tasks from the task window.
2010-04-16 12:54:59 +02:00
dt
2d908b558a
Add text formatting to the TaskDelegate
...
Reviewed-By: hunger
2010-04-12 15:05:29 +02:00
dt
5fa348792b
Move metatype declarations, also clean old ones
2010-04-12 15:03:35 +02:00
dt
e813f28093
Export ProjectExplorer::Task again.
...
Accidentally removed that while moving the class.
Reviewed-By: con
2010-03-29 15:17:19 +02:00
Friedemann Kleint
751d7d043c
VCS: Add 'Annotate' context menu entry to build issues task window.
2010-03-19 17:22:53 +01:00
dt
7c11c4d8b0
Move TaskWindow::Task out of the nesting to ProjectExplorer::
...
Since otherwise we can't forward declare it.
2010-03-12 15:00:15 +01:00