- 14 Jul, 2015 5 commits
-
-
Eike Ziller authored
There was some adaption of locator filter code missing in 44e7eca5 . Also remove some duplication of logic. Change-Id: I0a4b0920ea57472c922f1110b51b7eb8bad509b3 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ic3f3150e3295529082ca621ec27792b2d08caed1 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
hjk authored
Needed in preparation to determine the time of a needed watchHandler()->notifyUpdateFinished() deterministically which in turn is needed to get the update cycle of evaluated expressions right. This will also save roundtrips later. Change-Id: Id90101df8f2b0f5e31c6a18af7cac165d060c5fe Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I26a0e497382a602e99811e77a7f1b5cebc57a946 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Andrey Pokrovskiy authored
Qt creator crashes when capturing output from a program that can output unfinished control sequence. For example: "\x1b". Task-number: QTCREATORBUG-14720 Change-Id: I7535e509a192685aece63aea79234d88153fcb56 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
wonder.mice <wonder.mice@gmail.com>
-
- 13 Jul, 2015 11 commits
-
-
Marco Bubke authored
Change-Id: I52d1a5dce514daaf3de1262e3368addda7588d81 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Daniel Teske authored
To sort the list, we need to know the version number of all qt versions. That requires running the qmake. Since in most cases we don't need the sorted list at startup, add a method for that and use it. This prevents almost all calls to queryQmake for me, except for a few for Android Qt Versions. Change-Id: I6db89f214d68d07fee4b4dd15ee14c10d1248565 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Iac334d37a1cf6a85d4f85d09165503f9bca8ce91 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I3dba922f138b9e8d404fde256171e76de06574e0 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Ready to introduce callbacks. Change-Id: If26566ed71ce1283f9f42b62e75a1c793a21ef32 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
Completion should be faster and the test are still running. Change-Id: If663e80ce349547b0948412e52b9bf4f76cbb011 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
The code snippet provided in the bug report could not be parsed properly, thus Bind did not generate all expected symbols/names. The chunk in onConnectOrDisconnectCall() fixes the crash. The other chunks address triggered QTC_ASSERTs. Change-Id: Idf508b91b70659d38e59064d4922600f7b31daf8 Task-number: QTCREATORBUG-14709 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Iee4a6a4e8197db9520ad188fa872840305bca1b1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
This should not be accessible to client code, as the property is effectively managed by the owning model and manually changing it on an item breaks that. Change-Id: Ie04451be3c0e51e7c796dcd64d400600f035fa08 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
... instead of manually set up JSON. It's more concise, and paves the way to use per-command callbacks as in the other engines. Change-Id: Ib5cf9c9b882ec0ec87acd7c1ceb938d3ee60346b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: If7b887188d3a94ae741c3fcf9a1dbce063a04bd6 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 10 Jul, 2015 23 commits
-
-
Christian Stenger authored
Change-Id: I8d90c0279d73a1902627d76388a5fa5497fb520d Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: Ibe340fedc8ca2e7e79af3dc4637f42ba2fd6f1b4 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
This is unsafe. Change-Id: I8ac075a7289afa0d84785e37b1325d186a153000 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
...so derived classes are freed from doing this. Change-Id: I73f3eca54be14cfd6542a466f0e9c024457bef07 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Among others, BaseEditorDocumentParser::projectPart() was a blocking operation in case the parser was running. This led to noticeable GUI freezes for the ClangCodeModel since the function was called from the main thread. Rework *EditorDocumentParser to clearly separate the configuration data (input) from the actual object state. Querying/setting configuration or (last) state does not block anymore. update() is supposed to get the necessary configuration and the last state at the beginning and to set the new state at end. Change-Id: Ib4b534fa6ff373c3059826726b3f10ece95acc21 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
...and rename to "determineProjectPart". This is in preparation for a follow-up change. determineProjectPart() should not set any state. Change-Id: Iad7be8638fd97a79a4227a944896ac9af0a36862 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I1667d966e2686dd3de8ef495d3db7b10d0b6aa5e Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I2744c44dda2ef31b7e94dc3328e40538a7a24f40 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
hjk authored
It's an implementation detail of the gdb side (and would not be there if gdb.lookup_type were faster) Change-Id: I135c32a1c9132ab771c8fab5abfd04fbb308891e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This is not a complete solution (that would need to pass information on typedefs and artificial types like "QVariant (QVariantMap)" between dumper and gui, but allows switching to compact display for individual items. Change-Id: I47d15356e5decf9411af4acc8fa7a0f0cfbd045f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I810abe065ae5b58b3793adc9445b34e8a656b721 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I1c4ded62dda05a988a394a2e49c7e344f678b000 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: Id2040085692e1e8b8413935bd090428e5138fe68 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I5b5d854a8bbadfbd4076af1cfdd3e356d763da29 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
testUnsavedFilesTrackingByModifyingIncludedFileExternally() is flaky. Apparently the hard coded timeout is not enough for all circumstances. Change-Id: I9f884e488d3c4bd5398e505ecee122912d946e6b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
One more step to make it more similar to the other engines. Change-Id: I0f028bf55b980c8acee9d80875ed5e9b4b565980 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Instead of all clang* which is too much on Windows (because they are copies instead of links), and we don't want clang-check on Linux and OS X either anyhow Change-Id: Ia08cf09efa5a23ec6b83bc5df18d09558810f72d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Update related screen shots Change-Id: I45af80a69ded0fbcc945e5f6b4ccef7b03317dbb Reviewed-by:
Titta Heikkala <titta.heikkala@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14210 Change-Id: I4c4409476467bb7008cb6806018371e9134437a9 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I10c3bff52a1552d3ecdedf1d73a70892605b85e6 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I33588898dec37454ac202c708757861de3f5494a Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I59e84c7efe08059fab03011ab460e7462d2b737a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ief0cc9622572b79eec402be5a39816f329dc1e22 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
- 09 Jul, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I0047cb33e7267b84310307eb3bb0f6c0d6b31bc5 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-