- Mar 23, 2010
- Mar 22, 2010
-
-
con authored
Reviewed-by: dt
-
Thorbjørn Lindeijer authored
Fixes creating these pages unnecessarily when the Welcome plugin is not loaded, as well as "leaking" them in that case. Reviewed-by: con
-
- Mar 19, 2010
-
-
dt authored
-
Thorbjørn Lindeijer authored
Reduces the minimum size of the Options dialog. Reviewed-by: kh1
-
- Mar 18, 2010
-
-
Thorbjørn Lindeijer authored
Prevents flicker when clicking the parent settings dialog.
-
dt authored
-
dt authored
We used to ignore if someone had set a additional for his qmake, with qmake -set QMAKEFEATURES. The fix is a simple oneliner from Filip Piechocki. See qt-creator merge request 130. Task-Nr: QTCREATORBUG-805
-
Friedemann Kleint authored
-
- Mar 17, 2010
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- Mar 16, 2010
- Mar 15, 2010
-
-
Robert Loehning authored
-
dt authored
Some mkspecs do have a QMAKESPEC_ORIGINAL and yet that directory doesn't exist. In that case ignore it. Task-Nr: QTCREATORBUG-586
-
ck authored
Reviewed-by: kh1
-
dt authored
The solution ain't great. Essentially we need to fix that path() needs to be unique and a 1:1 mapping to the file system by introducing a separate method for the first usage. Task-Nr: QTCREATORBUG-828 Reviewed-By: con
-
dt authored
Only if we need the information.
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
dt authored
-
dt authored
-
dt authored
Since otherwise we can't forward declare it.
-
Thorbjørn Lindeijer authored
The functionality was duplicated between the Qt4 and CMake build configurations and their configuration widgets. This change moves it down to BuildConfiguration, in addition also making it available for the Generic Project. Also provides an upgrade path for the configuration. Task-number: QTCREATOR-24 Reviewed-by: dt Reviewed-by: Tobias Hunger
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-423
-
- Mar 11, 2010
-
-
Friedemann Kleint authored
Tested with Qt 4.6.1/4.6.2. Detect both 'basename.sis' (4.6.2 onwards) as well as 'basename_debug-arm5.sis' (4.6.1). Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Tobias Hunger authored
* Expand all targets * Do not check any Qt flavour by default
-
dt authored
-
dt authored
-
Erik Verbruggen authored
Reviewed-by: kh1
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- Mar 10, 2010
-
-
kh1 authored
We need to append "?view=split"to force the split mode check. Make the check more readable in viewerForContextMode.
-
kh1 authored
In case of split mode we did not check if the actual requested doc exists and thus did fail to open the browser if it could not be found. Reviewed-by: Daniel Molkentin
-
dt authored
-
dt authored
-
dt authored
This is a big change touching almost all of our .pro file parsing. With this patch we only evaluate once exact for all needs and once greedy for the filelist. That is the qt runconfigurations don't have own evaluaters but reuse the project wide exact evaluation. We reevaluate if the user changes the build directory, the qmake buildconfiguration or the qmake arguments. That is if you open src.pro (or projects.pro) of qt with a shadow build you still don't get all the files, but after correcting the build directory, we reevaluate the .pro files and find all files. So for a suitable definition of fixed, that bug is now fixed. We now get the exact defines of all .pro files instead of all defines for all buildconfigurations. We still don't distinguish in which .pro file a DEFINE is set. So the code model now knows about all the defines set for the given configuration but not for which files it is actually set. Also that includes all DEFINES set in .qmake.cache or the mkspecs. This means all defines from .pro files should now work. The intial loading is still synchronous. I haven't looked into it to deeply, but it seems possible to make it also async.There are probably a few issues which need to be solved fist. Also due to the asynchronous nature of the code, the executable is updated a few seconds after actually changing the build configuration
-
Tobias Hunger authored
Do this as part of the ProjectLoadWizard
-
ck authored
-