/[ascend]/trunk/pygtk
ViewVC logotype

Log of /trunk/pygtk

View Directory Listing Directory Listing


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

Revision 530 - Directory Listing
Modified Sat Apr 22 07:52:30 2006 UTC (19 years ago) by johnpye
Found the problem with the PyGTK interface: a too-long vsprintf. Changed to vsnprintf.

Revision 529 - Directory Listing
Modified Sat Apr 22 06:26:23 2006 UTC (19 years ago) by johnpye
Working of debugging the mysterious PyGTK bug. Seems to be coming from a wrong
char *filename in an error_reporter call from the DEBUG_RELS sections of the
compiler code.
Also renamed the WSEM and WSNM macros for clarity, removed unused file pointer.

Revision 527 - Directory Listing
Modified Fri Apr 21 15:20:17 2006 UTC (19 years ago) by johnpye
Correct the regular expression

Revision 526 - Directory Listing
Modified Fri Apr 21 13:47:31 2006 UTC (19 years ago) by johnpye
Fixed up a problem with ordering of headers with Python.h.
Removed psyco initialisation, pending evidence that it actually does something :-)
Disabled python 'director' error message callbacks, trying to debug a segfault.
Added ability to disable GCC Visibility, scons WITH_GCCVISIBILITY=0.
Turned off runtime signal tests for SIG_INT and SIG_FPE (makes using GDB a pain), see base/generic/utilities/ascSignal.[ch].

Revision 524 - Directory Listing
Modified Fri Apr 21 07:38:32 2006 UTC (19 years ago) by johnpye
Another small fix to the tuple bug

Revision 519 - Directory Listing
Modified Fri Apr 21 02:07:11 2006 UTC (19 years ago) by johnpye
Fixing up the 'tuple' thing (Yomi's change) as it didn't now work with Python 2.4
Fixed up dependencies around the SWIG compile.
Fixed so that SCons makes pygtk/interface/ascend executable automatically.

Revision 514 - Directory Listing
Modified Wed Apr 19 14:59:06 2006 UTC (19 years ago) by wangym
the position maybe negative after maximized in ini

Revision 510 - Directory Listing
Modified Wed Apr 19 06:38:42 2006 UTC (19 years ago) by johnpye
Removing the chmod+x ascend thing, it's not right.

Revision 509 - Directory Listing
Modified Wed Apr 19 05:13:08 2006 UTC (19 years ago) by johnpye
SWIG < 1.3.28 can't do GCC visibility, so turn off for python interface in that case.

Revision 508 - Directory Listing
Modified Wed Apr 19 04:48:32 2006 UTC (19 years ago) by johnpye
More fixes for compiling and running on ubuntu 5.10 with GCC:
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)

Added ASC_SHLIBSUFFIX and ASC_SHLIBPREFIX which are used in packages.c in preference to platform-specific #ifdefs.


Revision 507 - Directory Listing
Modified Wed Apr 19 02:44:25 2006 UTC (19 years ago) by johnpye
Fixing for ubuntu GCC 4

Revision 506 - Directory Listing
Modified Tue Apr 18 14:30:39 2006 UTC (19 years ago) by johnpye
The Visual C++ 2005 version now builds without linker errors.
But I ran the installer and it crashed during the first C++ call, so still problems.

Revision 505 - Directory Listing
Modified Tue Apr 18 13:22:29 2006 UTC (19 years ago) by johnpye
Add some 'Depends' to ensure that the PyGTK app gets built before the installer does.

Revision 504 - Directory Listing
Modified Tue Apr 18 13:14:20 2006 UTC (19 years ago) by johnpye
Playing around with dllspec for gcc 4.0, trying to fix a bug.

Revision 502 - Directory Listing
Modified Tue Apr 18 12:57:30 2006 UTC (19 years ago) by johnpye
Added check to see that YACC runs OK.
Fixing build with MSVC++ 2005.
All builds now except for some problems in the SWIG-generated code.

Revision 500 - Directory Listing
Modified Tue Apr 18 11:55:12 2006 UTC (19 years ago) by johnpye
Reduced some runtime debug messages from Python and C++ and base/generic/compiler/type_descio.c.
Fixed up support for GCC Visibility and add SCons 'sniffer' for this.
Fixed a bug with 'fileopenpath' in PyGTK interface (File->Open location is remembered from last time).
Fixed a bug with missing includes in C++.

Revision 499 - Directory Listing
Modified Tue Apr 18 08:26:16 2006 UTC (19 years ago) by johnpye
Working on Linux again.
For some reason you need to run /sbin/ldconfig though. I'm going to
ask Ben about this.

Revision 498 - Directory Listing
Modified Tue Apr 18 08:07:13 2006 UTC (19 years ago) by johnpye
MinGW build fixed and working again.
Changed SConstruct so that if you run SCons from MSYS, SCons won't try to use MV++ tools.
Wrapped extern "C" {} around #include <utilities/ascConfig.h> in pygtk/interface/config.h.in.
Added 'HAVE_LEX' and 'HAVE_YACC' env vars in SCons so that we can be smart about using _no_yacc source.
Changed tcltk98 SCons script so that _no_yacc is switchable.

Revision 485 - Directory Listing
Modified Tue Apr 18 04:47:11 2006 UTC (19 years ago) by johnpye
Huge cleanup of file header comments (GPL notice etc).

Changed from ASC_DLLSPEC to ASC_DLLSPEC(TYPE) -- like python

Fixed up some badly export symbols (missing 'extern')

Fixed exporting of symbols from error.h

Removed ASC_DLLSPEC from .c files-- only in .h files now (hope that's right...)

Changed the way bintoken does its exporting, to take 
advantage of ASC_BUILDING_LIBASCEND (needs testing)

I wonder if the 'extern' keywork should be a part of the ASC_DLLSPEC macro?


Revision 482 - Directory Listing
Modified Mon Apr 17 12:22:31 2006 UTC (19 years ago) by johnpye
Set up memory of file->open path in PyGTK GUI.
Improved pass-through of ./ascend parameters in ASC_DEVELOPING mode.
Removed disused SWIG builder in SConscript (using SCOns' builtin stuff now)
Improved some console messages from Python.

Revision 481 - Directory Listing
Modified Mon Apr 17 11:10:29 2006 UTC (19 years ago) by johnpye
Fixed the windows crash problem. Actually looks like it was a bug 
with some hot-off-the-press SWIG features.

Revision 480 - Directory Listing
Modified Mon Apr 17 10:45:23 2006 UTC (19 years ago) by johnpye
Adding ASC_DLLSPEC to all functions that are being used by Python interface.
Also cleaned up some #ifdef header brackets and html-style comments inside doxygen comments.
Renamed pygtk/interface/config.in to pygtk/interface/config.h.in and made 
this active again (for ASC_BUILDING_INTERFACE) use.
Trying to catch error in ascpy.Library call with try/except, doesn't work though.

Revision 479 - Directory Listing
Modified Mon Apr 17 08:49:14 2006 UTC (19 years ago) by johnpye
More small tweaks to help debug loading of PyGTK GUI

Revision 478 - Directory Listing
Modified Mon Apr 17 08:10:48 2006 UTC (19 years ago) by johnpye
Fixing build for SWIG 1.3.24 (no -O flag)
Adding more debug info to loading output in PyGTK interface/config.py.in
Adding SWIGVERSION flag to SCons env.
Commenting in ascDynaLoad.c and ascParse.y
Adding VERSION to config.py

Revision 476 - Directory Listing
Modified Mon Apr 17 07:06:45 2006 UTC (19 years ago) by johnpye
Added some INSTALL notes relating to building windows installer.
Added some optimisations to the SWIG build to reduce target file size.
Fixed bug with WITH_INSTALLER=1 flag.

Revision 466 - Directory Listing
Modified Sun Apr 16 15:07:48 2006 UTC (19 years ago) by johnpye
Rolled back revision 451, since the DLL loading issue on Windows is now resolved.
Fixed up some #ifdef brackets in slv*.h headers.
Added NSIS functionality to SConstruct file
Renamed default installer to 'ascend-setup.exe' pending a more clever approach to version numbers.

Revision 465 - Directory Listing
Modified Sun Apr 16 13:43:44 2006 UTC (19 years ago) by johnpye
Renamed 'WITHOUT_TCLTK_GUI' option to 'WITHOUT_TCLTK'.
Hard-wired path to c:\Python24 and c:\GTK\bin in Windows Python GUI installer.

Revision 463 - Directory Listing
Modified Sun Apr 16 10:18:16 2006 UTC (19 years ago) by johnpye
Converting to the new shared-object configuration (on email discussion with Ben)
First stage: PyGTK interface on windows. More to come.

Revision 462 - Directory Listing
Modified Sun Apr 16 00:38:25 2006 UTC (19 years ago) by johnpye
32x32 icon for gnome-files

Revision 459 - Directory Listing
Modified Fri Apr 7 08:05:05 2006 UTC (19 years ago) by johnpye
Fixing default PackageOption values
Adding --library option to gtkbrowser for ASC_DEVELOPING override of 'models' path.

Revision 455 - Directory Listing
Modified Wed Apr 5 07:50:22 2006 UTC (19 years ago) by johnpye
Tidying up some debug output
Fixing up use of icon filenames on Windows
Removing reference to .svg file in glade/ascend.glade

Revision 454 - Directory Listing
Modified Wed Apr 5 07:43:57 2006 UTC (19 years ago) by johnpye
Added icon

Revision 453 - Directory Listing
Modified Wed Apr 5 06:47:01 2006 UTC (19 years ago) by johnpye
Remove default CUnit locations for failsafe 'scons -h' on Windows

Revision 450 - Directory Listing
Modified Wed Apr 5 01:54:16 2006 UTC (19 years ago) by johnpye
Removed ~/ascdata from DEFAULT_ASCENDLIBRARY

Revision 449 - Directory Listing
Modified Wed Apr 5 01:32:45 2006 UTC (19 years ago) by johnpye
Adding 'models' directory to SCons install

Revision 448 - Directory Listing
Modified Wed Apr 5 01:04:59 2006 UTC (19 years ago) by johnpye
RPM build works now. The model library isn't being installed but the PyGTK interface opens up correctly.

Revision 447 - Directory Listing
Modified Wed Apr 5 00:31:15 2006 UTC (19 years ago) by johnpye
Renamed 'desktop' directory to 'gnome'

Revision 446 - Directory Listing
Modified Wed Apr 5 00:30:15 2006 UTC (19 years ago) by johnpye
Added GNOME integration stuff under pygtk/interface/desktop

Revision 440 - Directory Listing
Modified Tue Apr 4 11:58:26 2006 UTC (19 years ago) by johnpye
Added missing 'ascend.in' and fixed up missing dependencies in RPM spec

Revision 437 - Directory Listing
Modified Tue Apr 4 11:08:15 2006 UTC (19 years ago) by johnpye
Missed a GLADE_FILE

Revision 436 - Directory Listing
Modified Tue Apr 4 11:02:51 2006 UTC (19 years ago) by johnpye
Implemented installer version of PyGTK interface. Use 'scons install' to
install. See 'scons -h' for new build options.

Revision 435 - Directory Listing
Modified Tue Apr 4 10:09:09 2006 UTC (19 years ago) by johnpye
Starting work on linux-based install process

Revision 427 - Directory Listing
Modified Tue Apr 4 04:13:34 2006 UTC (19 years ago) by johnpye
tentative: Disabled ascDynaload functions when DYNAMIC_PACKAGES is not defined. 
Altered error.[ch] so that MS VC++ variadic macros are used when available. 
Disabled Windows MessageBox in ascPanic, so that compilation of base engine is possible with the Platform SDK.
Added SConscript files to build FORTRAN components.
Removed some autoconf-related stuff from the pygtk/interface directory.

Revision 426 - Directory Listing
Modified Tue Apr 4 01:09:05 2006 UTC (19 years ago) by johnpye
Some debug output added for bug #255.

Revision 412 - Directory Listing
Modified Mon Apr 3 03:31:30 2006 UTC (19 years, 1 month ago) by johnpye
Trying to fix problems with the parser 'yy' and 'zz' stuff so that it works with SCons and hopefuly autotools at same time.

Revision 404 - Directory Listing
Modified Sat Apr 1 05:37:52 2006 UTC (19 years, 1 month ago) by johnpye
Added Tcl detection. Still to do: check that Tk version matches Tcl version.

Revision 398 - Directory Listing
Modified Fri Mar 31 07:55:11 2006 UTC (19 years, 1 month ago) by johnpye
Added SWIG version detection.
Added some ignore patterns for files in the repository.

Revision 395 - Directory Listing
Modified Fri Mar 31 06:09:03 2006 UTC (19 years, 1 month ago) by johnpye
Successful build of Python interface on Windows with MinGW/MSYS.

Revision 393 - Directory Listing
Modified Thu Mar 30 14:46:37 2006 UTC (19 years, 1 month ago) by johnpye
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 392 - Directory Listing
Modified Thu Mar 30 12:36:15 2006 UTC (19 years, 1 month ago) by johnpye
Some fixes to the SCons build:
- adding flags to enable QRSLV and CMSLV by default.
- adding commands to build SWIG library correctly for Python interface.

Revision 391 - Directory Listing
Modified Thu Mar 30 07:19:05 2006 UTC (19 years, 1 month ago) by johnpye
A little bit of progress on getting the windows build to work

Revision 388 - Directory Listing
Modified Thu Mar 30 05:52:06 2006 UTC (19 years, 1 month ago) by johnpye
Successful build of the PyGTK interface with SCons on Linux (FC4)

Revision 387 - Directory Listing
Modified Thu Mar 30 05:13:59 2006 UTC (19 years, 1 month ago) by johnpye
Added SConscript for PyGTK interface.
It's not finding the lib files, something wrong with the -L options?

Revision 381 - Directory Listing
Modified Sun Mar 19 23:01:39 2006 UTC (19 years, 1 month ago) by johnpye
Fixing 'auto package registration' with 'libstemname_register'.
Fixed bug #247.

Revision 380 - Directory Listing
Modified Sat Mar 18 07:29:48 2006 UTC (19 years, 1 month ago) by johnpye
Fixed up dynamic loading so that external libraries can be used on Windows -- no unresolved symbols in the DLL.

Revision 379 - Directory Listing
Modified Wed Mar 15 12:48:03 2006 UTC (19 years, 1 month ago) by johnpye
Ensuring that plugins contain no undefined symbols (for the sake of Windows).
Rearranging and commending error.c slightly.
Removing some debug output in solverreporter.

Revision 378 - Directory Listing
Modified Wed Mar 15 11:32:33 2006 UTC (19 years, 1 month ago) by johnpye
Fixing makefile <TAB>

Revision 377 - Directory Listing
Modified Wed Mar 15 11:27:22 2006 UTC (19 years, 1 month ago) by johnpye
By default, no xterm console colour codes are used now.
More output in extfn test python script.
pygtk/interface/Makefile cleans up gcov files when 'make clean'.

Revision 374 - Directory Listing
Modified Tue Mar 14 08:41:17 2006 UTC (19 years, 1 month ago) by johnpye
Fixing script

Revision 373 - Directory Listing
Modified Tue Mar 14 08:39:37 2006 UTC (19 years, 1 month ago) by johnpye
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 372 - Directory Listing
Modified Tue Mar 14 05:36:32 2006 UTC (19 years, 1 month ago) by johnpye
Set ./configure to use 'support files' like install-sh from the main base/autotools/config dir

Revision 366 - Directory Listing
Modified Thu Mar 9 06:26:51 2006 UTC (19 years, 1 month ago) by johnpye
Some fixes for GTK+

Revision 365 - Directory Listing
Modified Thu Mar 9 06:20:17 2006 UTC (19 years, 1 month ago) by johnpye
Adding a windows/gtk adaptable filechooser.

Revision 361 - Directory Listing
Modified Wed Mar 8 03:47:59 2006 UTC (19 years, 1 month ago) by johnpye
Fixed bug 234.
Added 'loading...' to console output when PyGTK GUI is starting up.

Revision 359 - Directory Listing
Modified Tue Mar 7 03:17:43 2006 UTC (19 years, 1 month ago) by johnpye
Fixing for linux

Revision 358 - Directory Listing
Modified Mon Mar 6 06:53:59 2006 UTC (19 years, 1 month ago) by johnpye
Syntax definition file for TextPad

Revision 357 - Directory Listing
Modified Mon Mar 6 06:30:21 2006 UTC (19 years, 1 month ago) by johnpye
Added work for creating a windows installer

Revision 356 - Directory Listing
Modified Mon Mar 6 03:43:04 2006 UTC (19 years, 1 month ago) by johnpye
Fixing bug 231.

Revision 355 - Directory Listing
Modified Mon Mar 6 03:11:28 2006 UTC (19 years, 1 month ago) by johnpye
In PyGTK 'modules' list, you can now see non-parameterised types in bold.

Revision 351 - Directory Listing
Modified Fri Mar 3 04:45:19 2006 UTC (19 years, 2 months ago) by johnpye
Added windows-friendly application icon
Moved all references to GLADE_FILE to the new config.py arrangement.
First commit after the repository was broken...

Revision 350 - Directory Listing
Modified Fri Mar 3 04:27:16 2006 UTC (19 years, 2 months ago) by johnpye
This file was what had broken the repository. SO I'll remove it.

Revision 349 - Directory Listing
Modified Fri Mar 3 01:00:17 2006 UTC (19 years, 2 months ago) by johnpye
Removed file/folder

Revision 348 - Directory Listing
Modified Thu Mar 2 01:53:21 2006 UTC (19 years, 2 months ago) by johnpye


Revision 347 - Directory Listing
Modified Thu Mar 2 00:28:11 2006 UTC (19 years, 2 months ago) by johnpye
Adding missing files for ./configure build of PyGTK GUI

Revision 345 - Directory Listing
Modified Wed Mar 1 11:09:00 2006 UTC (19 years, 2 months ago) by johnpye
Hopefully permit debugging from within MSYS as well...?

Revision 342 - Directory Listing
Modified Wed Mar 1 06:11:03 2006 UTC (19 years, 2 months ago) by johnpye
Working on getting PyGTK plotting to work under windows

Revision 341 - Directory Listing
Modified Wed Mar 1 05:25:23 2006 UTC (19 years, 2 months ago) by johnpye
Added support for default ASCENDLIBRARY value specified in the configure.in script.
This value used in Library(string defaultpath) and and is also passed to ASCEND by
gtkbrowser.py. Getting and setting of environment variables seems pretty messy
but hopefully this will work for now.

Revision 340 - Directory Listing
Modified Wed Mar 1 03:41:35 2006 UTC (19 years, 2 months ago) by johnpye
Fixed SWIG error
Fixed selftest.py to work with new SolverReporter

Revision 339 - Directory Listing
Modified Wed Mar 1 03:36:38 2006 UTC (19 years, 2 months ago) by johnpye
Fixed build problems on Linux (still some remain
in the 'reconfig' and 'configure.in' files for
Tcl/Tk build)

Revision 338 - Directory Listing
Modified Wed Mar 1 03:11:27 2006 UTC (19 years, 2 months ago) by johnpye
Added GLADE_FILE location to configpy.in.
Added warning about the SWIG error under MinGW to gtkbrowser.py.

Revision 337 - Directory Listing
Modified Wed Mar 1 00:51:23 2006 UTC (19 years, 2 months ago) by johnpye
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 336 - Directory Listing
Modified Tue Feb 28 11:39:08 2006 UTC (19 years, 2 months ago) by johnpye
Fixing SWIG modifications

Revision 332 - Directory Listing
Modified Tue Feb 28 04:39:00 2006 UTC (19 years, 2 months ago) by johnpye
These changes fix compilation 'make libs' on MinGW.

I have changed the configure.in to allow '--without-tcl'
however this will likely break linux compiles. I'll commit this
on windows, then try to check out and fix on a linux machine.

Revision 329 - Directory Listing
Modified Fri Feb 24 06:16:31 2006 UTC (19 years, 2 months ago) by johnpye
Fixed bug 229

Revision 328 - Directory Listing
Modified Fri Feb 24 06:05:10 2006 UTC (19 years, 2 months ago) by johnpye
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 - Directory Listing
Modified Fri Feb 24 01:05:43 2006 UTC (19 years, 2 months ago) by johnpye
Fixing up initial values in SolverReporter
Fixing 'block time'

Revision 323 - Directory Listing
Modified Fri Feb 24 00:01:15 2006 UTC (19 years, 2 months ago) by johnpye
Added reporting of amount of time spent updating GUI
Added SolverReporter.update_interval to preferences

Revision 322 - Directory Listing
Modified Thu Feb 23 14:28:36 2006 UTC (19 years, 2 months ago) by johnpye
Cleaning up: In PopupSolverReporter, change 'Variables' to 'n of N' instead of just 'N'

Revision 321 - Directory Listing
Modified Thu Feb 23 14:14:36 2006 UTC (19 years, 2 months ago) by johnpye
Added 'close on non-converged' preference
Unified message output for popup/non-popup status reporting

Revision 319 - Directory Listing
Modified Thu Feb 23 12:30:40 2006 UTC (19 years, 2 months ago) by johnpye
Fixed a bug with the diagnose window after a successful solve
Added preference: SolverReporter:close_on_converged

Revision 318 - Directory Listing
Modified Thu Feb 23 10:29:29 2006 UTC (19 years, 2 months ago) by johnpye
Working on solver interrupt using 'stop' button

Revision 317 - Directory Listing
Modified Thu Feb 23 10:21:17 2006 UTC (19 years, 2 months ago) by johnpye
Added GUI SolverReporter... you can now watch the residuals shrink, etc.

Revision 316 - Directory Listing
Modified Thu Feb 23 07:49:27 2006 UTC (19 years, 2 months ago) by johnpye
Fixed bug #233

Revision 315 - Directory Listing
Modified Thu Feb 23 07:40:47 2006 UTC (19 years, 2 months ago) by johnpye
Expanded the python solver reporter a little
Added detection of newer SWIG versions that can optimise (-O)

Revision 314 - Directory Listing
Modified Thu Feb 23 06:00:42 2006 UTC (19 years, 2 months ago) by johnpye
Finally fixed the SolverReporter problems. Thanks Marcelo!

Revision 313 - Directory Listing
Modified Thu Feb 23 05:46:05 2006 UTC (19 years, 2 months ago) by johnpye
Further changes as suggested by Marcelo.

Revision 312 - Directory Listing
Modified Thu Feb 23 05:26:57 2006 UTC (19 years, 2 months ago) by johnpye
Changing to SolverStatus* in report(...)

Revision 311 - Directory Listing
Modified Thu Feb 23 04:54:13 2006 UTC (19 years, 2 months ago) by johnpye
More work on SolveReporter following help from Marcelo Matus on SWIG mailing list.

Revision 310 - Directory Listing
Modified Thu Feb 23 03:48:56 2006 UTC (19 years, 2 months ago) by johnpye
Fixed the SolveReporter functionality so that it works from Python

Revision 309 - Directory Listing
Modified Thu Feb 23 01:16:08 2006 UTC (19 years, 2 months ago) by johnpye
See http://www.swig.org/Doc1.3/Typemaps.html

Revision 308 - Directory Listing
Modified Thu Feb 23 00:58:12 2006 UTC (19 years, 2 months ago) by johnpye
Working on adding the SolverReporter class that will allow
different GUI output for the solver, depending on the context.
For example, solving from the 'Diagnose' window will give
different user feedback to solving from the main window.

Revision 307 - Directory Listing
Modified Wed Feb 22 07:48:17 2006 UTC (19 years, 2 months ago) by johnpye
Added wrapping of slv_status_t (SolverStatus) for bug #138.
Improved 'About...' box.

Revision 300 - Directory Listing
Modified Fri Feb 17 08:04:04 2006 UTC (19 years, 2 months ago) by johnpye
Moving stuff around for GLADE

Revision 299 - Directory Listing
Modified Fri Feb 17 07:09:09 2006 UTC (19 years, 2 months ago) by johnpye
Adding ctrl-F and ctrl-R for fix/free

Revision 298 - Directory Listing
Modified Fri Feb 17 07:07:36 2006 UTC (19 years, 2 months ago) by johnpye
Added ascend icon

Revision 297 - Directory Listing
Modified Fri Feb 17 01:51:19 2006 UTC (19 years, 2 months ago) by johnpye
Fixed bug #227

Revision 295 - Directory Listing
Modified Thu Feb 16 08:10:24 2006 UTC (19 years, 2 months ago) by johnpye
Added ability to output structural singularity analysis.

Revision 294 - Directory Listing
Modified Thu Feb 16 02:53:56 2006 UTC (19 years, 2 months ago) by johnpye
Fixed collapse/expand in 'diagnose' window, and added their values to preferences

Revision 291 - Directory Listing
Modified Fri Feb 10 03:32:21 2006 UTC (19 years, 2 months ago) by johnpye
Tiny bug

Revision 290 - Directory Listing
Modified Fri Feb 10 03:30:05 2006 UTC (19 years, 2 months ago) by johnpye
Fixable vars added to interface (outputs to console)
Added 'next big' and 'prev big' to move between 'big blocks' in the diagnose window.

Revision 287 - Directory Listing
Modified Thu Feb 9 23:56:11 2006 UTC (19 years, 2 months ago) by johnpye
More on diagnose window.

Revision 286 - Directory Listing
Modified Thu Feb 9 07:36:39 2006 UTC (19 years, 2 months ago) by johnpye
Added cursor to report mouse-over variable and residual

Revision 285 - Directory Listing
Modified Thu Feb 9 04:21:30 2006 UTC (19 years, 2 months ago) by johnpye
Colours fixed, zooming works, active block focussed by default.

Revision 284 - Directory Listing
Modified Thu Feb 9 03:02:44 2006 UTC (19 years, 2 months ago) by johnpye
Improved display of blocks with zoom facility added

Revision 283 - Directory Listing
Modified Wed Feb 8 15:30:50 2006 UTC (19 years, 2 months ago) by johnpye
This is the initial working 'block diagnose' functionality.

Revision 282 - Directory Listing
Modified Wed Feb 8 13:51:04 2006 UTC (19 years, 2 months ago) by johnpye
This version uses direct creation of the block incidence matrix image data
using the gtk.gdk.pixbuf_new_from_data function.

Revision 281 - Directory Listing
Modified Wed Feb 8 11:18:19 2006 UTC (19 years, 2 months ago) by johnpye
Adding icons

Revision 280 - Directory Listing
Modified Wed Feb 8 08:31:56 2006 UTC (19 years, 2 months ago) by johnpye
Some work on adding the 'block diagnosis' window

Revision 279 - Directory Listing
Modified Tue Feb 7 07:23:44 2006 UTC (19 years, 2 months ago) by johnpye
Add optional use of PSYCO, see http://psyco.sourceforge.net/

Revision 278 - Directory Listing
Modified Mon Feb 6 23:52:30 2006 UTC (19 years, 2 months ago) by johnpye
Removed reference to libf2c (I think this was required only on FC3)
Updated use of SWIG 'typemap' syntax in ascend.i
Corrected C++ code for FC5 (art's error msg)
Fixed minor but with uninstantiated models in PyGTK GUI

Revision 277 - Directory Listing
Modified Mon Feb 6 09:23:10 2006 UTC (19 years, 2 months ago) by johnpye
Fixed bug #216

Revision 276 - Directory Listing
Modified Mon Feb 6 00:07:58 2006 UTC (19 years, 2 months ago) by johnpye
Changes to the condenser model
Working on a 'diagnose' window, maybe

Revision 275 - Directory Listing
Modified Sun Feb 5 13:33:25 2006 UTC (19 years, 2 months ago) by johnpye
Added reporting of divergent relation names.
Found more convergent form of LMTD heat-exchanger equation

Revision 274 - Directory Listing
Modified Sun Feb 5 08:03:06 2006 UTC (19 years, 2 months ago) by johnpye
Fixed minor bug

Revision 273 - Directory Listing
Modified Sun Feb 5 06:44:06 2006 UTC (19 years, 2 months ago) by johnpye
Added reporting of relations and residuals via GUI

Revision 271 - Directory Listing
Modified Sat Feb 4 09:08:54 2006 UTC (19 years, 2 months ago) by johnpye
Working on adding support for listing cliques

Revision 270 - Directory Listing
Modified Sat Feb 4 08:00:21 2006 UTC (19 years, 2 months ago) by johnpye
More on the usability of the solver_var props window

Revision 269 - Directory Listing
Modified Sat Feb 4 07:15:30 2006 UTC (19 years, 2 months ago) by johnpye
Added usability keybindings on properties input fields: escape, enter

Revision 268 - Directory Listing
Modified Sat Feb 4 06:09:57 2006 UTC (19 years, 2 months ago) by johnpye
Adding ability to edit upper/lower bounds and nominal values

Revision 264 - Directory Listing
Modified Fri Feb 3 04:26:04 2006 UTC (19 years, 2 months ago) by johnpye
Deactivated bintokens. Need to implement a GUI on/off switch for this

Revision 260 - Directory Listing
Modified Thu Feb 2 15:31:29 2006 UTC (19 years, 2 months ago) by johnpye
Improved behaviour of incidence matrix when you mouseover points outside the matrix
Stopped emitting exception for Block out of range (why does it happen?)

Revision 258 - Directory Listing
Modified Thu Feb 2 14:50:05 2006 UTC (19 years, 2 months ago) by johnpye
Made it so that fixed variables never get an icon.

Revision 255 - Directory Listing
Modified Thu Feb 2 14:02:23 2006 UTC (19 years, 2 months ago) by johnpye
Adding preliminary support for showing variable solve-status in browser view

Revision 254 - Directory Listing
Modified Thu Feb 2 06:27:17 2006 UTC (19 years, 2 months ago) by johnpye
Added reporting of unconverged variables to the console

Revision 253 - Directory Listing
Modified Thu Feb 2 00:24:38 2006 UTC (19 years, 2 months ago) by johnpye
Adding reorderable and movable columns in Observer.
Removing some debug output from console

Revision 252 - Directory Listing
Modified Wed Feb 1 06:29:46 2006 UTC (19 years, 3 months ago) by johnpye
Implemented editable 'active' row in observer
Move focus of to active row when new row added and observer tab already focussed

Revision 251 - Directory Listing
Modified Wed Feb 1 04:33:46 2006 UTC (19 years, 3 months ago) by johnpye
Fixed observer copy crash, bug #214.

Revision 250 - Directory Listing
Modified Wed Feb 1 04:01:10 2006 UTC (19 years, 3 months ago) by johnpye
You can now copy the observer matrix to the clipboard and paste into another document.

Revision 249 - Directory Listing
Modified Wed Feb 1 03:22:11 2006 UTC (19 years, 3 months ago) by johnpye
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 248 - Directory Listing
Modified Wed Feb 1 03:20:29 2006 UTC (19 years, 3 months ago) by johnpye
Adding new icons

Revision 247 - Directory Listing
Modified Wed Feb 1 00:46:12 2006 UTC (19 years, 3 months ago) by johnpye
Added missing file

Revision 246 - Directory Listing
Modified Tue Jan 31 16:24:27 2006 UTC (19 years, 3 months ago) by johnpye
Some more work on the 'Observer' feature

Revision 245 - Directory Listing
Modified Tue Jan 31 07:49:58 2006 UTC (19 years, 3 months ago) by johnpye
Working on adding Observer functionality

Revision 242 - Directory Listing
Modified Mon Jan 30 15:02:26 2006 UTC (19 years, 3 months ago) by johnpye
Minor usability improvements - keybindings

Revision 241 - Directory Listing
Modified Mon Jan 30 09:36:11 2006 UTC (19 years, 3 months ago) by johnpye
Adding a couple of icons

Revision 240 - Directory Listing
Modified Mon Jan 30 09:35:34 2006 UTC (19 years, 3 months ago) by johnpye
Can now view block numbers via console while mouse-ing over incidence matrix

Revision 238 - Directory Listing
Modified Mon Jan 30 06:41:10 2006 UTC (19 years, 3 months ago) by johnpye
Added reporting of relation name to console onmouseover of incidence matrix

Revision 237 - Directory Listing
Modified Mon Jan 30 06:10:26 2006 UTC (19 years, 3 months ago) by johnpye
Incidence matrix now reports the mouseover-ed variable on the console

Revision 235 - Directory Listing
Modified Mon Jan 30 01:48:01 2006 UTC (19 years, 3 months ago) by johnpye
Fixed some problems with the split-off solverparameters.py file

Revision 234 - Directory Listing
Modified Sun Jan 29 17:15:47 2006 UTC (19 years, 3 months ago) by johnpye
Plotting of incidence matrix: still need to check that orientation is correct though.

Revision 233 - Directory Listing
Modified Sun Jan 29 16:55:27 2006 UTC (19 years, 3 months ago) by johnpye
Something resembling an incidence matrix returned via SWIG...

Revision 231 - Directory Listing
Modified Sun Jan 29 14:15:44 2006 UTC (19 years, 3 months ago) by johnpye
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 - Directory Listing
Modified Sun Jan 29 07:16:06 2006 UTC (19 years, 3 months ago) by johnpye
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 - Directory Listing
Modified Sat Jan 28 05:22:38 2006 UTC (19 years, 3 months ago) by johnpye
Fixed up bounds checking for solver parameter window

Revision 227 - Directory Listing
Modified Sat Jan 28 04:44:15 2006 UTC (19 years, 3 months ago) by johnpye
Added grouping of solver parameters into pages

Revision 226 - Directory Listing
Modified Sat Jan 28 02:12:19 2006 UTC (19 years, 3 months ago) by johnpye
Can now edit string values via drop-down menu, just like with Tcl/Tk interface.
Boolean values changed with a doubleclick.

Revision 225 - Directory Listing
Modified Fri Jan 27 14:55:43 2006 UTC (19 years, 3 months ago) by johnpye
Added const-ness to 2nd parameter of slv_set_char_parameter.
Implemented setting of int, real and string parameters via PyGTK interface.

Revision 223 - Directory Listing
Modified Fri Jan 27 08:18:43 2006 UTC (19 years, 3 months ago) by johnpye
Some progress on editable solver parameters

Revision 221 - Directory Listing
Modified Fri Jan 27 03:05:38 2006 UTC (19 years, 3 months ago) by johnpye
Added ability to examine solver parameters via python

Revision 215 - Directory Listing
Modified Wed Jan 25 02:08:29 2006 UTC (19 years, 3 months ago) by johnpye
Improved display of relations by adding getRelationAsString(relative_to)

Revision 213 - Directory Listing
Modified Tue Jan 24 23:25:56 2006 UTC (19 years, 3 months ago) by johnpye
Fixed some missed 'ExtFn'->'ExtMethod' changes

Revision 212 - Directory Listing
Modified Tue Jan 24 13:20:47 2006 UTC (19 years, 3 months ago) by johnpye
Changing nomenclature from ExtFn to ExtMethod

Revision 211 - Directory Listing
Modified Tue Jan 24 13:20:20 2006 UTC (19 years, 3 months ago) by johnpye
Adding FIX and ASSERT keywords to gedit syntax definition

Revision 210 - Directory Listing
Modified Tue Jan 24 13:18:15 2006 UTC (19 years, 3 months ago) by johnpye
Changing nomenclature to 'external method' and 'ExtMethod'

Revision 208 - Directory Listing
Modified Tue Jan 24 03:19:37 2006 UTC (19 years, 3 months ago) by johnpye
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 207 - Directory Listing
Modified Mon Jan 23 06:47:06 2006 UTC (19 years, 3 months ago) by johnpye
Added ability to output expressions from PyGTK interface. Expressions are
output to the console using WriteRelationString. You must right-click on
a relation an hit 'properties'.

Revision 196 - Directory Listing
Modified Tue Jan 17 15:58:23 2006 UTC (19 years, 3 months ago) by johnpye
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 195 - Directory Listing
Modified Tue Jan 17 05:49:40 2006 UTC (19 years, 3 months ago) by johnpye
Commenting
Adding coloured output on CONSOLE_DEBUG
Adding test testextfn for monolithic tests of external function calls.

Revision 193 - Directory Listing
Modified Tue Jan 17 02:28:18 2006 UTC (19 years, 3 months ago) by johnpye
Fixing up some cygwin stuff that crept in to the linux build...

Revision 191 - Directory Listing
Modified Mon Jan 16 09:03:29 2006 UTC (19 years, 3 months ago) by johnpye
Minor fixes to PyGTK build after error_reporter modifications of last revision.

Revision 190 - Directory Listing
Modified Mon Jan 16 08:53:30 2006 UTC (19 years, 3 months ago) by johnpye
- Simplifying many 'error_reporter' calls with new macros:
    ERROR_REPORTER_NOLINE and ERROR_REPORTER_HERE
- Adding some cygwin cases in the PyGTK build.

Revision 189 - Directory Listing
Modified Mon Jan 16 07:48:18 2006 UTC (19 years, 3 months ago) by johnpye
Changing default name for Jam-built libraries
Annotating out-of-date NOTES.configure
Removing apparently-broken ability to use Jam build in PyGTK GUI

Revision 185 - Directory Listing
Modified Fri Jan 13 03:35:54 2006 UTC (19 years, 3 months ago) by johnpye
Fixing missing 'clear' commands to allow new models to be loaded/reloaded

Revision 182 - Directory Listing
Modified Thu Jan 12 06:05:35 2006 UTC (19 years, 3 months ago) by johnpye
Fixed problem with figure closing causing ASCEND to exit

Revision 181 - Directory Listing
Modified Thu Jan 12 05:43:41 2006 UTC (19 years, 3 months ago) by johnpye
Fixed up the right-click context menu a bit

Revision 180 - Directory Listing
Modified Thu Jan 12 03:20:58 2006 UTC (19 years, 3 months ago) by johnpye
Adding a little documentation

Revision 177 - Directory Listing
Modified Tue Jan 10 06:57:34 2006 UTC (19 years, 3 months ago) by johnpye
Removing some debug output, attempting to stop closing the figure from closing ASCEND

Revision 176 - Directory Listing
Modified Tue Jan 10 06:22:23 2006 UTC (19 years, 3 months ago) by johnpye
Completed PyGTK plotting using matplotlib

Revision 175 - Directory Listing
Modified Tue Jan 10 04:27:34 2006 UTC (19 years, 3 months ago) by johnpye
More work on adding plotting capability under PyGTK

Revision 173 - Directory Listing
Modified Sat Jan 7 11:20:32 2006 UTC (19 years, 3 months ago) by johnpye
PyGTK interface now remembers size of errors/warnings pane as well.

Revision 172 - Directory Listing
Modified Sat Jan 7 10:06:13 2006 UTC (19 years, 3 months ago) by johnpye
Storing of window size and position in .ascend.ini
Starting to implement plotting functions.

Revision 171 - Directory Listing
Modified Fri Jan 6 09:00:52 2006 UTC (19 years, 3 months ago) by johnpye
Correct do_check

Revision 168 - Directory Listing
Modified Fri Jan 6 01:08:58 2006 UTC (19 years, 3 months ago) by johnpye
PyGTK GUI: Added wait cursor during solve, changed method select box so that you can't type into it.

Revision 164 - Directory Listing
Modified Tue Jan 3 09:54:43 2006 UTC (19 years, 3 months ago) by johnpye
Added wait-cursor during compile/build, started working
on correct destruction of Simulation objects.

Revision 161 - Directory Listing
Modified Mon Jan 2 09:58:03 2006 UTC (19 years, 4 months ago) by johnpye
Adding missing call to Library::clear()

Revision 160 - Directory Listing
Modified Mon Jan 2 09:57:02 2006 UTC (19 years, 4 months ago) by johnpye
Minor usability changes:
	default_self method highlighted by default
	model instance hierarchy top-level expanded on creation

Revision 154 - Directory Listing
Modified Thu Dec 22 15:18:02 2005 UTC (19 years, 4 months ago) by johnpye
Removing debug output, adding self_test to iapws95.

Revision 153 - Directory Listing
Modified Thu Dec 22 13:53:42 2005 UTC (19 years, 4 months ago) by johnpye
Fixing bug #178.

Revision 151 - Directory Listing
Modified Thu Dec 22 10:58:33 2005 UTC (19 years, 4 months ago) by johnpye
Working on a test case for bug #178

Revision 150 - Directory Listing
Modified Thu Dec 22 09:24:56 2005 UTC (19 years, 4 months ago) by johnpye
Committed changes to C++ solver class to accommodate new slv_lookup_client.
Still seeing bug #178 though.

Revision 143 - Directory Listing
Modified Thu Dec 22 03:41:47 2005 UTC (19 years, 4 months ago) by johnpye
Fixing for ability to use both autotools and jam libraries

Revision 138 - Directory Listing
Modified Wed Dec 21 07:32:17 2005 UTC (19 years, 4 months ago) by johnpye
Fixing to set flags correctly for SWIG on MINGW.

Revision 132 - Directory Listing
Added Wed Dec 21 00:14:13 2005 UTC (19 years, 4 months ago) by johnpye
Adding the PyGTK interface to CMU repository. Whaddyareckon?

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