aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbasesubmiteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* VCS: Improve misleading commentRobert Loehning2019-03-021-1/+1
* VCS: Make "Keep Editing" the default only when closing the editorOrgad Shaneh2019-01-211-1/+3
* VCS: Add mnemonic for Close when closing submit editor on WindowsOrgad Shaneh2019-01-211-0/+2
* VCS: Purge unused VcsProjectCacheOrgad Shaneh2019-01-211-1/+0
* Fix warning: "Don't call QList::front() on temporary"Alessandro Portale2019-01-171-1/+1
* VCS: Improve dialog on submit promptOrgad Shaneh2018-11-121-54/+58
* VCS: Add reason text when submit validation failsOrgad Shaneh2018-11-101-1/+1
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* VCSBase: ModernizeOrgad Shaneh2018-09-201-19/+19
* VCS: Remove unused unregisterActions functionsOrgad Shaneh2018-08-281-7/+0
* VcsBase: Modernize the iconsAlessandro Portale2017-10-091-2/+12
* VCS: Preserve selections in commit editor on refreshOrgad Shaneh2017-07-011-1/+6
* VCS: Filter out untracked files only if they don't appear in any projectOrgad Shaneh2017-06-141-13/+2
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-6/+2
* VCS: Properly support contents() on commit descriptionsUlf Hermann2016-01-221-5/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Rename Project::ExcludeGeneratedFilesUlf Hermann2016-01-131-1/+1
* VCS: Do not delete SubmitFileModel before setting the new oneOrgad Shaneh2016-01-071-3/+3
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-18/+0
* Utils: Make SynchronousProcess use second based timeoutsOrgad Shaneh2015-04-151-1/+1
* Vcs: fix missing icons in SubmitFileModelHugues Delorme2015-03-111-2/+2
* Vcs: rename overload SubmitEditor::diffSelectedFiles() for rowsHugues Delorme2015-03-061-1/+1
* Prefix duplicate names in Open Documents to make them uniqueOrgad Shaneh2015-02-261-1/+1
* Vcs: Use correct project to trim down list of files on commitTobias Hunger2015-02-261-29/+18
* Clean exported headers of the VcsBase plugin.Friedemann Kleint2015-02-261-0/+1
* VcsBaseSubmitEditor: Remove queued connectionTobias Hunger2015-02-241-3/+2
* VcsBase: Make the description directly available in Submit EditorTobias Hunger2015-02-201-2/+12
* VcsBase: Convert VcsBaseSubmitEditor to Qt5 style connectsTobias Hunger2015-02-161-19/+21
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | VCS: Remove unneeded qualificationsOrgad Shaneh2015-02-041-6/+6
* | Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-021-2/+3
* | VcsBase: Sprinkle with autoTobias Hunger2015-01-221-8/+8
* | VcsCommand: Use Qt5-style connectsTobias Hunger2015-01-201-1/+2
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-2/+2
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-2/+2
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-1/+0
* | Git/Hg SubmitEditor: Fix buttons in confirmation dialog for closeDaniel Teske2014-08-311-1/+6
* | VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-271-6/+5
|/
* VCS: Discard commit if submit widget is disabledOrgad Shaneh2014-06-231-0/+3
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-3/+3
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-111-1/+1
|\
| * Fix some typosSergio Ahumada2014-03-051-1/+1
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-2/+1
|/
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+1
* Optimize usage of QPaletteLorenz Haas2014-02-211-1/+1
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-2/+2