- May 17, 2010
-
-
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
-
- Apr 21, 2010
-
-
Daniel Molkentin authored
No need for scrolling after my last commit. This reverts commit 577057d2.
-
Jens Bache-Wiig authored
* Enabled proper keyboard navigation * Skip header items when using arrow keys * Fixed a static pixmap warning Task-number: QTCREATORBUG-1237 Reviewed-by: Daniel Molkentin
-
Christian Kamm authored
Task-number: QTCREATORBUG-756
-
- Apr 20, 2010
-
-
Friedemann Kleint authored
Move actions into FancyMainWindow. Register them in DebuggerUISwitcher and FormEditorW. Manually hide Debugger actions for Non-Debug modes (as they belong to the language context). Acked-by: con
-
Christian Kamm authored
Allows completion of local variable and function names. Task-number: QTCREATORBUG-942 Reviewed-by: Roberto Raggi
-
- Apr 19, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Erik Verbruggen
-