Changeset 13 for trunk/VCSCommander.lpr


Ignore:
Timestamp:
May 30, 2015, 1:02:36 PM (9 years ago)
Author:
chronos
Message:
  • Added: New test form where general functionality of selected backend can be tested.
  • Added: Basic git backend implementation.
  • Added: Project group form and ability to open/save group of projects as configuration to XML file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VCSCommander.lpr

    r11 r13  
    1010  Forms, UFormMain, UCore, Common, TemplateGenerics, UFormBrowse, UVCS,
    1111  UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject, SysUtils,
    12   UFormCommit, UFormCheckout, UBazaar, UBackend, UFormLog
     12  UFormCommit, UFormCheckout, UBazaar, UBackend, UFormLog, UFormTest,
     13  UFormProjectGroup
    1314  { you can add units after this };
    1415
     
    3940  Application.CreateForm(TFormCheckout, FormCheckout);
    4041  Application.CreateForm(TFormLog, FormLog);
     42  Application.CreateForm(TFormTest, FormTest);
     43  Application.CreateForm(TFormProjectGroup, FormProjectGroup);
    4144  Application.Run;
    4245end.
Note: See TracChangeset for help on using the changeset viewer.