- 10 Dec, 2015 3 commits
-
-
Alessandro Portale authored
The CE_Splitter drawControl code in ManhattanStyle wasn't used. This patch removes it, changes MiniPliter::onPaint to use the theme color, and adjusts dark.creatortheme's SplitterColor so that actually nothing changes visually. Change-Id: I0b94bd2125fd037c2c21dad195f31d092332db43 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
BogDan Vatra authored
Task-number: QTCREATORBUG-15422 Change-Id: I7be44fbe43c320c171ffb724ffd25414e184fd9a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I2cad7082821bd43fdb35986b20a00d3ccbb41b62 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
- 09 Dec, 2015 12 commits
-
-
Orgad Shaneh authored
They appear with each newly created thread, which makes them unreliable during startup, and useless later. On startup, we issue -exec-continue and expect running. But unrelated *running messages appear, and the state is changed to RunOk, although exec-continue is not done yet. This results in "UNEXPECTED STATE" error logs. Trust only response ^running. Change-Id: I5e75fcd19928dab83d83ca71e9497021766460e9 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
My last commit broke that. Change-Id: Ib601965120d13abdea4007158f1a6829a72c6690 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
Instead of PathChooser::rawPathChanged(), because the associated slots use PathChooser::path() rather than PathChooser::rawPath(). Change-Id: Idcf0709583ccf285d07f45b2b3007951d918fb04 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I414fd2b55e632d7b200c1b3691df087cb83e8a95 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Ulf Hermann authored
If we don't set it, we shouldn't delete it, either. The QML slave engine will handle that. Change-Id: Idef54e6bbb4124ed195d88a367ef07c9bb8f6b3d Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Now it is closer to its only user and possibly reusable for no-QML uses there. We also drop the QML/JS syntax checker. The application being debugged can already tell us about syntax errors. There is no need to duplicate that functionality. Change-Id: I2ba151f9f4c854c6119ba5462c21be40bddcebf9 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I964c3feb8b093b0e09b5bfc73f21897ac0335bbb Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Alessandro Portale authored
Resembles more the traditional stop sign than the previous hexagon did. Change-Id: I4bd602ce1cddc4e485da689c72d9dce39ba07683 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
This way the items highlighted in Qt Creator are also marked in the application when the inspector is active. Change-Id: I89c3270cf5c108c1549ea01704bfd0e4b7a44ca5 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
The debugger log is not very accessible and people may want to see this message. Change-Id: Id5e5a6d84f3576df3756d1fabc9f5801dcebac6e Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I94e0c19734bee06531756df21aee26354a5aeaeb Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I29d0635ff4f9afd4b5077e669e622c73f9184d25 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 08 Dec, 2015 9 commits
-
-
Ulf Hermann authored
It isn't used and rarely works. Change-Id: Ied10c1500da0e24cc780aa737581c90354817d85 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Idda420cfbd2fa701e45e0072730d83d6b8735232 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Alessandro Portale authored
The warning/error/info with shadow and transparent mark work well on our toolbars but not anywhere else. This patch creates a separate set of these icons with better contrast, filled marks and no shadow. Change-Id: I96787753dffd80b325336f0adc8e3be054c34618 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I9333e9d20a8d742ef0a0fcf2164bc6a127f77768 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Jochen Becher authored
Change-Id: I3c739479ad1fe226876f99f9703b339827a2859b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Jochen Becher authored
Opening a diagram will automatically show the toolbar which was lastly used for that diagram. Change-Id: Ia78225ca0bd3d9fbebfcfd22691bcc702e69e5ea Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
... instead of relative to the project directory. This is much more intuitive. Change-Id: I2e8224fe998f7b762425a26970d5de85909a5d47 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I87ac1623447eae1a7fa3b96c0d50896ec8d6266c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Alessandro Portale authored
Replacing differently themed icons sets by a single one which gets themed at run-time. Change-Id: I66b5e2972419e41b3f101ee0301da30409bb975c Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 07 Dec, 2015 16 commits
-
-
Alessandro Portale authored
...by providing a specific theme color role PanelTextColorMid. Also, this fixes the opacity of editclear.png and magnifier.png Change-Id: I0293eaa397a0b64595ddd66f608bdfe9f7b8e705 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Eike Ziller authored
-
Ulf Hermann authored
The message window can do that by itself and in other places we may want to print the whole message in one line. Change-Id: I5f0891c7b81717182d17b83f5a62ab06ad168801 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
Conflicts: src/plugins/baremetal/gdbserverproviderprocess.cpp Change-Id: I1ba618db9db6669edada6477c05a1b56b7b5b430
-
David Schulz authored
Change-Id: Iede1548f29418d6707c9cdf1465bfb663bc00615 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Ief5f731b3ff84dcbd34f4200acbe2646847c0f1c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
Commit 59ac67c0 broke this for non-OS X. Change-Id: Iac23a3e37bd9964af4ffb79be256f59c0b0fedb9 Reviewed-by:
Jake Petroules <jake.petroules@theqtcompany.com>
-
hjk authored
... in the presence of empty base classes. This now actually makes the Inheritance dumper test pass. Change-Id: I92ada5da46accb6e7eaff58ce5dc329484ef0909 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
Offsets can be get wrong because of the utf8 <-> utf16 differences. Line and columns are not that sensitive to it. Change-Id: I2e3e8c000621b6d694a4ada6df176f29427794f5 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I403b64fc60e3d4f1ad0635ce86190ea89ab49de5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I030aeff529c24730a13087fd9554d1f60a0e7462 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Ulf Hermann authored
In particular, the value seems to be an int and so we have to round the new value before comparing it. If it then is the same as the old value, valueChanged won't be called and the flag won't be cleared. Change-Id: I64e26ca322afe1093c689d498c9110e524ff2964 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
The idea of centering on the selected item is somewhat counter-intuitive and leads to unpredicable behavior. Change-Id: I203038d5f3103468037378132b9bdc04a1f194d3 Task-number: QTCREATORBUG-15440 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Denis Shienkov authored
Change-Id: Icb51db0fbd77bbaba913a16eb468b0edafa047bb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Tim Sander <tim@krieglstein.org>
-
Denis Shienkov authored
Change-Id: Ib7162ae6b40d06bfb54705fd4b53bde2ce78083c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Tim Sander <tim@krieglstein.org> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Marco Bubke authored
...for macros, typedefs and enums. Change-Id: I926e7238695caefd7f4463dbe0cf5b428aa98c1a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-