summaryrefslogtreecommitdiffstats
path: root/src/preferences/broadcastsettings.cpp
AgeCommit message (Expand)Author
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13preferences: Get rid of old-style Qt connect() callsJan Holthuis
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2018-11-28add test for BroadcastSettings::applyModelMatthew Nicholson
2018-11-27reuse the old file name when saving a brodcast profileMatthew Nicholson
2018-11-27don't attempt to delete the file if we never saved itMatthew Nicholson
2018-11-27fix whitespace after forMatthew Nicholson
2018-11-27rename iteratorMatthew Nicholson
2018-11-27track the filename we used for broadcast profilesMatthew Nicholson
2018-11-27remove unused deleteProfile() functionMatthew Nicholson
2018-11-27use QMap::erase() to delete profilesMatthew Nicholson
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-05-28Merge branch 'lv2_support2' into effect_blacklistingKshitij Gupta
2018-05-25Coding standards conformancekshitij98
2018-04-06Typo fixes luzpaz
2017-08-11BroadcastSettings: fix default profile nameStéphane Lepin
2017-08-11Replace uses of qDebug with Logger classStéphane Lepin
2017-08-08(WIP) Audio streaming engine refactorStéphane L
2017-08-08Move model reset method to model classStéphane Lepin
2017-08-08(WIP) Qt model separate from BroadcastSettingsStéphane Lepin
2017-08-07BroadcastSettings: remove useless const refs to QSharedPointersStéphane Lepin
2017-08-07Bugfix: profile not saved under new name when renamingStéphane Lepin
2017-08-05Refactor in DlgPrefBroadcast and BroadcastSettingsStéphane Lepin
2017-08-05Live Broadcasting: simpler connection removalStéphane Lepin
2017-08-04Fix dataChanged notification triggered on connection status changesStéphane Lepin
2017-08-04Provide connection status in Live Broadcasting preferences UIStéphane Lepin
2017-08-04WIP on LB connection status UIStéphane Lepin
2017-07-31Remove tabs identitationStéphane Lepin
2017-07-22EngineBroadcast: init connection list on constructStéphane Lepin
2017-07-19DlgPrefBroadcast: WIP on connection Removal ModeStéphane Lepin
2017-07-19Bugfix: show current name when renaming a broadcasting profileStéphane Lepin
2017-07-19Bugfix: avoid empty values when renaming a profile/connection in prefsStéphane Lepin
2017-07-18DlgPrefBroadcast: automatic profile naming on createStéphane Lepin
2017-07-17BroadcastSettings: fix file removalStéphane Lepin
2017-07-17DlgPrefBroadcast: implement profile removalStéphane Lepin
2017-07-17Fixes in BroadcastSettings and DlgPrefBroadcastStéphane Lepin
2017-07-17DlgPrefBroadcast: basic enable/disable + renameStéphane Lepin
2017-07-12DlgPrefBroadcast: profile list WIPStéphane Lepin
2017-07-11DlgPrefBroadcast: new UI setupStéphane Lepin
2017-07-07EngineBroadcast sync with BroadcastSettingsStéphane Lepin
2017-06-23BroadcastSettings: implement model and remove get/setCurrentProfilePalakis
2017-06-21Use QSharedPointers instead of std::unique_ptr and add missing connect callPalakis
2017-06-21Revert removal of std::make_unique and use it properlyPalakis
2017-06-21Remove uses of C++14 std::make_uniquePalakis
2017-06-21BroadcastProfile: loadFromFile returns a smart pointerPalakis
2017-06-21BroadcastSettings: hashmap for fast lookup of profiles by namePalakis