summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Remove websiteBenjamin Berg2022-07-113-152/+0
| | | | It now has its own repository.
* meson: Bump meson version and fix deprecationsBenjamin Berg2022-05-101-2/+2
|
* Remove Wakeups APIBenjamin Berg2022-03-242-2/+0
| | | | | | | | | | | | | | | | The API relied on /proc/timer_stats which has been removed from the kernel in 2017. Since then, the API has been non-functional (yet incorrectly reporting support because the support test was buggy). Just remove it completely. The debian codesearch does not uncover any API users. Also, I doubt that any new API (based on tracing scheduler events as perf would do) would map well to what exists now. i.e. if something like this is re-implemented in UPower or elsewhere, then the API should likely look different. And, realistically, if this does need root privileges (i.e. can't be moved to use BPF programs or so on user units), then we can also create a new small daemon that is launched on-demand just for that.
* meson: Don't search for gtk-doc if disabledMatt Turner2022-03-201-18/+20
|
* meson: Clarify why build_by_default is needed for some custom_targetsBenjamin Berg2022-02-071-1/+2
|
* build: Remove autotoolsBastien Nocera2021-09-063-148/+0
|
* build: Support building upower with mesonBenjamin Berg2021-09-022-0/+64
|
* doc: Fix dist not workingBastien Nocera2018-10-255-36/+32
| | | | | | | | | | automake's documentation says that it works depth-first, but it doesn't actually go depth first when dist'ing a directory. So our .ref.xml files aren't generated when we try to get them added to the dist. Fix this with a big hammer by moving the generation to the current directory, rather than spending any more time working with automake. Can't wait for the meson port.
* build: gtk-doc: Rebuild types and sectionsGuido Günther2018-08-221-1/+1
| | | | | This makes sure we stay up to date and get the object hierarchy generated.
* Share generated code between daemon and libraryCosimo Cecchi2015-07-291-4/+4
| | | | | Since we use the same GDBus code in libupower-glib and the daemon, auto-generate a private library that can be used by both.
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-291-2/+0
| | | | Nothing depends on it any more.
* doc: Adjust documentation for polkit removalMartin Pitt2014-07-161-2/+1
|
* Remove QoS interfaceBastien Nocera2013-10-144-10/+1
| | | | | | | It was added for some workloads, but ill-suited and never really got traction. Using cgroups to manage the resources of particular services (using systemd), or something separate like rtkit is a better bet.
* doc: Remove mention of suspend in exampleBastien Nocera2013-10-141-1/+1
|
* website: Link to bugzillaBastien Nocera2013-10-141-1/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=66687
* Update the upower man page with all the current optionsRichard Hughes2013-05-071-1/+5
|
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-141-1/+1
|
* Add the website sources to gitRichard Hughes2011-09-063-0/+151
| | | | In the case of a hit-by-a-bus event...
* Use git.mk and remove the manual .gitignore filesRichard Hughes2011-07-195-22/+20
|
* Avoid warnings about missing annotationsJavier Jardón2011-07-191-0/+2
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* Add support for controlling leds keyboard backlightsAlex Murray2010-10-113-1/+7
| | | | | | | Add a new DBus interface based on the QoS one to provide for controlling a keyboard backlight via the Linux leds interface. Signed-off-by: Richard Hughes <richard@hughsie.com>
* Fix c&p typo in documentationMichael Biebl2010-04-141-1/+1
|
* trivial: Add some useful GObjects for client and server useRichard Hughes2010-01-261-0/+4
|
* trivial: add some gtk-doc markup into libupower-glib and hook it up to the ↵Richard Hughes2010-01-253-10/+38
| | | | build system
* Add libupower so applications can switch away from devkit-power-gobjectRichard Hughes2010-01-251-1/+1
|
* Rename the gtk-doc documentationRichard Hughes2010-01-212-11/+11
|
* trivial: add a gtk-doc helper scriptRichard Hughes2010-01-211-0/+8
|
* trivial: remove a TODO file that is very out of dateRichard Hughes2010-01-211-34/+0
|
* Rename the man pages and rename the main daemon binary nameRichard Hughes2010-01-216-52/+45
|
* Rename the DBus service from org.freedesktop.DeviceKit.Power to ↵Richard Hughes2010-01-185-14/+14
| | | | org.freedesktop.UPower
* trivial: generate the wakeups documentation tooRichard Hughes2009-01-311-1/+5
|
* feature: add in the interface file for QoS controlRichard Hughes2008-11-133-1/+7
|
* update mailing list reference in man pagesDavid Zeuthen2008-11-113-7/+7
|
* update my email addressDavid Zeuthen2008-11-114-4/+4
|
* we're a fd.o projectDavid Zeuthen2008-11-111-3/+4
|
* refactor out DkpDevice and DkpSupply so we can add another type of device ↵Richard Hughes2008-08-093-4/+4
| | | | without a metric ton of copy and paste
* add some trivial gitignore filesRichard Hughes2008-08-012-0/+18
|
* added wrong fileDavid Zeuthen2008-05-082-1/+1
|
* initial commitDavid Zeuthen2008-05-0811-0/+1071