Kenneth Perry (thothonegan)
6228d9ae26
If using Qt5, use Qt5LinguistTools to locate lupdate/lrelease
2016-02-05 14:52:28 -06: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
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
Umcaruje
3ffa8ac8f5
Fix outdated copyright info, fix license not showing in the about dialog
2016-02-01 22:52:17 +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
Oskar Wallgren
5b804821fb
Fix colour of selected beat notes in Piano Roll
2016-01-27 08:39:33 +01:00
Tres Finocchiaro
d30a7df965
Merge pull request #2176 from zonkmachine/recoverFileFix
...
Recover file work over
2016-01-19 08:37:22 -05:00
Oskar Wallgren
9e8020719c
Recovery file fixes
2016-01-19 14:04:08 +01:00
follower
18d81ac831
Fix "associted"/"associated" typo
...
This will presumably also affect the translation files. (But I'm making this change within the GitHub editor which provides no easy way to do a 17 file search and replace. :) )
2016-01-11 09:31:29 +13:00
Tres Finocchiaro
baaed6a301
Merge pull request #2118 from Wallacoloo/engine-rename-min
...
Temporary workaround for ZynAddSubFx name clashes
2015-12-30 02:40:55 -05:00
Colin Wallace
c519921306
Rename Engine to LmmsCore, but typedef'd as Engine to prevent name conflicts with ZASFx
...
Document the Engine renaming better & link to relevant issues/PRs
2015-12-29 23:29:35 -08:00
Tres Finocchiaro
a9c9fbfbc2
Remove RegExp for "Add Effect" dialog
...
Closes #2495
2015-12-28 21:09:51 -05:00
Raine M. Ekman
3a3af4ce6b
Don't remove controller just to be sure before adding it in
...
Song::restoreControllerStates, Song::addController handles double adds.
Fixes #2318
2015-11-22 21:43:00 +02:00
Tres Finocchiaro
3e03e716ff
Merge pull request #2442 from tresf/grid
...
Remove hard-coded grid from SongEditor
2015-11-13 21:46:59 -05:00
Tres Finocchiaro
aaa798c746
Remove hard-coded grid from SongEditor
2015-11-13 21:21:19 -05:00
M374LX
ccb2f73dc0
Fix "Dummy" actually using ALSA
2015-11-11 22:55:18 -02:00
Lukas W
2284a8c353
Merge pull request #2433 from LMMS/ladspa-dirs
...
Fix ladspa plugin discovery
2015-11-04 09:14:04 +01:00
Lukas W
6d888fd61b
Fix deadlock in InstrumentTrack::play
...
Closes #2378
2015-11-04 01:03:41 +01:00
Lukas W
8b65ae37b4
ConfigManager: Move plugin:ladspa init to LadspaManager
2015-11-03 20:43:01 +01:00
Lukas W
45cafd3f60
Fix ladspa plugin discovery
2015-10-30 22:53:28 +01:00
Lukas W
38bcc73f1c
Revert "Find relative LADSPA plugins when running from build"
...
This reverts commit 37a2252236 .
2015-10-30 22:20:59 +01:00
Tres Finocchiaro
48ea02bf24
Merge pull request #2205 from tresf/master
...
Windows MSYS build support
2015-10-30 17:17:26 -04:00
Tres Finocchiaro
e13c186c88
Merge pull request #2430 from tresf/ladspafix
...
Find relative LADSPA plugins when running from build
2015-10-30 17:16:18 -04:00
tresf
a7f8251f4b
Initial changes for MSYS support
2015-10-30 17:05:26 -04:00
Tres Finocchiaro
3f6e406eb6
Fix double click to open BBEditor PianoRoll
...
Fixes #2431
2015-10-30 16:44:14 -04:00
Tres Finocchiaro
37a2252236
Find relative LADSPA plugins when running from build
...
Related #2426 #2270 #2428
2015-10-30 14:56:14 -04:00
Tres Finocchiaro
c98b6339cd
Merge pull request #2386 from Wallacoloo/bb-editor-name
...
Revert partial 'B+B Editor' -> 'Pattern Editor' rename
2015-10-30 14:11:02 -04:00
Tres Finocchiaro
9bd4c4f522
Merge pull request #2408 from grejppi/master-remove-effect-check
...
EffectChain: check if effect exists before removing
2015-10-26 14:49:41 -04:00
Hannu Haahti
0b6280d632
EffectChain: check if effect exists before removing
...
Resolves #2407 .
2015-10-26 20:45:30 +02:00
grejppi
7316ae966a
Merge pull request #2410 from michaelgregorius/2409-LFO-leftovers
...
Removes existing controllers from the view when a new project is created
2015-10-12 21:16:01 +03:00
Michael Gregorius
3878fe580d
Removes existing controllers from the view when a new project is created
...
Fixes #2409 .
2015-10-12 19:49:55 +02:00
Michael Gregorius
cb6b3bd906
Removes an unnecessary warning in MemoryManager::free
...
Removes the warning "MemoryManager: Null pointer deallocation attempted"
from MemoryManager. The warning does not make sense because
deallocations of null pointers are ok in C++.
Fixes #2023 .
2015-10-10 22:08:31 +02:00
Colin Wallace
3a8f491ddb
Merge pull request #2394 from M374LX/decouple-mixer-visualization
...
Partially decouple VisualizationWidget from Mixer
2015-10-05 05:18:41 +00:00
Colin Wallace
fb46bfc753
Merge pull request #2383 from M374LX/audiobuffercontainer
...
Move Mixer::clearAudioBuffer() to BufferManager
2015-10-02 18:14:27 +00:00
M374LX
12e2da9b44
Remove unused Mixer::m_workingBuf
2015-09-30 23:00:06 -03:00
M374LX
5489040f20
Partially decouple Mixer from VisualizationWidget
2015-09-30 22:38:10 -03:00
Colin Wallace
fbd3d5bb0f
Revert partial 'B+B Editor' -> 'Pattern Editor' rename
2015-09-28 14:31:53 -07:00
Alexandre Almeida
d66bd0a63c
Fix comment typo
2015-09-27 18:45:52 -03:00
Colin Wallace
ab64c67da4
Merge pull request #2385 from M374LX/mixercleanup
...
Mixer cleanup
2015-09-27 21:22:27 +00:00
M374LX
efb1a4fdf3
Mixer cleanup
2015-09-27 17:11:52 -03:00
M374LX
e801384eed
Move Mixer::clearAudioBuffer() to BufferManager
2015-09-27 00:36:17 -03:00
Michael Gregorius
596a41d143
Disables the context menu of the tool bars ( fixes #2379 )
2015-09-25 16:48:29 +02:00
Ben Bryan
8fe3f17058
Add functionality to allow feature mentioned in #2193 .
...
Fix declaration of return value.
Add mapping and new menu option for octave-marking of semitones.
Finish switch case for add/remove multiple octave semitones.
Fix segfault due to illogical access using iterators from one collection on another.
Make loop more succinct.
Move PianoRoll::getAllOctavesForKey method to private access.
2015-09-24 01:12:17 -05:00