lp://staging/zeitgeist-sharp/experimental
- Get this branch:
- bzr branch lp://staging/zeitgeist-sharp/experimental
Branch merges
Branch information
Recent revisions
- 15. By Manish Sinha (मनीष सिन्हा)
-
Finished all the XML documents re-orgainization and breaking down <summary> into <summary> and <remark>
- 11. By Manish Sinha (मनीष सिन्हा)
-
Moved out GetDBusObject out to ZgUtils and it uses Generic method. The signature of it is
public static T GetDBusObject<T>(string objectPath) Added XML Documentation to BlackistClient class and 2 methods of BlacklistClient
- 10. By Manish Sinha (मनीष सिन्हा)
-
Wrapped 3 methods in LogClient from ILog
* FindEventIds
* FindEvents
* FindRelatedUris - 9. By Manish Sinha (मनीष सिन्हा)
-
Implementing LogClient
Method wrapped
* GetEvents
* InsertEvents
* DeleteEvents
* InstallMonitor
* RemoveMonitor
* DeleteLog
* QuitMethods still to be wrapper:
* FindEventsId
* FindEvents
* FindRelatedUrisMoved out all the (RawEvent[] -> List<Event)> and (List<Event> to List<RawEvent>) to ZsUtils class to prevent duplication
- 6. By Manish Sinha (मनीष सिन्हा)
-
Implemented Interface ILog with the following methods
* GetEvents [Works]
* FindEventIds [NA]
* FindEvents [NA]
* FindRelatedUris [NA]
* InsertEvents [Works]
* InstallMonitor [NA]
* RemoveMonitor [NA]
* DeleteEvents [Works]
* DeleteLog [Didnt't try, it's Nuclear Bomb]
* Quit [Works]NA means "Not Attempted"
This commit can be still broken due to many methods marked NA
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)