1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-14 12:35:23 +02:00
jami-client-qt/tests/qml/resources.qrc
Andreas Traczyk 35482fa92f misc: implement frameless window
Several major changes to the layout have been made.
- The chat search bar is moved into the message search layout.
- The Searchbar component is stripped of unused features.
- Some remaining logic that was used to switch main loader components is removed.
- ViewCoordinator.getView gets a "force create" parameter and we no longer preload low-cost views.

NOTE: the option to use a frameless window is available within general settings

Gitlab: #1524 (Frameless Window)
Change-Id: Iec6bdf162cb0335d3ae3d9bd09dd9783991a4a57
2024-01-26 18:14:55 -05:00

24 lines
1,012 B
Text

<RCC>
<qresource prefix="/">
<file>src/tst_WizardView.qml</file>
<file>src/tst_NewSwarmPage.qml</file>
<file>src/tst_MessageOptions.qml</file>
<file>src/tst_OngoingCallPage.qml</file>
<file>src/tst_MainView.qml</file>
<file>src/tst_MaterialTextEdit.qml</file>
<file>src/tst_ChatView.qml</file>
<file>src/tst_ChatViewFooter.qml</file>
<file>src/tst_CachedImage.qml</file>
<file>src/tst_CallMessageDelegate.qml</file>
<file>src/tst_DataTransferMessageDelegate.qml</file>
<file>src/tst_FilesToSendContainer.qml</file>
<file>src/tst_PresenceIndicator.qml</file>
<file>src/tst_RecordBox.qml</file>
<file>src/tst_SettingsSidePanel.qml</file>
<file>src/tst_WelcomePage.qml</file>
<file>src/resources/gif_test.gif</file>
<file>src/resources/gz_test.gz</file>
<file>src/resources/png_test.png</file>
<file>src/TestWrapper.qml</file>
</qresource>
</RCC>