- 12 May, 2016 10 commits
-
-
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 14 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>
-
Eike Ziller authored
Conflicts: share/qtcreator/debugger/creatortypes.py src/plugins/beautifier/clangformat/clangformat.cpp Change-Id: I1ab281c190767ced8a6ac2c026a121ea229a36cf
-
David Schulz authored
map() directly returned a list in python 2. Fixes a startup issue on windows. Change-Id: Ib4b67ca98a74135ff108546f8d089686f7df9493 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>
-
Orgad Shaneh authored
noexcept is not supported. Change-Id: Iee6f80a3e99191ccc92637aea42c5043d4f2d212 Reviewed-by:
Christian Kandeler <christian.kandeler@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>
-
hjk authored
Helpful when inspecting staticMetaObjects. Change-Id: I32fa0797625a675a7bad7f470ed51232734de826 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Useful for debugging 'New Project' type wizards. Change-Id: Icabb4610e34a876b814965ed2b0d3017b5352878 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
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 13 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>
-
Christian Kandeler authored
Change-Id: I0f40b31e54cfe26703256114c3c0409a28b47160 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
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 3 commits
-
-
Ulf Hermann authored
Change-Id: Ibb4757cb159856c81c0c7f5f6a8138a61899b06f Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Eike Ziller authored
Conflicts: src/plugins/autotest/testcodeparser.cpp src/tools/clangbackend/ipcsource/clangbackendclangipc-source.pri tests/unit/unittest/unittest.pro Change-Id: I9db4fbea6ea7c9fdd0d8e1703735af20c92e754b
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-16217 Change-Id: Ib88db8cc27d44834997e96d91e3bca8824e81f9b Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-