8tab
3dad5f2940
fixed code formatting
2014-01-25 21:31:55 +01:00
8tab
592adf19e1
fixed some errors from static analyzer
2014-01-25 21:04:07 +01:00
Tobias Doerffel
1f35143927
Fader: fixed drawing of peaks
...
As the fader background graphics recently have changed, the code for
drawing the peaks had to be fixed as well.
2014-01-25 20:49:02 +01:00
Tobias Doerffel
628ec62ee8
Merge pull request #149 from diizy/stable-0.4
...
Final UI updates
2014-01-25 11:17:03 -08:00
Tobias Doerffel
8b4e2fc216
Merge pull request #145 from wongcc966422/ghostPeakController
...
Fixes Ghost Peak Controller Bug
2014-01-25 11:13:13 -08:00
Vesa
8a508eff27
Graphics tweaks here and there. Lots of palette adjustments, rest of the most important icons done. CPULoad widget fix to allow transparent background without glitching.
2014-01-25 17:40:21 +02:00
Vesa
84926cae4c
Oscilloscope, tripleosc gfx fix
2014-01-25 17:40:21 +02:00
Wong Cho Ching
6cda610f48
Fixes build issue
2014-01-25 22:49:41 +08:00
Lukas W
4d306c3855
Fix mismatched delete
...
delete was called on memory allocated with malloc() which results in
undefined behaviour. Fixed by using free() instead of delete.
2014-01-25 14:40:09 +01:00
Tobias Doerffel
e95d32ed67
Merge pull request #137 from Lukas-W/stable-0.4-iss130
...
Issue #130 : Controllers Naming: Prevent duplicate names
2014-01-24 16:34:45 -08:00
Tobias Doerffel
ec45c381c3
Renamed instrument function classes and instances
...
Arpeggiator got InstrumentFunctionArpeggio and ChordCreator got
InstrumentFunctionNoteStacking. All related views and instances have
been renamed for better consistency.
2014-01-25 01:27:28 +01:00
Tobias Doerffel
c6b7ccd9f7
InstrumentFunctionViews: manage widgets using layouts
2014-01-25 01:10:47 +01:00
Tobias Doerffel
ddf63cb924
ComboBox: added sizeHint() + coding style
2014-01-25 01:10:09 +01:00
Tobias Doerffel
c12afd53d5
FileDialog: added music folder and working directory to sidebar
2014-01-25 00:05:16 +01:00
Tobias Doerffel
7b4aaa6dfa
Merge pull request #98 from Lukas-W/stable-0.4-iss90
...
Update file open/save dialogs
2014-01-24 14:56:23 -08:00
Tobias Doerffel
84b3c5b8df
Merge pull request #127 from wongcc966422/LFOBitinvaderVibedCustomWaveforms
...
Make LFO controller, Bit Invader and Vibed accept custom waveforms
2014-01-24 14:56:04 -08:00
Tobias Doerffel
e6338c9583
Merge pull request #125 from wongcc966422/timelineDoc
...
Loop marker: Changed tooltip text.
2014-01-24 14:54:31 -08:00
Lukas W
2aeecda9ad
Controllers Naming: Prevent duplicate names
...
For this, iterate through all given names and use the next name that's available.
2014-01-24 23:54:21 +01:00
Tobias Doerffel
37b6393893
Merge pull request #132 from Lukas-W/stable-0.4
...
Update about window
2014-01-24 14:54:03 -08:00
Lukas W
4200662e98
Plugin browser: Sort plugins by display name
2014-01-24 22:38:11 +01:00
Lukas W
da65f629e2
#67 : Add list of all committers to about window
2014-01-24 19:28:18 +01:00
Lukas W
e94cec5ffc
About window: Update copyright year to 2014
2014-01-24 19:28:18 +01:00
Lukas W
453290f1b9
About window: Make homepage link clickable
2014-01-24 19:28:18 +01:00
Wong Cho Ching
b7e6200433
Fixes Ghost Peak Controller Bug https://github.com/LMMS/lmms/issues/115
2014-01-25 01:56:44 +08:00
Wong Cho Ching
9237a1d015
Tooltip: Changed tooltip text of LFOControllDialog of custom waveform
2014-01-24 23:10:18 +08:00
Wong Cho Ching
c45aafc748
Make LFO controller accept custom waveforms
2014-01-24 22:55:32 +08:00
Lukas W
84a6d0bf02
Add "Save as new version" action to project menu
...
Use Shortcut Ctrl+Alt+S. Part of issue #86
2014-01-24 15:45:13 +01:00
Lukas W
5c186eba0e
Add new class VersionedSaveDialog
...
A file save dialog (inherits FileDialog) that provides buttons to
increment or decrement a version which is appended to the file name.
(e.g. "MyProject-01.mmpz")
2014-01-24 15:37:41 +01:00
Lukas W
2e7bfe17e6
Update code to use FileInfo instead of QFileInfo
...
Also removed all blocks similar to
```
#if QT_VERSION >= 0x040806
filedialog.setOption( QFileDialog::DontUseCustomDirectoryIcons );
#endif
```
as this now takes place in the new subclass's constructor.
2014-01-24 15:37:41 +01:00
Lukas W
0bbfd907ae
MainWindow: Moved FileDialog to own subclass
2014-01-24 15:37:26 +01:00
wongcc966422
b136eee573
Update timeline.cpp
2014-01-24 19:26:34 +08:00
Wong Cho Ching
3b8214bab8
Loop marker: Changed tooltip text.
2014-01-24 18:39:00 +08:00
Vesa
772491b9fb
Revert knob dots, make knob arc use palette, remove bb-editor image... bye bye TR-808 :(
2014-01-24 01:58:51 +02:00
Tobias Doerffel
39922df115
EnvelopeAndLfoParameters: added center values for amount models
2014-01-24 00:16:32 +01:00
Tobias Doerffel
7c1baa016f
Knob: draw arc + arc background for all unstyled knobs
2014-01-24 00:16:02 +01:00
Tobias Doerffel
e9347ade61
InstrumentTrack: set center values for pitch and panning
2014-01-23 23:36:32 +01:00
Tobias Doerffel
f2bfa3b4d2
Knob: draw arc around knob
...
Initial work on improved knob usability by drawing an arc around knob
indicating current state as well.
2014-01-23 23:35:44 +01:00
Tobias Doerffel
5540a356f7
AutomatableModel: added centerValue property
...
The optional centerValue property can be used by views to display the
center somehow. It defaults to minimum value.
2014-01-23 23:35:26 +01:00
Tobias Doerffel
4e69e05a7d
Integrated new splash screen
...
Also removed ugly code for displaying translucent splash images.
2014-01-23 22:33:34 +01:00
Hannu Haahti
e453b38d02
increase detuning interval to 0.5 semitones
2014-01-23 19:21:10 +02:00
Andrew Kelley
52d4f0fd3f
fix all warnings and add -Werror
2014-01-22 22:09:36 -05:00
Tobias Doerffel
3a53473d10
Timeline: use right click + shift to move left loop point
...
Moving the left loop point is now possible using right click + shift
instead of the middle mouse button (which is difficult on laptops).
Furthermore some coding style improvements.
Closes #81 .
2014-01-22 23:15:53 +01:00
Tobias Doerffel
12149d5089
LedCheckBox: fixed label alignment
...
After switching to wide rectangular LED pixmaps and increasing the font
size we need to adjust aligment of label.
2014-01-22 23:02:51 +01:00
Tobias Doerffel
8ecaef1f30
InstrumentSoundShapingView: shorter label for filter frequency knob
2014-01-22 22:57:29 +01:00
Tobias Doerffel
68fd7edfd8
InstrumentTrack: shorter label for FX channel spinbox
2014-01-22 22:57:19 +01:00
Tobias Doerffel
aaad405f99
UI: increased font sizes
...
As texts were not readable on high resolution screens the font size for
many widgets has been changed.
Closes #82 .
2014-01-22 22:55:20 +01:00
Tobias Doerffel
27fab982ec
Merge pull request #104 from diizy/stable-0.4
...
Lots of UI stuff again
2014-01-22 13:09:20 -08:00
Tobias Doerffel
4ca85d8d87
AudioJack: replaced old Uint32 type
2014-01-22 22:03:56 +01:00
Tobias Doerffel
2dc02001b7
Instrument: also render sound for MIDI-based instruments when muted
...
In order to provide smooth muting functionality (i.e. immediate proper
sound when unmuting) always render audio buffers for MIDI-based
instruments. This is more important than potentially reduced CPU usage
while muted.
Closes #69 .
2014-01-22 21:55:33 +01:00
Vesa
322e44f907
More new icons, triple osc artwork, scrollbars, etc.
2014-01-22 22:36:55 +02:00