summaryrefslogtreecommitdiff
path: root/src/plugins/subversion/subversionplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Subversion: Do not close the editor if commit failsOrgad Shaneh2019-01-201-9/+4
* Subversion: ModernizeAlessandro Portale2018-11-261-2/+2
* VCS: Improve dialog on submit promptOrgad Shaneh2018-11-121-6/+3
* Subversion: ModernizeOrgad Shaneh2018-09-201-9/+10
* VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-281-19/+1
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-061-6/+5
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-3/+3
* VCS: Offer to save-all before commitTobias Hunger2017-09-121-0/+3
* VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-1/+1
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-3/+0
* VCS: Use Qt5 connect for annotateOrgad Shaneh2016-11-281-10/+1
* VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-281-2/+4
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-141-9/+11
|\
| * SVN: Escape files containing '@' charactersTobias Hunger2016-11-071-9/+11
* | Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-1/+0
* | VCS: Fix inverse conditionOrgad Shaneh2016-10-241-1/+1
* | VCS: Add a way to filter out files/directories that belong to a VCSTobias Hunger2016-10-211-0/+10
|/
* VCS: VcsBaseClient::vcsFullySynchronousExec returns a SynchronousProcessResponseTobias Hunger2016-07-151-6/+4
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-2/+2
* SVN: Avoid uncessesary QString creations.Andre Hartmann2016-05-301-2/+3
* SVN: Show conflicted files in submit editorAndre Hartmann2016-05-261-3/+4
* vcs: fix compiler warningNikita Baryshnikov2016-05-131-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-1/+1
* Subversion: Use Qt5-style connectsTobias Hunger2015-11-231-21/+19
* SubversionPlugin: Introduce member initialization.Jarek Kobus2015-06-181-27/+1
* VcsBase: Make some slots protected and update users accordinglyTobias Hunger2015-06-111-1/+1
* Subversion: Replace Subversion Checkout wizardTobias Hunger2015-05-151-11/+0
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-10/+11
* Utils: Make SynchronousProcess use second based timeoutsOrgad Shaneh2015-04-151-1/+1
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-131-17/+17
* Vcs: Unify options pages for VcsBaseClientImpl based VCSesTobias Hunger2015-04-091-1/+1
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-31/+23
* Subversion: WS fixTobias Hunger2015-04-071-2/+2
* Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClientTobias Hunger2015-03-261-31/+31
* VCS: Remove dead storesOrgad Shaneh2015-03-081-3/+3
* Vcs: rename overload SubmitEditor::diffSelectedFiles() for rowsHugues Delorme2015-03-061-1/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Use new mime databaseEike Ziller2015-02-171-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | VCS: Remove unneeded qualificationsOrgad Shaneh2015-02-041-14/+14
* | Svn: add "Verbose" option for log commandHugues Delorme2015-01-261-35/+1
* | Svn: move common constants in subversionconstants.hHugues Delorme2015-01-261-18/+11
* | Vcs: Remove unused GetRepositoryRootOperationTobias Hunger2015-01-191-39/+0
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* | Svn: Fix warning about overriding virtual methodsTobias Hunger2015-01-061-4/+6
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-25/+26
|\ \ | |/