log

age author description
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.
Wed, 17 Aug 2011 15:51:28 +0200 Jacob Dawid Added progress bar to browser widget. Fixed bug with sites using https protocol.
Wed, 17 Aug 2011 15:20:11 +0200 Jacob Dawid Important subwindows are not closable now. A close button is still displayed, which seems to be q Qt bug.
Wed, 17 Aug 2011 10:49:57 +0200 Jacob Dawid Icons are now maintained by the ResourceManager.
Wed, 17 Aug 2011 02:57:44 +0200 Jacob Dawid Newlines work in chat.
Wed, 17 Aug 2011 02:49:24 +0200 Jacob Dawid Chat Window changes logo on new messages.
Wed, 17 Aug 2011 02:05:57 +0200 Jacob Dawid Disallowed inserting html code into the chat message input edit.
Wed, 17 Aug 2011 01:42:00 +0200 Jacob Dawid Added username and password field to proxy settings.
Wed, 17 Aug 2011 01:18:57 +0200 Jacob Dawid Added doxygen comments for IRC interface.
Wed, 17 Aug 2011 00:36:10 +0200 Jacob Dawid Proxy settings can now be configured.
Tue, 16 Aug 2011 23:16:48 +0200 Jacob Dawid Added proxy network settings tab and translators file.
Mon, 15 Aug 2011 14:11:10 +0200 Jacob Dawid IRC client alerts now when a personal message arrives.
Mon, 15 Aug 2011 13:57:13 +0200 Jacob Dawid IRC client is now usable again.
Mon, 15 Aug 2011 13:10:38 +0200 Jacob Dawid Further development of IRC backend.
Mon, 15 Aug 2011 09:25:32 +0200 Jacob Dawid Fixed bug with server message. Parameters were not recognized correctly.
Mon, 15 Aug 2011 03:49:22 +0200 Jacob Dawid Terminating octave main thread instantly.
Mon, 15 Aug 2011 03:20:55 +0200 Jacob Dawid Automatically changing nick when logging in to server.
Mon, 15 Aug 2011 02:40:15 +0200 Jacob Dawid Refactored IRCServerMessage through rewriting message parsing.
Sun, 14 Aug 2011 23:36:38 +0200 Jacob Dawid Further reworked on IRC backend.
Sat, 13 Aug 2011 01:26:40 +0200 Jacob Dawid Further structured IRC interfaces.
Wed, 10 Aug 2011 22:09:54 +0200 Jacob Dawid Corrected mistake.
Wed, 10 Aug 2011 22:08:11 +0200 Jacob Dawid Added missing include flags.
Tue, 09 Aug 2011 10:01:51 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Thu, 04 Aug 2011 10:46:59 +0200 Jacob Dawid IRC send messages are being displayed.
Thu, 04 Aug 2011 10:43:27 +0200 Jacob Dawid IRC traffic in console.
Thu, 04 Aug 2011 10:30:59 +0200 Jacob Dawid Refactored IRC code.
Wed, 03 Aug 2011 19:05:15 +0200 Jacob Dawid Updated language files.
Wed, 03 Aug 2011 19:04:35 +0200 Jacob Dawid Changed "Current Folder" to "Current Directory".
Wed, 03 Aug 2011 17:20:20 +0200 Jacob Dawid Changed all #defines for IRC Codes to constants, as it should be. Assorted them in namespaces and gave them better readable names.
Wed, 03 Aug 2011 13:11:05 +0200 Jacob Dawid Added Q_UNUSED.
Wed, 03 Aug 2011 13:10:07 +0200 Jacob Dawid Merge.
Wed, 03 Aug 2011 13:09:35 +0200 Jacob Dawid Now making correct use of the interface for the IRC Interface.
Tue, 02 Aug 2011 22:57:31 +0200 ttl editor: added bookmark feature
Tue, 02 Aug 2011 03:03:41 +0200 Jacob Dawid Added GPL headers.
Tue, 02 Aug 2011 03:01:35 +0200 Jacob Dawid Forgot to remove old files.
Tue, 02 Aug 2011 02:59:25 +0200 Jacob Dawid Completely rewrote IRC client backend to make it platform-independent. Not all functionality has been reimplemented as of yet, though.
Mon, 01 Aug 2011 23:20:25 +0200 Jacob Dawid Further developed new IRC class.
Mon, 01 Aug 2011 22:06:44 +0200 Jacob Dawid Updated russian and ukrainian translation files.
Mon, 01 Aug 2011 18:58:59 +0200 Jacob Dawid Updated contributors.in.
Mon, 01 Aug 2011 18:51:36 +0200 Jacob Dawid Fixed bug with closing subwindows.
Mon, 01 Aug 2011 18:10:33 +0200 Jacob Dawid Updated russian translation.
Mon, 01 Aug 2011 17:55:25 +0200 Jacob Dawid Updated ukrainian translation.
Mon, 01 Aug 2011 17:28:47 +0200 Jacob Dawid Corrected language files for russian and ukrainian.
Mon, 01 Aug 2011 17:20:55 +0200 Jacob Dawid Added russian and ukrainian translation.
Mon, 01 Aug 2011 16:53:10 +0200 Jacob Dawid Added spanish translation.
Mon, 01 Aug 2011 16:49:33 +0200 Jacob Dawid Default file gets copied to home directory when no settings file is present.
Mon, 01 Aug 2011 16:45:38 +0200 Jacob Dawid Default settings are now loaded it there is no user-defined settings.
Mon, 01 Aug 2011 13:34:13 +0200 Jacob Dawid Updated README.
Mon, 01 Aug 2011 11:11:55 +0200 Jacob Dawid Removed a bunch of sourcecode again.
Mon, 01 Aug 2011 00:55:02 +0200 Jacob Dawid Updated german translation.
Mon, 01 Aug 2011 00:36:21 +0200 Jacob Dawid Renamed language files to match convention.
Mon, 01 Aug 2011 00:13:45 +0200 Jacob Dawid Increased version.
Sun, 31 Jul 2011 23:13:36 +0200 Jacob Dawid Merge.
Sun, 31 Jul 2011 23:13:08 +0200 Jacob Dawid Added language file.
Sun, 31 Jul 2011 22:33:50 +0200 ttl editor: menu bar, run editor file in octave
Sun, 31 Jul 2011 20:43:57 +0200 Jacob Dawid Corrected language files.
Sat, 30 Jul 2011 14:32:40 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Sat, 30 Jul 2011 17:36:45 +0200 ttl edtior: better comments in lexer files
Sat, 30 Jul 2011 16:36:25 +0200 ttl editor: custom lexer, syntax highlighting, auto completion
Sat, 30 Jul 2011 15:19:42 +0200 ttl editor: change window title if text is modified
Sat, 30 Jul 2011 12:10:42 +0200 ttl editor: shortcuts for toolbar actions, window icon
Sat, 30 Jul 2011 10:13:49 +0200 ttl editor: toolbar icons from current icon theme
Sat, 30 Jul 2011 00:58:52 +0200 Jacob Dawid Removed unnecessary libs.
Fri, 29 Jul 2011 18:57:59 +0200 Jacob Dawid Removed all occurences of ProcessInfo.
Fri, 29 Jul 2011 18:53:35 +0200 Jacob Dawid Isolated and eliminated class ProcessInfo.
Wed, 27 Jul 2011 13:54:32 +0200 Jacob Dawid Hotfixed language support.
Wed, 27 Jul 2011 12:41:58 +0200 Jacob Dawid Added close button to file editor, assorted subwindows after importance.
Wed, 27 Jul 2011 12:10:59 +0200 Jacob Dawid Added lots of status tips.
Wed, 27 Jul 2011 11:56:47 +0200 Jacob Dawid Added about boxes.
Wed, 27 Jul 2011 00:53:52 +0200 Jacob Dawid Connected filterinh via slots, which is significantly faster.
Wed, 27 Jul 2011 00:34:28 +0200 Jacob Dawid Command get inserted by double clicking in the command history again.
Tue, 26 Jul 2011 23:56:03 +0200 Jacob Dawid History can be filtered with an input search box while typing.
Tue, 26 Jul 2011 23:20:05 +0200 Jacob Dawid Tagged unused variables with Q_UNUSED, so that no warnings remain.
Tue, 26 Jul 2011 23:15:38 +0200 Jacob Dawid Separated backend files to folder.
Tue, 26 Jul 2011 23:05:37 +0200 Jacob Dawid Iterated version number.
Tue, 26 Jul 2011 23:04:52 +0200 Jacob Dawid Highly improved separation of model and view classes.
Tue, 26 Jul 2011 22:31:01 +0200 Jacob Dawid Seperated classes into own files.
Tue, 26 Jul 2011 21:21:23 +0200 Jacob Dawid Added command line parser class.
Tue, 26 Jul 2011 19:14:06 +0200 Jacob Dawid Deactivated buttons that are without function.
Tue, 26 Jul 2011 19:04:07 +0200 Jacob Dawid Introduced a central ResourceManager class.
Tue, 26 Jul 2011 18:11:34 +0200 Jacob Dawid Few minor improvements, added advanced settings for file browser.
Tue, 26 Jul 2011 17:33:59 +0200 Jacob Dawid File browser does not show all information.
Tue, 26 Jul 2011 02:12:31 +0200 Jacob Dawid GUI was unusable due to a bug. Bug is not fixed entirely, but GUI is usable again.
Tue, 26 Jul 2011 01:27:31 +0200 Jacob Dawid Added urls for Agora and Octave Forge in Community Window.
Mon, 25 Jul 2011 23:44:05 +0200 Jacob Dawid Dock windows are now selectable form the menus.
Sun, 24 Jul 2011 20:52:48 +0200 Jacob Dawid User can set a custom file editor instead of the built-in one.
Fri, 22 Jul 2011 22:01:37 +0200 ttl gui-editor: open new editor window via interface menu
Thu, 21 Jul 2011 22:06:21 +0200 ttl gui-editor: enabled 'Save File As'
Wed, 20 Jul 2011 23:32:19 +0200 Jacob Dawid Fixed race condition.
Wed, 20 Jul 2011 22:53:46 +0200 Jacob Dawid Commented lines on which a crash occurs.
Wed, 20 Jul 2011 22:44:31 +0200 Jacob Dawid Merge with bitbucket.
Wed, 20 Jul 2011 22:44:02 +0200 Jacob Dawid Fixed crash on startup.
Wed, 20 Jul 2011 21:23:07 +0200 ttl (Torsten) gui-editor: improved behaviour when closing a modified file
Wed, 20 Jul 2011 10:44:42 +0200 Jacob Dawid Moved load/save/clear workspace into main menu.
Wed, 20 Jul 2011 00:34:38 +0200 Jacob Dawid Further simplified OctaveLink by removing the readline event hook.
Wed, 20 Jul 2011 00:16:36 +0200 Jacob Dawid Raised update interval to 500ms.
Tue, 19 Jul 2011 23:06:57 +0200 Jacob Dawid Repaired history list.
Tue, 19 Jul 2011 16:14:14 +0200 Jacob Dawid Made the view connect with the history model.
Tue, 19 Jul 2011 15:53:43 +0200 Jacob Dawid Put history model part into OctaveLink.
Tue, 19 Jul 2011 15:18:47 +0200 Jacob Dawid History deactivated.
Tue, 19 Jul 2011 13:17:18 +0200 Jacob Dawid Removed BlockArray class from Konsole code.
Mon, 18 Jul 2011 22:04:40 +0200 Jacob Dawid Removed unused code in order shrink down the terminal code and hopefully nearing the goal to replace it.
Mon, 18 Jul 2011 21:33:28 +0200 Jacob Dawid Added a version number.
Mon, 18 Jul 2011 21:21:25 +0200 Jacob Dawid Added version script for Octave GUI.
Mon, 18 Jul 2011 18:29:21 +0200 Jacob Dawid < and > get replaced, so it is no longer possible to use HTML tags in the IRC client.
Mon, 18 Jul 2011 11:29:40 +0200 Jacob Dawid Merge.
Mon, 18 Jul 2011 11:28:47 +0200 Jacob Dawid When chat window is a focus proxy, copy and paste is not possible anymore.
Sun, 17 Jul 2011 17:31:16 -0500 Jordi Gutiérrez Hermoso Merge with code sprint
Sun, 17 Jul 2011 17:30:35 -0500 Jordi Gutiérrez Hermoso Merge with quint again
Sun, 17 Jul 2011 17:29:31 -0500 Jordi Gutiérrez Hermoso Merge with Quint
Sun, 17 Jul 2011 22:59:28 +0200 Jacob Dawid Reformatted to GNU Style.
Sun, 17 Jul 2011 20:37:14 +0200 Jacob Dawid Repaired nick completion.
Sun, 17 Jul 2011 20:27:03 +0200 Jacob Dawid Replaced Quint with OctaveGUI.
Sun, 17 Jul 2011 18:31:24 +0200 Jacob Dawid Merged diff from Torsten.
Sun, 17 Jul 2011 18:12:23 +0200 Jacob Dawid Renamed project files and target binary to octave-gui.
Sun, 17 Jul 2011 17:45:05 +0200 Jacob Dawid Added new gui files.
Sun, 17 Jul 2011 17:42:43 +0200 Jacob Dawid Removed old gui.
Mon, 04 Jul 2011 13:59:55 -0400 Jordi Gutiérrez Hermoso Merge with Savannah
Mon, 27 Jun 2011 14:48:21 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Thu, 02 Jun 2011 23:09:36 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Fri, 29 Apr 2011 23:52:04 +0200 Jacob Dawid Removed obsolete files.
Fri, 29 Apr 2011 23:51:33 +0200 Jacob Dawid Added source files.
Fri, 29 Apr 2011 00:20:00 +0200 Jacob Dawid Switching between tabs is now possible.
Thu, 28 Apr 2011 13:13:49 +0200 Jacob Dawid Changed bugtracker url.
Thu, 28 Apr 2011 12:50:34 +0200 Jacob Dawid Added Quint logos.
Wed, 27 Apr 2011 22:17:58 +0200 Jacob Dawid Added Doxyfile.
Wed, 27 Apr 2011 18:10:08 +0200 Jacob Dawid Single qouted strings are recognized.
Wed, 27 Apr 2011 18:03:39 +0200 Jacob Dawid Ranges become recognized in the the workspace view.
Wed, 27 Apr 2011 17:48:53 +0200 Jacob Dawid Copy-Paste works with Ctrl+C and Ctrl+V, but pasting is not perfect.
Wed, 27 Apr 2011 15:34:01 +0200 Jacob Dawid Removed annoying debug messages from the text editor.
Wed, 27 Apr 2011 15:25:18 +0200 Jacob Dawid Copying from the terminal window works with Ctrl+Shift+C.
Wed, 27 Apr 2011 14:21:28 +0200 Jacob Dawid Removed plotter tab.
Wed, 27 Apr 2011 10:06:17 +0200 Jacob Dawid Cleaned up code.
Tue, 26 Apr 2011 23:01:38 +0200 Jacob Dawid Fixed rpath issue.
Mon, 25 Apr 2011 20:34:31 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Sat, 23 Apr 2011 20:14:08 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Fri, 22 Apr 2011 22:02:15 +0200 Jacob Dawid Changed bugtracker site.
Thu, 21 Apr 2011 12:53:02 +0200 Jacob Dawid Fetching the history was not thread-safe, now it is through encapsulation with OctaveLink.
Thu, 21 Apr 2011 12:30:30 +0200 Jacob Dawid Fetching variables was not threadsafe, now it is.
Wed, 20 Apr 2011 09:13:54 -0500 Jordi Gutiérrez Hermoso Trivial merge with Savannah
Wed, 20 Apr 2011 12:35:21 +0200 Jacob Dawid Changing background color is possible now.
Wed, 20 Apr 2011 11:55:45 +0200 Jacob Dawid Enlarged 100% scaling size, scaling is now displayed in percent.
Wed, 20 Apr 2011 11:35:29 +0200 Jacob Dawid Build data source selection.
Wed, 20 Apr 2011 10:57:58 +0200 Jacob Dawid The higher the zoom, the more precise is the scrolling.
Wed, 20 Apr 2011 10:56:02 +0200 Jacob Dawid Scrolling is very smooth now.
Wed, 20 Apr 2011 10:18:02 +0200 Jacob Dawid Modifications to plotting.
Wed, 20 Apr 2011 09:59:04 +0200 Jacob Dawid Plot can be moved around with mouse and zoomed with scrollwheel.
Mon, 18 Apr 2011 22:58:41 +0200 Jacob Dawid Added some OpenGL plotting.
Mon, 18 Apr 2011 00:14:40 +0200 Jacob Dawid Translated Quint to German.
Sun, 17 Apr 2011 23:10:37 +0200 Jacob Dawid Focus is now on terminal after double-clicking the history list.
Sun, 17 Apr 2011 22:51:07 +0200 Jacob Dawid Loading, saving and clearing the workspace now works via the GUI.
Sun, 17 Apr 2011 22:12:02 +0200 Jacob Dawid Added buttons to load, save and clear the workspace. Double-clicking an item in the history list will now send the command to the console.
Sun, 17 Apr 2011 21:07:01 +0200 Jacob Dawid Merged.
Sun, 17 Apr 2011 21:01:38 +0200 Jacob Dawid Repaired syntax highlighting.
Sun, 17 Apr 2011 11:15:17 -0500 Jordi Gutiérrez Hermoso Merge with Savannah repo
Sun, 17 Apr 2011 11:39:53 +0200 Jacob Dawid Repaired keyboard layouts, arrow keys work again.
Sun, 17 Apr 2011 11:24:50 +0200 Jacob Dawid Removed unused header file.
Sun, 17 Apr 2011 11:20:30 +0200 Jacob Dawid Removed unnecessay code.
Sun, 17 Apr 2011 09:22:04 +0200 Jacob Dawid Added semaphore to ensure that the workspace view will not get updated twice at a time.
Sat, 16 Apr 2011 15:54:53 +0200 Jacob Dawid Improved octave value conversion.
Fri, 15 Apr 2011 14:49:37 -0500 Jordi Gutiérrez Hermoso Merge with Quint
Fri, 15 Apr 2011 15:11:13 +0200 Jacob Dawid Cleaned up OctaveLink.
Fri, 15 Apr 2011 14:54:36 +0200 Jacob Dawid Further removed unnecessary files.
Fri, 15 Apr 2011 14:41:45 +0200 Jacob Dawid Removed unnecessary files.
Fri, 15 Apr 2011 14:35:21 +0200 Jacob Dawid Removed some code.
Fri, 15 Apr 2011 10:48:07 +0200 Jacob Dawid Refactored SimpleEditor.
Fri, 15 Apr 2011 00:40:57 +0200 Jacob Dawid Added current folder address bar.
Thu, 14 Apr 2011 22:02:44 +0200 Jacob Dawid Fixed crash after shutdown.
Thu, 14 Apr 2011 21:54:14 +0200 Jacob Dawid Replaced matrix value.
Thu, 14 Apr 2011 21:47:37 +0200 Jacob Dawid Fixed crash when querying matrices.
Thu, 14 Apr 2011 21:21:28 +0200 Jacob Dawid Corrected build process, removed startup script.
Thu, 14 Apr 2011 20:23:18 +0200 Jacob Dawid Corrected pro file.
Thu, 14 Apr 2011 18:23:22 +0200 Jacob Dawid Corrected title in image viewer.
Thu, 14 Apr 2011 18:21:27 +0200 Jacob Dawid Added image viewer.
Thu, 14 Apr 2011 12:41:57 +0200 Jacob Dawid Fixed bug: Editor was complainig that no filename was given when aborting.
Thu, 14 Apr 2011 12:37:23 +0200 Jacob Dawid Editor now loads syntax higlighting files and highlights correctly.
Thu, 14 Apr 2011 12:24:05 +0200 Jacob Dawid Updated and patched text editor from QtOctave.
Thu, 14 Apr 2011 10:27:09 +0200 Jacob Dawid Changed bugtracker site.
Thu, 14 Apr 2011 10:18:11 +0200 Jacob Dawid Set alternating row colors.
Thu, 14 Apr 2011 10:06:28 +0200 Jacob Dawid Fixed bug with displaying the terminal size while resizing.
Thu, 14 Apr 2011 10:00:39 +0200 Jacob Dawid Fixed bug with dock widgets not savon last position since no object name was given.
Thu, 14 Apr 2011 09:48:43 +0200 Jacob Dawid Hidden variables are now being displayed separately, and globals are separated from locals.
Thu, 14 Apr 2011 08:26:44 +0200 Jacob Dawid Variables now get assorted by scope.
Thu, 14 Apr 2011 08:14:20 +0200 Jacob Dawid Added global ans persistent space.
Thu, 14 Apr 2011 08:12:34 +0200 Jacob Dawid Changed Global to Local in variable view.
Thu, 14 Apr 2011 08:10:44 +0200 Jacob Dawid Changed Global to Persistent in variable view.
Thu, 14 Apr 2011 08:05:40 +0200 Jacob Dawid Variable values get displayed.
Thu, 14 Apr 2011 07:53:36 +0200 Jacob Dawid Removed VariableMetaData and replaced passing SymbolRecords directly.
Wed, 13 Apr 2011 23:13:05 +0200 Jacob Dawid Ignoring hidden variables.
Wed, 13 Apr 2011 23:08:59 +0200 Jacob Dawid Update variable tree.
Wed, 13 Apr 2011 22:57:47 +0200 Jacob Dawid Variable tree now gets updated, further refactored OctaveLink as a prestep.
Wed, 13 Apr 2011 18:08:55 +0200 Jacob Dawid Added service tab.
Wed, 13 Apr 2011 10:08:13 +0200 Jacob Dawid Set dock widget titles to the same ones used in M.
Wed, 13 Apr 2011 10:02:01 +0200 Jacob Dawid Tab focus switches to editor when files has been opened.
Wed, 13 Apr 2011 09:27:15 +0200 Jacob Dawid Added readSettings/writeSettings method.
Wed, 13 Apr 2011 09:23:47 +0200 Jacob Dawid Corrected settings.
Wed, 13 Apr 2011 09:02:04 +0200 Jacob Dawid Reformatted and refactored SyntaxHighlighter class.
Wed, 13 Apr 2011 08:42:51 +0200 Jacob Dawid Creating a new file works.
Tue, 12 Apr 2011 23:17:28 +0200 Jacob Dawid Removed line and column label.
Tue, 12 Apr 2011 23:11:28 +0200 Jacob Dawid Repaired line numbers.
Tue, 12 Apr 2011 22:43:50 +0200 Jacob Dawid Incorporated NumberedTextView class from QtOctave.
Tue, 12 Apr 2011 15:02:16 +0200 Jacob Dawid Remove connect with slot that does not exist anymore.
Tue, 12 Apr 2011 14:57:05 +0200 Jacob Dawid Added missing copyright notices.
Tue, 12 Apr 2011 14:52:58 +0200 Jacob Dawid Refactored and remove old code from CodeEdit.
Tue, 12 Apr 2011 14:09:48 +0200 Jacob Dawid Added basic browsing capabilities.
Tue, 12 Apr 2011 13:01:02 +0200 Jacob Dawid Added tooltips.
Tue, 12 Apr 2011 12:48:55 +0200 Jacob Dawid Files can be edited and saved.
Tue, 12 Apr 2011 12:33:18 +0200 Jacob Dawid Refactored code edit code, wired undo and redo.
Tue, 12 Apr 2011 12:27:52 +0200 Jacob Dawid Loading files works.
Mon, 11 Apr 2011 22:53:32 +0200 Jacob Dawid Started to build file editor widget.
Mon, 11 Apr 2011 22:18:04 +0200 Jacob Dawid Corrected saving/loading of settings, now loading online docs.
Mon, 11 Apr 2011 21:39:39 +0200 Jacob Dawid Terminal window now sets to system colors.
Mon, 11 Apr 2011 21:31:30 +0200 Jacob Dawid Added toolbar, statusbar and some messages.
Mon, 11 Apr 2011 21:01:28 +0200 Jacob Dawid Added MDI Area for editing files, tuned settings saving.
Mon, 11 Apr 2011 20:48:10 +0200 Jacob Dawid Added files from QtOctave.
Mon, 11 Apr 2011 19:06:18 +0200 Jacob Dawid Removed QCodeEdit.
Mon, 11 Apr 2011 18:44:09 +0200 Jacob Dawid Added qcodeedit source.
Mon, 11 Apr 2011 17:45:06 +0200 Jacob Dawid Put terminal into a tab widget.
Mon, 11 Apr 2011 16:45:28 +0200 Jacob Dawid Quint saves and restores it's window state.
Mon, 11 Apr 2011 14:59:19 +0200 Jacob Dawid Refactored variable names.
Mon, 11 Apr 2011 14:49:35 +0200 Jacob Dawid Modified file chooser code to fit the overall style.
Mon, 11 Apr 2011 14:39:26 +0200 Jacob Dawid Incorporated John Swenses code for a filesystem view dock.
Mon, 11 Apr 2011 14:11:46 +0200 Jacob Dawid Replaced pthread mutexes with QMutex.
Mon, 11 Apr 2011 13:57:16 +0200 Jacob Dawid Converted global octave_server instance into singleton.
Mon, 11 Apr 2011 13:06:26 +0200 Jacob Dawid Removed pthread wrapper for win32.
Mon, 11 Apr 2011 13:04:31 +0200 Jacob Dawid Replaced pthreads by QThreads.
Sun, 10 Apr 2011 23:26:38 +0200 Jacob Dawid Added dockable variable and history widget.
Sun, 10 Apr 2011 21:27:23 +0200 Jacob Dawid Removed concept of multiple terminals.
Sat, 09 Apr 2011 21:11:54 +0200 Jacob Dawid Removed color schemes.
Sat, 09 Apr 2011 13:00:58 +0200 Jacob Dawid Added status bar updates, added variable list update hook.
Sat, 09 Apr 2011 12:34:20 +0200 Jacob Dawid Added missing copyright notice, refactored code.
Sat, 09 Apr 2011 12:16:57 +0200 Jacob Dawid Refactored code.
Sat, 09 Apr 2011 10:24:55 +0200 Jacob Dawid Command history updates automatically.
Sat, 09 Apr 2011 10:04:53 +0200 Jacob Dawid Octave fully integrated.
Sat, 09 Apr 2011 09:22:53 +0200 Jacob Dawid Everything compiles again.
Sat, 09 Apr 2011 00:23:46 +0200 Jacob Dawid Incorporated files from OctaveDE project.
Fri, 08 Apr 2011 15:23:21 +0200 Jacob Dawid Renamed methods, added comments and TODOs.
Fri, 08 Apr 2011 14:59:59 +0200 Jacob Dawid Further work on Octave Link.
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
Tue, 11 Oct 2011 12:46:24 -0700 Rik strjust.m: Tweak code for performance. Add more input validation and tests.
Tue, 11 Oct 2011 10:53:24 -0400 John W. Eaton allow warnings about missing glyphs to be disabled
Tue, 11 Oct 2011 10:35:28 -0400 John W. Eaton fix clf docstring typo from previous change
Mon, 10 Oct 2011 21:04:22 -0700 Rik str2num.m: Simplify and speed up code by using indexing.
Mon, 10 Oct 2011 18:55:12 -0700 Rik mat2str.m: Tune function for Matlab compatability and speed.
Mon, 10 Oct 2011 21:39:16 -0400 John W. Eaton clf: return figure handle
Mon, 10 Oct 2011 17:31:21 -0700 Rik isstrprop.m: Put input validation first and add a few more tests.
Mon, 10 Oct 2011 15:08:48 -0400 John W. Eaton regexprep: only return cell array if first arg is cell array
Mon, 10 Oct 2011 15:01:56 -0400 John W. Eaton handle "split" option for regexp
Mon, 10 Oct 2011 11:12:34 -0700 Rik dec2base.m: Code tweaks for slightly better performance.
Mon, 10 Oct 2011 08:22:25 -0400 Ben Abbott Fix regression introduced by e9f6a6edec42.
Mon, 10 Oct 2011 10:27:12 +0100 Michael Goffioul Add __object__ property to uimenu.
Sun, 09 Oct 2011 12:58:59 -0700 Rik strtrunc.m: Add input validation and tests for length argument n.
Sun, 09 Oct 2011 07:25:07 -0700 Rik Add %!endfunction block keyword to test.m
Sat, 08 Oct 2011 20:14:35 -0700 Rik strtrunc.m: Fix errors in strread, textscan introduced by changeset 86d18a3cc911
Sat, 08 Oct 2011 19:58:29 -0700 Rik substr.m: Fix failing %!test for 0 length.
Sat, 08 Oct 2011 18:54:53 -0700 Rik strtrunc.m: Add %!test accidentally deleted in changeset 29a4d3b4211e
Sat, 08 Oct 2011 18:48:42 -0700 Rik strtrunc.m: Add support and %!test for char arrays as cellstr elements
Sat, 08 Oct 2011 20:33:50 -0400 Ben Abbott Fix reversion introduced by changeset 86d18a3cc911.
Sat, 08 Oct 2011 17:34:15 -0400 Ben Abbott Improvements to patch() and fix for bugs reported in #34417.
Sat, 08 Oct 2011 12:37:34 -0700 Rik strtrunc.m: Recode for 28X speedup for cellstr inputs
Sat, 08 Oct 2011 11:08:50 -0700 Rik substr.m: Expand function to accept negative values for length argument.
Fri, 07 Oct 2011 20:24:33 -0700 Rik shift.m: Add validation tests for dimension argument
Fri, 07 Oct 2011 20:21:09 -0700 Rik conv.m: Simplify algorithm and add more input validation and tests
Fri, 07 Oct 2011 22:16:07 -0400 John W. Eaton make concatenation of class objects work
Fri, 07 Oct 2011 23:04:38 -0400 John W. Eaton fix input validation for sortrows
Fri, 07 Oct 2011 23:03:36 -0400 John W. Eaton eliminate incorrect tests for shift
Fri, 07 Oct 2011 17:44:31 -0700 Rik sortrows.m: Improve input validation and add more tests.
Fri, 07 Oct 2011 16:44:47 -0700 Rik shift.m: Fix typo in %!error tests
Fri, 07 Oct 2011 14:18:18 -0700 Rik Expand index,rindex functions to accept char array inputs
Fri, 07 Oct 2011 08:53:04 -0700 Rik logspace.m: Simplify function by using default values for arguments
Fri, 07 Oct 2011 08:39:00 -0700 Rik rot90.m: Simplify function by using mod() rather than rem()
Fri, 07 Oct 2011 08:28:00 -0700 Rik Use common code idiom x == fix (x) to detect integers
Thu, 06 Oct 2011 23:39:14 +0100 Michael Goffioul Create scripts/prefs/ directory if it does not exist.
Thu, 06 Oct 2011 23:39:05 +0100 Michael Goffioul Add uicontrol and uipanel m-scripts.
Thu, 06 Oct 2011 14:57:15 -0700 Rik speed.m: Overhaul code to fix broken demos and tests (Bug #34234, Bug #31815)
Thu, 06 Oct 2011 14:24:38 -0700 Rik Fix test for tilde_expand() on MinGW (Bug #33862)
Thu, 06 Oct 2011 16:44:18 +0100 Michael Goffioul Add support for full asynchronous graphics toolkit running in a separate
Wed, 05 Oct 2011 16:46:16 -0700 Rik doc: Use @key{} macro in ginput() documentation
Wed, 05 Oct 2011 13:10:10 -0700 Rik Use common code idiom for checking whether a double value is an integer.
Wed, 05 Oct 2011 12:00:31 -0700 Rik shift.m: Clean up code and add more tests
Wed, 05 Oct 2011 11:43:05 -0700 Rik circshift.m: Recode to do away with some for loops.
Wed, 05 Oct 2011 08:52:35 -0700 Rik speed.m: Further fixes for 2 speed tests (Bug #34234)
Tue, 04 Oct 2011 22:06:09 -0700 Rik pkg.m: Display verbose output immediately rather than buffering it.
Tue, 04 Oct 2011 21:49:53 -0700 Rik speed.m: Fix 2 intermittently failing tests (Bug #34234)
Tue, 04 Oct 2011 20:29:48 -0400 John W. Eaton fix declaration of do_load in load-save.h
Tue, 04 Oct 2011 13:17:25 -0400 John W. Eaton use correct macro to indentify MinGW
Tue, 04 Oct 2011 10:20:24 -0400 John W. Eaton return stream error message in scanf functions and document behavior
Tue, 04 Oct 2011 09:57:29 -0400 John W. Eaton use correct macros to identify Cygwin and MinGW
Mon, 03 Oct 2011 15:05:00 -0400 John W. Eaton avoid apparent compiler optimization problem on Cygwin and MinGW systems (bug #34210)
Mon, 03 Oct 2011 11:01:10 -0700 Rik maint: periodic merge of stable to default.
Mon, 03 Oct 2011 12:48:15 -0400 John W. Eaton fix typo in changeset edc5ec6e949b
Mon, 03 Oct 2011 11:03:40 -0400 John W. Eaton improve memory use for the pager and diary streams (bug #34431)
Mon, 03 Oct 2011 03:11:58 -0500 Jordi Gutiérrez Hermoso Use more templates in MSparse operators. Death to macros! ☠
Mon, 03 Oct 2011 00:15:00 -0500 Jordi Gutiérrez Hermoso Eliminate duplicate code for op+= and op-= for MSparse
Sun, 02 Oct 2011 20:13:33 +0200 Kai Habel Add tests for meshgrid and ndgrid.
Fri, 30 Sep 2011 22:21:26 -0400 John W. Eaton update NEWS
Fri, 30 Sep 2011 22:15:47 -0400 John W. Eaton new functions for Matlab compatibility
Fri, 30 Sep 2011 14:40:33 -0400 John W. Eaton fix bug with parsing cell array lists
Fri, 30 Sep 2011 09:57:10 -0700 Rik Allow gtext() to have multi-line text strings (Bug #33232)
Fri, 30 Sep 2011 09:20:08 -0700 Rik Correct typo in input validation of polynomial functions (Bug #33252)
Fri, 30 Sep 2011 11:35:20 -0400 John W. Eaton update bootstrap to latest gnulib version
Wed, 28 Sep 2011 09:14:45 -0700 Rik Properly process 'cdata' property for patches (Bug #34417).
Thu, 29 Sep 2011 17:44:32 -0500 Jordi Gutiérrez Hermoso Use a hash map to store permutations in randperm's truncated Knuth shuffle
Thu, 29 Sep 2011 17:03:35 -0500 Jordi Gutiérrez Hermoso Fix version numbers in NEWS stable
Thu, 29 Sep 2011 17:29:30 -0400 Ben Abbott Revert unintended part of changeset e0ef7a3f35d9.
Thu, 29 Sep 2011 17:04:00 -0400 Ben Abbott Fix bug introduced by 105c72254967.
Thu, 29 Sep 2011 13:42:30 -0400 John W. Eaton 3.4.3 release candidate 0 stable
Thu, 29 Sep 2011 14:16:58 -0400 John W. Eaton use opt_sep instead of literal '\n' in parser rules for classdef
Thu, 29 Sep 2011 14:11:39 -0400 John W. Eaton accept enumeration keyword
Thu, 29 Sep 2011 10:06:02 -0700 Rik Validate inputs to line() to prevent corrupting graphic toolkit (Bug #32345) stable
Thu, 29 Sep 2011 12:31:39 +0200 Kai Habel Set clim correctly for patch objects:
Thu, 29 Sep 2011 03:35:58 -0400 John W. Eaton additional parfor changes
Thu, 29 Sep 2011 02:50:53 -0400 John W. Eaton parfor keyword and infrastructure, but handle parfor as normal for loop for now
Wed, 28 Sep 2011 23:24:12 -0500 Jordi Gutiérrez Hermoso Explain a bit more the src/ directory in HACKING file stable
Wed, 28 Sep 2011 21:46:39 -0400 John W. Eaton getappdata: return empty matrix for nonexistent property names
Wed, 28 Sep 2011 17:01:04 -0400 John W. Eaton avoid gnuplot error when figure name includes " characters
Wed, 28 Sep 2011 16:45:21 -0400 John W. Eaton improve default indexing for objects
Wed, 28 Sep 2011 10:57:18 -0500 Jordi Gutiérrez Hermoso Use correct function name in error message in sprandsym
Wed, 28 Sep 2011 09:47:33 -0500 Jordi Gutiérrez Hermoso Initialise history before executing startup files (bug #32900)
Tue, 27 Sep 2011 12:49:20 -0400 John W. Eaton fix thinko in previous change to __line__.m
Tue, 27 Sep 2011 03:22:48 -0400 John W. Eaton fix parsing of anonymous functions inside cell array lists.
Tue, 27 Sep 2011 02:06:41 -0400 John W. Eaton allow radio values for graphics properaties to be abbreviated
Tue, 27 Sep 2011 02:06:25 -0400 John W. Eaton allow line function to accept matrix arguments
Mon, 26 Sep 2011 15:25:17 -0400 John W. Eaton improve compatibility of arrayfun for nargout = 0 case
Mon, 26 Sep 2011 11:43:20 -0700 Rik fftshift.m: Better explain operation in docstring (Bug #33581). stable
Mon, 26 Sep 2011 11:19:41 -0700 Rik __getlegenddata__.m: Fix bad subscript index error (Bug #33774). stable
Mon, 26 Sep 2011 13:09:02 -0400 John W. Eaton maint: style fixes for cellfun
Mon, 26 Sep 2011 13:08:42 -0400 John W. Eaton fix nargout handling for functions called by cellfun
Sun, 25 Sep 2011 22:33:47 -0400 John W. Eaton maint: improve readability of cellfun
Sun, 25 Sep 2011 22:03:45 -0700 Rik Allow logical inputs to ismember() (Bug #33531).
Sun, 25 Sep 2011 20:50:36 -0400 John W. Eaton maint: regexp.cc style fixes
Sun, 25 Sep 2011 20:15:26 -0400 John W. Eaton eliminate DO_SIMPLE_FOR_LOOP_ONCE macro definition too
Sun, 25 Sep 2011 20:12:19 -0400 John W. Eaton eliminate DO_SIMPLE_FOR_LOOP_ONCE macro
Sun, 25 Sep 2011 16:58:02 -0700 Rik Add support for additional argument "real" to schur() (Bug #34012). stable
Sun, 25 Sep 2011 19:41:15 -0400 John W. Eaton avoid output in test
Sun, 25 Sep 2011 19:44:04 -0400 John W. Eaton fix warnings for uninitialized variables
Sun, 25 Sep 2011 16:24:07 -0700 Rik errorbar plots can now accept a legend key (Bug #33580). stable
Sun, 25 Sep 2011 16:40:57 -0500 Jordi Gutiérrez Hermoso Avoid overflow in sprandsym
Sun, 25 Sep 2011 16:52:23 -0400 John W. Eaton fix warnings for unused but set variables and shadowed variables
Sun, 25 Sep 2011 15:06:10 -0400 John W. Eaton fix warnings for unused but set variables
Sun, 25 Sep 2011 14:25:23 -0400 John W. Eaton fix warnings for unused but set variables
Sun, 25 Sep 2011 13:48:09 -0400 Ben Abbott Improvements to plotyy.
Sun, 25 Sep 2011 19:11:02 +0200 Kai Habel Add tests for scripts/plot
Sun, 25 Sep 2011 11:55:39 -0400 Ben Abbott Allow an nd-array of handles when calling isprop.m.
Sun, 25 Sep 2011 02:35:55 -0500 Jordi Gutiérrez Hermoso Fix offbyones and typos in sprandsym.m
Sun, 25 Sep 2011 01:42:37 -0500 Jordi Gutiérrez Hermoso Various minor stylistic improvements to sprandsym.m
Sat, 24 Sep 2011 17:31:19 -0400 Ben Abbott src/graphics.cc: Consistent log-scale axis tick labels.
Sat, 24 Sep 2011 17:27:53 -0400 John W. Eaton return get(h) as a struct array when h is a vector of handles
Sat, 24 Sep 2011 15:39:19 -0400 Ben Abbott Use "-10^{%T}" format for negative values in log scale plots.
Sat, 24 Sep 2011 13:06:24 -0500 Jordi Gutiérrez Hermoso Simplify a computation in sprandsym
Sat, 24 Sep 2011 11:04:24 -0500 Jordi Gutiérrez Hermoso Reword sqp's docstring stable
Sat, 24 Sep 2011 10:38:19 -0400 John W. Eaton sqp: provide warnings for QP subproblem failures
Sat, 24 Sep 2011 03:46:36 -0500 Jordi Gutiérrez Hermoso Completely new implementation of sprandsym
Fri, 23 Sep 2011 22:18:05 +0200 Kai Habel Add tests for scripts/plot
Fri, 23 Sep 2011 15:03:29 -0400 John W. Eaton voronoin: accept options as a cell array of character strings
Fri, 23 Sep 2011 13:11:36 -0500 Jordi Gutiérrez Hermoso Fix the copyright and docstring of __sprand_impl__
Fri, 23 Sep 2011 12:24:14 -0500 Jordi Gutiérrez Hermoso Update tests for profile.m
Fri, 23 Sep 2011 10:18:03 -0500 Jordi Gutiérrez Hermoso Add missing path in sparse/module.mk
Fri, 23 Sep 2011 09:51:20 -0400 John W. Eaton missing file for changeset 968e89b45bbf
Fri, 23 Sep 2011 02:41:54 -0500 Jordi Gutiérrez Hermoso Update example in sparse.txi to use new calling form of randperm
Fri, 23 Sep 2011 02:40:05 -0500 Jordi Gutiérrez Hermoso Refactor sprandn/sprand code, move common code to common function (bug #34352)
Wed, 21 Sep 2011 21:37:12 -0500 Jordi Gutiérrez Hermoso Simplify code in sprand and use two-arg form of randperm for precise density
Thu, 22 Sep 2011 18:08:26 -0400 John W. Eaton document profexplore and include it in the list of files to distribute
Mon, 19 Sep 2011 16:45:31 -0400 John W. Eaton allow sscanf to accept character arrays with more than one row
Thu, 22 Sep 2011 17:08:49 -0400 John W. Eaton also look to parent classes for overloaded functions called through handles
Thu, 22 Sep 2011 16:44:54 -0400 John W. Eaton move tests for classes into subdirectories
Thu, 22 Sep 2011 16:01:28 -0500 Jordi Gutiérrez Hermoso Put @seealso in profiler functions' docstrings.
Thu, 22 Sep 2011 15:37:29 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Thu, 22 Sep 2011 21:52:40 +0200 Daniel Kraft New function 'profexplore' for interactive hierarchical profile exploration.
Thu, 22 Sep 2011 20:51:30 +0200 Daniel Kraft Add field for total time to hierarchical profile.
Thu, 22 Sep 2011 15:38:25 -0400 John W. Eaton Omit $top_srcdir/test directory tree from Octave's path in run-octave script
Wed, 21 Sep 2011 21:08:57 -0500 Jordi Gutiérrez Hermoso Implement second randperm argument for compatibility with Matlab
Wed, 21 Sep 2011 20:23:59 -0400 Ben Abbott Add tolerances to binopdf and tpdf tests.
Tue, 20 Sep 2011 22:01:00 -0700 Rik regexptranslate.m: Correctly escape *all* regular expression special characters.
Tue, 20 Sep 2011 21:19:56 -0700 Rik optimset.m: When called with 1 output argument, return a struct with all possible options initialized to [].
Tue, 20 Sep 2011 19:42:13 -0700 Rik onenormest.m: Initialize random number generator in tests to guarantee reliable passage.
Tue, 20 Sep 2011 17:18:18 -0700 Rik tpdf.m: Add eps to assert tests for passage on Mac OS
Tue, 20 Sep 2011 16:42:37 -0700 Rik mat2str.m: Use more modern code syntax for function
Tue, 20 Sep 2011 16:18:14 -0700 Rik blanks.m: Validate input is non-negative.
Tue, 20 Sep 2011 16:08:53 -0700 Rik str2num.m: Use more modern code practices
Tue, 20 Sep 2011 15:51:20 -0700 Rik findstr.m: Use more modern code practices in function.
Tue, 20 Sep 2011 15:41:35 -0400 John W. Eaton maint: use specific endif, endfor tokens instead of simple end
Tue, 20 Sep 2011 15:38:24 -0400 John W. Eaton maint: periodic merge of stable to default