/[svn]/qsampler/trunk/ChangeLog
ViewVC logotype

Diff of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1691 by schoenebeck, Thu Feb 14 22:31:26 2008 UTC revision 2848 by capela, Sat Oct 3 15:48:18 2015 UTC
# Line 3  Qsampler - A LinuxSampler Qt GUI Interfa Line 3  Qsampler - A LinuxSampler Qt GUI Interfa
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD  
7    GIT HEAD
8    
9    * Messages standard output capture has been improved again, now
10      in both ways a non-blocking pipe may get. (EXPERIMENTAL)
11    
12    * Single/unique application instance control adapted to Qt5/X11.
13      (EXPERIMENTAL)
14    
15    
16    0.3.1  2015-07-19  Summer'15 release frenzy.
17    
18    * Fixed configure script's Qt include directory lookup for some
19      64bit Linux flavours.
20    
21    * Prefer Qt5 over Qt4 by default with configure script.
22    
23    * A new top-level widget window geometry state save and restore
24      sub-routine is now in effect. (EXPERIMENTAL)
25    
26    * Fixed for some strict tests for Qt4 vs. Qt5 configure builds.
27    
28    
29    0.3.0  2015-03-25  Pre-LAC2015 release frenzy.
30    
31    * Added application description as freedesktop.org's AppData.
32    
33    * Added this "Don't ask/show this again" option to some if not most
34      of the nagging warning/error message boxes.
35    
36    * Mac OS X: Fixed default path of linuxsampler binary.
37    
38    * When closing qsampler and showing the user the dialog whether to
39      stop the LinuxSampler backend, set the default selection to "Yes".
40    
41    * Master volume slider now getting proper layout when changing its
42      main toolbar orientation.
43    
44    * Messages standard output capture has been slightly improved
45      as for non-blocking i/o, whenever available.
46    
47    * Adjusted configure check for libgig to detect the new --includedir.
48    
49    * A man page has beed added (making up Matt Flax's work on
50      debian, thanks).
51    
52    * Translations install directory change.
53    
54    * Added support for SF2 instrument names/preset enumeration.
55    
56    * Added instrument list popup on channel strip which shows up when
57      the instrument name is clicked. Allows faster switching among
58      instruments of the same file.
59    
60    * Adjusted configure check for libgig to detect its new --libdir
61      (impolitely forcing the user now to have at least libgig 3.3.0).
62    
63    
64    0.2.3  2013-12-31  A fifth of a Jubilee.
65    
66    * Allow the build system to include an user specified LDFLAGS.
67    
68    * More preparations for Qt5 configure build.
69    
70    * Standard scalable format (SVG) and MIME type icons support for
71      session files (*.lscp) is now being added.
72    
73    * Preparations for Qt5 migration.
74    
75    * Added include <unistd.h> to shut up gcc 4.7 build failures.
76    
77    * Make(ing) -jN parallel builds now available for the masses.
78    
79    * Fixed Makefile.in handling of installation directories to the
80      configure script eg. --datadir, --localedir.
81    
82    * Made lookup of translation files work inside a Mac OS X bundle.
83    
84    * Minor Mac OS X compilation error fix.
85    
86    * Debugging stacktrace now applies to all working threads.
87    
88    * Made lookup of translation files more robust on Windows.
89    
90    * Fixes for cross compiling and building for Windows with configure
91      and make.
92    
93    * libX11 is now being added explicitly to the build link phase,
94      as seen necessary on some bleeding-edge distros eg. Fedora 13,
95      Debian 6.
96    
97    * Moving from old deprecated Qt3'ish custom event post handling
98      into regular asynchronous signal/slot strategy.
99    
100    * Sampler channel and instrument file requester support for
101      other than GIG engine instrument files (*gig; *.dls) has
102      been added, making roads for the newer SFZ and SF2 engines
103      instrument files (*.sfz; *.sf2).
104    
105    * General standard dialog buttons layout is now in place.
106    
107    * Initial widget geometry and visibility persistence logic has
108      been slightly revised as much to avoid crash failures due to
109      wrong main widget hidden state.
110    
111    * General source tree layout and build configuration change.
112    
113    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
114      traces, whatever, are being introduced as a brand new configure
115      option (--enable-stacktrace) and default enabled on debug build
116      targets (--enable-debug).
117    
118    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
119    
120    * Device parameter spin-box default maximum has been set higher:
121      now at a magic 24-bit limit (16777216) instead of older 16-bit
122      (65536), possibly fixing bug #136.
123    
124    * LADISH Level 1 support has been added: SIGUSR1 signal trap
125      just makes it a shortcut to File/Save.
126    
127    * MIDI Device Status menu is disabled when no MIDI device exists;
128      a menu separator has been added.
129    
130    * Window manager's close button was found missing from the Devices
131      and Instruments widgets when on Qt >= 4.5, now fixed.
132    
133    * MIDI activity indicator on channel strips and MIDI device status
134      widgets is now implemented as a flashing green LED, instead of a
135      lame green solid background :).
136    
137    * Global configuration state is now explicitly saved/committed to
138      disk when View/Options... dialog changes are accepted and applied.
139    
140    * Czech (cs) translation added (by Pavel Fric).
141    
142    
143    0.2.2  2009-08-01  New release cycle.
144    
145    * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as
146      brand first translation delivered. Thanks and welcomes whom
147      ever may follow ;)
148    
149    * Converted obsolete QMessageBox forms to standard buttons.
150    
151    * Added support for runtime max. voices / disk streams setting
152      (accessible from the "Options..." dialog). Those fine tuning
153      settings will be saved in case the user modified them and
154      automatically restored to the sampler when reconnecting to
155      a sampler the next time.
156    
157    * Grayed/disabled palette color group fix for dark color themes.
158    
159    * Fait-divers: desktop menu file touched to openSUSE conventions.
160    
161    * Due to some trouble with newer Qt >= 4.4 applications regarding
162      font size configuration, a new global user option is now available
163      to the rescue: View/Options... /Display/Other/Base font size
164      (default none).
165    
166    * Attempt to load Qt's own translation support and get rid of
167      the ever warning startup message, unless built in debug mode.
168      (transaction by Guido Scholz, while on qsynth-devel, thanks).
169    
170    * Only one application instance is now allowed to be up and
171      running, with immediate but graceful termination upon startup
172      iif an already running instance is detected, which will see its
173      main widget shown up automatically (Qt/X11 platform only).
174    
175    * Messages file logging makes its first long overdue appearance,
176      with user configurable settings in View/Options.../Server/Logging.
177    
178    * Bugfix in sampler channel dialog, driver combo boxes' content were
179      screwed.
180    
181    * Automatically add & remove channel strips as they were removed
182      e.g. by other frontends.
183    
184    * Refresh device management dialog when device informations changed,
185      e.g. on changes caused by other frontends
186      (fixes segfault on device changes)
187    
188    * Implemented MIDI device activity windows, selectable from the
189      "View" main menu.
190    
191  * Implemented MIDI activity indicator on channel strips.  * Implemented MIDI activity indicator on channel strips.
192    
193  * Added FX Sends Dialog to Channel Strips.  * Added FX Sends Dialog to Channel Strips.
194    
195  * Color pallete fix for the instrument name display in channel strip,  * Color pallete fix for the instrument name display in channel
196    particularly notorious on Mac OS X builds.    strip, particularly notorious on Mac OS X builds.
197    
198  * Added dialog when the application exits which lets the user decide  * Added dialog when the application exits which lets the user
199    whether to keep the LinuxSampler running or not.    decide whether to keep the LinuxSampler running or not.
200    
201    
202  0.2.1  2007-12-06  Qt4 migration was complete.  0.2.1  2007-12-06  Qt4 migration was complete.
203    
204  * Added recent new support of libgig for retrieving instrument names in a  * Added recent new support of libgig for retrieving instrument
205    very fast way. If libgig provides this feature, then the respective    names in avery fast way. If libgig provides this feature, then
206    name retrieval setting in qsampler is enabled by default.    the respective name retrieval setting in qsampler is enabled by
207      default.
208    
209  * The current selected/activated channel-strip is now visually  * The current selected/activated channel-strip is now visually
210    evident while in the application workspace (highlighting).    evident while in the application workspace (highlighting).

Legend:
Removed from v.1691  
changed lines
  Added in v.2848

  ViewVC Help
Powered by ViewVC