13
0
Commit Graph

36689 Commits

Author SHA1 Message Date
f8469a49ed fix compilation 2022-12-12 10:20:02 -07:00
06dfba2677 SessionDialog: do not invoke idle callbacks from response
This dialog is queued for idle delete by both StartupFSM and
ArdourUI. The deletion cannot be allowed to happen during
a response handler
2022-12-12 10:17:05 -07:00
095b84080a ArdourDialog: API to prevent idle callbacks during response handling 2022-12-12 10:15:55 -07:00
62bfd34ba8 fix mistake in f4827b470b 2022-12-12 08:17:53 -07:00
Edgar Aichinger
d92342fc90
update german translation 2022-12-12 11:42:39 +01:00
d1ef9947a2
Add Lua bindings to change mute-points 2022-12-12 10:43:59 +01:00
f4827b470b fix unnecessary error messages from time info box 2022-12-11 20:41:20 -07:00
jujudusud
723428e697 Some more FR translations 2022-12-11 16:04:36 -07:00
jujudusud
6d3847dfcb Espace disque -> : 2022-12-11 16:04:36 -07:00
jujudusud
33ff6d71cf Auto-Input -> Entrée-auto 2022-12-11 16:04:36 -07:00
jujudusud
ebd9782639 Some more fr translations 2022-12-11 16:04:36 -07:00
jujudusud
76ab489c0e Menu Greffons / plugins 2022-12-11 16:04:36 -07:00
jujudusud
6d3359bb3c Menu Apparence / Appearance 2022-12-11 16:04:36 -07:00
Olivier HUMBERT
b24da7ec3b Some more French update
Quelques traductions en français en + @jujudusud
2022-12-11 16:04:36 -07:00
jujudusud
5a8bc3a0b2 more fr translation 2022-12-11 16:04:36 -07:00
jujudusud
69d3fbab6a more fr translation 2022-12-11 16:04:36 -07:00
jujudusud
dbc89368e8 more fr translation 2022-12-11 16:04:36 -07:00
jujudusud
fca80697e8 more fr translation 2022-12-11 16:04:36 -07:00
jujudusud
a99d4de847 more translations for fr 2022-12-11 16:04:36 -07:00
jujudusud
9cbb78bee4 marqueur BBT et coquilles 2022-12-11 16:04:36 -07:00
jujudusud
bf86d08e21 cliché - snapshot 2022-12-11 16:04:36 -07:00
jujudusud
f3e2b65ffd signature rythmique - time signature 2022-12-11 16:04:36 -07:00
jujudusud
5271667d87 more fr translation 2022-12-11 16:04:36 -07:00
jujudusud
ef96061cb5 more fr translation 2022-12-11 16:04:36 -07:00
jujudusud
46f1aa87cb more fr translation 2022-12-11 16:04:36 -07:00
Olivier HUMBERT
1e71212e46 relecture de la traduction
- suppression de sauvegardes (à présent inutiles) de traductions passées
- ponctuations
- corrections diverses
2022-12-11 16:04:36 -07:00
jujudusud
d8372ccf5b more fr translations 2022-12-11 16:04:36 -07:00
jujudusud
5797cc2fce more fr translations 2022-12-11 16:04:36 -07:00
jujudusud
a74fba8c35 more fr translations 2022-12-11 16:04:36 -07:00
jujudusud
6f44786976 more fr translations 2022-12-11 16:04:36 -07:00
jujudusud
f906f854e0 more fr translations 2022-12-11 16:04:36 -07:00
jujudusud
b07fdba37d update selection 2022-12-11 16:04:36 -07:00
jujudusud
5daf4bbe3b update french translators 2022-12-11 16:04:36 -07:00
jujudusud
0560181e5b some more fr translation 2022-12-11 16:04:36 -07:00
sub26nico
af85c09d3e Update fr.po 2022-12-11 16:04:36 -07:00
jujudusud
1a9c205361 updating po files with new french translator 2022-12-11 16:04:35 -07:00
jujudusud
6b0a43af0a add sub26nico as translator 2022-12-11 16:04:35 -07:00
jujudusud
06963d6d39 update fr translation for ardour 7 2022-12-11 16:04:35 -07:00
sub26nico
f66880463c Update fr.po 2022-12-11 16:04:35 -07:00
jujudusud
f73fa81d34 update fr translation to ardour 7 2022-12-11 16:04:35 -07:00
6006e25c88 Update Russian translation 2022-12-12 00:58:51 +03:00
d568bb5a06 Fix unused computed values
For example:

../libs/pbd/reallocpool.cc:138:38: warning: value computed is not used
[-Wunused-value]
  138 |                 ASSERT (_asize (ptr) <= newsize);
2022-12-11 11:54:03 -05:00
483ca4e19d
MIDI tracer: disable trace when window is closed
This fixes a bug with some MIDI port constantly tracing,
because trace_parser is never unset.
2022-12-11 13:13:02 +01:00
5637e811f9
MIDI Tracer connects to ports, remove unused tracer port 2022-12-11 12:53:57 +01:00
39c324b620 temporal: fix ::get_grid() crash condition
We cannot call TempoMetric::superclock_at (BBT_Time) if the BBT time is beyond
the range of the current TempoMetric. We must discover that *before* we make
that call, not as part of the test to see if we've exceeded the range.
2022-12-10 22:59:58 -07:00
5e9e21911c corrections for methods that move playhead to region boundaries
1. "not found" is now indicated by a timepos_t::max() value, not a negative one.
2. if the direction to search is negative we should decrement (when possible)
before searching, to avoid finding the current position.
2022-12-10 18:13:48 -07:00
d62cba8ba5
Add tooltip for mixer-strip color/number label 2022-12-10 22:22:31 +01:00
db3e87a7e4 do nothing gracefully if asked to remove only tempo 2022-12-10 14:14:12 -07:00
dc74decdf7 remove luminance changes from ARDOUR_UI_UTILS::unique_palette_color() 2022-12-10 13:45:07 -07:00
6ed1402812 use ItemChangeBlocker to improve performance of RegionView::remove_silent_frames() 2022-12-10 13:40:06 -07:00