- 12 Jun, 2014 32 commits
-
-
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>
-
Daniel Teske authored
Change-Id: I49309565368fb8e00dd5a67c0e3ac77392924c75 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-11701 Change-Id: I2f0b7913bf2bf113f3ac8c258f2b2497991d547a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I0b1faa9f2216f1396c19373e9292c204b32f7314 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Alessandro Portale authored
In various eras, we collected images/icons in .png format from different sources. In some cases from hired designers, some contributors, and even some Qt Creator developers. That causes more or less subtle in consistencies ranging from color schemes to shadow directions. Now - in the era of High-Dpi - we suddenly need high resolution "@2x" versions of our graphics, but do not have the original graphics files to easily generate them. This approach here supplies many of the graphics in SVG, editable with Inkscape. Existing pngs are re-created as vector graphic. That way, the original graphics sources are finally public and version controlled. Also, we potentially get more consistent graphics and High-resolution versions. The shell script executes Inkscape to export the images and icons as pngs. Change-Id: Id426ee94b151833cd52e29a8234966aba9cd38bc Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Adam Strzelecki <ono@java.pl> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 11 Jun, 2014 8 commits
-
-
Fawzi Mohamed authored
Change-Id: I233564dc459453234f3e8594fc560d5b71481dee Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tim Jenssen authored
Change-Id: Icbb1ac041387b1dda136957c4689b79a5615ed89 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tim Jenssen authored
Change-Id: I71988cda0f9488a59722b00e0c0c0e926a15e7f2 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
Change-Id: I669564355e27dc06464fc8d8641b2f4255c8965e Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Orgad Shaneh authored
* Add trailing newline * Fix offset by 1 for line numbers * Swap expected and actual result * Join short lines Change-Id: Ia1c618e5fc86dc16956176241205a2108a1ba3e4 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Tim Jenssen authored
Change-Id: Ib71dc235abd059056063c5d9b9072c8bdc932762 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Idb6e2bcb787a8ff3b5d26330a1ced1f930f0bc1d Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Fawzi Mohamed authored
Change-Id: Ifd21344c35989490884fa274ba64c23ea4c033cf Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-