summaryrefslogtreecommitdiff
path: root/Zeitgeist
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Fix bug #690112 on Launchpad filed against Zeitgeist SharpManish Sinha2-9/+10
2010-11-09Removed the .pc file and bumped the version to 0.1.0.3vv0.1.0.3Manish Sinha1-5/+0
2010-11-09Added Copyrights and LicenseManish Sinha21-3/+439
2010-11-01Changed the version from 0.1 to 0.1.0.1vv0.1.0.1Manish Sinha1-1/+1
2010-11-01Added Zeitgeist/AssemblyInfo.cs to Zeitgeist/Zeitgeist.csproj and updated the...Manish Sinha5-2/+46
2010-10-21Added a ctor for TimeRange which takes the start and end values as DateTime i...Manish Sinha1-0/+25
2010-10-20Fixed the Zeitgeist Monitor implementation. Thanks to SeifManish Sinha1-11/+7
2010-10-20Added unittest for MonitorManish Sinha1-0/+3
2010-10-10Added support for MonitorManish Sinha3-0/+119
2010-10-07Fixed Interpretation and Manifestation to deal with unknown Uris and Fixed al...Manish Sinha3-2/+13
2010-10-07Merge with fixed build system and also changed the type from struct to classManish Sinha9-102/+51
2010-10-05Rewritten build system from scratch using autotools and xbuildMirco Bauer7-98/+44
2010-10-03Added unit tests for LogClient.FindEvents and also updated the build script f...Manish Sinha1-0/+1
2010-10-03Added test for LogClient.FindEventIds and also fixed RawEvent for handling no...Manish Sinha3-11/+9
2010-10-03Implemented TestDeleteEvent and also made changes to TimeRange to make it mor...Manish Sinha3-22/+80
2010-10-03Added test cases for GetEvent and InsertEvent and also modified Interpretatio...Manish Sinha5-40/+57
2010-10-03Added Testsuit project. Added unittests for InterpretationManish Sinha1-1/+17
2010-10-02Changed the KeyValuePair<string,string> to a custom Data Type named NameUri w...Manish Sinha7-315/+348
2010-10-02Merge from trunk to the branch with DateTime fixManish Sinha7-141/+145
2010-10-01Fixed bug #651345Manish Sinha1-8/+8
2010-10-01Due to changing of access modifier to internal in last commit a few problems ...Manish Sinha4-135/+139
2010-10-01Changed the access modifier from public to internal for these class/structManish Sinha6-6/+6
2010-09-20Removed Zeitgeist.Cli Project and updated build scriptsManish Sinha1-2/+1
2010-09-19Initialized Subject and Payload properties in Event class and also added meth...Manish Sinha3-6/+54
2010-09-19Added handling of event Id. Put 0 to ignoreManish Sinha1-1/+4
2010-09-18Commented the methods and Properties og ZgUtils and also made it a public Cla...Manish Sinha1-1/+31
2010-09-18Implemented UNIX Timestamp to System.DateTime and also added support for it i...Manish Sinha3-11/+63
2010-09-18Added DateTime support in Zeitgeist.Datamodel.Event for the Property TimestampManish Sinha2-3/+25
2010-09-18Added Interpretation and Manifestation support in Zeitgeist.Datamodel.EventManish Sinha3-12/+21
2010-09-18Implemented search in ManifestationManish Sinha1-3/+102
2010-09-18Implemented Manifestation in DatamodelManish Sinha3-1/+401
2010-09-18Added support for searching for an interpretationManish Sinha1-5/+321
2010-09-18Created Interpretation.cs file and update the Makefile.am file accordinglyManish Sinha3-1/+1289
2010-09-17Added autotools support for zeitgeist-sharpManish Sinha2-0/+103
2010-09-11Fixed the public access attribute for events in DataSourceClientManish Sinha1-3/+3
2010-09-11Chained events in DataSourceClient from IDataSource and changed the static(ne...Manish Sinha3-60/+96
2010-09-11Finished all the XML documents re-orgainization and breaking down <summary> i...Manish Sinha5-44/+59
2010-09-11Fixed the XML comments on all the TypesManish Sinha7-44/+218
2010-09-10Added hell lot of XML comment for generating DocumentationManish Sinha8-29/+585
2010-09-10Added documentation to DataSourceClient.cs and LogClient.csManish Sinha2-0/+196
2010-09-10Moved out GetDBusObject out to ZgUtils and it uses Generic method. The signat...Manish Sinha5-42/+77
2010-09-10Wrapped 3 methods in LogClient from ILogManish Sinha2-1/+43
2010-09-10Implementing LogClientManish Sinha5-18/+128
2010-09-10Wrapped IBlacklistManish Sinha4-1/+53
2010-09-07Created DataSourceClient and RawDataModelManish Sinha5-15/+165
2010-09-06Implemented Interface ILog with the following methodsManish Sinha4-12/+51
2010-09-05Implemented IBlacklist and also finished RawEvent and Event with converting f...Manish Sinha4-21/+144
2010-09-05Created Client/IDataSources and arrange the various projects with proper name...Manish Sinha11-0/+278