summaryrefslogtreecommitdiffstats
path: root/src/preferences/broadcastprofile.cpp
AgeCommit message (Expand)Author
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Replace some old-style Qt connect() callsJan Holthuis
2020-11-10Remove filename headersxerus2000
2020-10-27Fix wrong types of anonymous namespace constantsJan Holthuis
2020-08-31Merge pull request #3043 from PawBud/stream_nameDaniel Schürmann
2020-08-27Stream_name: Replaced QString with QStringLiteral. Sanskar Bajpai
2020-08-27Stream_name: Adding a default stream name to the Stream Info.Sanskar Bajpai
2020-04-27Simplify the codec code definitionsJosepMaJAZ
2020-04-26Fix ogg vorbis codec for broadcasting.JosepMaJAZ
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2019-06-14Default: Store broadcast credentials as plain textUwe Klotz
2019-01-13Fix and cleanup Qt compatibility includesUwe Klotz
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2018-12-29Merge pull request #1919 from iamcodemaker/bcpDaniel Schürmann
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-11Just replace 'qtkeychain' with 'qt5keychain'Uwe Klotz
2018-12-09Replace qtkeychain with qt5keychainUwe Klotz
2018-11-27track the filename we used for broadcast profilesMatthew Nicholson
2018-11-27save/load m_profileName when reading and writingMatthew Nicholson
2018-09-16Merge pull request #1694 from rryan/qtkeychainDaniel Schürmann
2018-06-30Fix QString construction and reassignmentPawel Golinski
2018-06-29Support IRC, AIM, ICQ in shoutcast broadcastsPawel Golinski
2018-05-29Use qt5keychain when building with Qt 5.RJ Skerry-Ryan
2018-05-28Merge branch 'lv2_support2' into effect_blacklistingKshitij Gupta
2018-05-25Coding standards conformancekshitij98
2018-05-24Use const QString& in some placesDaniel Schürmann
2018-05-20More qt5 compatibility fixes. How did these slip in?RJ Skerry-Ryan
2017-12-16Fix typo in BroadcastProfile::loadValuesStéphane Lepin
2017-11-28Fix unused parameter warningsUwe Klotz
2017-08-14Settings model: properly relay "enabled" connection statusStéphane Lepin
2017-08-12BroadcastProfile: add error message on failed secure password retrievalStéphane Lepin
2017-08-11Replace uses of qDebug with Logger classStéphane Lepin
2017-08-10Change error/info dialog titlesStéphane Lepin
2017-08-10Secure password storage: add error dialogStéphane Lepin
2017-08-08(WIP) Qt model separate from BroadcastSettingsStéphane Lepin
2017-08-07BroadcastProfile: add method adoptValues and use it in valuesCopyStéphane Lepin
2017-08-01Add optional secure credentials in Live Broadcasting profilesStéphane L
2017-07-31Remove tabs identitationStéphane Lepin
2017-07-24BroadcastProfile: remove profile name from XML documentStéphane Lepin
2017-07-22BroadcastProfile: add valuesEqualsStéphane Lepin
2017-07-18DlgPrefBroadcast: automatic profile naming on createStéphane Lepin
2017-07-07BroadcastProfile: add valuesCopy() and equals() methodStéphane Lepin
2017-06-22BroadcastProfile: add clarifying commentPalakis
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