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
Implemented support for submenus. Submenus are created on demand if they don't exist. More... almost 22 years ago
M /src/Ankh/Commands/UpdateItemCommand.cs - Now uses a more intelligent approach to updating multiple items - if one file is in a directory that is on the list of update targets, we won't bother calling update on that file. More... almost 22 years ago
Modified some text but mainly the layout to make it be more readable in the Ankh Setup Wizard. More... almost 22 years ago
Added support for refreshing projects. M /src/Ankh/Commands/AddItemCommand.cs - Calls RefreshSelectionParents after performing the add M /src/Ankh/Solution/Explorer.cs - Deleted the GetSelectedItems method. Added the RefreshSelectionParents() method M /src/Ankh/Solution/TreeNode.cs - Added parent pointers to all treenodes. Added the Refresh method. Added regions for all the node subclasses. More... almost 22 years ago
Implemented a new function in Client, SingleStatus, which returns the status of a single directory or file, This in contrast to the original Status, which returns a dictionary of path->status mappings More... almost 22 years ago
Fixed the problem where a NullReferenceException was thrown when right clicking on the solution node in solution explorer More... almost 22 years ago
Ups. Moved the wrong methode out of AddItemCommand. Moved AddCandidateVisitor out, and put AddVisitor back in. My fault.
Per
More... almost 22 years ago
Moved AddVisitor methode from AddItemCommand to resourcevisitors.
Per
More... almost 22 years ago
Implemented a RevisionPicker control which allows the user to select a revision. Made the RepositoryExplorerControl and ViewLogDialog use the new control. More... almost 22 years ago
Implemented Ankh.AddItemCommand. Added shaddow to the unversioned icon ('?'). Commented out QuerySendByWeb. SolutionExplorer.UpdateSelectionStatus doesn't update the status icons after adding a file yet.
Per
More... almost 22 years ago
Added information of * What Ankh Alpha can do for you in VS .NET * Ankh Alpha Source Code * Documentation * Start GUIDE a. Default test repository b. Example walkthrough c. For those who have knowledge of Subversion More... almost 22 years ago
Changed URL to error reporting page More... almost 22 years ago
Added title page required by HIO with two logos. The title page contain information about: * Title * Project number * Employer * Supervisors * Group members * Abstract Etc. More... almost 22 years ago
Added status icons to the help project.
Per
More... almost 22 years ago
Added text for status icons. Added images of the status icons.
Per
More... almost 22 years ago
Implemented support for automatic error reporting More... almost 22 years ago
ASP.NET project to handle error reporting More... almost 22 years ago
Moved SolutionExplorer and TreeNode into their own namespace called Solution. Renamed SolutionExplorer to Explorer. More... almost 22 years ago
M /src/Ankh/SvnContext.cs - LogMessageCallback now passes the CommitItems to the CommitDialog constructor. M /src/Ankh/Commands/UpdateItemCommand.cs - The command is now on Solution and Folder M /src/Ankh/Commands/CommitItemCommand.cs - Ditto M /src/Ankh/TreeNode.cs - Added the SolutionNode class M /src/NSvn.Core.Tests.MCpp/NSvn.Core.Tests.MCpp.vcproj - Turned off precompiled headers in Release mode M /src/Ankh.UI/CommitDialog.cs - Added a list that shows commit items. More... almost 22 years ago
Made the VSUserControlhost.dll register itself during setup More... almost 22 years ago
Switched off precompiled headers in Release mode More... almost 22 years ago
Changed bg color of '+' to yellow.
Per
More... almost 22 years ago
Fixed a lot of border cases. More... almost 22 years ago
Build file for Ankh now registers the VSUserControlHost control and runs tlbimp on it More... almost 22 years ago
Added check for null pointer in the ProjectItemNode ctor More... almost 22 years ago
Implemented preliminary support for committing and updating whole projects, as well as setting status on those nodes. More... almost 22 years ago
Added support for hosting the Repository Explorer as a tool window. Note that the VSUserControlHost ActiveX control needs to be registered to make this work. Go to the lib directory and type regsvr32 VSUserControlHost.dll. More... almost 22 years ago
User control now also works for revision numbers. Removed committed and base revision and commented out prev (could maby be useful to see HEAD -1 ?) revision because svn throws an exception, even though they are valid options. More... almost 22 years ago
Fixed cursor bug. Disabled go button while getting info from repository.
Per
More... almost 22 years ago
Changed the VS installer. Added licence and readme. It now works.
Per
More... almost 22 years ago