Colin Wallace
9b6aaf058e
Use OS-default shortcuts where applicable, but ensure both ctrl+y and ctrl+shift+z activate redo
2015-04-28 04:11:00 +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
6c615dbcd4
Merge pull request #2021 from tresf/master
...
Minor formatting fixes in ConfigManager
2015-04-27 17:35:49 +00:00
Tres Finocchiaro
3eafcd0a58
Merge pull request #2020 from tresf/master
...
Remove Win32 GetSpecialFolderPath ; fix windows builds
2015-04-27 16:45:13 +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
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
Tres Finocchiaro
b6643f83d4
Merge pull request #2010 from Wallacoloo/issue-1905
...
Fix behavior of shift+dragging note ends
2015-04-27 00:26:03 +00:00
Vesa
d4ab23efef
Merge branch 'stable-1.1'
...
Conflicts:
.travis.yml
CMakeLists.txt
plugins/stk/mallets/mallets.cpp
plugins/vst_base/CMakeLists.txt
2015-04-26 16:59:01 +03:00
Colin Wallace
fd8123488a
fix behavior of shift+dragging note ends (issue #1905 )
2015-04-26 03:58:12 +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
Colin Wallace
960c05bb32
Fix plurality of 'recently opened project'
2015-04-25 03:18:38 +00:00
Tres Finocchiaro
c57ba1b22c
Merge pull request #1998 from tresf/master
...
Load file names with utf chars
2015-04-24 12:56:24 +00:00
Tres Finocchiaro
48291a871e
Minor formatting fixes ConfigManager dialog.
...
- Changed format to match that of surrounding code
- Removed unecessary QDir() usage
- Re-introduce `fromLocal8Bit`
2015-04-21 19:31:34 -04:00
Tres Finocchiaro
b19a9dc903
Remove Win32 SHGetKnownFolderPath; fix windows builds
...
Due to an upstream bug, mingw has issues building with shlobj.h. This work-around fixes #1952 by falling back to a `getenv()` approach.
2015-04-21 18:09:50 -04:00
Tres Finocchiaro
13f7065b46
Load all file names with utf chars
...
Fixes #1995
2015-04-21 16:40:58 -04:00
Colin Wallace
85b6a92460
Display the 'muted' attribute as "mute" to match the wording of "solo"
2015-04-21 19:12:29 +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
Tres Finocchiaro
f869b35217
Merge pull request #1985 from michaelgregorius/EffectSelectDialog
...
Show native plugin info in the effect selection dialog
2015-04-20 14:23:33 +00:00
Tres Finocchiaro
fa2cd22e5b
Merge pull request #1980 from Wallacoloo/mixer-insert
...
Add <Insert> keyboard shortcut to create a new FX channel
2015-04-20 04:46:58 +00:00
Tres Finocchiaro
ad9fe1e27a
Merge pull request #1989 from Wallacoloo/lfo-controller-dialog-cleanup
...
Remove unused var CF_LFO_GRAPH_X and outdated commented-out code
2015-04-20 04:43:22 +00:00
Colin Wallace
954a61f0fc
Remove unused var CF_LFO_GRAPH_X and outdated commented-out code
2015-04-20 03:47:49 +00:00
Colin Wallace
f12fa52a69
remove unused vars: TRACK_OP_BTN_(WIDTH|HEIGHT)
2015-04-20 03:37:55 +00:00
Colin Wallace
92d8950fd3
Remove unused m_instrumentTrack variable
2015-04-20 03:17:11 +00:00
Colin Wallace
75dd6fa3e7
Change new mixer channel shortcut to shift+insert
2015-04-20 03:06:41 +00:00
Michael Gregorius
70b063ba05
Show native plugin info in the effect selection dialog
...
The effect selection dialog now also shows the information for the native
plugins. This included name, description, author as well as the plugin
icon.
Also removed the group box with the title "Plugin description" because
it should be rather obvious to the user that further information about
the plugin is shown. This removes some clutter from the dialog.
2015-04-19 22:02:13 +02:00
Colin Wallace
d146e6fb4a
Add <Insert> keyboard shortcut to create a new FX channel
2015-04-18 22:22:35 +00:00
Colin Wallace
a27bf57d48
Fix typo in initialization progress message
2015-04-18 21:20:22 +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
435a15d8bf
Merge pull request #1938 from softrabbit/view_menu_note_names
...
View menu: added toggle for piano roll note labels
2015-04-17 21:27:39 +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
Tres Finocchiaro
7c523e6325
Merge pull request #1874 from M374LX/pianoroll-refactor
...
PianoRoll::mouseReleaseEvent() refactoring
2015-04-17 19:03:49 +00:00
Colin Wallace
7e1e506109
Add ctrl+shift+a to deselect all notes in piano roll ( #1488 )
2015-04-15 23:18:57 +00:00
Tres Finocchiaro
bf8eeaa9f8
Merge pull request #1933 from softrabbit/issue1325
...
StringPairDrag: encode data as UTF-8 instead of Latin-1.
2015-04-15 13:09:21 +00: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
Colin Wallace
3c76c4975b
Properly initialize Knob lineWidth
2015-04-10 23:29:18 +00:00
Raine M. Ekman
c56ebb2e48
View menu: Removed unnecessary ternary operators
2015-04-08 12:16:45 +03:00
Raine M. Ekman
d87a39d432
View menu: added toggle for piano roll note labels
2015-04-07 21:52:56 +03:00
Dave French
ef1ab88342
Removed Duplicate Entries in the File Browser
...
4206705ed2 #1611 Improve search field ,
was incorrectly adding the files twice.
this rectifies my mistake.
2015-04-07 06:44:15 +01:00
Raine M. Ekman
c3687199ea
StringPairDrag: encode data as UTF-8 instead of Latin-1.
...
Encoding Unicode data, like QStrings, as Latin-1 loses information.
UTF-8 is a better fit.
2015-04-06 21:44:57 +03:00
Colin Wallace
44c42d9d38
Provide status messages on splash screen when loading ( #1696 )
2015-04-02 08:23:14 +00:00
Colin Wallace
6e8e696d3e
Fix for #1907 - inconsistent clamping behavior in automation editor
2015-03-30 22:12:48 +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