-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
…ime::fromSecsSinceEpoch
This pull request has conflicts, please rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 1662905
if (datetime < dateFrom || datetime > dateTo) | ||
return false; | ||
|
||
QDateTime datetime = index.data(TransactionTableModel::DateRole).toDateTime(); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 15bd92a
…llet statuses simpler
…tem login" option
…ooltips for peers tab address fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 1a2c02a
Additional Information
develop
(3a18f08)Breaking changes
None observed.
Checklist