- Aug 16, 2017
-
-
Stanley Goldman authored
-
- Aug 08, 2017
-
-
Andreia Gaita authored
Add support for setting name and email when there is no repository yet.
-
Stanley Goldman authored
-
Andreia Gaita authored
-
- Jul 31, 2017
-
-
Stanley Goldman authored
-
- Jul 11, 2017
-
-
Stanley Goldman authored
-
Stanley Goldman authored
-
- Jul 10, 2017
-
-
Andreia Gaita authored
-
- Jul 07, 2017
-
-
Andreia Gaita authored
Show branch name and url of the active remote. Add tooltips. Fix updating it when things change.
-
- Jul 05, 2017
-
-
Andreia Gaita authored
-
- Jul 07, 2017
-
-
Andreia Gaita authored
-
- Jul 05, 2017
-
-
Andreia Gaita authored
Use OnEnable/OnDisable instead of OnShow/OnHide, it's more consistent with Unity's naming and our own window class. AuthenticationView was missing some calls from the window, fixicate.
-
- Jul 03, 2017
-
-
Stanley Goldman authored
-
- Jun 25, 2017
-
-
Stanley Goldman authored
-
- Jun 22, 2017
-
-
Andreia Gaita authored
-
Andreia Gaita authored
-
Andreia Gaita authored
-
Andreia Gaita authored
-
Andreia Gaita authored
-
- Jun 12, 2017
-
-
Stanley Goldman authored
Rename Initialize(IView) to InitializeView; Change Subview.Initialize(IApplicationManager) to be virtual; Calling UpdateLog on HistoryView.Initialize(IApplicationManager)
-
- Jun 09, 2017
-
-
Stanley Goldman authored
-
- Jun 07, 2017
-
-
Stanley Goldman authored
-
- Jun 01, 2017
-
-
Andreia Gaita authored
-
Andreia Gaita authored
-
Andreia Gaita authored
-
- May 30, 2017
-
-
Andreia Gaita authored
The history of the task system changes is at https://github.com/shana/task-system (8b3880cd69) Also get rid of the separate NPath provider for cleaner code
-
- May 25, 2017
-
-
Andreia Gaita authored
-
- May 23, 2017
-
-
Andreia Gaita authored
-
- May 10, 2017
-
-
Stanley Goldman authored
-
- May 05, 2017
-
-
Stanley Goldman authored
-
- Apr 20, 2017
-
-
Andreia Gaita authored
Move the Initialize repository UI to the history view so that we can have that one and the settings tab available when there's no repository yet, but only show the git and trace logging settings in the settings view in this case. Fix a few NRE triggered by OnGUI when there's no repository initialized.
-
- Apr 08, 2017
-
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Andreia Gaita authored
-
- Apr 07, 2017
-
-
Andreia Gaita authored
Hook up settings view lock list to the real data, and also the project window. Add context menus for locking and unlocking. Add remote configuration to the settings view so it's possible to push a new repository Fix settings view refresh Move locks out of the status results, some places don't need that data (changes view doesn't have it anymore, for the moment)
-
Stanley Goldman authored
-
- Apr 05, 2017
-
-
Stanley Goldman authored
Stop trigger on delete of lock file Adding RepositoryManagerTests based on RepositoryWatcherTests RepositoryManager scenario that needs dealing with Fixing unit test Repository manager that stops the watcher to perform a push/pull Adding a Debounce function Separate initialization from construction Throwing one repository changed event per pass Getting further with RepositoryManager Moving more functionality into Repository Manager Adding more RepositoryManager functionality Refactoring commands for commonality Removing unused method Fixing RepositoryManager UnitTests Start of RepositoryManager.CommitFiles() Starting to add "add files and commit" functionality Creating ITaskRunner and using it in RepositoryManager Undoing some resharper code cleanup Undoing more resharper overeagerness And some more Fixing some errors Trying to make TaskRunner take a SynchronizationContext instead Adding TaskRunnerBase to fix things Missing project file change Pulling more things up to TaskRunnerBase Adding GitCommitFilesTask Removing changes Need to initialize the RepositoryManager Removing some code cleanup changes More code cleanup Updating guard method Fixing repositoryRepositoryPathConfiguration Other code tweaks Renaming instance More fixes
-
- Apr 04, 2017