aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/subversion
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Vcs: Split up VcsCommandTobias Hunger2015-05-042-12/+13
* Vcs: Push the binary into the Jobs of VcsCommandTobias Hunger2015-04-292-6/+5
* Utils: Make SynchronousProcess use second based timeoutsOrgad Shaneh2015-04-151-1/+1
* DiffEditorManager simplifyNikita Baryshnikov2015-04-131-3/+3
* Vcs: Make VcsBaseClient return stderr on fullySynchronous executionTobias Hunger2015-04-131-1/+1
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-133-20/+20
* Vcs: Unify options pages for VcsBaseClientImpl based VCSesTobias Hunger2015-04-093-47/+8
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-089-74/+67
* Subversion: WS fixTobias Hunger2015-04-072-7/+8
* Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClientTobias Hunger2015-03-264-53/+34
* VCS: Rename DiffHighlighter -> DiffAndLogHighlighterOrgad Shaneh2015-03-251-1/+1
* Vcs: Fix compile with MSVC2010Christian Stenger2015-03-161-1/+3
* Vcs: colorize file items in submit editorHugues Delorme2015-03-131-0/+9
* Vcs: fix missing icons in SubmitFileModelHugues Delorme2015-03-111-3/+4
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-102-85/+44
* VCS: Remove dead storesOrgad Shaneh2015-03-081-3/+3
* Vcs: rename overload SubmitEditor::diffSelectedFiles() for rowsHugues Delorme2015-03-061-1/+2
* Prefix duplicate names in Open Documents to make them uniqueOrgad Shaneh2015-02-261-1/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Clean exported headers of the VcsBase plugin.Friedemann Kleint2015-02-261-0/+2
* Fix layouts for OSX: Set the obligatory ExpandingFieldsGrowAlessandro Portale2015-02-241-0/+6
* SVN: Save description as utf-8 stringTobias Hunger2015-02-202-1/+14
* SVN: Remove commented out codeTobias Hunger2015-02-201-18/+0
* Use new mime databaseEike Ziller2015-02-171-3/+3
* DiffEditor: Make DiffEditorDocument internalTobias Hunger2015-02-161-8/+8
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1222-130/+130
|\
| * Update LicenseEike Ziller2015-01-1622-130/+130
* | VCS: Remove unneeded qualificationsOrgad Shaneh2015-02-042-16/+16
* | SVN: Fix warning raised by clangTobias Hunger2015-01-271-1/+2
* | Svn: add "Verbose" option for log commandHugues Delorme2015-01-265-37/+49
* | Svn: move common constants in subversionconstants.hHugues Delorme2015-01-262-19/+29
* | Svn: Sprinkle with autoTobias Hunger2015-01-223-6/+6
* | VcsBase: Make VcsConfiguration page more dynamicTobias Hunger2015-01-211-2/+5