Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Łukasz 'sil2100' Zemczak | 2013-06-20 | 1 | -0/+1 |
|\ | | | | | | | | | | | from libglib2.0-dev which only 'recommends' python. We don't install recommends, so to get things working, this build-dep is needed. Approved by PS Jenkins bot, Didier Roche. | ||||
| * | Add a build-dep on python. This is required as we're using gdbus-codegen ↵ | Łukasz 'sil2100' Zemczak | 2013-06-20 | 1 | -0/+1 |
|/ | | | | from libglib2.0-dev which only 'recommends' python. We don't install recommends, so to get things working, this build-dep is needed | ||||
* | Convert the power indicator into a service that exports GMenus and GActions ↵ | Charles Kerr | 2013-06-19 | 26 | -1186/+2843 |
|\ | | | | | | | | | | | in accordance with our indicator-ng design. Approved by PS Jenkins bot, Ted Gould. | ||||
| * | adjust device-provider-upower's timer to reduce how many times we pull the ↵ | Charles Kerr | 2013-06-19 | 1 | -48/+86 |
| | | | | | | | | device's properties over the bus. | ||||
| * | remove the '--replace' command line argument; process management will be ↵ | Charles Kerr | 2013-06-19 | 3 | -82/+13 |
| | | | | | | | | handled by Upstart | ||||
| * | in indicator_power_device_provider_get_devices, confirm that the get_devices ↵ | Charles Kerr | 2013-06-19 | 1 | -1/+10 |
| | | | | | | | | function pointer isn't NULL before we call it. | ||||
| * | in provider-upower.c, clear its private hashtable in dispose() and destroy ↵ | Charles Kerr | 2013-06-19 | 1 | -1/+16 |
| | | | | | | | | it in finalize() | ||||
| * | 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 ↵ | Charles Kerr | 2013-06-19 | 1 | -0/+1 |
| | | | | | | | | the temporary static libraries created in src/ | ||||
| * | fix build issue in indicator_power_device_provider_get_devices(), reported ↵ | Charles Kerr | 2013-06-19 | 1 | -1/+1 |
| | | | | | | | | by CI... | ||||
| * | 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 ↵ | Charles Kerr | 2013-06-17 | 2 | -2/+0 |
| | | | | | | | | tests | ||||
| * | 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 ↵ | Charles Kerr | 2013-06-17 | 1 | -4/+11 |
| | | | | | | | | before we unref the proxy | ||||
| * | 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 |
| | | | | | | | | in dependencies | ||||
| * | update build rules: remove now-unneeded build dependencies for libindicator, ↵ | Charles Kerr | 2013-06-16 | 2 | -19/+10 |
| | | | | | | | | gtk, gnome-settings-daemon-dev, libupower-glib, libdbus-1-dev | ||||
| * | 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 ↵ | Charles Kerr | 2013-06-16 | 2 | -0/+161 |
| | | | | | | | | IndicatorPowerDevices. This could be given a UPower implementation, or a mock implementation, or a whatever-replaces-upower-on-phones implementation. | ||||
| * | 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 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | 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: ↵ | Mathieu Trudel-Lapierre | 2013-03-06 | 1 | -0/+1 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/1126362. Approved by Didier Roche, PS Jenkins bot. | ||||
| * | Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether ↵ | Mathieu Trudel-Lapierre | 2013-03-05 | 1 | -0/+1 |
|/ | | | | there are extra libraries we should link against. | ||||
* | Releasing 12.10.6daily13.01.25-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-01-25 | 1 | -0/+6 |
|\ | | | | | | | Approved by . | ||||
| * | 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 |
|\ | | | | | | | Approved by Didier Roche, PS Jenkins bot. | ||||
| * | Fix path to gtest sources. | Mathieu Trudel-Lapierre | 2013-01-22 | 1 | -2/+2 |
|/ | |||||
* | Releasing 12.10.6daily13.01.18-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-01-18 | 1 | -0/+6 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.6daily13.01.18-0ubuntu1, based on r162 | Automatic PS uploader | 2013-01-18 | 1 | -0/+6 |
|/ | |||||
* | releasing version 12.10.6daily13.01.17-0ubuntu1 | Mathieu Trudel-Lapierre | 2013-01-17 | 1 | -0/+10 |
|\ | |||||
| * | Releasing 12.10.6daily13.01.17-0ubuntu1, based on r160 | Automatic PS uploader | 2013-01-17 | 1 | -0/+10 |
| | | |||||
* | | g_type_init() is deprecated as of glib 2.35.4, so bump our glib minimum ↵ | Charles Kerr | 2013-01-17 | 5 | -48/+2 |
|\ \ | |/ |/| | | | | | | | requirement and remove the g_type_init() call. Approved by PS Jenkins bot. | ||||
| * | remove g_type_init() calls and bump glib minimum to 2.35.4, where ↵ | Charles Kerr | 2013-01-17 | 5 | -48/+2 |
|/ | | | | g_type_init() is deprecated |