Skip to content

Commit

Permalink
ui files changed to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
shivansh02 authored and m3nu committed Jul 20, 2024
1 parent d0a996c commit 4b1665d
Show file tree
Hide file tree
Showing 51 changed files with 1,659 additions and 1,659 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
312 changes: 156 additions & 156 deletions src/vorta/i18n/ts/vorta.cs.ts

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions src/vorta/i18n/ts/vorta.de.ts

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions src/vorta/i18n/ts/vorta.es.ts

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions src/vorta/i18n/ts/vorta.fi.ts

Large diffs are not rendered by default.

304 changes: 152 additions & 152 deletions src/vorta/i18n/ts/vorta.fr.ts

Large diffs are not rendered by default.

280 changes: 140 additions & 140 deletions src/vorta/i18n/ts/vorta.gl.ts

Large diffs are not rendered by default.

262 changes: 131 additions & 131 deletions src/vorta/i18n/ts/vorta.it.ts

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions src/vorta/i18n/ts/vorta.nl.ts

Large diffs are not rendered by default.

280 changes: 140 additions & 140 deletions src/vorta/i18n/ts/vorta.ru.ts

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions src/vorta/i18n/ts/vorta.sk.ts

Large diffs are not rendered by default.

280 changes: 140 additions & 140 deletions src/vorta/i18n/ts/vorta.sv.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/vorta/views/about_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from vorta.utils import get_asset
from vorta.views.utils import get_colored_icon

uifile = get_asset('UI/abouttab.ui')
uifile = get_asset('UI/about_tab.ui')
AboutTabUI, AboutTabBase = uic.loadUiType(uifile)

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/archive_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from vorta.views.source_tab import SizeItem
from vorta.views.utils import get_colored_icon

uifile = get_asset('UI/archivetab.ui')
uifile = get_asset('UI/archive_tab.ui')
ArchiveTabUI, ArchiveTabBase = uic.loadUiType(uifile)

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/diff_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)
from vorta.views.utils import get_colored_icon

uifile = get_asset('UI/diffresult.ui')
uifile = get_asset('UI/diff_result.ui')
DiffResultUI, DiffResultBase = uic.loadUiType(uifile)

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/exception_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ..utils import get_asset

# Load UI file
uifile = get_asset('UI/exceptiondialog.ui')
uifile = get_asset('UI/exception_dialog.ui')
ExceptionDialogUI, ExceptionDialogBase = uic.loadUiType(uifile)


Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/exclude_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from vorta.utils import get_asset
from vorta.views.utils import get_colored_icon, get_exclusion_presets

uifile = get_asset('UI/excludedialog.ui')
uifile = get_asset('UI/exclude_dialog.ui')
ExcludeDialogUi, ExcludeDialogBase = uic.loadUiType(uifile)


Expand Down
4 changes: 2 additions & 2 deletions src/vorta/views/export_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
from ..notifications import VortaNotifications
from ..profile_export import ProfileExport

uifile_import = get_asset('UI/exportwindow.ui')
uifile_import = get_asset('UI/export_window.ui')
ExportWindowUI, ExportWindowBase = uic.loadUiType(uifile_import)
uifile_export = get_asset('UI/importwindow.ui')
uifile_export = get_asset('UI/import_window.ui')
ImportWindowUI, ImportWindowBase = uic.loadUiType(uifile_export)
logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/extract_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
relative_path,
)

uifile = get_asset("UI/extractdialog.ui")
uifile = get_asset("UI/extract_dialog.ui")
ExtractDialogUI, ExtractDialogBase = uic.loadUiType(uifile)

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/log_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from vorta.store.models import EventLogModel
from vorta.utils import get_asset

uifile = get_asset('UI/logpage.ui')
uifile = get_asset('UI/log_page.ui')
LogTableUI, LogTableBase = uic.loadUiType(uifile)


Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from .schedule_tab import ScheduleTab
from .source_tab import SourceTab

uifile = get_asset('UI/mainwindow.ui')
uifile = get_asset('UI/main_window.ui')
MainWindowUI, MainWindowBase = uic.loadUiType(uifile)

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/misc_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from vorta.views.partials.tooltip_button import ToolTipButton
from vorta.views.utils import get_colored_icon

uifile = get_asset('UI/misctab.ui')
uifile = get_asset('UI/misc_tab.ui')
MiscTabUI, MiscTabBase = uic.loadUiType(uifile)

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/networks_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from vorta.store.models import BackupProfileMixin, WifiSettingModel
from vorta.utils import get_asset, get_sorted_wifis

uifile = get_asset('UI/networkspage.ui')
uifile = get_asset('UI/networks_page.ui')
NetworksUI, NetworksBase = uic.loadUiType(uifile)


Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/profile_add_edit_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from vorta.store.models import BackupProfileModel
from vorta.utils import get_asset

uifile = get_asset('UI/profileadd.ui')
uifile = get_asset('UI/profile_add.ui')
AddProfileUI, AddProfileBase = uic.loadUiType(uifile)


Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/repo_add_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from vorta.views.partials.password_input import PasswordInput, PasswordLineEdit
from vorta.views.utils import get_colored_icon

uifile = get_asset('UI/repoadd.ui')
uifile = get_asset('UI/repo_add.ui')
AddRepoUI, AddRepoBase = uic.loadUiType(uifile)


Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/repo_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .ssh_dialog import SSHAddWindow
from .utils import get_colored_icon

uifile = get_asset('UI/repotab.ui')
uifile = get_asset('UI/repo_tab.ui')
RepoUI, RepoBase = uic.loadUiType(uifile)


Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/schedule_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from vorta.store.models import BackupProfileMixin
from vorta.utils import get_asset

uifile = get_asset('UI/schedulepage.ui')
uifile = get_asset('UI/schedule_page.ui')
SchedulePageUI, SchedulePageBase = uic.loadUiType(uifile)


Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/schedule_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from vorta.views.shell_commands_page import ShellCommandsPage
from vorta.views.utils import get_colored_icon

uifile = get_asset('UI/scheduletab.ui')
uifile = get_asset('UI/schedule_tab.ui')
ScheduleUI, ScheduleBase = uic.loadUiType(uifile)


Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/shell_commands_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class ShellCommandsPage(QWidget, BackupProfileMixin):
def __init__(self, parent=None):
super().__init__(parent)
uifile = get_asset('UI/shellcommandspage.ui')
uifile = get_asset('UI/shell_commands_page.ui')
uic.loadUi(uifile, self)

self.preBackupCmdLineEdit: QLineEdit = self.findChild(QLineEdit, 'preBackupCmdLineEdit')
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/source_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from vorta.views.exclude_dialog import ExcludeDialog
from vorta.views.utils import get_colored_icon

uifile = get_asset('UI/sourcetab.ui')
uifile = get_asset('UI/source_tab.ui')
SourceUI, SourceBase = uic.loadUiType(uifile)

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/views/ssh_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from ..utils import get_asset

uifile = get_asset('UI/sshadd.ui')
uifile = get_asset('UI/ssh_add.ui')
SSHAddUI, SSHAddBase = uic.loadUiType(uifile)


Expand Down

0 comments on commit 4b1665d

Please sign in to comment.