-
Notifications
You must be signed in to change notification settings - Fork 6
Pull requests: TokTok/qTox
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
test: Re-enable some tests on windows.
test
Adding missing tests, refactoring tests; no production code change
chore: Update versions for the 1.18.0 release candidate 1.
chore
Updating grunt tasks etc; no production code change
chore: Use flatpak action instead of our own script.
chore
Updating grunt tasks etc; no production code change
chore: Upgrade to macos-14 for the user build.
chore
Updating grunt tasks etc; no production code change
cleanup: Avoid logging QString as format.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Rename all .css files to .qss.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Use Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
true
/false
instead of 0
/1
for boolean literals.
cleanup
cleanup: Use emplace_back instead of push_back.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Use range-for in more places.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Use raw strings to simplify regexes.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Remove redundant base initialisers.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Reduce nesting of Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
else
clauses after return
.
cleanup
cleanup: Avoid multiple declarations per statement.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Simplify boolean returns.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Make member functions Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
const
where possible.
cleanup
cleanup: Return braced initialiser list where possible.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Use Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
= default
instead of {}
for default ctors.
cleanup
cleanup: Pass moved-from objects by value instead of const ref.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Don't move trivially copyable values.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Use Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
.empty()
instead of .size() == 0
.
cleanup
cleanup: Avoid implicit bool conversions.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Use Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
make_unique
and make_shared
instead of new
.
cleanup
cleanup: Use lambdas instead of Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
std::bind
.
cleanup
cleanup: Add Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
const
to local variables where possible.
cleanup
Previous Next
ProTip!
Adding no:label will show everything without a label.