log

age author description
Fri, 08 Apr 2011 11:36:38 +0200 Jacob Dawid Further work on Octave Link.
Fri, 08 Apr 2011 11:29:36 +0200 Jacob Dawid Converted C code in OctaveLink to C++ code.
Fri, 08 Apr 2011 11:04:47 +0200 Jacob Dawid Added start script for Ubuntu.
Fri, 08 Apr 2011 10:51:39 +0200 Jacob Dawid Incorporated John W. Swensens octave_server class as OctaveLink.
Thu, 07 Apr 2011 23:31:51 +0200 Jacob Dawid Changed color scheme.
Thu, 07 Apr 2011 22:20:17 +0200 Jacob Dawid Added variable and command history view.
Thu, 07 Apr 2011 22:05:40 +0200 Jacob Dawid Fixed bug in terminal display when resizing.
Thu, 07 Apr 2011 22:01:14 +0200 Jacob Dawid Added variable list view and status bar to octave terminal.
Thu, 07 Apr 2011 21:14:33 +0200 Jacob Dawid Added menubar, octave terminals can be added dynamically. Removed behaviour of maximizing at startup.
Thu, 07 Apr 2011 15:11:14 +0200 Jacob Dawid Added folders.
Thu, 07 Apr 2011 15:09:28 +0200 Jacob Dawid Added folders and removed Makefile.
Thu, 07 Apr 2011 15:05:14 +0200 Jacob Dawid Corrected pro file.
Thu, 07 Apr 2011 15:00:54 +0200 Jacob Dawid Changed project structure.
Thu, 07 Apr 2011 14:54:00 +0200 Jacob Dawid Renamed some files.
Thu, 07 Apr 2011 14:19:15 +0200 Jacob Dawid Cleaned up code widely.
Thu, 07 Apr 2011 12:51:31 +0200 Jacob Dawid Renamed terminal class.
Thu, 07 Apr 2011 12:40:49 +0200 Jacob Dawid Refactored code in QTerminalWidgetand made comments Doxygen-frienly.
Thu, 07 Apr 2011 12:32:15 +0200 Jacob Dawid Refactored code in QTerminalWidget.
Thu, 07 Apr 2011 12:17:53 +0200 Jacob Dawid Rename qtermwidget to QTerminalWidget
Thu, 07 Apr 2011 12:12:13 +0200 Jacob Dawid Moved files, modified README.
Thu, 07 Apr 2011 12:05:35 +0200 Jacob Dawid Removed ol pro file.
Thu, 07 Apr 2011 12:05:04 +0200 Jacob Dawid Added qtermwidget files.
Thu, 07 Apr 2011 12:04:40 +0200 Jacob Dawid Integrated qtermwidget into Quint.
Thu, 07 Apr 2011 11:16:46 +0200 Jacob Dawid Removed old code.
Thu, 07 Apr 2011 11:16:17 +0200 Jacob Dawid Removed old code.
Thu, 07 Apr 2011 11:15:19 +0200 Jacob Dawid Removed piped terminal windows.
Thu, 07 Apr 2011 11:01:55 +0200 Jacob Dawid Fixed some bugs on resizing.
Thu, 07 Apr 2011 10:55:33 +0200 Jacob Dawid Loading octave on startup.
Thu, 07 Apr 2011 10:45:46 +0200 Jacob Dawid Added terminal window title.
Thu, 07 Apr 2011 10:44:04 +0200 Jacob Dawid Terminal relaunches on exit.
Thu, 07 Apr 2011 10:28:41 +0200 Jacob Dawid Removed temp files.
Thu, 07 Apr 2011 10:26:05 +0200 Jacob Dawid Integrated qtermwidget terminal emulation.
Wed, 06 Apr 2011 19:52:12 +0200 Jacob Dawid Prevented the command line to lose focus when pressing tab.
Wed, 06 Apr 2011 17:00:49 +0200 Jacob Dawid Added some syntax highlighting.
Wed, 06 Apr 2011 16:39:39 +0200 Jacob Dawid Added comments.
Wed, 06 Apr 2011 16:16:17 +0200 Jacob Dawid Extended pending request skeleton to support other types of requests.
Wed, 06 Apr 2011 15:04:19 +0200 Jacob Dawid Imaginary numbers are rendered correctly.
Wed, 06 Apr 2011 14:01:09 +0200 Jacob Dawid Readded info request at startup.
Wed, 06 Apr 2011 13:59:10 +0200 Jacob Dawid Adding pending requests.
Tue, 05 Apr 2011 22:07:39 +0200 Jacob Dawid Added history to terminal.
Tue, 05 Apr 2011 21:23:08 +0200 Jacob Dawid Add copyright information.
Tue, 05 Apr 2011 21:10:20 +0200 Jacob Dawid Removed unused code.
Tue, 05 Apr 2011 21:08:18 +0200 Jacob Dawid Subclassed line edit to prepare for extended functionality.
Tue, 05 Apr 2011 20:45:27 +0200 Jacob Dawid Refactored code, split clients into their own threads.
Tue, 05 Apr 2011 20:09:40 +0200 Jacob Dawid Errors are now passed through correctly, interactive mode enforced.
Tue, 05 Apr 2011 18:03:17 +0200 Jacob Dawid Octaves output is being highlighted now.
Tue, 05 Apr 2011 17:15:01 +0200 Jacob Dawid Octave restarts when process exits.
Tue, 05 Apr 2011 08:42:28 +0200 Jacob Dawid Changed menu to toolbar.
Tue, 05 Apr 2011 00:12:18 +0200 Jacob Dawid Initial commit.
Wed, 12 Oct 2011 12:18:27 -0400 John W. Eaton handle class objects in num2cell
Wed, 12 Oct 2011 09:06:58 -0700 Rik gdbinit: Add documentation for macros. Add alias for new show_octave_dbstack command.
Wed, 12 Oct 2011 11:18:12 -0400 John W. Eaton axes: only update the currentaxes property of the parent figure if the axes object is visible
Wed, 12 Oct 2011 10:38:21 -0400 John W. Eaton show_octave_dbstack: new convenience function for debugging
Wed, 12 Oct 2011 10:55:45 +0100 Michael Goffioul Only add default menus for FLTK toolkit.
Tue, 11 Oct 2011 22:02:39 -0400 John W. Eaton make handles with their handlevisibility property set to "callback" visible in callback functions
Tue, 11 Oct 2011 21:55:21 -0400 John W. Eaton don't execute graphics handle callback functions recursively
Tue, 11 Oct 2011 18:08:44 -0400 Ben Abbott Allow the axis box to be turned off for the gnuplot backend.
Tue, 11 Oct 2011 23:07:48 +0100 Michael Goffioul Export base_property::set.
Tue, 11 Oct 2011 13:18:40 -0700 Rik strchr.m: Tune switching between algorithms. Add error messages to input validation.
Tue, 11 Oct 2011 16:15:35 -0400 John W. Eaton ishold: don't create axes if none exists