mailRe: r10702 - /branches/bieri_gui/gui_bieri/relax_gui.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Michael Bieri on February 16, 2010 - 22:48:
Hi Edward

I thought it would be the best if users click on the contact menu entry, which opens their mail program (mailto blablabla), and an email is sent to the relax mailing list (or devel). But it would also be great to have a contact page at nmr-relax.com, so we could just link to this page.

For the bugs, we could make a link to the bug index?

Cheers
Michael

Edward d'Auvergne schrieb:
Hi Michael,

How do you plan in implementing the "Contact relaxGUI" menu entry?  I
would suggest renaming this to "Contact the relax-u&sers mailing list"
and have this open an email client with the relax-users address.
Maybe "Contact the relax-d&evel mailing list" could also be added.

Another useful menu entry for the GUI would be "Submit a bug report"
which opens a web-browser to https://gna.org/bugs/?group=relax.  I
would suggest adding a description about setting the "Display
Criteria" to show "Any" instead of "Open" bugs and then searching for
previously submitted bugs to see if anyone else has reported this.
Then directing them to the submission form.  Maybe this could be most
easily done by adding a new page to http://nmr-relax.com with all this
info, and just opening that?  The website is in the relax repository
and can also be checked out
(http://svn.gna.org/viewcvs/relax/website/).

Cheers,

Edward


On 16 February 2010 11:26,  <edward@xxxxxxxxxxxxx> wrote:
Author: bugman
Date: Tue Feb 16 11:26:58 2010
New Revision: 10702

URL: http://svn.gna.org/viewcvs/relax?rev=10702&view=rev
Log:
Shifted the "Contact relaxGUI" and "References" menu entries into the "Help" 
menu.

The "Extras" menu has been deleted.  These menu entries are better suited for 
the help menu,
especially the "Contact relaxGUI".


Modified:
   branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10702&r1=10701&r2=10702&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Tue Feb 16 11:26:58 2010
@@ -770,24 +770,19 @@
        self.Bind(wx.EVT_MENU, self.param_file_setting, id=21)
        self.Bind(wx.EVT_MENU, self.reset_setting,      id=22)

-        # The 'Extras' menu entries.
-        menu = wx.Menu()
-        menu.AppendItem(self.build_menu_sub_item(menu, id=30, text="&Contact 
relaxGUI", icon=CONTACT_ICON))
-        menu.AppendItem(self.build_menu_sub_item(menu, id=31, 
text="&References", icon=REF_ICON))
-        menubar.Append(menu, "&Extras")
-
-        # The 'Extras' menu actions.
-        self.Bind(wx.EVT_MENU, self.references, id=31)
-
        # The 'Help' menu entries.
        menu = wx.Menu()
        menu.AppendItem(self.build_menu_sub_item(menu, id=40, 
text="&Manual\tF1", icon=MANUAL_ICON))
        menu.AppendSeparator()
+        menu.AppendItem(self.build_menu_sub_item(menu, id=30, text="&Contact 
relaxGUI", icon=CONTACT_ICON))
+        menu.AppendItem(self.build_menu_sub_item(menu, id=31, 
text="&References", icon=REF_ICON))
+        menu.AppendSeparator()
        menu.AppendItem(self.build_menu_sub_item(menu, id=41, text="About 
relaxG&UI", icon=ABOUT_RELAXGUI_ICON))
        menu.AppendItem(self.build_menu_sub_item(menu, id=42, text="About 
rela&x", icon=ABOUT_RELAX_ICON))
        menubar.Append(menu, "&Help")

        # The 'Help' menu actions.
+        self.Bind(wx.EVT_MENU, self.references, id=31)
        self.Bind(wx.EVT_MENU, self.about_gui,  id=41)
        self.Bind(wx.EVT_MENU, self.about_relax, id=42)



_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-devel mailing list
relax-devel@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-devel




Related Messages


Powered by MHonArc, Updated Wed Feb 17 00:20:52 2010