- 16 Mar, 2016 11 commits
-
-
Alessandro Portale authored
The flat OutputPaneToggleButton now has the same hover and selected colors as the sidebar items and toolbar items. This changes the appearance in the dark theme a bit, and I hope in a good way. Change-Id: I52826c6d1c4539f799c74580f195a95609ea0416 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
If single line was indented with tab, and the insertion point was at the beginning of the line, the selection moved away from the beginning of the line. Pressing tab a second time then deletes the line, because the line is no longer completely selected. This behavior was also not consistent to the case where the insertion point is not at the beginning of the line. The patch makes sure that the selection stays at the beginning of the line. Task-number: QTCREATORBUG-8421 Change-Id: I9847c2fe41e2e4f993f5e486c071acc112adb45d Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
Change-Id: I5c3885cb385dc1c15dce14f2ff52bf70edee8399 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Id86f31f52ed1d3f28745b2324b8af32283a24ded
-
Christian Stenger authored
Task-number: QTCREATORBUG-15856 Change-Id: I7084b3537522bb8c5322644bc30c5fe5503f58b2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Alessandro Portale authored
Change-Id: I3964492e4b07dcba594d5bebc1b74d9458578e88 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I338a41cc9a4f3e91ed0613f047a2da7ca0ed6cb4 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Alexander Drozdov authored
...that passed to the build tool (cmake --build...) and specified by user. Change-Id: I0de51161b5dd700f3160f048fa6f02743a5186e6 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I1a17677bf5636addcbb291097613006d0324070c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Displaying live contents uses nowadays a feature of Qt 5.7. The previous display was not using the correct context. For Qt < 5.7, access is now only possible when the context is clear (e.g. because a breakpoint was hit). This patch adjusts the error message in the other case. Task-number: QTCREATORBUG-15831 Change-Id: Ic25a3f6bca05523b16063f3e7daed6817c0002e7 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
Change-Id: I9464ce8dfc22e107c8f97a139092f0a9a338bbf2 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 15 Mar, 2016 19 commits
-
-
Ulf Hermann authored
"aarch64" seems to be the most common name for the 64bit ARM architecture and we should autodetect it. Change-Id: I7deccde15fa22d37965b2f28e4a6e998da7f81ae Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Have the mimetypes and their registration in the same plugin as their constants. Change-Id: I350ab4eb0da3941ca9282ff98d8d0e158b568ef3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
We do not have that anywhere else, so it is probalbly not necessary. Change-Id: Ia2db7874a0cc597598633b4810cf9bd9a8c85b2d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Restoring project explorer related information was delayed, including tool chains, which triggers restoring Qt versions. Qt documentation was registered in QtSupport's delayedInitialize which comes before ProjectExplorer's delayedInitialize, so no Qt versions were found to register documentation for. Register documentation in QtVersionManager::triggerQtVersionRestore instead. Change-Id: Ia36f4d89672f2c651157dee50c3e8996af55598c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I361cc20646b85f8aadc0281d5f7cf7f59c39257a Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
Add a new constant for qdoc mimetype to cpptoolsconstants. Make the CppEditor handle qdoc mimetype. This change has one user user visible effect: Adding qdoc files to a qmake project will no longer put those files into SOURCES where qmake will then try to compile them. They will show up in "Other Files" instead. Task-number: QTCREATORBUG-15872 Change-Id: Ibbf9af0a84fab59138f6b9ab41f1bba737b455c2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
This was broken. Thanks to Philias on IRC for reporting this. Change-Id: Icc91b8c307bf54e5e90cf017dfb9d7ae4fc31529 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Use those in its dependency CppTools instead. Change-Id: I376782863784a878e84ce2cd5d0c6da68b05ab61 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I0540104284a12a0a5c55dd472a1bf8a03a2d8463 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I54d0345e2a0d98303824056db7b24ceafa6cd55f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Looks more natural there. Change-Id: Id1c717869fbc903e55e4e4a2bc27dfe7db843423 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
...for Locals & Expressions. Task-number: QTCREATORBUG-15870 Change-Id: I5768908ab731adffd695627206fd03cc5ccce957 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
The previous 'v4_int32' tag now shows as 'u32'. Look for either. Change-Id: Ie47fd564ec5ee1f08f44f3fb43180f5cdc495884 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
hjk authored
Registers are only retrieved if the view is visible. When it becomes first visible, an extra poke to initiate population is needed. Change-Id: I67c3e166ce98e6405707f8457ebd32d0d1939229 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
This improves performance of MIME type resolving on project loading. When the MIME type cannot be resolved uniquely by extension to >50 weight, the file preamble is read in order to match against magic values in the MIME database. In 3953e2b447862576902abef11ffb4efc56d7a625 the weight of the standard file extensions was increased to 70, to at least avoid expensive matching when the answer is obvious. Qml types only have glob patterns anyway, so this shouldn't break anything. Change-Id: If3add50809a4361f877ea261fba6d6f333b2b740 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Itereate over the hash keys instead. Change-Id: Ib14bef708b74ed1938bcb985b3a5091aca704391 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Use Qt 5 connects. Change-Id: I0e8ae956258892f60a1d12222a081c0fa6577717 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
2nd level list must be indented with 4 spaces Change-Id: I68ab4820c335308cb200c1a195c7ddaeb67bb797 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
Less use of magical object names. Change-Id: I2da17f1cefe1a72f4ea8be4c041e7443265def93 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 14 Mar, 2016 10 commits
-
-
Alessandro Portale authored
By copying them from default.creatortheme Change-Id: Ib833f19988276c73eff9c745eaab59d01b6bcad8 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
BogDan Vatra authored
In NDK r11 gdb was moved to <ndk_dir>/prebuilt/<host>/bin/gdb[.exe] Change-Id: I8eebb552a92313c5f4f36611b26f54f7c9c6126f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Tobias Hunger authored
No need to discuss individual header guards that way;-) And that is what we want to use in Qt Creator now anyway. Change-Id: Idb2d7a34ea3c5d99c18c696eaed4023c12c01930 Task-number: QTCREATORBUG-15861 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Christian Stenger authored
...and resulting failing fetch attempts. Task-number: QTCREATORBUG-15856 Change-Id: I94a0308a638021b13046b52b0c1f783202d27af0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Use the real start action data to Initialize the toolbar start proxy action with the real action, not the menu action. Change-Id: I498ba0069e9f259f90122eb6378c79f08e4d24d1 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I946c819196c5f0f00a13d2f98bae3dff66a43428 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
The lines with "[x%] Building something" do not contain errors, so there is no need to parse them (causing false positives to show up). Change-Id: Iee87deb73db9e82040cab5401b74c70be91e6191 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Do not run cmake if the kit has changed in ways that do not effect cmake. Do clean rebuilds for changes to the generator or cmake tool, etc. which do not work without that. Change-Id: I4e9d43c5161246c3ded7f784cb0d44c3bd4b04e9 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Those are useful for the cmake internal classes, but need to be filtered out when they are going to get displayed to the users. Change-Id: I0bb62fa840fa8cb9e6f3b47300ba85a2b186bad0 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
I just mixed those methods up, so I'd better improve their names:-) Change-Id: I38a37df4adb0d0402e2c3d9304c79aa414609976 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-