]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
Add QT GUI install program
authorlongpanda <admin@ventoy.net>
Mon, 13 Sep 2021 08:41:51 +0000 (16:41 +0800)
committerlongpanda <admin@ventoy.net>
Mon, 13 Sep 2021 08:41:51 +0000 (16:41 +0800)
commitd1481392271fd44b04c384a3dd56f3386edadfb3
tree32a4480d376845fb4164d72c02e19b402a9dfeb6
parentdd2411d7d47fd72be78802cb28d6f0ef73785e9e
Add QT GUI install program
61 files changed:
IMG/cpio/ventoy/hook/debian/puppy-disk.sh
IMG/cpio/ventoy/hook/debian/puppy-hook.sh
IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
INSTALL/VentoyGUI.aarch64
INSTALL/VentoyGUI.i386
INSTALL/VentoyGUI.mips64el
INSTALL/VentoyGUI.x86_64
INSTALL/tool/VentoyGTK.glade
INSTALL/tool/aarch64/Ventoy2Disk.gtk3
INSTALL/tool/aarch64/Ventoy2Disk.qt5 [new file with mode: 0644]
INSTALL/tool/distro_gui_type.json [new file with mode: 0644]
INSTALL/tool/i386/Ventoy2Disk.gtk2
INSTALL/tool/i386/Ventoy2Disk.gtk3
INSTALL/tool/i386/Ventoy2Disk.qt5 [new file with mode: 0644]
INSTALL/tool/mips64el/V2DServer
INSTALL/tool/mips64el/Ventoy2Disk.gtk3
INSTALL/tool/mips64el/Ventoy2Disk.qt5 [new file with mode: 0644]
INSTALL/tool/x86_64/Ventoy2Disk.gtk2
INSTALL/tool/x86_64/Ventoy2Disk.gtk3
INSTALL/tool/x86_64/Ventoy2Disk.qt5 [new file with mode: 0644]
INSTALL/ventoy_pack.sh
LinuxGUI/EXLIB/README.txt
LinuxGUI/EXLIB/aarch64libs
LinuxGUI/EXLIB/download_lib.sh [new file with mode: 0644]
LinuxGUI/EXLIB/i386libs [new file with mode: 0644]
LinuxGUI/EXLIB/mips64ellibs
LinuxGUI/EXLIB/prepare_lib_aarch64.sh
LinuxGUI/EXLIB/prepare_lib_i386.sh [new file with mode: 0644]
LinuxGUI/EXLIB/prepare_lib_mips64el.sh
LinuxGUI/Ventoy2Disk/Core/ventoy_define.h
LinuxGUI/Ventoy2Disk/Core/ventoy_json.c
LinuxGUI/Ventoy2Disk/Core/ventoy_log.c
LinuxGUI/Ventoy2Disk/Core/ventoy_util.h
LinuxGUI/Ventoy2Disk/GTK/ventoy_gtk.c
LinuxGUI/Ventoy2Disk/GTK/ventoy_gtk.h
LinuxGUI/Ventoy2Disk/QT/Ventoy2Disk.pro [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/Ventoy2Disk.pro.user [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/build/Makefile [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/build/moc_partcfgdialog.cpp [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/build/moc_predefs.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/build/moc_ventoy2diskwindow.cpp [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/build/ui_partcfgdialog.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/build/ui_ventoy2diskwindow.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/main.cpp [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/partcfgdialog.cpp [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/partcfgdialog.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/partcfgdialog.ui [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/refresh_icon_data.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/secure_icon_data.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/ventoy2diskwindow.cpp [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/ventoy2diskwindow.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/ventoy2diskwindow.ui [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/ventoy_qt.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/QT/ventoy_qt_stub.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Web/ventoy_http.c
LinuxGUI/Ventoy2Disk/main_gtk.c
LinuxGUI/Ventoy2Disk/main_webui.c
LinuxGUI/Ventoy2Disk/ventoy_gui.c
LinuxGUI/build_gtk.sh
LinuxGUI/build_qt.sh [new file with mode: 0644]
vtoyjump/vtoyjump/vtoyjump.c