- 23 Feb, 2011 5 commits
-
-
Tobias Hunger authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
- 22 Feb, 2011 35 commits
-
-
dt authored
-
dt authored
-
dt authored
-
hjk authored
-
hjk authored
-
hjk authored
-
dt authored
Checking the string for validity is not enough, actually bailing out if it is invalid is better...
-
Friedemann Kleint authored
Rubber-stamped-by:
Tobias Hunger <tobias.hunger@nokia.com> Rubber-stamped-by: hjk
-
dt authored
-
dt authored
Task-Nr: QTCREATORBUG-3778
-
Kai Koehne authored
Make sure we pick up the debugger version of qmljsdebugger library.
-
hjk authored
-
hjk authored
Reviewed-By: con
-
Thorbjørn Lindeijer authored
Convenient since you'll usually move the tool box next to the application window. Reviewed-by: Kai Koehne
-
Thorbjørn Lindeijer authored
This makes sure it gets deleted together with the QmlApplicationViewer, rather than probably not at all when no parent is specified for the viewer (which is the default). Reviewed-by: Alessandro Portale Reviewed-by: Christiaan Janssen
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Now in a tool window so that it generally doesn't interfere with the application.
-
dt authored
Qt 4.8 behaves differently. Task-Nr: QTCREATORBUG-3849
-
hjk authored
Task-number: QTCREATORBUG-3828
-
Leena Miettinen authored
Reviewed-by: Christian Kandeler
-
con authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
dt authored
The user probably wants to have just his builds.
-
dt authored
Rewrite the target setup page to look and baheve better. Noteable better at: - Disabling shadow building - Deselecting whole targets - Adding import directories Api-wise, Targets derived from Qt4BaseTarget have two ways to customize the targetsetuppage. a) Reimplement availableBuildConfigurations b) Leave createTargetSetupWidget and create(... Qt4TargetSetupWidget) in their default implementation. (Or only slightly customize like the desktop target does.) Or: a) Make a dummy implementation for availableBuildConfiguration b) Replace createTargetSetupWidget and return your own widget (It should match the look and feel from the other widgets.) It needs to be derived from Qt4TargetSetupWidget c) Also replace the create create(... Qt4TargetSetupWidget) function and set up the target anyway you want.
-
dt authored
to be used on the new target setup page
-
dt authored
loadProject did mostly the same as openProject. So it can be removed. (Also the error handling was wrong too.)
-
dt authored
In that mode the lineedit is readonly and the browse button is disabled. To be used in the new targetsetuppage
-
dt authored
Existing Directory checks for whether the directory exists, which Directory does not. Also changes all existing PathChoosers from Directory to ExistingDirectory as that does not change behaviour.
-
dt authored
Make the internal data structure a map from id to Version, simplfing a few functions. Return sorted lists, with newer versions in front for various functions, e.g. validVersions(), versionsForTargetId.
-
dt authored
To be used on the new targetsetuppage
-
Leena Miettinen authored
Reviewed-by: Christian Kandeler
-
Leena Miettinen authored
Reviewed-by: Christian Kandeler
-
Friedemann Kleint authored
-