- 25 Oct, 2010 9 commits
-
-
Pierre Rossi authored
Contributed by the team at developpez.com. This is the squashed result of a team effort. Authors are: Guillaume Belz <guillaume.belz@free.fr> Cédric Bonnier <myzu69@gmail.com> Jonathan Courtois <jonathan.courtois@gmail.com> Thibaut Cuvelier <dourouc05@gmail.com> Pierre-Nicolas Rigal <qt-contrib@p-n-r.com> For full history, checkout the team's repo: http://qt.gitorious.org/+developpez-dot-com/qt-creator/qt-creator-fr See also: http://qt.developpez.com/ Merge-request: 206 Reviewed-by:
Pierre Rossi <pierre.rossi@nokia.com> Reviewed-by: ossi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Thomas Hartmann authored
Check if the node is really a PropertyChange Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
This patch avoids a recursion. Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
The default panes are good enough and work fine Reviewed-by: Kai Koehne
-
con authored
Reviewed-by: Joerg Bornemann
-
Leena Miettinen authored
Task-number: QTCREATORBUG-2530
-
Oswald Buddenhagen authored
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
- 22 Oct, 2010 8 commits
-
-
Friedemann Kleint authored
Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com>
-
Daniel Molkentin authored
Reviewed-By: con
-
Friedemann Kleint authored
Reviewed-by:
Robert Loehning <robert.loehning@nokia.com> Task-number: QTCREATORBUG-2086
-
Kai Koehne authored
Creating a LookupContext can be sloooow for large projects. We create one instance for every update in the Outline to get the right icons. Take a shortcut here and just use the element name directly, ignoring packages names etc. This is a hot fix for 2.1, a following patch will change the Icon retrieval API accordingly. Reviewed-by: Roberto Raggi Task-number: QTCREATORBUG-2859
-
Friedemann Kleint authored
Remove duplicate code. Introduce ScopedPointer for location mark. Check shutdown phase when opening editors. Reviewed-by: con Task-number: QTCREATORBUG-2833
-
Friedemann Kleint authored
Sequence of processing changed since 2.0.1. Reviewed-by: hjk Task-number: QTCREATORBUG-2664
-
Friedemann Kleint authored
As it is not able to do the event-handshake required. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2086
-
Friedemann Kleint authored
Check for valid runcontrols in various places and initialize m_engine correcly. In the case of QML-Debugging, handle NoEngineType. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2086
-
- 21 Oct, 2010 19 commits
-
-
Oswald Buddenhagen authored
the file is "only" one meg after compression, so it isn't as bad as it looks. and it is sorted now, so further updates should be somewhat less wasteful. Reviewed-by: danimo
-
Oswald Buddenhagen authored
again, qregexp was putting our raw string into its cache - this time hidden behind a qdir::entrylist(). Reviewed-by: dt Task-number: QTCREATORBUG-2758
-
Daniel Molkentin authored
-
Daniel Molkentin authored
Reviewed-by: con
-
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
-
- 20 Oct, 2010 4 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
-