Hussam Eddin Alhomsi
9f0f61d914
Use "Set value" as title for QInputDialog of some widgets.
...
These widgets are the Fader, Knob and LcdSpinBox.
2017-12-21 12:17:03 +03:00
Hyunin Song
e9b76a5178
Add a comment for VST dependencies
2017-12-20 14:17:07 +09:00
Hyunin Song
59cfcf41a7
Merge branch 'stable-1.2'
...
# Conflicts:
# .travis/linux..before_install.sh
# .travis/linux..install.sh
# .travis/linux..script.sh
# cmake/linux/package_linux.sh.in
# include/AudioWeakJack.def
# plugins/vst_base/CMakeLists.txt
# plugins/zynaddsubfx/zynaddsubfx
2017-12-20 14:16:16 +09:00
Hyunin Song
6aeba4fd13
Bump WeakJack to latest version
2017-12-20 13:58:28 +09:00
Hyunjin Song
eb9b460925
Travis: install jack2 in Linux build
...
Per #4026 : Installing Carla will remove jack1 if it's installed, since Carla requires jack2.
2017-12-20 12:54:31 +09:00
Umcaruje
481cb2e889
Bump version to RC5
v1.2.0-rc5
2017-12-19 18:24:15 +01:00
tresf
1279244e50
Add $HOME/bin to PATH
...
Circumvent change in appimagetool, per AppImage/AppImageKit#592
2017-12-18 18:55:51 -05:00
Lukas W
7c71bc657c
Merge pull request #3786 from LMMS/fix/qt5-vst
...
Add all the Qt5 Linux VST implementations
2017-12-18 22:15:45 +01:00
Lukas W
19f48898a7
VST: Disable plugin reload on embed method change
2017-12-18 12:05:29 +01:00
Oskar Wallgren
76766c4c85
Piano Roll - Don't quantize when pasting notes ( #4058 )
...
Some changes on pasting notes in the Piano Roll:
* Don't quantize notes when pasting
* Add journal checkpoint
* Set project changed
2017-12-17 21:48:33 +01:00
Lukas W
5bad0ea8c0
Merge pull request #4046 from devnexen/build_fix
...
Few code fixes since we re dealing with C++11
2017-12-13 14:32:42 +01:00
Oskar Wallgren
54be88f536
Automation Editor - remove (comment out) unimplemented buttons ( #4051 )
2017-12-12 18:44:10 +01:00
tresf
5174bdaa0d
Spaces to tabs
2017-12-11 10:46:19 -05:00
David Carlier
a653d01ac8
Few code fixes since we re dealing with C++11
2017-12-09 07:55:30 +00:00
Michael Gregorius
3660ac9a6c
Revert "Fix a crash that occurs when library "KF5WidgetsAddons" cannot be loaded"
...
This reverts commit 17fb59cdeb . It's
reverted because it's already fixed in stable-1.2 and only need to be
merged.
2017-12-08 18:50:55 +01:00
Michael Gregorius
17fb59cdeb
Fix a crash that occurs when library "KF5WidgetsAddons" cannot be loaded
...
Add a check to see if the library "KF5WidgetsAddons" could be loaded and
return if that's not the case.
Also move a using declaration near the place where it is used first.
2017-12-07 18:55:40 +01:00
Oskar Wallgren
06c40fc821
Automation Editor - Straighten out draw line function ( #3997 )
...
Fixes:
AutomationEditor::drawLine(..) - quantize input
AutomationEditor::drawLine(..) - Adjust line level.
2017-12-06 06:18:38 +01:00
Tres Finocchiaro
260c1843dd
Fix typo from b6441b7
...
Closes #4039
2017-12-05 21:58:51 -05:00
Dan Williams
45d6b299ef
Fix a crash ( #4037 )
...
This code loads a Qt5 library, which will cause problems if done from a Qt4 application. If the application is Qt4 based we don't have a bug with kde changing the menus anyway, so we can skip this code.
2017-12-05 21:36:54 -05:00
Hussam Eddin Alhomsi
004da34942
Remove the "Empty project" message and allow exporting empty projects.
2017-12-05 13:20:20 +03:00
Hussam Eddin Alhomsi
2469851e6b
Allow exporting empty projects.
2017-12-04 14:43:13 +03:00
Hyunjin Song
dd4a73eb4b
Fix various bugs when using JACK ( #4005 )
...
* Fix crash on closing
* Fix audio rendering artifacts
* Make LMMS work properly after rendering
2017-12-03 11:27:49 +09:00
Tres Finocchiaro
d711b8b55e
Add Carla Support to AppImage ( #4026 )
...
Build AppImage with Carla support
* Disables HiDPI support in the AppImages
* Ignores deprecated jack usage
* Fix Carla compilation warnings
* Detects carla prefix in AppRun
2017-12-01 13:19:44 -05:00
Hyunjin Song
6cc118c259
Fix automation unit test for Qt4
...
Fixes failing Travis-CI build
2017-12-01 11:26:37 +09:00
Lukas W
d146308c02
Add more automation tests
...
See issue #3800 (Automations continue after the end of their TCOs) which
was fixed via #4012
2017-11-30 19:43:49 +01:00
Lukas W
ee9b593e26
Merge pull request #4012 from PhysSong/autoshrink
...
Handle shrank automation patterns correctly
2017-11-30 19:19:08 +01:00
Steffen Baranowsky
898e7999dc
fixes bug when changing value by double click on fader/knob ( #4018 )
2017-11-30 16:57:15 +01:00
Lukas W
03e9889605
Remove old CMake compat code
2017-11-29 17:33:18 +01:00
Lukas W
e735260d53
Merge pull request #3860 from PhysSong/unit-auto
...
Fix warning in automation unit test
2017-11-29 17:24:00 +01:00
Lukas W
7ae348eb10
Vst refactorings
2017-11-29 15:33:44 +01:00
Lukas W
a446775c80
VST: Fix Qt-embedded VSTs not always appearing
2017-11-29 15:33:36 +01:00
Lukas W
ae488b89cd
Fix VstEffect width issue
2017-11-29 14:44:53 +01:00
Hyunjin Song
6de7cb6a87
Fix song-editor regressions and BB-editor bugs from #3487 ( #4008 )
...
* Fix TCO copy with Ctrl + Dragging
* Fix text float display in song editor
* avoids override cursor in BBEditor for sampletracks at left side
2017-11-29 14:31:13 +09:00
Lukas W
4ff5eba0f9
Merge pull request #4010 from LMMS/fix/sendEvent-assert
...
Fix sendEvent assert
2017-11-27 20:43:02 +01:00
tresf
d0194e6c64
Bump Qt to 5.9.2
...
Closes #3925
2017-11-27 10:42:17 -05:00
Tres Finocchiaro
67231cbba0
Bump to exprtk submodule to latest ( #4013 )
2017-11-27 10:02:54 -05:00
Hyunin Song
72dcefc5f2
Handle shrinked automation patterns correctly
2017-11-26 21:04:06 +09:00
Lukas W
8c02495f27
Qt4 compat simplified
2017-11-25 15:25:32 +01:00
Lukas W
238d6b627c
CMake: Fix RemoteVstPlugin build when winebuild is not in PATH
2017-11-25 14:48:15 +01:00
Lukas W
7019cabb51
Merge branch 'stable-1.2' into fix/qt5-vst
2017-11-25 12:36:34 +01:00
Lukas W
46ef3c6a11
Fix rpmalloc debug build with GCC < 5
2017-11-25 12:09:10 +01:00
Lukas W
23cb3852ac
VstEmbed: Remove obsolete CMake flags
2017-11-24 15:39:53 +01:00
Lukas W
e95e3793b4
Merge pull request #3991 from PhysSong/fix/qt5-vst
...
Some fixes/enhancements for #3786
2017-11-24 14:40:24 +01:00
Lukas W
a96771bb2d
Add Q_OBJECT to FloatModel, IntModel, BoolModel
2017-11-24 13:48:36 +01:00
Lukas W
c9c22e4a0e
shared_object: Use deleteLater in unref for thread safety
...
This makes unref safe when it's not called from within the object's thread.
Fixes #4009
2017-11-24 13:30:15 +01:00
Lukas W
3d47344297
Travis: Enable Linux/Qt4 builds
2017-11-24 12:59:40 +01:00
Lukas W
a8aa3e153f
VST: Fix Qt4 compilation
2017-11-24 12:46:06 +01:00
Lukas W
aa1406bac9
Merge pull request #4000 from LMMS/fix/msvc
...
MSVC fixes
2017-11-24 11:58:12 +01:00
Oskar Wallgren
c6ae1dcba6
Automation Editor - delete automation point ( #3986 )
...
Fix regression from b68dc572a3
Let the right mouse button delete the automation point like before
and add the space above it too.
2017-11-24 05:38:47 +01:00
Hyunin Song
26b0f74130
Fix libgig install logic for packaging
2017-11-24 11:18:07 +09:00