summaryrefslogtreecommitdiffstats
path: root/src/preferences/broadcastsettings.h
AgeCommit message (Expand)Author
2020-12-07merge 2.3Be
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2018-11-28add test for BroadcastSettings::applyModelMatthew Nicholson
2018-11-27track the filename we used for broadcast profilesMatthew Nicholson
2018-11-27remove unused deleteProfile() functionMatthew Nicholson
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-05Refactor in DlgPrefBroadcast and BroadcastSettingsStéphane Lepin
2017-08-04Provide connection status in Live Broadcasting preferences UIStéphane Lepin
2017-07-22EngineBroadcast: init connection list on constructSté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-21BroadcastSettings: hashmap for fast lookup of profiles by namePalakis
2017-06-20BroadcastProfile: replace use of QSharedPointer with std::unique_ptrPalakis
2017-06-20Several changes in BroadcastSettings classPalakis
2017-06-20Use a QSharedPointer smart pointer for instances of BroadcastProfilePalakis
2017-06-16Move BroadcastProfile::loadLegacySettings to BroadcastSettingsPalakis
2017-06-15Add auto migration from legacy broadcasting settingsPalakis
2017-06-15BroadcastSettings: make sure only one instance existsPalakis
2017-06-09BroadcastSettings: enhance default profile creationPalakis
2017-06-09(WIP) BroadcastSettings and BroadcastProfile refactorPalakis
2016-12-29moved broadcast settings to own classDaniel Schürmann