Skip to content

Commit e75e606

Browse files
committed
Release 1.0.11
* Removed Makefile.d. Dependencies are now automatically generated at the build stage. * Updated module versions in dependencies.
2 parents acc5c89 + fac0aec commit e75e606

24 files changed

+135
-73
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5+
=== 1.0.11 ===
6+
* Removed Makefile.d. Dependencies are now automatically generated at the build stage.
7+
* Updated module versions in dependencies.
8+
59
=== 1.0.10 ===
610
* Updated module versions in dependencies.
711

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ DISTSRC_PATH = $(BUILDDIR)/distsrc
4646
DISTSRC = $(DISTSRC_PATH)/$(ARTIFACT_NAME)
4747

4848
.DEFAULT_GOAL := all
49-
.PHONY: all compile install uninstall depend clean
49+
.PHONY: all compile install uninstall clean
5050

51-
compile all install uninstall depend:
51+
compile all install uninstall:
5252
$(CHK_CONFIG)
5353
$(MAKE) -C "$(BASEDIR)/src" $(@) VERBOSE="$(VERBOSE)" CONFIG="$(CONFIG)" DESTDIR="$(DESTDIR)"
5454

@@ -109,7 +109,6 @@ help:
109109
echo " all Build all binaries"
110110
echo " clean Clean all build files and configuration file"
111111
echo " config Configure build"
112-
echo " depend Update build dependencies for current project"
113112
echo " distsrc Make tarball with source code for packagers"
114113
echo " fetch Fetch all desired source code dependencies from git"
115114
echo " help Print this help message"

include/lsp-plug.in/shared/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define LSP_PLUGINS_SHARED_MAJOR 1
2626
#define LSP_PLUGINS_SHARED_MINOR 0
27-
#define LSP_PLUGINS_SHARED_MICRO 10
27+
#define LSP_PLUGINS_SHARED_MICRO 11
2828

2929
#ifdef LSP_LLTL_LIB_BUILTIN
3030
#define LSP_PLUGINS_SHARED_EXPORT

modules.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.27
22+
LSP_COMMON_LIB_VERSION := 1.0.28
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := src
2525
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2626
LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2727

28-
LSP_TEST_FW_VERSION := 1.0.19
28+
LSP_TEST_FW_VERSION := 1.0.20
2929
LSP_TEST_FW_NAME := lsp-test-fw
3030
LSP_TEST_FW_TYPE := src
3131
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git
3232
LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME).git
3333

34-
LSP_PLUGIN_FW_VERSION := 1.0.11
34+
LSP_PLUGIN_FW_VERSION := 1.0.12
3535
LSP_PLUGIN_FW_NAME := lsp-plugin-fw
3636
LSP_PLUGIN_FW_TYPE := src
3737
LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARTIFACT_ID = LSP_PLUGINS_SHARED
2323
ARTIFACT_NAME = lsp-plugins-shared
2424
ARTIFACT_DESC = Shared resources for LSP Plugins
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 1.0.10
26+
ARTIFACT_VERSION = 1.0.11
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

res/main/fonts/lsp-icons.ttf

-24 Bytes
Binary file not shown.

res/main/fonts/lsp-logo.ttf

-4 Bytes
Binary file not shown.

res/main/i18n/default/actions.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
"stop": "Stop"
3636
},
3737

38+
"filters": {
39+
"switch": {
40+
"to_left": "Switch to Left",
41+
"to_mid": "Switch to Mid",
42+
"to_right": "Switch to Right",
43+
"to_side": "Switch to Side"
44+
}
45+
},
46+
3847
"font_scaling": {
3948
"select": "Font scaling",
4049
"value:pc": "{@value} %",
@@ -89,7 +98,11 @@
8998
"ui_behavior": {
9099
"": "UI behavior",
91100
"ediable_knob_scale": "Editable knob scale",
92-
"override_hydrogen_kits": "Override Hydrogen kits"
101+
"override_hydrogen_kits": "Override Hydrogen kits",
102+
"vscroll": {
103+
"invert_global": "Invert vertical mouse scroll",
104+
"invert_graph_dot": "Invert vertical mouse scroll for graph dots"
105+
}
93106
},
94107

95108
"ui_manual": "UI manual",

res/main/i18n/default/labels.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
"latency:ms": "Latency (ms)",
337337
"launch": "Launch",
338338
"left": "Left",
339+
"line_size": "Line size",
339340
"listen": "Listen",
340341
"location": "Location",
341342
"log_scale": "Log scale",
@@ -374,6 +375,7 @@
374375
"frequency:hz": "Frequency (Hz)",
375376
"level": "Level",
376377
"level:db": "Level (dB)",
378+
"measure_line": "Measure",
377379
"preamp": "Preamp",
378380
"reactivity": "Reactivity",
379381
"selector": "Selector",
@@ -717,6 +719,7 @@
717719
"fmt_value": "{@value}",
718720
"selected": "Selected",
719721
"worst": "Worst",
722+
"x_db": "{@value} dB",
720723
"x_hz": "{@value} Hz",
721724
"x_k": "{@value}k",
722725
"x_khz": "{@value} kHz",

res/main/i18n/default/lists.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,16 @@
138138
"t8": "Track 8"
139139
},
140140

141+
"filters": {
142+
"index": {
143+
"filter_id": "Filter #{@id}",
144+
"left_id": "Left #{@id}",
145+
"mid_id": "Mid #{@id}",
146+
"right_id": "Right #{@id}",
147+
"side_id": "Side #{@id}"
148+
}
149+
},
150+
141151
"metering": {
142152
"fft": {
143153
"off": "Off",
@@ -153,8 +163,8 @@
153163

154164
"notes": {
155165
"display": {
156-
"full": "{@frequency} Hz\n{@note}{@octave}{@cents}",
157-
"unknown": "{@frequency} Hz"
166+
"full": "{@filter}\n{@filter_type}\n{@frequency} Hz\n{@note}{@octave}{@cents}",
167+
"unknown": "{@filter}\n{@filter_type}\n{@frequency} Hz"
158168
},
159169
"names": {
160170
"a": "A",

res/main/i18n/ru/actions.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
"stop": "Стоп"
3636
},
3737

38+
"filters": {
39+
"switch": {
40+
"to_left": "Переключить на Левый",
41+
"to_mid": "Переключить на Середину",
42+
"to_right": "Переключить на Правый",
43+
"to_side": "Переключить на Сторону"
44+
}
45+
},
46+
3847
"font_scaling": {
3948
"select": "Масштаб шрифтов",
4049
"value:pc": "{@value} %",
@@ -89,7 +98,11 @@
8998
"ui_behavior": {
9099
"": "Поведение интерфейса",
91100
"ediable_knob_scale": "Редактируемые шкалы ручек",
92-
"override_hydrogen_kits": "Замещать настройки Hydrogen"
101+
"override_hydrogen_kits": "Замещать настройки Hydrogen",
102+
"vscroll": {
103+
"invert_global": "Инвертировать вертикальное колесо мыши",
104+
"invert_graph_dot": "Инвертировать вертикальное колесо мыши для точек на графе"
105+
}
93106
},
94107

95108
"ui_manual": "Руководство по интерфейсу",

res/main/i18n/ru/labels.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
"latency:ms": "Задержка (мс)",
337337
"launch": "Пуск",
338338
"left": "Лево",
339+
"line_size": "Размер линии",
339340
"listen": "Слушать",
340341
"location": "Местоположение",
341342
"log_scale": "Лог масштаб",
@@ -374,6 +375,7 @@
374375
"fft_frequency:hz": "Частота БПФ (Гц)",
375376
"level": "Уровень",
376377
"level:db": "Уровень (дБ)",
378+
"measure_line": "Измеритель",
377379
"preamp": "Предусиление",
378380
"reactivity": "Реактивность",
379381
"selector": "Селектор",
@@ -709,7 +711,8 @@
709711
"fmt_single_line": "{@value} {@unit}",
710712
"fmt_value": "{@value}",
711713
"selected": "Выбранное",
712-
"worst": "Худшее",
714+
"worst": "Худшее",
715+
"x_db": "{@value} дБ",
713716
"x_hz": "{@value} Гц",
714717
"x_k": "{@value}к",
715718
"x_khz": "{@value} кГц",

res/main/i18n/ru/lists.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,16 @@
138138
"t8": "Дорожка 8"
139139
},
140140

141+
"filters": {
142+
"index": {
143+
"filter_id": "Фильтр №{@id}",
144+
"left_id": "Левый №{@id}",
145+
"mid_id": "Середина №{@id}",
146+
"right_id": "Правый №{@id}",
147+
"side_id": "Сторона №{@id}"
148+
}
149+
},
150+
141151
"metering": {
142152
"fft": {
143153
"off": "Выкл",
@@ -153,8 +163,8 @@
153163

154164
"notes": {
155165
"display": {
156-
"full": "{@frequency} Гц\n{@note}{@octave}{@cents}",
157-
"unknown": "{@frequency} Гц"
166+
"full": "{@filter}\n{@filter_type}\n{@frequency} Гц\n{@note}{@octave}{@cents}",
167+
"unknown": "{@filter}\n{@filter_type}\n{@frequency} Гц"
158168
},
159169
"names": {
160170
"a": "A",

res/main/i18n/us/actions.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@
2929
"export_settings_to_clipboard": "Export settings to clipboard",
3030
"export_settings_to_file": "Export settings to file...",
3131

32+
"file_preview": {
33+
"pause": "Pause",
34+
"play": "Play",
35+
"stop": "Stop"
36+
},
37+
38+
"filters": {
39+
"switch": {
40+
"to_left": "Switch to Left",
41+
"to_mid": "Switch to Mid",
42+
"to_right": "Switch to Right",
43+
"to_side": "Switch to Side"
44+
}
45+
},
46+
3247
"font_scaling": {
3348
"select": "Font scaling",
3449
"value:pc": "{@value} %",
@@ -83,7 +98,11 @@
8398
"ui_behavior": {
8499
"": "UI behavior",
85100
"ediable_knob_scale": "Editable knob scale",
86-
"override_hydrogen_kits": "Override Hydrogen kits"
101+
"override_hydrogen_kits": "Override Hydrogen kits",
102+
"vscroll": {
103+
"invert_global": "Invert vertical mouse scroll",
104+
"invert_graph_dot": "Invert vertical mouse scroll for graph dots"
105+
}
87106
},
88107

89108
"ui_manual": "UI manual",

res/main/i18n/us/labels.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
"latency:ms": "Latency (ms)",
337337
"launch": "Launch",
338338
"left": "Left",
339+
"line_size": "Line size",
339340
"listen": "Listen",
340341
"location": "Location",
341342
"log_scale": "Log scale",
@@ -374,6 +375,7 @@
374375
"frequency:hz": "Frequency (Hz)",
375376
"level": "Level",
376377
"level:db": "Level (dB)",
378+
"measure_line": "Measure",
377379
"preamp": "Preamp",
378380
"reactivity": "Reactivity",
379381
"selector": "Selector",
@@ -709,7 +711,8 @@
709711
"fmt_single_line": "{@value} {@unit}",
710712
"fmt_value": "{@value}",
711713
"selected": "Selected",
712-
"worst": "Worst",
714+
"worst": "Worst",
715+
"x_db": "{@value} dB",
713716
"x_hz": "{@value} Hz",
714717
"x_k": "{@value}k",
715718
"x_khz": "{@value} kHz",

res/main/i18n/us/lists.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,16 @@
138138
"t8": "Track 8"
139139
},
140140

141+
"filters": {
142+
"index": {
143+
"filter_id": "Filter #{@id}",
144+
"left_id": "Left #{@id}",
145+
"mid_id": "Mid #{@id}",
146+
"right_id": "Right #{@id}",
147+
"side_id": "Side #{@id}"
148+
}
149+
},
150+
141151
"metering": {
142152
"fft": {
143153
"off": "Off",
@@ -153,8 +163,8 @@
153163

154164
"notes": {
155165
"display": {
156-
"full": "{@frequency} Hz\n{@note}{@octave}{@cents}",
157-
"unknown": "{@frequency} Hz"
166+
"full": "{@filter}\n{@filter_type}\n{@frequency} Hz\n{@note}{@octave}{@cents}",
167+
"unknown": "{@filter}\n{@filter_type}\n{@frequency} Hz"
158168
},
159169
"names": {
160170
"a": "A",

res/main/schema/legacy-dark.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@
159159
<graph_alt_3 value="#2a2c34"/>
160160
<graph_alt_4 value="#23252b"/>
161161
<graph_marker value="#dc615a"/>
162+
<graph_marker_line value="#00909e"/>
163+
<graph_marker_line_hover value="#00a4b2"/>
162164

163165
<!-- Area3d -->
164166
<area3d_x value="#ff0000"/>

res/main/schema/legacy.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
<graph_alt_3 value="#2c2c2c"/>
163163
<graph_alt_4 value="#090909"/>
164164
<graph_marker value="#ff4040"/>
165+
<graph_marker_line value="#00ffff"/>
166+
<graph_marker_line_hover value="#7cffff"/>
165167

166168
<!-- Area3d -->
167169
<area3d_x value="#ff0000"/>

res/main/schema/modern.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
<graph_alt_3 value="#2a2c34"/>
157157
<graph_alt_4 value="#23252b"/>
158158
<graph_marker value="#95333b"/>
159+
<graph_marker_line value="#00909e"/>
160+
<graph_marker_line_hover value="#00a4b2"/>
159161

160162
<!-- Area3d -->
161163
<area3d_x value="#e53f40"/>

0 commit comments

Comments
 (0)