- 18 Dec, 2014 2 commits
-
-
Erik Verbruggen authored
... by keying on Utils::FileName. Task-number: QTCREATORBUG-12390 Change-Id: Ib99eefcf3440d4383f624a614a3093f427efffbd Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikita Baryshnikov authored
and remove stale define Change-Id: I8f47c539457577faee13320f88709b60deee90ea Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 17 Dec, 2014 4 commits
-
-
Daniel Teske authored
On adding nodes to the node structure, both the FlatModel::nodesAdded and ProjectTree::nodesAdded code is run. We need to ensure that FlatModel::nodesAdded is run first though, as we need that information in the ProjectTree. Task-number: QTCREATORBUG-13667 Change-Id: I0b4b41ed6036cfdef668c16689d25611633ab0c9 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I1b4a72437b76cefb1c457033692f20efc41c089c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Erik Verbruggen authored
... by keying on Utils::FileName Task-number: QTCREATORBUG-12390 Change-Id: Ia98afb5a9160a7fd9225a2f9e02539ff3c35ae86 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
This is mainly used to communicate the number of columns and header contents. Change-Id: Ic3163265338d71f1fa8250e4765bb764e5784197 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 16 Dec, 2014 13 commits
-
-
Oswald Buddenhagen authored
qmake helpfully hard-codes this processing in the generators instead of letting default_pro & co. handle it, so we must explicitly reproduce it. Task-number: <ask nikolai> Change-Id: Ia42c727291b28cf4b01f11e464d2244ce1fb53dd Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Oswald Buddenhagen authored
the rationale is that postprocessing which is done by the generators (in some cases right at the point of emitting code to the makefile) should be abstracted inside the "medium-level" class which also does the path resolution done by the generators. along the way we also make minor fixes to the processing: - we pay attention to CONFIG+=no_include_pwd - we add the build dir as well when shadow building Change-Id: Ib389942fdc0470e05c1aa49e3615b6ac00241662 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Oswald Buddenhagen authored
the two functions which use its output don't need any of the processing done by default_post and later prf files. Change-Id: I160a5c2762071d5dc97ed195889196b83d8e2204 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Volker Vogelhuber authored
Change-Id: I78c7e46372ea7a5c1651c420f66c0ce6326d7297 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I964b2f149e237eb25a08600e8dab8968e8bc0cb9 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I3c300a1ebc2286e0ac5d281f29dbffeb5259e62e Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
It didn't show the "locked" state anymore. Change-Id: Ia5f9e86bf265261c17ca1318bb166bbaf0414d78 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Selection propagation by typeId was still using the old general aggregator methods that have been removed by now. Change-Id: I955149e6ed8f3d6274a2a15a882e1f10341302e4 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
The previous version makes no sense as two events for which start2 > end1 cannot have start1 == start2. Also, as we only keep parents, not children, in the parent list, we don't need all the special cases for grandparents. Change-Id: Ic6bae2fe237a31726fd55f560c309ba09b5af25d Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I7b5fe179e567c360a45aab57748696cb60f07e3b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Avoid digraph "<:" in template specialization. Change-Id: Ia6fac2639458fe98b662a5e033538c15e8df5aa7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Remove unused code and unneeded slots. Change-Id: If3de545137376b1addeb3c7608c479dadf03ed46 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Idaa2a603f5945a4df249f9b6ce606769a5c7ea74 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
- 15 Dec, 2014 21 commits
-
-
Christian Kandeler authored
Change-Id: I369e0bdf29481c3b86af71f82760dc7550d2be23 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
hjk authored
Expose less of debugger internals to the device plugins. Change-Id: Ie78756b033fae3fe02bff92eadf26b7319990605 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
Change-Id: Ib5c0ec44bac213f544dfce533299bee03213b374 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
This translates into "[" on compilers that handle digraphs. Change-Id: Iba650d6929a1d3850018203b4f8331888ec8a257 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Ulf Hermann authored
Since the reorganization into rows it would behave strangely when reordering small categories under large ones. Change-Id: Ic481710a706cc06a699e50ff60eaea2937a50530 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Nikita Baryshnikov authored
after 516c0d60 Change-Id: I2d2cdf0c899946f9bb792db2a10c12b03dfef4bc Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I2f199f392016005b8e00e48253838370628875d9 Task-number: QTCREATORBUG-13700 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I5f10bd801bb5cf43e58193c41e62d9ea2f9cb645 Task-number: QTCREATORBUG-13339 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Erik Verbruggen authored
... by keying on Utils::FileName Task-number: QTCREATORBUG-12390 Change-Id: Ia1a59d2e422b4f92300ac6a8e0e52dd7456a6e70 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
This implements the actual include_next logic and thus completes commit b934cc19 C++: pass #include_next down to CppPreprocessor::tryIncludeFile commmit 140b5029 C++: Highlight argument to gcc's #include_next extension Based on https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html Task-number: QTCREATORBUG-10225 Change-Id: I7eef7f5ea64a114f6d092304d32b72c55c2ce134 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikita Baryshnikov authored
QObject::disconnect: No such signal Debugger::DebuggerRunConfigurationAspect::requestRunActionsUpdate() in / src/plugins/debugger/debuggermainwindow.cpp:205 and QObject::connect at line 212 Also connections are ported to Qt5 style Change-Id: I9ac1457209b0b1e32a1f7032135a3a12099b38a2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
Allow to configure the timeout in the range from 0 to 500ms. Task-number: QTCREATORBUG-13393 Change-Id: I3e421109db919ab0dd5d63b8cbb9339fce132dbb Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I6acdaaf81a0b8c2523df4fda4ee7ec044da25678 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Ulf Hermann authored
Using the TimelineRenderer's render passes we can as well draw the overview in a nicer way without procedural painting. Change-Id: I9464f10c52988a6af10c849878e678e4958a1057 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
With the extra parameters we can also use it for the labels on the top of the overview Change-Id: Icd1a515498455f1f6247845ac559f07eaef40d08 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Like that we can easily add different renderers to use the same render passes, e.g. for the overview. Change-Id: Ib7dcb77a45e74488971011310f53f7639286768d Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Like that we don't have to expose any private members and we don't have to care about QSGNodes we'll never create in a render pass. Change-Id: I4e71da24c85de8f8f73d58fc2e76dc5e82ee31ae Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
It will be a public class in the timeline library. Change-Id: I77a3bedd9e63b57c199680e89da1950ed7b7e3d1 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
TimelineRenderer will be a public class in the timeline library. We don't want to expose its private members. Change-Id: Ib82ab8b30f702293d1d8b5d101b7dd0e3380194c Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
The new namespace "Timeline" is for classes that are supposed to go to the generic timeline library later. Change-Id: I1f6dce59de2c37398b1ed89473e1a94ec020104b Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Remove some unnecessary code and consolidate things. Change-Id: I3f6c971b84368013a60a7a7fa9545480b0cd551b Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-