Commit Graph

224 Commits

Author SHA1 Message Date
Qv2ray-dev
0289f72ecf refactor: more refactors 2 2020-06-14 17:58:18 +08:00
Qv2ray-dev
2a6046a4d9 add: use env QV2RAY_CONFIG_PATH to specify config path, make darkmode theme cross-platform, refactor 2020-06-14 14:31:16 +08:00
Qv2ray-dev
22e853f04c refactor: main.cpp refactor, fixed a crash 2020-06-13 22:33:57 +08:00
Qv2ray-dev
fce84ece23 refactor: main.cpp refactor 2020-06-13 21:51:28 +08:00
Qv2ray-dev
71332161a6 refactor: rearranged files 2020-06-13 10:38:37 +08:00
Qv2ray-dev
40b7fa7d01
Update main.cpp 2020-06-13 07:24:43 +08:00
Qv2ray-dev
d1cd0d58a6 fix: fixed a typo 2020-06-13 01:04:16 +08:00
Qv2ray-dev
1c2b70cefb add: added unified Qv2rayApplication with argument forwarding 2020-06-13 00:58:33 +08:00
Qv2ray-dev
8d2be144e5 add: introducing Qv2rayApplication 2020-06-12 21:56:56 +08:00
Qv2ray-dev
9c445780d0 fix: don't forget to save 2020-05-28 13:41:38 +08:00
Qv2ray-dev
e7ed24df90 add: added DNS Settings and GroupRouteManager 2020-05-26 23:03:41 +08:00
Qv2ray-dev
3be15cac23 fix: fixed a crash 2020-05-24 18:02:52 +08:00
Qv2ray-dev
194c480f0d refactor: some refactors 2020-05-24 17:47:53 +08:00
Qv2ray-dev
9c51a561e6 cleanup: cleanup main.cpp header include 2020-05-23 22:06:24 +08:00
Qv2ray-dev
3c362da2f6
reconstruct project files
* add: zxing as static lib
2020-05-17 00:07:43 +08:00
Qv2ray-dev
e5614e7ee1 add: added customize UI style capability 2020-05-15 15:48:33 +08:00
Qv2ray-dev
f10b35f34f
Merge branch 'dev' into dev-group-routing 2020-05-15 00:06:57 +08:00
DuckSoft
04114e0641
Added NTP Client from retgone/qntp (#606)
* getting fucked by qt signal system

* removing test code

* adding license
2020-05-12 23:32:41 +08:00
Qv2ray-dev
38c86fddab Have sleep 2020-05-03 23:26:44 +08:00
Qv2ray-dev
891e8e3f5c refactor: get rid of 'using namespace std;' 2020-05-03 13:53:53 +08:00
Qv2ray-dev
db63389a2f refactor: Migrate JSON backend from X2struct to QJsonStruct 2020-04-28 22:37:13 +08:00
Qv2ray-dev
16b2238625 update: update LICENCES 2020-04-27 14:38:03 +08:00
Qv2ray-dev
1f48a7fac4 version: bumped version 2020-04-25 10:42:49 +08:00
Qv2ray-dev
3d4ab6f249 fix: this may fix the session blocker on Linux 2020-04-22 21:03:34 +08:00
Qv2ray-dev
b53304d327 refactor: even more refactors 2020-04-20 20:11:11 +08:00
Qv2ray-dev
761961f44b
Update main.cpp 2020-04-14 12:15:18 +08:00
Qv2ray-dev
d9650d604d add: added KernelPlugin<->V2ray integration support 2020-04-11 21:23:20 +08:00
Qv2ray-dev
e36aad6afc change: lowered default log level 2020-04-10 17:15:16 +08:00
Qv2ray-dev
65bf34962c Merge branch 'dev-plugin-system' into dev
* dev-plugin-system:
  PAC: "See you in the plugin manager"
  plugin: simple plugin integration supported
  plugin: update plugin settings subsystem
  plugin: added plugin enable/disable, load state and plugin type display
  submodule: updated submodule
  fix: remove duplicates
  fix: fixed windows build
  add: added more plugin UI functions
  add: added qt signal system
  merge: merge dev
  add: added plugin management window, load plugin support
  update interface, made the demo plugin work
  update: updated plugin interface submodule
  add: implement loading plugins
  add: added plugin interface stub
2020-04-06 14:18:48 +08:00
DuckSoft
37dc46bd13
fixing up 2020-04-02 02:03:26 +08:00
Qv2ray-dev
fcdd607bac
Update main.cpp 2020-04-01 22:40:59 +08:00
DuckSoft
f0acfee76d
[windows] installer pipeline (#486)
* boom

* MSI: add MSI action workflow

* Windows Installer

* fix cpack

* fixup windeployqt

* remove useless actions

* fix windeployqt

* add missing id to actions

* Update main.cpp

* fix get package name

* update artifact name

* nsis: add shortcut and clean up workflows

* Windows: Completing Windows package content

* clean up backslash

* CI clean up

* Revert "clean up backslash"

This reverts commit 0b3c4b7371.

* update deployment.cmake

Co-authored-by: ymshenyu <373318510@qq.com>
Co-authored-by: Qv2ray-dev <59914293+Qv2ray-dev@users.noreply.github.com>
2020-04-01 12:46:15 +08:00
ymshenyu
9a426c29be fix: some macos fixes 2020-03-31 10:17:46 +08:00
Qv2ray-dev
3a8a42d9bb
Update main.cpp 2020-03-23 23:50:22 +08:00
Qv2ray-dev
98c8b25f6d update: updated submodules/subprojects/dependencies' licence info 2020-03-23 22:30:09 +08:00
Qv2ray-dev
f08d65c618 Merge branch 'dev' into dev-plugin-system
* dev: (23 commits)
  fix: somewhat more fixes
  fix: stop eating memory and added header guards
  fix: fixed HiDPI blurred QrImage, added new command arg noScaleFactor
  fix: fixing MainWindow size issue.
  fix: fixed a SIGFAULT when exit is triggered by the SIGNALS
  debian: Bump version
  version: bump version
  URGENT: fixed file loading if a source file was not in UTF-8
  bumping versions
  updating translations
  fix: rearrange MainWindow.hpp, fixed #435
  embed some schemes
  update: some minor refactors
  debian: bump version
  naive impl: exporting
  fixing windows up
  adding std::optional for windows
  impl: importing schemes
  refactoring RouteSettngsMatrix
  misc ui tweaks (#434)
  ...
2020-03-22 18:23:27 +08:00
Qv2ray-dev
1d2f81088c add: added plugin management window, load plugin support 2020-03-22 17:17:47 +08:00
Qv2ray-dev
b6ea1d9a96 fix: fixed HiDPI blurred QrImage, added new command arg noScaleFactor 2020-03-21 15:52:07 +08:00
Qv2ray-dev
ae0776cae9 fix: fixing MainWindow size issue. 2020-03-21 15:13:52 +08:00
Qv2ray-dev
750c96c5b1 fix: fixed a SIGFAULT when exit is triggered by the SIGNALS 2020-03-21 13:54:36 +08:00
Qv2ray-dev
7c83dc9bec
Update main.cpp 2020-03-20 11:25:53 +08:00
Qv2ray-dev
4e3c53c577 fix: let hiDPI support restricted by command arg 2020-03-16 08:53:36 +08:00
Qv2ray-dev
e5755ec107 fix: some ui changes 2020-03-14 16:26:07 +08:00
Qv2ray-dev
ba32111169 refactor: some minor refactors to the main.cpp 2020-03-12 22:48:33 +08:00
Qv2ray-dev
fa3e8484ac add: added a better JsonEditor 2020-03-12 16:27:55 +08:00
Qv2ray-dev
23b23bb4af fix: use cmake to determine the darktheme settings flag 2020-03-11 22:03:26 +08:00
Qv2ray-dev
ba9d3c193a Merge branch 'dev-change-appname' into dev
* dev-change-appname:
  ui: changed internal application name
2020-03-11 20:41:16 +08:00
Qv2ray-dev
4aafcbe150 fix: several ui fixes, including darkmode icon settings 2020-03-11 17:22:01 +08:00
Qv2ray-dev
d4e35c5ee1 fix: fixed a swapped default path setting 2020-03-11 13:32:45 +08:00
DuckSoft
f972c7baab
[WIP] Code Cleanup Project Phase 1 (#409)
* verifyConfigAvailability: typo fix & const tweak
* "openwrite" => open a file for writing
* initialiseQv2ray: use const reference in for-loop
* typo: "translater" => translator
* optimizing std::unique_ptr
* readLastLog: removing const qualifier for return type
2020-03-11 00:01:16 +08:00