summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Disable external link menu entries when offlineJanito Vaqueiro Ferreira Filho2-0/+4
2018-12-21Disable expired screen button when offlineJanito Vaqueiro Ferreira Filho1-1/+5
2018-12-21Disable buy more credit button when offlineJanito Vaqueiro Ferreira Filho3-0/+4
2018-12-21Disable button to send problem report when offlineJanito Vaqueiro Ferreira Filho3-1/+12
2018-12-21Add `isBlocked` field to Redux connection stateJanito Vaqueiro Ferreira Filho1-5/+19
2018-12-21Rework IPC interfaceAndrej Mihajlov7-163/+232
2018-12-21Add title bar animation to `Preferences` screenJanito Vaqueiro Ferreira Filho1-0/+2
2018-12-21Implement support for monochromatic tray iconJanito Vaqueiro Ferreira Filho23-3/+46
2018-12-20Implement getter for `KeyframeAnimation.isRunning`Janito Vaqueiro Ferreira Filho1-0/+4
2018-12-20Add toggle switch for monochromatic icon settingJanito Vaqueiro Ferreira Filho2-1/+39
2018-12-20Add renderer method to toggle monochromatic iconJanito Vaqueiro Ferreira Filho1-0/+4
2018-12-20Add IPC to set monochromatic icon settingJanito Vaqueiro Ferreira Filho2-0/+9
2018-12-20Add GUI setting for monochromatic tray iconJanito Vaqueiro Ferreira Filho3-0/+8
2018-12-20Load GUI settings on all platformsJanito Vaqueiro Ferreira Filho1-3/+1
2018-12-20Fix the state indication inconsistency when disconnectingAndrej Mihajlov2-20/+2
2018-12-19Simplify `KeyframeAnimation`'s internal stateJanito Vaqueiro Ferreira Filho3-164/+58
Use only the current and target frames.
2018-12-19Remove image handling from `KeyframeAnimation`Janito Vaqueiro Ferreira Filho2-53/+19
2018-12-19Remove support for repeating animationsJanito Vaqueiro Ferreira Filho2-55/+2
2018-12-19Remove animation support for alternationJanito Vaqueiro Ferreira Filho2-59/+1
2018-12-19Fix `KeyframeAnimation.reverse` getterJanito Vaqueiro Ferreira Filho1-1/+1
2018-12-18Add start minimized toggle to Preferences screenJanito Vaqueiro Ferreira Filho4-31/+86
2018-12-18Allow changing GUI settings through IPCJanito Vaqueiro Ferreira Filho3-0/+49
2018-12-18Store GUI settings in Redux stateJanito Vaqueiro Ferreira Filho3-0/+36
2018-12-18Send GUI settings to renderer processJanito Vaqueiro Ferreira Filho3-3/+20
2018-12-18Create `GuiSettings` helper classJanito Vaqueiro Ferreira Filho2-20/+53
2018-12-18Load GUI settings file when app startsJanito Vaqueiro Ferreira Filho1-10/+24
2018-12-18Use a settings file to handle Linux window startJanito Vaqueiro Ferreira Filho1-1/+26
May start minimized or not.
2018-12-18Switch to the disconnected state ahead of time to make the app look more ↵Andrej Mihajlov1-5/+3
responsive
2018-12-18Allow connecting a tunnel in a disconnecting stateAndrej Mihajlov2-9/+13
2018-12-11Test `NotificationArea` with time running lowJanito Vaqueiro Ferreira Filho1-0/+21
2018-12-11Capitalize first letter of remaining time bannerJanito Vaqueiro Ferreira Filho1-1/+7
2018-12-11Fix notification banner animation race conditionJanito Vaqueiro Ferreira Filho1-4/+9
An animation is sometimes created that animates to the target height before the proper height is calculated, so it animates to zero. Afterwards, the proper height is calcuated and set, but the animation would reset it to zero when it finishes.
2018-12-11Implement warning when little account time remainsJanito Vaqueiro Ferreira Filho4-3/+53
2018-12-11Use `AccountExpiry` helper in `Connect` componentJanito Vaqueiro Ferreira Filho2-5/+5
2018-12-11Create `AccountExpiry` helper classJanito Vaqueiro Ferreira Filho2-10/+23
2018-12-11Update tray icon when disconnected but blockingJanito Vaqueiro Ferreira Filho1-12/+16
2018-12-11Show block banner when blocking when disconnectedJanito Vaqueiro Ferreira Filho3-1/+15
2018-12-11Add toggle for block when disconnected settingJanito Vaqueiro Ferreira Filho2-0/+24
2018-12-11Alow setting the block when disconnected settingJanito Vaqueiro Ferreira Filho1-0/+6
2018-12-11Add block when disconnected setting to redux stateJanito Vaqueiro Ferreira Filho3-0/+25
2018-12-11Implement RPC call to set block when disconnectedJanito Vaqueiro Ferreira Filho2-0/+9
2018-12-11Expect block when disconnected settingJanito Vaqueiro Ferreira Filho2-0/+3
2018-12-10Dismiss notifications after 4 secondsJanito Vaqueiro Ferreira Filho1-0/+2
2018-12-07Handle tray icon when reconnectingJanito Vaqueiro Ferreira Filho1-9/+41
2018-12-06Create `_showMarkerOrSpinner` helper functionJanito Vaqueiro Ferreira Filho1-6/+15
Reduce repeated code.
2018-12-05Don't show the marker when reconnectingJanito Vaqueiro Ferreira Filho1-2/+3
2018-12-05Show 'blocking internet' banner when reconnectingJanito Vaqueiro Ferreira Filho1-0/+10
2018-12-05Fix Connect screen state when reconnectingJanito Vaqueiro Ferreira Filho2-4/+20
2018-12-05Also show spinner when reconnectingJanito Vaqueiro Ferreira Filho1-1/+4
2018-12-05Updating version in package files2018.6-beta1Linus Färnstrand1-1/+1