Orgad Shaneh
7710a35ed6
VcsBase: Fix order of toolbar widgets
...
Git Blame has an additional widget, which is added before the refresh
button, but it still appeared after it.
It looks like insertAction was left there for historical reasons. Replacing
it with addAction doesn't affect the widgets positions, and they're still
placed before the line/column widget.
Change-Id: Id6b658b5c3c8a8bb256e03e13536865f007d41bf
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2018-10-11 06:23:55 +00:00
Orgad Shaneh
8f65486dfc
VCSBase: Modernize
...
override, auto, nullptr, member initializers.
Change-Id: Ie21b8f4a4d6673947d82619bc3de677fcea63d7f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io >
2018-09-20 07:02:17 +00:00
Orgad Shaneh
c415a03cea
Git: Support move/copy detection for blame
...
Fixes: QTCREATORBUG-20462
Change-Id: Ib2ea14de6a60691a1ed27cd07aac282557d69015
Reviewed-by: André Hartmann <aha_1980@gmx.de >
2018-09-19 20:16:23 +00:00
Przemyslaw Gorszkowski
e25edc5020
Git: add reload button for 'git blame' and 'git log' windows
...
Change-Id: I64685e779bed91d41e38bdc1454571dbbcd7f177
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io >
2018-01-09 12:28:26 +00:00
Tobias Hunger
c330cf0679
Replace manual signal blocking/unblocking with QSignalBlocker
...
Change-Id: Ibb59fab4e37d045e506c5a8172b6f5cbb955b028
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io >
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2017-10-04 09:35:06 +00:00
Robert Loehning
f4c0c78002
Revert "VCSBaseEditorParameterWidget::mapSetting cope with 0 pointer"
...
This reverts commit b5ce5e9086
because the check already happened two lines before.
Change-Id: Ic230fe767c22dc4747a4ceecedd68fc09c99267b
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io >
2017-03-09 17:37:11 +00:00
Orgad Shaneh
c844071627
Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfig
...
Change-Id: I5626e66ba2b7a760ce55263edce9e716067ea6a4
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io >
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io >
2016-10-24 16:23:59 +00:00