Colin Wallace
620b3d9ef1
Merge pull request #2189 from Wallacoloo/upgrade_refactor
...
Separate DataFile::Upgrade into smaller functions
2015-07-19 14:36:04 -07:00
Colin Wallace
6267e8d0d5
Merge pull request #2188 from Wallacoloo/rm-deprecated-b64
...
Remove deprecated base64::encode(QVariant) version
2015-07-19 14:34:03 -07:00
Colin Wallace
5db57282da
Merge pull request #2187 from Wallacoloo/git-2186
...
Fixes #2186 ; double-clicking the Fx Channel selector will show Mixer window if hidden
2015-07-19 14:32:31 -07:00
Colin Wallace
e71f5bbfce
Merge pull request #2195 from zonkmachine/missingparenthesis
...
Fix typo
2015-07-19 11:10:07 -07:00
Oskar Wallgren
f832217393
Stop lupdate from complaining
2015-07-19 18:10:57 +02:00
Dave French
367fbe8733
The ConfigManager was Incorrectly loading Ladspa plugin folder.
...
The default Ladspa plugin folder was incorrect under linux
This pull request fixes this.
Setting Dialog, Ladspa Directory Added leading /
Added a leading / to the lmms/ladspa plugin
Clean the path using QDir::cleanPath()
2015-07-18 07:46:43 +01:00
Colin Wallace
2175a47849
Separate DataFile::Upgrade into smaller functions
2015-07-15 04:11:01 +00:00
Colin Wallace
9840050ae7
Remove deprecated base64::encode(QVariant) version
2015-07-15 03:39:58 +00:00
Colin Wallace
be02fb8576
Fixes #2186 ; double-clicking the Fx Channel selector will show Mixer window if hidden
2015-07-15 03:04:01 +00:00
Colin Wallace
acf6393e70
Merge pull request #2182 from zonkmachine/hideRecoverInRecent
...
Hide recover.mmp in Recent files
2015-07-13 19:38:14 -07:00
Colin Wallace
1002fd60f0
Merge pull request #2139 from Wallacoloo/git-2138
...
Export percentage calculation now takes into account loop markers when necessary
2015-07-13 19:12:56 -07:00
Colin Wallace
7786fb1902
Merge pull request #2181 from michaelgregorius/2172-mouse-over-quickfix
...
Quick fix for #2172 ("mouse-over readout in fx-mixer")
2015-07-13 19:12:21 -07:00
Colin Wallace
d4e578080b
Merge pull request #2150 from Wallacoloo/SampleBufferCleanup
...
Fix deadlock in SampleBuffer
2015-07-13 19:02:23 -07:00
Colin Wallace
ffba37c7f2
Export percentage calc now takes considers loop markers as necessary
2015-07-14 01:53:47 +00:00
Colin Wallace
03a94a1d5c
Remove old debugging statements - fixes #2183
2015-07-12 22:58:25 +00:00
Oskar Wallgren
9f78fa594a
Hide recover.mmp in Recent files
2015-07-12 18:36:13 +02:00
Michael Gregorius
6634313014
Quick fix for #2172
...
The tool tip for the FxLine now shows the name of the channel.
2015-07-12 17:14:03 +02:00
Colin Wallace
3ff55d755c
Merge pull request #2151 from Wallacoloo/lockingfixes
...
Fix race condition in TrackContainer::removeTrack
2015-07-11 19:37:18 -07:00
Colin Wallace
468ccb49c1
Merge pull request #2166 from michaelgregorius/2164-volume-slider-broken
...
Fixes #2164
2015-07-06 13:38:43 -07:00
Colin Wallace
812444a5ac
Merge pull request #2165 from zonkmachine/openRecentFix
...
Recent file menu fixes
2015-07-06 13:16:51 -07:00
Michael Gregorius
e3c645ec53
Fixes #2164
...
The master volume float was not updated when the master volume was
chamged using the mouse wheel. This commit fixes that problem.
2015-07-06 21:52:25 +02:00
Colin Wallace
3e8169de72
Merge pull request #2152 from Wallacoloo/MidiAlsaSeqFormatting
...
Fix bad tab-fomatting in MidiAlsaSeq.cpp
2015-07-06 11:09:47 -07:00
Oskar Wallgren
6888952fec
recent files hide missing
2015-07-06 19:06:46 +02:00
Colin Wallace
a91e7f72db
Merge pull request #2160 from Wallacoloo/ConfigManagerFormattingFix
...
Fix formatting in ConfigManager.cpp
2015-07-04 22:56:39 -07:00
Colin Wallace
7b4946f79d
Fix tabbing mistakes
2015-07-04 22:57:28 +00:00
Colin Wallace
ccc84494fd
Merge pull request #2126 from Wallacoloo/MidiTimeRefactor
...
Refactor MidiTime implementation
2015-07-04 15:52:29 -07:00
Colin Wallace
474b78cdf5
Fix bad tabbing
2015-07-03 04:19:35 +00:00
Colin Wallace
314623c157
fix race condition in TrackContainer::removeTrack
2015-07-03 03:48:49 +00:00
Colin Wallace
7eed8c63b4
fix atrocious formatting
2015-07-03 02:34:48 +00:00
Colin Wallace
d805302f06
Fix deadlock & use QWrite/ReadLockers instead of manually managing locks
2015-07-03 02:20:12 +00:00
Colin Wallace
122204e06b
Merge pull request #2146 from michaelgregorius/2144-TrackNameInPianoRoll
...
Fixes #2144 ("Track name not shown in PianoRoll titlebar")
2015-07-01 20:23:08 -07:00
Michael Gregorius
a98534ac46
Fixes #2144 ("Track name not shown in PianoRoll titlebar")
...
Moves the code that sets the window title from
PianoRoll::setCurrentPattern to PianoRollWindow::setCurrentPattern which
is the widget that corresponds to the MDI window.
2015-07-01 23:39:51 +02:00
Colin Wallace
ebcc837b99
Merge pull request #2127 from Wallacoloo/FxMixer_friends
...
Enforce tighter permissions in FxMixer
2015-06-29 18:46:51 -07:00
Colin Wallace
de7ad76de6
Merge pull request #2103 from Wallacoloo/git-2087b
...
Fix for #2087 : Issues with saving projects in X11 when one subwindow is maximized
2015-06-29 18:37:56 -07:00
Colin Wallace
16d782c1d9
Move MidiTime implementation into .cpp file
2015-06-28 19:25:24 +00:00
Oskar Wallgren
31e9ce2922
Update knob after changing response 'lin/log'
2015-06-25 00:09:08 +02:00
Colin Wallace
ce7c9a5b8c
Merge pull request #2111 from Wallacoloo/git-2110
...
Fix wording inconsistency in View menu (~~Show/Hide~~ Controller Rack)
2015-06-22 19:11:08 -07:00
Colin Wallace
2e010141ad
Remove FxMixer friendship privileges from FxMixerView and MixerWorkerThread
2015-06-22 03:01:49 +00:00
Colin Wallace
18e1d69cac
Offload most Midi processing from Song into MidiTime class
2015-06-22 00:53:24 +00:00
Colin Wallace
335b1c1c75
const-correctness for Song::getPlayPos()
2015-06-22 00:15:30 +00:00
Lukas W
31368699ec
Merge pull request #2108 from LMMS/travis-qt5
...
Travis QT5
2015-06-21 16:22:27 +02:00
Lukas W
8b0b2df38e
Fix compilation for Qt 5.0
2015-06-21 15:41:26 +02:00
Colin Wallace
707c9cbb87
Put opening brace on its own line
2015-06-20 23:12:22 +00:00
Colin Wallace
9c392e918c
Merge pull request #2119 from ThomasJClark/master
...
Check for valid pattern when focussing out pianoroll
2015-06-20 16:10:48 -07:00
Colin Wallace
dad4e8ef10
Merge pull request #2105 from Wallacoloo/doc_typos
...
Correct filenames within documentation strings
2015-06-20 15:28:55 -07:00
Thomas Clark
cdeba9c651
Check for valid pattern when focussing out pianoroll
...
This prevents a segmentation fault when closing an empty piano roll,
fixing issue #2050 .
2015-06-19 21:21:38 -04:00
Colin Wallace
71389bfc5a
Fix wording consistency in View menu (~~Show/Hide~~ Controller Rack)
2015-06-17 02:54:25 +00:00
Lukas W
4d4f0ed438
CMake proper version comparison
2015-06-16 16:55:38 +02:00
Lukas W
ca746e50f9
Merge pull request #2106 from Wallacoloo/remove-hasGUI
...
Replace 'Engine::hasGUI()' with 'gui != nullptr'
2015-06-16 14:26:08 +02:00
Colin Wallace
860d419c14
Replace 'Engine::hasGUI()' with 'gui != nullptr'
2015-06-16 05:40:05 +00:00