- Mar 11, 2010
-
-
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
-
ck authored
Reviewed-by: kh1
-
Friedemann Kleint authored
Re-introduce FormWindowEditor as IEditor used for Designer. Use SharedTools::WidgetHost directly for embedding into FormEditorStack, doing the geometry-changed handling in there as well.
-
- Mar 09, 2010
-
-
ck authored
-
- Mar 08, 2010
-
-
ck authored
-
- Mar 05, 2010
-
-
ck authored
Reviewed-by: kh1
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
... in the TargetPage of the Qt4 wizards Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
ck authored
Reviewed-by: kh1
-
hjk authored
-
Friedemann Kleint authored
Handle target page correctly. Remove static enumerations of page ids by member variables to handle differing page setups. Fix page switching logic in library wizard. Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
* Allow to restrict possible targets in the targetselectionpage * Only show the page when it makes sense Reviewed-by: Friedemann Kleint
-
- Mar 04, 2010
-
-
kh1 authored
-
Tobias Hunger authored
... when creating a new project without any Qt version being available
-
Friedemann Kleint authored
Detect SDKs before VC installations. Add static list of installations initialized on demand. List SDKs and VC with platforms settings depending on Qt-version. Detect installations properly, checking existence of setup scripts. Handle delayed shell variable expansion used by SDK setup scripts. Tested with SDK 6.1 onwards (32bit/64bit). Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Mar 03, 2010
-
-
Friedemann Kleint authored
Reviewed-by: con
-
- Mar 01, 2010
- Feb 26, 2010
-
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
...to use new editor. Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
Friedemann Kleint authored
Pass around contents as string, saving repeated invocation of FormWindowEditor::contents(). Remove dependency to FormWindowEditor. Reviewed-by:
dt <qtc-committer@nokia.com>
-
Friedemann Kleint authored
-
Tobias Hunger authored
* kh1 says there is no such thing as there is no technical destinction between Maemo devices and the Maemo emulator. Reviewed-by: kh1
-
Oswald Buddenhagen authored
Reviewed-by: thiago
-
kh1 authored
Reviewed-by: Thorbjorn
-