- 25 Oct, 2010 7 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
The target setup page has all its buttons set to autodefault. Disable that to make pressing enter work to get passed the page (if at least one Qt version is checked). Task-number: QTCREATORBUG-2730
-
Tobias Hunger authored
-
Tobias Hunger authored
Improve the delegate used to paint the tasks inside the taskwindow. * Limit maximum size of the area used to paint the filename. * Fix glitch where the filename is painted over the line number * Reduce size of gradients painted, use clipping instead. Task-number: QTCREATORBUG-2757
-
Oswald Buddenhagen authored
Conflicts: doc/qtcreator.qdoc share/qtcreator/templates/mobileapp/app.pro
-
Oswald Buddenhagen authored
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
- 22 Oct, 2010 12 commits
-
-
Friedemann Kleint authored
Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com>
-
con authored
* Editor manager should abort closing core, if there's a ICoreListener that aborts closing of a editor. * Don't save state of temporary editors, and don't save them as open in a splitter. So restoring the editor manager state won't try to reopen temporary editors. Task-number: QTCREATORBUG-2845 Task-number: QTCREATORBUG-2841 Reviewed-by: Tobias Hunger
-
Daniel Molkentin authored
Reviewed-By: con
-
Friedemann Kleint authored
Reviewed-by:
Robert Loehning <robert.loehning@nokia.com> Task-number: QTCREATORBUG-2086
-
Christian Kandeler authored
-
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
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2704
-
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
-
Bill King authored
-
- 21 Oct, 2010 21 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>
-
Christian Kandeler authored
-
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
-
Bill King authored
-