Skip to content

Commit

Permalink
Complete sort servers by clicking headers. Close #28.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Incognito committed Feb 4, 2022
1 parent c2e5148 commit 31d70da
Show file tree
Hide file tree
Showing 8 changed files with 162 additions and 91 deletions.
4 changes: 2 additions & 2 deletions src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

static const QString APP_NAME = "V2Ray-Desktop";
static const int APP_VERSION_MAJOR = 2;
static const int APP_VERSION_MINOR = 2;
static const int APP_VERSION_PATCH = 2;
static const int APP_VERSION_MINOR = 3;
static const int APP_VERSION_PATCH = 0;

static const QString APP_RELEASES_URL =
"https://api.github.com/repos/Dr-Incognito/V2Ray-Desktop/releases";
Expand Down
2 changes: 1 addition & 1 deletion src/ui/about.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import QtQuick 2.14
import QtQuick.Controls 2.14
import QtQuick.Layouts 1.14

import com.v2ray.desktop.AppProxy 2.2
import com.v2ray.desktop.AppProxy 2.3

ColumnLayout {
anchors.fill: parent
Expand Down
2 changes: 1 addition & 1 deletion src/ui/dashboard.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import QtQuick 2.14
import QtQuick.Controls 2.14
import QtQuick.Layouts 1.14

import com.v2ray.desktop.AppProxy 2.2
import com.v2ray.desktop.AppProxy 2.3

ColumnLayout {
id: layoutDashboard
Expand Down
2 changes: 1 addition & 1 deletion src/ui/logs.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import QtQuick 2.14
import QtQuick.Controls 2.14
import QtQuick.Layouts 1.14

import com.v2ray.desktop.AppProxy 2.2
import com.v2ray.desktop.AppProxy 2.3

ColumnLayout {
anchors.fill: parent
Expand Down
2 changes: 1 addition & 1 deletion src/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import QtQuick 2.14
import QtQuick.Controls 2.14
import Qt.labs.platform 1.1

import com.v2ray.desktop.AppProxy 2.2
import com.v2ray.desktop.AppProxy 2.3

ApplicationWindow {
id: appWindow
Expand Down
2 changes: 1 addition & 1 deletion src/ui/rules.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import QtQuick.Controls 2.14
import QtQuick.Layouts 1.14
import QtQuick.Dialogs 1.3

import com.v2ray.desktop.AppProxy 2.2
import com.v2ray.desktop.AppProxy 2.3

ColumnLayout {
anchors.fill: parent
Expand Down
237 changes: 154 additions & 83 deletions src/ui/servers.qml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ui/settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import QtQuick.Controls 2.3
import QtQuick.Layouts 1.14
import QtQuick.Dialogs 1.3

import com.v2ray.desktop.AppProxy 2.2
import com.v2ray.desktop.AppProxy 2.3

ColumnLayout {
anchors.fill: parent
Expand Down

0 comments on commit 31d70da

Please sign in to comment.