Tobias Doerffel
c7f29c19c8
Merge pull request #840 from sarahkeefe/stable-1.0
...
Fix for issue #837 - Compile issue on OS X - include file Qt/qglobal.h not found
2014-06-15 23:29:46 +02:00
sarahkeefe
940fb0d3d5
Updating include to QtCore/QtGlobal
2014-06-11 17:16:28 -04:00
sarahkeefe
91519898d0
Replacing <Qt/global.h> includes with <QtGlobal> to fix compile issue on OS X
2014-06-11 13:21:01 -04:00
Tobias Doerffel
34a4c27761
Merge pull request #826 from DanWin/stable-1.0
...
Updated German translation
2014-06-09 13:39:59 +02:00
Daniel Winzen
22cf0db03d
Updated German translation
2014-06-08 17:49:04 +02:00
Tobias Doerffel
7dcf9a1ffa
Merge pull request #719 from ycollet/stable-1.0
...
add lib64 directories to search for ladspa plugins
2014-05-26 10:27:58 +02:00
Yann Collette
6a5e7b18de
add lib64 directories to search for ladspa plugins
2014-05-18 19:22:29 +02:00
Tobias Doerffel
cc8cb50efa
Merge pull request #729 from tresf/stable-1.0
...
swh plugins: Fix SWH destructors
2014-05-18 15:10:12 +02:00
Tres Finocchiaro
313977ebfd
swh plugins: Fix SWH destructors
...
The constructors had been fixed with commit #83c2019, but I had missed
the destructors. This corrects the `_fini()` destructors as well.
2014-05-16 13:11:26 -04:00
Tobias Doerffel
1e6cd3c6a1
Merge pull request #714 from tresf/stable-1.0
...
Fix font colors on Apple #527
2014-05-15 22:44:56 +02:00
Tres Finocchiaro
7404eef34a
Revert changes
2014-05-12 22:10:28 -07:00
Tres Finocchiaro
e401ac5c9d
Revert changes
2014-05-12 22:09:47 -07:00
Tres Finocchiaro
959db3d7ac
Revert changes
2014-05-12 22:08:34 -07:00
Tres Finocchiaro
5bb5ffc152
Revert changes
2014-05-12 22:06:44 -07:00
Tres Finocchiaro
9abfbd6c94
#527
2014-05-12 21:37:01 -07:00
Tres Finocchiaro
5aa6779108
Fix incorrect path to libZynAddSubFxCore.dylib
2014-05-09 08:45:10 -07:00
Tres Finocchiaro
3a1bc2a7ae
Fix "Use of undeclared identifier 'getpid'"
...
Troubleshooting RemoteZynAddSubFX.
2014-05-09 08:41:07 -07:00
Tobias Doerffel
90496600f2
SWH: fixed Win32 compilation
...
The recent adaptions for OS X broke build for Win32.
2014-05-08 21:59:30 +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
049a88fe8e
Fix SWH contructors (Apple)
...
@tobydox, please advise as I cannot easily test the win32 impact of this
change.
2014-05-08 15:36:51 -04:00
Tres Finocchiaro
7fb434c26d
#ifdef indent corrections
2014-05-08 11:05:54 -07:00
Tres Finocchiaro
72620542c0
OpulenZ/opl2 build fixes (Apple)
...
- Cleaned up many non-bracketed sections for stricter compilers.
- Remove custom `INLINE` keyword when building on clang.
- Renable opl2 via plugins\CMakeLists.txts
https://cloud.githubusercontent.com/assets/6345473/2919394/c474d668-d6da-11e3-82db-778a7ce6014d.png
2014-05-08 14:01:27 -04:00
Tres Finocchiaro
e979ac06c5
Update lmms.plist.in
2014-05-07 19:06:40 -07:00
Tobias Doerffel
14815728ee
Merge pull request #691 from eagles051387/stable-1.0
...
updated README to give link to github wiki instead of SF
2014-05-07 23:28:58 +02:00
Tres Finocchiaro
52e76c66b4
Update lmms.plist.in
2014-05-07 13:50:45 -07:00
Tres Finocchiaro
6ac9c28fee
Update CMakeLists.txt
2014-05-07 13:28:10 -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
Tres Finocchiaro
2037f082d2
Update CMakeLists.txt
2014-05-07 12:46:58 -07:00
Jonathan Aquilina
76a990dbdc
updated README to give link to github wiki instead of SF
2014-05-07 18:17:24 +02: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
3b0fd9dfca
Apple Bundle Fix : Move Bundle Declarations #2
2014-05-05 09:54:12 -04: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
Tres Finocchiaro
478cef528a
Apple Bundle Fix : Move Bundle Declarations
...
The "MACOSX_BUNDLE..." declarations must occur before
ADD_SUBDIRECTORY(plugins) in order for the child CMake to inherit the
properties from the parent.
This is needed for scripts/create_apple_dmg.sh to inherit
"MACOS_BUNDLE_BUNDLE_VERSION", etc.
2014-05-05 09:43:19 -04:00
Tres Finocchiaro
83e8a9e1b9
Apple Bundle Fix
2014-05-04 21:04:55 -07: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
3e9314bb63
Apple Bundle Fix
2014-05-04 02:13:05 -04:00
Tres Finocchiaro
9a0f930416
Apple Bundle Work
2014-05-04 01:40:10 -04: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
245a223924
Add/Fix Apple specific VARS for Bundle
...
Added MIMETYPE, Changed ICON_FILE, dynamically builds shell scripts
using CMake @VARS@
2014-05-04 00:49:09 -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
Tobias Doerffel
55217ac637
Made 1.0.2 release
...
This is a maintenance release of the 1.0.x series.
Bumped version number to 1.0.2 in CMakeLists.txt, README and lmms.rc.in.
v1.0.2
2014-05-03 21:55:23 +02:00
Tres Finocchiaro
a80dbd67e4
Replace LMMS_BULD_APPLE with __clang__
2014-05-03 11:46:02 -07:00
Tres Finocchiaro
b987d3ed04
Replace LMMS_BULD_APPLE with __clang__
2014-05-03 11:44:58 -07:00