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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.1637  
changed lines
  Added in v.2456

  ViewVC Help
Powered by ViewVC