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
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
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
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
Tres Finocchiaro
67231cbba0
Bump to exprtk submodule to latest ( #4013 )
2017-11-27 10:02:54 -05: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
aa1406bac9
Merge pull request #4000 from LMMS/fix/msvc
...
MSVC fixes
2017-11-24 11:58:12 +01:00
Hyunin Song
26b0f74130
Fix libgig install logic for packaging
2017-11-24 11:18:07 +09:00
Hyunin Song
90b1fb57f0
Merge brnach 'stable-1.2'
2017-11-24 09:56:08 +09:00
Lukas W
7fdbcc3c71
Xpressive: Fix Clang patch on macOS
2017-11-23 15:05:01 +01:00
Léo Andrès
79e4775cd3
Fix CMake warning ( #4002 )
2017-11-22 18:01:05 -05:00
Lukas W
3c9a1bbe5e
Fix Clang compilation with gig
2017-11-22 20:38:10 +01:00
Lukas W
1531fb9e1a
MSVC: Fix include, fix GNU compiler flag
2017-11-22 17:57:42 +01:00
Lukas W
8f3ab4b1b0
Merge branch 'master' into fix/msvc
...
# Conflicts:
# plugins/LadspaEffect/CMakeLists.txt
# plugins/Xpressive/Xpressive.cpp
# plugins/opl2/CMakeLists.txt
# plugins/papu/CMakeLists.txt
# plugins/xpressive/CMakeLists.txt
# src/CMakeLists.txt
2017-11-22 17:34:22 +01:00
Lukas W
852708863a
Fix Linux compilation issues caused by MSVC fixes
2017-11-22 16:36:51 +01:00
Lukas W
313d43bc16
MSVC: Show compiler version in AboutDialog
...
Make AboutDialog support MSVC compiler info so we can use a screenshot of
it to brag with on #devtalk
2017-11-22 13:54:19 +01:00
Lukas W
95c0538d1c
MSVC: Fix plugins not loading with debug builds
...
The "d" suffix used in debug builds breaks plugin loading because LMMS
expects to find a descriptor named e.g. "kickerd_plugin_descriptor" instead
of "kicker_plugin_descriptor" when discovering a plugin with the filename
"kickerd.dll".
2017-11-22 13:52:31 +01:00
Lukas W
6224e5ed6b
MSVC: Various fixes
...
* CMake
* Compiler flags fixes
* Don't strip
* Fix default template argument errors
* Fix VLAs. MSVC doesn't support C99, so Variable-Length-Arrays are not
available. Use QVarLengthArray instead.
2017-11-22 13:49:57 +01:00
Lukas W
3d2062392d
MSVC: Blacklist unsupported plugins
2017-11-22 11:51:37 +01:00
Lukas W
ba2ed12f05
MSVC: EXPORT macro fixes
2017-11-22 11:08:47 +01:00
Oskar Wallgren
55076d0bb0
Unsolo mixer channels on delete ( #3982 )
...
If a mixer channel is soloed when it's deleted the other channels are left in the
state their in which is, for the most part, muted. Solve this by clearing mixer
channels on delete.
2017-11-21 20:56:54 +01:00
Tres Finocchiaro
d634ed344f
Various CheckSubmodules fixes ( #3996 )
...
Various CheckSubmodules fixes
Closes #3992 , #3993 , #3994
2017-11-20 23:42:52 -05:00
Hyunjin Song
514ae34df3
Fix automation pattern regressions ( #3977 )
...
Change the default value of ignoreSurroundingPoints in AutomationPattern::putValue to true, which was false in #3352 .
Fixes automation filpping bug and some potential issues.
2017-11-19 10:50:22 +09:00
Oskar Wallgren
3de3ea6b16
Revert accidental submodule changes
2017-11-18 16:30:00 +01:00
Oskar Wallgren
b68dc572a3
Automtion Editor - left click response
...
When you left click an existing value the automation point will only
snap to the new value if it is higher. If it is lower the mouse click
event will 'break'.
Cleanup. Remove statement that will always evaluate as 'true'.
2017-11-18 15:04:20 +01:00
tresf
5e2c105d5b
Fix CheckSubmodules.cmake
2017-11-17 09:51:56 -05:00
Tres Finocchiaro
5aa713d5a6
Switch weakjack to submodule
2017-11-17 09:51:56 -05:00
Hussam Eddin Alhomsi
e8debf9015
Fix horizontal track resizing.
...
Fixes a regression from PR #3878 that broke horizontal track resizing.
2017-11-17 10:31:59 +03:00
Tres Finocchiaro
c102fa8ab4
Switch tap to submodule
2017-11-16 22:23:00 -05:00
Tres Finocchiaro
d63cfe0980
Bump veal submodule
2017-11-16 22:16:00 -05:00
tresf
d393bdc36d
Coerce XML files to C
2017-11-16 21:12:47 -05:00
tresf
44a704cfe7
Move swh to submodule
2017-11-16 21:12:47 -05:00
Oskar Wallgren
01265ace66
Default project when cancelling project loading ( #3941 )
...
Default project when cancelling project loading
If a user isn't aware that the loading of a project has been
cancelled, it may be in an incomplete state. Saving such a project
will overwrite the original file and result in data loss. This is
solved by loading the default project on cancelling project loading.
Add Mixer::clearNewPlayHandles() to prevent crash when cancelling
loading of a single streamed instrument.
2017-11-17 02:03:49 +01:00
Hussam Eddin Alhomsi
aad98d7405
Remove useless code from the about & export dialogs.
...
A follow-up to PR #3826 .
2017-11-16 15:28:35 +03:00
Tres Finocchiaro
0dab4aea06
Use CMake to fetch submodules
...
Custom CMake module which attempts to automatically clone submodules when they're missing. Uses the `--depth` option if supported, which should be faster than running `--recursive` on initial clone.
2017-11-15 14:23:04 -05:00
Hyunjin Song
601046aa03
Fix CAPS plugin build with some compilers ( #3972 )
2017-11-15 10:18:03 -05:00
François Mazen
0f7d192681
Replace int by int32_t in aeffectx.h structures ( #3094 )
...
* Replace int by int32_t in aeffectx.h structures to ensure that size does not vary with platform or compiler.
* Add missing header in aeffectx.h
2017-11-15 01:57:14 -05:00
Steffen Baranowsky
6289071bcd
adds doxygen documentation to SubWindow.cpp ( #3450 )
...
Doxygen documentation for SubWindow.cpp
2017-11-15 00:15:01 -05:00
Levin Oehlmann
918f449eb3
UI: New behavior for the Plugin Browser ( #3773 )
...
Remove widget resizing altogether, display plugin info in tooltip instead
2017-11-15 00:08:48 -05:00
Hussam Eddin Alhomsi
548baa50a0
About dialog & export dialog improvements. ( #3826 )
...
* Improve appearance of about dialog, export dialog
* Cleanup code comments/formatting
2017-11-14 23:59:14 -05:00
Hyunjin Song
57de274fe8
Fix time display ( #3711 )
...
Make Bar:Beat:Tick / Min:Sec:Msec agree with playhead
2017-11-14 23:42:26 -05:00
Hussam Eddin Alhomsi
c9e5d3aef5
Restrict playing notes on the keyboard of the Piano Roll editor to left-clicks. ( #3771 )
...
Restrict playing notes on the keyboard of the Piano Roll editor to left-clicks
2017-11-14 23:31:39 -05:00
Hussam Eddin Alhomsi
6f305a6308
Track operations fixes and other stuff. ( #3878 )
2017-11-14 23:30:17 -05:00
Tres Finocchiaro
77b4985a2d
Enable sf3 extension ( #3895 )
...
Add sf3 file extension, move `sf2` to `soundfonts`.
2017-11-14 21:59:58 -05:00
Tres Finocchiaro
de98781df4
Use "soundfonts" folder, not "sf2"
2017-11-14 21:55:25 -05:00
Tres Finocchiaro
28a4eb27f2
Patch exprtk on Clang ( #3971 )
2017-11-14 01:28:38 -05:00