log libgui/src/module.mk @ 25244:f9fe8cf64e09 stable

age author description
Fri, 13 Apr 2018 12:39:08 -0700 Rik Add go-down icon to GUI icon set (bug #53639). stable
Wed, 28 Mar 2018 21:46:11 +0200 Torsten documentation widget based on qt help engine (bug #53006) stable
Thu, 01 Mar 2018 22:22:31 -0600 Daniel J Sebald Create an icon for the variable editor (bug #53260)
Sat, 03 Feb 2018 09:51:34 +0100 Torsten move derived tab bar from editor and doc viewer into separate file
Wed, 27 Dec 2017 20:46:11 +0100 Torsten Allow uncommenting with any kind of comment (bug #52695):
Wed, 11 Oct 2017 07:06:23 +0200 Alexander Wilms new icon for the plot menu in the variable editor
Wed, 20 Sep 2017 16:56:10 +0200 Kai T. Ohlhus Rename libgui `parser` class to `texinfo_parser` for clarity.
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
Mon, 15 May 2017 16:17:58 -0400 John W. Eaton use automake %reldir% feature
Sat, 22 Apr 2017 14:11:40 -0700 Mike Miller Refactor and normalize generated build info source files
Sat, 22 Apr 2017 08:12:54 -0400 John W. Eaton move contents of liboctave/cruft/misc to liboctave/util
Tue, 11 Apr 2017 08:00:23 +0200 Torsten improve opening files from gui when built without qscintilla (bug #39179)
Mon, 10 Apr 2017 07:02:42 +0200 Torsten Backed out changeset 7332287221a9
Sun, 09 Apr 2017 07:46:46 +0200 Torsten improve usage without qscintilla by external editor interface (bug #39179)
Mon, 30 Jan 2017 17:38:12 -0500 John W. Eaton refactor and simplify interpreter startup in GUI
Sun, 15 Mar 2015 19:35:01 +0100 Torsten changeset: 19946:59385cda0598
Thu, 07 Jul 2016 16:11:47 -0700 Mike Miller build: fix typo of $(octave_dirstamp) in build prerequisites
Sat, 02 Jul 2016 15:16:51 -0700 Mike Miller build: restore regeneration of build-info source files when hg id changes
Fri, 01 Jul 2016 10:51:49 -0700 Mike Miller build: delete generated files, keep distributed files on clean and distclean (bug #45646)
Fri, 01 Jul 2016 08:14:50 -0700 Mike Miller maint: reduce multiple mentions of the HG-ID file name and contents
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Fri, 17 Jun 2016 11:00:11 -0400 John W. Eaton hide signal.h from C++ sources
Mon, 11 Apr 2016 13:53:17 -0400 John W. Eaton store hg id info in libgui and main exe and check for consistency (bug #45659)
Wed, 17 Feb 2016 13:32:44 -0500 John W. Eaton use top_srcdir, top_builddir, abs_top_srcdir or abs_top_builddir only if needed
Sun, 03 Jan 2016 11:49:19 +0100 Torsten GUI: move the command queue into a separate class
Tue, 29 Dec 2015 18:06:32 +0100 Daniel J Sebald New marker class for modified file breakpoint and position maintenance.
Fri, 17 Jul 2015 15:18:35 -0400 John W. Eaton make interpreter targets and dirstamp files order-only prerequisites
Fri, 17 Jul 2015 14:44:47 -0400 John W. Eaton provide per-directory clean targets
Thu, 09 Jul 2015 13:55:58 -0400 John W. Eaton eliminate recursive make invocation in libgui directory tree
Thu, 26 Feb 2015 10:06:23 +0100 Torsten omit icons for breakpoint markers and in documentation viewer
Fri, 27 Feb 2015 08:41:59 +0100 Torsten new gui icons
Thu, 26 Feb 2015 10:49:20 -0500 John W. Eaton avoid needing to include hdf5 in public header files (bug #44370, #43180)
Thu, 19 Feb 2015 22:05:12 +0100 Torsten use of C++ API for running a file (bug #42307)
Mon, 24 Nov 2014 16:37:36 -0800 Rik maint: Periodic merge of gui-release to default.
Sun, 23 Nov 2014 13:13:35 +0100 Torsten provide an editor lexer for text or unknown files (bug #43572) gui-release
Tue, 21 Oct 2014 14:37:44 -0400 John W. Eaton make --with-PKG-includedir and --with-PKG-libdir configure options work again
Tue, 01 Apr 2014 21:29:48 +0200 Torsten first implementation of a shortcut manager (bug #41217) gui-release
Thu, 20 Feb 2014 14:08:14 -0800 Rik build: Add FT2_CFLAGS to CPPFLAGS required for new Qt graphics. gui-release
Thu, 20 Feb 2014 14:05:45 -0500 John W. Eaton Initial integration of QtHandles. gui-release
Mon, 13 Jan 2014 10:48:49 -0800 Rik maint: Merge stable -> gui-release. gui-release
Sun, 12 Jan 2014 12:41:39 +0100 Torsten update some icnons of the gui stable
Sat, 04 Jan 2014 22:16:10 +0100 Torsten improve title bar of dock widgets gui-release
Wed, 27 Nov 2013 01:40:29 -0500 John W. Eaton add fallback for theme warning icon stable
Thu, 21 Nov 2013 16:52:10 -0500 John W. Eaton avoid errors for int64 ops implemented with long double (bug #40607)
Thu, 21 Nov 2013 20:32:52 +0100 Torsten add missing Q_OBJECT macros
Sat, 16 Nov 2013 02:52:30 -0500 John W. Eaton display community news in simple window; check timestamp and serial number
Tue, 12 Nov 2013 19:24:49 -0500 John W. Eaton interrupt interpreter thread in GUI instead of calling "raise (SIGINT)"
Wed, 13 Nov 2013 02:28:34 -0500 John W. Eaton include config.h in more files in libgui
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton rename octave_main_thread to octave_interpreter
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton derive octave_main_thread from QObject, not QThread
Sat, 19 Oct 2013 19:51:23 +0200 Torsten improve appearance of gui's dcoumentation browser
Wed, 09 Oct 2013 21:06:40 +0200 Torsten icons for news and release notes widgets
Tue, 08 Oct 2013 18:38:40 -0400 John W. Eaton don't use ui designer for welcome dialog box
Mon, 07 Oct 2013 21:13:11 -0400 John W. Eaton community news dock widget and other user info in GUI
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory.
Sun, 23 Jun 2013 14:33:21 +0200 Torsten add macro Q_OBJECT to find_files_model in order to make tr () work
Fri, 21 Jun 2013 22:40:53 +0200 Torsten make stand-alone windows from dock widgets when floating (bug #38785)
Sat, 15 Jun 2013 17:40:14 -0400 John Donoghue Add Show home directory to files window popdown.
Fri, 07 Jun 2013 23:13:48 +0200 Torsten add help for word at mouse or text cursor to the editors context menu
Sun, 12 May 2013 22:21:46 -0400 John W. Eaton use QScintilla's lexer for highlighting Octave programs