-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hrishi Hiraskar edited this page Jul 30, 2018
·
22 revisions
Welcome to the TrackGit wiki!
Here you will find the progress of this project.
- Introductory blog (link)
- Started on Dynamic Tracker menu
- Setup environment
- Build Haiku on Haiku
- Solved Message not being received by Tracker bug.
- Started with TrackGit
- Tried to add icon to project, but failed, need to investigate
- Integration of LibGit2 failed with some header errors. Getting help from mentors to solve it.
- Started to learn how to use BLayoutBuilder.
- Created Clone Window.
- Created Clone command, some error in ssl object.
- Implemented Init of empty repository.
- Added Init Test.
- Added Doxygen API documentation.
- Created Status Command.
- Solved a bug in Status.
- Learnt to use Haiku Debugger.
- Solved Clone command ssl error.
- Added Status Test.
- Implemented Status Window.
- Implemented TrackGit Application.
- Addressed Stephen's comments regarding coding conventions and some optimizations.
- Made clone process threaded.
- Implemented Clone progress Window.
- Addressed comments on merge request on Haiku.
- Implemented Add Files command (add selected files).
- Implemented Add All files (if no files are selected).
- Addressed Stephen's comments on last weeks commits.
- Implemented Commit command.
- Added test for commit command.
- Implemented Pull command.
- Implemented Conflicts Window.
- Implemented Show conflicts Window.
- Implemented Push command.
- Implemented Create Branch.
- Implemented Switch Branch.
- Implemented Log Viewer.
- Added progress bar to Clone window.
- Added link to open file in Status window.