| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Use Task class in addToTaskWindow(...) signal. This introduces
support for task categories into the BuildParsers.
* Add a task category for buildsystem issues.
* Update existing BuildParsers to new API and assign their
tasks to the Compile or Buildsystem task category.
Reviewed-By: dt
|
|
|
|
|
|
|
|
|
|
| |
There were three missing and one duplicate. Committed to master since
1.3 is currently in a hard string freeze.
Task-number: QTCREATORBUG-261
Task-number: QTCREATORBUG-262
Task-number: QTCREATORBUG-263
Task-number: QTCREATORBUG-264
|
|
|
|
|
|
|
| |
Add an option to have a buildparser for the qmake step and implement
a pretty simple parser.
Reviewed-By: dt
|
|
|
|
|
|
|
| |
Rename BuildParserInterface to IBuildParser to comply with
latest naming conventions.
Reviewed-By: con
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Done with: Erik Verbruggen
|
|\ |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Conflicts:
src/plugins/debugger/debuggermanager.h
src/plugins/qmleditor/qmleditorplugin.cpp
src/plugins/qt4projectmanager/qt4runconfiguration.cpp
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add changed signals to IVersionControl and
VCSManager and wire them to the update methods. Add a menu action for
manually updating. Improved version of reverted
7aa24116935249a840e1350a6f8de73bc794fb09.
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this ensures that, among other things, we won't get into this scenario:
- process is running
- interrupt is requested by user
- termination is requested by user
- before interrupt takes effect, the process terminates
=> shutdown is called
=> exit is also queued, as there is already a queued kill
=> nothing happens, as there will never be a stop response
Reviewed-by: hjk
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
archer reports stops at tbreaks properly, so checking for an empty stop
reason is no particularly good idea. instead, we simply skip *all* stops
at the entry point, assuming the user will not really set a breakpoint
there anyway.
Reviewed-by: hjk
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 7aa24116935249a840e1350a6f8de73bc794fb09.
It breaks the code model updates completely. So reverting this change
until we have the right thing.
Reviewed-by: Roberto Raggi
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch makes sure that the rows that show the file and the rows that
show the results are the same height, to satisfy the uniform row heights
setting.
Also, a layout changed signal is now emitted when the font is changed.
This makes active search results update correctly when the text editor
font is changed.
Reviewed-by: con
|
| |
| |
| |
| | |
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
qpatch should not try to rename debug symbols, but modify the prl
files instead. This purely replaces forward-slashed pathes. The
pathes in the debugging symbols use backslashes and are not touched.
Reviewed-By: con
|
| |
| |
| |
| | |
Reviewed-by: con
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
When setting CDB_PATH via the environment.
Reviewed-By: ossi
(cherry picked from commit e288c4c4e7ec3420f2afdd51f8ae3c37a85d57db)
|
| |
| |
| |
| |
| |
| |
| |
| | |
this is to update breakpoint, source and module lists automatically.
also remove the now pointless -break-list on every stop.
Reviewed-by: hjk
|
| |
| |
| |
| |
| |
| |
| | |
any output will most definitely belong to later issued commands, so not
clearing it will only cost cpu or even confuse the evaluation.
Reviewed-by: hjk
|
| |
| |
| |
| | |
Reviewed-by: hjk
|
| |
| |
| |
| | |
Reviewed-by: hjk
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use debugger's 'gu' command instead of temporary breakpoint as a
workaround until it is properly supported by the
SetExecutionStatus() API.
Reviewed-by: hjk
Task-number: QTCREATORBUG-240
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Creator only indents the first line, and reindents subsequent lines relative
to the indentation change of said first line. This fails when the first line
contains no non-space characters. Solution in this change: skip (visually) empty
lines.
Reviewed-by: thorbjorn
Task-number: QTCREATORBUG-227
|
| |
| |
| |
| | |
Reviewed-by: dt
|
| |
| |
| |
| |
| |
| |
| | |
In addition, clean up the text editor action handling in the qtscript
plugin.
Rev-by: con
|
| |
| |
| |
| |
| | |
the action is not needed and conflicts with Ctrl+R of the project
manager.
|
| |
| |
| |
| | |
Reviewed-by: Friedemann Kleint
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: hjk
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add state logic to CppCodeModelManagerInterface, making it aware whether
an indexer is running, protect the update methods from another
invocation while running. Add changed signals to IVersionControl and
VCSManager and wire them to the update methods. Add a menu action for
manually updating.
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Reviewed-by: con <qtc-committer@nokia.com>
|
| |
| |
| |
| | |
Reviewed-by: dt
|
| |
| |
| |
| | |
Reviewed-by: Robert Loehning
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Ensure the code model receives file names with clean paths ('/')
and fix paths in the relevant places of the code model. Pass on clean
paths from Cpp reference find and display them correctly in the search
window tooltip.
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
|