Commit Graph

10 Commits

Author SHA1 Message Date
Alessandro Portale
e38410b76c Utils: Modernize
modernize-use-auto
modernize-use-nullptr
modernize-use-override
modernize-use-using
modernize-use-default-member-init
modernize-use-equals-default

Change-Id: I8d44d9405011a1878353baf9325f7af90b89db02
Reviewed-by: hjk <hjk@qt.io>
2018-07-20 13:36:22 +00:00
Orgad Shaneh
7cee991c70 Utils: Remove superfluous qualifications
Change-Id: I36e17dac0cff87f82f0ddaf97bc613389110f218
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2018-07-19 08:21:29 +00:00
Eike Ziller
1314422cc2 Add another opacity effect workaround
Task-number: QTCREATORBUG-19716
Change-Id: I4ee9133bc66c5ee39516b30cca72f8a072868ac1
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2018-03-02 09:54:21 +00:00
Orgad Shaneh
eacd012b96 Utils: De-slot and complete Qt5 connects
The only Qt4-style [dis]connects left are in BaseTreeView::setModel.

Change-Id: I53bb715750c65827005cc96939a6714606e60f81
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2016-06-29 11:46:13 +00:00
Tobias Hunger
f72370f20a Update License according to agreement with Free Qt Foundation
* Update remaining files in src

Change-Id: I1896f17fcf34f71c3310c87899fb5171b8e4afb1
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-01-19 15:59:41 +00:00
Eike Ziller
1302b8bbe7 Fix that there could be many "fading indicators" painted over each other
Simply hide the current indicator, if there is any.

Task-number: QTCREATORBUG-14805
Change-Id: Ic25ba1b671e6ba2490803ba73b8a5757ccbff24b
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2015-11-10 08:35:04 +00:00
Eike Ziller
4575ffd9e9 Fix size of fading indicator
In some situations text could be cut off.

Change-Id: Ib7499e679a9a9e048d217306c525b04eaf330967
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2015-08-25 08:21:51 +00:00
Eike Ziller
ca41c24cc6 Find: Show number of replaced items after replace all
Show a fading indicator over the editor, or over the main window in case
of global search & replace.

Change-Id: I84a982bcfed558c0f84c08c3625a0cad4c5409d6
Task-number: QTCREATORBUG-3494
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2015-03-13 12:01:57 +00:00
Orgad Shaneh
329c493764 Utils: Modernize connections
Change-Id: I4650abc84e7c82a4054197319f6c849af9e5b8ce
Reviewed-by: hjk <hjk@theqtcompany.com>
2015-03-06 13:47:27 +00:00
Eike Ziller
f064dd1b27 Extract a fading indicator widget into utils
That can show either a pixmap, or some text.
Used for the wrap indicator when searching, and for the 'presentation
mode' of action manager.

Change-Id: I4d603fb5750d7539c50de7ef8fd6c8545293d5b9
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2015-01-27 13:48:26 +00:00