- Jul 06, 2010
-
-
Thomas Hartmann authored
-
- Jun 30, 2010
-
-
Thomas Hartmann authored
-
con authored
Because paths can get long, and text wrapping in QMessageBox will do the wrong thing. Put the full file name into the details of the message box. Task-number: QTCREATORBUG-1708
-
Erik Verbruggen authored
-
- Jun 25, 2010
-
-
Christian Kamm authored
Filtering them out has long since become unnecessary. It was used back when JS files were sourced from Script elements - there they'd only make the functions available. Now functions and variables are imported. Task-number: QTCREATORBUG-1735 Reviewed-by: Erik Verbruggen
-
- Jun 15, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1421 Reviewed-by: Erik Verbruggen
-
Thorbjørn Lindeijer authored
Due to using QTextCursor::columnNumber() instead of QTextCursor::positionInBlock(), a lot of code would not work correctly when used with wrapped lines. In addition, there was an issue with columnNumber() returning 0 right after inserting a character before the last character of a line. Reviewed-by: mae
-
Erik Verbruggen authored
This is a "back-port" for 57f2b3e4 from master into 2.0. Done-with: ckamm
-
- Jun 14, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: ogoffart
-
- Jun 08, 2010
-
-
Christian Kamm authored
Such as property int foo: bar property int bar: foo. Task-number: QTCREATORBUG-1389 Reviewed-by: Roberto Raggi
-
- Jun 07, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: jbache
-
- May 31, 2010
-
-
ck authored
Reviewed-by: kh1
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
- May 28, 2010
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1501 Reviewed-by: Roberto Raggi
-
- May 27, 2010
-
-
Thorbjørn Lindeijer authored
When there was no existing configuration, it would get set to pure black on startup, resulting in a very dark gray Qt Creator. Now it is back to its old friendly gray as default color. Also made sure that the default on startup and the color used for resetting the UI color in the settings are always in sync. Reviewed-by: Jens Bache-Wiig
-
Thorbjørn Lindeijer authored
It was broken due to a leading space which was trimmed off, breaking the begin and end positions. Instead, don't trim, but just make sure not to add a leading space when it is not necessary. Done-with: Christian Kamm <christian.d.kamm@nokia.com> Task-number: QTCREATORBUG-1398
-
- May 20, 2010
-
-
Christian Kamm authored
If a document wasn't parsed correctly the binder won't be run - and rootObjectValue will be null. Task-number: QTCREATORBUG-1449
-
ck authored
-
- May 19, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: con
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-
Christian Kamm authored
* Context::build was potentially dangerous. Link and ScopeBuilder went out of scope before their results stopped being used. * ScopeBuilder: If no function scope object was found, don't add it. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
The documentation requires having it there.
-
Christian Kamm authored
50cc55af broke it.
-
Christian Kamm authored
Reviewed-by: ossi
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-1439
-
Christian Kamm authored
Task-number: QTCREATORBUG-1413 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
-
Christian Kamm authored
It would calculate an incorrect start token in this case as the linizer skips past the empty line. Task-number: QTCREATORBUG-1412
-
- May 17, 2010
-
-
Christian Kamm authored
Previously, fresh versions of a Document would be added to the _documentsByPath QMultiHash without removing the old version first. This means Link could pick up old versions of a Document. Task-number: QTCREATORBUG-1418
-
Nicolas Arnaud-Cormos authored
Use it to change the find and candidate find object in CurrentDocumentFind: this will allow to replace the IFindSupport object used. Merge-request: 115 Reviewed-by:
con <qtc-committer@nokia.com> (cherry picked from commit d3b58c2d)
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- May 12, 2010
-
-
Lasse Holmstedt authored
The noload behavior is also changed: it now always shows the plugins in About Plugins... menu, even though -noload was used. When using -noload, the enabled state of the plugin is not saved, so if the command line arg is removed, the plugin will be loaded normally. Reviewed-by: con
-
Christian Kamm authored
Task-number: QTCREATORBUG-1388 Reviewed-by: Roberto Raggi
-
Friedemann Kleint authored
Add verbosity option showing timestamps for PluginManager::addObject.
-
- May 11, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Kai Koehne authored
-
- May 07, 2010
-
-
mae authored
Task-number: QTCREATORBUG-1177
-
Jens Bache-Wiig authored
I did a couple of changes to make these more subtle. - Moved inside the details widget - Made them fade in and out - Hide up/down buttons when not required Note, there are some pending changes to Qt to disable the graphicsevent cache that can cause issues when scrolling items. Reviewed-by: thorbjorn
-
- Apr 30, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-