summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move things around moredirectlogSeif Lotfy2013-02-156-10/+5
|
* Move files around to extend libzeitgeist to directreadSeif Lotfy2013-02-1516-17/+21
|
* move stuff aroundSeif Lotfy2013-02-157-0/+6
|
* Fix documentation warningsSeif Lotfy2013-01-183-19/+21
|
* Added catching of dbus connection error in reinstall_monitorSeif Lotfy2013-01-141-8/+15
|
* Fix build errorsSeif Lotfy2013-01-072-6/+2
|
* remove redundant indexesSeif Lotfy2013-01-022-6/+30
|
* Add optimized queries and fix broken has_non_timestamp_condition methodSeif Lotfy2013-01-022-16/+14
|
* Execute ANALYZE statement after each 1000 insertsSeif Lotfy2012-12-312-1/+9
|
* Optimize Query formats and add helper methods to WhereClauseSeif Lotfy2012-12-312-48/+80
|
* Remove uneeded column selection from group_and_sortSeif Lotfy2012-12-291-2/+1
|
* Merge branch 'query_experiments'Seif Lotfy2012-12-293-60/+77
|\
| * Remove distinct since it does not play well with the new query structureSeif Lotfy2012-12-291-5/+8
| |
| * fix ownership issuesSeif Lotfy2012-12-292-19/+36
| |
| * more reducingSeif Lotfy2012-12-291-1/+1
| |
| * Reduce Query planSeif Lotfy2012-12-292-40/+37
| |
* | fix get_events vala exampleSeif Lotfy2012-12-291-3/+3
|/
* Add distinctions and limitations into SQL since new indexes improveSeif Lotfy2012-12-272-20/+17
| | | | speed
* Remove debug prints from testsSeif Lotfy2012-12-241-1/+1
|
* fix ownership of arguments passedSeif Lotfy2012-12-233-6/+5
|
* Added new python examplesSeif Lotfy2012-12-233-2/+32
|
* Fix unit testSeif Lotfy2012-12-2310-16/+22
|
* Modified find_events python example to actually find events insteadSeif Lotfy2012-12-221-7/+28
| | | | of getting them
* log.vala: Fix ownership of arugments due to new vala fix.Seif Lotfy2012-12-222-6/+21
|
* Fixed log.vala to return ResultSet and avoid crashes in examplesSeif Lotfy2012-12-205-12/+38
|
* fix python exampleSeif Lotfy2012-12-061-3/+3
|
* fix get_events to work around the new ownership fixes in valaSeif Lotfy2012-12-062-4/+9
|
* Add new documentationSeif Lotfy2012-12-021-13/+156
|
* Add loop to the python exampleSeif Lotfy2012-11-201-2/+3
|
* Added missing callback function to the python exampleSeif Lotfy2012-11-201-1/+5
|
* extended python exampleSeif Lotfy2012-11-201-1/+1
|
* introspection: fix Zeitgeist-2.0.typelib loadingDieter Verfaillie2012-11-201-0/+1
| | | | | | | | | | | | | | | | | | | | Loading Zeitgeist-2.0.typelib mysteriously failed, for example we ran into the following message when running: $ LD_LIBRARY_PATH="~/fdo/lib/:$LD_LIBRARY_PATH=" \ > GI_TYPELIB_PATH="~/fdo/lib/girepository-1.0" \ > python2 -c "from gi.repository import Zeitgeist; log = Zeitgeist.Log.get_default(); print log" WARNING **: Failed to load shared library 'libzeitgeist-2.0.so.1' referenced by the typelib: libzeitgeist-2.0.soso: cannot open shared object file: No such file or directory Digging a bit and running the above again with LD_DEBUG=libs shows the reason why g_module_open() on libzeitgeist-2.0.so.1 failed: ...~/fdo/lib/libzeitgeist-2.0.so.1: error: symbol lookup error: undefined symbol: g_cclosure_marshal_VOID__OBJECT (fatal) Running ldd on libzeitgeist-2.0.so.1 indeed shows it didn't link to libglib-2.0.so.0. This patch adjusts Makefile.am to ensure we link to libglib-2.0.so.0. Signed-off-by: Seif Lotfy <seif@lotfy.com>
* Copy introspection autotools stuff from folks makefile to libzeitgeistSeif Lotfy2012-11-191-6/+0
|
* fixed zeitgeist_dlnameSeif Lotfy2012-11-191-1/+5
|
* Add introspection exampleSeif Lotfy2012-11-123-0/+44
|
* Merge branch 'master' of ssh://git.freedesktop.org/git/zeitgeist/zeitgeistSeif Lotfy2012-11-127-39/+40
|\
| * .gitignore: ignore generated doc directoriesSiegfried-Angel Gevatter Pujals2012-11-121-0/+2
| |
| * Merge branch 'master' of ssh://git.freedesktop.org/git/zeitgeist/zeitgeistSiegfried-Angel Gevatter Pujals2012-11-1225-58/+386
| |\ | | | | | | | | | | | | Conflicts: libzeitgeist/enumerations.vala
| * | Some more documentation work...Siegfried-Angel Gevatter Pujals2012-11-086-38/+37
| | |
* | | Add gobject introspection supportSeif Lotfy2012-11-121-0/+1
| | |
* | | Fix c/test-event.c warningSeif Lotfy2012-11-121-1/+1
| |/ |/|
* | Fix direct tests to be compatible with latest datamode splitSeif Lotfy2012-11-121-2/+6
| |
* | Reduced warningsSeif Lotfy2012-11-1115-18/+16
| |
* | Moved Vala examples to examples/valaSeif Lotfy2012-11-116-0/+250
| |
* | Add mising files for C examplesSeif Lotfy2012-11-114-0/+319
| |
* | Add C examplesSeif Lotfy2012-11-118-251/+8
|/
* Add missing fileSiegfried-Angel Gevatter Pujals2012-11-071-0/+61
|
* Documentation and autotools fixesSiegfried-Angel Gevatter Pujals2012-11-0716-53/+124
| | | | | | | | | - Added a custom index page for the C documentation - Removed duplicate Vala documentation - Added missing documentation, titles, fixed links, etc. - Fixed autotools to updated the docs whenever needed - Fixed autotools to update the ontology files whenever needed - Updated AUTHORS, added content to README
* Split datamodel.vala into several filesSiegfried-Angel Gevatter Pujals2012-11-078-993/+1083
| | | | | This is needed to have nice (gtkdoc) documentation, and the file was too huge anyway.
* Some documentation work..Siegfried-Angel Gevatter Pujals2012-11-078-56/+129
|