- 13 Jan, 2015 12 commits
-
-
Daniel Teske authored
Make DeployConfigurationFactory a true base class. Introduce the DefaultDeployConfigurationFactory as the implementation that actually creates DefaultDeployConfigurations. This mostly moves code around. The virtual canHandle method was mostly unused and was removed from most classes. Change-Id: I170d94c648e67f3fe52a76ffb5344f389ae49efc Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I2cae3d3256820f34d6d3bd7a8a9701c68cad1c53 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of master branch. Change-Id: Ieb58c0b483538eb265936751a877bc246f8d7ea6 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
Change-Id: I07244e510e44a3ee2af5e771450ab6413a5a5c2d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: I756361cc2aa4ad7bd91acde23dc0267520c6490c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I7a113418205485b1f616d4b92666a8fc92edd399 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Make Vcs actions active again when a project is opened but no document is open. Task-number: QTCREATORBUG-13609 Change-Id: I3d5accc3dc65412b1af5fc8c6a2baa9ac97c6e25 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
ProjectTree::currentProject is not the right project to track. Change-Id: Ia9da32a24e73565c4b9a3739c4000c13b803375f Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I4d4e7b26f01dd3dc481aa196342bae92b60cad27 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: If7f67ffc68ef725554e9ebaf8a8db5a64b7309cb Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Daniel Teske authored
Two major areas of improvement: - Make connections last, so that the initial setup does not trigger any unnecessary checks. - Make fetching the list of android virtual devices a background operation. Together they reduce the time needed to open the settings for me by roughly 10 times. Task-number: QTCREATORBUG-13735 Change-Id: I0839853dcdbdfe20a183a27888e55d3c56a9b815 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Christian Stenger authored
Change-Id: I285437f8eb21ce9f1a32d631a9c75d32d5ab2859 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 12 Jan, 2015 24 commits
-
-
Jake Petroules authored
Change-Id: Idcf6d0ceffb35a2c3a28dbfb3757b8ca04133a15 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I123147930244df38f436afd3ad8257b5f23e0d7a Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I51cf21704c8a2b7ff8217aaf189a7ca66c2f24a6 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Tobias Hunger authored
ProjectTree::currentProject was changed, update the code to get the old behavior. That behavior is most likely not the best to have, but that is for another patch:-) Change-Id: I8c84825443b8383f738c237ec67332e62199fe5e Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Nikita Baryshnikov authored
Complains on highlighter.cpp:213: error: undefined reference to `Core::MessageManager::write(QString const&, QFlags<Core::MessageManager::PrintToOutputPaneFlag>)' Change-Id: I296a105a8322e8b6ac1ab4a7085500f76acfcdeb Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Id6fde7279f80cdc7a74322bcee4e0ce41f7fc3bc Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
hjk authored
Change-Id: I407fe2ec6753255cc5fad6014187cd592fe4aee1 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Collects all included files from any file of any project or that is open in an editor. It has the same shortcut as the files from any project filter and is also enabled by default. Task-number: QTCREATORBUG-280 Change-Id: I7cd89ee68d2f8ec4e0ea03de0c11671f489c47dc Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Make it possible to set or clear the file iterator while a search is currently running. Change-Id: I5309a8920057112375ce22e5fd24806fb6f09857 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: I7f62f9d64daf7624794aa82495d4b2c8d97b33df Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I1a8e065cfaa57b49c852a3a1d67149447d4d87b2 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
It was incorrectly updating cached results, so e.g. shortening the search string was not forcing a new search. Change-Id: Ie55fce72b7363258195423f5686f013aeafc7d57 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Also make a bit less dependent on main window: - Menus do not need to start with main window as parent. - Centering the presentation label on the main window is wrong in the presence of extra windows anyhow. It should be centered on the active window. Unfortunately, actions still must be added to the main window, because actions that are not children of visible widgets do not trigger. Change-Id: Ibb99644a3723de476db465ebe6a9cdc0820ea692 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Enables tracking of syntax/logic errors in highlighters. Change-Id: Ia9c314d0a314ab49ca2045327e2d34c9e9d275c3 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
The new layout that was supposed to give especially the files list more space looked very unstructured with the different boxes in different sizes everywhere. Vertically align the description edit and file list. Even though it gives the header much horizontal room, it has fewer visual breaks. Also use MiniSplitter. Change-Id: I62699d2b9e9142b9d2c3d01f29db9a3b49b79b00 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Strings are not typo-safe. Change-Id: I9fd0e0574fb51ea995037c7b22ff2a87b95f5965 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11719 Change-Id: Ica2d822026adadf2293da158fa4b25ccdb7e1608 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
hjk authored
Simplifies code. Change-Id: I3db07f8b0ffd980856e65abee856559a0a85dfdb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
QTestData converts raw string as Utf8. Change-Id: I201f283ce16732dfc85927fdcc9bb15c230ec16f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: Ib964af4411fe7665dcb0947b52fc100eacba6a16 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Ief7f120ef27eb43746826da7c771b5f9a3f7ce8f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I85f7398aee59d0d36f0e5c3bf88ff3c96002e394 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I157383b24add5dd5f255323a15c500b48c94a23a Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Currently #if'd out, but takes only a one line change to enable quick testing. Tests pass with the included change to flags(). Change-Id: I6dca376f162ad26e8ce6de65241e56497ff7267e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 11 Jan, 2015 1 commit
-
-
Tom Deblauwe authored
When trying to find the corresponding source directory for a build directory, it is better to just read it out of the CMakeDirectoryInformation.cmake file found in the CMakeFiles subdirectory of the build directory, instead of guessing it using the relative paths. Change-Id: Ie96b3255a27f46bcd7f0ab1566dfb91ac52f3be9 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 09 Jan, 2015 3 commits
-
-
Christian Kandeler authored
Namely: - Expose the new build options in the UI and document them. - Remove the default deployment step. Change-Id: Ic2c9fd93276ab925effe327fac38642d2153f6cc Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
hjk authored
Just convenience. Change-Id: Ieff2291ca63584cfa113a24cc2930adc3e764d08 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Has not been needed for a while. Change-Id: I141725d77343c4afa9907fde6af8e283f2744c88 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-