/[ascend]/trunk/pygtk/interface
ViewVC logotype

Index of /trunk/pygtk/interface

Files shown:87
Directory revision: 466 (of 3507)
Sticky Revision:
(Current path doesn't exist after revision 530)


File Rev. Age Author Last log entry
 Parent Directory        
drag-drop-example/  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
matplotlib-example/  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
gnome/  449  19 years  johnpye   Adding 'models' directory to SCons install
glade/  462  19 years  johnpye   32x32 icon for gnome-files
dimensions.h  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
method.h  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
main.cpp  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
set.cpp  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
units.h  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
tags  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
set.h  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
symchar.cpp  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
method.cpp  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
.cvsignore  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
SimpleGladeApp.py  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
name.h  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
symchar.h  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
units.cpp  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
Makefile.bt  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
library.i  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
libviewpy.py  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
module.cpp  132  19 years  johnpye   Adding the PyGTK interface to CMU repository. Whaddyareckon?
testsolverinit.cpp  153  19 years  johnpye   Fixing bug #178.
curve.h  175  19 years  johnpye   More work on adding plotting capability under PyGTK
curve.cpp  175  19 years  johnpye   More work on adding plotting capability under PyGTK
plot.cpp  175  19 years  johnpye   More work on adding plotting capability under PyGTK
module.h  180  19 years  johnpye   Adding a little documentation
Doxyfile  180  19 years  johnpye   Adding a little documentation
plot.h  181  19 years  johnpye   Fixed up the right-click context menu a bit
reporter.cpp  190  19 years  johnpye   - Simplifying many 'error_reporter' calls with new macros: ERROR_REPORTER_NO…
solver.h  208  19 years  johnpye   Added menu bar at top of PyGTK interface. 'Preferences' menu currently just outp…
solver.cpp  208  19 years  johnpye   Added menu bar at top of PyGTK interface. 'Preferences' menu currently just outp…
extmethod.cpp  212  19 years  johnpye   Changing nomenclature from ExtFn to ExtMethod
extmethod.h  212  19 years  johnpye   Changing nomenclature from ExtFn to ExtMethod
solverparameteriterator.cpp  221  19 years  johnpye   Added ability to examine solver parameters via python
solverparameteriterator.h  221  19 years  johnpye   Added ability to examine solver parameters via python
dimensions.cpp  223  19 years  johnpye   Some progress on editable solver parameters
solverparameter.h  225  19 years  johnpye   Added const-ness to 2nd parameter of slv_set_char_parameter. Implemented setting…
solverparameters.cpp  225  19 years  johnpye   Added const-ness to 2nd parameter of slv_set_char_parameter. Implemented setting…
solverparameter.cpp  225  19 years  johnpye   Added const-ness to 2nd parameter of slv_set_char_parameter. Implemented setting…
solverparameters.h  225  19 years  johnpye   Added const-ness to 2nd parameter of slv_set_char_parameter. Implemented setting…
name.cpp  253  19 years  johnpye   Adding reorderable and movable columns in Observer. Removing some debug output f…
instanceinterfacedata.h  255  19 years  johnpye   Adding preliminary support for showing variable solve-status in browser view
instanceinterfacedata.cpp  255  19 years  johnpye   Adding preliminary support for showing variable solve-status in browser view
instance.cpp  273  19 years  johnpye   Added reporting of relations and residuals via GUI
instance.h  278  19 years  johnpye   Removed reference to libf2c (I think this was required only on FC3) Updated use …
relation.h  286  19 years  johnpye   Added cursor to report mouse-over variable and residual
relation.cpp  286  19 years  johnpye   Added cursor to report mouse-over variable and residual
variable.cpp  287  19 years  johnpye   More on diagnose window.
variable.h  287  19 years  johnpye   More on diagnose window.
incidencematrix.cpp  290  19 years  johnpye   Fixable vars added to interface (outputs to console) Added 'next big' and 'prev …
incidencematrix.h  290  19 years  johnpye   Fixable vars added to interface (outputs to console) Added 'next big' and 'prev …
solverstatus.cpp  307  19 years  johnpye   Added wrapping of slv_status_t (SolverStatus) for bug #138. Improved 'About...' …
solverstatus.h  319  19 years  johnpye   Fixed a bug with the diagnose window after a successful solve Added preference: …
solverreporter.h  319  19 years  johnpye   Fixed a bug with the diagnose window after a successful solve Added preference: …
simulation.cpp  328  19 years  johnpye   Added ability to output variables at bounds (currently just to the console). Cha…
solver.i  328  19 years  johnpye   Added ability to output variables at bounds (currently just to the console). Cha…
testextfn.cpp  336  19 years  johnpye   Fixing SWIG modifications
help.py  337  19 years  johnpye   Something is starting to run on MinGW now. GUI loads and ascend DLL is opened. T…
plot.i  342  19 years  johnpye   Working on getting PyGTK plotting to work under windows
ascend.syn  358  19 years  johnpye   Syntax definition file for TextPad
observer.py  361  19 years  johnpye   Fixed bug 234. Added 'loading...' to console output when PyGTK GUI is starting u…
filechooser.py  366  19 years  johnpye   Some fixes for GTK+
solverreporter.cpp  379  19 years  johnpye   Ensuring that plugins contain no undefined symbols (for the sake of Windows). Re…
Makefile.in  381  19 years  johnpye   Fixing 'auto package registration' with 'libstemname_register'. Fixed bug #247. …
type.h  387  19 years  johnpye   Added SConscript for PyGTK interface. It's not finding the lib files, something …
reporter.h  387  19 years  johnpye   Added SConscript for PyGTK interface. It's not finding the lib files, something …
Makefile  391  19 years  johnpye   A little bit of progress on getting the windows build to work
type.cpp  393  19 years  johnpye   Fixed SCons build to do output of config file 'config.py' require by PyGTK GUI. …
config.in  393  19 years  johnpye   Fixed SCons build to do output of config file 'config.py' require by PyGTK GUI. …
library.h  393  19 years  johnpye   Fixed SCons build to do output of config file 'config.py' require by PyGTK GUI. …
simulation.h  393  19 years  johnpye   Fixed SCons build to do output of config file 'config.py' require by PyGTK GUI. …
library.cpp  412  19 years  johnpye   Trying to fix problems with the parser 'yy' and 'zz' stuff so that it works with…
solverparameters.py  436  19 years  johnpye   Implemented installer version of PyGTK interface. Use 'scons install' to install…
ascend.in  440  19 years  johnpye   Added missing 'ascend.in' and fixed up missing dependencies in RPM spec
configure.in  455  19 years  johnpye   Tidying up some debug output Fixing up use of icon filenames on Windows Removing…
preferences.py  455  19 years  johnpye   Tidying up some debug output Fixing up use of icon filenames on Windows Removing…
config.py.in  459  19 years  johnpye   Fixing default PackageOption values Adding --library option to gtkbrowser for AS…
selftest.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
solverreporter.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
testloadunload.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
ascpy.i  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
librarytest.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
gtkbrowser.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
varentry.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
run.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
properties.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
diagnose.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
incidencematrix.py  463  19 years  johnpye   Converting to the new shared-object configuration (on email discussion with Ben)…
SConscript  466  19 years  johnpye   Rolled back revision 451, since the DLL loading issue on Windows is now resolved…
create.nsi  466  19 years  johnpye   Rolled back revision 451, since the DLL loading issue on Windows is now resolved…

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22