-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-broadcasting #1300
Multi-broadcasting #1300
Commits on Jun 2, 2017
-
preferences: add WIP class for broadcasting profiles
Palakis committedJun 2, 2017 Configuration menu - View commit details
-
Copy full SHA for b75dc85 - Browse repository at this point
Copy the full SHA b75dc85View commit details -
xml profile schema: refactor tag names to SnakeCase
Palakis committedJun 2, 2017 Configuration menu - View commit details
-
Copy full SHA for eb7a29d - Browse repository at this point
Copy the full SHA eb7a29dView commit details -
Fix errors in BroadcastProfile and make sure it builds
I initially forgot to add broadcastprofile.cpp into the list of source files in build/depends.py, so I didn't noticed all the errors and mistakes I've made while writing this earlier. This commit aims to fix these errors and have the BroadcastProfile class to build.
Palakis committedJun 2, 2017 Configuration menu - View commit details
-
Copy full SHA for abc8b81 - Browse repository at this point
Copy the full SHA abc8b81View commit details
Commits on Jun 9, 2017
-
(WIP) BroadcastSettings and BroadcastProfile refactor
No idea if this works. I just want to make sure it is saved somewhere out of my computer. I may squash this with other commits later.
Palakis committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 6449956 - Browse repository at this point
Copy the full SHA 6449956View commit details -
BroadcastSettings: fix behaviour of filename gen. method
Palakis committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for afff79f - Browse repository at this point
Copy the full SHA afff79fView commit details -
BroadcastProfile: fix XML load/save code
Both ways didn't handled the document's root tag. Now, profile values are saved properly.
Palakis committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 744cb93 - Browse repository at this point
Copy the full SHA 744cb93View commit details -
BroadcastSettings: enhance default profile creation
Palakis committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for c1296be - Browse repository at this point
Copy the full SHA c1296beView commit details -
BroadcastSettings: add qDebug statements
Palakis committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 52f8d7e - Browse repository at this point
Copy the full SHA 52f8d7eView commit details -
BroadcastProfile: remove extra qualifications in header file
Palakis committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 84dd954 - Browse repository at this point
Copy the full SHA 84dd954View commit details -
Merge branch 'master' of https://github.com/mixxxdj/mixxx into broadc…
…ast-profiles
Palakis committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 607bab5 - Browse repository at this point
Copy the full SHA 607bab5View commit details -
BroadcastProfile: fix XML file load code
Palakis committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for b2d089d - Browse repository at this point
Copy the full SHA b2d089dView commit details
Commits on Jun 15, 2017
-
BroadcastSettings: make sure only one instance exists
Palakis committedJun 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 29e2205 - Browse repository at this point
Copy the full SHA 29e2205View commit details -
Code style fix in EncoderBroadcastSettings
Palakis committedJun 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 0ee0095 - Browse repository at this point
Copy the full SHA 0ee0095View commit details -
SettingsManager: remove shared pointer type
This isn't needed in the current state of the code.
Palakis committedJun 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 6196f40 - Browse repository at this point
Copy the full SHA 6196f40View commit details -
Add auto migration from legacy broadcasting settings
These additions automatically fetches existing Live Broadcasting preferences from mixxx.cfg, puts them in the Default Profile and removes the now useless keys from mixxx.cfg
Palakis committedJun 15, 2017 14Configuration menu - View commit details
-
Copy full SHA for 48fd2f2 - Browse repository at this point
Copy the full SHA 48fd2f2View commit details
Commits on Jun 16, 2017
-
Broadcasting settings: don't remove previous settings when migrating
Palakis committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 9114789 - Browse repository at this point
Copy the full SHA 9114789View commit details -
Move BroadcastProfile::loadLegacySettings to BroadcastSettings
Palakis committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for cb2ed7b - Browse repository at this point
Copy the full SHA cb2ed7bView commit details -
Unindent anonymous namespace of BroadcastProfile class
Palakis committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 679b61d - Browse repository at this point
Copy the full SHA 679b61dView commit details -
BroadcastProfile: remove non-existent method declaration
Palakis committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 0c8392c - Browse repository at this point
Copy the full SHA 0c8392cView commit details -
Add unit tests for BroadcastProfile class
Palakis committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 39cc28a - Browse repository at this point
Copy the full SHA 39cc28aView commit details -
Fix and rename method BroadcastProfile::checkNameCompliance
Palakis committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for ab14026 - Browse repository at this point
Copy the full SHA ab14026View commit details -
BroadcastProfile: fix DefaultValues unit test
Palakis committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for c6e0af9 - Browse repository at this point
Copy the full SHA c6e0af9View commit details -
BroadcastProfile: fix typo in forbidden characters regex
Add more tests in the process, because the regex changed.
Palakis committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 38c9b1d - Browse repository at this point
Copy the full SHA 38c9b1dView commit details
Commits on Jun 17, 2017
-
BroadcastProfile: fix forbidden chars regex syntax
Palakis committedJun 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 1f2452d - Browse repository at this point
Copy the full SHA 1f2452dView commit details
Commits on Jun 20, 2017
-
Several minor fixes in BroadcastProfile class
Palakis committedJun 20, 2017 Configuration menu - View commit details
-
Copy full SHA for e590364 - Browse repository at this point
Copy the full SHA e590364View commit details -
Use a QSharedPointer smart pointer for instances of BroadcastProfile
Palakis committedJun 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 0b85dea - Browse repository at this point
Copy the full SHA 0b85deaView commit details -
Several changes in BroadcastSettings class
Palakis committedJun 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 5057479 - Browse repository at this point
Copy the full SHA 5057479View commit details -
Minor fixes in DlgPrefBroadcast
Palakis committedJun 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 6d4e369 - Browse repository at this point
Copy the full SHA 6d4e369View commit details -
BroadcastProfile: replace use of QSharedPointer with std::unique_ptr
Palakis committedJun 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 7ddba28 - Browse repository at this point
Copy the full SHA 7ddba28View commit details -
BroadcastSettings: hashmap for fast lookup of profiles by name
Palakis committedJun 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 799dc4e - Browse repository at this point
Copy the full SHA 799dc4eView commit details -
BroadcastProfile: loadFromFile returns a smart pointer
Palakis committedJun 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 337b260 - Browse repository at this point
Copy the full SHA 337b260View commit details
Commits on Jun 21, 2017
-
Remove uses of C++14 std::make_unique
Palakis committedJun 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 0676416 - Browse repository at this point
Copy the full SHA 0676416View commit details -
Revert removal of std::make_unique and use it properly
Palakis committedJun 21, 2017 Configuration menu - View commit details
-
Copy full SHA for b9806f6 - Browse repository at this point
Copy the full SHA b9806f6View commit details -
Use QSharedPointers instead of std::unique_ptr and add missing connec…
…t call BroadcastProfile notifies name changes to BroadcastSettings with Qt's signals & slots system. However Qt is not compatible with the std::unique_ptr smart pointer. A refactor of BroadcastProfilePtr is required to make it compatible. std::unique_ptr has been replaced with QSharedPointer, as this type is easy to pass around in the code while keeping a reference to the original pointer and deleting it when not used anymore.
Palakis committedJun 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 7d4fdd6 - Browse repository at this point
Copy the full SHA 7d4fdd6View commit details -
Refactor BroadcastProfile ForbiddenChars unit test
Palakis committedJun 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 4c55ae6 - Browse repository at this point
Copy the full SHA 4c55ae6View commit details
Commits on Jun 22, 2017
-
BroadcastProfile tests: remove deprecated asserts
Palakis committedJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 43468cd - Browse repository at this point
Copy the full SHA 43468cdView commit details -
BroadcastProfile: add clarifying comment
Palakis committedJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 50e542b - Browse repository at this point
Copy the full SHA 50e542bView commit details
Commits on Jun 23, 2017
-
BroadcastSettings: implement model and remove get/setCurrentProfile
Palakis committedJun 23, 2017 Configuration menu - View commit details
-
Copy full SHA for f4d10b7 - Browse repository at this point
Copy the full SHA f4d10b7View commit details -
BroadcastProfile unit testing: use regular tests
Palakis committedJun 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 113108d - Browse repository at this point
Copy the full SHA 113108dView commit details -
BroadcastProfile tests: remove useless fixture
Palakis committedJun 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 57e9047 - Browse repository at this point
Copy the full SHA 57e9047View commit details
Commits on Jun 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 266007f - Browse repository at this point
Copy the full SHA 266007fView commit details
Commits on Jul 4, 2017
-
(WIP) Preliminary work on ShoutOutput and EngineBroadcast refactor
Building this will fail.
2Configuration menu - View commit details
-
Copy full SHA for c7382d8 - Browse repository at this point
Copy the full SHA c7382d8View commit details
Commits on Jul 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6917d7e - Browse repository at this point
Copy the full SHA 6917d7eView commit details
Commits on Jul 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8c03902 - Browse repository at this point
Copy the full SHA 8c03902View commit details
Commits on Jul 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6e5fa01 - Browse repository at this point
Copy the full SHA 6e5fa01View commit details -
BroadcastProfile: add valuesCopy() and equals() method
equals() compares two instances of BroadcastProfile for equality. valuesCopy() copies all values of the instance to a new one.
Configuration menu - View commit details
-
Copy full SHA for b9cb248 - Browse repository at this point
Copy the full SHA b9cb248View commit details -
Configuration menu - View commit details
-
Copy full SHA for be407b0 - Browse repository at this point
Copy the full SHA be407b0View commit details
Commits on Jul 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f1bf7f1 - Browse repository at this point
Copy the full SHA f1bf7f1View commit details
Commits on Jul 11, 2017
-
DlgPrefBroadcast: new UI setup
Mostly imported from the broadcast-profiles branch, with some compatibility changes for the latest codebase. There's one known crash currently.
Configuration menu - View commit details
-
Copy full SHA for d595cf2 - Browse repository at this point
Copy the full SHA d595cf2View commit details
Commits on Jul 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 873e738 - Browse repository at this point
Copy the full SHA 873e738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7bfdd - Browse repository at this point
Copy the full SHA 1b7bfddView commit details
Commits on Jul 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a75bb17 - Browse repository at this point
Copy the full SHA a75bb17View commit details
Commits on Jul 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 11fb342 - Browse repository at this point
Copy the full SHA 11fb342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c17eb3 - Browse repository at this point
Copy the full SHA 9c17eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2f52b - Browse repository at this point
Copy the full SHA aa2f52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa050bc - Browse repository at this point
Copy the full SHA fa050bcView commit details
Commits on Jul 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 01ee9e3 - Browse repository at this point
Copy the full SHA 01ee9e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d8004 - Browse repository at this point
Copy the full SHA 18d8004View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef28060 - Browse repository at this point
Copy the full SHA ef28060View commit details -
Various changes in DlgPrefBroadcast
* Add a help message between the connections list and the settings panel * Automatic profile name generation: fix to try another name if a candidate is already taken * Highlight first row of connections list on init
Configuration menu - View commit details
-
Copy full SHA for 63a886b - Browse repository at this point
Copy the full SHA 63a886bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c31354b - Browse repository at this point
Copy the full SHA c31354bView commit details
Commits on Jul 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e8441d1 - Browse repository at this point
Copy the full SHA e8441d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a51b9 - Browse repository at this point
Copy the full SHA 02a51b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d402382 - Browse repository at this point
Copy the full SHA d402382View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6654d0 - Browse repository at this point
Copy the full SHA d6654d0View commit details
Commits on Jul 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 984a8fb - Browse repository at this point
Copy the full SHA 984a8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aad697 - Browse repository at this point
Copy the full SHA 2aad697View commit details -
Configuration menu - View commit details
-
Copy full SHA for f064217 - Browse repository at this point
Copy the full SHA f064217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5403930 - Browse repository at this point
Copy the full SHA 5403930View commit details -
Configuration menu - View commit details
-
Copy full SHA for eba67a8 - Browse repository at this point
Copy the full SHA eba67a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e30ae9d - Browse repository at this point
Copy the full SHA e30ae9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f8267 - Browse repository at this point
Copy the full SHA f3f8267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bbb715 - Browse repository at this point
Copy the full SHA 3bbb715View commit details
Commits on Jul 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b8de265 - Browse repository at this point
Copy the full SHA b8de265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afe852 - Browse repository at this point
Copy the full SHA 8afe852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97736f5 - Browse repository at this point
Copy the full SHA 97736f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62af486 - Browse repository at this point
Copy the full SHA 62af486View commit details
Commits on Jul 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c691dde - Browse repository at this point
Copy the full SHA c691ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 875b268 - Browse repository at this point
Copy the full SHA 875b268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 469ac5d - Browse repository at this point
Copy the full SHA 469ac5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883f38d - Browse repository at this point
Copy the full SHA 883f38dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3157038 - Browse repository at this point
Copy the full SHA 3157038View commit details -
This is ShoutOutput's thread's responsibility to manage connecting to and disconnecting from the streaming server.
Configuration menu - View commit details
-
Copy full SHA for ac3d44b - Browse repository at this point
Copy the full SHA ac3d44bView commit details -
ShoutOutput: avoid semaphore infinite lock
The thread must be able to detect when a disconnect is signaled (profile disabled) to properly disconnect even when no audio data is available from the engine
Configuration menu - View commit details
-
Copy full SHA for 9fb40ff - Browse repository at this point
Copy the full SHA 9fb40ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7090d6 - Browse repository at this point
Copy the full SHA c7090d6View commit details
Commits on Jul 26, 2017
-
BroadcastProfile: implement optional secure password storage
Uses QtKeychain. Build only works on Linux currently.
Configuration menu - View commit details
-
Copy full SHA for fbe7b25 - Browse repository at this point
Copy the full SHA fbe7b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea2824 - Browse repository at this point
Copy the full SHA 3ea2824View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a2a81 - Browse repository at this point
Copy the full SHA a7a2a81View commit details
Commits on Jul 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 579b7fe - Browse repository at this point
Copy the full SHA 579b7feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0eaefc - Browse repository at this point
Copy the full SHA b0eaefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba4a7f - Browse repository at this point
Copy the full SHA bba4a7fView commit details
Commits on Jul 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3466215 - Browse repository at this point
Copy the full SHA 3466215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96cd4e2 - Browse repository at this point
Copy the full SHA 96cd4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0902e5e - Browse repository at this point
Copy the full SHA 0902e5eView commit details
Commits on Aug 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 10c4831 - Browse repository at this point
Copy the full SHA 10c4831View commit details -
Add compile flag to enable secure password storage
Use qtkeychain=1 in scons to enabled this feature
Configuration menu - View commit details
-
Copy full SHA for cdad690 - Browse repository at this point
Copy the full SHA cdad690View commit details -
Add optional secure credentials in Live Broadcasting profiles
Use qtkeychain=1 in scons to enabled this feature
Configuration menu - View commit details
-
Copy full SHA for be375c7 - Browse repository at this point
Copy the full SHA be375c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe6c40 - Browse repository at this point
Copy the full SHA dfe6c40View commit details
Commits on Aug 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9557e7d - Browse repository at this point
Copy the full SHA 9557e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for accdb0c - Browse repository at this point
Copy the full SHA accdb0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b89def4 - Browse repository at this point
Copy the full SHA b89def4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8882d93 - Browse repository at this point
Copy the full SHA 8882d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4771f9 - Browse repository at this point
Copy the full SHA f4771f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8afe4 - Browse repository at this point
Copy the full SHA ce8afe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b16aa - Browse repository at this point
Copy the full SHA 84b16aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a85d7 - Browse repository at this point
Copy the full SHA f4a85d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8401b30 - Browse repository at this point
Copy the full SHA 8401b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e18cb - Browse repository at this point
Copy the full SHA c8e18cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449f902 - Browse repository at this point
Copy the full SHA 449f902View commit details -
Add optional secure password storage in XML profiles
From branch 'xmlprofile-securepassword'
Configuration menu - View commit details
-
Copy full SHA for 2b455ec - Browse repository at this point
Copy the full SHA 2b455ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aff8a7 - Browse repository at this point
Copy the full SHA 6aff8a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032dcf7 - Browse repository at this point
Copy the full SHA 032dcf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9023e38 - Browse repository at this point
Copy the full SHA 9023e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a421db8 - Browse repository at this point
Copy the full SHA a421db8View commit details -
Revert "CI: try to fix qtkeychain OS X install"
This reverts commit 9023e38.
Configuration menu - View commit details
-
Copy full SHA for 1901785 - Browse repository at this point
Copy the full SHA 1901785View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b9102 - Browse repository at this point
Copy the full SHA a4b9102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6894dbd - Browse repository at this point
Copy the full SHA 6894dbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c6846 - Browse repository at this point
Copy the full SHA f4c6846View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf3078 - Browse repository at this point
Copy the full SHA fdf3078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5631250 - Browse repository at this point
Copy the full SHA 5631250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b0251 - Browse repository at this point
Copy the full SHA 89b0251View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb5f31 - Browse repository at this point
Copy the full SHA dbb5f31View commit details
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eb613ab - Browse repository at this point
Copy the full SHA eb613abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5a846 - Browse repository at this point
Copy the full SHA fa5a846View commit details -
Configuration menu - View commit details
-
Copy full SHA for a79a858 - Browse repository at this point
Copy the full SHA a79a858View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fdd91b - Browse repository at this point
Copy the full SHA 6fdd91bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd00b55 - Browse repository at this point
Copy the full SHA bd00b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ab60a - Browse repository at this point
Copy the full SHA a8ab60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b78f9b8 - Browse repository at this point
Copy the full SHA b78f9b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e95ea - Browse repository at this point
Copy the full SHA 43e95eaView commit details -
(WIP) Qt model separate from BroadcastSettings
This is definitely Work In Progress. Some aspects are not quite right and Mixxx could crash.
Configuration menu - View commit details
-
Copy full SHA for 0d632ec - Browse repository at this point
Copy the full SHA 0d632ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for da0468f - Browse repository at this point
Copy the full SHA da0468fView commit details
Commits on Aug 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 194c0f2 - Browse repository at this point
Copy the full SHA 194c0f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a87fda - Browse repository at this point
Copy the full SHA 5a87fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6763376 - Browse repository at this point
Copy the full SHA 6763376View commit details -
(WIP) Audio streaming engine refactor
This is a WIP to simplify and adapt the live broadcasting parts of the audio engine. It started from this design: Frames from audio engine => FIFO in SoundDeviceNetwork => FIFO in EngineNetworkStream => FIFO in EngineBroadcast => FIFOs in instances of ShoutConnection Buffer sync is done in SoundDeviceNetwork and EngineNetworkStream, but these were designed for a single connection. In the current implementation (multi-broadcasting branch), the buffer sync code has no real effect on ShoutConnection instances. New design: Frames from audio engine => FIFO in SoundDeviceNetwork => FIFOs in instances of ShoutConnection SoundDeviceNetwork is now aware of the several instances of ShoutConnection (as NetworkStreamWorkers), and NetworkStreamWorker now has attributes to allow buffer sync and management by SoundDeviceNetwork. EngineNetworkStream still exists to keep the workers list and its input part (needs rework), and EngineBroadcast has been completely deleted. Its connection list sync responsibilities with BroadcastSettings are now honored by BroadcastManager
Configuration menu - View commit details
-
Copy full SHA for 1939347 - Browse repository at this point
Copy the full SHA 1939347View commit details
Commits on Aug 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4c3214a - Browse repository at this point
Copy the full SHA 4c3214aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e5095 - Browse repository at this point
Copy the full SHA 51e5095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c96385 - Browse repository at this point
Copy the full SHA 1c96385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f84f1e - Browse repository at this point
Copy the full SHA 5f84f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5c8f6 - Browse repository at this point
Copy the full SHA 0f5c8f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61113f8 - Browse repository at this point
Copy the full SHA 61113f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b0fdd - Browse repository at this point
Copy the full SHA f8b0fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bab140 - Browse repository at this point
Copy the full SHA 7bab140View commit details
Commits on Aug 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 84af3ae - Browse repository at this point
Copy the full SHA 84af3aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c39eecf - Browse repository at this point
Copy the full SHA c39eecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e203710 - Browse repository at this point
Copy the full SHA e203710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 170b439 - Browse repository at this point
Copy the full SHA 170b439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988c6dc - Browse repository at this point
Copy the full SHA 988c6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f52925 - Browse repository at this point
Copy the full SHA 2f52925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7e087 - Browse repository at this point
Copy the full SHA 0d7e087View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9324899 - Browse repository at this point
Copy the full SHA 9324899View commit details
Commits on Aug 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4c262e9 - Browse repository at this point
Copy the full SHA 4c262e9View commit details
Commits on Aug 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cac95d8 - Browse repository at this point
Copy the full SHA cac95d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff7bd6 - Browse repository at this point
Copy the full SHA 7ff7bd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab23ed - Browse repository at this point
Copy the full SHA 0ab23edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cba5bf - Browse repository at this point
Copy the full SHA 3cba5bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e499cf - Browse repository at this point
Copy the full SHA 9e499cfView commit details
Commits on Aug 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b99d4a5 - Browse repository at this point
Copy the full SHA b99d4a5View commit details
Commits on Aug 22, 2017
-
Fix issues with connection status and enabled status
- Connections don't get disabled automatically on failure anymore - Failed connections are reset to Disconnected status when stopping broadcasting
Configuration menu - View commit details
-
Copy full SHA for 68b18b5 - Browse repository at this point
Copy the full SHA 68b18b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc7c0b - Browse repository at this point
Copy the full SHA bbc7c0bView commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0c9e770 - Browse repository at this point
Copy the full SHA 0c9e770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a18f75 - Browse repository at this point
Copy the full SHA 1a18f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 832f144 - Browse repository at this point
Copy the full SHA 832f144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46dd14b - Browse repository at this point
Copy the full SHA 46dd14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0aefaa - Browse repository at this point
Copy the full SHA b0aefaaView commit details
Commits on Aug 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d984089 - Browse repository at this point
Copy the full SHA d984089View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f042a - Browse repository at this point
Copy the full SHA e9f042aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e7c44 - Browse repository at this point
Copy the full SHA a0e7c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0887c5 - Browse repository at this point
Copy the full SHA f0887c5View commit details
Commits on Sep 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b22fdc4 - Browse repository at this point
Copy the full SHA b22fdc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd84f5 - Browse repository at this point
Copy the full SHA 7dd84f5View commit details
Commits on Sep 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 04d017c - Browse repository at this point
Copy the full SHA 04d017cView commit details
Commits on Sep 14, 2017
-
Live Broadcasting prefs: mountpoint check + fix bug
- The Live Broadcasting preferences panel now checks on apply that two connections to the same server don't have identical mountpoints. Comparison is based on the "host" value but not on the actual underlying IP address if DNS names are used. - Fixed a bug where last edited settings on the currently selected connection were not took into account
Configuration menu - View commit details
-
Copy full SHA for 5d91aee - Browse repository at this point
Copy the full SHA 5d91aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for abfa300 - Browse repository at this point
Copy the full SHA abfa300View commit details
Commits on Sep 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c5ef2d1 - Browse repository at this point
Copy the full SHA c5ef2d1View commit details
Commits on Sep 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cfa5940 - Browse repository at this point
Copy the full SHA cfa5940View commit details
Commits on Oct 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6fdde51 - Browse repository at this point
Copy the full SHA 6fdde51View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b32fc - Browse repository at this point
Copy the full SHA e2b32fcView commit details
Commits on Nov 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7c72278 - Browse repository at this point
Copy the full SHA 7c72278View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad83005 - Browse repository at this point
Copy the full SHA ad83005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d17faa - Browse repository at this point
Copy the full SHA 4d17faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a8de3 - Browse repository at this point
Copy the full SHA f5a8de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ba5e0 - Browse repository at this point
Copy the full SHA 43ba5e0View commit details
Commits on Nov 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f23e55a - Browse repository at this point
Copy the full SHA f23e55aView commit details
Commits on Nov 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 19cbee3 - Browse repository at this point
Copy the full SHA 19cbee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 993d0cb - Browse repository at this point
Copy the full SHA 993d0cbView commit details