Commit Graph

  • 812444a5ac Merge pull request #2165 from zonkmachine/openRecentFix Colin Wallace 2015-07-06 13:16:51 -07:00
  • e3c645ec53 Fixes #2164 Michael Gregorius 2015-07-06 21:52:25 +02:00
  • 3e8169de72 Merge pull request #2152 from Wallacoloo/MidiAlsaSeqFormatting Colin Wallace 2015-07-06 11:09:47 -07:00
  • 6888952fec recent files hide missing Oskar Wallgren 2015-07-06 15:31:06 +02:00
  • f770164730 CMake: FindWine: Add aliases for finding winegcc Lukas W 2015-07-06 17:40:10 +02:00
  • a91e7f72db Merge pull request #2160 from Wallacoloo/ConfigManagerFormattingFix Colin Wallace 2015-07-04 22:56:39 -07:00
  • 7b4946f79d Fix tabbing mistakes Colin Wallace 2015-07-04 22:19:28 +00:00
  • ccc84494fd Merge pull request #2126 from Wallacoloo/MidiTimeRefactor Colin Wallace 2015-07-04 15:52:29 -07:00
  • ea7c96fa71 less repetitive setParameters logic Colin Wallace 2015-07-04 01:33:33 +00:00
  • bc3e17eff8 default-initialize EqFilter parameters to 0 Colin Wallace 2015-07-04 01:29:04 +00:00
  • 474b78cdf5 Fix bad tabbing Colin Wallace 2015-07-03 03:47:51 +00:00
  • 314623c157 fix race condition in TrackContainer::removeTrack Colin Wallace 2015-07-03 03:44:29 +00:00
  • 7eed8c63b4 fix atrocious formatting Colin Wallace 2015-07-03 02:34:48 +00:00
  • d805302f06 Fix deadlock & use QWrite/ReadLockers instead of manually managing locks Colin Wallace 2015-07-03 02:20:12 +00:00
  • 122204e06b Merge pull request #2146 from michaelgregorius/2144-TrackNameInPianoRoll Colin Wallace 2015-07-01 20:23:08 -07:00
  • a98534ac46 Fixes #2144 ("Track name not shown in PianoRoll titlebar") Michael Gregorius 2015-07-01 23:39:51 +02:00
  • 225f2c4551 Merge pull request #2142 from Wallacoloo/boopity-boppity Colin Wallace 2015-06-30 08:15:42 -07:00
  • 72253b31c8 map email address <ubuntu@ubuntu-1204.(none)> to @tresf & 'Locale Editor' to 'Anonymous' Colin Wallace 2015-06-30 04:08:27 +00:00
  • fea942e05d Merge pull request #2141 from midi-pascal/master Tres Finocchiaro 2015-06-29 23:01:46 -04:00
  • 6e4ac33661 Add my second address to .mailmap midi-pascal 2015-06-29 22:23:57 -04:00
  • ebcc837b99 Merge pull request #2127 from Wallacoloo/FxMixer_friends Colin Wallace 2015-06-29 18:46:51 -07:00
  • de7ad76de6 Merge pull request #2103 from Wallacoloo/git-2087b Colin Wallace 2015-06-29 18:37:56 -07:00
  • c3e3271ea2 Merge pull request #2124 from Umcaruje/master-infiles Umcaruje 2015-06-29 15:53:00 +02:00
  • 16d782c1d9 Move MidiTime implementation into .cpp file Colin Wallace 2015-06-22 01:37:49 +00:00
  • 5a8dce2650 Fixes most of stuff found in Wallacoloo's code review for #1600 Michael Gregorius 2015-06-28 00:24:23 +02:00
  • 37c4da81b5 Final version that lets the user select the ALSA device with a combo box Michael Gregorius 2015-06-27 20:07:26 +02:00
  • 27653b713b Moves the probing code for available devices into the ALSA driver Michael Gregorius 2015-06-27 16:42:17 +02:00
  • 79cae31b5b Some refactoring to enable signals in audio driver setup dialogs Michael Gregorius 2015-06-26 17:14:47 +02:00
  • ad70c99d96 Populate and show a combo box of available ALSA cards and devices Michael Gregorius 2015-06-26 00:06:34 +02:00
  • d0c38960b8 Merge pull request #2133 from zonkmachine/knob-update Colin Wallace 2015-06-24 19:32:41 -07:00
  • 31e9ce2922 Update knob after changing response 'lin/log' Oskar Wallgren 2015-06-25 00:09:08 +02:00
  • ce7c9a5b8c Merge pull request #2111 from Wallacoloo/git-2110 Colin Wallace 2015-06-22 19:11:08 -07:00
  • dcde377fd4 Update the man page and the windows installer info Umcaruje 2015-06-21 23:33:08 +02:00
  • 2e010141ad Remove FxMixer friendship privileges from FxMixerView and MixerWorkerThread Colin Wallace 2015-06-22 03:01:49 +00:00
  • 18e1d69cac Offload most Midi processing from Song into MidiTime class Colin Wallace 2015-06-22 00:41:33 +00:00
  • 8edfdc0543 Remove unused function 'isTempoAutomated()' Colin Wallace 2015-06-22 00:17:17 +00:00
  • 335b1c1c75 const-correctness for Song::getPlayPos() Colin Wallace 2015-06-22 00:15:30 +00:00
  • 546cb17e5f Simpler nextFullTact() algorithm Colin Wallace 2015-06-21 22:55:14 +00:00
  • a6f74c2423 Readme: Remove section about latest release Lukas W 2015-06-21 18:51:21 +02:00
  • 31368699ec Merge pull request #2108 from LMMS/travis-qt5 Lukas W 2015-06-21 16:22:27 +02:00
  • 8b0b2df38e Fix compilation for Qt 5.0 Lukas W 2015-06-21 15:41:26 +02:00
  • baf883d808 Travis: Add Qt5 job Lukas W 2015-06-16 18:23:01 +02:00
  • 707c9cbb87 Put opening brace on its own line Colin Wallace 2015-06-20 23:12:22 +00:00
  • 9c392e918c Merge pull request #2119 from ThomasJClark/master Colin Wallace 2015-06-20 16:10:48 -07:00
  • dad4e8ef10 Merge pull request #2105 from Wallacoloo/doc_typos Colin Wallace 2015-06-20 15:28:55 -07:00
  • cdeba9c651 Check for valid pattern when focussing out pianoroll Thomas Clark 2015-06-19 21:21:38 -04:00
  • 96a1d412dd Merge pull request #2116 from Wallacoloo/rm-legacy-friends Lukas W 2015-06-18 10:00:26 +02:00
  • c112e50ddd Removed legacy friend declarations Colin Wallace 2015-06-18 03:23:43 +00:00
  • 05d4b1398d Merge pull request #2006 from softrabbit/midi_import Tres Finocchiaro 2015-06-17 15:48:27 -04:00
  • 766c9d0cd5 Update outdated translation sources for View menu Colin Wallace 2015-06-17 03:12:23 +00:00
  • 67105307a4 Update source translations for changed View menu wording Colin Wallace 2015-06-17 03:06:52 +00:00
  • 71389bfc5a Fix wording consistency in View menu (~~Show/Hide~~ Controller Rack) Colin Wallace 2015-06-17 02:54:25 +00:00
  • aaaa11c943 CMake: Add Qt5 include directories Lukas W 2015-06-16 17:23:18 +02:00
  • 4d4f0ed438 CMake proper version comparison Lukas W 2015-06-16 16:55:38 +02:00
  • ca746e50f9 Merge pull request #2106 from Wallacoloo/remove-hasGUI Lukas W 2015-06-16 14:26:08 +02:00
  • 860d419c14 Replace 'Engine::hasGUI()' with 'gui != nullptr' Colin Wallace 2015-06-16 05:40:05 +00:00
  • 8a145b6baf Merge pull request #2097 from zonkmachine/mallets-spam Colin Wallace 2015-06-15 17:00:06 -07:00
  • 81164e91a9 Correct filenames within documentation strings Colin Wallace 2015-06-15 23:52:13 +00:00
  • be564efb1e Add missing EXPORT directives for new SubWindow class Colin Wallace 2015-06-15 23:41:08 +00:00
  • 4f40583cfb Merge pull request #2102 from zonkmachine/organic-wave-lables Lukas W 2015-06-15 10:39:26 +02:00
  • 61a9e9de02 Merge pull request #2104 from Wallacoloo/init_m_fb Lukas W 2015-06-15 10:30:52 +02:00
  • 44f8b24fb3 Merge branch 'stable-1.1' Lukas W 2015-06-15 10:11:53 +02:00
  • eaf6ad35d8 Connect slots *after* initializing members Colin Wallace 2015-06-15 06:48:04 +00:00
  • 2616269b68 initialize m_fb to NULL Colin Wallace 2015-06-15 06:33:41 +00:00
  • 908591ba7d Have MainWindow and others make use of the new SubWindow class Colin Wallace 2015-06-15 03:26:07 +00:00
  • 7cc917cc06 Added SubWindow class to compensate for incorrect behavior of normalGeometry() method on X11 Colin Wallace 2015-06-14 22:47:16 +00:00
  • 8b9868e0e5 Merge branch 'cmake_dist' Lukas W 2015-06-14 21:38:12 +02:00
  • 91aafceba5 Fix Organic wave labels Oskar Wallgren 2015-06-14 09:23:39 +02:00
  • 979fa2fb93 Merge pull request #2048 from Wallacoloo/issue-2015-4 Dave 2015-06-13 11:37:22 +01:00
  • 5fabdfdb20 Stop mallet spamming the terminal Oskar Wallgren 2015-06-13 00:55:27 +02:00
  • 6c934d6aae Merge pull request #2096 from curlymorphic/i1660 Dave 2015-06-12 22:09:24 +01:00
  • d6ff89af68 Remove MessageBox waring of incomplete stk instalation from mallets Dave French 2015-06-12 20:46:04 +01:00
  • 4142a55f5f Merge pull request #2095 from curlymorphic/i2094 Tres Finocchiaro 2015-06-12 13:58:39 -04:00
  • 0c205ba504 Nolonger try to validate sf2 anf gig files Dave French 2015-06-12 18:21:09 +01:00
  • 90dd8b2abb Merge pull request #2091 from softrabbit/issue1812 Tres Finocchiaro 2015-06-11 09:48:47 -04:00
  • d9193960fc Coding style fixup. Raine M. Ekman 2015-06-11 10:27:09 +03:00
  • f896316de4 ConfigManager: Don't add templates to "recent files" list Raine M. Ekman 2015-06-11 10:19:48 +03:00
  • ecbeaf788c Merge pull request #2065 from midi-pascal/master Tres Finocchiaro 2015-06-10 13:08:00 -04:00
  • 222ce7ba23 Vocoder plugin: refactor for speed Raine M. Ekman 2015-06-10 19:29:57 +03:00
  • fa498caf5c Add and correct some French translation midi-pascal 2015-06-10 09:07:55 -04:00
  • 5265ec988f Merge pull request #2069 from BaraMGB/preset Tres Finocchiaro 2015-06-02 13:43:44 -04:00
  • cc454b2b53 Fix pixmap discovery Lukas W 2015-05-30 22:59:18 +02:00
  • 422fbbc8d3 Merge branch 'master' into cmake_dist Lukas W 2015-05-30 22:59:06 +02:00
  • f403299460 Fix selected-note volume bug Tres Finocchiaro 2015-05-24 13:55:09 -04:00
  • 0e5c6aeaf8 Sets the Focus to the InstrumentTrackWindow if a preset or a sample droped to it. Steffen Baranowsky 2015-05-24 01:42:17 +02:00
  • a644183a57 Merge pull request #2062 from midi-pascal/master Tres Finocchiaro 2015-05-19 20:32:30 -04:00
  • 46f72d97ce Issue #2061 Sf2Player: Chorus tooltip assigned to reverb pascal 2015-05-19 19:26:58 -04:00
  • c4f4fe3657 MIDI import: i18n in default track names, control names for automation tracks Raine M. Ekman 2015-05-18 21:54:21 +03:00
  • 12f299bb9e Reorder Editor/Song destruction order to prevent bad memory accesses (issue #2015) Colin Wallace 2015-05-12 18:56:58 +00:00
  • 22b1e4fb4c Clarified the reason for qApp->processEvents(), changed an odd type juggling into something slightly saner. Raine M. Ekman 2015-05-05 22:21:33 +03:00
  • 542250e127 MIDI import: set default pitch bend range to +/-2 semitones Raine M. Ekman 2015-04-25 13:49:06 +03:00
  • 06d87174e4 MIDI import: call qApp->processEvents(); before creating tracks Raine M. Ekman 2015-04-25 10:12:02 +03:00
  • 61ab0ed093 MIDI import: add naming of AutomationTracks Raine M. Ekman 2015-04-24 22:44:02 +03:00
  • 2a72d5f119 MIDI import: ensure minimum note length 1 tick Raine M. Ekman 2015-04-24 22:26:31 +03:00
  • ff44854cde MIDI import: don't call AutomationPattern::addObject all the time Raine M. Ekman 2015-04-24 21:17:27 +03:00
  • 2f969c1e1c Merge pull request #2033 from michaelgregorius/2028-slow_midi_import Tres Finocchiaro 2015-05-05 00:31:08 -04:00
  • cbf4e59691 Yet another tab correction Michael Gregorius 2015-05-04 19:37:54 +02:00
  • 3e72793465 Fixes the wrong tab spacing for #2028 Michael Gregorius 2015-05-03 22:19:42 +02:00
  • 53f5ef1980 Solves issue #2028 (Slow MIDI import due to repeated message) Michael Gregorius 2015-05-03 19:22:47 +02:00
  • 9f95c041b6 Merge pull request #1987 from Wallacoloo/instrument-nav-btns Tres Finocchiaro 2015-05-02 00:29:56 -04:00