~ubuntu-branches/ubuntu/trusty/gabedit/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Display/MenuToolBarGL.c

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert (dale)
  • Date: 2012-03-20 23:23:56 UTC
  • mfrom: (1.3.19)
  • Revision ID: package-import@ubuntu.com-20120320232356-40hlj06cauc6pm5o
Tags: 2.4.2-1
* New upstream release.
* debian/control: Used wrap-and-sort.
  (Standards-Version): Bumped to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* MenuToolBarGL.c */
2
2
/**********************************************************************************************************
3
 
Copyright (c) 2002-2011 Abdul-Rahman Allouche. All rights reserved
 
3
Copyright (c) 2002-2012 Abdul-Rahman Allouche. All rights reserved
4
4
 
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6
6
documentation files (the Gabedit), to deal in the Software without restriction, including without limitation
206
206
        else if(!strcmp(name ,"GeometryNWChemLast"))
207
207
                file_chooser_open(gl_read_last_nwchem_file,_("Read the last geometry from a NWChem output file"),GABEDIT_TYPEFILE_NWCHEM,GABEDIT_TYPEWIN_ORB);
208
208
 
 
209
        else if(!strcmp(name ,"GeometryNBO"))
 
210
                file_chooser_open(gl_read_nbo_file,_("Read the geometry from a NBO output file(.31)"),GABEDIT_TYPEFILE_NBO_BASIS,GABEDIT_TYPEWIN_ORB);
 
211
 
209
212
        else if(!strcmp(name ,"GeometryGabedit"))
210
213
                file_chooser_open(gl_read_gabedit_file,_("Read geometry from a gabedit file"),GABEDIT_TYPEFILE_GABEDIT,GABEDIT_TYPEWIN_ORB);
211
214
        else if(!strcmp(name ,"GeometryMolden"))
217
220
        else if(!strcmp(name , "OrbitalsDalton"))
218
221
                        file_chooser_open(read_dalton_orbitals_sel,"Read Geometry and Orbitals from a Dalton output file",GABEDIT_TYPEFILE_DALTON,GABEDIT_TYPEWIN_ORB);
219
222
                        */
 
223
        else if(!strcmp(name , "OrbitalsNBO"))
 
224
                        file_chooser_open(read_nbo_orbitals_sel,_("Read Geometry and Orbitals from a NBO output files (.31 and .xx)"),GABEDIT_TYPEFILE_NBO,GABEDIT_TYPEWIN_ORB);
220
225
        else if(!strcmp(name , "OrbitalsGamess"))
221
226
                        file_chooser_open(read_gamess_orbitals_sel,_("Read Geometry and Orbitals from a Gamess output file"),GABEDIT_TYPEFILE_GAMESS,GABEDIT_TYPEWIN_ORB);
222
227
        else if(!strcmp(name , "OrbitalsOrca"))
846
851
                NULL, "Read the first geometry from a _NWChem output file", G_CALLBACK (activate_action) },
847
852
        {"GeometryNWChemLast", GABEDIT_STOCK_NWCHEM, N_("Read the _last geometry from a _NWChem output file"), 
848
853
                NULL, "Read the last geometry from a _NWChem output file", G_CALLBACK (activate_action) },
 
854
        {"GeometryNBO", GABEDIT_STOCK_NBO, N_("Read from a _NBO file (.31)"), 
 
855
                NULL, "Read the geometry from a NBO file(.31)", G_CALLBACK (activate_action) },
849
856
        {"GeometryQChem",     GABEDIT_STOCK_QCHEM, N_("Geometry Q-_Chem")},
850
857
        {"GeometryQChemFirst", GABEDIT_STOCK_QCHEM, N_("Read the _first geometry from a Q-Chem output file"), 
851
858
                NULL, "Read the first geometry from a Q-Chem output file", G_CALLBACK (activate_action) },
878
885
                NULL, "Read geometry and orbitals from a FireFly output file", G_CALLBACK (activate_action) },
879
886
        {"OrbitalsNWChem", GABEDIT_STOCK_NWCHEM, N_("Read geometry and orbitals from a _NWChem output file"), 
880
887
                NULL, "Read geometry and orbitals from a NWChem output file", G_CALLBACK (activate_action) },
 
888
        {"OrbitalsNBO", GABEDIT_STOCK_NBO, N_("Read geometry and orbitals from a _NBO output file"), 
 
889
                NULL, "Read geometry and orbitals from a NBO output file", G_CALLBACK (activate_action) },
881
890
        {"OrbitalsQChem", GABEDIT_STOCK_QCHEM, N_("Read geometry and orbitals from a Q-_Chem output file"), 
882
891
                NULL, "Read geometry and orbitals from a Q-Chem output file", G_CALLBACK (activate_action) },
883
892
        {"OrbitalsMopac", GABEDIT_STOCK_MOPAC, N_("Read geometry and orbitals from a _Mopac aux file"), 
1587
1596
"        <menuitem name=\"GeometryQChemFirst\" action=\"GeometryQChemFirst\" />\n"
1588
1597
"        <menuitem name=\"GeometryQChemLast\" action=\"GeometryQChemLast\" />\n"
1589
1598
"      </menu>\n"
 
1599
"      <separator name=\"sepMenuNBO\" />\n"
 
1600
"      <menuitem name=\"GeometryNBO\" action=\"GeometryNBO\" />\n"
1590
1601
"      <separator name=\"sepMenuQChemGeom\" />\n"
1591
1602
"      <menuitem name=\"GeometryGabedit\" action=\"GeometryGabedit\" />\n"
1592
1603
"      <separator name=\"sepMenuGabeditGeom\" />\n"
1608
1619
"      <menuitem name=\"OrbitalsOrca\" action=\"OrbitalsOrca\" />\n"
1609
1620
"      <menuitem name=\"OrbitalsOrca2mkl\" action=\"OrbitalsOrca2mkl\" />\n"
1610
1621
"      <menuitem name=\"OrbitalsNWChem\" action=\"OrbitalsNWChem\" />\n"
 
1622
"      <menuitem name=\"OrbitalsNBO\" action=\"OrbitalsNBO\" />\n"
1611
1623
"      <menuitem name=\"OrbitalsQChem\" action=\"OrbitalsQChem\" />\n"
1612
1624
"      <menuitem name=\"OrbitalsGabeditRead\" action=\"OrbitalsGabeditRead\" />\n"
1613
1625
"      <menuitem name=\"OrbitalsMolden\" action=\"OrbitalsMolden\" />\n"