Hi, I wish to do some coding work on rosegarden,
I would like to know if I can have CVS commit access,
or otherwise how can i send patches against it.

Of course I dont understand the whole code, but
I want to focus on small features/bugs regarding
to usability.

To start, I decided that it should be somewhat simple
to add KActions for "Play from Cursor" and "Play from
Segment Begin" in the matrix view (maybe
this should happen higher in hierarchy?) 
so after doing some search through the code, it seems 
that I have to add it in matrixview.cpp, so i did:

    new KAction(i18n("Play from Edit Cursor"), 0, this,
                SLOT(slotPlayFromEditCursor()), actionCollection(),
                "play_from_edit_cursor");

    new KAction(i18n("Play from Segment Begin"), 0, this,
                SLOT(slotPlayFromSegmentBegin()), actionCollection(),
                "play_from_segment_begin");

Am I missing to add this somewhere else? Because this doesnt
show up on the shortcut editor, and if i assign keybindings, it
doesmt seem to work either (doesnt call the slots i wrote)

Thanks!

Juan Linietsky



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Rosegarden-devel mailing list
[EMAIL PROTECTED] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to