- Oct 21, 2010
-
-
Tobias Hunger authored
Stop navigationwidget from going haywire when faced with old configuration data. This issue could lead to different effects: * A crash * Creator not being able to exit anymore * The sidebar being messed up Task-number: QTCREATORBUG-2780 Reviewed-by: con
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
Friedemann Kleint authored
As reported on mailing list. Reviewed-by: hjk Reviewed-by:
Arvid Ephraim Picciani <arvid.picciani@nokia.com>
-
Thomas Hartmann authored
Reviewed-by: Lasse Holmstedt
-
Thomas Hartmann authored
Getting the lookup context is expensive. So it is now done only on user interaction. Reviewed-by: Roberto Raggi
-
Thomas Hartmann authored
Most users perceived this as a bug and found it annoying in practice. So this feature gets removed. Reviewed-by: Roberto Raggi
-
Thomas Hartmann authored
This add preliminary support for import QtQuick 1.0 The RewriterView does type conversion from QtQuick to Qt so Bauhaus does not have to deal with ambiguities. Reviewed-by: Marco Bubke
-
Friedemann Kleint authored
-
Oswald Buddenhagen authored
Reviewed-by: hunger
-
con authored
We accessed the m_applied member after the dialog already was deleted. Task-number: QTCREATORBUG-2844 Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Friedemann Kleint authored
In Debugger and WelcomePageWidget. Reviewed-by:
Daniel Molkentin <daniel.molkentin@trolltech.com>
-
Christian Kandeler authored
"gdbserver started" does not necessarily mean "gdbserver has opened its port". Reviewed-by: Tobias Hunger
-
con authored
Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
Reviewed-by:
Kai Köhne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2779
-
- Oct 20, 2010
-
-
con authored
The debugger plugin opens an editor in this case, leading to fakevim and cppeditor crashing. This commit doesn't fix the problem's source, but adds safeguards that are sensible anyhow: FakeVim should not register with editors during shutdown, and CppEditor should not unconditionally assume an existing editor manager in the destructor. Reviewed-by: Friedemann Kleint
-
con authored
Task-number: QTCREATORBUG-2828 Reviewed-by: Robert Loehning Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
Reviewed-by:
Robert Loehning <robert.loehning@nokia.com> Task-number: QTCREATORBUG-2827
-
Christian Kamm authored
In order to determine all components that instantiate a given component, Bind::usesQmlPrototype was called on each document in the snapshot. That, in turn, had to iterate over all object definitions inside the document, resolving their prototype references. All in all, it lead to a very large amount of fairly expensive lookups that were slowing down Creator considerably. Reviewed-by: Erik Verbruggen
-
Kai Koehne authored
Make sure that a comma is added when inserting array elements into the array. Task-number: QTCREATORBUG-2796 Reviewed-by: Erik Verbruggen
-
Christiaan Janssen authored
Reviewed by: hjk
-
Christiaan Janssen authored
Reviewed by: Thomas Hartmann
-
Christian Kandeler authored
Reviewed-by: dt
-
Friedemann Kleint authored
In case qtcdebugger sends a command to an already running instance of Qt Creator (Windows). Reviewed-by: hjk Task-number: QTCREATORBUG-2814
-
Christian Kamm authored
Task-number: QTCREATORBUG-2802 Reviewed-by: Roberto Raggi
-
Friedemann Kleint authored
Handle older Python bindings as well. Reviewed-by: hjk Task-number: QTCREATORBUG-2801
-
Christian Kamm authored
Reviewed-by: trustme
-
Leena Miettinen authored
Reviewed-by: Maurice Kalinowski
-
Leena Miettinen authored
Task-number: QTCREATORBUG-2771
-
- Oct 19, 2010
-
-
Kai Koehne authored
Check that the node under cursor is indeed a UiObjectMember Reviewed-by: Christiaan Janssen Task-number: QTCREATORBUG-2760
-
Kai Koehne authored
Hitting a breakpoint automatically acknowledges it, and from then on bpFileName, bpLineNumber are used in the Breakpoints pane instead of fileName, lineNumber. Task-number: QTCREATORBUG-2759 Reviewed-by: Christiaan Janssen
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Roberto Raggi authored
Reviewed-by: Christian Kamm
-
con authored
The heuristics depended on pro files appearing before pri files in the list, but now the list is alphabetically sorted. Leading to deployment.pri being selected by default for mobile projects. Task-number: QTCREATORBUG-2792 Reviewed-by: Friedemann Kleint
-
Christian Kamm authored
Task-number: QTCREATORBUG-2574 Reviewed-by: Roberto Raggi
-
con authored
Didn't work if a project specific encoding was set. Task-number: QTCREATORBUG-65 Reviewed-by: Robert Loehning
-
con authored
Task-number: QTCREATORBUG-1956 Reviewed-by: Joerg Bornemann
-
Christian Kamm authored
This was the root cause of several issues with scoping and import resolution. For instance, finding the components that instantiate a component that's opened in the editor failed; leading to code completion missing valid entries. Reviewed-by: Erik Verbruggen Reviewed-by: Roberto Raggi
-
Friedemann Kleint authored
Reviewed-by:
Joerg Bornemann <joerg.bornemann@trolltech.com> Task-number: QTCREATORBUG-2776
-
Friedemann Kleint authored
As they do not look nice in the layouts and several options pages are involved in the case of the form class wizard. Reviewed-by: con Task-number: QTCREATORBUG-2778
-