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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.1668  
changed lines
  Added in v.2387

  ViewVC Help
Powered by ViewVC