| Commit message (Expand) | Author | Age | Files | Lines |
* | don't rely on the dbus pkg-config variable to know where to install .service ... | Charles Kerr | 2013-06-29 | 3 | -24/+1 |
|\ |
|
| * | since we're removing localinstall mode, no need to pass it as an arg here either | Charles Kerr | 2013-06-28 | 1 | -2/+0 |
| * | remove 'local install' mode | Charles Kerr | 2013-06-28 | 2 | -22/+1 |
* | | similar to the i-datetime change, use the unicode ellipsis directly. | Charles Kerr | 2013-06-28 | 1 | -1/+1 |
|\| |
|
| * | use … directly in strings instead of the C octal escaped UTF-8. | Charles Kerr | 2013-06-28 | 1 | -1/+1 |
* | | Releasing 12.10.6+13.10.20130628-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-06-28 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | Releasing 12.10.6+13.10.20130628-0ubuntu1, based on r169 | Automatic PS uploader | 2013-06-28 | 1 | -0/+17 |
|/ |
|
* | Add a build-dep on python. This is required as we're using gdbus-codegen from... | Łukasz 'sil2100' Zemczak | 2013-06-20 | 1 | -0/+1 |
|\ |
|
| * | Add a build-dep on python. This is required as we're using gdbus-codegen from... | Łukasz 'sil2100' Zemczak | 2013-06-20 | 1 | -0/+1 |
|/ |
|
* | Convert the power indicator into a service that exports GMenus and GActions i... | Charles Kerr | 2013-06-19 | 26 | -1186/+2843 |
|\ |
|
| * | adjust device-provider-upower's timer to reduce how many times we pull the de... | Charles Kerr | 2013-06-19 | 1 | -48/+86 |
| * | remove the '--replace' command line argument; process management will be hand... | Charles Kerr | 2013-06-19 | 3 | -82/+13 |
| * | in indicator_power_device_provider_get_devices, confirm that the get_devices ... | Charles Kerr | 2013-06-19 | 1 | -1/+10 |
| * | in provider-upower.c, clear its private hashtable in dispose() and destroy it... | Charles Kerr | 2013-06-19 | 1 | -1/+16 |
| * | lower the interval on the upower timer to make our updates more responsive | Charles Kerr | 2013-06-19 | 1 | -1/+1 |
| * | in configure.ac, add AM_PROG_AR to silence an autotools warning caused by the... | Charles Kerr | 2013-06-19 | 1 | -0/+1 |
| * | fix build issue in indicator_power_device_provider_get_devices(), reported by... | Charles Kerr | 2013-06-19 | 1 | -1/+1 |
| * | put the service on the production busname | Charles Kerr | 2013-06-19 | 1 | -1/+1 |
| * | add a dbus service file for indicator-power... | Charles Kerr | 2013-06-19 | 3 | -2/+30 |
| * | bump NEWS for 'make dist' | Charles Kerr | 2013-06-19 | 1 | -0/+3 |
| * | install the .indicator file into share/unity/indicators/ | Charles Kerr | 2013-06-18 | 2 | -0/+12 |
| * | remove the short-term TODO | Charles Kerr | 2013-06-18 | 1 | -7/+0 |
| * | remove INDICATORDIR and INDICATORICONSDIR from configure.ac | Charles Kerr | 2013-06-18 | 1 | -12/+0 |
| * | get test-devices building and passing again. | Charles Kerr | 2013-06-17 | 3 | -59/+63 |
| * | update POTFILES.in to reflect the new files in src/ | Charles Kerr | 2013-06-17 | 1 | -2/+1 |
| * | remove the gtest-xorg dependency, we're no longer using gui elements in the t... | Charles Kerr | 2013-06-17 | 2 | -2/+0 |
| * | tighten the -Wextra screws a little tighter | Charles Kerr | 2013-06-17 | 1 | -6/+4 |
| * | in device-provider-upower's dispose(), disconnect from our proxy's signal bef... | Charles Kerr | 2013-06-17 | 1 | -4/+11 |
| * | copyediting: group common functions together, fix line wrap, better commenting | Charles Kerr | 2013-06-17 | 1 | -75/+72 |
| * | add a short-term TODO file | Charles Kerr | 2013-06-16 | 1 | -0/+7 |
| * | first steps at fixing the tests that broke during GMenuification | Charles Kerr | 2013-06-16 | 2 | -9/+6 |
| * | update indicator-power build rules to reflect the changes in source code and ... | Charles Kerr | 2013-06-16 | 1 | -34/+88 |
| * | update build rules: remove now-unneeded build dependencies for libindicator, ... | Charles Kerr | 2013-06-16 | 2 | -19/+10 |
| * | add power.indicator | Charles Kerr | 2013-06-16 | 1 | -0/+9 |
| * | explicitly use gio; remove unused glib-upower.h calls | Charles Kerr | 2013-06-16 | 2 | -3/+55 |
| * | add a main() wrapper to create a service and pass a device-provider-upower to it | Charles Kerr | 2013-06-16 | 1 | -0/+101 |
| * | remove the old IndicatorObject code | Charles Kerr | 2013-06-16 | 2 | -723/+0 |
| * | add the heart of the service | Charles Kerr | 2013-06-16 | 2 | -0/+1132 |
| * | add device-provider-upower, a UPower implementation of device-provider | Charles Kerr | 2013-06-16 | 2 | -0/+436 |
| * | add device-provider, an interface class for an object that provides Indicator... | Charles Kerr | 2013-06-16 | 2 | -0/+161 |
| * | remove the org.gnome.SettingsDaemon listener; we'll use UPower directly | Charles Kerr | 2013-06-16 | 2 | -329/+0 |
| * | add UPower xml files for gdbus-codegen | Charles Kerr | 2013-06-16 | 2 | -0/+748 |
|/ |
|
* | Releasing 12.10.6daily13.03.07-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-03-07 | 1 | -0/+11 |
|\ |
|
| * | Releasing 12.10.6daily13.03.07-0ubuntu1, based on r166 | Automatic PS uploader | 2013-03-07 | 1 | -0/+11 |
|/ |
|
* | Do the linking with -lpthread correctly. Fixes: https://bugs.launchpad.net/bu... | Mathieu Trudel-Lapierre | 2013-03-06 | 1 | -0/+1 |
|\ |
|
| * | Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether the... | Mathieu Trudel-Lapierre | 2013-03-05 | 1 | -0/+1 |
|/ |
|
* | Releasing 12.10.6daily13.01.25-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-01-25 | 1 | -0/+6 |
|\ |
|
| * | Releasing 12.10.6daily13.01.25-0ubuntu1, based on r164 | Automatic PS uploader | 2013-01-25 | 1 | -0/+6 |
|/ |
|
* | Fix path to gtest source. | Mathieu Trudel-Lapierre | 2013-01-23 | 1 | -2/+2 |
|\ |
|
| * | Fix path to gtest sources. | Mathieu Trudel-Lapierre | 2013-01-22 | 1 | -2/+2 |
|/ |
|