- 15 Sep, 2015 4 commits
-
-
hjk authored
Since resetLocation() is called when the repective actions are triggered immediately before the engine's executeFoo() are called there is no need to call them in executeFoo() again. Also, remove the unused autoContinueInferior(); function. Change-Id: I8d2ec419c0da6efa388ce1ed317f31d24654897f Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
... of {Gdb,Lldb,Pdb}Engine. Code is the same nowadays. Change-Id: I874b1ddfd813c15cc16c9b91bd894c7c42b56e93 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
Less generated code. Change-Id: Iafcafc875afa3ead12e10fd5f316d9663b2f9823 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I30148c16cbb66ef670caaf1c74dccff47069bf68
-
- 14 Sep, 2015 6 commits
-
-
Daniel Teske authored
Currently e.g. this won't compile: Utils::equal(&Class::toString, QLatin1String("xxx")); because eqaul_to<QLatin1String> doesn't know how to compare QString and QLatin1String. In C++14, equal_to<> (without any template parameter) was added, which simply works in that case. Change-Id: I463d01e23f9f0379fea95ef1de4305751af8f1a7 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I86874f3d138f49d9962e11323364ba856b03bffd Task-number: QTCREATORBUG-15002 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
The generic project manager does not ask for a kit on opening a new project, but uses the default kit. Change-Id: I33371afb386c780ec8e3e9bbc7010ccfa4733d85 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ie9032ea494d151a491d37cd5e777f3c2df40f1e2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: I63865dd975e981c6c3ed49708e2b81e7e5b1ce0c Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger (external) authored
The QML lint does pick up the QML template files from the wizards directory and complains about those when opening Qt Creator. So rename them. Change-Id: Ifa7a6006c222bf7b30c41097b07167c845bf7a48 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 11 Sep, 2015 20 commits
-
-
hjk authored
Safer to refactor. Change-Id: Ie909b695e7d1d7a473aba6bb39e6bdf0d5d24d85 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I2efd48a4dc13cc3996eda994eb4a046c101ad3e9 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
It doesn't do anything useful. Also the qmlDataReady member is write-only and can be removed. Change-Id: I667b05611cfc5960eb2fd73254a7b3c621ae98a3 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
The complete() methods do something more specific. We should call them by what they do. Also, we don't need to signal the finishing of data acquisition via a signal and most of the postprocessing can happen in the worker thread. Change-Id: Iae986aefb8e7e7d4327c481d7a85325bbff7fa48 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Robert Loehning authored
The bug is fixed in master so checking for it here in 3.5 is wrong and causes fails. Change-Id: Idd429cf61734c869ada2728151b2bf6f82f6a240 Task-number: QTCREATORBUG-14307 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Id5c3243ace16ef545386cc3f63744963edd5fda1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Alessandro Portale authored
...hasn't been in use for years. Change-Id: Ife303f9660b60465a869471d8ff0a77ff24beaa5 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Ulf Hermann authored
Now that the V8 model is gone we don't need a base model anymore. Change-Id: I35aee0627f78f417ec9c971e1c7bbf70adfc7b27 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: If520a8575add386e64a7f56b63d0241f15efa2a0 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
This class is only accessible through the model manager and there is no real point in keeping it separate. Change-Id: I575d47c08aa8f6731d44739f9604072b95fd1dcd Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
There is no need to keep a redundant copy of the file name. Change-Id: I407b1e4b92232a5869eade4d52eb7b4468fffa9d Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
We better call QmlProfilerModelManager::complete() from the main thread. There are too many things that can break if it's called from a worker thread. Change-Id: I92211df7ec072d572ed82dc1203efd2f67b4b540 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
This avoids the "QTransform::translate with NaN called" warnings. They were triggered by the text item having a negative width due to its parent having a width of 0 and the item itself subtracting a margin from that. Change-Id: I3ee89b11ba2a27e568982a7ff9a9fe297907a37e Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
If zoomer.rangeDuration <= 0 we should set contentWidth and contentX to 0. Otherwise we get a long empty, but scrollable trace. Change-Id: I1fcb5d75d220fdec609d1a7a2908f68d084d0f49 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: If518418ba1ee22bff99abe9c108166976ce43f2c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
"declarative" is QtQuick1 Change-Id: Ia72c846dcddc478a7eb0c247345259281fe65d77 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Constructing a QRectF from two points adds some float arithmetic that can be avoided by doing the relevant math in integer before. Also, make sure that we do the float subtraction as last step when calculating the top of the rectangle. Change-Id: Id33ffa0cf022ace09d5cdc3e6114b2add5f9b831 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
Thanks to clang-modernize. Change-Id: Ie1998c32d492cb458b9b4649c425c0de272ce976 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
Change-Id: Ib0ea7e95e2744f521cf369bd03d3d88ee2578cb2 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
... instead of the custom mechanisms to funnel breakpoint ids, cookies and similar through individual bridge functions. Change-Id: I2b6e906078eefdbcd4ffa166dc1881a1d0f7fb51 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 10 Sep, 2015 10 commits
-
-
Orgad Shaneh authored
Change-Id: I47e2ac73a7afdd5c44c054bab54bc454973a1fa7 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Sergey Belyashov authored
Change-Id: Ib6f3b047a318528c6b6ad85b9421bc4b23555e90 Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I6b69a055aa2793ebf0b254ed2b54c008388cc094 Task-number: QTCREATORBUG-15044 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ica567fd53aedf074976165401b98558e75e3bb56 Task-number: QTCREATORBUG-15022 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Marco Bubke authored
Underlines colors was hard coded to the foreground color of some settings. With this patch you can set the underline color and the underline style to your taste. Change-Id: Ibc64c2d2c89bf1827a2cadaf6aee9d50d08cd1ee Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Iea2b4fabf0f4620b12f88b108eb59c160945c8d8 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Ulf Hermann authored
Whatever that is, it definitely didn't work. Change-Id: Ib15b9dcad6e22d52285a253b234989e55d817268 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Nikolai Kosjar authored
This mainly reverts commit 81721f67 C++: Fix resolving of recursive typedef commit 2070431d C++: Fix resolving of partial specialization and some bits of other changes due to dependencies. It also reverts commit e0594fc9 C++: Fix expensive lookup for boost which attempted to solve the upcoming problems. Task-number: QTCREATORBUG-14741 Task-number: QTCREATORBUG-14889 Task-number: QTCREATORBUG-14962 Change-Id: I3f9e1f97199e5199b71da394fc27051c7709bd1f Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
On a case insensitive file system, we want to e.g. open 'foo.H' when switching between header and source from 'foo.cpp' if that is how the file appears on the file system. Since there doesn't seem to be a way to normalize the full path without resolving symlinks, do it for each path component in turn. Also add a header for the mac specific utility functions. Task-number: QTCREATORBUG-13507 Change-Id: I6cf51fed698d12ac56fa1ec051da1b893bb0b065 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
An asynchronous command deletes itself when it ends. Raw pointer is a bad idea. Task-number: QTCREATORBUG-15051 Change-Id: Ie2b3a90e308a4bb1e414f924a836d816abf1dfd1 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-