- 05 Jul, 2010 4 commits
-
-
Roberto Raggi authored
This was a regression introduced in 8e4fb678 triggersCompletion should return `true' when the token at the left of the T_LPAREN is an identifier, a SIGNAL, a SLOT or T_GREATER (for template functions).
-
Friedemann Kleint authored
-
Tobias Hunger authored
* Mark a string literal as translateable, using either tr() (if the object is perived from QObject) or QCoreApplacation::translate().
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1795
-
- 04 Jul, 2010 3 commits
-
-
Alessandro Portale authored
There is already a "CONFIG" in variables[] which always overshadowed the entry from functions[].
-
Alessandro Portale authored
-
Alessandro Portale authored
I did not learn to count higher than 20, myself.
-
- 03 Jul, 2010 1 commit
-
-
Alessandro Portale authored
Task-number: QTCREATORBUG-1795
-
- 02 Jul, 2010 22 commits
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-1290
-
Tobias Hunger authored
* Was broken after recent change to compileoutputwindow. * simplify logic a bit while at it.
-
Friedemann Kleint authored
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Friedemann Kleint authored
To be able to connect to them in the debugger namespace. Reviewed-by: dt Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
mae authored
This will be hooked up with the new indenter. If you use tabs for spaces, and have tabSize==indentSize, we will be able to preserve spaces for padding nonetheless.
-
Friedemann Kleint authored
-
Friedemann Kleint authored
CDB: Add more information and state to Thread. Refactor thread information in CdbCore classes to prepare for more information.
-
dt authored
-
dt authored
Also properly initialize m_projectContext in Qt4Manager, fixing the disabled "Run QMake" action
-
mae authored
See BaseTextEditor::setRefactorMarkers(...). The markers support a clicked signal via BaseTextEditor and tooltips. They feature a cursor, but are always positioned at the end of the line (not block!). As special gimmick they do extend the document width when they are positioned outside the document area.
-
hjk authored
-
dt authored
Patch mostly by mae. Task-Nr: QTCREATORBUG-1405
-
con authored
Task-number: QTCREATORBUG-1522
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
hjk authored
... by stripping out 'const', 'volatile', 'struct' and 'class'.
-
hjk authored
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- 01 Jul, 2010 10 commits
-
-
dt authored
Fix got lost in merge resolution
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
con authored
-
con authored
-
con authored
With the context menu "Open with..." on files in project and file system tree. Reviewed-by: mae
-
ck authored
-
con authored
Conflicts: src/libs/qmljs/qmljs-lib.pri src/plugins/debugger/gdb/gdbengine.cpp src/plugins/debugger/gdb/gdbengine.h src/plugins/qmldesigner/components/itemlibrary/itemlibrary.cpp
-
con authored
Often the reason for clicking the clear button is to type something into it afterwards. See also QTCREATORBUG-705
-
con authored
Also unify some method naming. Use the new feature to add clear buttons to the Locator, and the find tool bar. Task-number: QTCREATORBUG-705
-