summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2013-10-15update russian translation (again)Paul Davis
2013-10-15fix spelling and program name abstractionPaul Davis
2013-10-15update russian translation (from alexandre prokoudine)Paul Davis
2013-10-15try to prevent crash if running latency calibration with JACK setup that is ↵Paul Davis
lacking input or output ports (re: #5721 and #5719)
2013-10-15fix crash when opening audio/MIDI setup while playing etc.Paul Davis
2013-10-15make the startup -> session dialog flow more sensible for brand new usersPaul Davis
2013-10-15do not call AudioEngine::set_driver() when the backend does not require ↵Paul Davis
driver selection
2013-10-14use processor owner to set GUIs opened by a ProcessorBox, not current route namePaul Davis
Since the GUIs remain open across changes in track selection for the editor mixer now, the current route name is not always correct as the owner/location of the Processor.
2013-10-14changes that will help fix a crash related to plugin window visibility. some ↵Paul Davis
work still to be done
2013-10-14tweak API of WindowProxy, and remove all unnecessary get() calls in ↵Paul Davis
functions where, if we have no window, there is nothing to do
2013-10-12enable videotimeline on OSXRobin Gareus
2013-10-12export video-range: add to context menuRobin Gareus
2013-10-12video-range export tweaks:Robin Gareus
* quantize range to video-frame boundaries * warn if range is empty or does not include video
2013-10-12do not use delete_when_idle() to delete a plugin UI because an entirely ↵Paul Davis
separate mechanism exists for that
2013-10-12revert part of 4091ff175c5204 that caused window/sizing chaos. silly paulPaul Davis
2013-10-12rework things for Audio/MIDI setup dialog a bit: no tabs being the most ↵Paul Davis
noticeable change
2013-10-121 bug fix plus padding control for ArdourButtonPaul Davis
2013-10-12post a dialog about a session being opened in read-only mode (if it happens)Paul Davis
2013-10-12minor adjustments to latency measurement UI stuffPaul Davis
2013-10-12remove erroneous ` in stringPaul Davis
2013-10-11don't use a possibly non-existent window as a transient parent when showing ↵Paul Davis
a dialog about engine failure
2013-10-10minor tweaks to audio/MIDI setup windowPaul Davis
2013-10-10more fixes and rationalizations for MIDI option handling in the audio MIDI setupPaul Davis
2013-10-10basic use of new backend MIDI optionsPaul Davis
2013-10-10nicely handle the (should-never-happen) case of no audio/MIDI backends being ↵Paul Davis
detected
2013-10-08updated DE translation from edgar aichingerPaul Davis
2013-10-08fix some issues with window flow when session loading fails; shrink "New ↵Paul Davis
Session" button in session setup dialog
2013-10-07possible relief for snapshot loadingPaul Davis
2013-10-07remove debug outputPaul Davis
2013-10-07delete the UI from main() to get full cleanupPaul Davis
2013-10-07use new GtkUI design in ARDOUR_UIPaul Davis
2013-10-07window proxy should delete its window during its destructorPaul Davis
2013-10-06fix up some aspects of loading from a cmdline session namePaul Davis
2013-10-04remove another unnecessary use of libgen.hPaul Davis
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC ↵Paul Davis
(some versions, at least), part 2
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC ↵Paul Davis
(some versions, at least)
2013-10-04switch from MAXPATHLEN to PATH_MAX, and use <limits.h> not <sys/param.h> for ↵Paul Davis
portability
2013-10-04remove unnecessary header includePaul Davis
2013-10-04remove OSC related cruft from ardour_ui_options.ccPaul Davis
control surface activation is handled via an entirely separate mechanism now
2013-09-24fix crash when cmdline provides session namePaul Davis
2013-09-23tighten up layout of session dialog; make button say cancel or quit in ↵Paul Davis
difference scenarios
2013-09-23shrink small-splash.png image by 50%Paul Davis
2013-09-23use new Session API to show session SR and disk bit depth in recent sessions ↵Paul Davis
list
2013-09-23move rate_as_string() from EngineControl to utils.ccPaul Davis
2013-09-23move announcements frame around in the session dialog and adjust spacing/bordersPaul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
first-time user code remains in ArdourStartup session selection/setup moved to SessionDialog many other cleanups, logic improvements, and so forth to the overall session loading process. Not 100% finished yet.
2013-09-22use WindowManager/WMProxy to correctly manage the audio/MIDI setup windowPaul Davis
2013-09-22make session creation from a template work againPaul Davis
2013-09-21remove use-session-as-template option from new session dialog and fix ↵Paul Davis
ability to not use a template Note: using a template is still not actually working ...
2013-09-21make sure the template selector has an item visible if there are anyPaul Davis