tresf
d88902e95b
Fix rawwaves directory on Windows
...
Per #2577
2016-02-23 01:08:52 -05:00
Lukas W
eec6c5b4f0
Clean up some path separator mess
2016-02-19 12:04:36 +13:00
Tres Finocchiaro
1c0d329dfb
Bump version for 1.2 RC1
v1.1.90
2016-02-16 14:27:44 -05:00
Tres Finocchiaro
47606d7b31
Merge pull request #2497 from Fastigium/preview-fix
...
Fix crashes/hangs when previewing instrument presets
2016-02-16 14:24:49 -05:00
Fastigium
9d1867c7eb
Make Mixer::removePlayHandle check m_newPlayHandles, too
...
This fixes a problem where a PresetPreviewPlayHandle would be put in
m_newPlayHandles to be added, then "removed" before it was actually added,
leaving it dangling.
2016-02-16 19:23:17 +01:00
Fastigium
ca7c90a99c
Add mixer lock to EffectChain::clear to prevent a race condition
2016-02-16 19:23:17 +01:00
Fastigium
da8040764f
Require explicit types when removing PlayHandles in the Mixer
...
This fixes a few deadlocks where a PresetPreviewPlayHandle would be removed by
the creation of a new PresetPreviewPlayHandle.
2016-02-16 19:23:08 +01:00
Fastigium
87dce6d2f4
Make PresetPreviewPlayHandle thread affinity matter
2016-02-16 13:17:20 +01:00
Umcaruje
8841b89b6d
Merge pull request #2546 from Umcaruje/fixscrollbars
...
Fix inconsistent scrollbars
2016-02-15 01:38:07 +01:00
Umcaruje
cfd345ad20
Merge pull request #2554 from Umcaruje/themeablecolors
...
Get rid of hardcoded colors in the Piano Roll and Automation Editor
2016-02-15 01:35:41 +01:00
Umcaruje
5c602a3f97
Merge pull request #2542 from Umcaruje/fix2329
...
Make the instrument section of the sidebar themeable
2016-02-13 00:21:09 +01:00
Lukas W
b7d5b2ddf5
Fix #2558
2016-02-13 09:24:10 +13:00
Colin Wallace
3c9cefc6c1
Merge pull request #2553 from Umcaruje/volumevelocity
...
Rename note volume into note velocity
2016-02-11 15:59:43 -08:00
Oskar Wallgren
14046684a5
Merge pull request #2524 from zonkmachine/recentfilesonlyprojects
...
Some tweaks to the recent files list
2016-02-11 03:31:53 +01:00
Oskar Wallgren
3bbe0e3e15
Only lmms projects allowed in recent file list. Increase recent file memmory to 50
2016-02-11 03:12:12 +01:00
Lukas W
ca8f80d44f
Fix loading relative file path samples
...
Closes #2412
2016-02-11 11:58:42 +13:00
Raine M. Ekman
1290e33207
Merge pull request #2552 from michaelgregorius/lb303-deletion
...
Removes the project lb303 which seems to have been inactive since 2008 (fixes #2551 )
2016-02-09 14:42:42 +02:00
Umcaruje
2dd403e53b
Rename note volume into note velocity
2016-02-08 19:55:44 +01:00
Umcaruje
d52d7d9fb7
Get rid of hardcoded colors in the Piano Roll and Automation Editor
2016-02-08 19:44:50 +01:00
Oskar Wallgren
69ce296c5d
Merge pull request #2533 from zonkmachine/indentedmain
...
Fixed indentation
2016-02-08 07:01:52 +01:00
Colin Wallace
1c70319fc2
Merge pull request #2541 from Wallacoloo/piano-isXKey
...
Move isWhiteKey, isBlackKey into Piano.h
2016-02-07 15:58:58 -08:00
Michael Gregorius
1ff0650a0d
Removes the project lb303 which seems to have been inactive since 2008
...
According to the blame the project lb303 has been commented out from
CMakeLists.txt on 22.07.2008. Therefore it does not seem to be actively
maintained and is very likely to not even compile anymore.
2016-02-07 21:43:47 +01:00
Oskar Wallgren
76e690a1a0
Fixed indentation
2016-02-07 17:00:25 +01:00
Umcaruje
59f8fbd94b
Fix inconsistent scrollbars
2016-02-06 12:17:38 +01:00
Tres Finocchiaro
317cc74bac
Merge pull request #2545 from thothonegan/master-fix-qt5-needs-proper-linguist-tools
...
If using Qt5, use Qt5LinguistTools to locate lupdate/lrelease
2016-02-05 22:47:41 -05:00
Kenneth Perry (thothonegan)
45154d2e99
Require linguist tools on Travis Ubuntu
2016-02-05 15:08:12 -06:00
Kenneth Perry (thothonegan)
6228d9ae26
If using Qt5, use Qt5LinguistTools to locate lupdate/lrelease
2016-02-05 14:52:28 -06:00
Umcaruje
903e581180
Merge pull request #2544 from midi-pascal/master-2435
...
Update Triple oscillator French translation
2016-02-05 18:01:55 +01:00
midi-pascal
badb6c1ca9
Update French translation after fix of issue #2435
2016-02-05 11:41:25 -05:00
Umcaruje
8b73381517
Make the instrument section of the sidebar themeable
2016-02-05 01:34:51 +01:00
Colin Wallace
f78b6a682a
Merge pull request #2540 from Umcaruje/cssnotes
...
Make the note border radius themeable, fix rendering of notes and volume/pan sliders
2016-02-04 16:10:11 -08:00
Umcaruje
439ab30d51
Make the note border radius themeable, fix rendering of notes and volume/pan sliders
2016-02-04 23:51:47 +01:00
Colin Wallace
176e08047e
Rewrite Piano::isBlackKey for clarity
2016-02-03 18:53:05 -08:00
Colin Wallace
aa0f7a08d6
Move isWhiteKey, isBlackKey into Piano.h to make use of these functions in a wider scope
2016-02-03 18:46:59 -08:00
Umcaruje
1228de750f
Merge pull request #2530 from Umcaruje/fixbarbreak
...
Fix bar display breaking at 999
2016-02-03 13:37:28 +01:00
Colin Wallace
32cbef46bc
Merge pull request #2538 from softrabbit/aboutdialog_selection
...
AboutDialog: make version line selectable
2016-02-02 23:46:08 +00:00
Tres Finocchiaro
87e46d2ed1
Merge pull request #2522 from Umcaruje/fix2503
...
Fix incorrect UI for Automation Track on Mac OS X
2016-02-02 11:29:11 -05:00
Umcaruje
8b7c295fc0
Fix incorrect UI for Automation Track on Mac OS X
2016-02-02 11:51:03 +01:00
Raine M. Ekman
d3ff3897a0
AboutDialog: make version line selectable
2016-02-02 09:15:47 +02:00
Tres Finocchiaro
e03eb1ce05
Merge pull request #2532 from Umcaruje/settingbutton
...
Fix bad button position in setup dialog, make the SetupDialog fixed size and EffectDialog resizeable
2016-02-01 22:34:01 -05:00
Tres Finocchiaro
7c42823d9a
Merge pull request #2526 from Umcaruje/fixyears
...
Fix outdated copyright info, fix license not showing in the about dialog
2016-02-01 21:27:04 -05:00
Tres Finocchiaro
5e3b26e690
Merge pull request #2527 from Umcaruje/fix2435
...
Fix TripleOscillator modulation popups
2016-02-01 21:18:21 -05:00
Umcaruje
3ffa8ac8f5
Fix outdated copyright info, fix license not showing in the about dialog
2016-02-01 22:52:17 +01:00
Umcaruje
de5ee5d8a3
Fix TripleOscillator modulation popups
2016-02-01 22:48:05 +01:00
Umcaruje
216143a8f5
Fix bad button position in setup dialog, make the SetupDialog fixed size and EffectDialog resizeable
2016-02-01 21:21:46 +01:00
Umcaruje
72915b7ace
Fix bar display breaking at 999
2016-01-29 15:26:34 +01:00
Umcaruje
f528e3d400
Merge pull request #2521 from StCyr/StCyr_issue_2519
...
Fixed 2 French translations that prevent the display of the "MIDI" and "MISC" tabs (issue 2519)
2016-01-28 22:21:50 +01:00
Oskar Wallgren
3c7c49f01e
Merge pull request #2520 from zonkmachine/beatNoteColour
...
Fix colour of selected beat notes in Piano Roll
2016-01-28 18:05:59 +01:00
Cyrille Bollu
64efd68bfd
Fixed a French translation that prevented the display of the "MIDI" and "MISC" tabs (issue 2519)
2016-01-27 17:03:46 +01:00
Oskar Wallgren
5b804821fb
Fix colour of selected beat notes in Piano Roll
2016-01-27 08:39:33 +01:00