- Mar 15, 2016
-
-
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>
-
- Mar 14, 2016
-
-
Alessandro Portale authored
By copying them from default.creatortheme Change-Id: Ib833f19988276c73eff9c745eaab59d01b6bcad8 Reviewed-by:
Alessandro Portale <alessandro.portale@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>
-
Eike Ziller authored
Change-Id: I3c8df19e1fb50e5d41413751f502cb5f7331bfc4 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
The component version must be numeric, but we want to display e.g. Qt Creator 4.0.0-beta1 in the installer title. The change adds a -d parameter to the script and adds corresponding replacement variables. Display version falls back to component version. Change-Id: Ia8bcd05444e280f8a44ab321b043f4031725600d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Updating the ProxyAction first disconnects from the action and then connects again. Looks like reconnecting while being in QMetaObject::activate can lead to never ending handling of the activation, so use a QueuedConnection instead. Change-Id: Ia06f926413fd4492d847dfea4461f2ccfdd37ffc Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Francois Ferrand authored
The signal used to be emitted only on reset or when tests are actually removed during sweep phase: thus the 'run tests' button in test panel stayed disabled if the panel was opened while tests were scanned. Change-Id: I274c9d03f1e1140c8aa375f92465c5a0c866cd62 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Alessandro Portale authored
Inspired by numerous user feedback, I want to turn off the theming of the menu bar for the new flat theme, and make it look like in the default theme. At the same time, I want to leave the "dark" theme as it currently is. This patch adds a theme flag FlatMenuBar and turns it off for the new theme. Change-Id: I9bba056a27fab7a634b45324e3fe8cd26f50df74 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
Previously the extra compilers were never destructed. As any plugin that registers an extra compiler factory has to depend on ProjectExplorer, it will delete its factory before ProjectExplorer is unloaded. So, removing the extra compiler from the list on destroyed() is safe. Change-Id: I22fbe662a5704c0294512b8774acb85745c1cbe5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
This updates the scrollbar and the zoom slider to the new realities. Change-Id: Iedcbf839332b4e5cb2d59917b0f822feb11b0d44 Task-number: QTCREATORBUG-15843 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Christian Kandeler authored
It does not seem to be safe to update CPP data etc and then continue with rule execution. So now we do it like this: We execute rules if and only if no target artifact data is present, and updates are only done afterwards. Change-Id: I580918a8ec434b2c59bd044506c3a8e961c6b674 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Detected by memcheck Change-Id: Ic6e1ae6735ebea252858682e1a269f86166a9aa4 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Use C++11 member initialization. Change-Id: I6b2ed5c82854eadd15f97d7753cc6e0cc727ee5c Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Orgad Shaneh authored
Use C++11 member initialization. Change-Id: Ib4db2fc9354658a0a4969c18f2857678cb49bdae Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Francois Ferrand authored
Change-Id: I4e747530460ebe07c6589c7562a32cd35c60b8bf Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Icb61b6748e597568416dd6419b93e0829afc1ecb Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I349e72a321f1a0cdcbce4f948c363336815ef3f3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ic6148e9de36b67cb3142ab0ccca4b8cdd920cf95 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Replace several occurrences of QMap with QHash as we often do not care about the order and use iterators instead of fetching keys or values to iterate over them. Change-Id: I5061a7e7e60fe259ac2aa31915f338a373e278d3 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I84b783df1eaca9e162e50f23e1da8fa0afa9666d Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
Introduced in KTextEditor commit f80e12bedca0d8f682aebc450d1b6d66550010ce (version 4.100, 2014 Mar). Change-Id: Ib3614077b3bf5f4254266ec79d0abdbb486fd685 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
And reorder the IDs insertions by the enum order. Change-Id: Idad8e8635772eacbb54b15d78dcd9ab93618fbba Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Francois Ferrand authored
Change-Id: I8fa55291ba505f34236c0a36ce8d9e17db8997c8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Francois Ferrand authored
Change-Id: I6e2add861658757504ec715d0e86c6f0a9119301 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I7007fe2d52c598be6aa00fde9b739bff28ea21a4 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I62cb190fa54a9069cd1cd5a09664689485acc4cc Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I3871d15c34f19ea87d9c6ff99a6b0a83dad16fd1 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Mar 13, 2016
-
-
Alessandro Portale authored
It apparently was a bad idea to let QImage load an empty string in case of flat style. In order to fix that, we simplyfy the code by making the images static locals in the scope for non-flat painting. That has the additional advantage that they are only loaded once. Change-Id: I8acb2ff09fe77cc708be2670cddaa41e23c9afa7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alessandro Portale authored
The current active and empty document should be highlighted. That was broken with the "Dark Frame" theme. Change-Id: I0632f654c146492b7e7a9d61db31e2d85c3d52fd Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- Mar 12, 2016
-
-
Alessandro Portale authored
Following Diana's flat style motto "remove unnecessary lines", this patch makes highlights and shadows in the toolbars optional, and removes them for the new flat theme. "default" and "dark" are not affected by this change. Change-Id: Iadbbaa669e318406a154fed3e07890fd40f5f621 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: I1101d6788c7d04940ddf4ef399d808634415e72c Reviewed-by:
Jake Petroules <jake.petroules@theqtcompany.com>
-
Alessandro Portale authored
Unlike the "dark" theme, thia theme does not try to modify the standard widgets and dialogs. Change-Id: If85f1bc90113516750c546cbec74cd1f562683eb Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-