log libgui/src/module.mk @ 20654:b65888ec820e draft default tip gccjit

age author description
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
Sun, 05 May 2013 16:34:11 +0200 Torsten add close actions to the file menu of the editor
Tue, 16 Apr 2013 22:16:57 -0400 John Donoghue Add popdown toolbutton to files-dock-window toolbar.
Mon, 15 Apr 2013 02:06:00 -0400 John Donoghue Add find files implemtation to main window menu
Sat, 13 Apr 2013 15:22:34 -0400 Daniel J Sebald dialog boxes with Qt widgets
Fri, 12 Apr 2013 22:40:20 +0200 Torsten gui: add icons to the context menu of the the file browser
Thu, 11 Apr 2013 19:01:55 +0200 Torsten gui: configurable synchronization between file browser and octave directory
Tue, 09 Apr 2013 13:47:43 -0400 John W. Eaton eliminate event listener class
Mon, 08 Apr 2013 12:01:24 -0400 John W. Eaton use signal/slot for updating workspace instead of using event listener
Sun, 07 Apr 2013 12:07:10 -0400 John W. Eaton use consistent names for dock-widget files
Thu, 04 Apr 2013 22:22:17 -0400 John Donoghue Add editor print menu/toolbutton implementation
Thu, 04 Apr 2013 13:27:21 -0400 John W. Eaton separate octave interpreter thread creation from execution
Thu, 04 Apr 2013 00:03:45 -0400 John W. Eaton use signal for octave_link::update_dbstop_marker
Wed, 03 Apr 2013 18:11:55 -0400 John W. Eaton move octave-link and octave-event-listener classes to libinterp
Sun, 31 Mar 2013 23:56:11 +0200 Torsten gui: individually configurable styles of the editor lexers
Tue, 12 Mar 2013 19:03:07 -0700 Rik build: Use AMCOND to build GUI editor if Qscintilla available.
Wed, 06 Feb 2013 21:45:04 +0000 Richard Crozier Created common octave_dock_widget class
Fri, 14 Dec 2012 16:03:50 -0800 Rik build: Include new gui icons in distribution tarball.
Mon, 05 Nov 2012 01:47:49 +0000 Michael Goffioul Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Tue, 18 Sep 2012 01:32:30 -0400 John W. Eaton eliminate copy and paste copyright info in GUI about info box
Mon, 17 Sep 2012 23:07:22 -0400 John W. Eaton refactor GUI event handling to use new event_queue class
Sat, 15 Sep 2012 11:10:07 -0700 Rik build: Re-arrange libgui Makefile.am to follow same ordering as liboctave.
Fri, 14 Sep 2012 22:57:00 -0400 John W. Eaton fix broken libgui build
Wed, 12 Sep 2012 16:18:48 -0400 John W. Eaton don't use WARN_CXXFLAGS for qterminal library
Wed, 12 Sep 2012 15:08:45 -0400 John W. Eaton reorganize libgui build