aboutsummaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2009-09-25Prepare for distribution0.3.6Jean-Luc Lamadon
2009-09-17Change type of Screen.TopEdge to string, so that we can command it.Marius Vollmer
2009-09-17More Cellular properties.Marius Vollmer
2009-09-14Merge branch 'master' into bluez-pluginMarja Hassinen
2009-09-11Added Session.State property to core.context.Marius Vollmer
2009-09-10Removing Bluetooth.TrafficIn/TrafficOut/SignalStrength from core properties, ↵Marja Hassinen
as discussed.
2009-09-07libcontextsubscriber, plugin experiment: Updating the xsd to allow the new ↵Marja Hassinen
format of .context files.
2009-09-02Added "maintenance" to Use.Mode.Marius Vollmer
2009-08-27Added Cellular and Profile core properties.Marius Vollmer
2009-08-13property definitions: Adding System.MemoryPressure to the list of core ↵Marja Hassinen
properties. Fixing a missing ".
2009-07-24It's "Use.Mode", not "Mode".Marius Vollmer
2009-07-22Renamed context.xml to core.context and install it.Marius Vollmer
2009-06-25Splitting git ignores across sub-dirs.Michael Dominic K
2009-06-17build system cleanup, first tryGergely Risko
2009-05-27Updated context2asciidoc.pl for the new format. Output some rich types.Marius Vollmer
2009-05-27Updated context.xsd for the new format.Marius Vollmer
2009-05-27Updated context.xml to new format. Use rich types freely.Marius Vollmer
2009-05-20Updated Connectivity properties based on feedback.Marius Vollmer
2009-05-18More unstable context properties.Marius Vollmer
2009-05-15Added some more core properties, based on use cases.Marius Vollmer
2009-04-30Adding back the context prefix to the documentation.Marja Hassinen
Signed-off-by: David Janzso <ext-david.2.janzso@nokia.com>
2009-04-29Merge branch 'minicontextd-battery'Rob Taylor
Merge Marja's new contexd with hal-based battery provider. Removed 'Context.' prefixes where necessary. Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk>
2009-04-29Include simple type information in core property html.Marius Vollmer
Signed-Off-By: Gergely Riskó <ext-gergely.2.risko@nokia.com>
2009-04-29Relocating the xml file and installing it.Marja Hassinen
2009-04-29Use new simple types for the core property declarations.Marius Vollmer
Signed-Off-By: David Janzso <ext-david.2.janzso@nokia.com>
2009-04-29Updated property declaration schema for the new simple types.Marius Vollmer
Signed-Off-By: David Janzso <ext-david.2.janzso@nokia.com>
2009-04-29Adding a xml specification for the minicontextd.Marja Hassinen
2009-04-28Revert "Use new-style types for core properties."Marius Vollmer
This reverts commit 94508846848509808464cf788641dfda7379335e. Reverting "Use new-style types for core properties."
2009-04-28Use new-style types for core properties.Marius Vollmer
2009-04-28Update core properties spec for new Location keys.Rob Taylor
Updates the core properties specification for Location keys based off Geoclue's schema for addresses, which is more generic and hence fits different countrie's address schemes better. Also this removes the 'Context.' prefix as its really rather pointless Signed-off-by: Marius Vollmer <marius.vollmer@nokia.com>
2009-04-23Cleaning up. Addind documentation for properties. Adding the missing ↵Marja Hassinen
IsCharging property.
2009-04-23Adding documentation for the first 3 properties: ChargePercentage, ↵Marja Hassinen
OnBattery, LowBattery.
2009-04-14Redefined Weather to be a single property with a complex type.Marius Vollmer
2009-04-14Merge branch 'ontology-import'Marius Vollmer
Conflicts: Makefile.am
2009-04-14Updated Context.owl.Marius Vollmer
2009-04-14Moved spec related things from doc/ into spec/.Marius Vollmer
2009-04-14Move spec and tools related stuff from topdir into spec and tools.Marius Vollmer
2009-04-06Weather properties.Marius Vollmer
2009-04-06Replaced Context.owl with correctly formatted document.Marius Vollmer
You would think that you could just download a text file from a wiki, but no...
2009-04-06Added "Qt Mobility API" context ontology in raw form.Marius Vollmer
2009-04-02Moved generation of schema docs into doc/.Marius Vollmer
2009-03-20Added paragraph to explain how the core list is being maintained.Marius Vollmer
2009-03-20Merge branch 'master' of https://dvcs.projects.maemo.org/git/ContextKitRob Taylor
Conflicts: spec/context.xml spec/context.xsd
2009-03-20Fix up provider schema to be sane.Rob Taylor
2009-03-20Fun with schemas.Marius Vollmer
* spec/context.xml: Added proper xmlns. Don't use <root>. * spec/context.xsd: Removed <root>, just allow <node> at top level.
2009-03-20Fix schema to not fail when building documentation.Rob Taylor
2009-03-20Alternate correct schema defintionRob Taylor
2009-03-20Make schma valid..Rob Taylor
2009-03-20More docs.Marius Vollmer
* More docs in spec/context.xml. * New tool context2asciidoc. Use it to create doc/context.html. * More docs in doc/context-providers, including a first stab at types.
2009-03-19Documentation of context provider schema is now more or less complete.Rob Taylor