- Oct 05, 2010
-
-
Marco Bubke authored
Sets a internal flag in the QGraphicsItem to use setParentItem and not setParentItemHelper for the children property list in QGraphicsObect. Reviewed-By: Thomas Hartmann
-
dt authored
Task-Nr: QTCREATORBUG-2598
-
hjk authored
It is active when the debugger runs but should not be touched, like the periods between InferiorRunRequested and InferiorRunOk etc. Without that context the core debug start action would trigger, and create another debugger instance. Reviewed-by: Friedemann Kleint
-
hjk authored
-
hjk authored
Reviewed-by: Friedemann Kleint
-
Kai Koehne authored
QmlObserver right now requires 4.7.1 minimum. There's no gain in telling the user that he needs qmlobserver to debug, if it can't be build with 4.7.0 anyway. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Don't force that qmldump is compiled in debug mode: This won't work with a Qt compiled only in release mode. If Qt is built with debug_and_release, qmldump will be build in release mode. Reviewed-by: ckamm
-
Kai Koehne authored
4.7.1 won't come with private headers always being installed. Reviewed-by: ckamm
-
Tobias Hunger authored
Ignore spacing changes in diff (based on same setting as used to ignore spacing in git blame). Task-number: QTCREATORBUG-2526
-
con authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2604 Reviewed-by: Alessandro Portale Reviewed-by: Pawel Polanski
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2584
-
Christian Kamm authored
-
Tobias Hunger authored
Do not fail when cloning non-defautl branches from local repositories: Branches do already exist in this case, so do not try to set them up again.
-
Tobias Hunger authored
Handle detached HEADs as well as cloning from repositories that default to another branch but master. This is relevant when clonig local repositories. Reviewed-by: Friedemann Kleint
-
Christian Kamm authored
Should stop qmldump processes from showing up in the MacOS dock. Reviewed-by: Lasse Holmstedt
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
Leena Miettinen authored
Fix UI text capitalization, edit text, and add screen shots. Reviewed-by: con
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- Oct 04, 2010
-
-
Christian Kandeler authored
-
Friedemann Kleint authored
Reviewed-by:
Thomas Hartmann <thomas.hartmann@nokia.com>
-
Tobias Hunger authored
Change the mapping of repository name to checkout directory name. This should now work better with windows.
-
Tobias Hunger authored
* Polish the base checkout wizard * Make UI easier to grasp * Add tooltips explaining things Task-number: QTCREATORBUG-2540 Reviewed-by: Robert Loehning
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Also only warn about missing qmlobserver when actually trying to debug a .qmlproject. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Allow the user to choose which Qt version to use for running a .qmlproject. Reviewed-by: dt
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Thomas Hartmann authored
As a general rule QCoreApplication::translate() should be used instead of QCoreApplication::translate() Reviewed-by: Friedemann Kleint
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
Remove break window menu action to toggle 'Full path'. Remove gdb setting 'Use full path'. Clean up break dialog: - Set PathChooser::ExpectedKind before value (showed up in red). - Use PathChooser::setPath()/path() instead of lineedit text - Return thread spec - Add validator for ignorecount as for breakcondition.ui Remove unused fields from breakcondition.ui Reviewed-by: hjk Task-number: QTCREATORBUG-2593
-
Tobias Hunger authored
-
Thomas Hartmann authored
Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Check author information to be valid before enableing the commit button. Task-number: QTCREATORBUG-2410
-
Thomas Hartmann authored
Fixes caching for Qt Quick items. Also the emptyPane is found again. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
This file got somehow missing during renaming Reviewed-by: Trust Me
-
Thomas Hartmann authored
This patch adds a MessageBox that asks for confirmation to fix Qt 4.7 imports into QtQuick 1.0 imports. Reviewed-by: Kai Koehne
-