Commit Graph

  • 4e9de497ae Merge pull request #2680 from michaelgregorius/knob-line-stylesheets Michael Gregorius 2016-03-24 12:00:36 +01:00
  • a58029de75 Mallets reworked. Various fixes. Modalbar - activate knobs, BandedWG - remove scaling for Uniform Bar( noisy ). Oskar Wallgren 2016-03-05 02:27:17 +01:00
  • 97c7208674 Merge pull request #2686 from Umcaruje/bbtrackmute Tres Finocchiaro 2016-03-19 14:49:43 -04:00
  • 23cd3002a6 Grey out muted patterns in the BB editor Umcaruje 2016-03-18 23:51:03 +01:00
  • 9a44eaf3c7 Merge pull request #2683 from zonkmachine/crashslash Tres Finocchiaro 2016-03-18 10:33:31 -04:00
  • e8ac40c2fb Crash at clearing path in settings manager Oskar Wallgren 2016-03-18 04:48:21 +01:00
  • 0021e31e81 Merge pull request #2684 from grejppi/dummyinstrument grejppi 2016-03-18 11:19:07 +02:00
  • acb5ff8d04 Clear buffer of dummy instruments. Should fix #2682 Hannu Haahti 2016-03-18 10:11:56 +02:00
  • 3e62aa022c Merge pull request #2674 from Umcaruje/elidefxtext Umcaruje 2016-03-17 22:47:31 +01:00
  • 82055a9bdd Use deleteLater() on the FxLine when deleting a channel to prevent a crash Fastigium 2016-03-14 13:59:28 +01:00
  • 32b7e0418b Fix two crashes when deleting FX channels Fastigium 2016-03-14 13:37:00 +01:00
  • e8a4b586d5 Merge pull request #2681 from Fastigium/copyconstructorcleanup Fastigium 2016-03-16 10:02:33 +01:00
  • 908175d5f1 Get rid of another copy constructor call to prevent Qt5 crashes Fastigium 2016-03-16 09:27:57 +01:00
  • e98b6a2966 Merge pull request #2678 from zonkmachine/kickerversion Oskar Wallgren 2016-03-16 00:37:03 +01:00
  • c6863060bf Enables style sheets for knob line colors for all knob types Michael Gregorius 2016-03-15 18:41:03 +01:00
  • 5d3333b3b7 Merge pull request #2644 from michaelgregorius/knob-enum-cleanup Michael Gregorius 2016-03-15 19:19:55 +01:00
  • b34c382750 Kicker 'version' 0 on first save Oskar Wallgren 2016-03-15 11:06:19 +01:00
  • a7c508e259 Merge pull request #2677 from Fastigium/carlacompile Tres Finocchiaro 2016-03-15 09:25:02 -04:00
  • f3ea8350a6 Add C++11 compile flag to the carla plugin as well Fastigium 2016-03-15 10:47:08 +01:00
  • 9e98a16a8a Merge pull request #2669 from Fastigium/foreach2for Fastigium 2016-03-14 14:15:57 +01:00
  • 1c5d57dce9 Elide channel names to prevent text overflow in FxLine Umcaruje 2016-03-13 22:50:30 +01:00
  • 3c7bfbac64 Replace every use of the foreach macro with a C++11 range-based for loop Fastigium 2016-03-11 16:35:48 +01:00
  • ac67f2adb8 Compile several plugins with -std=c++0x to support range-based for loops Fastigium 2016-03-11 16:32:56 +01:00
  • bfa83da572 Make lb302 include math.h so we can switch it to C++11 Fastigium 2016-03-13 15:05:40 +01:00
  • fadba1b93c Merge pull request #2665 from zonkmachine/filebrowser Oskar Wallgren 2016-03-11 20:27:36 +01:00
  • ca0c278655 Organic: move the oscillator phase offsets in the oscPtr that's stored as _n->m_pluginData, slightly prettier than separate float arrays. Raine M. Ekman 2016-03-11 11:45:16 +02:00
  • 311b28cf71 File browser, factory files off by one Oskar Wallgren 2016-03-11 10:30:43 +01:00
  • 08847cc7d3 Merge pull request #2661 from Umcaruje/bbupdate Fastigium 2016-03-10 17:26:21 +01:00
  • 6a10cb184d Fix regression caused by fcec8dd Umcaruje 2016-03-10 16:06:59 +01:00
  • 1f32fdcf35 Merge pull request #2654 from StCyr/StCyr_issue2653 Lukas W 2016-03-10 09:45:48 +13:00
  • 9932da5a66 Merge pull request #2655 from Umcaruje/bbupdate Umcaruje 2016-03-09 18:57:08 +01:00
  • fcec8ddd02 Fix BBtrack updating; Fix the Pattern tooltip Umcaruje 2016-03-09 16:59:19 +01:00
  • 3f6f266a46 Rewrote ProjectVersionTest.cpp to use QVERIFY and indeed fail when it's supposed to fail, and added 2 tests in this test suite. Cyrille Bollu 2016-03-09 11:53:54 +01:00
  • a895e2b060 Merge pull request #2652 from AOSC-Dev/master Tres Finocchiaro 2016-03-09 02:18:12 -05:00
  • 9ab18f5ae8 data/locale: zh_CN.ts not zh.ts Mingcong Bai 2016-03-08 16:41:45 -07:00
  • ef2cb53282 White-space formatting Tres Finocchiaro 2016-03-08 13:12:00 -05:00
  • c3abe3a69d Add gig player to win32 builds Tres Finocchiaro 2016-03-08 13:10:57 -05:00
  • 515ada6102 Merge pull request #2648 from liushuyu/master Tres Finocchiaro 2016-03-08 10:38:57 -05:00
  • a8f65ab0af Update Chinese translations liushuyu 2016-03-08 17:14:35 +08:00
  • 80b0d529b9 Merge pull request #2647 from tresf/master Tres Finocchiaro 2016-03-07 22:05:34 -05:00
  • 5e4f2190a9 Fix locale generation for win32 builds Closes #2577 tresf 2016-03-07 01:02:47 -05:00
  • ba7816bda1 Merge pull request #2645 from tresf/master Tres Finocchiaro 2016-03-07 00:56:44 -05:00
  • ac59d794fb Disable libsoundio for win32 Closes #2576 Tres Finocchiaro 2016-03-06 23:19:22 -05:00
  • cbf3b92b6f Removes an unused knob and enum (knob04.png aka knobGreen_17) Michael Gregorius 2016-03-06 22:35:43 +01:00
  • 8768769450 Fix channel indicator being on by default Lukas W 2016-03-07 09:48:44 +13:00
  • 44f688e285 Merge pull request #2642 from michaelgregorius/2624-controller-crash Tres Finocchiaro 2016-03-06 13:56:09 -05:00
  • 1f39b607ba Fixes #2624 ("Controls window of LFO controller is not destroyed upon closing a project") Michael Gregorius 2016-03-06 19:04:51 +01:00
  • 2e2abdf0b7 Merge pull request #2579 from michaelgregorius/performance Michael Gregorius 2016-03-06 18:48:40 +01:00
  • f6317f126b Performance fixes Michael Gregorius 2016-01-31 13:18:36 +01:00
  • 8928ad751c Merge pull request #2641 from Fastigium/fxsends Tres Finocchiaro 2016-03-06 12:05:10 -05:00
  • 9ff8091db3 Fix regression that caused faulty FX channel index numbers Fastigium 2016-03-06 15:57:25 +01:00
  • eefefdea6f Merge pull request #2626 from Fastigium/m_playHandlesToRemove Fastigium 2016-03-06 15:30:08 +01:00
  • d098a39c76 Fix dropdown menu icon margin Umcaruje 2016-03-04 22:10:55 +01:00
  • 1058ea4b3f Hide splash screen before showing settings screen Per #2611 tresf 2016-03-04 14:37:12 -05:00
  • 5f48d1c596 Fix menu bar colors for Qt5 Tres Finocchiaro 2016-03-04 13:44:54 -05:00
  • 76bd1811ae Merge pull request #2632 from liushuyu/master Tres Finocchiaro 2016-03-04 13:25:05 -05:00
  • 3974faca50 Change link method of Vestige module liushuyu 2016-03-04 17:26:29 +08:00
  • 31c773cf15 Changed object position IvanMaldonado 2016-03-03 17:42:40 -06:00
  • 020b4dd1b5 Merge pull request #2574 from Umcaruje/gradients Umcaruje 2016-03-03 09:22:12 +01:00
  • 988b788608 Try fixing linker errors on Win & Mac Lukas W 2016-03-03 18:43:16 +13:00
  • 85011cdcf7 Move CMake locale generation from src/ to data/locale/ Lukas W 2016-03-03 17:37:41 +13:00
  • 12e7262e98 Add missing Q_OBJECT macros Lukas W 2016-03-03 17:36:38 +13:00
  • f136ba3097 Refactor the drawing of TCO's; Get rid of hardcoded colors in TCOs; Make TCO gradient configurable; Even out the color scheme Thanks to @Fastigium for helping with the BB Pattern redraw problem Umcaruje 2016-02-16 01:01:43 +01:00
  • ec6734b968 Merge pull request #2629 from tresf/master Tres Finocchiaro 2016-03-02 14:50:56 -05:00
  • e13ac40544 valgrind: init m_scrollArea in vestige instrument Tres Finocchiaro 2016-03-02 11:49:04 -05:00
  • 60038b5f55 Synchronize access to Mixer::m_playHandlesToRemove Fastigium 2016-03-02 09:47:24 +01:00
  • 346980329b Merge pull request #2568 from zonkmachine/autosavetimeconfigrebase Oskar Wallgren 2016-03-02 08:54:02 +01:00
  • cfb2c7201f Auto save timer setting Oskar Wallgren 2016-01-23 06:11:49 +01:00
  • adb25eccad Merge pull request #2623 from bjalfi/RemotePlugin_shm_fixup Tres Finocchiaro 2016-03-01 09:34:54 -05:00
  • 4ddaa872fb Fixup Zynaddsubfx-GUI on FreeBSD Bastian Kummer 2016-03-01 13:54:20 +01:00
  • 1507e4b175 Merge pull request #2578 from ycollet/fix_2572 Umcaruje 2016-02-29 17:34:26 +01:00
  • e56c31b96e Merge pull request #2609 from Wallacoloo/clang-fixes Tres Finocchiaro 2016-02-26 00:00:20 -05:00
  • 59276a0307 Only use libc++ on APPLE; remove LMMS_BUILD_CLANG define, as it's no longer needed Colin Wallace 2016-02-24 18:25:49 -08:00
  • c976514125 Merge pull request #2608 from tresf/master Tres Finocchiaro 2016-02-25 16:56:26 -05:00
  • 67334a84c2 Add Win/Qt5 build directives for Travis Tres Finocchiaro 2016-02-24 19:17:34 -05:00
  • 4e30d95701 Merge pull request #2607 from tresf/master Tres Finocchiaro 2016-02-24 18:03:18 -05:00
  • 1598343b86 Remove a completely useless warning Hannu Haahti 2016-02-25 00:38:25 +02:00
  • 389a1da308 Add Mac/Qt5 build directives for Travis Also explicitly defines bash as shell interpreter for all Travis related scripts tresf 2016-02-24 15:07:26 -05:00
  • b55b1ab059 Merge pull request #2603 from Fastigium/arpeggio-sort-fix Fastigium 2016-02-24 19:40:54 +01:00
  • b645f43cfd Destroy the FxMixer before the Mixer when shutting down Fastigium 2016-02-24 16:37:53 +01:00
  • b49e758a89 Merge pull request #2567 from Umcaruje/spacinghover Umcaruje 2016-02-23 19:20:15 +01:00
  • a4649c8e6e Merge pull request #2586 from Fastigium/buffer-fix Oskar Wallgren 2016-02-23 16:52:44 +01:00
  • eec7f634a8 Update two NotePlayHandle methods to ignore child NotePlayHandles Fastigium 2016-02-23 10:36:35 +01:00
  • 8d91dd657d Merge pull request #2602 from LMMS/iss-2577 Lukas W 2016-02-23 20:06:12 +13:00
  • d88902e95b Fix rawwaves directory on Windows Per #2577 tresf 2016-02-23 01:08:08 -05:00
  • 13125c6248 Change cross compile scripts' shebang to bash Lukas W 2016-02-23 10:11:38 +13:00
  • 1e9dfcbf2b Remove 64-bit channel limitation in readme Tres Finocchiaro 2016-02-22 13:54:39 -05:00
  • 59f09111f2 Merge pull request #2595 from tresf/master Tres Finocchiaro 2016-02-22 13:01:13 -05:00
  • 020cb528b6 Add additional build deps Tres Finocchiaro 2016-02-19 16:21:41 -05:00
  • e9ecd8384e Merge pull request #2598 from waxspin/master Oskar Wallgren 2016-02-21 15:03:31 +01:00
  • 34ae074884 Fix EQ labels back to resonance. Ben Bryan 2016-02-21 00:10:20 -06:00
  • 40af068328 Build: Make mingw build scripts paths independent of wdir Lukas W 2016-02-21 17:19:55 +13:00
  • 2c91392a51 Merge pull request #2502 from BaraMGB/eqCurve Oskar Wallgren 2016-02-20 23:21:26 +01:00
  • 97644f6513 Fix corrupt samples Closes #2594 Tres Finocchiaro 2016-02-20 12:02:44 -05:00
  • d5259292c9 New GUI for the native EQ plugin Steffen Baranowsky 2016-01-05 15:25:25 +01:00
  • 0561d8d994 Merge pull request #2547 from Umcaruje/fxline Umcaruje 2016-02-20 14:40:48 +01:00
  • 95b0ea2dda Merge pull request #2555 from zonkmachine/recentfilebug Oskar Wallgren 2016-02-19 20:54:21 +01:00
  • 3c5da9b278 Merge pull request #2592 from waxspin/master Tres Finocchiaro 2016-02-19 10:25:28 -05:00
  • bda6c7e2b8 Fix equalizer labels for #2583 Ben Bryan 2016-02-19 00:05:49 -06:00
  • c4038fb0d4 Merge pull request #2591 from Wallacoloo/fix-2588 Tres Finocchiaro 2016-02-19 00:16:24 -05:00