aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/subversion/subversionplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ICore::dialogParent for message boxes without parent so farhjk2014-03-121-3/+6
* VCS: Open diff/blame editors in other splitTobias Hunger2014-03-071-1/+4
* EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-071-1/+0
* BaseTextEditor: Remove some unnecessary indirections through widgetEike Ziller2014-01-141-1/+1
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | VCS: Remove unnecessary indirectionEike Ziller2013-12-191-3/+2
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-051-2/+4
|\|
| * Limit cdUp to rootOrgad Shaneh2013-12-031-2/+4
* | SVN: Remove dead static functionTobias Hunger2013-11-151-6/+0
* | Use VcsBaseClient::diff instead of svn's onejkobus2013-10-161-158/+10
|/
* VCS: Do not try to add files that are already trackedOrgad Shaneh2013-10-111-2/+11
* VCS: Rename diffBaseDirectory -> workingDirectoryOrgad Shaneh2013-10-101-4/+4
* VCS: Pass workingDirectory for annotateOrgad Shaneh2013-10-101-5/+5
* Use book style capitalization for button labelsjkobus2013-10-101-1/+1
* Fix the condition to work with v 2.0 toojkobus2013-09-261-1/+2
* VCS: Remove dead codeTobias Hunger2013-09-121-1/+0
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-1/+1
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-1/+1
* VCS: Invert Command -> runVcs dependencyOrgad Shaneh2013-08-301-3/+2
* VCS: Enable calling runVcs from non-GUI threadsOrgad Shaneh2013-08-201-3/+4
* VCS: Use a single filename for logOrgad Shaneh2013-08-071-13/+15
* Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-171-5/+5
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Switch less often to edit modeEike Ziller2013-06-051-7/+6
* SVN: Add method to find SVN version and use it in svnDiffTobias Hunger2013-05-311-1/+29
* Subversion: Remove code for SVN version 1.4Tobias Hunger2013-05-311-42/+0
* SVN: Always use internal diff commandTobias Hunger2013-05-291-0/+1
* VCS: Fix testsOrgad Shaneh2013-05-271-2/+2
* Remove Nokia leftoversOrgad Shaneh2013-05-241-2/+2
* VCS: Remove unused editorsOrgad Shaneh2013-05-241-6/+1
* VCS: Remove unused extension parameter from editorsOrgad Shaneh2013-05-241-7/+4
* VCS: Remove redundant calls to default constructorOrgad Shaneh2013-04-221-1/+0
* VCS: Clean up submit editor handlingEike Ziller2013-04-191-7/+8
* Core: Remove Core::Id(QByteArray) constructorhjk2013-04-041-1/+1
* Vcs: Construct Core::Id directly for submit editorhjk2013-03-211-1/+1
* Svn: refactor class SubversionSettingsHugues Delorme2013-03-011-33/+35
* Qt5: Don't use the deprecated QUrl::setEncodedUrl()Debao Zhang2013-03-011-2/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | VCS: Use entries combobox for logOrgad Shaneh2013-01-301-0/+22
* | VCS: Un-static testDiffFileResolvingOrgad Shaneh2013-01-301-1/+1
* | VCS: Refactor fileNameFromDiffSpecificationOrgad Shaneh2013-01-211-0/+40
* | CommandLocator: use Id instead of QString.hjk2013-01-181-2/+1
* | Git: Pass rows instead of files for diffSelectedFilesOrgad Shaneh2013-01-111-1/+2
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-5/+3
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-7/+7
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-201-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|