Gaëtan Renaudeau
6abee8c2aa
Better logger system, fix race condition, smaller log exports
7 years ago
meriadec
ca903c5dac
Add context menu
- Allows cut/copy/paste with mouse
- `Inspect element` in dev
closes #978
7 years ago
meriadec
291f5fd91d
Update BrowserWindow icon name
7 years ago
meriadec
c9332d9ab8
Set BrowserWindow icon
This makes Linux display icon in dock/<C-Tab>
7 years ago
Gaëtan Renaudeau
5dff2cd84c
Remove MacOSX previous behavior until we refactor it properly
7 years ago
Gaëtan Renaudeau
f9805ab1a5
Systematically replace all CWD and userPath by just a '.'
7 years ago
meriadec
84e5662068
Quit app if not main instance
7 years ago
Gaëtan Renaudeau
c993f97c5d
Capture the unhandled exceptions of the process
7 years ago
Gaëtan Renaudeau
184c49538c
Use winston to provide better logs and logfiles
7 years ago
meriadec
0b2d4c3803
Let main process kill itself, kill only internal process on win close
7 years ago
Gaëtan Renaudeau
e94d3344eb
Use a default window size different from the minimum window size
7 years ago
meriadec
e26c85db46
Fix zombie processes by hardly terminate them on window close
To be improved: this commits introduce regression on OSX behaviour
when hiding the window: before it was keeping the app opened, and
auto locking it. Now it kills it :D
I honestly think it's worth it regarding the problem zombies process
causes (LOCK on sqlite...).
7 years ago
Gaëtan Renaudeau
b91be280d9
Define app min size in constants so we can override by env
7 years ago
Gaëtan Renaudeau
009f74725a
add busy indicators
7 years ago
Gaëtan Renaudeau
ee35b0b604
put back MIN_HEIGHT to 768
7 years ago
meriadec
a91f3c912e
Prevent lock issues due to double internal processes
7 years ago
Gaëtan Renaudeau
f2eae14f0a
lock if i close the app (on mac close it's a simple hide)
7 years ago
Gaëtan Renaudeau
beba014abd
connect Sentry to main & internal processes
7 years ago
Anastasia Poupeney
e412d9b532
wip sentry logs
7 years ago
Gaëtan Renaudeau
070ae1c532
connect Sentry to main & internal processes
7 years ago
Anastasia Poupeney
55387b06c4
wip sentry logs
7 years ago
Gaëtan Renaudeau
b233647506
implement a executeHttpQueryOnRenderer
7 years ago
Gaëtan Renaudeau
625d7e1274
pixel push
7 years ago
Gaëtan Renaudeau
04218e45b3
wip
7 years ago
Gaëtan Renaudeau
0afff29ea1
remove touchbar feature. reconsider post mvp
7 years ago
Gaëtan Renaudeau
fb41a3fdd1
add logger to have more logs logged!
7 years ago
Valentin D. Pinkman
db6b80a4f0
fixed .env variable being undefined in commands
7 years ago
Gaëtan Renaudeau
231a2c78cb
Rework the process architecture & ipc
7 years ago
Gaëtan Renaudeau
d7ab8c4128
Remove app devtools
7 years ago
Thibaut Boustany
335f8518bd
Comment added
7 years ago
Thibaut Boustany
fb889083c3
Fix app not quitting on quitAndInstall()
7 years ago
meriadec
7e861c8797
Resolve sqlite path for lib ledger core
7 years ago
meriadec
c9f6f566ec
Refactor the internal folder mess
7 years ago
Gaëtan Renaudeau
cc87c1f8ed
Integrate countervalues changes
7 years ago
Gaëtan Renaudeau
c6c8f4a2ec
Integrate live-common library
7 years ago
Loëck Vézien
3df7b0d4b1
Few fixes
7 years ago
Loëck Vézien
2421e5713b
Simple implementation of Macbook TouchBar
7 years ago
Loëck Vézien
53b947ef3c
Add babel-runtime in dep, update polyfill to v7
7 years ago
meriadec
94a722d51c
Replace deprecated method
7 years ago
meriadec
1a1001659f
Use wallet-common countervalues helpers
7 years ago
Loëck Vézien
a39035d4e7
Finish integration for OperationDetails modal
7 years ago
Loëck Vézien
6aa1a7d29f
Update last counterValue each 60 secondes
7 years ago
meriadec
0997d2161a
HIDE_DEV_WINDOW env var to prevent opening of dev window
7 years ago
Loëck Vézien
350ad7c1a2
Improved OnProgress for ImportAccounts
7 years ago
meriadec
20d5548d02
DEV_TOOLS env
7 years ago
Loëck Vézien
149ce6176d
Add custom index.ejs, fix issue with staticPath without app.asar, use better preload with only one window
7 years ago
Loëck Vézien
2b2a213ab2
Use DropDown for Lock App, fix issue fix accounts db
7 years ago
Loëck Vézien
70d2ee909d
Test fullscreen loader
7 years ago
meriadec
159a507083
Ensure Sentry is correctly loaded in main, renderer, and child processes
7 years ago
Loëck Vézien
119f229971
Fix dotenv
7 years ago