| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: SPDX header conversion | Lubomir Rintel | 2019-09-10 | 1 | -14/+1 |
| | | | | | | $ find * -type f |xargs perl contrib/scripts/spdx.pl $ git rm contrib/scripts/spdx.pl | ||||
| * | all: drop vim file variables from source files | Thomas Haller | 2019-06-11 | 1 | -1/+0 |
| | | | | | sed '1,3 { /^\(#\|--\) *vim:/d }; 1 { /^\/\* *vim:.*\*\/$/ d}' -i $(git grep -l 'vim:') | ||||
| * | all: drop emacs file variables from source files | Thomas Haller | 2019-06-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | We no longer add these. If you use Emacs, configure it yourself. Also, due to our "smart-tab" usage the editor anyway does a subpar job handling our tabs. However, on the upside every user can choose whatever tab-width he/she prefers. If "smart-tabs" are used properly (like we do), every tab-width will work. No manual changes, just ran commands: F=($(git grep -l -e '-\*-')) sed '1 { /\/\* *-\*- *[mM]ode.*\*\/$/d }' -i "${F[@]}" sed '1,4 { /^\(#\|--\|dnl\) *-\*- [mM]ode/d }' -i "${F[@]}" Check remaining lines with: git grep -e '-\*-' The ultimate purpose of this is to cleanup our files and eventually use SPDX license identifiers. For that, first get rid of the boilerplate lines. | ||||
| * | examples: update python examples | Dan Winship | 2014-11-15 | 1 | -1/+6 |
| | | | | | | | | | | | Update the raw D-Bus python examples to use newer APIs where appropriate (and split the add-connection example into 1.0-only and 0.9-compatible versions). Update the gi-based python examples for the various API changes since they were last updated. Also add a comment to the ruby add-connection example pointing out that it's still using the old settings APIs. | ||||
| * | docs: update documentation links | William Jon McCann | 2013-12-17 | 1 | -1/+1 |
| | | | | | Various GNOME services moved around so links need updating. | ||||
| * | examples: add a few examples in ruby | Jiří Klimeš | 2011-11-29 | 1 | -0/+86 |
