Commit Graph

  • 25448d3f21 Add explanation for #1587 changes Tres Finocchiaro 2015-01-09 18:12:46 -05:00
  • 360d2db98a Merge pull request #1585 from DanWin/performance Tres Finocchiaro 2015-01-09 18:07:00 -05:00
  • c210df4752 Merge pull request #1587 from curlymorphic/i300 Tres Finocchiaro 2015-01-09 17:49:10 -05:00
  • 180c02aedc Proposed fix for issue 300, preview vst crashes Dave French 2015-01-09 21:25:41 +00:00
  • 21c532adc0 Add internal support for major/minor/build comparator Tres Finocchiaro 2015-01-09 16:25:07 -05:00
  • d442b674b5 Merge pull request #1586 from curlymorphic/cppcheck Lukas W 2015-01-09 20:32:17 +01:00
  • 4ad1cd607b Eq fix incorrect memory allocation Dave French 2015-01-09 19:28:26 +00:00
  • 4a55e1c46a Performance and other fixes Daniel Winzen 2015-01-09 20:17:07 +01:00
  • baa57fb662 Merge pull request #1583 from badosu/fix-windows-build Tres Finocchiaro 2015-01-09 07:16:00 -05:00
  • d20e83e2f7 Fix exporting class for windows build Amadeus Folego 2015-01-09 04:15:20 -02:00
  • 407fc18d82 Remove unused import tresf 2015-01-09 00:12:19 -05:00
  • d192df081d Formatting cleanup tresf 2015-01-09 00:05:13 -05:00
  • f0e7ea6fd1 Expose major, minor, release and build values parsed from a project version tresf 2015-01-08 23:53:19 -05:00
  • 1b91b30658 Merge pull request #1578 from badosu/refactor-redundant-color-assignment Tres Finocchiaro 2015-01-08 15:01:57 -05:00
  • b9a0e0f391 Merge pull request #1580 from badosu/fix-error-collection Tres Finocchiaro 2015-01-08 14:58:02 -05:00
  • fc9efc6f58 Fix error collection on Song instead of MainWindow Amadeus Folego 2015-01-08 17:47:39 -02:00
  • 4f44c71a9f Merge pull request #1579 from badosu/notify-non-existing-samples Tres Finocchiaro 2015-01-08 14:33:06 -05:00
  • d5c9b78178 Collect error for non existing samples Amadeus Folego 2015-01-08 16:13:15 -02:00
  • 1dbc44a7f0 Refactor redundant pattern color assignment Amadeus Folego 2015-01-08 14:37:10 -02:00
  • 86d7e24eb1 Merge pull request #1574 from curlymorphic/i1388 Tres Finocchiaro 2015-01-08 10:52:42 -05:00
  • 7f2f9f2685 Merge branch 'master' into ed_refac Lukas W 2015-01-08 10:49:09 +01:00
  • 471cb04dc9 Removed #ifdefs around assert()s. Raine M. Ekman 2015-01-08 09:28:57 +02:00
  • 94a779f3c6 Add -DLMMS_DEBUG to CMAKE_CXX_FLAGS_DEBUG Raine M. Ekman 2015-01-07 22:02:23 +02:00
  • b5da3bf1ee Mailmap entries Lukas W 2015-01-08 10:21:54 +01:00
  • 2954ea3b43 ...and prefer "debug.h" to a straight include of <assert.h> Raine M. Ekman 2015-01-07 08:20:48 +02:00
  • 78350045a2 Fix things that won't build if -DLMMS_DEBUG is in CXX_FLAGS. Raine M. Ekman 2015-01-07 08:14:48 +02:00
  • a43a6bb3ba Travis: Make verbose output Lukas W 2015-01-08 10:07:27 +01:00
  • 736c44ab8d 888 changed 48 to DefaultTicksPerTact/4 Dave French 2015-01-08 08:37:07 +00:00
  • 7b3e4265b8 Proposed fix 1388 Remove auto-naming of copied blocks Dave French 2015-01-08 06:15:18 +00:00
  • 5bdc6a8818 Merge pull request #1573 from tresf/master Tres Finocchiaro 2015-01-07 23:51:00 -05:00
  • db6f3e6e50 Fix nes array bounds error tresf 2015-01-07 23:28:16 -05:00
  • b7aaeaa009 Merge pull request #1554 from Spekular/master Lukas W 2015-01-08 01:14:18 +01:00
  • c799500f31 Update ProjectVersion.cpp Alexandre Almeida 2015-01-07 21:50:57 -02:00
  • bd9cb12294 Update ProjectVersion.h Alexandre Almeida 2015-01-07 21:50:26 -02:00
  • 9199d3e8c3 Update Plugin.h Alexandre Almeida 2015-01-07 21:46:02 -02:00
  • d0e0d9a632 Update Plugin.cpp Alexandre Almeida 2015-01-07 21:44:48 -02:00
  • 918eea1063 Update Timeline.h Alexandre Almeida 2015-01-07 21:14:55 -02:00
  • 35b954741b Update Song.h Alexandre Almeida 2015-01-07 21:14:29 -02:00
  • 4ae194cd8b Update ProjectRenderer.cpp Alexandre Almeida 2015-01-07 21:13:27 -02:00
  • 06518054b2 Update Timeline.cpp Alexandre Almeida 2015-01-07 21:12:50 -02:00
  • 6c49c88bfd Update Mixer.cpp Alexandre Almeida 2015-01-07 21:12:17 -02:00
  • ffb16b80c9 Update Song.cpp Alexandre Almeida 2015-01-07 21:11:42 -02:00
  • 181dad5e3c Merge pull request #1568 from badosu/master Tres Finocchiaro 2015-01-07 16:24:38 -05:00
  • c0fc56eaea Proposed fix 888 Bar, Beat and Tick should follow dragged timeline Dave French 2015-01-07 20:08:18 +00:00
  • 421c071ab0 Fix muted track not highlighted on selection Amadeus Folego 2015-01-07 15:55:58 -02:00
  • 13bdfb4b13 Merge pull request #1551 from curlymorphic/eq Vesa V 2015-01-07 15:27:01 +02:00
  • e0dbfa696e Remove Engine's has_gui option Lukas W 2015-01-07 00:22:40 +01:00
  • 748cccd266 Merge branch 'gui_application' into ed_refac Lukas W 2015-01-07 00:03:32 +01:00
  • 0c4833ca4a Adjust automation editor flip implementation Lukas W 2015-01-06 23:40:14 +01:00
  • 13357e57c4 Change default build type Lukas W 2015-01-06 23:07:28 +01:00
  • 23e0e0fb8e Merge branch 'master' into ed_refac Lukas W 2015-01-06 23:05:13 +01:00
  • 01fac0d342 Add default behaviour to switch Daniel Winzen 2015-01-06 18:50:51 +01:00
  • 7440794597 Don't display resize cursor for non-resizable TCOs Daniel Winzen 2015-01-06 18:18:16 +01:00
  • 068066929f Merge commit 'b5538c7da818cbcdde5ff1c885ce4eee5b626f3b' into ed_refac Lukas W 2015-01-06 16:33:41 +01:00
  • 1706279ed1 Merge commit '25ab7260f5cc57075360c976826e13434ade058c' into ed_refac Lukas W 2015-01-06 16:13:16 +01:00
  • 834be948ee Merge commit 'f7741f184f83e6b9e2f081d39efffb2c499962f6' into ed_refac Lukas W 2015-01-06 16:11:39 +01:00
  • e2e8537b1d Merge pull request #1546 from DanWin/disbackup Tres Finocchiaro 2015-01-06 10:02:14 -05:00
  • 0df3998f95 Move some gui initialization to GuiApplication's constructor Lukas W 2015-01-06 15:59:15 +01:00
  • 814aba053e Merge pull request #1560 from curlymorphic/i1350 Tres Finocchiaro 2015-01-05 21:04:21 -05:00
  • 65ff9171de Update coding conventions Alexandre Almeida 2015-01-05 22:11:23 -02:00
  • ba20c99a51 Update coding conventions Alexandre Almeida 2015-01-05 22:10:09 -02:00
  • f57d98fb0b Proposed fix for 1350 Minimized Song_Editor & BB_Editor tracks should not allow graphics to be cut off. Dave French 2015-01-06 00:09:08 +00:00
  • 87f6dd0a03 Update coding conventions on Note.h Alexandre Almeida 2015-01-05 20:45:46 -02:00
  • ce972c5e50 Update coding conventions on Note.cpp Alexandre Almeida 2015-01-05 20:45:07 -02:00
  • 3c44012def Proposed fix for 1522 Noise at the end of Sample previews Dave French 2015-01-05 21:41:48 +00:00
  • 7588f235ee Proposed fix for 1352 Mk2, move the loaded instrument to the parent thread Dave French 2015-01-05 18:39:44 +00:00
  • 2818bd736a Looks like locking the mutex in SF2 player is needed around a few more operations than before, at least while importing MIDI. Should fix #1544 Raine M. Ekman 2015-01-05 17:40:14 +02:00
  • 6e1e73b41f Removes unnecessary cleanObject() calls and commented out code Spekular 2014-12-31 18:03:49 +01:00
  • 8b83dad22c EQ Removed DBvModel Dave French 2015-01-04 17:19:32 +00:00
  • e5c4df372e Merge pull request #1550 from LMMS/revert-1519-i1352 Vesa V 2015-01-04 18:49:15 +02:00
  • 1bb6fa072f Revert "Proposed fix for 1352 Ifreeze when adding instruments or moving mixer tracks" Vesa V 2015-01-04 18:48:12 +02:00
  • 9a98adaaed Merge pull request #1549 from diizy/master Vesa V 2015-01-04 18:47:53 +02:00
  • 0cbb506f50 Fix preview crash caused by earlier commit Vesa 2015-01-04 18:47:05 +02:00
  • a9de1160eb Merge pull request #1528 from curlymorphic/eq Vesa V 2015-01-04 18:14:33 +02:00
  • b874d3fa2e Merge pull request #1545 from DanWin/channel Vesa V 2015-01-04 18:08:04 +02:00
  • 5ae9adc9c2 Merge branch 'stable-1.1' Vesa 2015-01-04 17:33:20 +02:00
  • 5e4752e041 Adjust coding style Daniel Winzen 2015-01-04 16:33:19 +01:00
  • d01c8f2ece Merge pull request #1495 from DanWin/window Vesa V 2015-01-04 17:20:03 +02:00
  • 469cb98be0 Merge pull request #1506 from curlymorphic/i1255 Vesa V 2015-01-04 17:17:25 +02:00
  • 146577d34b Merge pull request #1516 from grejppi/master-mute Vesa V 2015-01-04 17:15:17 +02:00
  • 5fdc452476 Merge pull request #1542 from DanWin/export Vesa V 2015-01-04 17:05:14 +02:00
  • 545853cf06 Merge pull request #1548 from DanWin/scroll Tres Finocchiaro 2015-01-04 08:41:43 -05:00
  • c11a15d0d0 Get correct value for scrollbar width Daniel Winzen 2015-01-04 12:38:44 +01:00
  • 74bd58162e Make saving of .bak files configurable Daniel Winzen 2015-01-03 13:53:49 +01:00
  • e6e8f28fc8 Don't count channels reveiving input from another channel as unused Daniel Winzen 2015-01-03 06:52:05 +01:00
  • 4043868992 Add "Remove unused channels" option to FX-Mixer Daniel Winzen 2015-01-02 21:40:49 +01:00
  • ebb2f75458 Merge pull request #1543 from rgwan/master Tres Finocchiaro 2015-01-02 14:08:11 -05:00
  • 7789d64632 locale: Fixed some ugly translation in Chinese locale rgwan 2015-01-03 03:00:13 +08:00
  • 44f72b0f13 Added const Daniel Winzen 2015-01-02 14:21:39 +01:00
  • 93b6888394 Fix export for some locales Daniel Winzen 2015-01-02 13:08:11 +01:00
  • 25a3bc63ee Fallback to system default or English, if language unset Daniel Winzen 2015-01-01 00:06:32 +01:00
  • 420bc1b7ed Eq Gain Faders using dBv scale Dave French 2014-12-31 12:27:40 +00:00
  • f67eaaced7 EQ changed gain faders to use dB Dave French 2014-12-31 00:14:44 +00:00
  • 22c31008d4 Merge pull request #1529 from curlymorphic/i1527 Vesa V 2014-12-30 16:27:39 +02:00
  • 1e25b91410 1527 removed socket slot for indicator activation Dave French 2014-12-30 14:07:28 +00:00
  • 6d4d958ec6 Proposed fix 1527 Not all Played Notes shows the indicator on the InstrumentTrackView Dave French 2014-12-29 22:48:54 +00:00
  • 22a603c9fd Eq Peak filters now use bandwidth instead of resonance Dave French 2014-12-29 21:45:54 +00:00
  • 89b3f8f98c Eq FloatText in widget display frequency Dave French 2014-12-29 19:46:12 +00:00
  • 76eba6456e EQ Seperate in out analysing toggle Dave French 2014-12-29 18:11:16 +00:00
  • 6045c2c2bc Merge pull request #1519 from curlymorphic/i1352 Vesa V 2014-12-29 12:39:48 +02:00