386
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename the AnkhStatus class to SvnStatusData to match usage. More... about 10 years ago
* src/Ankh.Services/Scc/Git/GitItem.State.cs * src/Ankh.Services/Scc/Git/IGitStatusCache.cs Remove 4.0 usings again :( More... about 10 years ago
Fully support git items in the AnkhSVN selection framework. More... about 10 years ago
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs * src/Ankh.Services/Scc/SccProvider.cs * src/Ankh.VS.UnitTest/Mocks/SelectionContext.cs Avoid unneeded CLS incompliant apis More... about 10 years ago
* src/Ankh.Scc/Commands/SccCheckoutFailedProject.cs * src/Ankh.Services/Selection/ISelectionContext.cs * src/Ankh.Services/Selection/SvnHierarchy.cs * src/Ankh.VS.UnitTest/Mocks/SelectionContext.cs * src/Ankh.VS/Selection/SelectionContext.cs Rename class to avoid Svn prefix for scc generic code. More... about 10 years ago
Introduce a lot of git status cache plumbing by duplicating the svn specific framework. More... about 10 years ago
* src/Ankh.UI/Commands/AnnotateDialog.cs * src/Ankh.UI/Commands/ExportDialog.cs * src/Ankh.UI/IssueTracker/IssueTrackerSetupCommand.cs * src/Ankh.UI/MergeWizard/Commands/Merge.cs * src/Ankh.UI/PathSelector/VersionResolverService.cs * src/Ankh.UI/PendingChanges/Commits/PendingCommitItem.cs * src/Ankh.UI/PendingChanges/Conflicts/ConflictListItem.cs * src/Ankh.UI/RepositoryExplorer/Commands/RepositoryBrowseCommand.cs * src/Ankh.UI/SvnLog/Commands/CompareWithWorkingCopy.cs * src/Ankh.UI/SvnLog/Commands/ShowChanges.cs * src/Ankh.UI/WorkingCopyExplorer/Nodes/WCDirectoryNode.cs * src/Ankh.UI/WorkingCopyExplorer/Nodes/WCMyComputerNode.cs * src/Ankh.UI/WorkingCopyExplorer/WorkingCopyExplorerControl.cs * src/Ankh.VS.UnitTest/CommandRouting/CommandRoutingTest.cs * src/Ankh.VS.UnitTest/MenuItemTests/MenuItemCallback.cs * src/Ankh.VS.UnitTest/PackageTest.cs * src/Ankh.VS.UnitTest/Services/FileIconMapperTest.cs And more references More... about 10 years ago
* src/Ankh.VS/AnkhVSModule.cs Fix another reference More... about 10 years ago
* src/Ankh/Commands/AddItemCommand.cs * src/Ankh/Commands/AddToSccCommands.cs * src/Ankh/Commands/BranchSolutionCommand.cs * src/Ankh/Commands/ItemAnnotateCommand.cs * src/Ankh/Commands/ItemDelete.cs * src/Ankh/Commands/ItemEditPropertiesCommand.cs * src/Ankh/Commands/ItemIgnore.cs * src/Ankh/Commands/LogCommand.cs * src/Ankh/Commands/OpenFromSubversion.cs * src/Ankh/Commands/RepositoryExplorer/CopyToWorkingCopy.cs * src/Ankh/Commands/SwitchItemCommand.cs * src/Ankh/Commands/UpgradeWorkingCopy.cs * src/Ankh/Services/AnkhDiff.cs * src/Ankh/Services/PendingChanges/PendingCommitState.cs * src/Ankh/Services/SolutionSettings.cs Fix interface references. More... about 10 years ago
Rename the IFileStatusCache to ISvnStatusCache. More... about 10 years ago
Introduce GitItem and IGitStatusCache next to their Svn counterparts. More... about 10 years ago
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs Fix tooltip for properly deleted items: don't show missing. More... about 10 years ago
Fix two bugs caused by the recent refactorings: properly register service and don't reinitialize the project map when closing the solution. More... about 10 years ago
* src/Ankh.Scc/SvnSccProvider.Projects.cs Resolve old TODO and release build compilation problem. More... about 10 years ago
Rename the project layout service to 'Svn solution layout service' as that more closely documents what it is really about. This finalizes the extraction work from the Svn Scc provider. More... about 10 years ago
* src/Ankh.GitScc/GitSccProjectMap.cs * src/Ankh.Services/Scc/SccProjectMap.SccExcluded.cs Remove unneeded (and not 2.0) compatible usings. More... about 10 years ago
Implement the IProjectFileMapper on a separate service than the SVN service (which wouldn't work for git for obvious reasons). More... about 10 years ago
* src/Ankh.GitScc/GitSccProvider.cs * src/Ankh.Scc/ProjectTracker.Solution.cs * src/Ankh.Scc/SvnSccProvider.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Scc/SvnSccProvider.Projects.cs * src/Ankh.Scc/SvnSccProvider.Solution.cs * src/Ankh.Scc/SvnSccProvider.SourceControl.cs * src/Ankh.Services/Ankh.Services.csproj * src/Ankh.Services/Scc/IAnkhSccProviderEvents.cs * src/Ankh.Services/Scc/ProjectMap/SccProjectFile.cs * src/Ankh.Services/Scc/SccProjectMap.cs * src/Ankh.Services/Scc/SccProjectMap.SccExcluded.cs * src/Ankh.Services/Scc/SccProjectMap.SolutionInfo.cs * src/Ankh.Services/Scc/SccProvider.cs * src/Ankh.Services/Scc/SccProvider.SolutionInfo.cs * src/Ankh.Services/Scc/SccProvider.SourceControl.cs Extract more project map code from the svn provider More... about 10 years ago
Extract events from the project tracker to the scc provider to a separate interface to allow making most things protected and moving the implementation to the generic scc provider. More... about 10 years ago
* src/Ankh.Scc/Ankh.Scc.csproj * src/Ankh.Scc/ProjectMap/SccSvnProject.cs * src/Ankh.Scc/ProjectMap/SvnSccProject.cs * src/Ankh.Scc/SvnSccProjectMap.cs Rename class More... about 10 years ago
Make the project map available for the git provider. More... about 10 years ago
* src/Ankh.Scc/ProjectMap/SccSvnProject.cs * src/Ankh.Scc/SccProjectMap.FileMap.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Scc/SvnSccProvider.Glyphs.cs * src/Ankh.Scc/SvnSccProvider.QueryEditSave.cs * src/Ankh.Services/Scc/IProjectFileMapper.cs * src/Ankh.Services/Scc/ProjectMap/SccProjectData.cs Use proper methods More... about 10 years ago
Integrate the newly extracted file and project map to a single class. More... about 10 years ago
* src/Ankh.Scc/Ankh.Scc.csproj * src/Ankh.Scc/SccFileMap.cs * src/Ankh.Scc/SccProjectMap.cs * src/Ankh.Scc/SvnSccProvider.cs * src/Ankh.Scc/SvnSccProvider.Enlistment.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Scc/SvnSccProvider.Projects.cs * src/Ankh.Scc/SvnSccProvider.SourceControl.cs More project map extraction More... about 10 years ago
* src/Ankh.Scc/Ankh.Scc.csproj * src/Ankh.Scc/SccProjectMap.cs * src/Ankh.Scc/SvnSccProvider.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Scc/SvnSccProvider.Projects.cs First step of extracting project mapping out of scc provider. More... about 10 years ago
* src/Ankh.UI/PathSelector/CommonFileSelectorDialog.cs Avoid more double work. More... about 10 years ago
Fix a scalability issue in the common pending change selection code, which most commonly triggers on operations performed on the solution. More... about 10 years ago
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs * src/Ankh.Services/Scc/PendingChange.cs * src/Ankh.Services/Scc/SccProvider.cs Add scc tooltip support to the generic Scc provider. More... about 10 years ago
* src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Services/Scc/IAnkhGitSccService.cs * src/Ankh.Services/Scc/IAnkhProjectDocumentTracker.cs * src/Ankh.Services/Scc/IAnkhSccService.cs * src/Ankh.Services/Scc/IProjectFileMapper.cs * src/Ankh.Services/Scc/ProjectMap/SccDocumentData.cs * src/Ankh.VS/Selection/SelectionContext.cs Move two functions to the right interface More... about 10 years ago
* src/Ankh.Scc/Commands/ProjectFileFilter.cs * src/Ankh.Scc/ProjectTracker.Solution.cs * src/Ankh.Scc/SccUI/ChangeSourceControl.cs * src/Ankh.Scc/SccUI/ChangeSourceControlRow.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Services/Ankh.Services.csproj * src/Ankh.Services/Scc/IProjectFileMapper.cs * src/Ankh.Services/Scc/IProjectInfo.cs * src/Ankh.Services/Scc/ISccProjectInfo.cs * src/Ankh.Services/Scc/PendingChange.cs * src/Ankh.Services/Scc/SvnItemData.cs * src/Ankh.UI/MergeWizard/Commands/Merge.cs * src/Ankh.VS.UnitTest/CommandRouting/CommandTests.cs * src/Ankh/Commands/AddToSccCommands.cs * src/Ankh/Commands/BranchSolutionCommand.cs * src/Ankh/Commands/ItemEditPropertiesCommand.cs * src/Ankh/Commands/LogCommand.cs * src/Ankh/Commands/SolutionCommitCommand.cs * src/Ankh/Commands/SolutionUpdateCommand.cs * src/Ankh/Commands/SwitchItemCommand.cs Rename ISvnProjectInfo to ISccProjectInfo More... about 10 years ago