refactor: Remove preloader

This commit is contained in:
Lars Toenning
2024-11-30 12:13:29 +01:00
parent 5e8ff1a4ca
commit 97e81cf64a
12 changed files with 0 additions and 52 deletions

View File

@@ -365,12 +365,6 @@ namespace swift::gui::views
// standard view menus
if (m_menus.testFlag(MenuRefresh)) { menuActions.addActions(this->initMenuActions(MenuRefresh)); }
if (m_menus.testFlag(MenuBackend)) { menuActions.addActions(this->initMenuActions(MenuBackend)); }
if (m_showingLoadIndicator)
{
// just in case, if this ever will be dangling
menuActions.addAction(CIcons::preloader16(), "Hide load indicator", CMenuAction::pathViewUpdates(), nullptr,
{ this, &CViewBaseNonTemplate::hideLoadIndicatorForced });
}
if (m_menus.testFlag(MenuClear)) { menuActions.addActions(this->initMenuActions(MenuClear)); }
if (m_menus.testFlag(MenuDisplayAutomatically))

View File

@@ -508,24 +508,6 @@ namespace swift::misc
return pm;
}
const QPixmap &CIcons::preloader64()
{
static const QPixmap pm(":/preloaders/icons/preloaders/FillingRing64.gif");
return pm;
}
const QPixmap &CIcons::preloader32()
{
static const QPixmap pm(":/preloaders/icons/preloaders/FillingRing32.gif");
return pm;
}
const QPixmap &CIcons::preloader16()
{
static const QPixmap pm(":/preloaders/icons/preloaders/FillingRing16.gif");
return pm;
}
const QPixmap &CIcons::swift16()
{
static const QPixmap pm(":/own/icons/own/swift3D/sw3DBlue-16.png");

View File

@@ -474,19 +474,6 @@ namespace swift::misc
//! Windows
static const QPixmap &osWindows();
// --------------------------------------------------
// -- Preloader icons
// --------------------------------------------------
//! Preloader
static const QPixmap &preloader64();
//! Preloader
static const QPixmap &preloader32();
//! Preloader
static const QPixmap &preloader16();
// --------------------------------------------------
// -- swift
// --------------------------------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,5 +0,0 @@
You are encouraged and legally entitled to copy and modify any animated GIF and APNG images, generated by http://preloaders.net web-site.
All animated GIF and APNG images are completely free to use in all projects (web and desktop applications, freeware and commercial projects)
You are encouraged, but NOT obligated to place any reference to http://preloaders.net web-site to use it`s content in any projects and applications, WITH THE EXCEPTION of any other animated images generator applications, which must indicate the source of the used image with a visible link to Preloaders.net web-site on one or more pages that is/are linked to from the main page of the web-site that uses the image from Preloaders.net web-application
Preloaders.net project reserves the right to refuse service to anyone without any explanation and/or notification
When using animations from "Social bookmarks" category you agree to terms of use and privacy policy of a particular logo provided by it`s owner

View File

@@ -1,2 +0,0 @@
[InternetShortcut]
URL=http://preloaders.net/

View File

@@ -550,14 +550,6 @@
<file>icons/textures/texture-inner.jpg</file>
<file>icons/textures/texture-outer.jpg</file>
</qresource>
<qresource prefix="/preloaders">
<file>icons/preloaders/FillingRing64.gif</file>
<file>icons/preloaders/FloatingRays64.gif</file>
<file>icons/preloaders/FillingRing16.gif</file>
<file>icons/preloaders/FillingRing32.gif</file>
<file>icons/preloaders/FloatingRays16.gif</file>
<file>icons/preloaders/FloatingRays32.gif</file>
</qresource>
<qresource prefix="/misc">
<file>icons/misc/skull64.png</file>
<file>icons/misc/skull128.png</file>