| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#9441)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This permits optimization of data fetches from various containers
where getting single items by index in a loop might be costly.
Also add a helper method in ContainerHelpers to make it easier to
implement the new method where performance of fetching an id by index is
not an issue. SQLContainer still uses this helper instead of an
optimized implementation.
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
state" where appropriate (#9367)
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
Select now extends ComboBox instead of vice versa
Select is now deprecated in favor of ComboBox
|
| |
|
|
|
|
| |
Navigator (#9441)
|
| |
|