- Apr 21, 2016
-
-
Alessandro Portale authored
And for that, we also need separate theme color roles. Change-Id: I27bf4499acb516f7f824f5e57632797653b150ec Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Apr 10, 2016
-
-
Alessandro Portale authored
Change-Id: Iba65c2ede538049c9b203fd4c2f99ef552019862 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- Mar 17, 2016
-
-
Orgad Shaneh authored
Change-Id: I8290943614ea4a2060cf09a71fb4f957852ab705 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Mar 11, 2016
-
-
Christian Stenger authored
Change-Id: Ie216b28b7effb2d44ba507dffa07bb7f463030e7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Feb 24, 2016
-
-
David Schulz authored
Task-number: QTCREATORBUG-7994 Change-Id: I6c197ccc3a148555018e8f8184d116c88d7ea400 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Jan 29, 2016
-
-
Tobias Hunger authored
Sprinkle overrides over code derived from classes in ProjectExplorer Change-Id: Ia4cc25649f7dc00b0ea126d8176a59afbc5ed574 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Jan 28, 2016
-
-
hjk authored
Change-Id: I7092d748207762d3dbd6c69c01cc06c88cbf63d8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Jan 26, 2016
-
-
hjk authored
The functionality can be provided by producing a suitable Runnable in the derived classes directly. Change-Id: I7b8e8fe33fffd2b00176b6cf6633eca4e152e466 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Jan 19, 2016
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
The methods are only relevant for documents without a filePath, and there was a mix of different irrelevant implementations present in subclasses. Change-Id: I4f57d306e5ddd913974cfe6ed0b4db062eb907a1 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Jan 14, 2016
-
-
Eike Ziller authored
To fallbackSaveAsPath and fallbackSaveAsFileName. That makes it clearer what they are for, and that they actually belong to each other. Change-Id: Ie5b83b9db77d39a7fe9e979cc8f22b7f5b9101a3 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Jan 11, 2016
-
-
Tobias Hunger authored
Add setRootProjectNode method and a default implementation of rootProjectNode to Project. Use that in all derived classes. Change-Id: Id28cde04457a20a8963d43020785ef9d77fea57c Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I23960c61676e96c429b59ad8f8247e1b88606b1a Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Implement default projectManager method in Project and use these two everywhere. Change-Id: I27e011e6fdc17b36aff1b8b931527307320e347c Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
Add setDocument method, implement document method, use this in all projects. Change-Id: I5018bf7c2739665c13eee340184ce7c41fd319bb Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
- Jan 07, 2016
-
-
Tobias Hunger authored
Change-Id: I5e03ef5a9fee03473152f8a7511d75a1818c3e05 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Nov 25, 2015
-
-
Alessandro Portale authored
Instead of describing icons via file name or in the themed icons case via a string that is a list of mask/color pairs, we have now a class for it. Icons are now listed in per-plugin *icons.h headers. RunControl::m_icon was The only place left where an icon property was in fact a string. This patch changes that member to be a Utils::Icon. Change-Id: Ibcfa8bb25e6d2e330c567ee7ccc0b97ead603177 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Nov 23, 2015
-
-
Tobias Hunger authored
Use Project::createTarget consistently Change-Id: Ic8b60f35a830080d325758c93bca7068c9859c59 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Nov 09, 2015
-
-
Tobias Hunger authored
Allow foldernodes to specify which files they care for when doing "Add Existing Directory". Before we used a fixed list with C++ header and source files, which does make no sense for e.g. adding to resources. Task-number: QTCREATORBUG-15278 Change-Id: I15dad133391485c2bcebd2d864623304b31b5f8f Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
- Nov 03, 2015
-
-
Tobias Hunger authored
Change-Id: I78bb73f8c9457fd74c470eacbf54eb9195ac9681 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Nov 02, 2015
-
-
Tobias Hunger authored
Change-Id: I21bf32612d10efce2ad8727637104f51013ae370 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Oct 30, 2015
-
-
Tobias Hunger authored
Change-Id: I87db3a1b212aa0a3f140b8d299679f6c1f691004 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Sep 15, 2015
-
-
Daniel Teske authored
Since a lot of derived classes can make use of those. Change-Id: I051542e8d318476348d753de4d4c0a30b3a9ed62 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Sep 04, 2015
-
-
Christian Stenger authored
Change-Id: I4bc7ec2893d9a358ef85b984ef6c049de657ace7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Sep 02, 2015
-
-
Christian Stenger authored
Change-Id: I2b4b54f3b7ba12ce293816fc2a69a5813b01756c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Iac52c846d4b5b0a72cf11decc95489620cae239f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Aug 24, 2015
-
-
Christian Kandeler authored
Change-Id: I7800612940a85e3c3d547d2586ec3d158e63b14f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Aug 20, 2015
-
-
hjk authored
The (re-)enables basic stepping, data display, frame selection etc for Python 2 and 3. Arguments passing, jump to line etc. don't work yet. Change-Id: I8af03e5905092360eb268ba3081a1236b1f8577f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Jul 29, 2015
-
-
Christian Stenger authored
Introduced with edad1ba5 Change-Id: I45a0596dd4f0cd0a1b210d6d8b65157bb2112f2a Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- Jul 23, 2015
-
-
Sergey Belyashov authored
In the QmlEngine, a few tr() have been replaced by QCoreApplication::translate(). In other files, Q_OBJECT has been added to the class definitions. Change-Id: Ia0505c19934dc691cd3d67f4946293290c2fec68 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Jun 30, 2015
-
-
BogDan Vatra authored
This provides a way for third-party plugins to implement run modes without the need to add a value to the central enum or using manual workarounds like RunMode(*(int*)&someUniqueObject). Instead of centrally defined enum values this uses Core::Id that could be defined anywhere. Change-Id: Ic350e3d8dbb8042c61b2d4ffec993ca151f53099 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Jun 16, 2015
-
-
hjk authored
Allows selection of the interpreter and commandline parameters. Also add support for ".pyqtc" as a project file, containing a flat list of .py files, similar to the Generic Project. Change-Id: If75a0affd735223a658ce7fce0d010ebf49695f2 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Feb 20, 2015
-
-
Friedemann Kleint authored
C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data Change-Id: I91979c685bbbd84359f7f4e19911a21a408f5d23 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Feb 17, 2015
-
-
Eike Ziller authored
Change-Id: I4305872b6b11ef3e8a364280ffa5209a5a793600 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Jan 16, 2015
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Nov 10, 2014
-
-
Christian Kandeler authored
The respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- Nov 05, 2014
-
-
Orgad Shaneh authored
Reusable for other foreign languages Change-Id: I264ad145601850397702d5dd656b77d495661eb8 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Oct 24, 2014
-
-
Tobias Hunger authored
* Remove Qt4 support. * Remove some UI options that did not do anything in the original wizard Change-Id: I9647cbc6cd0958a02df5b2fe480b9c8069249521 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Oct 15, 2014
-
-
Eike Ziller authored
Change-Id: I0acde2c3b995693de682679471f03af85bdd0a61 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
hjk authored
Pimpl, add some convenience setters. Change-Id: I525c080179fddab6fe2bd2270505fdbf33e56be2 Reviewed-by:
David Schulz <david.schulz@digia.com>
-