- May 19, 2010
-
-
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
-
Erik Verbruggen authored
Reviewed-by: ckamm
-
- Apr 29, 2010
-
-
Jens Bache-Wiig authored
Using a static local here is obviously simply wrong. This should take care of the remaining issues with broken animation states. Reviewed-by: danimo
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
At least direct recursion with name="Foo" extends="Foo" is detected and rejected. Done-with: Erik Verbruggen
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
The plan is to use this to reduce the number of applicable completion options, for instance for enum completion or property names. Done-with: Erik Verbruggen
-
Christian Kamm authored
LineInfo can tell whether lines are finished or not. Done-with: Erik Verbruggen
-
Roberto Raggi authored
Task-number: QTCREATORBUG-1292
-
Lasse Holmstedt authored
-
- Apr 28, 2010
-
-
con authored
Discussed-with: hjk
-
Christian Kamm authored
Reviewed-by: Jens Bache-Wiig
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
This used to contain all functions declared in Script blocks. With them gone, there's no reason to keep it.
-
- Apr 27, 2010
-
-
con authored
Reviewed-by: Jens Bache-Wiig
-
Roberto Raggi authored
-
- Apr 26, 2010
-
-
ck authored
-
ck authored
It does not conceptually belong there, and several people have asked for an interface to use the functionality in their own plugins. Task-number: QTCREATORBUG-1204 Reviewed-by: kh1
-
Christian Kamm authored
-
- Apr 23, 2010
-
-
Lasse Holmstedt authored
Also, a class name is added in qmjs::bind so that we have a class name for custom properties defined inside a component.
-
- Apr 22, 2010
-
-
Christian Kamm authored
They had not yet been updated to the new way of importing javascript. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Use ScopeBuilder.push(...) for the same functionality. Reviewed-by: Erik Verbruggen
-
Jens Bache-Wiig authored
I created a nicer blue arrow by default and use standard icons on X11 where possible. Note that we still need an alternative solution for mac. Reviewed-by:thorbjorn
-