/[ascend]/trunk/pygtk/interface/simulation.h
ViewVC logotype

Log of /trunk/pygtk/interface/simulation.h

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 530)

Revision 393 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 30 14:46:37 2006 UTC (19 years, 1 month ago) by johnpye
File length: 2036 byte(s)
Diff to previous 337
Fixed SCons build to do output of config file 'config.py' require
by PyGTK GUI. Removed requirement for 'config.h' from the C++ file
and instead supplied required flags via compiler commandline.

Revision 337 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 1 00:51:23 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2057 byte(s)
Diff to previous 328
Something is starting to run on MinGW now. GUI loads and ascend DLL is opened.
This revision still breaks the linux and Tcl/Tk builds, I expect.
Also added some smarts to the 'help...contents' menu for loading offline/online help files.

Revision 328 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 24 06:05:10 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2481 byte(s)
Diff to previous 317
Added ability to output variables at bounds (currently just to the console).
Changed solver parameters window into a proper 'dialog'.
Various fixes to make dialogs focus and position correctly.

Revision 317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 23 10:21:17 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2405 byte(s)
Diff to previous 310
Added GUI SolverReporter... you can now watch the residuals shrink, etc.

Revision 310 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 23 03:48:56 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2380 byte(s)
Diff to previous 307
Fixed the SolveReporter functionality so that it works from Python

Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 22 07:48:17 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2332 byte(s)
Diff to previous 295
Added wrapping of slv_status_t (SolverStatus) for bug #138.
Improved 'About...' box.

Revision 295 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 16 08:10:24 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2284 byte(s)
Diff to previous 285
Added ability to output structural singularity analysis.

Revision 285 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 9 04:21:30 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2210 byte(s)
Diff to previous 283
Colours fixed, zooming works, active block focussed by default.

Revision 283 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 8 15:30:50 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2155 byte(s)
Diff to previous 255
This is the initial working 'block diagnose' functionality.

Revision 255 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 2 14:02:23 2006 UTC (19 years, 2 months ago) by johnpye
File length: 2154 byte(s)
Diff to previous 252
Adding preliminary support for showing variable solve-status in browser view

Revision 252 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 1 06:29:46 2006 UTC (19 years, 3 months ago) by johnpye
File length: 2112 byte(s)
Diff to previous 237
Implemented editable 'active' row in observer
Move focus of to active row when new row added and observer tab already focussed

Revision 237 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 30 06:10:26 2006 UTC (19 years, 3 months ago) by johnpye
File length: 2052 byte(s)
Diff to previous 233
Incidence matrix now reports the mouseover-ed variable on the console

Revision 233 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 29 16:55:27 2006 UTC (19 years, 3 months ago) by johnpye
File length: 2058 byte(s)
Diff to previous 225
Something resembling an incidence matrix returned via SWIG...

Revision 225 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 27 14:55:43 2006 UTC (19 years, 3 months ago) by johnpye
File length: 1914 byte(s)
Diff to previous 208
Added const-ness to 2nd parameter of slv_set_char_parameter.
Implemented setting of int, real and string parameters via PyGTK interface.

Revision 208 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 24 03:19:37 2006 UTC (19 years, 3 months ago) by johnpye
File length: 1867 byte(s)
Diff to previous 196
Added menu bar at top of PyGTK interface.
'Preferences' menu currently just outputs the number of
solver parameters in use. Plan is to allow the parameters
to be viewed and edited via the GUI.

Revision 196 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 17 15:58:23 2006 UTC (19 years, 3 months ago) by johnpye
File length: 1796 byte(s)
Diff to previous 164
Improved status reporting for solvers. When a solver is going slowly, you'll get a fair bit of output. If it's going fast there shouldn't be much input at all. Todo: use some kind of callback technique to get this information back to the GUI.

Revision 164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 3 09:54:43 2006 UTC (19 years, 3 months ago) by johnpye
File length: 1795 byte(s)
Diff to previous 153
Added wait-cursor during compile/build, started working
on correct destruction of Simulation objects.

Revision 153 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 22 13:53:42 2005 UTC (19 years, 4 months ago) by johnpye
File length: 1901 byte(s)
Diff to previous 132
Fixing bug #178.

Revision 132 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 21 00:14:13 2005 UTC (19 years, 4 months ago) by johnpye
File length: 1904 byte(s)
Adding the PyGTK interface to CMU repository. Whaddyareckon?

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

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