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

Diff of /qsampler/trunk/ChangeLog

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

revision 2038 by capela, Thu Jan 7 18:42:26 2010 UTC revision 2642 by capela, Mon Jun 16 19:31:33 2014 UTC
# Line 5  ChangeLog Line 5  ChangeLog
5    
6  SVN TRUNK  SVN TRUNK
7    
8    * A man page has beed added (making up Matt Flax's work on
9      debian, thanks).
10    
11    * Translations install directory change. (EXPERIMENTAL)
12    
13    * Added support for SF2 instrument names/preset enumeration.
14      (EXPERIMENTAL)
15    
16    * Added instrument list popup on channel strip which shows up when
17      the instrument name is clicked. Allows faster switching among
18      instruments of the same file.
19    
20    * Adjusted configure check for libgig to detect its new libdir
21      (impolitely forcing the user now to have at least libgig 3.3.0).
22    
23    
24    0.2.3  2013-12-31  A fifth of a Jubilee.
25    
26    * Allow the build system to include an user specified LDFLAGS.
27    
28    * More preparations for Qt5 configure build.
29    
30    * Standard scalable format (SVG) and MIME type icons support for
31      session files (*.lscp) is now being added.
32    
33    * Preparations for Qt5 migration.
34    
35    * Added include <unistd.h> to shut up gcc 4.7 build failures.
36    
37    * Make(ing) -jN parallel builds now available for the masses.
38    
39    * Fixed Makefile.in handling of installation directories to the
40      configure script eg. --datadir, --localedir.
41    
42    * Made lookup of translation files work inside a Mac OS X bundle.
43    
44    * Minor Mac OS X compilation error fix.
45    
46    * Debugging stacktrace now applies to all working threads.
47    
48    * Made lookup of translation files more robust on Windows.
49    
50    * Fixes for cross compiling and building for Windows with configure
51      and make.
52    
53    * libX11 is now being added explicitly to the build link phase,
54      as seen necessary on some bleeding-edge distros eg. Fedora 13,
55      Debian 6.
56    
57    * Moving from old deprecated Qt3'ish custom event post handling
58      into regular asynchronous signal/slot strategy.
59    
60    * Sampler channel and instrument file requester support for
61      other than GIG engine instrument files (*gig; *.dls) has
62      been added, making roads for the newer SFZ and SF2 engines
63      instrument files (*.sfz; *.sf2).
64    
65    * General standard dialog buttons layout is now in place.
66    
67    * Initial widget geometry and visibility persistence logic has
68      been slightly revised as much to avoid crash failures due to
69      wrong main widget hidden state.
70    
71    * General source tree layout and build configuration change.
72    
73    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
74      traces, whatever, are being introduced as a brand new configure
75      option (--enable-stacktrace) and default enabled on debug build
76      targets (--enable-debug).
77    
78    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
79    
80    * Device parameter spin-box default maximum has been set higher:
81      now at a magic 24-bit limit (16777216) instead of older 16-bit
82      (65536), possibly fixing bug #136.
83    
84    * LADISH Level 1 support has been added: SIGUSR1 signal trap
85      just makes it a shortcut to File/Save.
86    
87  * MIDI Device Status menu is disabled when no MIDI device exists;  * MIDI Device Status menu is disabled when no MIDI device exists;
88    a menu separator has been added.    a menu separator has been added.
89    

Legend:
Removed from v.2038  
changed lines
  Added in v.2642

  ViewVC Help
Powered by ViewVC