- 14 Jan, 2015 15 commits
-
-
Eike Ziller authored
Change-Id: I242d180337f7473868e3078095baf2d5e421fa35 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I07f94584b876a41988f3e9d37c3b6db16738c05f Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
...and related functions. For clarity in client code. Change-Id: Icad6fc7b1eee2ce46a2eba8435359837a23409c8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Scope::lastMember() was misleading. Change-Id: I953d489b8a2a9b86321f73cad3b7b371c4acf91f Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com>
-
Nikolai Kosjar authored
This should improve results of CI tests where multiple creator instances execute the plugin tests. Change-Id: I557a0964568655662108df201589ba369096f4bf Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
Now adding a new include directive by the refactoring action will cover more cases. This will also help us to simplity the corresponding tests, since it is not necessary anymore to create actual files. Change-Id: Id7612b13c392735d6ae1fb2ce3c36169eff3628e Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
For the case that the document is based upon another one (see Snapshot::preprocessedDocument(), the only client of FastPreprocessor) the FastPreprocessor added extra unresolved includes. Change-Id: I0a7719fa8806af59f87a48bc6914270efd653e84 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Ie6399ae95b1dee84dc85fe2e7634c020b312a9a7 Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Daniel Teske authored
The idea behind NodesWatcher was that it was the central place to catch node related signals, so that users didn't need to connect to each individual node and the nodes didn't need to be QObjects. Somehow Nodes ended up being QObjects anyway. Both the recently added ProjectTree and the FlatModels consume the signals the NodesWatcher sends. Unfortunately there's a ordering dependency between the ProjectTree and the FlatModels. This patch removes all NodesWatcher and instead makes the ProjectTree singleton the emitter of various project tree related signals. The ProjectTree also ensures that the ordering between the FlatModel and itself is taken into account. And it makes Node not derive from QObject, saving some memory in that process. Task-number: QTCREATORBUG-13756 Change-Id: I8b0d357863f1dc1d2d440ce8172502594138b9fb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
On 64bit machines it should now have 48byte instead of 64. Change-Id: I7a171864244e8faf26a2cf3c32abe9e705837fa3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Using a (local) widget derived class for the main page all keeps the .h cleaner and removes the need for the custom model plus related signaling. Change-Id: If1b118b56cc1cd06d459fd5491de673e2436dd77 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Clang 3.5 runs out of memory when trying to optimize tst_Dumpers::dumper_data. So don't optimize. Change-Id: Ic81aa6e491e132ee04bb51e9d443e836b5a7635a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I831f71e7441330e2a6a7f3ddcf89a29517b3b91b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I212ea6a177d7364778c28e30225c6f0da926bbd2 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Przemyslaw Gorszkowski authored
If it is possible lets calculate enum value for the simplest case. Example where it works: enum { enum_val1, // tooltip = "enum_val1 = 0" enum_val2 // tooltip = "enum_val2 = 1" }; enum { enum_val1=10, // tooltip = "enum_val1 = 10" enum_val2 // tooltip = "enum_val2 = 11" }; enum { enum_val1, // tooltip = "enum_val1 = 0" enum_val2=10, // tooltip = "enum_val2 = 10" enum_val3 // tooltip = "enum_val3 = 11" }; Example where it does not work: enum { enum_val1=10+1, // tooltip = "enum_val1 = 10+1" enum_val2 // tooltip = "enum_val2" }; Task-number: QTCREATORBUG-4529 Change-Id: Idd85ed7304018f73f2b068bf1ac28f1abde02f93 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 13 Jan, 2015 18 commits
-
-
Andre Hartmann authored
Task-number: QTCREATORBUG-13764 Change-Id: Iac020bbea0eae8bd2b09f836a61da199acec1575 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Take 2 Task-number: QTCREATORBUG-13757 Change-Id: I9c2558bf01121e53710db984a99d37c2c6cafaf4 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Thiago Macieira authored
Qt Creator has been showing them as errors, but they're little more than noise in the output. Creator still doesn't understand "remark" lines from ICC, but that's something for another day. Change-Id: Ic894fe41f92a677ddbe09beb0ea4c557edeb0547 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ifce24ebe1aaafd07d13821d9c385bd1af67dadff Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Kai Koehne authored
The OutlineStackWidget stored its position in the outline to be able to save/restore settings specific to the sub-widget (IOutlineWidget). However, the index can get out sync if another NavigationWidget with a lower index number is split, and the relative position changes. The change therefore avoids saving an index, and rather keeps the sum of all sub-widget settings in a QVariantMap, only reading and writing to the global settings object if necessary. The settings are also not stored in the [General] section anymore, but in a subgroup [Sidebar.Outline.X], where X is the index of the outline in the view. This avoids having to always iterate over all keys. No effort has been made to take over the old settings. I doubt anyone will notice, though. Change-Id: I85017cbb3e32b0a16da43ce6339deb7a053d6b09 Task-number: QTCREATORBUG-13614 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: Id59c35068cd5a2ba22ccfddd45a0826dd68e9905 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
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 7 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>
-