Lukas W
7b5084c53b
Merge pull request #1690 from curlymorphic/821
...
Renamed parameters on selectRegionFromPixels
2015-01-26 14:17:25 +01:00
Dave French
cebf8bfd59
Renamed parameters on selectRegionFromPixels
2015-01-25 20:37:00 +00:00
Lukas W
0e778d042b
Merge pull request #1674 from curlymorphic/i446
...
Proposed fix for 446, select notes in piano roll using timeline
2015-01-24 11:19:58 +01:00
Dave French
e2a2d27bba
446 change parameter names
2015-01-24 06:30:23 +00:00
Amadeus Folego
e91991216d
Fix segfault when moving channels
...
This commit addresses a lot of issues, namely:
1. When the "Move left/right" action was selected on a mixer channel
menu sometimes it would segfault due to the fxline object being
deleted before it returned to a method inside itself
2. The Fader was declaring a new variable for the model whereas it
should used the inherited model from FloatModelView < AutomatableModelView
3. Some methods were doing more things than they should be and
performing unnecessary actions. A little cleanup/refactor was made
Please notice that a bug of the same class as the one referred at point 1
still exists: clicking on "Remove channel". This commit does not
addresses this issue.
Fixes #1584
2015-01-23 05:35:59 -02:00
Dave French
dfbbcfd38b
1416 tidy up
2015-01-23 02:38:17 +00:00
Dave French
c201a41c05
Proposed fix 1416 Drag-and-drop of automatables to Automation Editor
2015-01-23 02:16:30 +00:00
Dave French
2be8eaa4db
Proposed fix for 446, select notes in piano roll using timeline
2015-01-22 20:16:00 +00:00
Lukas W
df9d495571
Some #include cleanups
2015-01-22 16:28:41 +01:00
Lukas W
ebd531e69f
Merge pull request #1652 from curlymorphic/821
...
proposed fix 821 Range-select in Song Editor
2015-01-22 13:16:40 +01:00
Lukas W
d41d816b57
Merge pull request #1661 from teeberg/style
...
Work on codestyle and readability
2015-01-21 14:19:45 +01:00
Lukas W
d6ff1a7086
Fix BB Editor project load
...
Closes #1621
2015-01-21 13:33:57 +01:00
Dave French
1cf9300f72
821 changed to use sockets/ slots
2015-01-21 11:55:30 +00:00
Jonas Trappenberg
52ec4722fb
Add explanation to acronym variable
2015-01-20 20:37:58 -08:00
Jonas Trappenberg
deb3e45791
More code style fixes
2015-01-20 20:26:33 -08:00
Jonas Trappenberg
8c76af1806
Remove premature optimization in float comparison
2015-01-20 20:26:11 -08:00
Jonas Trappenberg
71bab17233
Work on codestyle and readability
2015-01-19 19:54:06 -08:00
Alexandre
2834bd17f4
Coding conventions update
2015-01-20 00:00:58 -02:00
Alexandre Almeida
2e7732a7f5
Update ProjectVersion.h
2015-01-19 23:20:54 -02:00
Alexandre Almeida
38799f80af
Update Plugin.h
2015-01-19 23:19:18 -02:00
Alexandre Almeida
4d6d937cf2
Update Timeline.h
2015-01-19 23:18:30 -02:00
Alexandre Almeida
77ceda9385
Update Song.h
2015-01-19 23:16:41 -02:00
Alexandre Almeida
c398769020
Update coding conventions
2015-01-19 23:11:02 -02:00
Alexandre Almeida
d04076f44d
Update coding conventions on Note.h
2015-01-19 23:08:19 -02:00
Daniel Winzen
a3e5a65957
Fix SongEditorWindow resize when a project loads
2015-01-19 15:32:16 +01:00
Dave French
b3d943920c
proposed fix 821 Range-select in Song Editor
2015-01-18 19:16:43 +00:00
Tres Finocchiaro
57876fead2
Merge pull request #1611 from curlymorphic/i760
...
Proposed fix 760 Improve search field
2015-01-15 15:03:43 -05:00
Lukas W
ebf68d57a9
ProjectVersion: Some refactoring
2015-01-15 17:27:58 +01:00
Lukas W
a18f86bde7
ProjectVersion: Clean up a bit, add a test
2015-01-15 17:27:58 +01:00
Lukas W
a52e4724cf
Some small SongEditor fixes
2015-01-15 17:27:57 +01:00
Jonas Trappenberg
7f38a51f9d
Merge remote-tracking branch 'upstream/master'
2015-01-14 21:07:36 -08:00
Lukas W
030292cbad
Merge pull request #1582 from tresf/master
...
ProjectVersion: Expose major/minor/release/build info
2015-01-14 20:26:43 +01:00
Jonas Trappenberg
d27d43ac42
Merge remote-tracking branch 'upstream/master'
2015-01-13 21:36:41 -08:00
Tres Finocchiaro
697fc4dd0f
Fix typo in comments
2015-01-13 11:50:11 -05:00
Tres Finocchiaro
17f32f344f
Better switching of comparators, char[] constructor
2015-01-13 11:38:17 -05:00
Tres Finocchiaro
260694077d
Misc ProjectVersion improvments
2015-01-13 11:35:46 -05:00
Lukas W
f640769ff0
SongEditor and BBEditor: Accept drops in toolbar
2015-01-13 17:29:19 +01:00
Jonas Trappenberg
ddfc3b3ee3
Remove redundant switch breaks.
2015-01-12 20:33:03 -08:00
Tres Finocchiaro
6e899d3993
Merge pull request #1572 from badosu/assign-instrument-to-fx-channel
...
Add "Assign to FX Channel" context button to track
2015-01-12 22:02:31 -05:00
Amadeus Folego
2eb420cb92
Add "Assign to FX Channel" context button to track
2015-01-13 00:45:48 -02:00
Tres Finocchiaro
21f5bb0b93
Merge pull request #1525 from badosu/show-errors-on-cli
...
[WIP] Refactor errors notification system
2015-01-12 21:45:23 -05:00
Amadeus Folego
edebf5d7da
Refactor loading song errors notification
2015-01-13 00:18:36 -02:00
Amadeus Folego
3dd1da4e25
Collect effects errors to show on summary window
2015-01-12 23:51:32 -02:00
Lee Avital
7da4efda0f
Implement 1429 -- move to next and previous pattern
2015-01-12 20:28:13 -05:00
Dave French
4206705ed2
Proposed fix 760 Improve search field
2015-01-12 22:10:15 +00:00
Lukas W
30bc86e2e7
Fix opening automation patterns per context menu
2015-01-12 22:45:47 +01:00
Tres Finocchiaro
8e5af67ec0
Fix typo in .cpp, remove unecessary changes
2015-01-12 01:00:02 -05:00
Tres Finocchiaro
300e44620a
Remove address for CompareType
2015-01-12 00:38:17 -05:00
Tres Finocchiaro
a363e7a16a
More comparitors
2015-01-12 00:22:50 -05:00
Tres Finocchiaro
23ed8673c1
Merge pull request #1597 from curlymorphic/i1345
...
updated 1345 Exclude tracks from master pitch
2015-01-11 18:49:32 -05:00