]> git.scottworley.com Git - batteryviewer/log
batteryviewer
14 months agoLicense master
Scott Worley [Fri, 24 Feb 2023 19:00:03 +0000 (11:00 -0800)]
License

14 months agoDraw axis over data
Scott Worley [Fri, 24 Feb 2023 18:03:58 +0000 (10:03 -0800)]
Draw axis over data

14 months agoUse the deprecated G_APPLICATION_FLAGS_NONE. :(
Scott Worley [Fri, 24 Feb 2023 18:03:02 +0000 (10:03 -0800)]
Use the deprecated G_APPLICATION_FLAGS_NONE.  :(

14 months agoDraw axis if data crosses zero
Scott Worley [Fri, 24 Feb 2023 05:14:24 +0000 (21:14 -0800)]
Draw axis if data crosses zero

14 months agoExtract draw_data()
Scott Worley [Fri, 24 Feb 2023 05:04:48 +0000 (21:04 -0800)]
Extract draw_data()

14 months agoCompile with optimizations
Scott Worley [Fri, 24 Feb 2023 04:59:26 +0000 (20:59 -0800)]
Compile with optimizations

14 months agoExtract to_screen()
Scott Worley [Fri, 24 Feb 2023 04:58:33 +0000 (20:58 -0800)]
Extract to_screen()

14 months agoDon't draw connecting lines across large gaps
Scott Worley [Fri, 24 Feb 2023 04:37:21 +0000 (20:37 -0800)]
Don't draw connecting lines across large gaps

14 months agoDrop NaNs
Scott Worley [Fri, 24 Feb 2023 04:00:46 +0000 (20:00 -0800)]
Drop NaNs

14 months agoChart margin
Scott Worley [Fri, 24 Feb 2023 03:59:01 +0000 (19:59 -0800)]
Chart margin

14 months agoDisplay battery data!
Scott Worley [Fri, 24 Feb 2023 03:46:07 +0000 (19:46 -0800)]
Display battery data!

14 months agoGrab the current time
Scott Worley [Fri, 24 Feb 2023 03:41:13 +0000 (19:41 -0800)]
Grab the current time

14 months agoFind battery dir more flexibly
Scott Worley [Fri, 24 Feb 2023 03:27:06 +0000 (19:27 -0800)]
Find battery dir more flexibly

14 months agoMake filenames from dir name
Scott Worley [Fri, 24 Feb 2023 03:02:44 +0000 (19:02 -0800)]
Make filenames from dir name

14 months agoPut filenames in State
Scott Worley [Fri, 24 Feb 2023 02:33:46 +0000 (18:33 -0800)]
Put filenames in State

14 months agoRead & parse voltage & current data
Scott Worley [Thu, 23 Feb 2023 20:38:26 +0000 (12:38 -0800)]
Read & parse voltage & current data

14 months agoCall collect_data() regularly
Scott Worley [Thu, 23 Feb 2023 18:32:04 +0000 (10:32 -0800)]
Call collect_data() regularly

14 months agoKeep the charts in State
Scott Worley [Thu, 23 Feb 2023 18:31:09 +0000 (10:31 -0800)]
Keep the charts in State

14 months agoName
Scott Worley [Thu, 23 Feb 2023 18:06:30 +0000 (10:06 -0800)]
Name

14 months agoTwo charts
Scott Worley [Thu, 23 Feb 2023 18:04:56 +0000 (10:04 -0800)]
Two charts

14 months agoChart draws stuff
Scott Worley [Thu, 23 Feb 2023 07:44:03 +0000 (23:44 -0800)]
Chart draws stuff

14 months agoTrack min & max coordinates
Scott Worley [Thu, 23 Feb 2023 06:33:28 +0000 (22:33 -0800)]
Track min & max coordinates

14 months agoCharts have points
Scott Worley [Thu, 23 Feb 2023 06:28:57 +0000 (22:28 -0800)]
Charts have points

14 months agoStart on chart GTK widget
Scott Worley [Thu, 23 Feb 2023 05:44:03 +0000 (21:44 -0800)]
Start on chart GTK widget

14 months agoC89 → C99
Scott Worley [Thu, 23 Feb 2023 04:25:21 +0000 (20:25 -0800)]
C89 → C99

14 months agogtk: 4 → 3 :(
Scott Worley [Thu, 23 Feb 2023 04:18:59 +0000 (20:18 -0800)]
gtk: 4 → 3 :(

We want to be really easy to build.

Debian Stable doesn't have GTK4 yet.

14 months ago-Wall -Wextra -pedantic -Werror
Scott Worley [Thu, 23 Feb 2023 03:51:54 +0000 (19:51 -0800)]
-Wall -Wextra -pedantic -Werror

14 months agoGTK project's Hello World
Scott Worley [Thu, 23 Feb 2023 03:39:16 +0000 (19:39 -0800)]
GTK project's Hello World