summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2015-03-24completions: remove last unnamespaced symbols.Mathieu Duponchelle2-18/+18
https://bugzilla.gnome.org/show_bug.cgi?id=744877
2015-03-24completions: remove deprecated shell syntax.Mathieu Duponchelle2-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=744877#c21
2015-03-24completions: prefix shell functions with _gstMathieu Duponchelle2-22/+22
+ To make it more difficult for them to conflict in the global namespace. https://bugzilla.gnome.org/show_bug.cgi?id=744877#c21
2015-02-23bash-completion: Implement in a different way.Mathieu Duponchelle3-0/+252
+ Gets installed + Uses a helper tool, gst-completion-helper, installed in bash-completions/helpers. + Adds a common script that other tools can source. https://bugzilla.gnome.org/show_bug.cgi?id=744877