summaryrefslogtreecommitdiff
path: root/extensions/ds-registry.vala
Commit message (Expand)AuthorAgeFilesLines
* Allow the sender parameter of DBusSignalCallback to be nullRico Tzschichholz2020-04-061-1/+1
* Fix "static const" vala compile warningsRico Tzschichholz2016-09-041-1/+1
* build: A lot of cleaning up in the build-systemRico Tzschichholz2013-02-161-1/+1
* Move files around to extend libzeitgeist to directreadSeif Lotfy2013-02-151-1/+1
* Fix test casesSeif Lotfy2012-09-031-4/+4
* More build system fixes. Looks like everything is working now :)Siegfried-Angel Gevatter Pujals2012-05-251-11/+17
* Add DataSourceRegistry to libzeitgeistSiegfried-Angel Gevatter Pujals2012-05-221-124/+9
* Move utils.vala to libzeitgeistSiegfried-Angel Gevatter Pujals2012-05-031-4/+4
* We can't auto-discard events from disabled data sources based on bus address,...Michal Hruby2012-04-041-14/+32
* style++Trever Fischer2012-03-261-4/+12
* warning--Trever Fischer2012-03-261-6/+11
* DS-Registry: fix vala 0.16 incompatiblitySeif Lotfy2012-03-171-1/+1
* * DataSourceRegistry:Siegfried-Angel Gevatter Pujals2011-09-281-93/+160
* - Remove Extension.get_name method, use get_type().name() instead.Siegfried-Angel Gevatter Pujals2011-09-251-5/+0
* Add API enabling extensions to store their state in the database. Use itSiegfried-Angel Gevatter Pujals2011-09-251-1/+7
* replaced some asaasay with Utils.SIG_EVENTSeif Lotfy2011-09-161-5/+5
* remove fixed FIXMEsSeif Lotfy2011-09-161-7/+8
* Fix up some issues with DSRMichal Hruby2011-09-141-36/+45
* added name_changed logicSeif Lotfy2011-09-061-2/+48
* Clean up superfluous whitespace in ds-registry.vala.Siegfried-Angel Gevatter Pujals2011-09-051-6/+6
* Fix up lots of warningsMichal Hruby2011-09-051-10/+26
* fixed datasource-registries failure to do the pre_insertSeif Lotfy2011-09-051-2/+2
* added new failing test case for disabled datasourcesSeif Lotfy2011-09-051-0/+2
* added pre_insert hook into dsr and marked spots for the 'disk writing'Seif Lotfy2011-09-041-5/+57
* Small fix to DSRMichal Hruby2011-09-021-14/+11
* added update_from_data_source to DataSource and made enabled property true on...Seif Lotfy2011-09-021-4/+17
* Start working on the blacklist extension.Siegfried-Angel Gevatter Pujals2011-08-311-1/+5
* DSR: Fix get_data_source_from_idMichal Hruby2011-08-311-3/+5
* added new INVALID_KEY errorSeif Lotfy2011-08-311-1/+1
* add get_data_source_from_id and modify test case expectation temporatlySeif Lotfy2011-08-311-1/+13
* More DataSourceRegistry functionalityMichal Hruby2011-08-261-17/+73
* Compile DataSourceRegistry into bluebird binaryMichal Hruby2011-08-251-0/+5
* Change internals of handling extensionsMichal Hruby2011-08-241-1/+13
* Implement and expose proper DataSourceRegistry interfaceMichal Hruby2011-08-221-1/+113
* Add extension directoryMichal Hruby2011-08-211-0/+33