- 23 Nov, 2010 26 commits
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Kai Koehne authored
This is convenient especially in the observer mode. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
Any DEFINE used in qmljsdebugger-lib.pri is also passed to the users code.
-
Kai Koehne authored
Incorporate into qmljsdebugger-lib.pri Task-number: QTCREATORBUG-2951
-
Christiaan Janssen authored
Reviewed-by: hjk
-
Tobias Hunger authored
Only enable submit button in the git submit editor when a non-empty desciption of the patch is available. Git rejects empty commit messages and old versions fail without even giving an error Qt Creator can detect, so this should make commiting a bit more save. Task-number: QTCREATORBUG-2410
-
Tobias Hunger authored
Do not offer to commit in the dialog opened when closing the commit editor when the commit is not containing all the required information.
-
Oswald Buddenhagen authored
-
dt authored
The user might create directories or delete them while in the browsing interface, thus in the PathChooser trigger a validation after browsing. Task-Nr: QTCREATORBUG-3105 Reviewed-By: Friedemann Kleint
-
hjk authored
-
hjk authored
Even if no engine is running.
-
Friedemann Kleint authored
Add optional code model scope checking. Remove need to call to 'expandlocals' command by giving 'locals' options for expanded and uninitialized variables, saving one roundtrip. Handle shadowed variables and __formal parameters. Differentiate between name and iname in SymbolGroup.
-
Tobias Hunger authored
* Warn on spaces in the project path * Warn on special characters in the project name only This should stop warnings from appearing when trying to run the Qt demos on symbian.
-
Tobias Hunger authored
Fix default names of project configuration objects on upgrades from pre 2.0 creators. Task-number: QTCREATORBUG-3143
-
hjk authored
-
hjk authored
-
Thomas Hartmann authored
Removing a property from a Flipabke back or front property resulted in a crash, because the offset of UiObjectBinding was not handled correctly. The left hand side of the binding is not part of the node anymore. Reviewed-by: Kai Koehne
-
Rhys Weatherley authored
-
Rhys Weatherley authored
-
- 22 Nov, 2010 14 commits
-
-
Daniel Molkentin authored
Reviewed-by: Alessandro Portale
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3141
-
hjk authored
-
hjk authored
Always nice to know which part failed.
-
Friedemann Kleint authored
Preparing the introduction of tooltips for the new CDB engine. Fix some breakpoint states in CDB.
-
Thorbjørn Lindeijer authored
QFontMetricsF::averageCharWidth seems to always return a fractional size (at least on Linux/GNOME with DejaVu Mono), even when the font is not actually drawn at sub-pixels. This caused the visible wrap column to appear in the wrong place. As a workaround, use the width of the character 'x', which is pretty average and does align to pixels when needed. Task-number: QTCREATORBUG-2746 Reviewed-by: con
-
Arvid Ephraim Picciani authored
-
Tobias Hunger authored
Unset SBS_HOME when none is needed. This prevents SBS from getting confused about where its dependencies are located. Task-number: QTCREATORBUG-3145 Reviewed-by: Alessandro Portale
-
Kai Koehne authored
Buffer update calls to the project tree. Otherwise large updates (e.g. renaming a directory) will block QtCreator for up to several minutes. Reviewed-by: ckamm
-
Friedemann Kleint authored
Run some commands synchronously. This avoids issues with the UI reacting to file changes done by the VCS on windows which can lead to crashes. Task-number: QTCREATORBUG-3021 Reviewed-by: Tobias Hunger
-
Tobias Hunger authored
-
Arvid Ephraim Picciani authored
-
Friedemann Kleint authored
used by CDB debugger tooltip (introduced by A 354b9712 ). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Rubber-stamped-by: dt
-
dt authored
-