summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2014-07-31micro tweaks to width box and name button layoutBen Loftis
2014-07-31Increase mixer strip button vpad to 4.David Robillard
Fix issue where soloing resized buttons.
2014-07-30Add 1px border to mixer strip so buttons don't overlap selection border.David Robillard
2014-07-30Use text to specify combo box padding for better font/display tolerance.David Robillard
Consistent mixer strip button height. The latter works by setting all the button size request heights to the calculated height of the alphabet. Thus, all buttons of the same class will be the same height regardless of their actual text.
2014-07-30use FocusEntry for the peak_display, so it matches the size of gain_displayBen Loftis
2014-07-30More colour tweaks according to IRC discussion.David Robillard
2014-07-29Shrink minimum width a bit by using the same hpad for all toolbar selectors.David Robillard
30 was already being used for some, and looks like more than enough padding, for me. Hopefully is enough everywhere.
2014-07-29Consistent styling for toolbar buttons.David Robillard
All the different looks here didn't seem to convey anything useful to me, and looked sloppy. I went with the style of the transport button. It would be nice if we could style button elements like Inset in the configuration, but this would require some work.
2014-07-29Various UI tweaks.Ben Loftis
Refactor comments dialog into Route_UI so it can be shared by tracks and strips. Make Color and Comments selections consistent in the menus Refine the color displays at the top of each mixer strip Correctly color the number displays on tracks
2014-07-29In the mixbus mixer, the rec/mon buttons are smallerBen Loftis
If Input is not shown, then you are just mixing, so the_CLA and I think it is ok to hide the MIDI input button with the audio input button
2014-07-28remove some cruft with group button, move it under faderBen Loftis
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-28force horizontal scrollbar and spacer, so strips line up nicelyBen Loftis
2014-07-28Mixer page: ESC should deselect all mixer strips and processorsBen Loftis
2014-07-28alternate layout with a full-height editor-mixer, for mixbusBen Loftis
2014-07-28disallow selection of the fader and meter processor entriesBen Loftis
2014-07-25fix for video-monitor (xjadeo >= 0.7.8 is started w/o jack-transport)Robin Gareus
2014-07-25update video-monitor override flagsRobin Gareus
(new OSX/openGL menu bar in upcoming xjadeo 0.8)
2014-07-24several fixes to make processor selection and deletion feel right, for both ↵Ben Loftis
mixer and editor-mixer strips
2014-07-24Remove "implicit" selection for plugin deletion.Ben Loftis
Allow deletions in the mixer strip to fall through to editor if nothing was selected.
2014-07-24Add track-rec/mute/solo actions to menu, so users can bind themBen Loftis
Make Fit-Tracks sensitive to track selections
2014-07-24oops, fix copy-paste errorBen Loftis
2014-07-24Revert previous select-strips-under-mouse behaviorBen Loftis
However, keep the path for deletions in the editor-mixer via _entered_mixer_strip TODO: if nothing was deleted, assume the user was trying to delete something in the editor instead Show selected plugins by a red border TODO: more work on the selection model for plugins and mixer strips
2014-07-23Allow deletion of processors in editor_mixer_strip by pointing and pressing ↵Ben Loftis
Delete This had to be hacked because the editor_mixer strip is on the editor and doesnt respond to mixer keybindings. Also force the gain intry to lose focus if the user leaves the mixer strip. this will probably solve some long-standing complaints. although perhaps a more elegant solution is possible.
2014-07-23holding Primary(ctrl/cmd) allows user to make noncontiguous strip selectionsBen Loftis
2014-07-23holding Primary(ctrl/cmd) allows user to make noncontiguous strip selectionsBen Loftis
2014-07-23Mixer selection follows mouseBen Loftis
This eliminates ambiguity about which strip the keybindings will affect. Hold shift to make a quick group from adjacent mixer strips.
2014-07-23Cut and Copy should remember the white space at the end of a range.Ben Loftis
This will be used when you paste with Ripple; it maintains the whitespace that you chose in the selection. Also fix default setting of Dim contol by storing the default(normal) value for MPControl Controllables.
2014-07-23double-click a plugin to remove it from the pending add listBen Loftis
2014-07-23Add some new zoom-to-selection actions, so zoom tool is less needed.Ben Loftis
Reverse order of items in the zoom menus to match Ardour. Consolidate the extra zoom math into a function; this fixes a problem in zoom-to-session.
2014-07-223 monitor tweaks for the_CLA. shift+click to default, and new preset valsBen Loftis
2014-07-22Remove troublesome cairo antialiasing hint.Ben Loftis
Tweak knob gfx slightly.
2014-07-18Merge branch 'waveview_hacks' of https://github.com/nmains/ardour into ↵Paul Davis
cairocanvas
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new ↵Ben Loftis
ArdourKnob instead of VolumeController. New ArdourDisplay shows a controllables user value, and provides support for preset values (hardcoded at present). Further refactoring to come, so that ArdourWidgets are derived from a common class. Controllable now has more responsibility for scaling between internal, user, and interface (knob percent) values. This also needs more refactoring and might have some unintended consequences. tested with audio and nothing seems amiss, yet.
2014-07-15add Editor::trackviews_height() convenience function to determine height of ↵Paul Davis
trackview area of canvas; use to help fix set_visible_track_count(); don't consider hidden tracks in that function; add "Selected" to that selector menu
2014-07-15try to get font size for rulers right or at least better on OS XPaul Davis
2014-07-15Don't show all controllers for generic MIDI devices.David Robillard
This takes a VERY long time to do, so is probably a problem for defined devices with a ton of channels and devices, too. Not sure what the smart thing to do here is, though adding lanes really shouldn't be this slow in the first place.
2014-07-15Show all named controllers for "Show All Automation" on MIDI tracks.David Robillard
2014-07-15Show 1-based channel numbers in MIDI controller automation menu.David Robillard
This matches the numbers shown elsewhere, previously if you had a track set to e.g. channel 10, the controller menu items had "[9]" suffixes.
2014-07-15Add a couple of function calls so that Ardour will perform some basic ↵John Emmas
cleanup when the user exits Up until now we were relying on various d'tors to do this cleanup for us. However, because we were calling 'exit()' (to terminate the program) those d'tors were never getting called. We should probably review the use of exit() as a termination strategy.
2014-07-15Render waveview components onto alpha masks to simplify drawing.nick_m
Reduce user panic by removing ! from missing file dialog title. Use justify left in missing file dialog.
2014-07-14remove some gtk warnings caused by adding monitor buttons without removing ↵Ben Loftis
them first
2014-07-14icon for experimental time-zoom on MixbusBen Loftis
2014-07-14make GUI preferences discoverable from the View menuBen Loftis
2014-07-14scroll up/down by tracks uses top edge as "focal point"; fix some other ↵Paul Davis
nasty code details
2014-07-14vertical scroll events should move by tracksPaul Davis
2014-07-14up/down scroll buttons on left of summary should move by tracksPaul Davis
2014-07-14if a button has an icon, dont draw text as wellBen Loftis
2014-07-14Group the Rec and Monitor buttons together. Group the Solo Isolate and Lock ↵Ben Loftis
buttons together. And add a method to show/hide each group in the Preferences
2014-07-14(Mixbus profile only) tentatively remove the Zoom and Cut tools, to save ↵Ben Loftis
space in the toolbar and reduce some highly redundant functions