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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.1473  
changed lines
  Added in v.2631

  ViewVC Help
Powered by ViewVC