Age | Commit message (Collapse) | Author |
|
This is now possible thanks to `Variant` changes.
Also unbind some `_` prefixed methods which don't need to be exposed.
|
|
|
|
|
|
|
|
|
|
Allow method binds to take Object subclasses as arguments
|
|
|
|
|
|
|
|
|
|
|
|
distance and improve the doc description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds a condition to VariantCaster that casts Variants of type OBJECT to any type T, if T is derived from Object.
This change enables a fair bit of code cleanup. First, the Variant implicit cast operators for Node and Control can be removed, which allows for some invalid includes to be removed. Second, helper methods in Tree whose sole purpose was to cast arguments to TreeItem * are no longer necessary.
A few small changes also had to be made to other files, due to the changes cascading down all the includes.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #23458.
|
|
|
|
|
|
|
|
preslavnpetrov/ctrl-enter-deleting-selection-fix-master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When accept_gzip = true.
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a conflict with the `pressed` signal.
The new name is temporary and only intended to solve the conflict for upcoming
alpha builds. Discussions are still ongoing regarding the BaseButton API and
how to rename and refactor more of its properties, signals and methods to have
a clearer API in 4.0.
|
|
|
|
|
|
|
|
|
|
|
|
|