Commit Graph

13588 Commits

Author SHA1 Message Date
Robin Gareus
9d7ca1dfa9 Remove debug message 2020-07-12 21:44:46 +02:00
Ben Loftis
89a7c41175 Likely fix for occasional crash in editor_regions::region_changed() 2020-07-12 12:05:23 -05:00
Iurie Nistor
4e6a15938c double click to expand / contract the track 2020-07-12 16:09:07 +02:00
Robin Gareus
68082abc22 Fix track-header visibility for inactive tracks
This supersedes 0708cdb6b4, an explicit `name_label.show()`
is not needed. The inactive label was missing an explicit call
to show.

This also fixes MIDI track MIDNAM Selector visibility
2020-07-10 18:16:18 +02:00
Robin Gareus
c398d85f0b Disabled routes do not have a label that can be edited 2020-07-10 17:47:10 +02:00
Iurie Nistor
0708cdb6b4 Show name when audio track is inactive 2020-07-10 17:44:04 +02:00
Vincenzo Reale
759ba6a7c9 Editing about.cc 2020-07-10 00:28:16 +02:00
Adam Bark
c8e92338ff Emphasise beat lines; fix issue 8156
"grid line micro" and "grid line minor" colours were the same so it was
difficult to tell where in a bar you were when zoomed in.
2020-07-07 12:06:26 -06:00
Johannes Mueller
9b2228d6fd Fix ripple moving automation points
When ripple moving a region all the subsequent regions will be moved, next
region in the playlist after the dragged one first, last region of the playlist
last.

Thus, when an automation point is ripple moved along a region past the starting
point of the next region, it will be moved again along with the next region as
the move of the next region occurs after moving the automation point.

This fix reverses the sequence of the ripple moves, last region in the playlist
will be moved first, the next after the dragged one, last. So no temporary
overlap of regions will occur.
2020-07-07 19:39:16 +02:00
Robin Gareus
d99dd1e3ec Fix auto-play when locating via drag/click in the editor 2020-07-07 18:53:42 +02:00
Vincenzo Reale
2379b2a5cf Italian translation update 2020-07-06 20:28:02 +02:00
Paul Davis
187e2521fb remove debug message 2020-07-05 18:08:58 -06:00
Paul Davis
1ceb153037 fix "Loop Range" in marker context menu 2020-07-05 17:48:16 -06:00
Paul Davis
eaf88040cc NO-OP: add missing braces 2020-07-05 17:48:16 -06:00
Ben Loftis
6af2f4e127 Report Boxy and Flat button styles to LV2 plugins (extends 1ecaff) 2020-07-05 15:22:43 -05:00
Paul Davis
ad6de3c233 when carrying out MIDI editing operations, be sure to act only once per Model when the selection involves non-forked copies
Still can fail if the non-forked copies have been modified enough, but user should not multi-select them in that instance
2020-07-02 23:15:10 -06:00
Paul Davis
b4c71a5afe add action created a few months ago to global Track menu to toggle layer display 2020-07-02 14:50:12 -06:00
Paul Davis
8f8099d8cc respond to changes in UI ellipsize track name mode 2020-07-01 12:17:43 -06:00
Paul Davis
acd948a00c fix incorrect ellipsize option value 2020-07-01 12:17:43 -06:00
Paul Davis
cb2883cff8 add ellipsizing mode to preferences editor 2020-07-01 12:17:43 -06:00
Paul Davis
94c4c7b16e use ellipsizing mode in track headers 2020-07-01 12:17:43 -06:00
Paul Davis
03076d351b add UI config parameter for ellipsizing mode for track names in headers 2020-07-01 12:17:43 -06:00
Edgar Aichinger
d0681f8013 add missing translation for glide mode 2020-07-01 15:47:53 +02:00
Edgar Aichinger
118f6a36f8 correct typo in previous commit 2020-07-01 15:47:53 +02:00
Edgar Aichinger
fb7394c7d2 fix Edit mode dropdown menu translation, and deal (preliminarily?) with https://tracker.ardour.org/view.php?id=7924 2020-07-01 15:47:52 +02:00
Edgar Aichinger
35a07f0936 fix typo and use better phrasing in export/watermarking hint (german translation) 2020-07-01 15:47:52 +02:00
Edgar Aichinger
e35aaf5c28 update german translation 2020-07-01 15:47:52 +02:00
Robin Gareus
3f9684248e Set LV2 UI options from Ardour's theme 2020-06-30 16:46:06 +02:00
Robin Gareus
3adc9e4ec0 Disable latency-measurement for half-duplex devices
This prevents excessive error popup dialog popups when
trying to measure latency for half-duplex devices.
2020-06-30 03:36:52 +02:00
Robin Gareus
0518e1e88f Make plugin list lengths configuable 2020-06-26 13:02:59 +02:00
Robin Gareus
4f4ee4c652 Sort plugin chart alphabetically 2020-06-26 13:01:50 +02:00
Robin Gareus
ef98492298 Add plugin charts to context menu 2020-06-25 21:10:14 +02:00
Robin Gareus
77362a2429 Consolidate common plugin search & sort methods
Also add a namespace, to prevent any symbol conflicts for
the structs.
2020-06-25 21:04:02 +02:00
Robin Gareus
e06497beba Fix API usage (time_t -> int64_t) 2020-06-25 20:14:57 +02:00
Robin Gareus
c6ee111c3d Don't save custom favorite order when filter is active 2020-06-25 13:57:51 +02:00
Robin Gareus
44436f1c9f Tweak mixer-sidebar layout (plugin search) 2020-06-25 06:41:27 +02:00
Robin Gareus
0eb038575f Overhaul Mixer Favorite Plugin sidebar
* use dedicated sort-order (fix issue with order being forgotten
  when results are filtered)
* add support for recent and most-used plugins
* add a text-entry search filter for favorites
* remove tag-filter drop-down
* ignore v5 instant.xml plugin sort order
2020-06-25 05:52:38 +02:00
Robin Gareus
be701f0248 NO-OP: clarify variable name 2020-06-25 02:26:01 +02:00
Robin Gareus
2f1ab39b9c Remove explicit call to delete preset when saving a preset 2020-06-24 23:59:09 +02:00
Porrumentzio
2ca1f55d6b Updated and reworked Basque translation 2020-06-23 22:09:07 +02:00
Olivier Humbert
b9ae71a35e French update 2020-06-23 20:58:04 +02:00
Olivier Humbert
5014788a3c French translation update
- min/MAJ fixes (main work)
- bargraphes -> indicateurs
- loudness -> sonie (consistency)
- inline -> en-ligne (consistency)
- préset -> pré-réglage (consistency)
- marker -> repère (consistency)
- fixed several "fuzzy"
- several new translations
- a few errors fixed
2020-06-23 20:58:04 +02:00
John Emmas
8cea355906 Moving Controllable::set_interface() into a 'cc' file makes it easier to fix our MSVC build issue (with min + max) 2020-06-20 09:38:00 +01:00
Paul Davis
4053e8cb76 update german translation 2020-06-19 12:12:43 -06:00
Nikolaus Gullotta
939a2b22bf Make "goto-mark-x" action availalbe in the Mixer 2020-06-18 15:16:43 -05:00
Robin Gareus
aa564efa86 using std::max was removed from header 2020-06-18 01:21:31 +02:00
Robin Gareus
592d73dcb4 Update Monitoring display when prefs/settings changes 2020-06-17 23:51:48 +02:00
Olivier Humbert
1c77c55f85 Minor French translation update 2020-06-17 19:34:15 +02:00
Olivier Humbert
2aae22cf51 Update French translation: min/MAJ fix 2020-06-17 19:33:39 +02:00
Robin Gareus
53b84c0d1c Make "Replace" action translatable 2020-06-17 19:04:40 +02:00