log

age author description
Thu, 20 Oct 2011 14:08:25 +0100 Michael Goffioul Fix broken gcc compilation due to changeset d13b6086aea9.
Thu, 20 Oct 2011 12:54:58 +0100 Michael Goffioul Rename signbit to __signbit, until the problem is fixed in gnulib.
Thu, 20 Oct 2011 12:54:52 +0100 Michael Goffioul Add dummy template specializations with a return value.
Thu, 20 Oct 2011 12:54:46 +0100 Michael Goffioul [MSVC] Explicit instantiation to avoid undefined references.
Thu, 20 Oct 2011 12:54:40 +0100 Michael Goffioul Help dumb compilers to resolve template parameters.
Thu, 20 Oct 2011 12:54:32 +0100 Michael Goffioul [MSVC] Prevent duplicate symbol.
Thu, 20 Oct 2011 12:54:26 +0100 Michael Goffioul Make std::auto_ptr friend of idx_vector to allow access to private class idx_vector_rep.
Thu, 20 Oct 2011 12:54:10 +0100 Michael Goffioul Allow to use MiKTeX ghostscript.
Thu, 20 Oct 2011 12:51:31 +0100 Michael Goffioul Test unordered_map header location and namespace.
Wed, 19 Oct 2011 17:15:42 +0100 Michael Goffioul Create uitoolbar only when necessary.
Wed, 19 Oct 2011 15:46:29 +0100 Michael Goffioul Revert changeset c943be5f929d as it breaks Linux compilation.
Wed, 19 Oct 2011 12:34:01 +0100 Michael Goffioul Make unused ARPACK code F77 compliant.
Wed, 19 Oct 2011 12:21:44 +0100 Michael Goffioul Yet another required WIN32_LEAN_AND_MEAN.
Wed, 19 Oct 2011 12:16:04 +0100 Michael Goffioul Provide dummy implementations of ctor and assign of base_graphics_object.
Wed, 19 Oct 2011 12:11:40 +0100 Michael Goffioul Prevent auto-inclusion of winsock.h in WIN32.
Wed, 19 Oct 2011 12:04:40 +0100 Michael Goffioul Remove useless OCTAVE_API decorators.
Wed, 19 Oct 2011 12:00:31 +0100 Michael Goffioul Export missing symbols.
Wed, 19 Oct 2011 20:30:22 +0100 Michael Goffioul Do not define __STDC__ under MSVC.
Tue, 18 Oct 2011 21:18:41 -0500 Jordi Gutiérrez Hermoso Fix segfault in do_minmax_bin_op (bug #34589) stable
Tue, 18 Oct 2011 10:17:09 -0500 Jordi Gutiérrez Hermoso imshow: check correctly for complex images (bug #34549) stable
Mon, 17 Oct 2011 23:41:49 -0400 Ben Abbott When single-quoted, the strread() "delimiter", "endofline", and "whitespace"
Mon, 17 Oct 2011 21:46:08 +0100 Michael Goffioul Make uicontextmenu::visible property off by default.
Mon, 17 Oct 2011 21:46:02 +0100 Michael Goffioul Add outerposition property to figure objects.
Mon, 17 Oct 2011 13:39:51 -0400 John W. Eaton new functions is_sq_string and is_dq_string
Mon, 17 Oct 2011 12:23:06 -0400 John W. Eaton don't forget to pass parent class names to objects created by indexing
Sun, 16 Oct 2011 22:29:28 -0400 Ben Abbott Use axes linewidth property for gnuplot axes with location "zero".
Sun, 16 Oct 2011 13:25:32 -0700 Rik error.cc: Don't complain if error struct input is empty (Matlab compatability)
Sun, 16 Oct 2011 13:18:41 -0700 Rik doc: Use @{ macro for curly brace in validatestring Texinfo docstring
Sat, 15 Oct 2011 19:05:00 -0700 Rik validatestring.m: Overhaul code for Matlab compatability and performance.
Fri, 14 Oct 2011 19:42:33 -0400 John W. Eaton allow assignment of class objects to indexed structure arrays
Fri, 14 Oct 2011 17:33:20 -0500 Jordi Gutiérrez Hermoso Undo accidental change in 13704:6f779cc391fb
Fri, 14 Oct 2011 17:30:13 -0500 Jordi Gutiérrez Hermoso More 64bit integer type fixes for bsxfun-defs.cc
Fri, 14 Oct 2011 23:19:06 +0100 Michael Goffioul Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Fri, 14 Oct 2011 17:06:49 -0400 John W. Eaton class: correctly handle parents when structure array has more than one element
Fri, 14 Oct 2011 10:15:01 -0700 Rik strsplit.m: Expand to accept 2-D character arrays. Improve input validation.
Thu, 13 Oct 2011 22:05:57 -0500 Jordi Gutiérrez Hermoso Pass correct integer type to std::max in bsxfun-defs.cc
Thu, 13 Oct 2011 23:01:44 +0100 Michael Goffioul Implement guidata/guihandles.
Thu, 13 Oct 2011 13:38:19 -0400 John W. Eaton patch: ensure facevertexcdata has correct shape
Thu, 13 Oct 2011 16:46:28 +0100 Michael Goffioul Allow a toolkit to provide its own version of UI dialogs.
Thu, 13 Oct 2011 11:05:30 -0400 John W. Eaton fix indexing bug for matrices inside anonymous functions
Wed, 12 Oct 2011 22:25:01 -0400 John W. Eaton correctly handle multidimensional objects in num2cell
Wed, 12 Oct 2011 21:28:30 -0400 John W. Eaton char: when converting cell elements containing class objects, call overloaded char function if one exists
Wed, 12 Oct 2011 20:36:19 -0500 Jordi Gutiérrez Hermoso Merge in Fotios' change
Thu, 13 Oct 2011 00:47:43 +0300 Fotios Kasolis add only color change possibility in spy.m
Wed, 12 Oct 2011 20:06:12 -0400 Ben Abbott Force gnuplot axes to use a solid line.
Wed, 12 Oct 2011 14:23:08 -0700 Rik gdbinit: Fix declaration of new show-octave-dbstack macro
Wed, 12 Oct 2011 15:08:51 -0400 John W. Eaton print show_octave_dbstack output to std::cerr
Wed, 12 Oct 2011 14:02:07 -0500 Jordi Gutiérrez Hermoso Close bitbucket default branch
Wed, 12 Oct 2011 13:45:43 -0500 Jordi Gutiérrez Hermoso New GUI branch gui
Tue, 11 Oct 2011 14:08:38 -0500 Jordi Gutiérrez Hermoso Merge with dev
Wed, 05 Oct 2011 02:19:28 +0200 Jacob Dawid Added files for build system integration.
Tue, 04 Oct 2011 21:21:29 +0200 Jacob Dawid Fixed bug with IRC client.
Fri, 30 Sep 2011 12:34:37 +0200 Jacob Dawid Renamed VariablesDockWidget to WorkspaceView and optimized memory footprint for 30%.
Mon, 26 Sep 2011 07:55:20 +0200 Jacob Adjustements for compiling on Windows.
Sun, 25 Sep 2011 21:28:38 +0200 Jacob Dawid Variables view now showing matrix size.
Sun, 25 Sep 2011 21:18:41 +0200 Jacob Dawid Fixed error with header.
Sun, 25 Sep 2011 21:13:59 +0200 Jacob Dawid Renamed qirc to irc.
Sun, 25 Sep 2011 21:12:47 +0200 Jacob Dawid Shifted IRCWidget.
Sun, 25 Sep 2011 18:29:24 +0200 Jacob Dawid Properly implemented shutdown of callback thread.
Sun, 25 Sep 2011 11:48:47 +0200 Jacob Dawid Removed unused buttons in settings window.
Sun, 25 Sep 2011 11:44:49 +0200 Jacob Dawid Dock widgets colored with stylesheets.
Sun, 25 Sep 2011 10:52:42 +0200 Jacob Dawid Updated license headers and moved to AGPLv3.
Sat, 24 Sep 2011 21:29:30 +0200 Jacob Dawid Bugfix for building on Debian.
Tue, 13 Sep 2011 17:44:34 +0200 ttl filename with or without full path in tabs of the editor
Sat, 10 Sep 2011 22:04:40 +0200 Jacob Dawid Rworked margins in layouts.
Sat, 10 Sep 2011 21:59:39 +0200 Jacob Dawid Fixed bug with Q_OS_MAC.
Sat, 10 Sep 2011 20:27:47 +0200 Jacob Dawid Fixed bug with including pty.h.
Sat, 10 Sep 2011 18:33:58 +0200 Jacob Dawid Added a settings wizard that appears at first startup of Octave GUI.
Sat, 10 Sep 2011 15:36:02 +0200 Jacob Dawid Fixed KPtyDevice.
Sat, 10 Sep 2011 09:38:49 +0200 Jacob Dawid Improved highlighting and incremented version.
Sat, 10 Sep 2011 09:15:38 +0200 Jacob Dawid Implemented highlighting of octave keywords in terminal.
Sat, 10 Sep 2011 08:11:44 +0200 Jacob Dawid Huge performance bosst by using edit blocks.
Fri, 09 Sep 2011 22:35:10 +0200 Jacob Dawid Now using a terminal font.
Fri, 09 Sep 2011 20:58:52 +0200 Jacob Dawid Reverted KPty to work with MacOS again.
Thu, 08 Sep 2011 00:06:43 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Mon, 05 Sep 2011 06:52:45 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Sun, 28 Aug 2011 20:53:15 +0200 ttl included some editor setting into the setting dialog
Sun, 28 Aug 2011 00:19:14 +0200 ttl make gui active window after start
Sun, 28 Aug 2011 00:03:28 +0200 ttl modified editor files can be saved when main window is closed
Sat, 27 Aug 2011 00:17:11 +0000 Andriy Shinkarchuck Comment/uncomment selected text operation can be undone with a single Undo action
Fri, 26 Aug 2011 13:40:10 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Thu, 25 Aug 2011 20:12:31 +0200 ttl editor: comment/uncomment selected text
Wed, 24 Aug 2011 00:16:53 +0200 Jacob Dawid Added PATH_MAX define.
Tue, 23 Aug 2011 21:53:52 +0200 Jacob Dawid Merge.
Tue, 23 Aug 2011 21:53:16 +0200 Jacob Dawid Catching Ctrl+D.
Tue, 23 Aug 2011 21:51:14 +0200 ttl editor: bookmarks now toggled by F7 (bug #34066), menu entry for removing all bookmarks
Tue, 23 Aug 2011 21:37:27 +0200 ttl improve save as: auto-add extension .m with check for overwrite
Tue, 23 Aug 2011 20:31:51 +0200 Jacob Dawid Renamed OctaveTerminal to TerminalView.
Tue, 23 Aug 2011 18:22:27 +0200 Jacob Dawid Renamed file.
Tue, 23 Aug 2011 18:06:45 +0200 Jacob Dawid Lowered size limits for subwindows.
Tue, 23 Aug 2011 16:32:23 +0200 Jacob Dawid Removed KProcess.
Tue, 23 Aug 2011 11:02:09 +0200 Jacob Dawid Removed unused methods.
Tue, 23 Aug 2011 02:41:09 +0200 Jacob Dawid Added readline adapter class.
Tue, 23 Aug 2011 00:59:49 +0200 Jacob Dawid Added patch from aAndriy with adding file extension when not present.
Tue, 23 Aug 2011 00:55:38 +0200 Jacob Dawid Updated language files by adding patches from Andriy and adding german patches.
Mon, 22 Aug 2011 23:49:25 +0200 Jacob Dawid Cleanly separated terminal emulation code with an interface for platform-dependent terminals.
Mon, 22 Aug 2011 22:32:07 +0200 Jacob Dawid Removed useless code.
Mon, 22 Aug 2011 22:15:26 +0200 Jacob Dawid Removed kprocess_p.
Mon, 22 Aug 2011 22:15:00 +0200 Jacob Dawid Integrated kprocess_p in kprocess.
Fri, 19 Aug 2011 16:26:30 +0200 Jacob Dawid Backspace now works correctly.
Fri, 19 Aug 2011 10:30:13 +0200 Jacob Dawid Arrow keys work. Removed two more classes.
Fri, 19 Aug 2011 03:37:49 +0200 Jacob Dawid Incremented version number.
Fri, 19 Aug 2011 03:05:25 +0200 Jacob Dawid Replaced BEL debug message with emitting bell signal.
Fri, 19 Aug 2011 03:01:36 +0200 Jacob Dawid Implemented CR and LF correctly.
Fri, 19 Aug 2011 01:04:20 +0200 Jacob Dawid Possible fixed Andriys bug with russian symbols.
Thu, 18 Aug 2011 23:51:50 +0200 Jacob Dawid Solved decoding issue for first unicode characters, like backspace and bell.
Thu, 18 Aug 2011 22:54:58 +0200 Jacob Dawid Now settings cursor at end when typing.
Thu, 18 Aug 2011 21:38:34 +0200 Jacob Dawid Partially resotred receiving data.
Thu, 18 Aug 2011 20:45:00 +0200 Jacob Dawid Further removed files.
Thu, 18 Aug 2011 19:20:10 +0200 Jacob Dawid Removed terminal, instead now using QPlainTextEdit, which looks much nicer and is not that error-prone...
Thu, 18 Aug 2011 15:07:43 +0200 Jacob Dawid Fixed bug with terminal not being redrawn on focus in.
Thu, 18 Aug 2011 15:03:23 +0200 Jacob Dawid Now scrolling down in terminal when typing.
Thu, 18 Aug 2011 13:53:32 +0200 Jacob Dawid Now scrolling down on new messages.
Thu, 18 Aug 2011 13:36:20 +0200 Jacob Dawid added scrollToBottomRequest signal for terminal and flipped around progress bar an dstatus bar in browser widget, so the handle is on the right corner.
Thu, 18 Aug 2011 13:19:22 +0200 Jacob Dawid Chat windows is now scrolling down when sent a message.
Thu, 18 Aug 2011 12:56:08 +0200 Jacob Dawid Added minimum constraints to subwindows.
Thu, 18 Aug 2011 10:42:52 +0200 Jacob Dawid Included Andriys patch for russian symbols.
Wed, 17 Aug 2011 21:26:37 +0200 Jacob Dawid Autocompletion now works for users that changed their nick or joined the channel.
Wed, 17 Aug 2011 19:35:36 +0200 Jacob Dawid Now using the document of the irc client as the model part of the conversation.
Wed, 17 Aug 2011 19:28:39 +0200 Jacob Dawid Completion of usernames in channel works.