- 21 Oct, 2010 7 commits
-
-
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
-
- 20 Oct, 2010 14 commits
-
-
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
-
- 19 Oct, 2010 12 commits
-
-
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
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- 18 Oct, 2010 7 commits
-
-
con authored
Otherwise all the Qt headers might not be found at all. Task-number: QTCREATORBUG-1377 Reviewed-by: Tobias Hunger Reviewed-by: Erik Verbruggen
-
con authored
Task-number: QTCREATORBUG-65 Reviewed-by: Robert Loehning
-
Christian Kandeler authored
Using a debian directory in the project root directory might interfere with non-MADDE configurations. We therefore introduce an extra directory qtc_packaging, where we can safely put our stuff. In the future, this should also contain non-Fremantle (and possibly non-Debian) configurations. Reviewed-by: Oswald Buddenhagen
-
Thomas Hartmann authored
Recent changes in 4.7 rendered the original qml code invalid Task-number: QTCREATORBUG-2765 Reviewed-by: Marco Bubke
-
mae authored
There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
-
Friedemann Kleint authored
Sometimes, std::string is seen instead of std::basic_string<>. Reviewed-by: hjk Reviewed-by:
Arvid Ephraim Picciani <arvid.picciani@nokia.com> Task-number: QTCREATORBUG-2662
-
Friedemann Kleint authored
Reviewed-by:
Arvid Ephraim Picciani <arvid.picciani@nokia.com>
-