- Mar 11, 2016
-
-
Ulf Hermann authored
Sending multiple messages in a packet can dramatically reduce the protocol overhead. QmlProfiler messages are only 26 bytes long, on average. The "CanvasFrameRate" name, which is prepended to each packet is 15 bytes long, not counting extra bytes for length information. Change-Id: I67087cefc1f6bd72ba960414672b048015179869 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I22892d43abc341703a2d046dc1d3b9bf4b736394 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
Having the window "run away" from the mouse is pretty unintuitive. Use the familiar dragging paradigm from the timeline view instead. Also, show notes and source locations there. Change-Id: I15c4aee2d6c08d5f20e101b436129abe66789d3b Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
The model didn't really support it and we didn't have any visualization for it. Now the events with notes or binding loops get an orange border. Change-Id: I903f1d42afaf3567484b615b22381d38fc81b9b5 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
David Schulz authored
Change-Id: Ib8777277032c5bd062ffaabd6281b6402576d0fe Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
If a run finished Application Output pane still handled the respective tab as running. Change-Id: I0bc7e1f61b68e700a875538bdd1c63c18bec8df3 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
To allow other mode main windows to re-use the perspective concept. Change-Id: Icf00b4f0e4bd73a09ebec131ef9c578154f25eec Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
+ set initial focus to the executable. Change-Id: I3289e98293cffde6df5eaba844add807bafa6cd8 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ie216b28b7effb2d44ba507dffa07bb7f463030e7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Mar 10, 2016
-
-
hjk authored
Helps to prevent multiple starts of the tool in parallel. Also fix a copy-and-paste tooltip error. Change-Id: I4a7fb5e4ba17981b419420a7871b130f74e5ecde Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Tobias Hunger authored
Some CMake parameters changes requires to clear cache and run CMake from scratch. Add ability to force it from the CMake configuration dialog. This change based on the work of Alexander Drozdov. Change-Id: I21d8e12eec7e1f7bca560f44c43f25e4f333fcf0 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Stenger authored
This function is called by QMetaObject::invokeMethod. Broke with f62663e8. Change-Id: I0efc2f24043e0313d500840e6022f3d73ca8a127 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
As both subprojects use files with the same name the install step fails since using Qbs 1.5. Additionally it does not make any sense to install these files. Change-Id: Ib7aa9d80810f3ea3efa0df306fbce2a79cc49eac Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Tobias Hunger authored
Do not show "Run qmake" in the menu right after Qt Creator starts up with no project loaded. Change-Id: I371734e902b518b6270ca14887db14c254237ba2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I4ebedb69ae91843fd096af6f4cf225ec0c76a0b2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Helps to prevent multiple starts of the tool in parallel. Change-Id: Ibd2d0a66e7ce08ea07604f13fbee6d18a40dfc39 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I902e1e70bd195cf0108efdc8893927a101e93a42 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-15622 Change-Id: I9927a344976aa323701cad0a58550e27fa552c08 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
This prevents multiple starts of the same tool. Change-Id: I2df89fa4336ff649a56c4dfb1f721ac31497d396 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
BogDan Vatra authored
Creating a QProcess every second is very VERY expensive, making the QtCreator UI experience pretty bad, the UI was not responsive when debugging or even when running an Android application from QtCreator. Thanks to Intel's VTUNE I could spot and fix the problem in minutes. Change-Id: I6d3dc71db93e91d9846101a1877bab017df41aba Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
.. and rename it to canRunStartupProject(). It's only ever used with the startup project. No need to let all callers retrieve it by themselves. Change-Id: I24e56ce339bde70d96e28db51e6ddcf75c277ceb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-15544 Change-Id: I411c7eacd2c154cad08234c0bd22e16dfecb961c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: Ie8f2cc905cb5e39c5419837e298c37ed4e1ec377 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Fixes a recently introduced regression. Change-Id: Ia36977df87906c320527123f84dd1a347768b06c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I723df048844cf9a803aa0c438cddf8fdcdd407ba Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Mar 09, 2016
-
-
Jochen Becher authored
Change-Id: I4a10f540042e2730c75559dfd185682d998fe714 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
This was only used to accommodate the debugger main window and is not needed in the base class. Change-Id: Ifbe9937cd4c21f5bed2fab35b23d874f4f2dd0e4 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I0131d43c1d7b6d835fb2e1e6c5b5a9d27825a849 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
...to avoid adjusting the width again and again while debugging. Change-Id: I67f68b2d54d9f3f9a32cbf1049b4f9e9bd63e010 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I814de42ec153548fdbedad27a06f20515ad49700 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
blah/Foo/bar.cpp and blubb/foo/bar.cpp should not be shown as Foo/bar.cpp and foo/bar.cpp Change-Id: I900606c63996eea4c11d09ff13579b6cc031a8c6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alessandro Portale authored
..by setting Qt::WA_Hover Change-Id: If4b6e8d443a70e18796dd78b261495f2400db0f4 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
Display was resetting to Ninja generator. Change-Id: Iee39b40da85a5df1140d5880d674e104eed85ca3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
... and the now unused action id -> action description hash. Change-Id: I36ad3658b52fcf32b628620b5cc2bd98bc2ac849 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
- maximize tool button was synced between modes, but the size didn't match that - size was restored to the last visible size, even if that was maximized, but maximize state didn't match that Manage the state (maximize state & non-maximized size) in the output pane placeholders themselves. The output pane manager is only responsible for the non maximized size setting that is restored at restart. Task-number: QTCREATORBUG-10992 Change-Id: I35b946bbffeef9fbf5301e34018dd0867bd902a6 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
This implies switching to Debug mode and is currently triggered by the GammrayIntegration. Avoid it as long as GammaRay has a mode of its own. Change-Id: I6174554610038cb66fb1bc977dc537b47941a1d8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Mar 08, 2016
-
-
Francois Ferrand authored
According to section 2.5 from the standard: """ If the input stream has been parsed into preprocessing tokens up to a given character: ... Otherwise, if the next three characters are <:: and the subsequent character is neither : nor >, the < is treated as a preprocessor token by itself and not as the first character of the alternative token <:. """ Change-Id: Ib9cdac61e3c2243d1bc1d4471a09ae6bd839fdda Task-number: QTCREATORBUG-13253 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Francois Ferrand authored
Change-Id: I9204b827c60b283cc4e6b88c810b31eb7587c7db Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Francois Ferrand authored
Trigraphs must only be parsed before/during preprocessing. The preprocessor will now replace trigraphs with their standard form, and re-lexing in TranslationUnit will not try to parse any trigraph. Also added a few missing trigraphs: ??=, ??', ??! and ??-. Task-number: QTCREATORBUG-13253 Change-Id: I1723ed53b00090b878c22b83b7e963b647b65f72 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
MemoryAgent::doCreateBinEditor calls openEditorWithContents, with empty contents. The BinEditor fails to handle this case, and crashes when it divides by zero. Task-number: QTCREATORBUG-15835 Change-Id: I8009ef991a445ef4cc192d1bda6a208d51e2b48b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-