aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/subversion
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2/+2
* | 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
|/
* VcsBase: Create common base diff editor controllerJarek Kobus2017-07-052-60/+49
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | Move mimetype definitions to plugin specsEike Ziller2017-02-276-19/+11
* | Prefix editor's uniqueId with plugin nameJarek Kobus2017-01-102-2/+6
* | VCS: Use Qt5 connect for annotateOrgad Shaneh2016-11-282-14/+1
* | VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-282-5/+7
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-211-1/+1
|\|
| * Add missing overridesJarek Kobus2016-11-171-1/+1
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-143-16/+28
|\|
| * SVN: Escape files containing '@' charactersTobias Hunger2016-11-073-16/+28
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-10-271-9/+12
|\|
| * SVN: Fix topicTobias Hunger2016-10-261-9/+12
* | Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-242-7/+6
* | VCS: Replace QToolButtons in VCS toolbar with QActionsJarek Kobus2016-10-241-3/+5
* | 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-214-0/+18
* | VCS: "final"-ize IVersionControl implementationsTobias Hunger2016-10-211-13/+13
|/
* VCS: VcsBaseClient::vcsFullySynchronousExec returns a SynchronousProcessResponseTobias Hunger2016-07-152-10/+7
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-2/+2
* SVN: Avoid uncessesary QString creations.Andre Hartmann2016-05-302-7/+11
* SVN: Show conflicted files in submit editorAndre Hartmann2016-05-264-13/+16
* SVN: Add constants for file change stateAndre Hartmann2016-05-221-4/+9
* VCS: Colorize unmerged files in submit editorAndre Hartmann2016-05-201-0/+2
* vcs: fix compiler warningNikita Baryshnikov2016-05-131-3/+3
* Wholesale conversion to #pragma oncehjk2016-03-309-36/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1918-292/+207
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-1/+1
* Subversion: Use Qt5-style connectsTobias Hunger2015-11-232-32/+31
* SVN: Fix encoding issues for commit messageTobias Hunger2015-08-271-1/+1
* Subversion: Add missing override modifiers.Christian Kandeler2015-08-201-6/+6
* SubversionPlugin: Introduce member initialization.Jarek Kobus2015-06-183-59/+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-092-6/+7
* subversion: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-031-1/+1
* Subversion: Replace Subversion Checkout wizardTobias Hunger2015-05-159-288/+1
* CheckoutWizards: Use IVersionControl::createInitialCheckoutCommandTobias Hunger2015-05-111-18/+5
* CheckoutWizards: Simplify code to look up specific pagesTobias Hunger2015-05-111-5/+1
* IVersionControl: Add method to get a ShellCommand for initial checkoutsTobias Hunger2015-05-112-0/+26
* Vcs: Sprinkle overrides over IVersionControlsTobias Hunger2015-05-081-12/+12
* ShellCommand: Rename some signalsTobias Hunger2015-05-071-1/+1
* SubversionClient: Use Qt5 style connectTobias Hunger2015-05-071-2/+1