- 01 Mar, 2016 2 commits
-
-
Nikolai Kosjar authored
A warning configuration is a list of command line (warning) options for libclang. Three non-editable built-in configurations are provided by default. The user can copy a configuration to customize it. This is still a global setting and it changes take effect after re-opening a document. Both issues will be addressed in follow-up changes. Change-Id: I86667d7dc39ad31b88666454220e6da563797740 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Orgad Shaneh authored
Only when the user requests. Change-Id: Iaae1acb879dc99bcb0cb4d15f92f685b17829a8b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 29 Feb, 2016 6 commits
-
-
Orgad Shaneh authored
Avoid recurring scans of the targets. From a simple test, there is usually a single target. This is mostly done for correctness. Change-Id: Ic025de0825133f1096c400278c929a7e9087c643 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I108ad07980360acfdce523d6674b2480a9b027e8
-
Eike Ziller authored
Change-Id: Iad8f5ab4bc44e890cd0c72d5bcbceb6f18f6e995
-
Lorenz Haas authored
Break former monolithic methods into modular ones and re-introduce synchronous formatting. Change-Id: Ic4d8cbe451f028c7a3677570242cff9a2e362384 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Marcel Mathis <marcel.mathis@komaxgroup.com>
-
Alexandru Croitor authored
Implement selection expanding / shrinking, that is aware of C++ semantics, thus giving smart selection changing. Change-Id: I1386a20597fa6bb85c3aa0d8ddfb87cdb3fd7c38 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
To avoid expensive matching by glob or by contents. Change-Id: Id873c02369915642821872d10b566006cc2be39f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 26 Feb, 2016 25 commits
-
-
Alessandro Portale authored
Change-Id: Ia9bf5db44d4546ae756d2d4ecca3c4057076f69a Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
Fixed a regression introduced in d5e7262e. Task-number: QTCREATORBUG-15696 Change-Id: I97121709f538b5abc8660c2f18bea256db2f26cc Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I96cccbe9a2f617e0255bbedfae021d08c546fc8c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Alessandro Portale authored
One of my recent changes must have broken the selected background color. Change-Id: I4ed79b29193bddb4423273f65562d20e54361f9a Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Robert Loehning authored
Code models can't be swapped at runtime anymore. Change-Id: I76a9894d0413d7d5a368ec6d506180a3837a6e2c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ied9fbfc655aac9e04df16f2ad9b4f22fe05a1ba9
-
Eike Ziller authored
Looks like it is a problem that the void template specialization for dummyReduce didn't have operator(), but the non-specialized one had, so resultType<dummyReduce> failed. It also seems that passing function pointers (to template functions?) morph into function references somewhere, so we need to sprinkle std::decays over the place, which is the right thing anyhow, since they are decay-copied into the thread eventually. Change-Id: I832474d1a6c3ecef55bfac9339d5e18b6ce910cc Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Jochen Becher authored
Change-Id: I5152571010fecaf91986a16ca71bf7b89fada064 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
This avoids creating lots of build directories as the user types in something into the builddirectory line of the build settings. Change-Id: Ib08a0f65e08bce104e4baf9e19fb01730d2f5f08 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I90126ff22dd394eba4145db142b3914d211af476 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Nikolai Kosjar authored
...of resolved files. This is an issue when first a misconfigured project (missing include paths) is indexed. E.g. then <QtTest> resolves to "", which is inserted into the cache. Resolving the same header for subsequent projects has returned the empty string although their header paths were correct. This led to wrong includes of documents from the global snapshot. Task-number: QTCREATORBUG-15736 Change-Id: Ia3e3a06775a50dd75bc62a46d674c7b46a1c5965 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Alessandro Portale authored
Reduce the usage of half-transparent colors to just the Fancy* widgets. Otherwise, we have side effects like QTCREATORBUG-15770 in other widgets (e.g. search results pane). Change-Id: I0e2b0155441c4f1a071bd3c1029577accb73d56b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Stenger authored
This variable had been forgotten during the refactoring. Change-Id: Icafe84ea04dec5822d2879db87f3b7334020924e Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I07981129945f5a78f3ec4a4740a983c613b41e48
-
Christian Stenger authored
...when using signals and slots between threads. Change-Id: Ib1ce607e225cb8d9973393c5bdaeebaa6e30bb41 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
This patch enables execution of disabled tests, repetition of test runs and shuffling of test sets. Change-Id: I3668afde5766d18acdf1afb7edd913655b13a76c Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Christian Stenger authored
Since parsing and updating the tree model has been changed the respective tests became flaky. Change-Id: I82fcde51493bc86e2315018b21e9bacd8e8409a9 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I5e904ef50c76560df8b63fc766a2b78b90bf73cc Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
David Schulz authored
Change-Id: Ica5fe4a8048b8faf75767bddb36a062ec438fcfe Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
...and let specialized items handle its specialization by itself. Change-Id: I988ce3c610bef68933b9102bb39ae4723add3a99 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I7592365832c6a24c9edc38c6fd3e38122711f2a4 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
For Quick Test and Google Test tree items the referencing file is always the same as the main file, so remove this duplication and use the referencing file as this information is mandatory. Change-Id: Ib9ddb1d546ed785a4f1aad133a63138c929379c2 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
If a container is given to mapReduce, it takes the responsibility to report progress information for the whole operation. If the map function reports its own progress, that is taken into account for the overall progress. The (so far only unordered) Utils::map operation can be used to replace MultiTask, by passing a member function of the items in the container as a map function. Change-Id: I18ca38a6ad2899d73f590bfe59bf2e6eb2f1a57a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Give iterators 'a' and 'b', if a == b, either both are non-dereference or *a and *b are references bound to the same object. Also add missing default constructor, copy constructor and copy assignment operator. Change-Id: I53fd30a620155b9faa9850b2ffcf546376b14cff Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I2dbb793239d432a1316dadb81beee564cc858eaa Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 25 Feb, 2016 7 commits
-
-
Marco Bubke authored
Change-Id: I798d4c399b1aced566e9b302463fd6491c04e8a1 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I32deb594e6836ba2dd627cdc1613bfc1fc26cd47 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Ia840b6fef18bf09bce9938e9b2df5916e454bd7c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Ia6af3e8aa11d7661e9d48adc4e7821badbb2db56 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
hjk authored
Change-Id: I9e565d758ac490cc9ccb984e4d4e1ca809fb5a09 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
We already had this workarounded, but it got lost in the refactorings. Task-number: QTCREATORBUG-12067 Change-Id: Ie01f9d41f25d17d1b595204748634bc87ef44378 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Jesus Fernandez authored
The close button in reload prompt message box had no keyboard shortcut. The text was changed to &Close to add the shortcut. This behavior is useful after a long QtCreator session and several Qt intermediate files open. When those files are regenerated it's useful to close them. Change-Id: I25a9134eeed3ce6f10a5b698c7eda9f714f3bae5 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-