Tres Finocchiaro
ae67c792fe
Remove inline function declaration for Apple
...
Typo :)
2014-05-03 09:30:15 -07:00
Tres Finocchiaro
19130e5fce
Apple specific build path
...
Remove another offending inline function declaration for Apple compat.
2014-05-03 09:00:32 -07:00
Tres Finocchiaro
3d95f82f30
Remove inline function recursion for Apple
...
q_sort is an inline function which recurses upon itself. Some compilers such as MSVC limit this which can be overridden with a parameter. Since I could find no such parameter for clang, this #IFDEF allows the sifter plugin to compile successfully.
If this approach has negative side effects, it should only affect apple. If there's a better approach to this, please reject the pull request and submit your own.
2014-05-02 14:01:59 -07:00
Tres Finocchiaro
96e41491ad
Fix incorrect C99 loop declaration
2014-05-02 10:51:42 -07:00
Tres Finocchiaro
a5d773cfce
Re-enabled SWH for Apple
2014-05-01 22:15:23 -07:00
Tres Finocchiaro
e2c3e65767
Clang comp. fix unnecessary else
2014-05-01 22:13:14 -07: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
6a0952dc34
Add LADSPA default path for Apple
2014-04-30 10:49:07 -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
Tres Finocchiaro
53e67bae00
Copy rawwaves to Apple bundle
2014-04-23 20:33:19 -07:00
Tres Finocchiaro
ec708aa967
Update config_mgr.cpp
2014-04-23 20:31:02 -07:00
Tres Finocchiaro
85fbffb947
Fix relative path for stk rawwaves on OSX
2014-04-23 20:28:37 -07:00
Tres Finocchiaro
a3dca970bc
Renamed to fix country designation bug
2014-04-12 22:19:14 -04:00
Tres Finocchiaro
c8b243f49b
Updated Portugese by Esteban Viveros
...
Second translation attempt.
2014-04-12 21:30:16 -04:00
Tres Finocchiaro
6b7d833215
Delete pt_br.qm
2014-04-12 21:23:08 -04:00
Tres Finocchiaro
e7ebca02c7
Update #2 by Esteban Viveros
2014-04-12 21:16:47 -04:00
Tres Finocchiaro
fea7510f09
Brazilian Portuguese release translation file (QM)
...
The TS file is the "source", the QM file is the "binary".
2014-04-11 23:13:34 -04:00
Tres Finocchiaro
b5fff0e230
Delete pt_br.qm
2014-04-11 23:06:58 -04:00
Tres Finocchiaro
6d9c8c0f3b
Portuguese translation by Esteban Viveros
2014-04-11 09:04:36 -04:00
Tres Finocchiaro
1ac0c51744
Force white QLabels per #527
...
#527
2014-04-02 00:55:58 -04:00
Tres Finocchiaro
63e8f7e2b1
Update create_apple_dmg.sh
2014-04-02 00:42:11 -04:00
Tres Finocchiaro
7539791d13
Echo comment to drag/drop dmg script to terminal
2014-04-01 20:12:27 -07:00
Tres Finocchiaro
4bfb989151
Replaced SET(LIBRARY_PATH) with LINK_DIRECTORIES
2014-04-01 20:07:44 -07:00
Tres Finocchiaro
77b2261630
Added custom target, build and src variables
2014-04-01 19:04:59 -07:00
Tres Finocchiaro
7f5b2f0a3d
Change to single-line echos for Info.plist
2014-04-01 18:57:19 -07:00
Tres Finocchiaro
b5ea738a45
Fix #include <QtXml> on Apple/MacPorts
2014-04-01 14:20:02 -07:00
Tres Finocchiaro
7782c3ad38
Clang comp. fix, out.real()+= syntax error
2014-04-01 14:12:40 -07:00
Tres Finocchiaro
7669a1612f
Added isnan(), etc declarations for Apple
2014-04-01 14:09:32 -07:00
Tres Finocchiaro
ec32ce10fa
Omit OpulenZ plugin directory on Apple
2014-04-01 13:03:09 -07:00
Tres Finocchiaro
6bce7abc40
Added Apple specific compile options
2014-04-01 15:40:44 -04:00
Tres Finocchiaro
46c1cbc85f
Added Apple specific packaging/installation scripts
2014-04-01 13:10:55 -04:00
Tres Finocchiaro
93689f758f
Added Apple specific artwork
2014-04-01 13:03:35 -04:00
Tobias Doerffel
1adbac9009
Song: revert accidental change
2014-03-30 12:27:23 +02:00
Tobias Doerffel
445bdb69e3
Song: cleanup and coding style improvements
2014-03-30 12:21:37 +02:00
Tobias Doerffel
f0b6d34b3a
Removed old ChangeLog
2014-03-26 11:06:24 +01:00
Tobias Doerffel
1b08cc0649
CALF: do not compile with -finline-limit=80 when building for OS X
2014-03-26 10:57:04 +01:00
Tobias Doerffel
4c2bf8982f
CALF: fixed compilation with clang
2014-03-25 20:09:41 +01:00
Tobias Doerffel
d32377845b
ComboBoxModel: coding style fixes
2014-03-24 19:21:18 +01:00
Tobias Doerffel
2ab5b1da0c
AutomatableModel: always fit value from linked model
...
When using value from linked model, make sure to fit it into own range
as otherwise this can cause out-of-boundary accesses e.g. in ComboBoxModel.
Closes #505 .
2014-03-24 19:21:12 +01:00
Tobias Doerffel
02219d908c
Merge pull request #507 from diizy/stable-0.4
...
Compat code to make LMMS compile on Qt <4.8
2014-03-24 19:02:40 +01:00
Vesa
d80a8436c0
Remove spaces
2014-03-24 19:49:33 +02:00
Vesa
11a76c45fc
Compat code to make LMMS compile on Qt <4.8
2014-03-24 17:11:42 +02:00
Tobias Doerffel
794e697e22
Made 1.0.0 release
...
After almost exactly 10 years of development, we proudly bump the version
number to 1.0.0.
v1.0.0
2014-03-23 23:55:21 +01:00
Tobias Doerffel
2f4d9c6c66
InstrumentSoundShapingView: display info about single-streamed instruments
...
Until we have a solution for hiding the ENV/LFO tab, display a sensible
message at least.
2014-03-23 23:52:04 +01:00
Tobias Doerffel
752f48f51c
Revert "Do not display ENV/LFO tab in plugin window if controls are disabled in it (SF2 Player and OpulenZ)"
...
This does not work well if you open an instrument window of a single
streamed instrument, close it afterwards and open an instrument window
of a regular instrument due to widget caching/reuse. We therefore have
to find a better solution which allows dynamically showing/hiding tabs
in the TabWidget class. Until then restore the previous behaviour.
This reverts commit ed29f2b6f6 .
2014-03-23 23:44:30 +01:00
Tobias Doerffel
565ebee7d1
Merge pull request #500 from diizy/stable-0.4
...
Piano widget: fix velocity, Opulenz: increase volume
2014-03-23 09:35:58 +01:00
Vesa
33b9524346
Envelope: fix drawing of envelope graph, scale to fit view if graph gets too long
...
(also fix typo in last pianoview commit)
2014-03-22 19:09:42 +02:00
Vesa
e4340c630d
Do the opl amplification smarter
2014-03-22 13:33:42 +02:00