Daniel Winzen
ad844e72a3
Also scan headers for translatable strings
2014-11-23 19:54:51 +01:00
Daniel Winzen
92930b2240
Update German translation
2014-11-21 21:40:26 +01:00
Daniel Winzen
df3a03f64c
Add more missing Q_OBJECT macros
2014-11-21 21:08:48 +01:00
Daniel Winzen
a9a851d2f0
About dialog: Move involved tab into .ui file
2014-11-21 16:29:32 +01:00
Daniel Winzen
5c0829399f
Fix moc_file inclusion in cmake files
...
This should fix the Windows builds
2014-11-21 07:16:45 +01:00
Daniel Winzen
3ca76d40ed
Add missing Q_OBJECT macros in header files
...
Fixes 20 warnings similar to the following ones when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Class 'AutomationTrack' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:41: Class 'FxRoute' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:554: Class 'FxMixer' lacks Q_OBJECT macro
/home/daniel/Lmms/src/gui/widgets/MeterDialog.cpp:52: Class 'MeterDialog' lacks Q_OBJECT macro
...
2014-11-21 06:46:47 +01:00
Daniel Winzen
1a1e012632
Revert "Add missing Q_OBJECT macros in header files"
...
This reverts commit 337003a3b0 .
Seams to break Windows builds.
2014-11-18 20:20:10 +01:00
Daniel Winzen
337003a3b0
Add missing Q_OBJECT macros in header files
...
Fixes 20 warnings similar to the following ones when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Class 'AutomationTrack' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:41: Class 'FxRoute' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:554: Class 'FxMixer' lacks Q_OBJECT macro
/home/daniel/Lmms/src/gui/widgets/MeterDialog.cpp:52: Class 'MeterDialog' lacks Q_OBJECT macro
...
2014-11-18 19:38:26 +01:00
Daniel Winzen
e1bb2988a1
Move definitions to fix 26 errors which adds new translatable strings
...
Fixes the following 26 errors when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/plugins/monstro/Monstro.h:69: tr() cannot be called without context
/home/daniel/Lmms/plugins/monstro/Monstro.h:70: tr() cannot be called without context
...
/home/daniel/Lmms/plugins/monstro/Monstro.h:96: tr() cannot be called without context
/home/daniel/Lmms/plugins/monstro/Monstro.h:97: tr() cannot be called without context
2014-11-17 21:00:28 +01:00
Daniel Winzen
7a5812af73
Add includes parameter to fix warnings when generating a translation file.
...
When generating a translation file with e.g. "make de.ts" more than 150 warnings like the following appeared.
/home/daniel/Lmms/src/tracks/Pattern.cpp:642: Qualifying with unknown namespace/class ::PatternView
/home/daniel/Lmms/src/tracks/Pattern.cpp:701: Qualifying with unknown namespace/class ::PatternView
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Qualifying with unknown namespace/class ::AutomationTrack
...
2014-11-17 20:13:16 +01:00
Vesa V
e59ef2c48a
Merge pull request #1319 from diizy/stable-1.1
...
More exp10 stuff
2014-11-17 18:56:23 +02:00
Vesa
78042ed4c5
More exp10 stuff
2014-11-17 18:55:09 +02:00
Vesa V
b37cbbb3cf
Merge pull request #1318 from diizy/stable-1.1
...
Use exp10 instead of pow and create alias for win/mac for compat
2014-11-17 18:44:02 +02:00
Vesa
01997fe546
Use exp10 instead of pow and create alias for win/mac for compat
2014-11-17 18:43:03 +02:00
Vesa V
183c56a2b3
Merge pull request #1317 from diizy/stable-1.1
...
Fix drag-n-drop of logscale knobs
2014-11-17 16:17:41 +02:00
Vesa
e16b567e09
Fix drag-n-drop of logscale knobs
2014-11-17 16:15:41 +02:00
Vesa V
7c901d4dfd
Merge pull request #1316 from diizy/stable-1.1
...
Some waveshaper improvements
2014-11-17 13:17:52 +02:00
Vesa
d7931fdb0d
Some waveshaper improvements
2014-11-17 13:17:55 +02:00
Vesa V
c42ae751fa
Merge pull request #1315 from diizy/stable-1.1
...
Add class RmsHelper to help with RMS
2014-11-17 12:59:57 +02:00
Vesa
415652ad25
Delete better
2014-11-17 12:45:56 +02:00
Lukas W
26415cd53e
Fix segfault in FxMixerView, fix a memory leak in EffectSelectDialog
...
Segfault occured when moving a channel
2014-11-17 11:03:13 +01:00
Vesa
5cd67537a2
Add class RmsHelper to help with RMS
...
This is then used by dynamics processor for processing dynamics
2014-11-17 11:51:45 +02:00
Lukas W
cb41f845a6
Remove obsolete slot
...
dynProcControls::changeControl method was removed in c51ff31b68
2014-11-16 23:14:20 +01:00
Lukas W
b8d3cd1705
Don't use exp10
2014-11-16 23:02:09 +01:00
Lukas W
495be6f828
Merge pull request #1310 from DanWin/stable-1.1
...
Updated German translation
2014-11-16 22:40:14 +01:00
Vesa V
208bfe356c
Merge pull request #1312 from diizy/stable-1.1
...
Logscale: enabled toggling of knob scale in context menu
2014-11-16 22:20:34 +02:00
Vesa
0d129b0b93
Logscale: enabled toggling of knob scale in context menu
2014-11-16 22:19:16 +02:00
Vesa V
3c7e2acd8a
Merge pull request #1311 from diizy/stable-1.1
...
Upgrades to plugins
2014-11-16 20:55:18 +02:00
Vesa
c51ff31b68
Dynamics processor improvements
2014-11-16 20:54:16 +02:00
Vesa
4b4469d6c2
Add denormals stripping to the main thread as well as workerthreads
...
Conflicts:
src/core/main.cpp
2014-11-16 19:15:34 +02:00
Vesa
baf7c74ad7
Strip denormals
2014-11-16 19:10:02 +02:00
Vesa
bd00ecfdc3
Dualfilter updates, add double precision versions of LMMS constants
2014-11-16 18:47:01 +02:00
Daniel Winzen
612185a2c6
Updated German translation
2014-11-16 16:31:48 +01:00
Vesa V
ca9e51f2a7
Merge pull request #1309 from diizy/stable-1.1
...
Fix bassbooster
2014-11-16 17:09:22 +02:00
Vesa
bf7b5a5d9d
Fix bassbooster
2014-11-16 17:08:39 +02:00
Vesa
84c8755dcd
Revert "BassBooster: Remove inline keyword"
...
This reverts commit 761a71f760 .
2014-11-16 17:07:35 +02:00
Lukas W
761a71f760
BassBooster: Remove inline keyword
2014-11-16 15:51:45 +01:00
Lukas W
d8662e76de
Remove M_PI definition, use F_PI
2014-11-16 15:22:46 +01:00
Lukas W
e66326b36b
Automatic deployment for Windows builds
2014-11-16 15:22:46 +01:00
Lukas W
eed0608405
Fix win64 build
2014-11-16 15:22:46 +01:00
Lukas W
3aba823ecc
Travis: No multithreading make for windows builds
2014-11-16 15:22:46 +01:00
Lukas W
7a62d0ce6f
Travis: Enable multithreading, Linux, Win64
2014-11-16 15:22:46 +01:00
Lukas W
0916bc073e
Fix compile errors
2014-11-16 15:22:46 +01:00
Lukas W
2c1f07d655
Travis CI: Add win32 target os
...
Temporarily disable Linux builds
2014-11-16 15:22:46 +01:00
Vesa V
f83b0957f4
Merge pull request #1305 from diizy/stable-1.1
...
Improvement of FxMixer multithreading
2014-11-16 15:08:10 +02:00
Vesa V
ea2e4e5b69
Merge pull request #1307 from diizy/model
...
Add a method to AutomatableModel that allows tracking changes without using signals/slots
2014-11-16 14:54:38 +02:00
Vesa
f8c618b0ed
Modify BassBooster to show how to replace signals/slots in DSP
2014-11-16 14:51:50 +02:00
Vesa
3e19bc8ddb
Add a method to track value changes in AutomatableModel - this can be used by DSP code instead of signals/slots to improve performance
2014-11-16 14:14:35 +02:00
Vesa
8ef10f4f81
More updates to FxMixer - better handling of muted channels
2014-11-16 13:46:54 +02:00
Vesa
ca06a10a42
Fix segfault when enabling/disabling sends while playing
2014-11-15 21:11:40 +02:00