- 12 May, 2016 11 commits
-
-
hjk authored
Qt 5 connects, unused declaration, QLatin1Strings, ... Change-Id: If09929993d750907ee3f4e2fa9f18acfcc28d9c1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Stenger authored
Change-Id: I5d82491f77459227feaa46475e796592b6e3af89 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Christian Stenger authored
...to avoid dragging around members that are not used in sub-classes. Change-Id: I3e30b403491b1ae9219a0b461c3034cb854701a6 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
...to allow different approaches for different test frameworks. Change-Id: I16f101fb3f702a0db00cffe33e0d83cd4ea28c99 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
This is necessary later on as we will need different sub-classes of TestParseResult to support different test frameworks. This avoids the necessarity to put all information inside a single object even if it is not used. Change-Id: I39c74ba06b9337608ece8b113b0993c0934b24b9 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
David Schulz authored
Change-Id: I21ab7e3754ab0801fb8219a1c92cd4b526cd618e Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Stenger authored
Another preparation for having a consistent interface later on. Change-Id: I573e45101016048de916f4d321b326a24efbe4ee Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
David Schulz authored
Task-number: QTCREATORBUG-16250 Change-Id: Idc56e2f293459daa0ff201cbba0160afd398eebf Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
hjk authored
Needed by GammaRay integration when merging the modes. Change-Id: I21ee65c55e242238ab0be244c4bb40f1c9c7924e Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
Use function objects to apply directly during a depth-first walk of the tree instead of faking a flat container of tree nodes. Less code, and allows even some non-const operations. Change-Id: I804ab11df358fe937b40809cbcb772e6f3ff8dc5 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Broke with 08f807a1 Task-number: QTCREATORBUG-16242 Change-Id: If630e37d546815cb1347d51d3c2af5f4033e47bd Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 11 May, 2016 9 commits
-
-
Alessandro Portale authored
Change-Id: I442a76a7a4e98b358ac3714eef8e60d482a6e39b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
David Schulz authored
Change-Id: Ie93d251ba120fd33ab3ab12e243ff1e1818ba46b Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
c:\dev\insrc\devqc\src\plugins\qmlprofiler\qmlevent.h(274): warning C4267: '=': conversion from 'size_t' to 'quint16', possible loss of data Change-Id: I86ab7a9b2d01a3da70dd765cb64c6e58c1044cc1 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Anatoly Stolbov authored
Change-Id: I38959eb95b5d37d7e4936a5644af33b645e8da9f Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Tobias Hunger authored
waitForFinish returns false if the process is no longer running at the time of the call. Handle that throughout the codebase. Change-Id: Ia7194095454e82efbd4eb88f2d55926bdd09e094 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ie7b0965b21a9fde05009cc649289323cba392b63 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
Otherwise we get crashes on exit. Change-Id: I806f374ba8f835c9e4361599aa901cfc4b2f0720 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Takumi ASAKI authored
Do not use QObject::tr(). Change-Id: Ib77f78ead649bcfee326fb9f8acde1df7784437b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Adam Strzelecki authored
Commit 3310fbc8 introduced regression replacing -assume-filename=%file with -assume-filename=%filename, that caused only file name part to be passed to clang-format, not whole path to the buffer. Effectively when formatting the buffer with style set to "File", clang-format was unable to determine related style file placement (eg. within the project tree) anymore. This reverts back to use %file, not %filename, making clang-format "File" style work again as expected. Change-Id: I5e7ae3d1186b1e7c33dc89a7d60aacc0f0671e51 Reviewed-by:
Lorenz Haas <lorenz.haas@histomatics.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 10 May, 2016 12 commits
-
-
Ulf Hermann authored
We try to further compress the QML events when saving as we can use the additional space in that case. Change-Id: Ida308963685169d1daabd7936612628fd4d265ae Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Ulf Hermann authored
This is the foundation for a new file format. Change-Id: Ib5ae5bfe8b45d9dc654b443ab700186993c3bfc9 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
This way the file name matches the class name. Change-Id: I6e65b0ea13a7e5b15d4c7e5ad7738fc03e3401ad Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Ulf Hermann authored
Change-Id: If09ce20e997087ff73eb60bb16ef2e501280944d Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Christian Stenger authored
Change-Id: Ib1ec04cb9baf4d936d73ceb0d80268aad882368b Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tim Jenssen authored
- no behavior changes - moved a slot to a lambda - Using QPointer instead of raw pointer to trigger assert if dangling pointer is accessed. Refactoring the code might accidentally trigger a delete of the QWidget. Change-Id: Idf711da92e13cf81dd718ae9e034bca7f6d26220 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
- the "move" code needs to be inside the warning widget, this also fixes the problem of wrong position at startup - the patch removes knowledge about the DesignModeWidget and uses a signal Change-Id: I9a861ab955d16e85d7af36f1b56ddb82578b8da4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I453b30f45e0bc447b05694eadda60d4613e88062 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Ulf Hermann authored
Drop the timeChanged signal of QmlProfilerTraceTime, too, as that doesn't serve a purpose anymore. We don't want intermittent changes of the trace time to be reflected in the UI when loading. Change-Id: I85f18b90fc404ec254c68625104d3e3f9077a1d9 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I7a6e9909e537f1bb0bf8dcecb6c85012bac4d1e8 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
The tools are separated everywhere, lumping them into the same RunControlFactory removes modularity artificially. Change-Id: I8d9e917bb114a1898a0c293f18d3bf78a52075aa Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: I5a5f8cc4f607f0dd80772eb97128bdefa753c201 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 09 May, 2016 8 commits
-
-
hjk authored
Since NDK r11 this seems to be needed to get breakpoints set correctly on Linux and Mac. Change-Id: I54281feecc0a915d4761228c612b72889756aecf Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Ulf Hermann authored
Change-Id: Ia17d067ed677cd3a63d8a478ecb9abec91032771 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Alessandro Portale authored
Qt 5.7 comes with QtQuick 2.7, and Qt 5.7 will most likely come with Qt Creator 4.0.x Change-Id: I3425ee59adde61d5e15f39c81bc10ab286d9f80a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Alessandro Portale authored
Qt.labs.controls are replaced by QtQuick.Controls.2 QtQuick is bumped to 2.7 Change-Id: I317cc504171258b503455184fa6cc96c08deda5a Reviewed-by:
J-P Nurmi <jpnurmi@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Alessandro Portale authored
Since these two features are revived for Qt 5.7, they deserve fresh icons. And since they could also gain back their place in the (qml)debugger toolbar, this patch provides also the toolbar icon variants. Change-Id: Id8c51aaa7ab81f594103fe1538fe6efe153af56a Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Ulf Hermann authored
The QmlTypedEvent is mainly useful to read a generic QmlEvent and QmlEventType from a QPacket. QmlEventType has a stream operator to do exactly that. QmlEvent also gets further options to store 32-bit data in addition to 64- and 8-bit data. Also, with the more generic storage layout we can reduce the memory consumption of range events by 50%. This comes at the cost of additional memory allocations for non-range events, but as non-range events are significantly less frequent than range events, this is a good tradeoff. Finally the new storage layout lends itself to efficient serialization, which will help when developing new storage and transfer formats for QML traces. Change-Id: I420de68b0142f23c8fb2ca8b329d7ffe69c83fe0 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Orgad Shaneh authored
For repositories with many refs the dialog takes a few seconds to open. Change-Id: I82154ad8a77cc304db941f9d41e36e32aa7043cd Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
BogDan Vatra authored
Some AVDs down't allow to connect to their console, there is no point to wait 30s (which is the default connection timeout). Change-Id: I3cb82b99f958787215f44b471abfc203d7633089 Reviewed-by:
Vikas Pachdha <vikas.pachdha@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-