Add URL of documentation to javadoc.
[sonitus.git] / src /
2013-06-06 David ‘Bombe’ RodenAdd URL of documentation to javadoc. master
2013-06-06 David ‘Bombe’ RodenFix formatting.
2013-06-06 David ‘Bombe’ RodenImprove logging.
2013-06-06 David ‘Bombe’ RodenCheck correctly for unknown/unset metadata.
2013-06-06 David ‘Bombe’ RodenAdd logging.
2013-06-06 David ‘Bombe’ RodenIf a connection within this filter has caught an except...
2013-06-06 David ‘Bombe’ RodenUpdate metadata after opening all filters.
2013-06-06 David ‘Bombe’ RodenStore the connections per filter.
2013-06-06 David ‘Bombe’ RodenCreate a simpler thread name because we only have one...
2013-06-06 David ‘Bombe’ RodenAdd logging.
2013-06-06 David ‘Bombe’ RodenLet the connection use its own logger.
2013-06-06 David ‘Bombe’ RodenLet the real exception propagate.
2013-06-06 David ‘Bombe’ RodenChange filter opening.
2013-06-06 David ‘Bombe’ RodenAdd filter that combines several filters into one.
2013-06-06 David ‘Bombe’ RodenExpose a connection’s source and sinks.
2013-06-06 David ‘Bombe’ RodenTurn connection into a static class.
2013-06-06 David ‘Bombe’ RodenFormatting.
2013-06-06 David ‘Bombe’ RodenUpdate javadocs.
2013-06-06 David ‘Bombe’ RodenRemove references to the event bus.
2013-06-06 David ‘Bombe’ RodenIgnore the given metadata when opening.
2013-06-06 David ‘Bombe’ RodenTransport metadata inline.
2013-06-05 David ‘Bombe’ RodenOpen the source, too.
2013-06-05 David ‘Bombe’ RodenAdd equals() method that ignores the comment of the...
2013-06-04 David ‘Bombe’ RodenMerge remote-tracking branch 'github/master'
2013-06-04 David ‘Bombe’ RodenRemove now obsolete predicate filter.
2013-06-04 David ‘Bombe’ RodenHand in changed metadata to superclass.
2013-06-04 David ‘Bombe’ RodenPull all interfaces into a single interface: Filter.
2013-06-04 David ‘Bombe’ RodenRename dummy filter to basic filter.
2013-06-04 David ‘Bombe’ RodenAdd marker for unknown metadata.
2013-06-04 David ‘Bombe’ RodenAdd FLAC identifier and fix comments.
2013-06-04 David ‘Bombe’ RodenAdd test case for RememberingInputStream.
2013-06-04 David ‘Bombe’ RodenDeclare the current samples array as final.
2013-06-04 David ‘Bombe’ RodenFix read(byte[]) method.
2013-06-04 David ‘Bombe’ RodenAdd identifier for FLAC streams.
2013-06-04 David ‘Bombe’ RodenReturn a list of metadata blocks because they do have...
2013-06-04 David ‘Bombe’ RodenAdd parser for FLAC metadata.
2013-06-04 David ‘Bombe’ RodenSupply the frame’s content.
2013-06-04 David ‘Bombe’ RodenDo not use a BiMap.
2013-06-04 David ‘Bombe’ RodenWrite the first bytes to the buffer correctly.
2013-06-04 David ‘Bombe’ RodenFix javadoc.
2013-05-30 David ‘Bombe’ RodenShow hours on timestamp.
2013-05-30 David ‘Bombe’ RodenImprove logging.
2013-05-30 David ‘Bombe’ RodenCreate threads with decent names.
2013-05-29 David ‘Bombe’ RodenReturn the correct metadata.
2013-05-29 David ‘Bombe’ RodenGet rid of event bus, use a custom listener instead.
2013-05-29 David ‘Bombe’ RodenSlightly improve logging.
2013-05-28 David ‘Bombe’ RodenHighlight component panels on hover and selection.
2013-05-28 David ‘Bombe’ RodenTurn hover listener into a selection listener.
2013-05-28 David ‘Bombe’ RodenDon’t listen for updates on the parent component.
2013-05-28 David ‘Bombe’ RodenUse full title instead of title.
2013-05-28 David ‘Bombe’ RodenUpdate immediately if the metadata has been updated.
2013-05-28 David ‘Bombe’ RodenDon’t change the title, just set the content.
2013-05-28 David ‘Bombe’ RodenAdd comment to content metadata.
2013-05-28 David ‘Bombe’ RodenRemove debug output.
2013-05-28 David ‘Bombe’ RodenDon’t use another thread if there actually are no sinks...
2013-05-28 David ‘Bombe’ RodenDraw components correctly in case of filters without...
2013-05-28 David ‘Bombe’ RodenFix layout.
2013-05-28 David ‘Bombe’ RodenRequire less space for component info panel.
2013-05-28 David ‘Bombe’ RodenFix metadata updating after a reset.
2013-05-28 David ‘Bombe’ RodenInitialize start time with a value that will always...
2013-05-28 David ‘Bombe’ RodenRemember and expose the start time of a connection.
2013-05-28 David ‘Bombe’ RodenFix metadata handling.
2013-05-28 David ‘Bombe’ RodenImprove logging.
2013-05-28 David ‘Bombe’ RodenBeautify metadata output format in case there’s no...
2013-05-28 David ‘Bombe’ RodenChange format metadata output format.
2013-05-28 David ‘Bombe’ RodenDeclare metadata final.
2013-05-28 David ‘Bombe’ RodenShow metadata in component panel if it differs from...
2013-05-28 David ‘Bombe’ RodenRegister metadata listeners at all components for metad...
2013-05-28 David ‘Bombe’ RodenAdd method to iterate all components.
2013-05-28 David ‘Bombe’ RodenUpdate metadata title with timestamp.
2013-05-28 David ‘Bombe’ RodenMove event and metadata handling into abstract base...
2013-05-28 David ‘Bombe’ RodenAdd metadata listeners to components.
2013-05-28 David ‘Bombe’ RodenRename “Controlled” to “ControlledComponent.”
2013-05-27 David ‘Bombe’ RodenShow information and all controllers next to the pipeline.
2013-05-27 David ‘Bombe’ RodenSend events when the mouse cursor enters a controlled...
2013-05-27 David ‘Bombe’ RodenAdd panel for component information.
2013-05-27 David ‘Bombe’ RodenAdd traffic counter.
2013-05-27 David ‘Bombe’ RodenCount and expose the number of bytes that have been...
2013-05-27 David ‘Bombe’ RodenRename Feeder to Connection.
2013-05-27 David ‘Bombe’ RodenImplement iterable.
2013-05-27 David ‘Bombe’ RodenExpose format and content metadata.
2013-05-27 David ‘Bombe’ RodenAdd example configuration file.
2013-05-27 David ‘Bombe’ RodenDisplay pipeline in main window.
2013-05-27 David ‘Bombe’ RodenAdd panel that displays a pipeline.
2013-05-27 David ‘Bombe’ RodenExpose source and sinks from the pipeline.
2013-05-27 David ‘Bombe’ RodenUse title for Icecast metadata.
2013-05-27 David ‘Bombe’ RodenAdd configuration container.
2013-05-27 David ‘Bombe’ RodenAdd volume filter.
2013-05-27 David ‘Bombe’ RodenNull out sourceDataLine if the line could not be opened.
2013-05-27 David ‘Bombe’ RodenAccess controls in a more error-resilient way.
2013-05-27 David ‘Bombe’ RodenShow metadata in main window.
2013-05-27 David ‘Bombe’ RodenAdd some missing javadoc comments.
2013-05-27 David ‘Bombe’ RodenSend metadata updates events when the metadata changes.
2013-05-27 David ‘Bombe’ RodenCreate all controlled components with an event bus.
2013-05-27 David ‘Bombe’ RodenExpose metadata from every controlled component.
2013-05-27 David ‘Bombe’ RodenAdd border around controller panel.
2013-05-27 David ‘Bombe’ RodenAdd border around tabbed pane.
2013-05-27 David ‘Bombe’ RodenAdd name to all controlled components.
2013-05-27 David ‘Bombe’ RodenEnsure that we always write multiples-of-1024 byte...
2013-05-27 David ‘Bombe’ RodenAdd output stream wrapper that always writes a multiple...
next