Page 1 of 2
build a context menu
Posted: Sun Jan 29, 2012 12:03 pm
by Bquentin
Hello,
I am a student in the third year i.e. the bachelor's degree in computer science at the Science Faculty of Angers in France and for part of year I have take part in an open source project.
As a user of Audacity, I am interested in this project, so I want to participate by adding a context menu with functionnality such as copy, paste, save, save as, export, import, read, read loop, pause, mute, undo, redo ...
If you have some suggestions , please don't hesitate to let me know ...
So if you are interested, I wish to programme the menu and send you my modifications as patches.
Thank you in advance,
Quentin.
Re: build a context menu
Posted: Sun Jan 29, 2012 5:07 pm
by steve
Hi Quentin,
You may be interested in the proposals for menu reorganisation that are discussed here:
http://wiki.audacityteam.org/wiki/Propo ... ganisation as these proposals may impact on the new features that you are proposing.
Also, if you are considering a "right click" context menu, be aware that:
- Some Mac users still have one button mice
- Where possible features should be accessible to visually impaired and other non-mouse users.
- When the zoom tool is selected (F4 key), right click performs "zoom out".
If you wish to contact the Audacity developers directly, there is a developers mailing list which you can subscribe to here:
https://lists.sourceforge.net/lists/lis ... city-devel
All development should be against the current svn head code.
You will find additional information for developers in these links:
http://audacityteam.org/community/developers
http://wiki.audacityteam.org/wiki/Categ ... Developers
Re: build a context menu
Posted: Sun Jan 29, 2012 5:45 pm
by Bquentin
Hi Steve,
thank you for this quick reply, I'll carefully study this link.
I thought for zoom:
By defaul the menu is active and if you press F4 you turn on the zoom and turn off the menu and if you press again F4 you turn off the zoom and turn on the menu.
Thank you again.
Re: build a context menu
Posted: Wed Mar 28, 2012 8:22 am
by Bquentin
I finished the context menu and then if you want me to add some functionalities, please let me know.
And thank you again for the advice, Quentin
Re: build a context menu
Posted: Wed Mar 28, 2012 10:30 pm
by steve
Bquentin wrote:I finished the context menu
Are your patches publicly available?
Re: build a context menu
Posted: Thu Mar 29, 2012 6:32 am
by Bquentin
I do my last test, and I think publishing the patch this weekend.
Re: build a context menu
Posted: Wed Apr 04, 2012 8:53 am
by Bquentin
Hi Steve,
I published my patch, but i have no automatic response. I know that they have many mail and it's difficult to them to read all. Have you a possibility to see if you have recieved my mail the topic is : [audacity] [TrackPanel] New Patch for popupmenu .
Thanks per advance,
Quentin
Re: build a context menu
Posted: Wed Apr 04, 2012 1:20 pm
by steve
Bquentin wrote:I published my patch,
Is that this one:
http://audacity.238276.n2.nabble.com/Pa ... 18743.html
Re: build a context menu
Posted: Wed Apr 04, 2012 1:55 pm
by Bquentin
Re: build a context menu
Posted: Wed Apr 04, 2012 2:34 pm
by steve
Thanks Quentin. I'm not a programmer, but I can try your patch and I'll post feedback when I've had chance to try it.