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