Skip to content

[0.6.x] Show max recorded position in the Tablet Debugger.#3427

Merged
Kuuuube merged 1 commit into
OpenTabletDriver:0.6.xfrom
silkneko:feat/max-position-0.6.x
Sep 1, 2025
Merged

[0.6.x] Show max recorded position in the Tablet Debugger.#3427
Kuuuube merged 1 commit into
OpenTabletDriver:0.6.xfrom
silkneko:feat/max-position-0.6.x

Conversation

@silkneko
Copy link
Copy Markdown
Contributor

Sorry if anything including naming convention is off, this is my first time touching C# let alone this project, please mention anything and I'll do my best to get things inline with current choices.

This pull requests currently targets 0.6.x. I have noticed that master is a bit stalled right now and the entire UI is being replaced with #2772, so I won't be submitting an obsolete PR.

I wasn't really sure what to title the new StackLayoutItem so the name right now is a bit redundant, but its also the only bit of data that currently benefits from having a field that shows the max.

I also thought about adding a button to reset the data, but considering switching tablet on the same debugger instance is an unusual scenario when using this feature, as typically the only reason to use it would be to support a new tablet? So I've not included one at this time.

Let me know on any changes or nitpicks, I'm not sure if I missed anything for this project and I'd rather not add any additional overhead from me trying to snipe some easy issues.

Fixes #2433 but solely on 0.6.x.

@jamesbt365 jamesbt365 added the desktop OpenTabletDriver.Desktop library, UX and Daemon use this as the core implementation. label Aug 16, 2024
@InfinityGhost InfinityGhost added enhancement New feature or request gui Affects driver GUI labels Aug 18, 2024
@gonX gonX added the needs-forward-port PR or its features needs to be ported to development branch label Nov 18, 2024
Copy link
Copy Markdown
Member

@gonX gonX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks okay:
image

...until you get a fat tablet debugger parse and lines get hidden:
image

This is more of an issue with the tablet debugger window itself since fat parses could already do that, now it's just more apparent because a bunch of lines were stolen by this feature.

We should fix so that the tablet debugger reflows that stack above the fold, though probably not in this PR. But the feature works and the code LGTM, just want to hear what other people think based off of this.

@gonX gonX added this to the v0.6.6 milestone Dec 14, 2024
@gonX gonX mentioned this pull request Dec 14, 2024
3 tasks
@gonX gonX modified the milestones: v0.6.6, 0.6.5.2 Aug 19, 2025
@gonX gonX removed the needs-forward-port PR or its features needs to be ported to development branch label Aug 30, 2025
Copy link
Copy Markdown
Member

@Kuuuube Kuuuube left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Works great.

@Kuuuube
Copy link
Copy Markdown
Member

Kuuuube commented Sep 1, 2025

Not too worried about the debugger info getting cut off. Users can always extend the debugger window.

@Kuuuube Kuuuube merged commit 7d8f448 into OpenTabletDriver:0.6.x Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop OpenTabletDriver.Desktop library, UX and Daemon use this as the core implementation. enhancement New feature or request gui Affects driver GUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants