Feed All Stories

Apr 3 2021

BAndiT1983 updated the task description for T1159: Webbased 3D Model Viewer.
Apr 3 2021, 7:31 PM · Web Content & Documentation
sebastian added a comment to T1159: Webbased 3D Model Viewer.

Update & new notes:

Apr 3 2021, 6:38 PM · Web Content & Documentation

Mar 30 2021

vup updated the task description for T1230: webUI Challenge.
Mar 30 2021, 4:05 PM
sebastian updated the task description for T1222: AXIOM web UI improvements.
Mar 30 2021, 10:37 AM

Mar 29 2021

anuejn updated the task description for T1228: Amaranth Challenge.
Mar 29 2021, 4:16 PM · Google Summer of Code 2022
BAndiT1983 updated the task description for T1228: Amaranth Challenge.
Mar 29 2021, 4:08 PM · Google Summer of Code 2022
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
NP95 added a comment to T731: Bidirectional Protocol for FPGA communication.

Is this the page to discuss this project or is it being discussed on the mailing list as well. For some reason when I try to access the Archives of the mailing list I cannot access them. Also, my understanding of the project based on last GSOC is that the Packet layer is mostly done, it is the layers below that have to be optimized?

Mar 28 2021, 12:15 AM · AXIOM Beta Hardware, AXIOM Beta Software

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

vup updated the task description for T1230: webUI Challenge.
Mar 21 2021, 3:57 PM
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 16 2021

vup updated the task description for T1222: AXIOM web UI improvements.
Mar 16 2021, 3:04 PM

Mar 14 2021

sebastian removed a hashtag from Google Summer of Code 2022: #google_summer_of_code_2020.
Mar 14 2021, 7:41 PM

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
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Mar 11 2021, 7:43 PM · Restricted Project

Mar 9 2021

sebastian updated the task description for T1163: AXIOM Remote: Bootloader improvement and extension.
Mar 9 2021, 8:43 PM · AXIOM Remote
sebastian removed a project from T1162: C/C++ Challenge: Google Summer of Code 2022.
Mar 9 2021, 7:48 PM

Feb 22 2021

sebastian updated the task description for T1217: Integrate our own PID code into USB class.
Feb 22 2021, 4:51 PM · Google Summer of Code 2022, AXIOM Remote
sebastian removed a project from T1218: Rework I2C code to a class: Google Summer of Code 2022.
Feb 22 2021, 4:43 PM · AXIOM Remote
sebastian updated the task description for T727: Your Own Idea.
Feb 22 2021, 4:43 PM · Google Summer of Code 2022
sebastian removed a project from T1225: Automated Testing for Axiom-Firmware: Google Summer of Code 2022.
Feb 22 2021, 4:42 PM
sebastian removed a project from T1226: Various axiom-firmware improvements: Google Summer of Code 2022.
Feb 22 2021, 4:42 PM

Feb 21 2021

sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 6:29 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:49 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:47 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:47 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:24 PM · Restricted Project
metal_dent updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:24 PM · Restricted Project
metal_dent updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:21 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:17 PM · Restricted Project
sebastian updated the task description for T1191: AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:17 PM · Restricted Project
sebastian moved T1191: AXIOM Remote UI Challenge: 2 bit image drawing from Misc to Qualification Tasks on the Google Summer of Code 2022 board.
Feb 21 2021, 5:12 PM · Restricted Project
sebastian added a project to T1191: AXIOM Remote UI Challenge: 2 bit image drawing: Google Summer of Code 2022.
Feb 21 2021, 5:12 PM · Restricted Project
sebastian raised the priority of T1191: AXIOM Remote UI Challenge: 2 bit image drawing from Low to High.
Feb 21 2021, 5:12 PM · Restricted Project
sebastian renamed T1191: AXIOM Remote UI Challenge: 2 bit image drawing from Addition: 2 bit image drawing to AXIOM Remote UI Challenge: 2 bit image drawing.
Feb 21 2021, 5:11 PM · Restricted Project
sebastian updated the task description for T1126: AXIOM Remote: Firmware improvement and extension.
Feb 21 2021, 5:07 PM · AXIOM Remote
sebastian updated the task description for T1126: AXIOM Remote: Firmware improvement and extension.
Feb 21 2021, 5:05 PM · AXIOM Remote
BAndiT1983 updated the task description for T1163: AXIOM Remote: Bootloader improvement and extension.
Feb 21 2021, 4:38 PM · AXIOM Remote
BAndiT1983 updated the task description for T1126: AXIOM Remote: Firmware improvement and extension.
Feb 21 2021, 4:38 PM · AXIOM Remote
sebastian renamed T1233: Remote Test System for AXIOM Remote from Remote Test System for Axiom Remote to Remote Test System for AXIOM Remote.
Feb 21 2021, 9:23 AM · AXIOM Remote, AXIOM Beta Hardware

Feb 20 2021

BAndiT1983 updated the task description for T1163: AXIOM Remote: Bootloader improvement and extension.
Feb 20 2021, 8:35 PM · AXIOM Remote
sebastian added a project to T1163: AXIOM Remote: Bootloader improvement and extension: Google Summer of Code 2022.
Feb 20 2021, 7:52 PM · AXIOM Remote
sebastian placed T1163: AXIOM Remote: Bootloader improvement and extension up for grabs.
Feb 20 2021, 7:52 PM · AXIOM Remote
sebastian updated the task description for T1163: AXIOM Remote: Bootloader improvement and extension.
Feb 20 2021, 7:52 PM · AXIOM Remote
Bertl renamed T1232: NixOS Challenge from nix qualification task to NixOS Challenge.
Feb 20 2021, 5:30 PM · Google Summer of Code 2022
Bertl moved T1233: Remote Test System for AXIOM Remote from Misc to FPGA / HDL on the Google Summer of Code 2022 board.
Feb 20 2021, 3:33 PM · AXIOM Remote, AXIOM Beta Hardware
Bertl created T1233: Remote Test System for AXIOM Remote.
Feb 20 2021, 3:27 PM · AXIOM Remote, AXIOM Beta Hardware
Bertl updated the task description for T887: eMMC Plugin Firmware.
Feb 20 2021, 3:13 PM · AXIOM Beta Software, AXIOM Beta Hardware
Bertl renamed T731: Bidirectional Protocol for FPGA communication from Bidirectional Packet Protocol for FPGA communication to Bidirectional Protocol for FPGA communication.
Feb 20 2021, 3:12 PM · AXIOM Beta Hardware, AXIOM Beta Software
sebastian triaged T1221: GUI for AXIOM Recorder as Normal priority.
Feb 20 2021, 2:58 PM
sebastian triaged T1229: Make AXIOM Recorder use dmabuf as Normal priority.
Feb 20 2021, 2:58 PM · Google Summer of Code 2022
sebastian triaged T1222: AXIOM web UI improvements as Normal priority.
Feb 20 2021, 2:58 PM
sebastian triaged T1231: NixOS on the camera as Normal priority.
Feb 20 2021, 2:58 PM · Google Summer of Code 2022
sebastian updated the task description for T1126: AXIOM Remote: Firmware improvement and extension.
Feb 20 2021, 2:57 PM · AXIOM Remote
sebastian triaged T1220: AXIOM Beta support for the axiom Amaranth gateware as Normal priority.
Feb 20 2021, 10:04 AM · Google Summer of Code 2022
sebastian triaged T1232: NixOS Challenge as High priority.
Feb 20 2021, 10:03 AM · Google Summer of Code 2022
sebastian triaged T1230: webUI Challenge as High priority.
Feb 20 2021, 10:03 AM
sebastian triaged T1228: Amaranth Challenge as High priority.
Feb 20 2021, 10:03 AM · Google Summer of Code 2022
sebastian triaged T1227: Rust Challenge as High priority.
Feb 20 2021, 10:03 AM · Google Summer of Code 2022

Feb 19 2021

sebastian updated the task description for T1222: AXIOM web UI improvements.
Feb 19 2021, 8:39 PM
sebastian updated the task description for T1231: NixOS on the camera.
Feb 19 2021, 8:38 PM · Google Summer of Code 2022
sebastian updated the task description for T1220: AXIOM Beta support for the axiom Amaranth gateware .
Feb 19 2021, 8:37 PM · Google Summer of Code 2022
sebastian updated the task description for T1221: GUI for AXIOM Recorder.
Feb 19 2021, 8:05 PM
sebastian updated the task description for T1229: Make AXIOM Recorder use dmabuf.
Feb 19 2021, 8:05 PM · Google Summer of Code 2022
sebastian updated the task description for T1229: Make AXIOM Recorder use dmabuf.
Feb 19 2021, 7:00 PM · Google Summer of Code 2022
sebastian updated the task description for T1229: Make AXIOM Recorder use dmabuf.
Feb 19 2021, 6:56 PM · Google Summer of Code 2022
sebastian updated the task description for T1227: Rust Challenge.
Feb 19 2021, 6:52 PM · Google Summer of Code 2022
sebastian updated the task description for T1228: Amaranth Challenge.
Feb 19 2021, 6:52 PM · Google Summer of Code 2022
sebastian updated the task description for T1232: NixOS Challenge.
Feb 19 2021, 6:48 PM · Google Summer of Code 2022
metal_dent closed T1215: Add slight desaturation to Remote display output, a subtask of T1212: Visualizer screenshots and videos, as Resolved.
Feb 19 2021, 5:10 PM · AXIOM Remote
metal_dent closed T1215: Add slight desaturation to Remote display output as Resolved.
Feb 19 2021, 5:10 PM · AXIOM Remote
anuejn updated the task description for T1232: NixOS Challenge.
Feb 19 2021, 12:40 AM · Google Summer of Code 2022
vup updated the task description for T1227: Rust Challenge.
Feb 19 2021, 12:39 AM · Google Summer of Code 2022
vup updated the task description for T1230: webUI Challenge.
Feb 19 2021, 12:39 AM

Feb 18 2021

vup updated the task description for T1232: NixOS Challenge.
Feb 18 2021, 11:49 PM · Google Summer of Code 2022
vup updated the task description for T1231: NixOS on the camera.
Feb 18 2021, 11:47 PM · Google Summer of Code 2022