summaryrefslogtreecommitdiff
path: root/panels/power/cc-power-panel.c
Commit message (Expand)AuthorAgeFilesLines
* power: Add "Power Mode" sectionwip/hadess/power-profilesBastien Nocera2020-10-291-0/+316
* power: Replace g_object_new with gtk widget methodsRobert Ancell2020-10-191-38/+33
* power: Use CcBatteryRow for devices section as wellIan Douglas Scott2020-10-141-127/+15
* power: Remove unused `status` code in add_deviceIan Douglas Scott2020-10-141-45/+0
* power: Remove get_battery_level()Ian Douglas Scott2020-10-141-13/+1
* power: Refactor battery row code into a `CcBatteryRow` typeIan Douglas Scott2020-10-141-302/+12
* power: Remove WiMax handlingBastien Nocera2020-09-251-10/+4
* power: Hide "Suspend & Power Button" section when emptyFelipe Borges2020-09-141-4/+4
* power: Refactor brightness scale code into a CcBrightnessScale classIan Douglas Scott2020-08-181-242/+44
* power: Remove unused variableGeorges Basile Stavracas Neto2020-07-071-1/+0
* power: Fix battery rowGeorges Basile Stavracas Neto2020-07-071-5/+6
* power: Use correct colour for battery level barsBastien Nocera2020-07-061-9/+23
* power: Move "Automatic Suspend" rowBastien Nocera2020-07-061-76/+79
* power: Move helper functionsBastien Nocera2020-07-061-189/+189
* power: Add Battery percentage preferenceBastien Nocera2020-07-061-26/+62
* power: Rename "Suspend and Power Button" sectionBastien Nocera2020-07-061-3/+3
* power: Make mouse a device with coarse battery levelBastien Nocera2020-07-061-1/+1
* power: Fix runtime warnings with test features enabledBastien Nocera2020-07-061-0/+10
* power: Fix compilation with test features enabledBastien Nocera2020-07-061-0/+2
* power: Connect signals with g_signal_connect_object in swapped formRobert Ancell2020-03-301-142/+113
* power: Fix mobile broadband switch logicMohammed Sadiq2020-02-131-3/+8
* panel: Move shared GCancellable code into panel classRobert Ancell2020-02-031-13/+8
* power: Hide power button when chassis is handsetMohammed Sadiq2020-01-271-1/+2
* power: Add a fake UPS deviceBastien Nocera2019-11-201-0/+30
* power: Move helper function to panels/commonGeorges Basile Stavracas Neto2019-11-071-41/+2
* power: Stop the brightness slider from jumpingDiego Escalante Urrelo2019-10-311-0/+1
* Initialize autoptr values to NULL.Robert Ancell2019-10-031-3/+3
* power: Use up_client_get_devices2()Philip Chimento2019-09-161-1/+1
* power: Tweak margins and spacingGeorges Basile Stavracas Neto2019-06-161-5/+14
* power: Scale row subtitles to 0.9Georges Basile Stavracas Neto2019-06-161-0/+7
* power: Capitalize and improve labelsGeorges Basile Stavracas Neto2019-06-161-8/+8
* power: Don't treat all batteries as laptop batteriesBastien Nocera2019-05-071-5/+14
* power: Make the rows adaptiveAdrien Plazas2019-03-291-189/+116
* power: Don't tweak the scrollbar policyAdrien Plazas2019-03-291-22/+0
* power: stop using deprecated up_client_get_devicesJeremy Bicha2018-12-071-5/+1
* power: Fix device label alignmentRobert Ancell2018-11-211-0/+1
* power: Label the PENDING_CHARGING state as "Not Charging"João Paulo Rechi Vita2018-11-141-2/+8
* power: Make .ui filename match the .c filenameRobert Ancell2018-11-121-1/+1
* power: Correctly lookup or insert new items into comboboxBenjamin Berg2018-11-081-18/+20
* power: Don't use gtk_widget_show_allRobert Ancell2018-10-111-21/+81
* power: set no-show-all to TRUE on wifi and mobile rowsJonathan Kang2018-10-111-0/+4
* power: Use g_signal_connect_objectAndrea Azzarone2018-10-101-2/+3
* power: Handle cancelled kbd brightness proxy creationBenjamin Berg2018-09-251-1/+2
* power: set proper level offsets for battery levelbarsRobert Roth2018-09-101-0/+9
* power: Minor adjustment in the mobile broadband stringGeorges Basile Stavracas Neto2018-07-231-1/+1
* power: Reword some stringsGeorges Basile Stavracas Neto2018-07-231-3/+3
* power: Use GtkTemplateRobert Ancell2018-06-111-102/+90
* power: Use g_auto for variablesRobert Ancell2018-06-031-131/+66
* power: Simplify GPtrArray memory managementRobert Ancell2018-05-301-6/+5
* power: Simplify cancellable destructionRobert Ancell2018-05-301-6/+2