diff --git a/.gitignore b/.gitignore index 47d34c0..0374978 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,11 @@ toxygen/libs toxygen/build toxygen/dist *.spec -dist/ +dist toxygen/avatars toxygen/__pycache__ /*.egg-info /*.egg +html +Toxygen.egg-info diff --git a/README.md b/README.md index 0d8d9ea..8363a6e 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,5 @@ Toxygen is cross-platform [Tox](https://tox.chat/) client written in pure Python ### Docs [Check /docs/ for more info](/docs/) + +Also visit [pythonhosted.org/Toxygen/](http://pythonhosted.org/Toxygen/) diff --git a/toxygen/list_items.py b/toxygen/list_items.py index e072dc4..4d57d92 100644 --- a/toxygen/list_items.py +++ b/toxygen/list_items.py @@ -360,7 +360,7 @@ class FileTransferItem(QtGui.QListWidget): self.file_name.setToolTip(file_name) self.saved_name = file_name self.time_left = QtGui.QLabel(self) - self.time_left.setGeometry(QtCore.QRect(width - 87, 7, 30, 20)) + self.time_left.setGeometry(QtCore.QRect(width - 92, 7, 30, 20)) font.setPointSize(10) self.time_left.setFont(font) self.time_left.setVisible(state == TOX_FILE_TRANSFER_STATE['RUNNING']) diff --git a/toxygen/toxygen.pro b/toxygen/toxygen.pro index aeafe07..c768ddd 100644 --- a/toxygen/toxygen.pro +++ b/toxygen/toxygen.pro @@ -1,2 +1,2 @@ -SOURCES = main.py profile.py menu.py list_items.py loginscreen.py mainscreen.py plugins/plugin_super_class.py callbacks.py widgets.py avwidgets.py mainscreen_widgets.py +SOURCES = main.py profile.py menu.py list_items.py loginscreen.py mainscreen.py plugins/plugin_super_class.py callbacks.py widgets.py avwidgets.py mainscreen_widgets.py passwordscreen.py TRANSLATIONS = translations/en_GB.ts translations/ru_RU.ts translations/fr_FR.ts diff --git a/toxygen/translations/en_GB.ts b/toxygen/translations/en_GB.ts index 6bb48de..cac12fc 100644 --- a/toxygen/translations/en_GB.ts +++ b/toxygen/translations/en_GB.ts @@ -468,6 +468,44 @@ Version: Restart Tox core + + PasswordScreen + + + Profile password + + + + + Password (at least 8 symbols) + + + + + Confirm password + + + + + Set password + + + + + Passwords do not match + + + + + There is no way to recover lost passwords + + + + + Password must be at least 8 symbols + + + PluginWindow @@ -945,6 +983,24 @@ Version: + + pass + + + Enter password + + + + + Password: + + + + + Incorrect password + + + privacySettings diff --git a/toxygen/translations/fr_FR.ts b/toxygen/translations/fr_FR.ts index 98a9dc2..1a212b0 100644 --- a/toxygen/translations/fr_FR.ts +++ b/toxygen/translations/fr_FR.ts @@ -478,6 +478,44 @@ Version : Relancer le noyau TOX + + PasswordScreen + + + Profile password + + + + + Password (at least 8 symbols) + + + + + Confirm password + + + + + Set password + + + + + Passwords do not match + + + + + There is no way to recover lost passwords + + + + + Password must be at least 8 symbols + + + PluginWindow @@ -960,6 +998,24 @@ Version : Activer les sons de notifications + + pass + + + Enter password + + + + + Password: + + + + + Incorrect password + + + privacySettings diff --git a/toxygen/translations/ru_RU.qm b/toxygen/translations/ru_RU.qm index 62ebf7c..6019373 100644 Binary files a/toxygen/translations/ru_RU.qm and b/toxygen/translations/ru_RU.qm differ diff --git a/toxygen/translations/ru_RU.ts b/toxygen/translations/ru_RU.ts index 4ac20d8..ded4ecd 100644 --- a/toxygen/translations/ru_RU.ts +++ b/toxygen/translations/ru_RU.ts @@ -476,6 +476,44 @@ Version: Перезапустить ядро TOX + + PasswordScreen + + + Profile password + Пароль профиля + + + + Password (at least 8 symbols) + Пароль (минимум 8 символов) + + + + Confirm password + Подтверждение пароля + + + + Set password + Изменить пароль + + + + Passwords do not match + Пароли не совпадают + + + + There is no way to recover lost passwords + Восстановление забытых паролей не поддерживается + + + + Password must be at least 8 symbols + Пароль должен быть длиной не менее 8 символов + + PluginWindow @@ -994,6 +1032,24 @@ Version: + + pass + + + Enter password + Введите пароль + + + + Password: + Пароль + + + + Incorrect password + Неверный пароль + + privacySettings