Skip to content

Commit

Permalink
VENOM-302: Move views to view folder
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Apr 8, 2018
1 parent 342090b commit 99d3021
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,27 @@ venom_source = files(
'tox/ToxSessionIO.vala',
'tox/ToxAdapterListener.vala',
'tox/ToxSessionThread.vala',
'ui/AboutDialog.vala',
'ui/ApplicationWindow.vala',
'ui/ConferenceWindow.vala',
'ui/ContactListRequestEntry.vala',
'ui/ContactListWidget.vala',
'ui/ConversationWindow.vala',
'ui/FileTransferWidget.vala',
'ui/FriendRequestWidget.vala',
'ui/NodeWidget.vala',
'ui/PeerEntry.vala',
'ui/SettingsWidget.vala',
'ui/UITools.vala',
'ui/WelcomeWidget.vala',
'view/AboutDialog.vala',
'view/AddContactWidget.vala',
'view/ApplicationWindow.vala',
'view/ConferenceInfoWidget.vala',
'view/ConferenceWindow.vala',
'view/ContactListEntry.vala',
'view/ContactListRequestEntry.vala',
'view/ContactListWidget.vala',
'view/ConversationWindow.vala',
'view/CreateGroupchatWidget.vala',
'view/FileTransferEntry.vala',
'view/FileTransferWidget.vala',
'view/FriendInfoWidget.vala',
'view/FriendRequestWidget.vala',
'view/MessageWidget.vala',
'view/NodeWidget.vala',
'view/PeerEntry.vala',
'view/SettingsWidget.vala',
'view/UITools.vala',
'view/UserInfoWidget.vala',
'view/WelcomeWidget.vala',
'viewmodel/AddContactViewModel.vala',
'viewmodel/ConferenceInfoViewModel.vala',
'viewmodel/ContactListEntryViewModel.vala',
Expand Down
2 changes: 1 addition & 1 deletion src/testing/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test_contact = executable('test_contact', ['TestContact.vala',

test_about = executable('test_about', ['TestAbout.vala',
'Mock.vala', 'MockFramework.vala',
join_paths(root_source_dir, 'ui/AboutDialog.vala')],
join_paths(root_source_dir, 'view/AboutDialog.vala')],
join_paths(root_source_dir, 'core/Interfaces.vala'),
dependencies : [gtk_dep, config_dep]
)
Expand Down
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.

0 comments on commit 99d3021

Please sign in to comment.