Colin Wallace
c112e50ddd
Removed legacy friend declarations
2015-06-18 03:23:43 +00: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
Lukas W
44f8b24fb3
Merge branch 'stable-1.1'
...
# Conflicts:
# include/PianoRoll.h
# src/gui/editors/PianoRoll.cpp
2015-06-15 10:11:53 +02:00
Lukas W
8b9868e0e5
Merge branch 'cmake_dist'
...
# Conflicts:
# src/gui/FileBrowser.cpp
2015-06-14 21:38:12 +02:00
Lukas W
422fbbc8d3
Merge branch 'master' into cmake_dist
...
# Conflicts:
# include/ConfigManager.h
# include/Engine.h
# plugins/CMakeLists.txt
# plugins/vst_base/CMakeLists.txt
# plugins/vst_base/Win64/CMakeLists.txt
# src/core/Engine.cpp
2015-05-30 22:59:06 +02:00
Colin Wallace
12f299bb9e
Reorder Editor/Song destruction order to prevent bad memory accesses (issue #2015 )
2015-05-12 18:56:58 +00:00
Michael Gregorius
3e72793465
Fixes the wrong tab spacing for #2028
2015-05-03 22:19:42 +02:00
Michael Gregorius
53f5ef1980
Solves issue #2028 (Slow MIDI import due to repeated message)
...
AutomationPattern::addObject now returns a boolean which indicates
whether the object was added or not. This change enables the removal of
the error message that is shown in the case that a model is already
connected from AutomationPattern::addObject. Instead all interactive
callers now check for the return value and show the message in case it
is needed.
This change set improves the import of MIDI files significantly. These
have been slowed down quite a lot due to the message being shown
repeatedly during the MIDI import.
2015-05-03 19:22:47 +02:00
Colin Wallace
26fc16b78b
Implementation of next & previous instrument buttons in InstrumentTrackWindow
2015-05-02 02:09:57 +00:00
Steffen Baranowsky
aaed66eceb
Add a focusOutEvent to PianoRoll as fix for Issue #1866
2015-04-29 14:11:37 +02:00
Colin Wallace
c8a0d51a43
revert changes that caused FileBrowsers to steal focus when opened
2015-04-29 02:06:44 +00:00
Colin Wallace
616de244cc
add ctrl+f shortcut to FileBrowser & default focus to filter widget when opened
2015-04-28 07:08:35 +00:00
Tres Finocchiaro
6428c7a9c8
Merge pull request #1915 from Wallacoloo/master
...
Provide status messages on splash screen when loading (#1696 )
2015-04-27 18:40:36 +00:00
Tres Finocchiaro
df9a1537b3
Merge pull request #2009 from Wallacoloo/undo-redo-greyout
...
Grey out edit->undo/redo actions if there's nothing left to undo/redo
2015-04-27 18:17:42 +00:00
Tres Finocchiaro
bdf7cce0d6
Merge pull request #2018 from softrabbit/denormal_refactor
...
Denormal protection refactoring
2015-04-27 12:54:47 +00:00
Raine M. Ekman
cb89750915
...and add the new denormals.h file too.
2015-04-27 13:04:26 +03:00
Raine M. Ekman
dc67449175
Move the denormal protection routine to one place instead of 3
2015-04-27 13:02:07 +03:00
Colin Wallace
57cdfe1b66
Remove unused Mode_PlayTrack and m_trackToPlay
2015-04-27 06:33:22 +00:00
Colin Wallace
d9c2be73fa
Remove unused function Song::playTrack
2015-04-27 06:24:47 +00:00
Colin Wallace
035f48fb1d
Grey out edit->undo/redo actions if there's nothing left to undo/redo
2015-04-25 22:15:12 +00:00
Tres Finocchiaro
3189354760
Merge pull request #1928 from curlymorphic/1927
...
Model::isValueChanged correctly returns if sample exactness is used.
2015-04-24 12:55:43 +00:00
Tres Finocchiaro
35b357f3ce
Merge pull request #1988 from Wallacoloo/iph-unused-var
...
Remove unused m_instrumentTrack variable
2015-04-20 14:40:40 +00:00
Tres Finocchiaro
6e68eca6f8
Merge pull request #1704 from badosu/fix-cloned-track-position
...
Fix cloned track position
2015-04-20 14:30:09 +00:00
Colin Wallace
92d8950fd3
Remove unused m_instrumentTrack variable
2015-04-20 03:17:11 +00:00
Colin Wallace
382aec66f3
Give focus to the PianoRoll widget when its window is opened
2015-04-18 21:10:10 +00:00
Tres Finocchiaro
a8da58ec21
Merge pull request #1884 from M374LX/songcomments
...
Song::processNextBuffer() - add more comments and rename variables
2015-04-17 19:48:32 +00:00
Tres Finocchiaro
ec2368fc5e
Merge pull request #1678 from badosu/fix-moving-channels-segfault
...
Fix segfault when moving channels
2015-04-17 19:41:49 +00:00
Dave French
e4a4dfd036
rebase of pr 1822 build fixes for freebsd
...
simply copied and pasted the changes from pr#1822
2015-04-14 20:00:55 +01:00
Tres Finocchiaro
d516c74b73
Merge pull request #1908 from curlymorphic/pathDialog
...
Re organizing of the user LMMS directory
2015-04-13 21:21:05 +00:00
Dave French
589cd4fb59
Model::isValueChanged correctly returns if sample exactness is used.
...
The introduction of sample exactness introduced a bug, if The value was
changed using sample exactness Model::isValueChanged was incorectly returning
false.
This bug has shown its self in the BassBooster plugin.
2015-04-05 13:42:09 +01:00
Colin Wallace
44c42d9d38
Provide status messages on splash screen when loading ( #1696 )
2015-04-02 08:23:14 +00:00
Dave French
54ddfd3a2b
Config manager. added a userVstDir function
...
Added a userVstDir function for consistancy
use the userVstDir() function to create new folder
2015-03-30 18:59:54 +01:00
Dave French
9516b7cf0e
Added user Vst and ladspa folders
...
the user vst folder nowbecome the default vstfolder. this is configurable
in the setup dialog.
The user ladspa folder is added to the list of folder to search
2015-03-27 15:19:57 +00:00
Dave French
345e05831d
Change the location of the default template directory
...
Changed the location from lmms/projects/templates to
lmms/templates. This new location is used for loading and saving
of the default tempate default.mpt
2015-03-27 13:45:43 +00:00
Dave French
7335b98fdb
Create User project template folder and default project template.
...
During the creation of the user directories, added the creation of
the projects/templates directory.
When creating a new song, if there is no default template create one.
2015-03-27 13:28:47 +00:00
Dave French
d9995f5548
Add default path for SF2
...
added a default path for sf
create folder
add folder to setup dialog
sf player now uses this location
2015-03-27 12:45:40 +00:00
Dave French
2271af81c4
Added a Gig directory to user lmms folder
...
Added option to set gig folder in setup dialog
Gig player now opens at this location
2015-03-27 12:45:40 +00:00
Dave French
8dfa2cf7d0
Reorganised the paths dialog
...
Wrapped the path selection widgets in a Scroll Area, to allow for
the addition of addition paths.
Where multipue paths are allowed the icon has been changed to refect this.
Reordered the list.
2015-03-27 12:45:40 +00:00
Lukas W
e0f077ba02
Merge branch 'master' into cmake_dist
...
# Conflicts:
# include/Plugin.h
# src/core/Plugin.cpp
2015-03-21 11:53:00 +01:00
Vesa V
de9f879dde
Merge pull request #1804 from badosu/multiple-volume-changes
...
Change behaviour for changing volume/pan on Piano
2015-03-19 19:12:28 +02:00
Alexandre Almeida
bf13859601
Remove unused variable
2015-03-18 22:57:27 -03:00
Tres Finocchiaro
7676878c19
Merge pull request #1844 from curlymorphic/i457
...
Added option to duplicate first bar, in BBEditor
2015-03-12 05:17:08 +00:00
Dave French
ca414dab10
Added option to duplicate first bar, in BBEditor
...
Added a new button to the action bar, using step_btn_duplicate.png
The new button, aswell as adding a bar to the patten, then
copies the first bar to the last.
fixes #457
BBEditor Duplicate Pattern. updated image, changed function name
Have updated the new image step_button_duplicate.png
Renamed the function from duplicateFirstBarAtEnd to duplicateSteps.
BBEditor renamed function duplicateSteps
renamed duplicateSteps() to cloneSteps() as requested
BBEditor rechange duplicateSteps to cloneSteps
BB Editor changed actionBtn text from duplicate to clone
2015-03-11 21:50:44 +00:00
Christopher L. Simons
95c7d72a90
Added 'bool stopPlayback' parameter to MainWindow::mayChangeProject() to preserve old behavior outside of 'Open project dialog' case; fixes #1384
2015-03-10 07:41:13 -04:00
Dave French
f310a4066f
Commented DataFile::validate in headder
2015-03-08 16:43:28 +00:00
Dave French
ad9dfd853d
Begginings of XML validation
2015-03-08 16:43:28 +00:00
Dave French
7037faedd3
Added Checking of filetypes from the xml. Added a static function fileTypeFromData to the DataFile class. This opens the given file and checks the xml for its file type, as oposed to relying on the file extension
2015-03-08 16:43:28 +00:00
Amadeus Folego
33893e51c4
Move cloned tracks under the original
2015-03-07 12:00:20 -03:00
Amadeus Folego
8e9d902fa0
Refactor moving track views up and down
2015-03-07 11:58:30 -03:00