aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/submiteditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | VCS: Make text wrapping independent of actual editorOrgad Shaneh2014-09-161-20/+27
* | VCS: Avoid repetitive calls to cleanupDescription in submit editorOrgad Shaneh2014-09-161-7/+9
* | VCS: Fix line wrapping for lines that end with a dashOrgad Shaneh2014-09-161-1/+1
* | Remove Qt version checks.Christian Kandeler2014-09-081-8/+0
* | Vcs: Collapse VcsSubmitEditorFactory hierarchyhjk2014-09-011-2/+1
|/
* Git: Fix crash when returning to commit editor from diffOrgad Shaneh2014-08-041-0/+5
* SubmitEditorWidget: Check all -> Select allDaniel Teske2014-07-101-2/+2
* Git: Use a separate thread for updating commit dataOrgad Shaneh2014-06-241-0/+10
* Vcs: Do not freeze when the user starts its commit message with <Tab>Tobias Hunger2014-03-031-0/+1
* VCS: Do not wrap lines that start with tab in submit editorOrgad Shaneh2014-01-291-5/+16
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Git: Allow direct push after commitAndre Hartmann2013-09-301-5/+16
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* Remove changeEvent(QEvent::LanguageChange) implementationhjk2013-05-271-12/+0
* Git: Implement "Fixup previous commit"Orgad Shaneh2013-05-041-0/+6
* Git: Simplify editor code a bitOrgad Shaneh2013-05-021-3/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
* Git: Pass rows instead of files for diffSelectedFilesOrgad Shaneh2013-01-111-17/+2
* Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* VCS: Use SubmitFileModel in SubmitEditorWidgetOrgad Shaneh2013-01-071-60/+20
* Move SubmitEditorWidget from Utils to VcsBaseOrgad Shaneh2013-01-071-0/+719