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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.1699  
changed lines
  Added in v.2823

  ViewVC Help
Powered by ViewVC