- 20 May, 2016 4 commits
-
-
hjk authored
Somewhat better encapsulation. Removes the "false" sharing of Concept implementations, and takes the opportunity to change the operator==() into a 'canReUseOutputPane' function to be explicit about its only use. This doesn't solve the change in output pane reuse behavior yet, but provides the base to put the required logic into canReUseOutputPane, as opposed to abusing the general equality concept. Change-Id: Id9e4e6b8601c5fcf40a252fb423c2c4c2b74ddb6 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
Collects all the needed data from a source and build directory, which then can be used instead of a source directory in combination with an installed Qt Creator, to build plugins. On Windows and OS X the plugin can still only built in the same mode (release or debug) as the used Qt Creator install. Change-Id: I21119cc0681f1a5f657c969f5d1e7a23d69aedfe Reviewed-by:
Marco Benelli <marco.benelli@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Andre Hartmann authored
All surrounding lines use operator<<(), so be consistent. Change-Id: I9b301d0d00a17f0281142dd2c67c43bd7f2a680d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Nikita Baryshnikov authored
Change-Id: I00996b151ffbbce8f518636b7c7bd2db1e32b21c Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 19 May, 2016 11 commits
-
-
Cristian Adam authored
When using P4CONFIG one can user multiple p4 workspaces. For every workspace one needs to have a p4config.txt file, which contains the P4CLIENT, P4USER, P4PORT variable values. Qt Creator will query on various directories for p4 configuration. "p4 client" command will give an error if a p4config.txt file is not present. p4 will try to connect to localhost when P4PORT is not set and give and error, but it will take a long time to timeout. This timeout gives the impression that P4 does a lot of work and Qt Creator will sometimes freeze. The solution to this timeout is to set P4PORT and P4USER. In this case "p4 client" will give back the same generic "Root:" variable e.g. c:\p4, which will be seen as a valid path and PerforcePlugin::setTopLevel will be called and thus setting the path of the current workspace, which is not valid. Fortunately in this case "Client:" and "Host:" variables in the output given by the "p4 client" have the same value. "Client:" will probably never have the same value as the "Host:" value, thus making it safe to ignore these invalid "p4 client" calls. Change-Id: Iafb2640cccd7bd10c455d33ea9d36c5eae2e2951 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Christian Stenger authored
Change-Id: Idd789df837a5b961faafe2753a67c1fb6c20a1d9 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I4e3bb13b597ee4a84848e70269d5618e0a41835a Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
This helps discovering recently active branches. Change-Id: Ic82e1257c2a3407149e62768ddf2fc25c1a54b6b Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
hjk authored
in preparation for experiments with the target selector bar. This also exposes hard-coded colors to real code, making it more accessible to Utis::Theme styling. Change-Id: I14f16b82d074b86a51f176eb948c93b48779368f Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Christian Stenger authored
...of TestTreeItem. Change-Id: Ieacaeff64dced5e2a4dd3bd3a853cfb1081f5146 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I573b703b4f9ec246cf429d2602b6dc0b8174b50f Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: Iac2fb696779e02c2fe5296c4f9981c20d21bb3a8 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I8fe1c8906b7d7b9adda78e5aabf99232bee3ffab Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Connects, namespaces, includes, ... Change-Id: I066a03e528df0e485f8ac473db94f17175277fb4 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Thiago Macieira authored
propertyeditorview.cpp:191:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] propertyeditorview.cpp:201:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’ Change-Id: Ie9fd7afe060b4e4a8052fffd144fe3e908d3d18e Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 18 May, 2016 21 commits
-
-
Eike Ziller authored
Change-Id: Ic125eba1ceacf3582fffdadd992a46910f6347cc Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Orgad Shaneh authored
Logger component and an unused header. Change-Id: I3e92a4ea3c13eee4bef2a1e452a51509eeab2b17 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I6e77c6664d5eab41581ed9e357b8cc72b20273b0 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ibbeb087b61cda1b66e9d4d894c01e24144c2d26c Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Icb096a1af749e74a3f47bc5235a4c0f0c2ce6023 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Alessandro Portale authored
The order of meta object initialization and the call of tr() can be wrong, and then the Todo plugin is not loaded. Change-Id: I2d8481892e78af5e04d632c427d55d2a2fd67402 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Conflicts: src/plugins/valgrind/valgrindruncontrolfactory.cpp Change-Id: I96c0f8cc3b49f8f55f45ef1f839857f878f532f4
-
Jake Petroules authored
Change-Id: I27ce0b11238a2a0c9e5f2f1f8d9e5ecfa3cc51f9 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Idc53e974a271d0c833ca8371c9a65b0c6d98c45c Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
Change-Id: I49399d4d1b8c35332e223abd77886de60d155c28 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Eike Ziller authored
Change-Id: Iecd3a76a2434ad069cb9a9d066fadfb7cf728d6c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
And initialize some members that were not really initialized before. Change-Id: I2c32187c406774595b1575fdfb6d1a4f1116f478 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Lead to the tiny bug that one could not trigger a shortcut "Alt+Escape" while in the locator input field Change-Id: I4eb3182588357f8ce0817459b3d20e4bbd87287a Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I89de84e2de0dcce759170d124a214a8d4c004130 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
instead of hardcoding the logic of the "<no document>" entry. Change-Id: Id1cf934ee256ef264da97b1495773f36d8c053ef Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Anatoly Stolbov authored
Now all sub-blocks of folded block don`t became folded too when we add new blocks in document Change-Id: Id347d99195d2835a1de46a397175ff9fa68bb1ae Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
If the test case would result in a failing test it does not execute further commands. Ensure to close possible open editors even for failed test runs. Change-Id: Ifcdcb76de5d10f649d38b84dad8999c6fd491ade Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Take the opportunity to de-noise. Change-Id: I0b9cfea127305ad72c0514625d9ffbd848c74409 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Nikita Baryshnikov authored
this 'if' clause does not guard Change-Id: If549d4a005dd41c9cc01a3bd7a774c47839aa202 Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Change-Id: Ied3707f18cf2753679eeaa2bcff0edfba3c7517e Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Joerg Bornemann authored
Change-Id: Ibd8c559ffecf327eee6af8e6d5fbacb5c8c863d1 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 17 May, 2016 4 commits
-
-
hjk authored
There are cases like changing an Evaluated Expression that make re-evaluation necessary. Change-Id: I51fe46b67399a59aebbdeb9c3e778795b1c52cf1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Kandeler authored
Change-Id: I688b21cad35eb96676e7d39c20641b9312542cb2 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Christian Kandeler authored
Change-Id: I2d4c069ef2d566ed466f0ba6a4f24a90ea6ffba9 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Orgad Shaneh authored
Currently when clicking the X icon next to Clang Static Analyzer progress bar, clang is no longer executed, but the mouse cursor remains busy, and trying to quit Qt Creator warns about running analyzer. Change-Id: I1dc8b92fdaf03cd25a2ad40d24d0f76907dd791c Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-