]> git.0d.be Git - jack_mixer.git/history - channel.py
Set version to 14 in preparation for next release
[jack_mixer.git] / channel.py
2020-10-14 Christopher ArndtChannel strip UI layout and code improvements (#68)
2020-09-29 Christopher ArndtRefactor: put balance slider into own class in 'slider...
2020-09-29 Christopher ArndtFix mising parentheses for method call
2020-09-27 Christopher ArndtSet modo/stereo radio buttons insensitiev directly...
2020-09-27 Christopher ArndtImprove channel properties dialog layout
2020-09-26 Christopher ArndtChannel dialogs usability improvements
2020-08-26 Frédéric PétersAdapt text color to background color (#56) (#59)
2020-07-23 Daniel SheelerAdd tooltip if output channel name is too long in Contr...
2020-07-23 Daniel SheelerSet maximum width on ControlGroup label and ellisize it.
2020-07-23 Christopher ArndtImprove Channel shrinking/expansion
2020-07-22 Daniel SheelerRemove unuseful ctlgroup property
2020-07-22 Daniel SheelerAbility to widen/narrow input channels.
2020-07-21 Daniel SheelerFix monitor channel clicking off if clicked when on
2020-07-19 Daniel SheelerAdd K20 scale
2020-07-17 Daniel SheelerAllow drag n drop to change channel positions
2020-07-11 Daniel SheelerFix new output channel not creating from dialog
2020-07-05 Daniel SheelerDo not show intial value radio buttons in output channe...
2020-07-05 Daniel SheelerSerialize prefader button states
2020-07-05 Daniel SheelerMake control group buttons use smaller font and less...
2020-07-05 Daniel SheelerName C interface consistently
2020-07-04 Daniel SheelerImproved prefader button appearance and tooltip. Thank...
2020-07-03 Daniel SheelerAdd a prefader button to input channel control groups
2020-07-03 Daniel SheelerRemove unnecessary c interface funcs. Fix volume text...
2020-07-02 Christopher ArndtUse standard-logging module instead of scattered print...
2020-07-02 Daniel SheelerMake initial window wide enough to fit 2 ins, 2 outs...
2020-07-02 Christopher ArndtImprove styling of control groups
2020-07-02 Daniel SheelerMove global mute/solo buttons below faders
2020-07-02 Daniel SheelerUse alpha in color chooser; set default color to (0...
2020-07-02 Daniel SheelerMIDI Control Channels -> MIDI Control Changes
2020-07-02 Daniel SheelerAdd 0dB/-Inf option for starting values on newly create...
2020-07-01 Daniel SheelerImprove mute/solo ControlGroup packing
2020-07-01 Daniel SheelerOn open, only clear channels if loading xml file succeeds
2020-06-30 Daniel SheelerCss names no longer derived from channel name.
2020-06-29 Daniel SheelerBalance uses pick up mode
2020-06-29 Daniel SheelerBalance double-click reset to zero; scroll; click drag...
2020-06-29 Daniel SheelerDo pick up mode properly for volume
2020-06-26 Daniel SheelerFix channel property update bugs
2020-06-26 Daniel SheelerAdd out channel label to control group buttons
2020-06-26 Daniel SheelerChoose output channel colors
2020-06-25 Daniel SheelerRename "Autoset" to "Learn"
2020-06-25 Christopher ArndtAllow manual setting of MIDI control change numbers...
2020-06-13 Athanasios SilisMerge branch 'master' into mergebranch
2020-06-12 Daniel SheelerFix step_increment for scroll event
2020-06-11 Daniel Sheelerpython2 -> python3 initial changes
2020-06-11 Daniel SheelerMake midi sensing dialog on top
2020-06-11 Daniel SheelerFix autoset dialogue bug
2020-05-11 Daniel SheelerFix merge fail.
2020-05-10 Daniel SheelerFix solo display errror; better colors
2020-05-09 Daniel SheelerBetter formatting
2020-05-07 Daniel SheelerVarious fixes; color buttons with css
2020-05-06 Daniel SheelerFirst pass at gtk3
2020-05-04 Daniel SheelerDon't show solo midi cc for Output channels
2020-05-04 Daniel SheelerJust starting coloring ControlGroup buttons
2020-05-04 Daniel SheelerMake 'solo all' midi controlable
2020-05-04 Daniel SheelerAdd a 'solo all' button
2020-05-03 Daniel SheelerShore up sensing midi cc
2020-05-03 Daniel SheelerNew channel dialogue now can set mute_cc
2020-04-29 Daniel SheelerAdd midi control for mute-all button
2020-04-29 Daniel SheelerAdd mute-all button to input channels
2020-04-27 Daniel SheelerRemove main mix channel
2020-04-27 Daniel SheelerMake midi channel 0 work
2020-04-27 Daniel SheelerSerialize out channel mute button state
2020-04-25 Daniel SheelerAdd per output channel mute button
2020-04-02 Daniel SheelerImproved ramping over an arbitrary time,
2011-07-12 John HedgesRead new settings before the dialog is destroyed
2011-07-12 Frédéric PétersRename midi_got_events to midi_in_got_events
2010-10-04 Frédéric PétersDon't fail applying channel changes on non numeric...
2010-02-09 Frédéric PétersUse bacakward compatible call to gobject.timeout_add...
2010-02-09 Frédéric PétersBack to polling for MIDI events, to avoid the need...
2010-02-09 Frédéric PétersDeclare member variable, fixing loading settings from...
2009-12-29 Arnout EngelenMerge branch 'master' of ssh://repo.or.cz/srv/git/jack_...
2009-12-29 Arnout EngelenChange output port name when input channel is renamed
2009-12-29 Arnout EngelenChannel properties default 'apply' button
2009-12-29 Arnout EngelenAdd 'Edit .. channel' submenu's
2009-12-15 Frédéric PétersReplaced serialization_name functions by class methods
2009-12-15 Frédéric PétersHandle post fader outputs for input channels from Pytho...
2009-12-14 Frédéric PétersRemove shebang lines from Python plain modules
2009-12-14 Frédéric PétersMenu items to remove output channels individually
2009-12-14 Frédéric PétersFixed rotation of output channel colours
2009-12-14 Frédéric PétersUpdate clear menu item to also clear output channels
2009-12-14 Frédéric PétersRenamed classes to conform to standard Python coding...
2009-12-14 Frédéric PétersDisplay an error on incorrect settings file
2009-12-14 Frédéric PétersUpdate output channel colours to increase contrast
2009-12-13 Frédéric PétersMinor cleanup of import statements
2009-12-13 Frédéric PétersAdd a right click handler on main mute/solo buttons...
2009-12-12 Frédéric PétersDo not allow duplicated channel names
2009-12-12 Frédéric PétersSerialize mute/solo status
2009-12-11 Frédéric PétersAdd a monitor output channel, and toggle buttons on...
2009-12-10 Frédéric PétersUse underscore in serialization attribute name
2009-12-09 Frédéric PétersConnected output channels mute/solo buttons to make...
2009-12-09 Frédéric PétersAdd effective UI to display/hide the solo buttons of...
2009-12-09 Frédéric PétersDo not let channels have an empty name
2009-12-06 Arnout EngelenImprove keyboard navigation of 'channel' dialog (#14895)
2009-11-07 Frédéric PétersDefaults to not displaying solo buttons for every outpu...
2009-11-07 Frédéric PétersUse different colours for different widget states
2009-11-07 Frédéric PétersMove output channels buttons (mute/solo) directly below...
2009-11-02 Frédéric PétersUI bits for channels selection in output channel proper...
2009-11-02 Frédéric PétersPreliminary control groups
2009-11-01 Frédéric PétersAdd properties dialog for output channels
2009-10-29 Frédéric PétersAdd possibility to add new output groups
next