"GUI/View/Instrument/InstrumentListing.h" did not exist on "046e90cc4a0edd45e561be0bcc7b0194d2a025eb"
- Feb 02, 2022
-
-
Matthias Puchner authored
-
- Feb 01, 2022
-
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
- Jan 27, 2022
-
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
- Jan 16, 2022
-
-
Wuttke, Joachim authored
-
- Jan 07, 2022
-
-
Wuttke, Joachim authored
-
- Dec 28, 2021
-
-
Wuttke, Joachim authored
-
- Dec 03, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Dec 02, 2021
-
-
Wuttke, Joachim authored
-
- Nov 13, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Nov 05, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Nov 02, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Nov 01, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Sep 20, 2021
-
-
Wuttke, Joachim authored
import edtools as et import re def user_edit_pair(fname_stem, th, tc): data = [] mm = re.finditer('const QString (\w+)::([MPT]_[A-Z0-9_]+) = "(.+?)";', tc) for m in mm: data.append([m.group(1), m.group(2), m.group(3)]) mm = re.finditer('const QString (\w+)::([MPT]_[A-Z0-9_]+)\("(.+?)"\);', tc) for m in mm: data.append([m.group(1), m.group(2), m.group(3)]) for cname, typ, label in data: rlabel = re.sub(r'\[', r'\\[', label) rlabel = re.sub(r'\]', r'\\]', rlabel) rlabel = re.sub(r'\(', r'\\(', rlabel) rlabel = re.sub(r'\)', r'\\)', rlabel) tc = re.sub('\n+const QString '+cname+'::'+typ+' =\s+"'+rlabel+'";', '', tc) tc = re.sub('\n+const QString '+cname+'::'+typ+'\("'+rlabel+'"\);', '', tc) th = re.sub(r'class( BA_CORE_API_)? ('+cname+r'.+?)static const QString '+typ+r';(.*?\n};)', r'class \2static constexpr auto '+typ+r'{"'+label+r'"};\3', th, 0, re.S) return th, tc et.ed_argfilepairs(user_edit_pair)
-
- Aug 16, 2021
-
-
t.knopff authored
-
- Aug 03, 2021
-
-
Wuttke, Joachim authored
-
- Jun 09, 2021
-
-
t.knopff authored
-
- Jun 07, 2021
-
-
- May 31, 2021