summaryrefslogtreecommitdiffhomepage
path: root/gui/packages
AgeCommit message (Collapse)AuthorFilesLines
2019-01-15Don't map daemon auto-connect value to GUIJanito Vaqueiro Ferreira Filho3-4/+1
2019-01-15Change how auto connect is setJanito Vaqueiro Ferreira Filho1-1/+8
Change it in the GUI specific settings and check if it should also be set in the daemon.
2019-01-15Add IPC call to set `autoConnect`Janito Vaqueiro Ferreira Filho2-0/+9
2019-01-15Add `autoConnect` setting to GUI settingsJanito Vaqueiro Ferreira Filho3-0/+13
2019-01-11Remove the SelectLocation testsAndrej Mihajlov1-142/+0
I don't know what we were testing here.
2019-01-11Migrate the Login view to the new AccordionAndrej Mihajlov1-1/+1
2019-01-11Add hover color for the settings button in the header barAndrej Mihajlov1-0/+1
2019-01-11Allow Cell.Label to break onto many linesAndrej Mihajlov3-2/+7
2019-01-11Optimize the SelectLocation viewAndrej Mihajlov7-295/+501
2019-01-11Optimize the Accordion viewAndrej Mihajlov1-76/+75
2019-01-09Further improve get_current_location RPCEmīls Piņķis2-12/+22
2019-01-09Block when TAP adapter problem is detectedJanito Vaqueiro Ferreira Filho2-1/+5
2019-01-09Updating version metadata to 2018.6Linus Färnstrand1-1/+1
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 Mihajlov6-163/+223
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