~mr-unwell2006/mixxx/mixxx

« back to all changes in this revision

Viewing changes to mixxx/src/dlgprefshoutcastdlg.ui

  • Committer: Sean M. Pappalardo
  • Date: 2010-11-29 21:23:11 UTC
  • Revision ID: pegasus@renegadetech.com-20101129212311-akd9zzghhctv7iud
- Removed deprecated line from .ui files
- Clarified audio format plugins text
- Changed GUI signals to QAction::triggered() (activated() doesn't exist and was breaking the menus on Qt 4.7 on Windows.)
- Removed the MIDI sendInhibit stuff, fixing bug #676086. (If we have deadlocks on shutdown, it's because we have too many mutexes. We never realized the wrong threads were calling the MIDI functions and used mutexes when we should've used signals/slots. This needs to be cleaned up for v1.10.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
529
529
  </layout>
530
530
 </widget>
531
531
 <layoutdefault spacing="6" margin="11"/>
532
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
533
532
 <resources/>
534
533
 <connections/>
535
534
</ui>