aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/submiteditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-2/+1
* Use setAttribute(Qt::WA_DeleteOnClose) on context menus everywherehjk2024-02-011-1/+2
* VcsBase: Use more Core namespaceJarek Kobus2024-01-171-5/+6
* Handle Qt deprecation warning for shortcut setuphjk2023-06-091-1/+1
* Tr/VCS: Fix various issues with translationsEike Ziller2023-05-311-3/+4
* Remove ineffective resize() callsAlessandro Portale2023-05-101-2/+0
* Layouting: Handle attach types via setterhjk2023-05-031-2/+3
* VCS: Fix bad wrapping on LinuxOrgad Shaneh2023-03-011-0/+1
* Use common tool tip for "Configure..." kind of buttonsEike Ziller2023-02-161-1/+1
* VcsBase: Convert to Tr::trhjk2023-01-181-26/+27
* VCS: Add a button to open settings on Commit FormTasuku Suzuki2023-01-161-0/+10
* Git: improve "The commit subject is very short."Tasuku Suzuki2023-01-161-2/+8
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VCS: Rename functionOrgad Shaneh2022-10-141-1/+1
* VCS: Do not prompt on close if nothing was doneOrgad Shaneh2022-10-131-0/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Git: VcsBase: Squish: Make tst_git_local run againRobert Löhning2022-10-071-0/+6
* VcsBase: Simplify QActionPushButton implementationhjk2022-09-281-18/+12
* VcsBase: Inline submiteditorwidget.uihjk2022-09-281-70/+147
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* SubmitEditorWidget: Use Utils::GuardJarek Kobus2022-07-211-4/+4
* SubmitEditorWidget: Avoid using sender()Jarek Kobus2022-07-191-13/+4
* VCSbase: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-231-3/+3
* VCS: Remove unused local variableAndre Hartmann2021-09-131-1/+0
* VCS: Fix commit message verification for empty subjectAndre Hartmann2021-09-111-3/+3
* VCS: Clear commit message hint when editor becomes disabledAndre Hartmann2021-07-271-0/+12
* VCS: Fix second line commit message verificationAndre Hartmann2021-04-171-2/+4
* Improve translatable stringsRobert Löhning2021-03-251-2/+2
* Fix lupdate issuesEike Ziller2021-03-221-1/+1
* VCS: Add commit message verificationAndre Hartmann2020-12-231-0/+51
* SubmitEditorWidget: Inline two small functionsAndre Hartmann2020-02-291-12/+2
* Vcs: Drop QActionSetTextSlotHelperhjk2020-02-051-19/+1
* VCS: Add reason text when submit validation failsOrgad Shaneh2018-11-101-4/+13
* VCSBase: ModernizeOrgad Shaneh2018-09-201-33/+15
* VCS: Remove unused unregisterActions functionsOrgad Shaneh2018-08-281-31/+0
* VCS: Use namespace UtilsOrgad Shaneh2018-07-181-5/+7
* VCS: Preserve selections in commit editor on refreshOrgad Shaneh2017-07-011-13/+19
* VCS: Fix wrapping when settings are changed while the editor is openOrgad Shaneh2017-05-291-0/+2
* VCS: Only accept commit on Ctrl+Enter when enabledOrgad Shaneh2016-09-181-1/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* VcsBase: Use Qt5-style connectsTobias Hunger2015-11-201-1/+1
* Git: Use side-by-side layout for Fixup Previous CommitOrgad Shaneh2015-05-101-0/+5
* VcsBase: Convert submiteditorwidget to Qt5 style connectsTobias Hunger2015-02-161-48/+65
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | VcsBase: Sprinkle with autoTobias Hunger2015-01-221-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | VCS: Fix word wrap mode for commit messageOrgad Shaneh2014-09-231-0/+1
* | VCS: Fix displaced commentOrgad Shaneh2014-09-161-1/+1