lp://staging/~manishsinha/zeitgeist-sharp/architecture-issues
Created by
Manish Sinha (मनीष सिन्हा)
and last modified
- Get this branch:
- bzr branch lp://staging/~manishsinha/zeitgeist-sharp/architecture-issues
Only
Manish Sinha (मनीष सिन्हा)
can upload to this branch. If you are
Manish Sinha (मनीष सिन्हा)
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://staging/~zeitgeist-sharp/zeitgeist-sharp/trunk
- Zeitgeist Sharp: Pending requested
-
Diff: 341 lines (+73/-110)11 files modifiedZeitgeist.Testsuite/Blacklist/TestMonitor.cs (+4/-2)
Zeitgeist.Testsuite/Log/TestDeleteEvents.cs (+0/-50)
Zeitgeist.Testsuite/Log/TestFindEventIds.cs (+2/-2)
Zeitgeist.Testsuite/Log/TestFindEvents.cs (+2/-2)
Zeitgeist.Testsuite/Log/TestInsertAndDeleteEvents.cs (+50/-0)
Zeitgeist.Testsuite/Log/TestInsertEvents.cs (+0/-38)
Zeitgeist.Testsuite/Zeitgeist.Testsuite.csproj (+1/-2)
Zeitgeist/Datamodel/DataSource.cs (+2/-2)
Zeitgeist/Datamodel/Event.cs (+2/-2)
Zeitgeist/Datamodel/Monitor.cs (+2/-2)
Zeitgeist/LogClient.cs (+8/-8)
Branch information
Recent revisions
- 47. By Manish Sinha (मनीष सिन्हा)
-
Changes long to Int64 and uint to Int32
This is to make sure that the types match exactly as per the DBus method types. Otherwise using uint makes it 32bit on x86 and 64-bit on x86_64 - 46. By Manish Sinha (मनीष सिन्हा)
-
Added a ctor for TimeRange which takes the start and end values as DateTime instances
- 42. By Manish Sinha (मनीष सिन्हा)
-
Fixed Interpretation and Manifestation to deal with unknown Uris and Fixed all the test cases. Removed Test.cs file
Added a method in ZsUtils.cs which helps in creating a human readable variant of Manifestation and Interpretation Uri - 41. By Manish Sinha (मनीष सिन्हा)
-
Merge with fixed build system and also changed the type from struct to class
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)