summaryrefslogtreecommitdiff
path: root/lib/notifd
AgeCommit message (Collapse)Author
2025-02-06fix(notifd): invalidate props from proxyAylur
this fixes dont-disturb and ignore-timeout getters from the proxy, currently the cached values were returned which were set at launch and never changed might be a better idea to use the PropertiesChanged interface instead
2025-01-07fix(vala): add namespace and version annotation for gir filesmatt1432
2024-12-21nix: refactor (#197)Aylur
close #192
2024-11-18fix: #110 notifd urgency hintAylur
2024-10-29fixup(notifd): make dismissed signal internalAylur
its used only internally, the resolved signal is meant to be the public api
2024-10-23docs: fixup notifd and appsAylur
2024-10-23docs: notifd doc commentsAylur
2024-10-08notifd: fix notification settersAylur
2024-10-07notifd: add doc commentsAylur
they are not included in the generated docs or gir yet
2024-09-30fix(notifd): check ignore-timeout after Notify calls tooAylur
#32
2024-09-17fix(notifications): urgency getterAylur
2024-09-09lib: notifd check for valid replace idsAylur
2024-09-02fix(notifd): urgency getterAylur
2024-09-01monorepo structuringAylur