Michael Gregorius
cbf4e59691
Yet another tab correction
...
The wrong settings concerning tabs in QtCreator lead to bad display of
the code in other editors.
2015-05-04 19:37:54 +02: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
Tres Finocchiaro
9f95c041b6
Merge pull request #1987 from Wallacoloo/instrument-nav-btns
...
Add instrument switcher buttons to InstrumentTrackWindow
2015-05-02 00:29:56 -04:00
Colin Wallace
26fc16b78b
Implementation of next & previous instrument buttons in InstrumentTrackWindow
2015-05-02 02:09:57 +00:00
Tres Finocchiaro
9888cb9069
Merge pull request #2024 from Wallacoloo/browser-ctrl-f
...
Add ctrl+f shortcut to FileBrowser & default focus to filter widget when opened
2015-04-29 00:01:12 -04:00
Colin Wallace
c8a0d51a43
revert changes that caused FileBrowsers to steal focus when opened
2015-04-29 02:06:44 +00:00
Colin Wallace
fe3ca6aa76
Use QKeySequence::Find in place of Ctrl+F
2015-04-29 01:53:34 +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
c35cfd2672
Merge pull request #2022 from Wallacoloo/os-shortcuts
...
Use OS-default shortcuts where applicable
2015-04-28 04:50:07 +00:00
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
c9c26b1c69
Merge pull request #1975 from curlymorphic/delaywhine
...
Delay and Flanger, removed noise from delay when automating length
2015-04-27 19:20:10 +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
Tres Finocchiaro
a618f59418
Merge pull request #2017 from Wallacoloo/rm-song-playtrack
...
Remove unused code in Song.cpp
2015-04-27 12:46:50 +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
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
61c29ada2a
fix merge oops
2015-04-26 17:07:27 +03: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
Tres Finocchiaro
bbbe27d874
Merge pull request #2008 from Wallacoloo/recently-opened-project-typo
...
Fix plurality of 'recently opened project'
2015-04-26 12:37:49 +00: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
478bbbd4d0
Merge pull request #1984 from michaelgregorius/1981-midicrash
...
Might fix 1981 ("Midi Import crash in master branch")
2015-04-24 18:49:26 +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
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
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
Tres Finocchiaro
e96dff375b
Merge pull request #1999 from Wallacoloo/muted-text
...
Display the 'muted' attribute as "mute" to match the wording of "solo"
2015-04-21 20:22:46 +00:00
Colin Wallace
85b6a92460
Display the 'muted' attribute as "mute" to match the wording of "solo"
2015-04-21 19:12:29 +00:00
Michael Gregorius
2d909462b6
Improved debugging output for unhandled MIDI data
...
Print as much debug info as possible for unhandled data.
2015-04-20 19:52:44 +02: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
Tres Finocchiaro
3910629fc5
Merge pull request #1990 from Wallacoloo/track-unused-vars
...
remove unused vars: TRACK_OP_BTN_(WIDTH|HEIGHT)
2015-04-20 04:42:00 +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
Tres Finocchiaro
8849c11b0a
Merge pull request #1979 from curlymorphic/remotecc
...
ZynSubAddFx routed all MIDI cc messages to channel 0
2015-04-20 01:39:55 +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