-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1565 from nextcloud/qml-tray-menu
New tray window
- Loading branch information
Showing
60 changed files
with
2,634 additions
and
2,446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
<qresource prefix="/client"> | ||
<file>resources/settings.png</file> | ||
<file>resources/[email protected]</file> | ||
<file>resources/activity.svg</file> | ||
<file>resources/activity.png</file> | ||
<file>resources/[email protected]</file> | ||
<file>resources/network.png</file> | ||
|
@@ -11,6 +12,7 @@ | |
<file>resources/lock-https.png</file> | ||
<file>resources/[email protected]</file> | ||
<file>resources/account.png</file> | ||
<file>resources/account.svg</file> | ||
<file>resources/more.svg</file> | ||
<file>resources/delete.png</file> | ||
<file>resources/close.svg</file> | ||
|
@@ -28,7 +30,14 @@ | |
<file>resources/copy.svg</file> | ||
<file>resources/state-sync.svg</file> | ||
<file>resources/add.png</file> | ||
<file>resources/add-color.svg</file> | ||
<file>resources/state-info.svg</file> | ||
<file>resources/change.svg</file> | ||
<file>resources/delete-color.svg</file> | ||
</qresource> | ||
<qresource prefix="/"/> | ||
<qresource prefix="/qml"> | ||
<file>src/gui/tray/Window.qml</file> | ||
<file>src/gui/tray/UserLine.qml</file> | ||
</qresource> | ||
</RCC> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.