Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport: merge bitcoin-core/gui#337, #354, #317, #349, #403, #418, #416, #449, #477, #563, #554, #615 (qt backports: part 2) #6337

Merged
merged 12 commits into from
Oct 26, 2024

Conversation

kwvg
Copy link
Collaborator

@kwvg kwvg commented Oct 22, 2024

Additional Information

develop (3a18f08) This PR
image image
image image

Breaking changes

None observed.

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas (note: N/A)
  • I have added or updated relevant unit/integration/functional/e2e tests (note: N/A)
  • I have made corresponding changes to the documentation (note: N/A)
  • I have assigned this pull request to a milestone (for repository code-owners and collaborators only)

@kwvg kwvg added this to the 22 milestone Oct 22, 2024
@kwvg kwvg changed the title backport: merge bitcoin-core/gui#79, #297, #337, #354, #317, #349, #403, #384, #318, #418, #436, #416, #449, #477 (qt backports: part 2) backport: merge bitcoin-core/gui#337, #354, #317, #349, #403, #418, #416, #449, #477, #563, #554, #615 (qt backports: part 2) Oct 24, 2024
Copy link

This pull request has conflicts, please rebase.

@kwvg kwvg marked this pull request as ready for review October 24, 2024 11:49
Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

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

utACK 1662905

src/qt/bitcoingui.cpp Outdated Show resolved Hide resolved
src/qt/bitcoingui.cpp Outdated Show resolved Hide resolved
src/qt/rpcconsole.cpp Outdated Show resolved Hide resolved
@PastaPastaPasta PastaPastaPasta self-requested a review October 24, 2024 17:49
if (datetime < dateFrom || datetime > dateTo)
return false;

QDateTime datetime = index.data(TransactionTableModel::DateRole).toDateTime();
Copy link
Collaborator

Choose a reason for hiding this comment

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

it used to be a qint64 for a reason: QDateTime had performance issues, accordingly #3155

Though, it is replaced to in next backport bitcoin-core/gui#349 to fromSecsSinceEpoch

Qt's doc says:

Returns a datetime whose date and time are the number of seconds secs that have passed since 1970-01-01T00:00:00.000, Coordinated Universal Time (Qt::UTC) and converted to the given spec.

I guess there's not more performance degradation.

If any objection, there's qint64: knst@c0cafa3cae

src/qt/forms/optionsdialog.ui Show resolved Hide resolved
knst
knst previously approved these changes Oct 25, 2024
Copy link
Collaborator

@knst knst left a comment

Choose a reason for hiding this comment

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

utACK 15bd92a

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

utACK 1a2c02a

@PastaPastaPasta PastaPastaPasta merged commit ceb1fe7 into dashpay:develop Oct 26, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants