Skip to content

Conversation

lenemter
Copy link
Member

@lenemter lenemter commented Jun 4, 2023

Fixes #317

To do:

@lenemter lenemter marked this pull request as draft June 4, 2023 12:55
Comment on lines +195 to +199
assert (source_rows[source] != null);
listbox.select_row (source_rows[source]);

} else if (last_selected_list == source.uid) {
assert (source_rows[source] != null);
Copy link
Member

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?

Copy link
Member Author

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 :)

Copy link
Member

@danirabbit danirabbit left a 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 :)

@danirabbit danirabbit marked this pull request as ready for review March 19, 2025 21:53
@danirabbit danirabbit requested a review from a team March 19, 2025 21:54
Copy link
Member Author

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

@lenemter
Copy link
Member Author

We should update copyright year in the modified files

@lenemter
Copy link
Member Author

@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

@danirabbit
Copy link
Member

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

@danirabbit danirabbit merged commit e549548 into master Apr 15, 2025
6 checks passed
@danirabbit danirabbit deleted the lenemter/gtk4 branch April 15, 2025 00:34
@github-project-automation github-project-automation bot moved this from In Progress to Done in GTK4 Porting Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Port Tasks to GTK4
2 participants