You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/public
Mikael Finstad c9066c3743
test contextIsolation
UNFINISHED!

todo:

move from devdeps to deps
import pMap from 'p-map';
import flatMap from 'lodash/flatMap';
import sortBy from 'lodash/sortBy';
import moment from 'moment';
import i18n from 'i18next';
import Timecode from 'smpte-timecode';

test this!!!!
const isMasBuild = process.mas;
const isWindowsStoreBuild = process.windowsStore;
const isStoreBuild = isMasBuild || isWindowsStoreBuild;

test file open from command line
5 years ago
..
locales add more translatables 5 years ago
preload test contextIsolation 5 years ago
configStore.js Implement setting for preserve file timestamps 5 years ago
constants.js update links 6 years ago
electron.js test contextIsolation 5 years ago
i18n-common.js test contextIsolation 5 years ago
i18n.js implement language also in node land (menus, etc) 5 years ago
index.html Build with create-react-app #108 6 years ago
menu.js implement language also in node land (menus, etc) 5 years ago
preload.js test contextIsolation 5 years ago
update-checker.js fix menus and version check #239 #274 6 years ago
util.js test contextIsolation 5 years ago