Update todos
This commit is contained in:
parent
a06929cb46
commit
c46616cdb5
1 changed files with 5 additions and 8 deletions
|
@ -25,14 +25,9 @@ using Gee;
|
|||
+ first char or type custom "separators"
|
||||
(create, destroy, update)
|
||||
+ Work with largish sets of children
|
||||
+ selection and keynave
|
||||
|
||||
filter => child visibility setting
|
||||
|
||||
Q:
|
||||
How to construct separators?
|
||||
What about resort a single item, can be problem if more change
|
||||
at the same time, need a stable sort...
|
||||
+ selection and keynav
|
||||
+ activation (separate from selection)
|
||||
+ select mode (but not multiple)
|
||||
|
||||
settings:
|
||||
sort function
|
||||
|
@ -347,6 +342,8 @@ public class Contacts.Sorted : Container {
|
|||
if (!focus_into)
|
||||
return false; // Focus is leaving us
|
||||
|
||||
/* TODO: This doesn't handle up/down going into a focusable separator */
|
||||
|
||||
if (next_focus_child == null) {
|
||||
if (current_focus_child != null) {
|
||||
if (direction == DirectionType.UP) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue