Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented graphview for down/up traffic #534

Open
wants to merge 32 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6109225
Implemented graphview for down/up traffic
VictorCorchez Jan 24, 2024
81242b4
Update deploy.yml
VictorCorchez Jan 25, 2024
acfe19b
cleanup
VictorCorchez Jan 25, 2024
c9af9f3
fixed CPU consumption and added graph values persistence
VictorCorchez Jan 28, 2024
e5c25e8
Merge branch 'dev' into feature/graphview
pokamest Jan 29, 2024
7ef41bf
GraphViewType fixes
pokamest Jan 30, 2024
eaa6036
Merge branch 'dev' into feature/graphview
pokamest Feb 2, 2024
2dccfce
merge
agalehaga Feb 12, 2024
efde0c9
Merge branch 'dev' into feature/graphview
agalehaga Feb 13, 2024
97c6b21
refactoring: changed SystemController.hasFocus to SystemController.ap…
agalehaga Feb 14, 2024
8617896
Merge branch 'dev' into feature/graphview
agalehaga Feb 14, 2024
77a83e4
Additional setup for Qt Charts
isamnezia Feb 14, 2024
c2d204b
Merge remote-tracking branch 'refs/remotes/origin/feature/graphview' …
isamnezia Feb 14, 2024
2e11cc5
Fix chart rendering (wrong SplineSeries.style)
isamnezia Feb 17, 2024
a6467dd
merge dev
Feb 18, 2024
77e82fb
Merge branch 'feature/graphview' of github.com:amnezia-vpn/amnezia-cl…
Feb 18, 2024
2399d45
fixed can't find Qt6::Charts
Feb 18, 2024
b500a1f
update translations
Feb 19, 2024
84e8667
merge
Feb 19, 2024
3cc8466
merge
Feb 23, 2024
23633e8
Statistic for WG/AWG protocol
outspace Feb 23, 2024
ef674d1
add charts to the list of packages for all platforms
Nethius Feb 27, 2024
aa4bfc7
Merge branch 'feature/graphview' of github.com:amnezia-vpn/amnezia-cl…
Nethius Feb 27, 2024
faaf597
Merge pull request #603 from amnezia-vpn/feature/graphview-ios
Nethius Feb 27, 2024
b162147
Fix app launch on Android, uncomment statistics processing
albexk Mar 4, 2024
b90bf16
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feat…
Nethius Mar 31, 2024
d6d11d6
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feat…
Nethius Apr 1, 2024
b3ae687
repositioned the graphview
Nethius Apr 1, 2024
8bc69bd
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feat…
Nethius Apr 8, 2024
502e815
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feat…
Nethius Apr 8, 2024
93aebf5
enabled drag for graphview area
Nethius Apr 8, 2024
12206cd
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feat…
Nethius May 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
modules: 'qtremoteobjects qt5compat qtshadertools'
modules: 'qtremoteobjects qt5compat qtshadertools qtcharts'
dir: ${{ runner.temp }}
setup-python: 'true'
tools: 'tools_ifw'
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2019_64'
modules: 'qtremoteobjects qt5compat qtshadertools'
modules: 'qtremoteobjects qt5compat qtshadertools qtcharts'
dir: ${{ runner.temp }}
setup-python: 'true'
tools: 'tools_ifw'
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
version: ${{ env.QT_VERSION }}
host: 'mac'
target: 'desktop'
modules: 'qtremoteobjects qt5compat qtshadertools qtmultimedia'
modules: 'qtremoteobjects qt5compat qtshadertools qtmultimedia qtcharts'
arch: 'clang_64'
dir: ${{ runner.temp }}
set-env: 'true'
Expand All @@ -162,7 +162,7 @@ jobs:
version: ${{ env.QT_VERSION }}
host: 'mac'
target: 'ios'
modules: 'qtremoteobjects qt5compat qtshadertools qtmultimedia'
modules: 'qtremoteobjects qt5compat qtshadertools qtmultimedia qtcharts'
dir: ${{ runner.temp }}
setup-python: 'true'
set-env: 'true'
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
host: 'mac'
target: 'desktop'
arch: 'clang_64'
modules: 'qtremoteobjects qt5compat qtshadertools'
modules: 'qtremoteobjects qt5compat qtshadertools qtcharts'
dir: ${{ runner.temp }}
setup-python: 'true'
tools: 'tools_ifw'
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
env:
ANDROID_BUILD_PLATFORM: android-34
QT_VERSION: 6.6.1
QT_MODULES: 'qtremoteobjects qt5compat qtimageformats qtshadertools'
QT_MODULES: 'qtremoteobjects qt5compat qtimageformats qtshadertools qtcharts'

steps:
- name: 'Install desktop Qt'
Expand Down
1 change: 1 addition & 0 deletions client/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,6 @@
<file>ui/qml/Pages2/PageShareFullAccess.qml</file>
<file>images/controls/close.svg</file>
<file>images/controls/search.svg</file>
<file>ui/qml/Controls2/GraphViewType.qml</file>
</qresource>
</RCC>
1,692 changes: 702 additions & 990 deletions client/translations/amneziavpn_fa_IR.ts
Nethius marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.

1,651 changes: 698 additions & 953 deletions client/translations/amneziavpn_ru.ts
Nethius marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.

Loading
Loading