head	1.2;
access;
symbols
	pkgsrc-2020Q2:1.1.0.2
	pkgsrc-2020Q2-base:1.1;
locks; strict;
comment	@// @;


1.2
date	2020.07.07.12.40.58;	author nia;	state dead;
branches;
next	1.1;
commitid	3fN2gvf5wCeX99fC;

1.1
date	2020.06.09.16.03.00;	author nia;	state Exp;
branches;
next	;
commitid	3r9ANZr4PjpabzbC;


desc
@@


1.2
log
@lmms: Update to 1.2.2

New changes in 1.2.2: (2020-06-25)

 * General improvements

      * Stop filtering out valid characters from file name while
	exporting tracks (#5282)
      * Fix Invalid warning about "dummy-MIDI-client" (#5509)

 * UI improvements

      * Note selection: Editing values works in dialog (#5438)

 * Bug Fixes

      * Piano Roll - Fix retrigger with vol/pan sliders (#5271)
      * Fix a rare crash on export (#5293)
      * Fix LMMS not launching when AppImage has spaces in name (#5297)
      * Fix vertical piano being unresponsive when clicked too fast
	(#5262)
      * Fix crash with Grooove VST (#5300)
      * Fix crash on deleting instrument with controller connections on
	knobs (#5306)
      * Fix notes being placed at negative positions on MIDI import
	(#5343)
      * Fix scrolling direction in the song editor due to stuck
	Ctrl/Shift (#5286)
      * Fix stuck notes with Helm VST on tempo automation (#5365)
      * Fix file factory delimeter position (#5378)
      * Fix a muted demo project "Greippi - Krem Kaakkuja (Second Flight
	Remix)" (aeac24c)
      * Fix controls linking misbehaviors (#5336)
      * Fix loading and saving of .fxb/.fxp files on Windows (#5411)
      * Fix crashes and hangs on importing some Hydrogen drum kit songs
	(#5420)
      * Fix freeze when replacing Mallets with another instrument (#5428)
      * DrumSynth: ensure correct envelope length in any sample rate
	(#5467)
      * AFP: fix loading start and loop points if the loop point is
	automated (#5472)
      * Select the correct piano key for marking semitones (#5478)
      * Ensure consistent use of effect gate (#5475)
      * Fix Piano roll crashing when window is vertically scaled too
	large (#5449)
      * Fix some memory errors with JACK audio/MIDI (#5452)
      * JackMidi: Remove confusing warnings at shutdown (737fcd3)
      * Fix SF2 player crashing when file is not a soundfont, with
	FluidSynth 2 (#5487)
      * BB editor: fix mouse event affecting wrong beats due to the
	cursor shape (#5489)
      * Fix knobs moving too fast on some platforms (#5360)
      * Fix notes created in BB editor resizing incorrectly when resizing
	a selection (#5515)
      * Fix some patterns not being saved in project (#5537)
@
text
@$NetBSD: patch-src_gui_AutomationPatternView.cpp,v 1.1 2020/06/09 16:03:00 nia Exp $

[PATCH] Fix Qt 5.15 build issues (#5498)

Add missing QPainterPath includes

https://github.com/LMMS/lmms/commit/29a5abc30b5d5efa30b7f6b73fe06d76ec851cca.patch

--- src/gui/AutomationPatternView.cpp.orig	2018-11-03 01:43:42.000000000 +0000
+++ src/gui/AutomationPatternView.cpp
@@@@ -25,6 +25,7 @@@@
 
 #include <QMouseEvent>
 #include <QPainter>
+#include <QPainterPath>
 #include <QMenu>
 
 #include "AutomationEditor.h"
@


1.1
log
@lmms: fix Qt breakage
@
text
@d1 1
a1 1
$NetBSD$
@

