- 12 Jun, 2014 40 commits
-
-
Daniel Teske authored
Change-Id: I5c28c7f05b8e4766a5e04e00d9c8cd7e48b8cd95 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
Change-Id: Iaf2d1160904023db3c66c6e536c5cf812a71e3fb Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Because of the alias we get the cpp type. Change-Id: Iad82fa702940978b555734af4496c1c49b49f3f8 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Id4b8a2c9f1bc687fea48094d92763261a385bcf4 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I7d16ae74ea848e848ac6dc2d8c8bb9c468681889 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I313c9d5180493d4ea77360c1bf8a5cbb725241e2 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-12374 Change-Id: I9dd8bbf9134bac65fbaa70b0614b27365377b0bf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
We have to check if the currentNode is actually valid. Change-Id: I7a36758e96cbb4ae2a17755fc841ee2518a01ca2 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Eike Ziller authored
It was just containing a tree view anyhow Change-Id: Ied34e370be4dca0a113a861cafc0a8dac5689db7 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Eike Ziller authored
Change-Id: Ib0b67b01604d3abc7d2a30dd3841fa4a46775a4e Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Eike Ziller authored
As opt-in functionality. Only works if fetching is synchronous. Change-Id: Ie13d722e97188663e2a1fe992ef039dbac7fe2c6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikolai Kosjar authored
...by providing the necessary definitions. Currently this does not has any effect since function-like macros are not expanded for the semantic document. This might change, therefore we adapt this test. Change-Id: I7de4fdecac7b7504da7389ab216b7349ea53d7be Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
This is only a small refactoring step towards a editor-free CppEditorSupport. Left are m_editor references that need to be addressed. No functional change. Change-Id: I9fc7b0abfe88f5b9a6ce3f57a5c4a922ae953ddf Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...instead an ITextEditor. The ITextEditor was only used to access the file path and QTextDocument via the BaseTextEditorWidget. Change-Id: Idef2b8162b992fe3718e16e2a046e2ff214846f2 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
No need to pass more than needed. Change-Id: I047cc44f17342999e0809d022df35ba9a4a8dfb8 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Daniel Teske authored
The function is unused Change-Id: If12869fd51014a06d3feeb5f147e070f5f1ce463 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
This fixes the regression where two Location pages were added before. Change-Id: Ic3241d707ad8dcf6fc3063bb4613dce49001e196 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Add method to Utils::Wizard that allows to retrieve the first page of a given type. Change-Id: Id92496d09bf89cee6f6e8ef584409125b218ec83 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Ie7b96b0309e1291f4bb002a1f01e0473b8e15239 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Get rid of a couple of useless Internal:: namespace prefixes Change-Id: I99f44082a2ba0ec39b51d3f89db6697834414a99 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Nikolai Kosjar authored
This one will get some more functionality. Change-Id: Ifba410e32f98c28cbfbb5a72493906ab3d681225 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
Also rename CustomWizardFactory to CustomWizardMetaFactory. These factories are used to generate the actual factories that are visible in File->New, so they are kind of Meta:-) CustomWizardClassFactory was my first attempt, but since there are project- and classwizards that are generated by this meta-factory that is not a good name. Get rid of a useless typedef while at it. Change-Id: I3dc2cce3f52999af7e59d5f2ad5509153056ea49 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I2813babc838d5dd14e4b341954d6ce0d53bfcda7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
It makes the code more complicated in one place just to make it harder to follow in another... Remove CustomWizardParameters::toString() while at it: It would need some extending to work with this change and I do not think it is worth it, considering that it is only used when the CustomWizard is set to verbose. Change-Id: Ice14b197ed2fe98c54bc9c1c55ece3ed2222fbbf Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Removing the addWizardPage function makes the code easier to follow. The old implementation did always name the CustomWizardPage as "Details", which is just wrong. Getting rid of this makes the page use its title as the progress text, which is what we want in general anyway. Change-Id: Iaf44f467c45952ad881154f31f62521f4f562658 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
That avoids having to do it whenever the page is created. Change-Id: Ie58288a66af79301295d74c3c9f892dc20a832af Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
That method was used to set a title in the progress view of the wizard that is different from the page title. That is used exactly once and there it adds more confusion than it helps. So get rid of the whole thing. Consistently set the "shortTitle" property instead for all wizards that want to have a separate short title. Change-Id: Ia4881e9c00891058629491f9e9de4ac421c59727 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: I409699225b5f42db7ecb6c2dc8d150c1a66ee23c Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Change-Id: If2ccfe9ff40539404ed0f40c06c71a73ee661e2d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Marco Bubke authored
Change-Id: I1a8838969a5b5bd4917ee35afbbde0348737660c Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Change-Id: Ie8a55c352eddcfec3591e2174373bed524a81dac Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
icon and iconPath are two different icons. Change-Id: I62ab07a13240bc23bc9d807dbd46742ce7d71300 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Change-Id: I752d6694a6a13fe7001675e67b3b7773f142675b Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Was not used any more. Change-Id: I6fbe2e5224cfcf7f6250684f7653b34f3247220a Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Eike Ziller authored
We have fileNameCaseSensitivity and withExecutableSuffix et al. Change-Id: I79bd2cd57e258c3f15673a661a49bab597d7afa4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
Change-Id: I1c3c3dbb27adebcacfbb1e937e76e7ff2dd3d385 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
Hide the labels and buttons if it gets too small. Change-Id: Id6a3d695909e13be7160890ed04117c25929c7f7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Marco Bubke authored
Change-Id: I9946da6b03baeabb2cd443a54a169c1994af5e5d Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib3184631145ed6c6eb72dd5b7c33e415fc0cc799 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I457d69f1eac9810e2746d9f544151e421c147fac Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-