AXIOM RemoteProject
ActivePublic

Recent Activity

Aug 23 2021

vnksnkr claimed T1233: Remote Test System for AXIOM Remote.
Aug 23 2021, 5:24 PM · AXIOM Remote, AXIOM Beta Hardware

Jul 29 2021

BAndiT1983 added a comment to T1178: Investigate if visualizer can be run in browser.

Jul 29 2021, 11:39 AM · AXIOM Remote

Jul 27 2021

eppisai claimed T1192: setup timer on pic32.
Jul 27 2021, 7:52 PM · AXIOM Remote

Jul 26 2021

BAndiT1983 added a comment to T1178: Investigate if visualizer can be run in browser.

Jul 26 2021, 7:35 PM · AXIOM Remote

Jul 25 2021

BAndiT1983 added a comment to T1178: Investigate if visualizer can be run in browser.

Jul 25 2021, 3:39 PM · AXIOM Remote

Jul 20 2021

BAndiT1983 added a comment to T1178: Investigate if visualizer can be run in browser.

Jul 20 2021, 12:45 PM · AXIOM Remote

Jun 20 2021

sebastian added a comment to T1203: Central Parameter/Settings Database implementation - Observer Pattern.

Great progress and discovery!

Jun 20 2021, 9:28 PM · AXIOM Remote
BAndiT1983 added a comment to T1203: Central Parameter/Settings Database implementation - Observer Pattern.

Looked at code, memory usage report and disassembly, seems like CentralDB and related classes are pretty heavy here and there, could also be the cause for the crashes on stack and heap collision.

Jun 20 2021, 8:45 PM · AXIOM Remote

Jun 1 2021

metal_dent closed T1172: Re-add menu sidebar drawing and come up with new implementation structure as Resolved.
Jun 1 2021, 11:24 AM · AXIOM Remote

May 28 2021

metal_dent closed T1195: Random colours are being assigned to the icons as Resolved.
May 28 2021, 5:18 PM · AXIOM Remote
MarkusEngsner placed T1161: Create button/menuitem states class and table up for grabs.
May 28 2021, 9:19 AM · AXIOM Remote

May 27 2021

sebastian closed T1190: Add screenshot button to export current screen content as Resolved.
May 27 2021, 9:22 PM · AXIOM Remote
eppisai added a project to T1126: AXIOM Remote: Firmware improvement and extension: AXIOM Remote.
May 27 2021, 5:22 PM · AXIOM Remote
sebastian added a project to T1173: Re-add Transition Animations in C++ Firmware: AXIOM Beta Software.
May 27 2021, 5:12 PM · Restricted Project
sebastian edited projects for T1173: Re-add Transition Animations in C++ Firmware, added: AXIOM Remote, Google Summer of Code 2022; removed Restricted Project.
May 27 2021, 5:11 PM · Restricted Project
eppisai edited projects for T1216: move GetStringFramebufferWidth() to Utils class, added: AXIOM Remote; removed Restricted Project.
May 27 2021, 4:50 PM · Restricted Project
eppisai edited projects for T1173: Re-add Transition Animations in C++ Firmware, added: AXIOM Remote; removed Restricted Project.
May 27 2021, 4:49 PM · Restricted Project
eppisai edited projects for T1173: Re-add Transition Animations in C++ Firmware, added: AXIOM Remote; removed Restricted Project.
May 27 2021, 4:47 PM · Restricted Project
eppisai edited projects for T1182: Consider how/if we want to allow text typing input, added: AXIOM Remote; removed Restricted Project.
May 27 2021, 4:45 PM · Restricted Project

May 19 2021

eppisai claimed T1126: AXIOM Remote: Firmware improvement and extension.
May 19 2021, 1:19 PM · AXIOM Remote

Apr 25 2021

sebastian added a comment to T1217: Integrate our own PID code into USB class.

Thanks Vinayak

Apr 25 2021, 12:17 PM · Google Summer of Code 2022, AXIOM Remote

Apr 24 2021

BAndiT1983 assigned T1217: Integrate our own PID code into USB class to vnksnkr.
Apr 24 2021, 11:40 AM · Google Summer of Code 2022, AXIOM Remote

Mar 29 2021

Bertl updated the task description for T1233: Remote Test System for AXIOM Remote.
Mar 29 2021, 1:49 PM · AXIOM Remote, AXIOM Beta Hardware

Mar 28 2021

MarkusEngsner added a comment to T1161: Create button/menuitem states class and table.

Hello, I've started working on this.

Mar 28 2021, 1:52 PM · AXIOM Remote
BAndiT1983 reassigned T1161: Create button/menuitem states class and table from BAndiT1983 to MarkusEngsner.
Mar 28 2021, 1:39 PM · AXIOM Remote
BAndiT1983 updated subscribers of T1161: Create button/menuitem states class and table.
Mar 28 2021, 1:39 PM · AXIOM Remote

Mar 25 2021

eppisai added a comment to T1216: move GetStringFramebufferWidth() to Utils class.

Sorry, my English is rather bad, I was saying that for FontManager object, not SetFont() method. But as I have realized and after discussion I am sure, this feature was and is something, that is not needed, in axiom remote. But rest of the points still stand for FontManager .

Mar 25 2021, 2:43 PM · Restricted Project
sebastian added a comment to T1216: move GetStringFramebufferWidth() to Utils class.

I see there might be some confusion about the SetFont() usage. The purpose is not to allow a user to select the general size of fonts used in the remote (like operating systems let you set larger fonts that are easier to read for all software). The purpose is to allow drawing headers in a larger font than normal menu text for example.

Mar 25 2021, 12:30 PM · Restricted Project
eppisai added a comment to T1216: move GetStringFramebufferWidth() to Utils class.
  1. current font, and current font height, changes according to SetFont(). In painter we need current font height, while drawing text on screen, only. But the thing is, If we look at Numeric Value Screen , Image Button, Push Button, Toggle Button, Parameter List Screen, they also require the current font's height, and when whenever we set/change the font, the current font and hence current font height changes. So, I thought the sole purpose of current font and and its dimension (height) is not just drawing text on screen, but also in calculation of other objects of firmware, infact current font and its dimension(s) is more needed outside painter, same as GetTextWidth() .
Mar 25 2021, 11:50 AM · Restricted Project
BAndiT1983 added a comment to T1216: move GetStringFramebufferWidth() to Utils class.
  • Font manager could help, but why is current font needed elsewhere than painter? Who uses it and for which reason?
    • Are you sure that current font is not belonging to some class? Was under impression that it belonged to painter before.
Mar 25 2021, 7:46 AM · Restricted Project
BAndiT1983 updated subscribers of T1216: move GetStringFramebufferWidth() to Utils class.
Mar 25 2021, 7:28 AM · Restricted Project
eppisai added a comment to T1216: move GetStringFramebufferWidth() to Utils class.

@sebastian , @BAndiT1983 I am really sorry, I called this task complete (i thought it was), I have not been confident enought to raise proper pull request, that I should have done way earlier, and I would be been having this discussion earlier, instead of jumping to another task. Please help me devise the right approach in this regard.

Mar 25 2021, 3:15 AM · Restricted Project

Mar 23 2021

MarkusEngsner added a member for AXIOM Remote: MarkusEngsner.
Mar 23 2021, 4:53 PM

Mar 22 2021

eppisai added a comment to T1216: move GetStringFramebufferWidth() to Utils class.

Hi Markus :). I have already completed this task.

@eppisai if you work on this please claim the task.
Have you commited a PR already?

I get your point, my P.R for task wasn't made,so saying task was complete would be wrong on my part. sorry.

Mar 22 2021, 11:43 PM · Restricted Project
eppisai claimed T1173: Re-add Transition Animations in C++ Firmware.
Mar 22 2021, 11:25 PM · Restricted Project
eppisai claimed T1216: move GetStringFramebufferWidth() to Utils class.
Mar 22 2021, 11:25 PM · Restricted Project
eppisai added a comment to T1216: move GetStringFramebufferWidth() to Utils class.

No, I wanted to check on real board before PR,so was waiting. Had completed it last month. Will create P.R for this and Keyboard today.

Mar 22 2021, 11:25 PM · Restricted Project
sebastian added a comment to T1216: move GetStringFramebufferWidth() to Utils class.

Hi Markus :). I have already completed this task.

Mar 22 2021, 10:08 PM · Restricted Project
BAndiT1983 added a comment to T1216: move GetStringFramebufferWidth() to Utils class.

Utils was used to move some general stuff, but we had no time to review the architecture again, as we were trying to fix some things after GSoC2020 and discovered problems. Feel free to propose or add improvements. We can discuss anytime.

Mar 22 2021, 9:50 PM · Restricted Project
MarkusEngsner placed T1216: move GetStringFramebufferWidth() to Utils class up for grabs.

Well then, great :)
My question about namespace utils still remains though, is the plan to move all the utility functions into it,
or is there some rationale behind whether a function ends up there or in the global one?

Mar 22 2021, 9:44 PM · Restricted Project
eppisai added a comment to T1216: move GetStringFramebufferWidth() to Utils class.

Hi Markus :). I have already completed this task.

Mar 22 2021, 9:41 PM · Restricted Project
MarkusEngsner claimed T1216: move GetStringFramebufferWidth() to Utils class.

Hello, I started looking into this.
Due to my lack of familiarity with the codebase, I have a few questions:

Mar 22 2021, 9:38 PM · Restricted Project

Mar 21 2021

Deepak2417 added a watcher for AXIOM Remote: Deepak2417.
Mar 21 2021, 3:00 PM

Mar 20 2021

MarkusEngsner claimed T1190: Add screenshot button to export current screen content.

I created a pull request for this: https://github.com/apertus-open-source-cinema/AXIOM-Remote/pull/32

Mar 20 2021, 10:51 PM · AXIOM Remote
BAndiT1983 created T1234: Enable visualiser build in Windows.
Mar 20 2021, 7:30 PM · AXIOM Remote

Mar 17 2021

sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Mar 17 2021, 8:02 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Mar 17 2021, 8:01 PM · Restricted Project

Mar 11 2021

BAndiT1983 updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Mar 11 2021, 9:12 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Mar 11 2021, 7:48 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Mar 11 2021, 7:46 PM · Restricted Project