Skip to content

Commit

Permalink
v2.4
Browse files Browse the repository at this point in the history
1.更改存档格式为json
2.完善存档检查
3.内置英语语言
4.媒体浏览增加parse_speed模式
5.完善编码信息显示功能
6.编码raw-hevc时可设置扩展名
7.更新工具
  • Loading branch information
JasinChen committed Apr 14, 2022
1 parent 90aa573 commit 77355d6
Show file tree
Hide file tree
Showing 427 changed files with 50,526 additions and 19,282 deletions.
Binary file removed PyQt6/QtCharts.pyd
Binary file not shown.
Binary file removed PyQt6/QtCore.pyd
Binary file not shown.
Binary file removed PyQt6/QtGui.pyd
Binary file not shown.
Binary file removed PyQt6/QtSvg.pyd
Binary file not shown.
Binary file removed PyQt6/QtSvgWidgets.pyd
Binary file not shown.
Binary file removed PyQt6/QtWidgets.pyd
Binary file not shown.
Binary file removed PyQt6/qt-plugins/iconengines/qsvgicon.dll
Binary file not shown.
Binary file removed PyQt6/qt-plugins/imageformats/qgif.dll
Binary file not shown.
Binary file removed PyQt6/qt-plugins/imageformats/qico.dll
Binary file not shown.
Binary file removed PyQt6/qt-plugins/imageformats/qsvg.dll
Binary file not shown.
Binary file removed PyQt6/qt-plugins/platforms/qwindows.dll
Binary file not shown.
Binary file removed PyQt6/qt-plugins/styles/qwindowsvistastyle.dll
Binary file not shown.
Binary file removed PyQt6/sip.pyd
Binary file not shown.
Binary file added PySide6/QtCharts.pyd
Binary file not shown.
Binary file added PySide6/QtCore.pyd
Binary file not shown.
Binary file added PySide6/QtGui.pyd
Binary file not shown.
Binary file added PySide6/QtSvg.pyd
Binary file not shown.
Binary file added PySide6/QtSvgWidgets.pyd
Binary file not shown.
Binary file added PySide6/QtWidgets.pyd
Binary file not shown.
Binary file added PySide6/qt-plugins/imageformats/qgif.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/imageformats/qicns.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/imageformats/qico.dll
Binary file not shown.
Binary file not shown.
Binary file added PySide6/qt-plugins/imageformats/qsvg.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/imageformats/qtga.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/imageformats/qtiff.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/imageformats/qwbmp.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/imageformats/qwebp.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/platforms/qdirect2d.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/platforms/qminimal.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/platforms/qoffscreen.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/platforms/qwindows.dll
Binary file not shown.
Binary file added PySide6/qt-plugins/styles/qwindowsvistastyle.dll
Binary file not shown.
Binary file modified VCRUNTIME140_1.dll
Binary file not shown.
Binary file modified _ctypes.pyd
Binary file not shown.
Binary file removed api-ms-win-core-path-l1-1-0.dll
Binary file not shown.
14 changes: 0 additions & 14 deletions css/EncodeWidget.css

This file was deleted.

9 changes: 0 additions & 9 deletions css/SettingWidget.css

This file was deleted.

20 changes: 0 additions & 20 deletions css/commandWidget.css

This file was deleted.

3 changes: 3 additions & 0 deletions css/doublespinbox.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
QDoubleSpinBox{border-radius:2px;border-style:solid;border-width:1px;border-color:#C8C8C8}
QDoubleSpinBox:hover{border-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #66c8f6, stop: 1 #5bb3dc)}
QDoubleSpinBox:disabled{background-color:lightgray;border-color:lightgray}
8 changes: 4 additions & 4 deletions css/functionListWidget.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QListWidget{border:none;font:Bold;background:#95C5DE}
QListWidget:item{height:128px;border:none;padding:10px}
QListWidget:item:hover{background:rgba(255,255,255,50)}
QListWidget:item:selected{background:#E0EEFB}
FunctionListWidget{border:none;font:Bold;background:#95C5DE}
FunctionListWidget:item{height:128px;border:none;padding:10px}
FunctionListWidget:item:hover{background:rgba(255,255,255,50)}
FunctionListWidget:item:selected{background:#E0EEFB}
2 changes: 2 additions & 0 deletions css/lineeidt.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
QLineEdit{border-radius:3px;border:1px solid #c1c1c1}
QLineEdit:disabled{background-color:lightgray;border-color:lightgray}
11 changes: 0 additions & 11 deletions css/mediaInfoWidget.css

This file was deleted.

1 change: 1 addition & 0 deletions css/plaintextedit.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
QPlainTextEdit{border-radius:3px;border:1px solid #c1c1c1}
1 change: 1 addition & 0 deletions css/processbar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
QProgressBar:chunk{background-color:#95C5DE}
4 changes: 4 additions & 0 deletions css/pushbutton.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
QPushButton{background:#3C91C7;color:white;height:20px;padding:4px;border:none;min-width:60px}
QPushButton:hover{font:Bold}
QPushButton:pressed{background-color:#95C5DE;color:black}
QPushButton:disabled{background-color:lightgray;color:gray}
2 changes: 2 additions & 0 deletions css/spinbox.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
QSpinBox{border-radius:2px;border-style:solid;border-width:1px;border-color:#C8C8C8}
QSpinBox:disabled{background-color:lightgray;border-color:lightgray}
3 changes: 3 additions & 0 deletions css/tabbar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
QTabBar:tab{background:white;border-radius:2px;margin:1px;padding:8px}
QTabBar:tab:hover{background:rgba(255,255,255,100)}
QTabBar:tab:selected{background:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #66c8f6, stop: 1 #5bb3dc);color:white}
1 change: 1 addition & 0 deletions css/tabwidget.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
QTabWidget{background:rgba(255, 255, 255, 100)}
1 change: 1 addition & 0 deletions css/toolbutton.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
QToolButton{background:transparent;border:none}
Binary file modified icon.ico
Binary file not shown.
Binary file modified language/Eng.language
Binary file not shown.
Binary file modified language/zh_CN.language
Binary file not shown.
Binary file removed libffi-7.dll
Binary file not shown.
Binary file renamed VC_redist.x64.exe → main.exe
Binary file not shown.
Binary file added msvcp140.dll
Binary file not shown.
Binary file added msvcp140_1.dll
Binary file not shown.
Binary file added msvcp140_2.dll
Binary file not shown.
Binary file modified pyexpat.pyd
Binary file not shown.
Binary file added pyside6.abi3.dll
Binary file not shown.
Binary file modified python3.dll
Binary file not shown.
Binary file added python310.dll
Binary file not shown.
Binary file removed python39.dll
Binary file not shown.
Binary file modified qt6charts.dll
Binary file not shown.
Binary file modified qt6core.dll
Binary file not shown.
Binary file modified qt6gui.dll
Binary file not shown.
Binary file modified qt6opengl.dll
Binary file not shown.
Binary file modified qt6openglwidgets.dll
Binary file not shown.
Binary file added qt6qml.dll
Binary file not shown.
Binary file modified qt6svg.dll
Binary file not shown.
Binary file modified qt6svgwidgets.dll
Binary file not shown.
Binary file modified qt6widgets.dll
Binary file not shown.
Binary file added shiboken6.abi3.dll
Binary file not shown.
Binary file added shiboken6/Shiboken.pyd
Binary file not shown.
Binary file modified tools/MediaInfo/MediaInfo.dll
Binary file not shown.
Loading

0 comments on commit 77355d6

Please sign in to comment.