- 01 Dec, 2016 2 commits
-
-
Alessandro Portale authored
Change-Id: I6dfe99273b4c168bbaf4ec1bd647b42a6573949a Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Eike Ziller authored
If regular expression flag is enabled, check the search term for a valid expression and disable searching in case it is not. Uses QRegularExpression (Perl-compatible) which is used by all the existing searches. Task-number: QTCREATORBUG-14928 Change-Id: I37d536d8d0ac190de486790aca87616e9b320eb1 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 30 Nov, 2016 36 commits
-
-
Marco Bubke authored
We have to copy the content of SmallString before we instantiate a new constructor in the same memory. So the content to which data() is pointing can be already invalid. Change-Id: I3a0ab4f9ac0c1219c2bd75fc4412eaf56209ca64 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Thomas Hartmann authored
Change-Id: I29d588021a5bf44af7a8f53e71363b96713d576c Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Alessandro Portale authored
It turned out that IDeviceFactory::iconForId is a better solution which supercedes the IDevice specific icon. Change-Id: I82cd7aefc97e515849d00f59b87a8ba34082d0a4 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Change-Id: Ia4a11359f7cb08ee3fa55c77dc54d42890f37845 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
No need to have the builddirreaders to so. Change-Id: Ia7e38f6483b29d6a4f4b65baacc17bf184a3cb34 Task-number: QTCREATORBUG-17359 Reviewed-by:
Florian Apolloner <florian@apolloner.eu> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Change-Id: Idabfc2449377d0d81cc1639ad4992d8710ec8b7d Task-number: QTCREATORBUG-17359 Reviewed-by:
Florian Apolloner <florian@apolloner.eu> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Change-Id: I0e02f122bdb2b1b417a70aa4933cc4246d6969c6 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Eike Ziller authored
Change-Id: I575f1cf98f2a4740577cdd94da21687d3392cdb7
-
hjk authored
GDB's 'target extended-remote' and 'set detach-on-fork' are related, but neither the same nor orthogonal. Better use two bools. Task-number: QTCREATORBUG-17264 Task-number: QTCREATORBUG-16978 Change-Id: I50dfcdf8f69fadcc6dff2dcf632e4bdfe28a28bf Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
Alessandro Portale authored
This adds the possibility to have an icon for a device type. Now, a Kit can have a proper icon if just the device type but not device is selected. Change-Id: I2a382ffd5b46cbbf74cdd0b934b3d450d300bfff Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
David Schulz authored
Change-Id: I843f6195a9d51066eae57b7d383a0450fe4c56a1 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Qt::ForgroundRole and Qt::TextColorRole are aliases for the same thing Change-Id: I5d5e9ad562a7308988ba3bc402ef8b81872825b8 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Change-Id: Id622ec37351394ba6fc7d5bf9c3464f3da9c21a6 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Change-Id: I6fe9ca620d6bac9e3cab44fb90623fa984229416 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Change-Id: I253b6d8069ecf36618aa40038da6820f52eb38df Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
All were targeting the same running engine, doing the same thing. Change-Id: If1186f6467cde6b44a051ea5845d4528917ca8f9 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Robert Loehning authored
Change-Id: I4c29e01e94060be905fb85ae7598e7fb1b384e42 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Tim Jenssen authored
Change-Id: I2a9533d3d3eb71e60e3d0328e651e40676b24f14 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tim Jenssen authored
- we will use this method later for using internal text editor error checking - no behavior change, mostly moved code into an internal method - used m_document where it is possible Change-Id: I689a05a543dd93766c6be14d28a44140be53e559 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tim Jenssen authored
Change-Id: I564e178ba049d963af9a7b5ab8e208c50bcba12c Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tim Jenssen authored
- remove hasItemForQmlItemNode and use if (FormEditorItem *item = ...) - use alogorithm to make the code more compact - sprinkle some const Change-Id: I81914fc2aa547101bc1ebaedd3f1a241c220c5df Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tobias Hunger authored
Change-Id: Ib4d0caaa92be850e03c919988079bb9cab6fa06f Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Change-Id: I535bef1cdf62d443b3b5b69b91db30717f4715d5 Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Change-Id: If65f43e232c83924a746bcbb30ced5db57dd547b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tobias Hunger authored
Change-Id: I8e8d8fb6f01022106a818291c87970831e72db92 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Tobias Hunger authored
Change-Id: Id57982ad7fcd6756a95213e16aa59b41a2a329e1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tobias Hunger authored
Change-Id: I2daca38612636b2eeb7407c32f2791b3c350677a Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Tobias Hunger authored
checking for size >= 4 masks Q_D and Q_Q. Change-Id: If9ab7d3b2c2c571e73b98e89908e492fc6241296 Reviewed-by:
Erik Verbruggen <erik.verbruggen@qt.io>
-
Tobias Hunger authored
Change-Id: I11233c4fde6e1db09b604965f07ae32741c1bddf Reviewed-by:
Marco Benelli <marco.benelli@qt.io>
-
Eike Ziller authored
Get rid of the need to manage a map of QFutureWatcher -> SearchResult Change-Id: Ieafbd852c09174ec09b94f167c3b4e211bd841c6 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Eike Ziller authored
Change-Id: I2cf75aabec2f44278c52e2bcff8a5278678517f3 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Eike Ziller authored
"connecting after calling setFuture() is likely to produce race" Change-Id: Ia4eecf977fc0a89aff5ac72e42c877d1297d263d Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Thomas Hartmann authored
This fixes a tack overflow caused by an exponential number of combination tested. We try to find the optimal solution for line breaks by brute force. Unfortunately this leads to a stack overflow, if two many line breaks are possible. This patch limits the number of possible line break positions to 11. If there are more possible line breaks we remove every second one. This seems to be a reasonable enough heuristic and we deal with a corner case anyway. Task-number: QTCREATORBUG-17331 Change-Id: I1b80fc3eaa0e148aec30fc57ac75824181f2d883 Reviewed-by:
Marco Benelli <marco.benelli@qt.io>
-
Thomas Hartmann authored
Calling detach() in setKey() will free the shared memory twice, if we do not set m_memory to nullptr. Clean cleanHandleInternal() does always return true, so checking the value does not make sense. We have to call cleanHandleInternal() immediately after the close. Change-Id: I110693d1dd9dae4ff5e52cfd3fdd2f33137af969 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
MSVC2015-amd64 warns about size_t -> int implicit conversion Change-Id: I60ec63cd50b9a48d96b838237b2e926b3d6ace5b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-12308 Change-Id: Ifdffa20f3ccec6aa2c086ce83db3b4a8817e08ab Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 29 Nov, 2016 2 commits
-
-
Tim Jenssen authored
Change-Id: I81211fbf55c72d7b55aff80720e2ff2a71cbdf4f Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-17272 Change-Id: Ia45ad8b2bd9e1d1c984c600d320241b81580d85f Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-