- 21 Feb, 2017 28 commits
-
-
Riitta-Leena Miettinen authored
This was changed back in the UI, because Stacked Container is reserved for Stack Layout actions. Change-Id: Id9fdf3ee6e36bdaa9afde492cfd60074d56da041 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Ulf Hermann authored
foreach() is slow in hot loops like these. Also, by moving frequently used children to the front we reduce the effort to find them in further iterations. Change-Id: Ib5dceb82511fdd1cb59c50e1ab2485f5035fbef8 Reviewed-by:
Milian Wolff <milian.wolff@kdab.com>
-
Thomas Hartmann authored
This is another category with another name. Task-number: QTCREATORBUG-17768 Change-Id: I08701a33a768651cfba84d9869836a4bbbd1442e Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Nikolai Kosjar authored
Before commit 8c90998f CppTools/ProjectManagers: Reduce ui blocking when loading projects the displayName was set in the ProjectPartBuilder constructor. Now this needs to be done explicitly. Change-Id: I67655a3a5b8052344084e467bb08efd07ab86ab4 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
doUpdateLocals() was called, but not re-implemented in the combined case. Task-number: QTCREATORBUG-17763 Change-Id: Id8c17ce0bda79cd61c57624aea5a05e4aad96c79 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I853676d922ee688385cecb1e498bc4ea2c66fc04 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Riitta-Leena Miettinen authored
Describe build settings for all build systems in the generic topics (using .qdocinc files) and keep only configuration in the Qbs specific topic. Change-Id: I80ff4cd2fc18339f9c07b0a0cb09bda86e8b61cd Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Riitta-Leena Miettinen authored
Describe build, run, and deployment settings for all build systems in the generic topics (using .qdocinc files) and keep only configuration in the CMake specific topic. Change-Id: I334d7488b32aba90ee1e4ca898a65438b9d304a4 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Montel Laurent authored
Change-Id: I6f81aebecdb137c79d8a0a3c7d429f46672c24a6 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
hjk authored
Change-Id: Id10f11876e9b6c852a04add6bd75aec7e8337891 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Montel Laurent authored
Change-Id: Ib1fdf79293f094015655bb6fb2798c780513a846 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Nikolai Kosjar authored
This was forgotten in commit 8c90998f CppTools/ProjectManagers: Reduce ui blocking when loading projects Change-Id: I5c3a8a4015dd3b4389a21a80367a9eac7ebd95fd Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Looks like the field was spelt 'times', not 'hitcount'. Change-Id: I7226747ba7d41e9600cb66e95e7c59c6a226151b Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: Iee2c24067928e20abbaee3e8b3eff2b2106ba384 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: Icd792f3de1872e6d3f1fe50608b2f81189174bb5 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Riitta-Leena Miettinen authored
- Describe expanding the State pane. - The empty slot has been replaced with a + button. - Do not call the circle menu a "context menu", because there is a separate context menu. Change-Id: I4bc689fd6490bc171891135b2c9f5bd67f9931ba Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I7033f683f86157830addf1b403baab0379f631c7 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-17754 Change-Id: I249e904634edbfd30bd11a4402470c3d5586478c Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Ulf Hermann authored
The total time taken for a program should be the sum of durations of events on the bottom of the stack. This is also what the flame graph model does, and it results in useful percentages for total and self times. Recursion still has to be accounted for when showing the total time of a specific event type, but we mark events with recursive calls and show the time and percentage of recursion in the tooltip. As we already showed binding loops on bindings and signal handlers before, this integrates nicely. Change-Id: Id4654e314bf86ce8bd06ceaaf93a67187c629adc Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io> Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Ulf Hermann authored
The text marks are little labels next to the lines in the editor that tell you how much of total run time was spent in the respective QML/JS construct during the last profiling session. This is similar to what the valgrind profiler does. We add the text marks only when the documents are loaded into an editor. This keeps the number of text marks manageable. Multiple events on a single line are shown using a tooltip. Task-number: QTCREATORBUG-17757 Change-Id: Ie38b8ab880a718a1ef72ef343d84070ab34bc5bc Reviewed-by:
hjk <hjk@qt.io>
-
Montel Laurent authored
Change-Id: I0f6eba4366f7760bfafd201e6ac22b23b11ce61c Reviewed-by:
hjk <hjk@qt.io>
-
Nikolai Kosjar authored
Move the parse context switcher and the additional preprocessor dialog button to the left. Thus, the new order is: ... minimized info bar buttons (not always there) additional preprocessor directives button ('#') parse context switcher (not always there) outline widget ... This is better for splits and makes logically also more sense since the outline widget depends on the additional preprocessor directives and/or the parse context. Change-Id: I3378885a44938072e6a496ce1573d1675499c498 Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
hjk authored
Simplifies the only used code path through the model and a custom signal. Change-Id: I9bbab725cdd122b7261a8f14b101786e38e61e57 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Montel Laurent authored
So layout is ok when we resize this dialogbox Change-Id: I1b6bec39547808795ae9e516f6a4aaa20d892b35 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Marco Bubke authored
We now generate an empty fake file. Change-Id: I92fef2b24dce788c1d1b675b034d4b31346b80d9 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-17756 Change-Id: I44f97386ab5018b60832f76f5856425bc55096d9 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Change-Id: I8159888933bc0e87c100fdd20cb90b45f1e35888 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
No need to keep some members Change-Id: I24640654a4e1c9b529ee3847b48ee875b1083a12 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 20 Feb, 2017 12 commits
-
-
Marco Bubke authored
Change-Id: If1706b7a68de0b4b407bf4aebc17640c29c3990a Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: I5df7bcce03ce122c536fcd052b2567d4318d34f9 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Because we don't now if a *.h file is a C or C++ header we provide both as project file if a C and C++ file is present. But C++ is not readable by C compiler. So we skip that files and hope there is no non referenced C header, which is very very unlikely. Change-Id: I5505713e759749c8a0738e11b70bb6b309412966 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: I63f8a85f0a352fc8f41835bd3ab1574255d4436b Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: I1b8a4ec052a548e5ed09f39c3f0d3c87b13a6bd4 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: If04ec8854dd61e88c14f52d4c4fb23734407c27e Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Robert Loehning authored
Change-Id: I4891885ff30c88bdca32af062e161758501db6c1 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Christian Stenger authored
Some project wizards have nowadays build system support. Change-Id: I2d7e9ffd5be2ec74a012fa977281e032596229b5 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Nikolai Kosjar authored
...because it potentially leads to long running processes, depending on current the icecc/network state. Change-Id: Ic4390d7c5aa1bf7c78e85a6777843379b2cdd24c Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Conflicts: src/shared/qbs Change-Id: I05c4945d238b7724ca73477fc3b21554564951c0
-
Nikolai Kosjar authored
Change-Id: I04b5524e971e5617a9bae88c1fcab087d62d7a73 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Eike Ziller authored
Print error messages whenever initialization of the QMake build step fails. Change-Id: Id39795219ec74591a78b8db4d0a381e072261f51 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-