Yann Collette
72e194044d
update fr translation
2014-06-09 11:08:26 +02:00
Vesa
2fa7892542
Use QBrush instead of QColor on some theme properties
...
Apparently, we can use QBrush -typed properties in the CSS. This just never occured to me before!
So, this has several benefits. A QColor property only allows a singular RGB value, but a QBrush allows the same plus also qgradients, RGBA-colours and maybe even bitmap patterns. So I'm changing some properties to QBrush, where it makes sense to allow this additional functionality - no need to enable it for simple things like text colours or such.
- Song editor background: instead of the earlier hack with 7 qproperties just to set a limited background gradient, we can use only 2 properties and allow much more flexibility with Qt's own qgradient syntax
- Automation editor: background, graph colour, and the sidebar colour - @musikBear recently complained not seeing the grid through the graph, so transparency can help there, and qlineargradients in the graph can produce very cool visual effects. Grid is pointless to change, it should stay single-colour for now.
- Piano roll: here, I only made the background use QBrush - we don't really have much else here that can utilize QBrush, the notes have their own gradient system... maybe the 2nd colour of the note gradient could be customizable though.
There are probably more places where this change makes sense...
2014-06-08 18:06:09 +03:00
Tobias Doerffel
96da8717f3
Merge pull request #802 from zonkmachine/random-wave-icon
...
Random wave icon
2014-06-04 09:34:06 +02:00
Oskar Wallgren
a61d0284f2
Fix Instrument LFO, random wave icon
2014-06-02 04:01:27 +02:00
Tobias Doerffel
a2e61a7a08
Merge pull request #789 from diizy/pianoroll
...
PianoRoll: CSS stylability, mousewheel improvements
2014-05-31 15:12:07 +02:00
Vesa
7a19654ab9
AutomationEditor - fix previous
2014-05-31 04:05:58 +03:00
Vesa
310ac28009
AutomationEditor: CSS stylability
2014-05-31 03:32:55 +03:00
Vesa
f43678cbae
PianoRoll: CSS stylability
...
Most parts of piano roll are now stylable:
- background color
- note color
- bar color (for volume bars)
- grid color
2014-05-30 23:00:20 +03:00
Vesa
8bb5733ee5
Nes: Fix previous - forgot to add new models to load/save funcs
2014-05-29 22:57:14 +03:00
Vesa
50c5b0db03
Nes: added pitch sweep for noise channel, freq.quantize mode (constrain frequencies to preset values when using note frequency)
...
Also added a handful of neat presets that mimick Nes sound effects
2014-05-29 22:48:13 +03:00
Tobias Doerffel
1567bd8d09
Merge pull request #752 from tresf/master
...
Drag-and-drop support for VST, SF2
2014-05-26 10:28:44 +02:00
Tobias Doerffel
54531f5144
Merge pull request #761 from zonkmachine/random-wave-2
...
Random wave for instrument plugin LFO
2014-05-26 10:26:09 +02:00
Vesa
592b4aeb1a
New NES instrument
2014-05-26 03:24:36 +03:00
Oskar Wallgren
85c02cddfe
Random wave first commit, pixmap button defect
2014-05-22 07:17:55 +02:00
Tres Finocchiaro
71f6b1b205
Drag-and-drop support for VST, SF2
2014-05-21 16:39:02 -04:00
Vesa
2ff70e6aba
Kicker: new UI / graphics, also some additions:
...
- Envelope length is now temposyncable and has higher maximum
- Distortion is divided to start/end knobs for a simple distortion envelope
- Everything backwards compatible
2014-05-16 15:48:36 +03:00
Tobias Doerffel
28cf4a5f8d
Merge remote-tracking branch 'origin/stable-1.0'
...
Conflicts:
CMakeLists.txt
data/CMakeLists.txt
include/SampleBuffer.h
plugins/CMakeLists.txt
plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.cpp
src/core/SampleBuffer.cpp
2014-05-12 21:57:10 +02:00
Tobias Doerffel
25204abdab
Merge remote-tracking branch 'tresf/stable-1.0' into stable-1.0
...
Conflicts:
plugins/opl2/fmopl.c
2014-05-08 21:53:03 +02:00
Tres Finocchiaro
e979ac06c5
Update lmms.plist.in
2014-05-07 19:06:40 -07:00
Tres Finocchiaro
52e76c66b4
Update lmms.plist.in
2014-05-07 13:50:45 -07:00
Tres Finocchiaro
26a48e1c3a
Update lmms.plist.in
2014-05-07 13:26:04 -07:00
Tres Finocchiaro
3e2fea65dc
Apple mimetype support
2014-05-07 13:12:07 -07:00
Tobias Doerffel
b9d51f0a40
Merge pull request #685 from tresf/stable-1.0
...
SWH Clang Fixes, Apple Installer Fixes
2014-05-06 09:39:22 +02:00
Tres Finocchiaro
1c4ab566d9
Fix "No documents could be created" when opening (Apple)
2014-05-05 21:51:46 -07:00
Tres Finocchiaro
a88b89682a
Apple Bundle Fix : Move Info.plist task to /data
...
Also ADD_SUBDIRECTORY /data/scripts for recent Apple Installer changes.
2014-05-05 09:48:22 -04:00
Tres Finocchiaro
6b5f3565d8
Apple Bundle Fix : Move tasks from / to /data/scripts
2014-05-05 09:47:06 -04:00
Tres Finocchiaro
ca778dd487
Apple DMG Fix : Fix %VARS% for DMG Script
2014-05-05 09:45:32 -04:00
Tres Finocchiaro
bc81274fa8
Apple Bundle Fix : Allow %VARS% for Bundle Script
2014-05-05 09:45:01 -04:00
Vesa
62068684c2
Fix to previous - use value<float>() instead of making an unnecessary new function... also accidentally didn't upload the new image last time
2014-05-04 22:54:06 +03:00
Tres Finocchiaro
42f7a5fb1e
Apple Bundle Fix
2014-05-04 00:36:33 -07:00
Tres Finocchiaro
1be0823f5b
Apple Bundle Fix
2014-05-04 00:12:22 -07:00
Tres Finocchiaro
bca86d9c1a
Apple Bundle fixes
2014-05-04 01:10:52 -04:00
Tres Finocchiaro
3d274078ce
New Info.plist resource for Apple Bundle
2014-05-04 00:49:54 -04:00
Tres Finocchiaro
de89f683af
Rename apple scripts for automatic configure
...
Renamed from create_apple_x.sh to create_apple_x.sh.in
Changed vars to use CMake @PARAMS@
2014-05-04 00:46:26 -04:00
Tres Finocchiaro
d0c072b372
Copy project.icns to Resources directory
2014-05-01 19:48:16 -07:00
Tres Finocchiaro
2835c99783
Mimetype icon, Apple formatted
2014-05-01 22:44:25 -04:00
Tres Finocchiaro
8fb260317b
Create mimetype for mmp,mmpz
...
Using Info.plist, register the mmp and mmpz mimetypes with the LMMS application.
2014-05-01 19:37:37 -07:00
Tres Finocchiaro
6191a64325
Remove Content/bin directory from .app
...
Fixes "..LMMS.app/Contents/bin" directory not empty message which occasionally occurs when bin has hidden OS X files in it.
2014-04-30 10:22:55 -07:00
Vesa
dce6a26eb3
Organic: update artwork, add harmonic knobs to control harmonic of each oscillator
2014-04-29 20:13:05 +03:00
Umcaruje
e9d31d6f8d
Fixed broken delay/reverb on various presets
2014-04-27 23:38:58 +02:00
Vesa
9b9e175925
BandLimitedWave: provide wavetables as pre-generated "bin" files, these will be installed under datadir/wavetables
...
The runtime-generation is still there as a fallback, and the file generation code is left in as commented-out, because
it might be needed in the future
2014-04-25 19:17:41 +03:00
Tobias Doerffel
cf35a58629
Merge pull request #638 from tresf/stable-1.0
...
STK Mallet support (Apple)
2014-04-24 09:11:45 +02:00
Tres Finocchiaro
53e67bae00
Copy rawwaves to Apple bundle
2014-04-23 20:33:19 -07:00
Tobias Doerffel
8ca38c4b48
Merge remote-tracking branch 'origin/stable-1.0'
2014-04-22 19:22:40 +02:00
Tobias Doerffel
a6937d4021
Merge remote-tracking branch 'origin/stable-1.0'
2014-04-22 11:09:20 +02:00
ra
01d611db6b
+.qm +1tw.
2014-04-20 19:28:07 +04:00
ra
43f2090b67
more tweaks
2014-04-20 18:03:26 +04:00
ra
389405b90d
new .qm if needed
2014-04-19 16:06:03 +04:00
Ra
3d2020555b
Update ru.ts
2014-04-19 15:40:08 +04:00
ra
ceefef8029
new translation ru
2014-04-19 15:26:59 +04:00