- Jul 10, 2009
-
-
Oswald Buddenhagen authored
this also removes the bogus special casing of various filename-containing variables inside the pro parser.
-
Oswald Buddenhagen authored
-
- Jul 09, 2009
-
-
Stian Sandvik Thomassen authored
A project's existing .pro file could be added to the project, making the .pro file appear twice in the project tree. This is sub-optimal because 1. It does not make sense for the .pro file to appear twice. 2. Qt Creator crashes when trying to remove either of the duplicate .pro files.
-
- Jul 06, 2009
-
-
Sergey Belyashov authored
Added translation macros to some editor kinds. Added possibility to translate names of editors in Open With context menu. Translation context is "OpenWith::Editors". Merge-request: 808 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jul 03, 2009
-
-
dt authored
E.g. cmake pops up a wizard then, the running of cmake can fail though. Now you don't end i[ with a empty project then. The error reporting in that case is not yet optimal.
-
- Jul 01, 2009
-
-
Friedemann Kleint authored
Make Gui app wizard use Qt Designer wizard code to write the classes. Remove the settings from the form class wizard page extension area and add a settings page instead. Polish the designer plugin's structs to parametrize class generation with QSharedData and settings code. Export them and use them in the Gui app wizard. Task-number: 256927
-
- Jun 30, 2009
-
-
Friedemann Kleint authored
Cannot put a source file template into a resource in a source directory as Visual Studio will grab and build it.
-
Michael Karcher authored
This is a fix for a446491a. The option debug_and_release determines whether the debug/ and release/ subdirectories are used to put *object* files there. The option debug_and_release_target is used to put the final taget into debug/ and release/ directories. Merge-request: 745 Reviewed-by:
dt <qtc-committer@nokia.com>
-
Michael Karcher authored
Merge-request: 745 Reviewed-by:
dt <qtc-committer@nokia.com>
-
Friedemann Kleint authored
-
- Jun 29, 2009
-
-
Friedemann Kleint authored
Add the wizard. Modify basefilewizard to use be able to handle binary data. Add some properties to path chooser (filters). Task-number: 251982 Initial-patch-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jun 26, 2009
-
-
Roberto Raggi authored
Indexing both /include/Qt and /include/{QtCore,QtGui,...} makes the code completion with fedora.
-
dt authored
Don't crash then
-
- Jun 25, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Jun 24, 2009
-
-
con authored
Tool chain type is saved in settings, make sure that the value doesn't change between S60 enabled/disabled Qt Creator version. Run configurations can change independent from the run settings property page, re-add handling of signals. Add some things to consider to the todo list. Reviewed-by: dt
-
con authored
And if Qt version changed.
-
con authored
Transform the method in Qt4Project into a signal that is handled by the run configurations themselves.
-
con authored
-
con authored
-
con authored
Not able to give it an additional passphrase yet, though.
-
con authored
-
con authored
-
con authored
-
con authored
-
con authored
-
con authored
The runner uses the applicationlauncher internally, which is now exported from the projectexplorer plugin for that reason.
-
con authored
And add a sort of isEnabled functionality for run configs. This doesn't do much yet though, and is not updated correctly either.
-
con authored
-
con authored
-
con authored
-
con authored
Since the actual tool chain is defined in the project, it moved there from the qt version.
-
con authored
-
con authored
-
con authored
An empty default make target lead to an error.
-
con authored
Doesn't do anything else than showing the tool chains yet.
-
con authored
QtVersion provides possible toolchains that can be used by the Qt version, e.g. winscw, gcce and armv5 for symbian-abld.
-
con authored
Passing the Project to the tool chain now. Not quite sure if I like it.
-
con authored
-
con authored
-
con authored
-