summaryrefslogtreecommitdiff
path: root/src/plugins/cvs/cvsplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* VCS: Improve dialog on submit promptOrgad Shaneh2018-11-121-6/+3
* CVS: ModernizeOrgad Shaneh2018-09-201-12/+13
* VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-281-21/+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-2/+1
* VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-281-9/+6
* Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-1/+0
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-2/+2
* CVS: ModernizeTobias Hunger2016-02-041-20/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-1/+1
* CVS: Use Qt5-style connectsTobias Hunger2015-11-231-25/+23
* CvsPlugin: Introduce member initialization.Jarek Kobus2015-06-181-34/+0
* VcsBase: Make some slots protected and update users accordinglyTobias Hunger2015-06-111-1/+1
* CVS: Replace CVS checkout wizard with a Json wizardTobias Hunger2015-05-151-11/+0
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-17/+18
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-131-22/+22
* Vcs: Unify options pages for VcsBaseClientImpl based VCSesTobias Hunger2015-04-091-4/+1
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-44/+36
* CVS: fix UI text capitalization and punctuationLeena Miettinen2015-03-271-4/+4
* Vcs: rename overload SubmitEditor::diffSelectedFiles() for rowsHugues Delorme2015-03-051-1/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+3
* Use new mime databaseEike Ziller2015-02-171-5/+5
* Cvs: Use AsynchronousMessageBoxMarco Bubke2015-02-161-2/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | VCS: Remove unneeded qualificationsOrgad Shaneh2015-02-041-2/+2
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-31/+32
|\ \ | |/
| * VCS: Rework disabling of ambiguous actionsOrgad Shaneh2014-11-171-28/+29
* | Add CVS directory actionsToralf2014-10-241-1/+46
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CVS: change QTC_CHECK to QTC_ASSERT and remove dead stores.Erik Verbruggen2014-09-121-4/+4
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-7/+1
* | Vcs: Collapse VcsSubmitEditorFactory hierarchyhjk2014-09-011-5/+2
* | Vcs: Convert to new editor construction schemehjk2014-08-281-6/+2
* | Vcs: Move some static functions from *EditorWidget to *Editorhjk2014-08-281-20/+20
* | VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-271-5/+5
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Do not shout at usersRobert Loehning2014-08-221-1/+1
* | Vcs*: Rename several *Editors to *EditorWidgetshjk2014-08-221-4/+4
* | Fix closing editor with ctrl+w or "x" or File > CloseEike Ziller2014-08-221-1/+2
* | Vcs: Move editor construction over to new schemehjk2014-08-211-4/+6
* | Vcs: Flatten the VcsBase::BaseCheckoutWizard hierarchyhjk2014-08-181-1/+10