Skip to content

Conversation

@vifactor
Copy link
Collaborator

@vifactor vifactor commented Nov 16, 2025

  • fix some alignments in the dialog
  • remove not useful "next"- and "previous"-buttons
  • rename "save"-button into "ok"

#730

@vifactor vifactor mentioned this pull request Nov 16, 2025
@vifactor vifactor force-pushed the search-time branch 3 times, most recently from 111e01c to 67ec82c Compare November 17, 2025 20:21
@vifactor vifactor requested a review from alexmucde November 17, 2025 20:22
@vifactor vifactor added this to the Release v2.29.0 milestone Nov 17, 2025
@vifactor vifactor marked this pull request as ready for review November 17, 2025 20:23
@vifactor vifactor force-pushed the search-time branch 3 times, most recently from ed140ea to 2203a21 Compare November 20, 2025 17:07
@vifactor vifactor added the merge label Nov 20, 2025
@alexmucde
Copy link
Collaborator

The title of the Search Dialog is dlt-viewer. Can you change it to Search Settings?
Additonal it would be good to have also a cancel button.
Additional it would be good when ok is pressed the search is automatically restarted.

Set time range in search dialog on open

take milliseconds into account

Signed-off-by: Viktor Kopp <[email protected]>
SearchDialog remove unused variable

convert heap var to stack var

get rid of obsolete methods search dialog

Implement simply RAII timer to measure and print search time

Signed-off-by: Viktor Kopp <[email protected]>
Add cancel button to Search dialog

Signed-off-by: Viktor Kopp <[email protected]>
@vifactor
Copy link
Collaborator Author

The title of the Search Dialog is dlt-viewer. Can you change it to Search Settings?

Good catch, thanks, I made the dialog's header look the same way as in master.

Additonal it would be good to have also a cancel button.
Additional it would be good when ok is pressed the search is automatically restarted.

I did this, even though it is basically new feature on its own. What I do not like about "Cancel"-button is that my expectation upon cancel would be "no state changed", but this is not what happens: yes, there is a difference between "OK" and "Cancel", that the latter does not trigger search, however, search params are saved on every interaction (old behavior), which means "Cancel" does not prevent storing them in the persistent settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants