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

Diff of /qsampler/trunk/ChangeLog

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

revision 1873 by capela, Wed Mar 25 15:16:37 2009 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  * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as
129    brand first translation delivered. Thanks and welcomes whom    brand first translation delivered. Thanks and welcomes whom

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

  ViewVC Help
Powered by ViewVC