Rilascio v1.41_Win64
This commit is contained in:
Binary file not shown.
@@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "v1.3b",
|
"version": "v1.41",
|
||||||
"paths": {
|
"paths": {
|
||||||
"lastUsed": "defaults.json",
|
"lastUsed": "defaults.json",
|
||||||
"configurationPath": "./conf/",
|
"configurationPath": "./conf/",
|
||||||
"INworkPath": "C://",
|
"INworkPath": "C://",
|
||||||
"OUTworkPath": "C://",
|
"OUTworkPath": "C://",
|
||||||
"fileList": []
|
"fileList": [
|
||||||
|
"bdlog.txt"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"docStruct": {
|
"docStruct": {
|
||||||
"fileVersNew": false,
|
"fileVersNew": false,
|
||||||
@@ -36,6 +38,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"uiLang": "en",
|
||||||
"winW": 800,
|
"winW": 800,
|
||||||
"winH": 700,
|
"winH": 700,
|
||||||
"encoding": "windows-1252",
|
"encoding": "windows-1252",
|
||||||
|
|||||||
67
WinBuild/conf/linux.json
Normal file
67
WinBuild/conf/linux.json
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"version": "v1.3",
|
||||||
|
"paths": {
|
||||||
|
"lastUsed": "linux.json",
|
||||||
|
"configurationPath": "./conf/",
|
||||||
|
"INworkPath": "/home/",
|
||||||
|
"OUTworkPath": "/home/",
|
||||||
|
"fileList": []
|
||||||
|
},
|
||||||
|
"docStruct": {
|
||||||
|
"fileVersNew": false,
|
||||||
|
"language": "English",
|
||||||
|
"languageIdx": 1,
|
||||||
|
"docSep": "\\s*Copyright [(0-9)]+",
|
||||||
|
"beginOfDocument": "\\s*Body",
|
||||||
|
"endOfDocument": "\\s*End of Document",
|
||||||
|
"dateFormat": "{month} {day:d}, {year:d}{}",
|
||||||
|
"outPrefix": "",
|
||||||
|
"outSuffix": "",
|
||||||
|
"outExt": ".txt",
|
||||||
|
"outDateType": "jpn",
|
||||||
|
"outNameFormat": "",
|
||||||
|
"outDate": true,
|
||||||
|
"outTitle": true,
|
||||||
|
"outNumber": true,
|
||||||
|
"numberPos": 1,
|
||||||
|
"datePos": 2,
|
||||||
|
"titlePos": 3,
|
||||||
|
"maxTitleLen": 16,
|
||||||
|
"outNameSep": "-",
|
||||||
|
"customSep": "=",
|
||||||
|
"dateFormats": {
|
||||||
|
"jpn": "{year:04d}{month:02d}{day:02d}",
|
||||||
|
"it": "{day:02d}{month:02d}{year:04d}",
|
||||||
|
"usa": "{month:02d}{year:04d}{day:02d}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"winW": 800,
|
||||||
|
"winH": 700,
|
||||||
|
"encoding": "windows-1252",
|
||||||
|
"monthPosition": 0,
|
||||||
|
"getNewsPaperName": true,
|
||||||
|
"nameNotFoundStr": "ND",
|
||||||
|
"includeTitle": true,
|
||||||
|
"removeDuplicates": true,
|
||||||
|
"showSkipped": false,
|
||||||
|
"showRemovedDuplicates": false,
|
||||||
|
"loadTXT": true,
|
||||||
|
"loadDOCX": false,
|
||||||
|
"removeOldFiles": true,
|
||||||
|
"saveSeparateFiles": true,
|
||||||
|
"saveBodyFile": true,
|
||||||
|
"saveBodyNumber": true,
|
||||||
|
"delLF": false,
|
||||||
|
"delWordBreak": true,
|
||||||
|
"delChars": [
|
||||||
|
"'",
|
||||||
|
"@",
|
||||||
|
"#",
|
||||||
|
"$",
|
||||||
|
"%",
|
||||||
|
"^",
|
||||||
|
"&"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,7 +4,7 @@ block_cipher = None
|
|||||||
|
|
||||||
|
|
||||||
a = Analysis(['guimain.py'],
|
a = Analysis(['guimain.py'],
|
||||||
pathex=['./libbananasplit', './UserInterface/CompiledUI', 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT'],
|
pathex=['./libbananasplit', './UserInterface/compiledUI', 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT'],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[('C:\\Users\\Emanuele Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\data.bin', '.\\text_unidecode')],
|
datas=[('C:\\Users\\Emanuele Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\data.bin', '.\\text_unidecode')],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
@@ -23,11 +23,11 @@ exe = EXE(pyz,
|
|||||||
a.zipfiles,
|
a.zipfiles,
|
||||||
a.datas,
|
a.datas,
|
||||||
[],
|
[],
|
||||||
name='bananaSPLIT.exe',
|
name='SPEx.exe',
|
||||||
debug=False,
|
debug=False,
|
||||||
bootloader_ignore_signals=False,
|
bootloader_ignore_signals=False,
|
||||||
strip=False,
|
strip=False,
|
||||||
upx=True,
|
upx=True,
|
||||||
upx_exclude=[],
|
upx_exclude=[],
|
||||||
runtime_tmpdir=None,
|
runtime_tmpdir=None,
|
||||||
console=True , icon='logo.ico')
|
console=False , icon='logo.ico')
|
||||||
@@ -278,7 +278,7 @@ class Ui_mainwin(object):
|
|||||||
|
|
||||||
def retranslateUi(self, mainwin):
|
def retranslateUi(self, mainwin):
|
||||||
_translate = QtCore.QCoreApplication.translate
|
_translate = QtCore.QCoreApplication.translate
|
||||||
mainwin.setWindowTitle(_translate("mainwin", "bananaSPLIT"))
|
mainwin.setWindowTitle(_translate("mainwin", "12parsec - SPEx"))
|
||||||
self.label_4.setText(_translate("mainwin", "Finestra dei messaggi"))
|
self.label_4.setText(_translate("mainwin", "Finestra dei messaggi"))
|
||||||
self.label_3.setText(_translate("mainwin", "Preset corrente: "))
|
self.label_3.setText(_translate("mainwin", "Preset corrente: "))
|
||||||
self.lbl_preset.setText(_translate("mainwin", "..."))
|
self.lbl_preset.setText(_translate("mainwin", "..."))
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@
|
|||||||
<enum>Qt::NoFocus</enum>
|
<enum>Qt::NoFocus</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>bananaSPLIT</string>
|
<string>12parsec - SPEx</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="resources/resources.qrc">
|
<iconset resource="resources/resources.qrc">
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ from libsplit import bananaSPLITTER
|
|||||||
|
|
||||||
from PyQt5.QtCore import QDir, QSize, QTranslator, pyqtSlot, pyqtSignal
|
from PyQt5.QtCore import QDir, QSize, QTranslator, pyqtSlot, pyqtSignal
|
||||||
from PyQt5.QtWidgets import QMessageBox, QSizePolicy, QInputDialog
|
from PyQt5.QtWidgets import QMessageBox, QSizePolicy, QInputDialog
|
||||||
from PyInstaller.config import CONF
|
|
||||||
|
|
||||||
#modo brutto per mettere la lista delle lingue in un posto solo
|
#modo brutto per mettere la lista delle lingue in un posto solo
|
||||||
langlist = ['it','en']
|
langlist = ['it','en']
|
||||||
|
|||||||
Reference in New Issue
Block a user