- 07 Dec, 2015 1 commit
-
-
Eike Ziller authored
It is not very intuitive, and can easily happen when copy&pasting into locator. Change-Id: I51d226b8e834c43eedc042035a9b90aa7ee4844f Task-number: QTCREATORBUG-15399 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 25 Nov, 2015 1 commit
-
-
Alessandro Portale authored
Instead of describing icons via file name or in the themed icons case via a string that is a list of mask/color pairs, we have now a class for it. Icons are now listed in per-plugin *icons.h headers. RunControl::m_icon was The only place left where an icon property was in fact a string. This patch changes that member to be a Utils::Icon. Change-Id: Ibcfa8bb25e6d2e330c567ee7ccc0b97ead603177 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 10 Nov, 2015 1 commit
-
-
Eike Ziller authored
We cleared focus on the locator input when it lost focus because the active window changed, so the popup is not reopened when the Qt Creator window is activated again. Instead keep the focus in the locator input, but do not open the popup if the focus comes back to it because of an active window change. Then we need to make sure that the popup is always opened when explicitly requested through show(...). Change-Id: Icd78673bece542ae78340b2ab6aa7834d700a3b7 Task-number: QTCREATORBUG-13548 Task-number: QTCREATORBUG-9953 Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
- 23 Oct, 2015 1 commit
-
-
Alessandro Portale authored
http://blog.qt.io/blog/author/didesous/ announced new designs/themes for Qt Creator. This patch replaces many of the existing toolbar icons with recolorizable masks for better theming support. Change-Id: I557aa485205fe2624f33724226f698c303342b40 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 02 Mar, 2015 1 commit
-
-
Nikita Baryshnikov authored
Change-Id: I1606a0c51c959f8c90ea74f7800d708bf95329b5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 26 Feb, 2015 1 commit
-
-
hjk authored
... and default to C_GLOBAL. A rather common case. Similar for ActionContainer::addSeparator(). Change-Id: I7f9ba573af201c0a472132d5a494ad17cc4175b7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 24 Feb, 2015 1 commit
-
-
hjk authored
PageIds are supposed to be unique, so the CategoryId can be determined from the PageId. Look for PageIds in the already expanded categories first before searching through expensive categories. Change-Id: I006beb0df6183453163ac1810fe59a306a0f52b1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 17 Feb, 2015 1 commit
-
-
Nikita Baryshnikov authored
Change-Id: I748ed068af3f698e256505c547e16480a26b57b9 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 15 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I368eeebb8e1878b30f262387cd7a8bcc4d9c9792 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 07 Jan, 2015 1 commit
-
-
Eike Ziller authored
Instead of waiting for all filters to finish before showing anything. Change-Id: I7178213af7c9fc02a4fbfb2ac78241158c365ff6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 08 Dec, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I17bc8f27ad3c79a5520a227fd32636f4849ba99f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 26 Nov, 2014 1 commit
-
-
Orgad Shaneh authored
* Remove redundant namespace qualifiers * Qt5-ify some signal/slot connections * Replace some using Core::Internal with explicit namespace scopes Change-Id: Id1aae05e2c6fc2992c2716e1f8f9e985c6e56122 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 23 Sep, 2014 1 commit
-
-
Eike Ziller authored
Introduces a "prepareSearch" method for locator filters that is called on the UI thread prior to the threaded matching. Fix various small thread-safety issues in the various filters. Change-Id: If5ae7d205e126d367420936a93f8d9a84496edb8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 22 Sep, 2014 1 commit
-
-
Eike Ziller authored
The all/current project searches use metacalls on the UI thread to work around thread-unsafety of the Project::allFiles method, so we cannot jus t block the UI thread to wait for the old search to cancel. On the other hand, many of the ILocatorFilter::matchesFor implementation s do not work when they are run in multiple threads simultaneously (most implementations access unguarded member variables, help index filter tend s to crash), so we _do_ have to wait for the search to cancel before sta rting a new thread. Broke with 05c26767 and 6fc39f0c 00c5673ae80d03d115bf3739 Change-Id: I93c607c879e8ba6ef60f94719812edb3df43a154 Task-number: QTCREATORBUG-12875 Task-number: QTCREATORBUG-12592 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 29 Aug, 2014 1 commit
-
-
Christian Kandeler authored
Replace all* remaining deprecated Qt 4 functions with their Qt 5 counterparts. This means we no longer need to define the QT_DISABLE_DEPRECATED_BEFORE macro. This patch is relatively small because most source-compatible changes of this kind have been done before. * The one exception is the QmlDesigner, which uses QWeakPointer in a deprecated way all over the place. Change-Id: Id4b839c6685f3b5bdf2b89137f95231758ec53c7 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Aug, 2014 1 commit
-
-
Eike Ziller authored
Updating the completion list is done in a separate thread, and for the all and current project filters that requires a slot to be synchronously executed on the main thread. Triggering the update first canceled a running update and waited for it to finish, before starting the next update. If the first update hadn't run its code on the main thread yet, it was never be able to, and never finished. The patch just removes the waitForFinished after the cancel. There is no reason to wait, since we retrieve all results only when we get the finished signal of a non-canceled update anyhow. Broke with 05c26767 when fixing QTCREATORBUG-12592 Task-number: QTCREATORBUG-12875 Change-Id: Iba9d46d469e6b2c7e894963d964c2eaca4bc4d93 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 24 Jul, 2014 1 commit
-
-
Alessandro Portale authored
Letting that helper function return a file name is more flexible than returning a QPixmap. Change-Id: I4634e4e795eec029608c8e65c1a0e8afff870a91 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 15 Jul, 2014 1 commit
-
-
Alessandro Portale authored
magnifier@2x.png was already part of the core plugin, but never used since the @2x logic is in QIcon and for the magnifier.png we use QPixmap for loading. This patch uses Utils::StyleHelper::dpiSpecificPixmap() to load the image in the findtoolbar and locatorwidget. It also removes the image centering code in FindToolBar::updateIcons() (most likely a by now obsolete workaround) since the image gets properly centered in the Utils::FancyLineEdit. Change-Id: I5cd6d22fc5cce3838db6164568cb9165da052c49 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 03 Apr, 2014 1 commit
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-6719 Change-Id: I97a8972da3cb793324ca366bf4c977553e6bb38d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 25 Feb, 2014 1 commit
-
-
Eike Ziller authored
We have many buttons that open the options dialog, and many of these use different terms. Change-Id: I073fe2a23569c6f4174a2fb6567359c89cb2427c Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 14 Feb, 2014 1 commit
-
-
hjk authored
Change-Id: Ic53836dade3985c36b0f6767e43b5af0ddb80d72 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 15 Jan, 2014 1 commit
-
-
hjk authored
Change-Id: I010447247c57e437057672f1295a611718b5598a Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 14 Jan, 2014 1 commit
-
-
hjk authored
Change-Id: I7053310272235d854c9f409670ff52a10a7add8b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Oct, 2013 1 commit
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-10340 Change-Id: I442811a66c3f1a54343dadacbcfa633c18632584 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 13 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I98c3c8796cb887f5bb3c5184854562ff36727836 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 23 Aug, 2013 2 commits
-
-
Orgad Shaneh authored
a || (!a && b) === a || b Change-Id: I3d3b602fa496a7d5a1f57a95ebedf30748429850 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Andre Hartmann authored
Change-Id: I8ae3c7b28586d8248a677c9f1f365cacf0709240 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 22 Aug, 2013 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10013 Change-Id: I2bf55cfa2fe1e11bac56cced765789566b659469 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 21 Aug, 2013 1 commit
-
-
Orgad Shaneh authored
* When a dialog initiated by the locator is closed * When the main window loses focus Task-number: QTCREATORBUG-9953 Change-Id: Iff923320e7f1cc9a633d3a6a9bee1fa49b41bb68 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 19 Aug, 2013 1 commit
-
-
Nikolai Kosjar authored
...and rename it to runSearch. Change-Id: I12482b62751a234982f41cafb7e63a641012bc30 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 08 May, 2013 1 commit
-
-
Eike Ziller authored
A few details are still to be done: - extra windows are not restored yet - window title of extra windows should show information about current editor - the "raise main window" hack for Linux doesn't work with Qt 5 But it should already now be quite usable. Change-Id: I638583ee4b2abe32e95c261bdf31b4a10b472748 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 03 Apr, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Icaa569dcfe4d4a03094122a7f113799dc4ce83f6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ie79d334765ca5c6a034fa2f5eccff5d45b481975 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 19 Mar, 2013 1 commit
-
-
Christian Kandeler authored
Get host OS info at runtime. Change-Id: I1b64a95021eac969cc7fa51ca16a8d11b0b03e3c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 15 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Iced108cc7fc74f6ce5501c59db7090fea21cb87a Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 13 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Iafd1b3be1ad43bb7519e14059ac2d33eb859c625 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 31 Jan, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ie46af65a76c8da847d0f8b12ca4d3e8f5beb61dc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-