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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.1738  
changed lines
  Added in v.2730

  ViewVC Help
Powered by ViewVC