Skip to content
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

Make Drag-n-Drop events less hacky #405

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Make Drag-n-Drop events less hacky #405

wants to merge 7 commits into from

Conversation

tintou
Copy link
Member

@tintou tintou commented Jun 19, 2019

That drag_component in the CalendarModel made no sense

@@ -265,6 +262,42 @@ public class Maya.Model.CalendarModel : Object {
return events;
}

private static int search_rid (E.CalComponent a, string? rid) {
Copy link
Collaborator

@jeremypw jeremypw Jun 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would normally be named compare_id or similar. DId you mean to name the following "get_event ()" this? It would make more sense.

@jeremypw
Copy link
Collaborator

Needs deb-packaging updating in order to pass Travis CI (libmayacalendar0.symbols).

@jeremypw
Copy link
Collaborator

You need to merge edit-recurring-2 branch for this to work properly (also master) - otherwise the view does not update after dragging/dropping. After merging that branch this seems to work as expected.

@jeremypw
Copy link
Collaborator

@tintou Converting to draft as there are conflicts, CI issues and no recent activity

@jeremypw jeremypw marked this pull request as draft May 11, 2021 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants