log libgui/graphics/Figure.cc @ 24435:e7624c23b101

age author description
Wed, 20 Dec 2017 10:09:28 +0100 Pantxo Diribarne Make use of "close" function to close Qt figures (bug #52698).
Wed, 08 Nov 2017 13:02:58 -0500 John W. Eaton fix lengths in .ofig suffix comparison
Wed, 08 Nov 2017 12:00:07 -0500 John W. Eaton use .ofig instead of .fig in "save as" figure menu
Tue, 07 Nov 2017 21:32:58 -0500 John W. Eaton * Figure.cc: Fix typo from previous change.
Tue, 07 Nov 2017 17:28:57 -0500 John W. Eaton make .fig files the default for saving from figure menus
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Thu, 27 Jul 2017 09:45:05 -0700 Rik Add break or continue statements to prevent implicit fall-through in case statements.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 24 Jul 2017 14:08:37 -0400 John W. Eaton don't use bitwise xor operator for logical xor operation
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Tue, 23 May 2017 15:01:27 +0200 Pantxo Diribarne Add getframe function for opengl based toolkits (bug #48195)
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Thu, 23 Feb 2017 16:08:44 -0800 Rik Make uimenu "Position" property Matlab-compatible (bug #50369).
Thu, 23 Feb 2017 14:55:39 -0800 Rik maint: Indent foreach blocks in Qt GUI code for readability.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:50:40 -0800 Rik maint: Trim trailing whitespace from files.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 09 Nov 2016 09:16:17 +0100 Pantxo Diribarne Correctly handle visibility of custom menu items (bug #49529)
Thu, 03 Nov 2016 23:45:38 +0100 Pantxo Diribarne Let Qt menubar be restored after being hidden (bug #49529).
Thu, 01 Sep 2016 09:33:55 -0700 Rik maint: Use '{ }' for empty function bodies in C++.
Wed, 31 Aug 2016 20:49:13 -0700 Rik maint: Remove ';' at end of namespace declaration.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Mon, 22 Aug 2016 19:21:04 +0200 Pantxo Diribarne Fix calculation of window height in Qt, FLTK (bug #48833, bug #48522).
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Fri, 17 Jun 2016 08:06:19 -0400 John Donoghue Set Qt Figure window modal/normal state based on WindowStyle (Bug #48160)
Tue, 14 Jun 2016 14:53:33 +0100 Mike Miller Make qt figure window "Help" menu correspond to main window (bug #48223)
Thu, 05 May 2016 20:03:26 +0100 Andrew Thornton Implement uibuttongroup (bug #47513)
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 02 May 2016 11:13:50 -0700 Rik maint: Octave coding convention cleanups.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Wed, 18 Nov 2015 16:40:22 -0800 Rik Remove trailing whitespace at end of lines.
Sat, 10 Oct 2015 12:48:10 +0200 Pantxo Diribarne Update the state of the toolbar after ui* children have been removed
Sat, 10 Oct 2015 12:21:37 +0200 Pantxo Diribarne Fix execution of "windowbuttonmotionfcn" with uipanels (bug #46151)
Thu, 01 Oct 2015 23:09:38 +0200 Pantxo Diribarne Use "update" method to initialize Qt Figures (cleanup + bug #46086)
Thu, 01 Oct 2015 12:50:00 -0400 John W. Eaton eliminate trailing whitespace and tabs from sources
Sun, 27 Sep 2015 17:12:29 +0200 Pantxo Diribarne Fix inconsistent toolbar state after creating an uicontrol (bug #46025)
Tue, 22 Sep 2015 09:41:13 -0700 Rik Display bottom Qt statusbar on figure based on "toolbar" property (bug #46025).
Sat, 13 Jun 2015 13:27:01 +0200 Pantxo Diribarne Show axes coordinates in Qt figures (bug #44959)
Mon, 01 Jun 2015 22:04:52 +0200 Pantxo Diribarne Allow saving/copying other figures than the currentfigure (bug #45226) stable
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Wed, 22 Apr 2015 07:05:23 -0500 John W. Eaton use png instead of jpg as default format for copying plots to clipboard
Wed, 22 Apr 2015 00:36:24 -0500 John W. Eaton make copying figures to clipboard work (bug #44866)
Fri, 17 Apr 2015 14:07:00 -0400 John W. Eaton improve copy to clipboard code for Qt plotting
Thu, 16 Apr 2015 00:13:26 -0400 John W. Eaton make copying images to the clipboard work with Qt graphics
Tue, 14 Apr 2015 23:32:07 -0400 John W. Eaton remove Qt figure window menu items that won't work for 4.0.0 release
Wed, 01 Apr 2015 23:03:04 +0200 Pantxo Diribarne Fix toolbar and menubar interaction at figure initialization (bug #44686)
Wed, 01 Apr 2015 11:08:38 -0700 Rik Mark GUI strings from Qt figure toolbar for translation.
Wed, 01 Apr 2015 12:45:04 -0400 John W. Eaton maint: Merge away accidental head.
Fri, 20 Mar 2015 16:18:10 -0400 John W. Eaton Update copyright year in Qt graphics code.
Mon, 23 Mar 2015 09:03:39 +0100 Pantxo Diribarne Handle "auto" value of figure "toolbar" property (bug #44573)
Thu, 19 Mar 2015 12:27:54 -0400 John W. Eaton style fixes in Qt graphics code
Wed, 18 Mar 2015 10:13:53 -0400 John W. Eaton avoid crash in Qt graphics (bug #44330)