Jarek Kobus
bf0d716b51
Remove unused includes of QGridLayout
...
Change-Id: Ia0823fe1dbadb7c68efc431c3bf0f1ba621a9484
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org >
Reviewed-by: hjk <hjk@qt.io >
2022-11-18 15:29:15 +00:00
Jarek Kobus
3caf82f746
Remove unused includes of Q[H/V]BoxLayout
...
Change-Id: Ia90b30b634281414268e00722771470f1e7b69c0
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org >
Reviewed-by: hjk <hjk@qt.io >
2022-11-18 15:29:06 +00:00
Lucie Gérard
a7956df3ca
Use SPDX license identifiers
...
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
Task-number: QTBUG-67283
Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2022-08-26 12:27:18 +00:00
Jarek Kobus
83739bde38
VcsCommand: Merge with VcsCommandDecorator
...
Change-Id: I84df1779377648624984c9e57806f1307ae62b5b
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
2022-08-01 17:24:53 +00:00
Jarek Kobus
60a5f77ef2
Drop Qt5: VCS: Get rid of QComboBox QOverload
...
Change-Id: Ib2f21f28a0ec16b817f9227c6234424001752d50
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
2022-07-19 21:45:59 +00:00
Artem Sokolovskii
646254f460
VCSbase: Remove foreach / Q_FOREACH usage
...
Task-number: QTCREATORBUG-27464
Change-Id: I1088047513e7660907182e80303607d8c48919f5
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: hjk <hjk@qt.io >
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org >
2022-05-23 08:49:43 +00:00
hjk
61b278fe6e
VCS: Allow VcsBaseEditorConfig to operate on aspects
...
Change-Id: Id7b5b1a1020ea002e631e401c49b8eda6dfb8944
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
2021-03-16 07:18:50 +00:00
Orgad Shaneh
f2cd459ec5
VCS: Abstract multi-choice settings in editor config
...
Change-Id: Iafc089f5ad3796348ab9521b71b31cb645238292
Reviewed-by: hjk <hjk@qt.io >
2020-02-13 07:58:14 +00:00
Alessandro Portale
2234c517c0
Utils: Add a non-toolbar variant of the "RELOAD" icon
...
New icon is: Utils::Icons::RELOAD. And the toolbar variant is now
Utils::Icons::RELOAD_TOOLBAR.
Change-Id: I811d83c7340a717968430ac1ce4a5c708c8ddcf9
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2020-02-07 09:22:07 +00:00
Orgad Shaneh
cf8099f901
VCS: Replace addButton with addReloadButton
...
It's the only use, and this is a special option that deserves its own
function.
Change-Id: Ic69be5973b452d3a1d506fab3623d4a9b84f8452
Reviewed-by: André Hartmann <aha_1980@gmx.de >
2019-11-24 16:22:27 +00:00
hjk
6f37348b4c
Replace static_casts by QOverload where possible
...
Mainly to get rid of the QProcess::finished deprecation warning.
Also adjust coding style in the surrounding connects when needed.
Change-Id: I12f9b248c7974b892c4a069356e578e80f8c59e9
Reviewed-by: Christian Stenger <christian.stenger@qt.io >
2019-02-26 15:18:14 +00:00
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