- Sep 24, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
* Handle environment variables in workdir, executable name as well as arguments when starting an application * Cover both debugger and normal application starts
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Expand environment variables in working directory, executable name as well as arguments of the CustonExecutableRunConfiguration. Reviewed-by: dt
-
Tobias Hunger authored
* Expand environment arguments * Introduce new kind: ExistingCommand * Use PATH to look up ExistingCommand Reviewed-by: dt
-
Tobias Hunger authored
Add a method to find an executable: * Expand environment variables * If relative: Check provided directories * If still not found: Check the path Reviewed-by: dt
-
Pawel Polanski authored
-
Robert Loehning authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-1517
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
It's meant to be. Reviewed-by: Daniel Molkentin
-
Pawel Polanski authored
Reviewed-by: Alessandro Portale
-
Friedemann Kleint authored
in case Designer shows messages about missing resources or such.
-
Christian Kamm authored
Task-number: QTCREATORBUG-2427
-
Christian Kamm authored
-
Friedemann Kleint authored
-
Kai Koehne authored
Explicitly delete the root project item when closing a QmlProject.
-
Friedemann Kleint authored
When adding a multiselection of images outside the qrc-path, the file dialog is created every time, causing great delays due to DBUS problems. Create a context struct keeping the dialogs around.
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
When multiple threads share the Bind instance in a Document and do lookup on the objects contained inside, that may trigger a new object creation in some situations - which needs to be synchronized.
-
Thomas Hartmann authored
This avoids asserts and catches exceptions
-
Christian Kandeler authored
-
Christian Kamm authored
-
hjk authored
Original code by dcarr.
-
Erik Verbruggen authored
-
Friedemann Kleint authored
Fix Basefilewizard to use ModeSwitch flag.
-
Thomas Hartmann authored
Enable QuickDesigner by default in master See: QTCREATORBUG-2365
-
Thomas Hartmann authored
See: QTCREATORBUG-1466
-
Leena Miettinen authored
Fix capitalisation. Make tooltips more informative. Reviewed-by: thartman
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Thomas Hartmann authored
-
Friedemann Kleint authored
As it causes problems on standard-Linux installations. See also QTCREATORBUG-2238. This reverts commit 0e318bfc.
-
Friedemann Kleint authored
Implement WatchModel::data() to return the right values for Qt::EditRole, obsoleting the role matching in the delegate. Similarly, handle Qt::EditRole in setData(), leaving only 'Change watch expression' in the delegate, which removes and recreates a row, causing crashes when done in setData().
-
Leandro Melo authored
Tooltips can still be improved.
-
Erik Verbruggen authored
Reviewed-by: Leandro Melo
-
Erik Verbruggen authored
-