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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.1787  
changed lines
  Added in v.2569

  ViewVC Help
Powered by ViewVC