aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-283-6/+6
* Qt Creator CMake portCristian Adam2019-05-171-0/+13
* VCS: Improve dialog on submit promptOrgad Shaneh2018-11-121-6/+3
* CVS: ModernizeOrgad Shaneh2018-09-208-22/+23
* VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-282-26/+2
* VCS: Unify default and maximum timeout in all setting pagesOrgad Shaneh2018-06-191-0/+3
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-063-9/+8
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-3/+3
* VCS: Offer to save-all before commitTobias Hunger2017-09-121-0/+3
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | Replace QLatin1String, QStringLiteral ("") with QString()Nikita Baryshnikov2017-08-211-1/+1
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-251-9/+9
|\|
| * Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-9/+9
* | VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-1/+1
|/
* Move mimetype definitions to plugin specsEike Ziller2017-02-276-19/+11
* CVS: Re-enable plugin unit testsChristian Stenger2016-12-051-0/+1
* VCS: Use Qt5 connect for annotateOrgad Shaneh2016-11-282-3/+1
* VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-282-12/+6
* Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-242-10/+9
* VCS: Replace QToolButtons in VCS toolbar with QActionsJarek Kobus2016-10-241-5/+6
* 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-212-0/+9
* VCS: "final"-ize IVersionControl implementationsTobias Hunger2016-10-211-15/+15
* UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-021-0/+7
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-2/+2
* SynchronousProcess: Change exit code interpreter to function objectEike Ziller2016-04-272-24/+8
* CVS: ModernizeTobias Hunger2016-02-0419-165/+42
* cvsutils: Fix build with gcc 5.3.Friedemann Kleint2016-02-041-1/+1
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1920-327/+231
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-1/+1
* CVS: We still need some public slots:-/Tobias Hunger2015-11-231-1/+2
* CVS: Use Qt5-style connectsTobias Hunger2015-11-232-35/+34
* CvsPlugin: Introduce member initialization.Jarek Kobus2015-06-182-66/+31
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-171-1/+1
* VcsBase: Make some slots protected and update users accordinglyTobias Hunger2015-06-111-1/+1
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-4/+5
* UI text: fix capitalizationLeena Miettinen2015-06-011-1/+1
* CVS: Replace CVS checkout wizard with a Json wizardTobias Hunger2015-05-1510-252/+3
* CheckoutWizards: Use IVersionControl::createInitialCheckoutCommandTobias Hunger2015-05-111-18/+4
* Utils: Add a WizardPage to show progress of a ShellCommandTobias Hunger2015-05-111-0/+4
* CheckoutWizards: Simplify code to look up specific pagesTobias Hunger2015-05-111-6/+2
* IVersionControl: Add method to get a ShellCommand for initial checkoutsTobias Hunger2015-05-112-0/+26
* Vcs: Sprinkle overrides over IVersionControlsTobias Hunger2015-05-081-14/+14
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-17/+18
* Vcs: Push the binary into the Jobs of VcsCommandTobias Hunger2015-04-291-3/+2
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-132-23/+23
* Vcs: Unify options pages for VcsBaseClientImpl based VCSesTobias Hunger2015-04-093-45/+8
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-089-78/+81