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

Diff of /qsampler/trunk/ChangeLog

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

revision 3451 by capela, Wed Jan 2 18:11:42 2019 UTC revision 3843 by capela, Thu Dec 17 08:59:58 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  0.9.0  2020-12-17  A Winter'20 Release.
8    
9    - Early fixing to build for Qt >= 6.0.0 and comply
10      with C++17 standard.
11    
12    
13    0.6.3  2020-07-31  A Summer'20 Release.
14    
15    - Early fixing to build for Qt >= 5.15.0.
16    
17    
18    0.6.2  2020-03-24  A Spring'20 Release.
19    
20    - Make man page compression reproducible (after request
21      by Jelle van der Waa, while on the Vee-Ones, thanks).
22    
23    - Ditching deprecated QTime methods for QElapsedTimer's
24      (in compliance to Qt >= 5.14.0).
25    
26    - If connection to server aborted, try to automatically
27      reconnect (if server was not started by QSampler).
28    
29    - Fixed crash when a device disappeared on server side
30      (caused by iterator invalidation).
31    
32    - Bumped copyright headers into the New Year (2020).
33    
34    
35    
36    0.6.1  2019-12-22  The Winter'19 Release.
37    
38    - Custom color (palette) theme editor introduced; color
39      (palette) theme changes are now effective immediately,
40      except on default.
41    
42    - Second attempt to fix the yet non-official though
43      CMake build configuration.
44    
45    - When using autotools and ./configure --with-qt=...,
46      it is also necessary to adjust the PKG_CONFIG_PATH
47      environment variable (after a merge request by plcl
48      aka. Pedro López-Cabanillas, while on qmidinet).
49    
50    
51    0.6.0  2019-10-17  An Autumn'19 Release.
52    
53    - Added alternate yet non-official CMake build option.
54    
55    - Fix HiDPI display screen effective support (Qt >= 5.6).
56    
57    - Make sure compiler flags comply to c++11 as standard.
58    
59    
60    0.5.6  2019-07-12  A Summer'19 Release.
61    
62    - Updated for the newer Qt5 translation tools (>= 5.13).
63    
64    - Configure updated to check for qtchooser availability.
65    
66    - Minor update to Debian packaging control file.
67    
68    
69    0.5.5  2019-04-11  A Spring-Break'19 Release.
70    
71    - Re-defined all main application UNIX signal handling.
72    
73    
74    0.5.4  2019-03-11  Pre-LAC2019 Release Frenzy.
75    
76    - Refactored all singleton/unique application instance
77      setup logic away from X11/Xcb hackery.
78    
79    - HiDPI display screen support (Qt >= 5.6).
80    
81  - Bumped copyright headers into the New Year (2019).  - Bumped copyright headers into the New Year (2019).
82    

Legend:
Removed from v.3451  
changed lines
  Added in v.3843

  ViewVC Help
Powered by ViewVC