-
-
Notifications
You must be signed in to change notification settings - Fork 22
Port to Gtk4 #358
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
Port to Gtk4 #358
Conversation
assert (source_rows[source] != null); | ||
listbox.select_row (source_rows[source]); | ||
|
||
} else if (last_selected_list == source.uid) { | ||
assert (source_rows[source] != null); |
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.
was there a reason to add asserts here?
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.
I don't think there was, at least I don't remember it :)
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.
@lenemter afaict this is read to go maybe? I wasn't able to see which drag and drop issues you were referring to in your PR description. I just have one comment about some asserts that were added.
Would love if you wanted to walk through and double check everything here yourself just to be sure! But I'm going to mark this as ready for review :)
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.
There are some indentation issues in this file
We should update copyright year in the modified files |
@danirabbit I can't remember what 'Fix dnd when dragging into the task_list' referrers to, but 'Remove dnd to entries' is this bug: tasks-gt4-bug.mp4 |
Ah okay. I think I'm going to go ahead and merge even with that bug and then we can fix it in a follow up. I want to really rewrite task editing anyways |
Fixes #317
To do:
task_list
task_list
Fix a duplication of tasks when color of task list changes(Duplicated tasks in Scheduled view when changing color of the task list #359)