- 27 Sep, 2010 3 commits
-
-
dt authored
Not really visible to the user, but lead to double activation on clicking.
-
dt authored
Task-Nr: QTCREATORBUG-1130
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- 25 Sep, 2010 1 commit
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-2454
-
- 24 Sep, 2010 36 commits
-
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Daniel Molkentin authored
- Move RSSFetcher to CorePlugin - Rename RSSFetcher to RssFetcher - Make RssFetcher more generic, allow multiple sources to be fetched - Introduce Featured Items on Getting Started page - Introduce dummy entry for Mobile examples, needs implementation once they are ready
-
Daniel Molkentin authored
-
Tobias Hunger authored
Fix commiting with Author and Email set on Windows. Task-number: QTCREATOR-2397
-
Roberto Raggi authored
-
Leena Miettinen authored
Update screen shot. Reviewed-by: Lasse Holmstedt
-
Pawel Polanski authored
-
Christiaan Janssen authored
Reviewed by: Kai Koehne
-
Pawel Polanski authored
-
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
-