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

Diff of /qsampler/trunk/ChangeLog

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

revision 3421 by capela, Sat Feb 17 19:45:17 2018 UTC revision 3700 by capela, Sat Jan 4 15:04:22 2020 UTC
# Line 1  Line 1 
1  Qsampler - A LinuxSampler Qt GUI Interface  Qsampler - A LinuxSampler Qt GUI Interface
2  ------------------------------------------  ~------------------------------------------
3    
4  ChangeLog  ChangeLog
5    
6    
7  GIT HEAD  GIT HEAD
8    
9    - Ditching deprecated QTime methods for QElapsedTimer's
10      (in compliance to Qt >= 5.14.0). (EXPERIMENTAL)
11    
12    - If connection to server aborted, try to automatically
13      reconnect (if server was not started by QSampler).
14    
15    - Fixed crash when a device disappeared on server side
16      (caused by iterator invalidation).
17    
18    - Bumped copyright headers into the New Year (2020).
19    
20    
21    
22    0.6.1  2019-12-22  The Winter'19 Release.
23    
24    - Custom color (palette) theme editor introduced; color
25      (palette) theme changes are now effective immediately,
26      except on default.
27    
28    - Second attempt to fix the yet non-official though
29      CMake build configuration.
30    
31    - When using autotools and ./configure --with-qt=...,
32      it is also necessary to adjust the PKG_CONFIG_PATH
33      environment variable (after a merge request by plcl
34      aka. Pedro López-Cabanillas, while on qmidinet).
35    
36    
37    0.6.0  2019-10-17  An Autumn'19 Release.
38    
39    - Added alternate yet non-official CMake build option.
40    
41    - Fix HiDPI display screen effective support (Qt >= 5.6).
42    
43    - Make sure compiler flags comply to c++11 as standard.
44    
45    
46    0.5.6  2019-07-12  A Summer'19 Release.
47    
48    - Updated for the newer Qt5 translation tools (>= 5.13).
49    
50    - Configure updated to check for qtchooser availability.
51    
52    - Minor update to Debian packaging control file.
53    
54    
55    0.5.5  2019-04-11  A Spring-Break'19 Release.
56    
57    - Re-defined all main application UNIX signal handling.
58    
59    
60    0.5.4  2019-03-11  Pre-LAC2019 Release Frenzy.
61    
62    - Refactored all singleton/unique application instance
63      setup logic away from X11/Xcb hackery.
64    
65    - HiDPI display screen support (Qt >= 5.6).
66    
67    - Bumped copyright headers into the New Year (2019).
68    
69    
70    0.5.3  2018-12-06  An End of Autumn'18 Release.
71    
72    - Avoid saving plug-in sampler channels and related devices
73      to regular LSCP (*.lscp) session files.
74    
75    - Fixed MIDI and Audio device selection on the common sampler
76      channel settings dialog.
77    
78    - Old deprecated Qt4 build support is no more.
79    
80    - AppStream metadata updated to be the most compliant with
81      latest freedesktop.org specification and recommendation.
82    
83    
84    0.5.2  2018-07-22  A Summer'18 Release.
85    
86    - AppData/AppStream metadata is now settled under an all
87      permisssive license (FSFAP).
88    
89    
90    0.5.1  2018-05-21  Pre-LAC2018 release frenzy.
91    
92  - Disable singleton/unique application instance setup logic  - Disable singleton/unique application instance setup logic
93    when the display server platform is not X11. (EXPERIMENTAL)    when the display server platform is not X11.
94    
95  - Fixed device management dialog not responding to user changes.  - Fixed device management dialog not responding to user changes.
96    

Legend:
Removed from v.3421  
changed lines
  Added in v.3700

  ViewVC Help
Powered by ViewVC