- Nov 12, 2010
-
-
Kai Koehne authored
If the user clicks on an instance of an element in the running app while in server mode, the cursor selection is automatically updated. However, the change of the cursor then leads to all the other instances of the element at the cursor position being selected too. Prevent this 'call back' in the QmlInspector by checking whether one of the newly selected items is the one just selected. Simpler mechanisms (like a sequential blocking of updates) don't work because the call back happens through a QTimer. Task-number: QTCREATORBUG-2366
-
Kai Koehne authored
Rename setSelectedItemsByObjectReference slot to gotoObjectDefinition
-
Kai Koehne authored
-
Kai Koehne authored
Give m_client, m_designClient member variables more descriptive names.
-
Kai Koehne authored
Simplify method names.
-
Kai Koehne authored
Change signature of setSelectedItemsByObjectId to match the one from signal currentObjectsChanged.
-
Christian Kamm authored
They are unusable on linux as there are commonly-included macros of the same name.
-
Leandro Melo authored
Block highlights should still be visible even outside the margin (when margins are displayed naturally), since it acts only as indicator of the character limit. Apparently this had already been noticed before and recently there was a merge request (no. 204) with an attempt to fix it. However, the implementation was not handling it in a nice form. This is a small patch that solves the issue and keeps the editor beautiful. (Check the merge request for more details.) Reviewed-by: Thorbjorn Lindeijer
-
Christian Kamm authored
Task-number: QTCREATORBUG-3067 Reviewed-by: Roberto Raggi
-
con authored
-
con authored
-
Roberto Raggi authored
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
Christian Kamm authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-2155 Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Task-number: QTCREATORBUG-2642 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-2619 Reviewed-by: Erik Verbruggen
-
- Nov 11, 2010
-
-
Oswald Buddenhagen authored
they are initialized from the build configuration upon construction
-
Oswald Buddenhagen authored
-
Christian Kamm authored
-
con authored
Introduces a ICore::userInterfaceLanguage method, which centralizes the previous qApp property hack for help and designer integration. Reviewed-by: Friedemann Kleint
-
Kai Koehne authored
Make sure that help/helpmanager.h is before coreplugin/helpmanager.h in the INCLUDEPATH.
-
Christian Kandeler authored
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-3047 Reviewed-by: Erik Verbruggen
-
Roberto Raggi authored
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-2666 Reviewed-by: Christian Kamm
-
Christian Kandeler authored
Save all relevant information at run control creation time, so we can re-run even without a project. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=203698
-
Thomas Hartmann authored
Getting the QmlJsModelManager working stand alone for auto testing Reviewed-by: Christian Kamm
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-3039 Reviewed-by: con
-
Erik Verbruggen authored
-
- Nov 10, 2010
-
-
Leandro Melo authored
It was being reset based on the highlighter definitions. Consider some refactoring with the related options as well to avoid overriding user's settings. Done-with: Thorbjorn Lindeijer
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
-
mae authored
We now have different actions to bind to (saves us an explicit option). Small fixes to state machines. Done-with: Erik Verbruggen
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com> Task-number: QTCREATORBUG-2378
-
hjk authored
-