-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improved performance of loading spotlight images (Fixes #19)
- Loading branch information
Showing
10 changed files
with
82 additions
and
56 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef SPOTLIGHTIMAGETYPE_H | ||
#define SPOTLIGHTIMAGETYPE_H | ||
|
||
namespace Nickvision::Spotlight::Shared::Models | ||
{ | ||
/** | ||
* @brief Types of spotlight images. | ||
*/ | ||
enum class SpotlightImageType | ||
{ | ||
LockScreen = 0, | ||
Desktop | ||
}; | ||
} | ||
|
||
#endif //SPOTLIGHTIMAGETYPE_H |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-06-04 13:18-0400\n" | ||
"POT-Creation-Date: 2024-06-04 20:23-0400\n" | ||
"PO-Revision-Date: 2024-06-04 18:22+0000\n" | ||
"Last-Translator: Nick Logozzo <[email protected]>\n" | ||
"Language-Team: Italian <https://hosted.weblate.org/projects/" | ||
"nickvision-spotlight/app/it/>\n" | ||
"Language-Team: Italian <https://hosted.weblate.org/projects/nickvision-" | ||
"spotlight/app/it/>\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -47,35 +47,35 @@ msgstr "David Lapshin" | |
msgid "translator-credits" | ||
msgstr "Nicholas Logozzo" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:183 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:184 | ||
msgid "New update available" | ||
msgstr "Nuovo aggiornamento disponibile" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:211 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:212 | ||
msgid "Unable to download and install update" | ||
msgstr "Scaricamento dell'aggiornamento non riuscito" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:238 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:239 | ||
msgid "Image set as desktop background" | ||
msgstr "La foto impostata come sfondo" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:242 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:243 | ||
msgid "Unable to set image as desktop background" | ||
msgstr "impostazione della foto come sfondo non riuscita" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:250 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:251 | ||
msgid "Image exported to {}" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:254 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:255 | ||
msgid "Unable to export image" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:262 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:263 | ||
msgid "Images exported to {}" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:266 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:267 | ||
msgid "Unable to export images" | ||
msgstr "" | ||
|
||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-06-04 14:24-0400\n" | ||
"POT-Creation-Date: 2024-06-04 22:53-0400\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -45,35 +45,35 @@ msgstr "" | |
msgid "translator-credits" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:183 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:184 | ||
msgid "New update available" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:211 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:212 | ||
msgid "Unable to download and install update" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:238 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:239 | ||
msgid "Image set as desktop background" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:242 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:243 | ||
msgid "Unable to set image as desktop background" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:250 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:251 | ||
msgid "Image exported to {}" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:254 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:255 | ||
msgid "Unable to export image" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:262 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:263 | ||
msgid "Images exported to {}" | ||
msgstr "" | ||
|
||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:266 | ||
#: libspotlight/src/controllers/mainwindowcontroller.cpp:267 | ||
msgid "Unable to export images" | ||
msgstr "" | ||
|
||
|