/[ascend]/trunk/pygtk/glade/ascend.glade
ViewVC logotype

Log of /trunk/pygtk/glade/ascend.glade

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 903 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 25 13:07:12 2006 UTC (17 years, 11 months ago) by johnpye
File length: 249126 byte(s)
Diff to previous 902
Some success with IDA: fixed up the indexing dilemma and was able to
integrate 'johnpye/thermalequilibrium.a4c' for a short time span (but
through to 3000 s as with LSODE). I would blame lack of jacobian routine
in the first instance.

Added 'more properties' button in Properties dialog for a variable, to allow
values of ode_id, ode_type etc to be queried (but not changed).


Revision 902 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 25 07:35:39 2006 UTC (17 years, 11 months ago) by johnpye
File length: 248466 byte(s)
Diff to previous 898
Integrator remembers 'duration' used previously.
Implemented interuption of integration with 'stop' button.

Revision 898 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 24 13:34:13 2006 UTC (17 years, 11 months ago) by johnpye
File length: 248346 byte(s)
Diff to previous 856
Added 'solver notes' to thermalequilibrium.a4c.
Added 'setup_solver' method in listnotes.py
Added 'getLanguage' to Annotation class
Added 'paramname' to SolverParameters popup in PyGTK
Fixed up some commenting in notate.c
Turned on warning about ignored notes in ascParse.y

Revision 856 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 21 12:54:43 2006 UTC (18 years ago) by johnpye
File length: 244655 byte(s)
Diff to previous 806
Added support for multiple observers/integrators for one simulation.

Revision 806 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 4 07:45:18 2006 UTC (18 years, 2 months ago) by johnpye
File length: 244529 byte(s)
Diff to previous 785
Added reporting of 'included' relations in PyGTK interface.
Minor commenting changes to instquery.h.

Revision 785 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 26 14:29:09 2006 UTC (18 years, 2 months ago) by johnpye
File length: 242397 byte(s)
Diff to previous 775
Some more work to integrate the new CONOPT API with ASCEND.
Also added ability to select different solvers from the PYGTK GUI

Revision 775 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 15 07:18:54 2006 UTC (18 years, 3 months ago) by johnpye
File length: 241996 byte(s)
Diff to previous 770
Tidied up headers in slvDOF.h
Added 'show freeable vars' to GUI.
Fixed up the 'check' function a bit. It was doing strange things.

Revision 770 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 14 03:35:16 2006 UTC (18 years, 3 months ago) by johnpye
File length: 241497 byte(s)
Diff to previous 750
Added 'use relation sharing' option to the PyGTK GUI.
Changed some debug output calls.
Tidied up headers in anoncopy, anonmerg, etc.

Revision 750 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 12 02:23:05 2006 UTC (18 years, 3 months ago) by johnpye
File length: 240536 byte(s)
Diff to previous 737
Added listing of external functions to PyGTK GUI.

Revision 737 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 5 12:36:29 2006 UTC (18 years, 3 months ago) by johnpye
File length: 240889 byte(s)
Diff to previous 736
DSG model converges, using 3 external functions :-)
Added more info in 'diagnose' varinfo and relinfo popups, plus tabstops in display.
Allowed parameters to be used with instantiation_error in instantiate.c.
Fixed up some error messages in bintoken.c.
Renamed 'newcalc_done' to 'evaluation_required' in rel.c.
Other minor changes to error messages and commenting.


Revision 736 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 5 04:56:26 2006 UTC (18 years, 3 months ago) by johnpye
File length: 240739 byte(s)
Diff to previous 735
Relation expressions shown in diagnose window
(click in incidence matrix, then (i) or alt-r)

Revision 735 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 5 02:42:19 2006 UTC (18 years, 3 months ago) by johnpye
File length: 240559 byte(s)
Diff to previous 732
Improved implementation of 'diagnose' window in PyGTK interface.
You can now view solver-side details about variables and relations, see the '(i)' icons.

Revision 732 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 4 14:40:17 2006 UTC (18 years, 3 months ago) by johnpye
File length: 240327 byte(s)
Diff to previous 710
Added general-purpose text-information dialog to PyGTK interface.
Added reporting of clique of a variable to PyGTK GUI.
Changed 'fixable' and 'new bounds' to use the new dialog.
Removed 'set<...>' from ascpy.i (it wasn't working), changed to vector<...>.
Exported a couple of var incidences fns to the DLL/SO.

Revision 710 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 29 08:53:37 2006 UTC (18 years, 3 months ago) by johnpye
File length: 235815 byte(s)
Diff to previous 690
Added my so-called 'quick fix' to external relation processing.
Still need to pursue corruption of efunc->etype pointer, for some
reason.

Revision 690 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 22 00:48:31 2006 UTC (18 years, 3 months ago) by johnpye
File length: 236546 byte(s)
Diff to previous 669
Converting some line endings to unix form as part diagnosing the problem
with the current merge from the DAE branch.

Revision 669 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (18 years, 3 months ago) by johnpye
File length: 242447 byte(s)
Diff to previous 662
Merged changes from DAE branch (revisions 702 to 819) back into trunk.
This adds the Integration API to the ASCEND solver (in base/generic).
Also provides pre-alpha support for 'IDA' from the SUNDIALS suite, a DAE solver.
Many other minor code clean-ups, including adoption of new 'ASC_NEW' and friends (to replace 'ascmalloc')
Added some very sketchy stuff providing 'DIFF(...)' syntax, although it is anticipated that this will be removed.

Revision 662 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 14 09:33:04 2006 UTC (18 years, 4 months ago) by johnpye
File length: 205579 byte(s)
Diff to previous 532
module.c switched over to use ospath_searchpath_iterate for REQUIRE statments.
Removed some too-new libglade keywords from ascend.glade.
Fixed up some error messages in scanner.l and library.c.
Corrected some non-terminated string bugs in ospath.c.

Revision 532 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 24 02:23:08 2006 UTC (18 years, 5 months ago) by johnpye
File length: 206029 byte(s)
Diff to previous 531
Removed 'interface' directory in trunk/pygtk/interface (moved everything up a level)
Made corresponding changes to SCons* and spec files.

Revision 531 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 24 02:04:02 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/interface/glade/ascend.glade
File length: 206029 byte(s)
Diff to previous 455
Removing extra subdir level in pygtk path

Revision 455 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 5 07:50:22 2006 UTC (18 years, 6 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 206029 byte(s)
Diff to previous 373
Tidying up some debug output
Fixing up use of icon filenames on Windows
Removing reference to .svg file in glade/ascend.glade

Revision 373 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 14 08:39:37 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 200442 byte(s)
Diff to previous 328
Tidied up formatting in measures.a4l
Added GPL notice to cavity.a4c
Fixed up reconfig to turn OFF gcov testing by default.
Removed some debug output from typedef.c and instantiate.c and arrayinst.c.
Commenting changes in extinst.h.
Working on getting the buildbot working :-)

Revision 328 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 24 06:05:10 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 200461 byte(s)
Diff to previous 325
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 325 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 24 01:05:43 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 191148 byte(s)
Diff to previous 321
Fixing up initial values in SolverReporter
Fixing 'block time'

Revision 321 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 23 14:14:36 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 191201 byte(s)
Diff to previous 319
Added 'close on non-converged' preference
Unified message output for popup/non-popup status reporting

Revision 319 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 23 12:30:40 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 189322 byte(s)
Diff to previous 318
Fixed a bug with the diagnose window after a successful solve
Added preference: SolverReporter:close_on_converged

Revision 318 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 23 10:29:29 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 189326 byte(s)
Diff to previous 317
Working on solver interrupt using 'stop' button

Revision 317 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 23 10:21:17 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 189208 byte(s)
Diff to previous 307
Added GUI SolverReporter... you can now watch the residuals shrink, etc.

Revision 307 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 22 07:48:17 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 162478 byte(s)
Diff to previous 300
Added wrapping of slv_status_t (SolverStatus) for bug #138.
Improved 'About...' box.

Revision 300 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 17 08:04:04 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/glade/ascend.glade
File length: 151964 byte(s)
Copied from: trunk/pygtk/interface/ascend.glade revision 299
Diff to previous 299
Moving stuff around for GLADE

Revision 299 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 17 07:09:09 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 152006 byte(s)
Diff to previous 294
Adding ctrl-F and ctrl-R for fix/free

Revision 294 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 16 02:53:56 2006 UTC (18 years, 7 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 148784 byte(s)
Diff to previous 290
Fixed collapse/expand in 'diagnose' window, and added their values to preferences

Revision 290 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 10 03:30:05 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 148784 byte(s)
Diff to previous 286
Fixable vars added to interface (outputs to console)
Added 'next big' and 'prev big' to move between 'big blocks' in the diagnose window.

Revision 286 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 9 07:36:39 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 146825 byte(s)
Diff to previous 285
Added cursor to report mouse-over variable and residual

Revision 285 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 9 04:21:30 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 133260 byte(s)
Diff to previous 284
Colours fixed, zooming works, active block focussed by default.

Revision 284 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 9 03:02:44 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 133211 byte(s)
Diff to previous 283
Improved display of blocks with zoom facility added

Revision 283 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 8 15:30:50 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 129122 byte(s)
Diff to previous 282
This is the initial working 'block diagnose' functionality.

Revision 282 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 8 13:51:04 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 129106 byte(s)
Diff to previous 280
This version uses direct creation of the block incidence matrix image data
using the gtk.gdk.pixbuf_new_from_data function.

Revision 280 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 8 08:31:56 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 129215 byte(s)
Diff to previous 276
Some work on adding the 'block diagnosis' window

Revision 276 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 6 00:07:58 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 110502 byte(s)
Diff to previous 273
Changes to the condenser model
Working on a 'diagnose' window, maybe

Revision 273 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 5 06:44:06 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 100539 byte(s)
Diff to previous 271
Added reporting of relations and residuals via GUI

Revision 271 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 4 09:08:54 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 86989 byte(s)
Diff to previous 269
Working on adding support for listing cliques

Revision 269 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 4 07:15:30 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 86393 byte(s)
Diff to previous 268
Added usability keybindings on properties input fields: escape, enter

Revision 268 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 4 06:09:57 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 85654 byte(s)
Diff to previous 250
Adding ability to edit upper/lower bounds and nominal values

Revision 250 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 1 04:01:10 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 61857 byte(s)
Diff to previous 249
You can now copy the observer matrix to the clipboard and paste into another document.

Revision 249 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 1 03:22:11 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 59680 byte(s)
Diff to previous 246
Working (read-only) observer thing. Observer instances are updated in the table
and if you click 'add' on the observer tab, the current values are kept and a new
row is added.

Revision 246 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 31 16:24:27 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 59476 byte(s)
Diff to previous 245
Some more work on the 'Observer' feature

Revision 245 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 31 07:49:58 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 60223 byte(s)
Diff to previous 242
Working on adding Observer functionality

Revision 242 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 30 15:02:26 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 51371 byte(s)
Diff to previous 240
Minor usability improvements - keybindings

Revision 240 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 30 09:35:34 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 50912 byte(s)
Diff to previous 231
Can now view block numbers via console while mouse-ing over incidence matrix

Revision 231 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 29 14:15:44 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 50521 byte(s)
Diff to previous 230
Moved some incidence matrix routines to generic/solver from tcltk98.
Documentation changes.
Added (inactive) incidence matrix menu item to PyGTK interface
Fixed autotools make for above changed (need to fix for Jam as well)

Revision 230 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 29 07:16:06 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 50016 byte(s)
Diff to previous 228
Solverparameters GUI code split into separate file.
Help launcher started, will need more work.
Corrected wrong cpu_elapsed values in GUI by direct use of tm_cpu_time()
Added 'about' box.
Fixed 'auto' menu option.

Revision 228 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 28 05:22:38 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 78154 byte(s)
Diff to previous 227
Fixed up bounds checking for solver parameter window

Revision 227 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 28 04:44:15 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 75102 byte(s)
Diff to previous 226
Added grouping of solver parameters into pages

Revision 226 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 28 02:12:19 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 69825 byte(s)
Diff to previous 225
Can now edit string values via drop-down menu, just like with Tcl/Tk interface.
Boolean values changed with a doubleclick.

Revision 225 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 27 14:55:43 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 69684 byte(s)
Diff to previous 223
Added const-ness to 2nd parameter of slv_set_char_parameter.
Implemented setting of int, real and string parameters via PyGTK interface.

Revision 223 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 27 08:18:43 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 69678 byte(s)
Diff to previous 221
Some progress on editable solver parameters

Revision 221 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 27 03:05:38 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 68656 byte(s)
Diff to previous 208
Added ability to examine solver parameters via python

Revision 208 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 24 03:19:37 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 64526 byte(s)
Diff to previous 173
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 173 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 7 11:20:32 2006 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 58762 byte(s)
Diff to previous 172
PyGTK interface now remembers size of errors/warnings pane as well.

Revision 172 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 7 10:06:13 2006 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 58660 byte(s)
Diff to previous 168
Storing of window size and position in .ascend.ini
Starting to implement plotting functions.

Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 6 01:08:58 2006 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 58232 byte(s)
Diff to previous 164
PyGTK GUI: Added wait cursor during solve, changed method select box so that you can't type into it.

Revision 164 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 3 09:54:43 2006 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 58237 byte(s)
Diff to previous 132
Added wait-cursor during compile/build, started working
on correct destruction of Simulation objects.

Revision 132 - (view) (download) (annotate) - [select for diffs]
Added Wed Dec 21 00:14:13 2005 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/ascend.glade
File length: 58238 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