1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
Thu Jan 6 20:26:45 EST 2005 Lance Arsenault <lanceman@users.sourceforge.net>
* === released version 0.8.6 ===
* added --with-html-dir=DIR configure option
* made it so that quickplot will not exit if reading stdin
fails at startup.
Wed Jan 5 21:25:45 EST 2005 Lance Arsenault <lanceman@users.sourceforge.net>
* === released version 0.8.5 ===
* fixed PlotLister bug that caused SegFault
Wed Jan 5 19:06:46 EST 2005 Lance Arsenault <lanceman@users.sourceforge.net>
* === released version 0.8.4 ===
* appied patch for amd64
* quickplot.ebuild from Gentoo
* minor edits to configure.ac
Sun Dec 5 18:31:53 EST 2004 Lance Arsenault <lanceman@users.sourceforge.net>
* === released version 0.8.3 ===
* minor edits
Thu Aug 26 19:22:36 EDT 2004 Lance Arsenault <lanceman@users.sourceforge.net>
* === release version 0.8.2 ===
Thu Aug 26 18:17:57 EDT 2004 Lance Arsenault <lanceman@users.sourceforge.net>
* === released version 0.8.1 ===
* this may be a good OS X Darwin port of quickplot
Thu Aug 26 10:53:03 EDT 2004 Lance Arsenault <lanceman@users.sourceforge.net>
* === released version 0.8.0 ===
* requires gtkmm-2.4.x
* get quickplot-0.7.8 to use with gtkmm-2.2.x
it's pretty much the same otherwise
Wed Aug 25 19:55:07 EDT 2004 Lance Arsenault <lanceman@users.sourceforge.net>
* === released version 0.7.8 ===
* this may be the last release that uses gtkmm
version 2.2.x we will be using gtkmm version 2.4.x
in future releases. gtkmm version 2.2.x is not does not
provide all the same interfaces as gtkmm version 2.4.x.
Thu Aug 5 21:06:09 EDT 2004 Lance Arsenault <lanceman@users.sourceforge.net>
* === released version 0.7.7 ===
* minor edits
Sun Jul 11 21:50:48 EDT 2004 Lance Arsenault <lanceman@users.sourceforge.net>
*=== released version 0.7.6 ===
*removed released files for version 0.7.5 because of bug
*fixed a nasty bug in the GraphConfig widget which caused
segfault
Sun Jul 11 00:03:22 EDT 2004 Lance Arsenault <lanceman@users.sourceforge.net>
*=== released version 0.7.5 ===
*split GraphConfig widget into two notebook tabs
Thu Jun 17 17:57:12 EDT 2004 Lance Arsenault <lanceman@users.sourceforge.net>
*=== released version 0.7.4 ===
*cleaned up scripts to better use GNU Autotools
*minor bug fixes
2004-05-16 23:49 EDT Version 0.7.3 lanceman
Fixed some minor bugs. Added --silent command line option.
Made accelerator keys work better. Documented accelerator keys.
Made linking with libsndfile optional. Open and Save PNG dialogs
are reused; this way the directories will be the same as last time.
2004-05-01 23:36 EDT Version 0.7.2 lanceman
Fixed Accelerator keys. Fixed frame copy bug.
2004-04-23 14:17 EDT Version 0.7.1 lanceman
Just minor edits to docs and scripts.
2004-04-22 21:35 EST Version 0.7.0 lanceman
The last release of Quickplot was version 0.6.5. In this version, 0.7.0,
we changed the widget API we use from QT to GTK using GTKmm
(http://www.gtkmm.org/). Most of the code was rewritten when going from
version 0.6.5 to 0.7.0.
Some command line options are not interpreted the same.
Fixed:
reading WAV sound files works for more WAV files types
the plot manager has been replaced with a better GUI
Added features include:
Graph Tabs -- kind of like page tabs in a web browser
multiple main window frames. Like Emacs has "New Frame". Each
main window frame uses the same plot data, but the plots are not
the same, kind of like Emacs buffers are shared between frames.
reads many sound file types using the package libsndfile
(http://www.mega-nerd.com/libsndfile/)
can plot any field against any field -- version 0.6.5 could not
plot the same field against itself or fields against fields with
a different number of values
zoom levels do not change when plots are added or removed until
it's zoomed back all the way out, or is forced to by the plots
added
by default the scales are set to fit all plots in a graph so long
as the span of x,y values in all the plots are within an order of
magnitude of each other. We retained the "same scales" and
"different scales" options in addition to this new default called
"auto scale".
added the use of the GNU autotools (./configure) to build and install
added the default GTK command line options
Lost features:
the QT command line options -- we no longer use QT
No longer saves xpm image files, since PNG files are much better
for most purposes, and you can always convert png files to xpm
files using `convert' from http://www.imagemagick.org/
The action of the mouse buttons has changed.
|